:root {
  --wine: #64172b;
  --wine-deep: #2b0712;
  --wine-dark: #410b1b;
  --gold: #c8a46a;
  --gold-light: #ecd29b;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --ink: #211b1d;
  --muted: #756b6e;
  --line: rgba(73, 40, 48, .12);
  --container: 1200px;
  --nav-h: 86px;
  --radius: 28px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  width: 100%;
  overflow-x: clip;
  background: #1c050b;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  min-width: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Vazirmatn", system-ui, sans-serif;
  line-height: 1.9;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { border: 0; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--wine); color: #fff; }

.container {
  width: min(calc(100% - 48px), var(--container));
  min-width: 0;
  margin-inline: auto;
}
.hero,
.about,
.subs,
.project,
.recruit,
.footer {
  max-width: 100%;
  overflow-x: clip;
}
.section-pad { padding: clamp(88px, 10vw, 150px) 0; }
.grain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
.aurora, #particleCanvas { display: none; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1100; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--gold); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px;
  color: var(--wine); font-size: .78rem; font-weight: 700; letter-spacing: .08em;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.section-title {
  color: var(--wine-dark); font-size: clamp(2.1rem, 4.5vw, 4rem);
  font-weight: 800; line-height: 1.25; letter-spacing: -.04em;
}
.section-title::after {
  content: ""; display: block; width: 54px; height: 2px; margin-top: 22px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.section-head.center .section-title::after { margin-inline: auto; }
.section-head.center .section-title { margin-inline: auto; }
.section-sub { max-width: 670px; margin-top: 20px; color: var(--muted); font-size: 1.02rem; }
.section-head { margin-bottom: clamp(44px, 7vw, 80px); }
.section-head.center { text-align: center; }
.section-head.center .section-sub { margin-inline: auto; }
.section-head.center .eyebrow::before { display: none; }
.section-head.center .eyebrow {
  padding: 7px 15px; border: 1px solid rgba(100, 23, 43, .14);
  border-radius: 999px; background: rgba(255, 255, 255, .45);
}

.btn {
  min-height: 54px; padding: 13px 26px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: .92rem; font-weight: 700; transition: .35s var(--ease);
}
.btn svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover { transform: translateY(-3px); }
.btn:hover svg { transform: translateX(-4px); }
.btn-gold {
  color: #30180c; background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 14px 38px rgba(200, 164, 106, .24);
}
.btn-gold:hover { box-shadow: 0 20px 48px rgba(200, 164, 106, .34); }
.btn-line { color: #fff; border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .04); }
.btn-line:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.1); }

.nav {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--nav-h);
  display: flex; align-items: center; color: #fff; transition: .35s var(--ease);
}
.nav.scrolled {
  height: 74px; color: var(--ink); background: rgba(247, 243, 236, .9);
  backdrop-filter: blur(22px) saturate(1.2); box-shadow: 0 1px 0 var(--line), 0 14px 50px rgba(43,7,18,.04);
}
.nav .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
  width: 44px;
  height: 44px;
  padding: 5px;
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
}
.brand-name { font-size: .94rem; font-weight: 800; line-height: 1.4; }
.brand-name small { display: block; font-size: .58rem; font-weight: 400; opacity: .62; letter-spacing: .02em; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { position: relative; font-size: .87rem; font-weight: 500; opacity: .8; transition: .25s; }
.nav-links a::after {
  content: ""; position: absolute; right: 0; bottom: -10px; width: 0; height: 1px;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { min-height: 44px; padding: 9px 20px; font-size: .82rem; }
.nav-toggle { display: none; background: transparent; width: 32px; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; border-radius: 2px; background: currentColor; transition: .3s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  position: relative; height: 100svh; min-height: 620px; display: flex; align-items: center;
  overflow: hidden; color: #fff; background: var(--wine-deep);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%),
    linear-gradient(0deg, transparent 0 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%),
    radial-gradient(circle at 78% 42%, rgba(200, 164, 106, .2), transparent 26%),
    linear-gradient(125deg, #21050e 8%, #4a0d1f 58%, #24060e 100%);
  background-size: 130px 130px, 130px 130px, auto, auto;
}
.hero-bg::before {
  content: ""; position: absolute; inset: 0; opacity: .13;
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(236,210,155,.22) 62.1% 62.25%, transparent 62.35%),
    linear-gradient(115deg, transparent 0 72%, rgba(236,210,155,.12) 72.1% 72.2%, transparent 72.3%);
}
.hero-bg::after {
  content: ""; position: absolute; width: min(46vw, 650px); aspect-ratio: 1;
  left: -8%; top: 20%; border: 1px solid rgba(200,164,106,.25); border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(200,164,106,.025), 0 0 0 140px rgba(200,164,106,.018);
}
#heroCanvas {
  position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%;
  display: block; opacity: .72; pointer-events: none;
}
.hero .container { position: relative; z-index: 2; overflow: visible; }
.hero-inner { width: min(720px, 67%); padding-top: 72px; }
.hero .eyebrow {
  margin-bottom: 26px;
  color: var(--gold-light);
  animation: fadeUp .8s both;
}
.hero h1 {
  max-width: 720px; margin-bottom: 38px; font-size: clamp(3rem, 6.4vw, 6.25rem);
  font-weight: 800; line-height: 1.18; letter-spacing: -.065em; animation: fadeUp .9s .08s both;
}
.hero h1 .accent { color: var(--gold-light); }
.hero h1 .accent {
  position: relative; display: inline-block;
  text-shadow: 0 10px 35px rgba(200,164,106,.14);
}
.hero p {
  max-width: 610px; margin-bottom: 48px; color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.5vw, 1.13rem); line-height: 2.05;
  animation: fadeUp .9s .16s both;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; animation: fadeUp .9s .24s both; }
.hero-meta {
  display: flex; gap: 28px; align-items: center; margin-top: 66px; animation: fadeUp .9s .32s both;
}
.hero-meta-item { display: flex; align-items: baseline; gap: 8px; }
.hero-meta-item strong { color: var(--gold-light); font-size: 1.55rem; line-height: 1; }
.hero-meta-item span { color: rgba(255,255,255,.5); font-size: .78rem; }
.hero-meta-sep { width: 1px; height: 28px; background: rgba(255,255,255,.14); }
.hero-trust {
  display: flex; align-items: center; gap: 12px; margin-top: 26px;
  color: rgba(255,255,255,.35); font-size: .67rem; letter-spacing: .025em;
  animation: fadeUp .9s .4s both;
}
.hero-trust i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); opacity: .7; }
.hero-signature {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.14);
}
.hero-signature span { font-family: Georgia, serif; font-size: clamp(4rem, 9vw, 8rem); letter-spacing: .08em; line-height: .8; }
.hero-signature small { font-size: .58rem; letter-spacing: .25em; text-transform: uppercase; }
.hero-scroll {
  position: absolute; z-index: 4; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.68);
  font-size: .68rem; letter-spacing: .08em;
}
.hero-scroll::before {
  content: ""; width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.hero-scroll .mouse {
  width: 19px; height: 31px; border: 1px solid rgba(255,255,255,.52);
  border-radius: 20px; box-shadow: 0 0 20px rgba(200,164,106,.1);
}
.hero-scroll .mouse::after {
  content: ""; display: block; width: 3px; height: 5px; margin: 6px auto; border-radius: 3px;
  background: var(--gold); animation: scrollDot 1.8s infinite;
}

.about { background: var(--paper); }
.about::before {
  content: "NIYAEI"; position: absolute; right: -12px; top: 50%; transform: translateY(-50%) rotate(90deg);
  color: rgba(100,23,43,.035); font: 700 clamp(4rem, 9vw, 9rem)/1 var(--serif); letter-spacing: .15em;
}
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.about-text p { max-width: 660px; margin-top: 20px; color: var(--muted); font-size: 1.02rem; }
.section-mark {
  margin: 18px 0 30px; color: rgba(100,23,43,.32);
  font: italic 1rem/1 var(--serif); letter-spacing: .16em; text-transform: uppercase;
}
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--line); }
.stat { padding: 26px 0 0; }
.stat + .stat { padding-right: 26px; border-right: 1px solid var(--line); }
.stat-num { color: var(--wine); font-size: 2.3rem; font-weight: 800; line-height: 1; }
.stat-lbl { margin-top: 8px; color: var(--muted); font-size: .78rem; }
.about-visual {
  position: relative; min-height: 520px; display: grid; place-items: center;
  border-radius: 180px 180px 24px 24px; overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(200,164,106,.12), transparent 35%),
    linear-gradient(145deg, #520f22, #26070f);
  box-shadow: 0 45px 100px rgba(65,11,27,.2);
}
.about-visual::before {
  content: "N"; position: absolute; color: rgba(255,255,255,.035); font-family: Georgia, serif;
  font-size: 28rem; line-height: 1; transform: translateY(5%);
}
.about-visual::after {
  content: ""; position: absolute; inset: 22px; border: 1px solid rgba(236,210,155,.25);
  border-radius: 160px 160px 16px 16px;
}
.halo-wrap { position: relative; z-index: 2; width: 60%; aspect-ratio: 1; display: grid; place-items: center; }
.halo, .halo-2 { position: absolute; inset: 0; border: 1px solid rgba(236,210,155,.35); border-radius: 50%; }
.halo-2 { inset: -16%; border-style: dashed; animation: spin 35s linear infinite; }
.about-logo { width: 72%; border-radius: 50%; box-shadow: 0 25px 70px rgba(0,0,0,.35); }

.subs {
  background:
    linear-gradient(rgba(100,23,43,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100,23,43,.035) 1px, transparent 1px), var(--cream);
  background-size: 80px 80px;
}
.brands-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.brand-card {
  position: relative;
  min-height: 430px; display: grid; grid-template-columns: 38% 62%; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,249,.9);
  box-shadow: 0 20px 60px rgba(65,11,27,.055); transition: .4s var(--ease);
}
.brand-index {
  position: absolute; z-index: 6; top: 18px; left: 20px;
  color: rgba(255,255,255,.5); font: 400 .7rem/1 var(--serif); letter-spacing: .12em;
}
.brand-card:hover { transform: translateY(-8px); box-shadow: 0 32px 80px rgba(65,11,27,.12); }
.brand-visual { position: relative; display: grid; place-items: center; overflow: hidden; color: var(--gold-light); }
.brand-visual::after {
  content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px;
}
.brand-pattern {
  position: absolute; inset: 0; opacity: .23;
  background: radial-gradient(circle at center, transparent 0 20%, currentColor 20.5% 21%, transparent 21.5% 35%, currentColor 35.5% 36%, transparent 36.5%);
}
.brand-ico {
  position: relative; z-index: 2; width: 84px; height: 84px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px); transition: .4s var(--ease);
}
.brand-card:hover .brand-ico { transform: scale(1.08) rotate(-4deg); }
.brand-ico svg { width: 40px; height: 40px; }
.brand-tag {
  position: absolute; z-index: 3; right: 20px; bottom: 20px; padding: 5px 10px;
  color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.15); border-radius: 99px;
  background: rgba(0,0,0,.12); font-size: .66rem;
}
.v-gold1 { background: linear-gradient(145deg, #65213a, #280811); }
.v-gold2 { background: linear-gradient(145deg, #8c6543, #332015); }
.v-guitar { background: linear-gradient(145deg, #203a3b, #0d1d1f); }
.v-mdf { background: linear-gradient(145deg, #8b684a, #3b2718); }
.brand-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(25, 5, 11, .7));
  pointer-events: none;
}
.brand-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s var(--ease), filter .8s var(--ease);
}
.brand-card:hover .brand-photo img { transform: scale(1.045); filter: saturate(1.08); }
.brand-photo .brand-tag { z-index: 3; }
.brand-body { display: flex; flex-direction: column; padding: 34px 30px; }
.brand-body::before {
  content: ""; width: 28px; height: 1px; margin-bottom: 20px;
  background: var(--gold); opacity: .8;
}
.brand-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.brand-body h3 { color: var(--wine-dark); font-size: 1.38rem; }
.brand-status { padding: 4px 10px; border-radius: 99px; font-size: .65rem; font-weight: 700; }
.brand-status.active { color: #28724c; background: #e7f4ec; }
.brand-status.soon { color: #9a6823; background: #f8ecd7; }
.brand-body > p {
  display: -webkit-box; color: var(--muted); font-size: .86rem; line-height: 1.95;
  -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.brand-feats { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.brand-feats li {
  padding: 5px 9px; color: #6b5c60; border-radius: 8px; background: #f4efeb; font-size: .68rem;
}
.brand-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 22px;
  color: var(--wine); font-size: .8rem; font-weight: 700;
}
.brand-link svg { width: 15px; height: 15px; transition: transform .3s; }
.brand-link:hover svg { transform: translateX(-4px); }
.brand-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
}
.brand-actions .brand-link { margin-top: 0; }
.brand-link-site { color: #806031; }
.brand-link-site:hover svg { transform: rotate(-12deg); }

.project { color: #fff; background: var(--wine-deep); }
.project .section-title { color: #fff; }
.project .eyebrow { color: var(--gold-light); }
.project .section-sub { color: rgba(255,255,255,.58); }
.project-banner {
  position: relative; min-height: 540px; display: grid; grid-template-columns: 1fr .85fr;
  overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 36px;
  background: linear-gradient(125deg, #4e1021, #22050d); box-shadow: 0 38px 90px rgba(0,0,0,.28);
}
.project-banner::after {
  content: ""; position: absolute; inset: 12px; pointer-events: none;
  border: 1px solid rgba(255,255,255,.055); border-radius: 27px;
}
.project-content { position: relative; z-index: 2; padding: clamp(42px, 6vw, 76px); align-self: center; }
.project-tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; margin-bottom: 24px;
  border: 1px solid rgba(236,210,155,.22); border-radius: 99px; color: var(--gold-light);
  background: rgba(236,210,155,.06); font-size: .72rem;
}
.project-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: #67d091; box-shadow: 0 0 0 5px rgba(103,208,145,.1); }
.project-content h3 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.25; }
.project-content p { max-width: 560px; margin-bottom: 32px; color: rgba(255,255,255,.65); }
.progress-wrap { max-width: 520px; margin-bottom: 32px; }
.progress-head { display: flex; justify-content: space-between; margin-bottom: 11px; font-size: .78rem; color: rgba(255,255,255,.6); }
.progress-head .pct { color: var(--gold-light); font-size: 1.15rem; font-weight: 800; }
.progress-track { height: 6px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.progress-fill { width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transition: width 1.5s var(--ease); }
.project-visual {
  position: relative; display: flex; align-items: flex-end; justify-content: center;
  background: radial-gradient(circle at 50% 65%, rgba(200,164,106,.22), transparent 45%);
}
.project-visual::before {
  content: ""; position: absolute; inset: 7% 10%; border: 1px solid rgba(255,255,255,.08); border-radius: 50% 50% 0 0;
}
.building {
  position: relative; z-index: 2; width: 57%; height: 72%; padding: 26px 20px;
  display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 14px;
  border: 1px solid rgba(236,210,155,.4); border-bottom: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.03), rgba(236,210,155,.13));
  box-shadow: -30px 25px 0 rgba(255,255,255,.025);
  transform: perspective(700px) rotateY(8deg);
}
.building span { border: 1px solid rgba(236,210,155,.23); background: linear-gradient(145deg, rgba(236,210,155,.2), transparent); }
.project-number { position: absolute; left: 20px; bottom: -42px; color: rgba(255,255,255,.05); font-size: 13rem; font-weight: 800; line-height: 1; }

.recruit {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(140deg, #5a1328, #310914);
}
.recruit > .starfield,
.footer > .starfield {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: block; pointer-events: none; opacity: .16;
}
.recruit::before {
  content: ""; position: absolute; width: 580px; aspect-ratio: 1; right: -160px; top: -190px;
  border: 1px solid rgba(236,210,155,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(236,210,155,.018);
}
.recruit .container { position: relative; z-index: 2; }
.recruit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.recruit-info .eyebrow { color: var(--gold-light); }
.recruit-info h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: 1.25; }
.recruit-info p { margin-bottom: 30px; color: rgba(255,255,255,.68); }
.recruit-bullets { display: grid; gap: 13px; }
.recruit-bullets li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.82); font-size: .9rem; }
.recruit-bullets svg { width: 18px; color: var(--gold-light); }
.form-card {
  position: relative; padding: clamp(30px, 5vw, 52px); border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px; background: rgba(255,255,255,.075); backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0,0,0,.2);
}
.form-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: linear-gradient(135deg, rgba(236,210,155,.12), transparent 32%);
}
.form-card h3 { font-size: 1.4rem; }
.form-sub { margin: 7px 0 28px; color: rgba(255,255,255,.55); font-size: .84rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.74); font-size: .79rem; }
.field input, .field select {
  width: 100%; height: 50px; padding: 0 15px; color: #fff; border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px; outline: none; background: rgba(255,255,255,.055); transition: .25s;
}
.field input::placeholder { color: rgba(255,255,255,.3); }
.field input:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(200,164,106,.1); }
.field select option { color: var(--ink); }
.upload {
  position: relative; display: block; padding: 18px; text-align: center;
  border: 1px dashed rgba(255,255,255,.24); border-radius: 14px; transition: .25s;
}
.upload:hover { border-color: var(--gold); background: rgba(200,164,106,.05); }
.upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.up-ico { width: 28px; margin: 0 auto 7px; color: var(--gold-light); }
.up-txt { color: rgba(255,255,255,.55); font-size: .76rem; }
.up-txt strong { color: var(--gold-light); }
.up-name { display: none; color: var(--gold-light); font-size: .8rem; }
.upload.has-file .up-txt { display: none; }
.upload.has-file .up-name { display: block; }
.form-card .btn { width: 100%; margin-top: 6px; }
.form-note { margin-top: 14px; text-align: center; color: rgba(255,255,255,.38); font-size: .69rem; }
.form-success { display: none; margin-top: 14px; padding: 12px; border-radius: 10px; color: #dff7e8; background: rgba(74,170,109,.15); font-size: .8rem; text-align: center; }
.form-success.show { display: block; }

.footer {
  position: relative; overflow: hidden; padding: 76px 0 28px;
  margin: 0; color: rgba(255,255,255,.58); background: #1c050b;
}
.footer .container { position: relative; z-index: 2; }
.footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.1fr; gap: 44px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-grid::before {
  content: "N"; position: absolute; left: 4%; bottom: -25px; z-index: -1;
  color: rgba(255,255,255,.025); font: 400 20rem/1 var(--serif);
}
.footer-brand { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.footer-brand img { width: 48px; border-radius: 13px; }
.footer-brand .fn { color: #fff; font-size: .94rem; font-weight: 800; }
.footer-brand small { display: block; color: rgba(255,255,255,.38); font-size: .61rem; font-weight: 400; }
.footer-about { max-width: 310px; font-size: .83rem; }
.footer-col h4 { margin-bottom: 20px; color: var(--gold-light); font-size: .87rem; }
.footer-col li { margin-bottom: 10px; }
.footer-col a, .footer-contact { font-size: .8rem; transition: .2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-contact li { display: flex; gap: 9px; }
.footer-contact svg { width: 16px; flex: 0 0 auto; margin-top: 5px; color: var(--gold); }
.footer-social { display: flex; gap: 9px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.footer-social a:hover { color: #251007; border-color: var(--gold); background: var(--gold); transform: translateY(-3px); }
.footer-social svg { width: 17px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; font-size: .72rem; }

.to-top {
  position: fixed; left: 24px; bottom: 24px; z-index: 800; width: 46px; height: 46px;
  display: grid; place-items: center; color: #2f180b; border-radius: 50%; background: var(--gold);
  box-shadow: 0 12px 35px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translateY(15px); transition: .3s;
}
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top svg { width: 19px; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scrollDot { 50% { transform: translateY(8px); opacity: .2; } }

@media (max-width: 1020px) {
  .nav-links { gap: 18px; }
  .nav-links a { font-size: .78rem; }
  .hero-signature { opacity: .45; }
  .brands-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 370px; }
  .about-grid, .recruit-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --nav-h: 72px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section-pad { padding: 78px 0; }
  .nav { height: var(--nav-h); }
  .brand-logo { width: 39px; height: 39px; }
  .brand-name { font-size: .8rem; }
  .brand-name small { display: none; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; color: inherit; }
  .nav-links.open {
    position: fixed; display: flex; top: 72px; right: 16px; left: 16px; padding: 14px;
    flex-direction: column; gap: 0; color: var(--ink); border: 1px solid var(--line);
    border-radius: 18px; background: rgba(255,253,249,.97); box-shadow: 0 24px 70px rgba(43,7,18,.16);
  }
  .nav-links.open a { padding: 12px; border-bottom: 1px solid var(--line); }
  .nav-links.open a:last-child { border: 0; }
  .hero { height: 100svh; min-height: 600px; }
  .hero-inner { width: 100%; padding-top: 58px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.35rem, 12vw, 4rem); }
  .hero p { margin-bottom: 26px; font-size: .94rem; line-height: 1.85; }
  .hero-meta { margin-top: 32px; }
  .hero-trust { margin-top: 20px; flex-wrap: wrap; }
  .hero-scroll { bottom: 14px; }
  .hero-signature { display: none; }
  .hero-meta { gap: 14px; }
  .hero-meta-item { display: block; }
  .hero-meta-item span { display: block; margin-top: 6px; }
  .about-grid,
  .recruit-grid {
    display: flex;
    width: 100%;
    flex-direction: column;
    grid-template-columns: none;
  }
  .about-visual {
    order: 1;
    width: 100%;
  }
  .about-text {
    order: 2;
    width: 100%;
  }
  .recruit-info {
    order: 1;
    width: 100%;
  }
  .form-card {
    order: 2;
    width: 100%;
  }
  .about::before { display: none; }
  .about-visual { min-height: 430px; }
  .about-stats { gap: 0; }
  .stat + .stat { padding-right: 14px; }
  .stat-lbl { font-size: .66rem; }
  .brand-card { grid-template-columns: 1fr; min-height: 0; }
  .brand-visual { min-height: 220px; }
  .brand-body { min-height: 340px; }
  .project-banner { grid-template-columns: 1fr; }
  .project-content { padding: 38px 24px; }
  .project-visual { min-height: 320px; }
  .building { height: 80%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero-actions .btn { width: 100%; }
  .hero-actions { gap: 9px; }
  .hero-actions .btn { min-height: 47px; padding-block: 10px; }
  .hero-meta { justify-content: space-between; }
  .hero-meta-sep { display: none; }
  .hero-trust { display: none; }
  .about-visual { min-height: 360px; border-radius: 120px 120px 20px 20px; }
  .about-visual::after { border-radius: 110px 110px 14px 14px; }
  .brand-body { min-height: 370px; padding: 28px 22px; }
  .project-visual { min-height: 250px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 380px), (max-height: 700px) {
  .hero { min-height: 560px; }
  .hero .eyebrow { margin-bottom: 10px; font-size: .68rem; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(2rem, 10vw, 3rem); }
  .hero p { margin-bottom: 18px; font-size: .82rem; line-height: 1.75; }
  .hero-actions .btn { min-height: 43px; font-size: .78rem; }
  .hero-meta { margin-top: 20px; }
  .hero-meta-item strong { font-size: 1.25rem; }
  .hero-meta-item span { font-size: .65rem; }
  .hero-trust { display: none; }
  .hero-scroll { display: flex; bottom: 10px; }
}

@media (hover: hover) and (pointer: fine) {
  body,
  a,
  button,
  input,
  select,
  label {
    cursor: none !important;
  }
  .cursor {
    position: fixed; top: 0; left: 0; z-index: 10001;
    width: 8px; height: 8px; pointer-events: none;
    border-radius: 50%; background: var(--gold-light);
    box-shadow: 0 0 14px rgba(236,210,155,.7);
    transform: translate(-50%, -50%);
    transition: width .2s var(--ease), height .2s var(--ease), opacity .2s;
  }
  .cursor-ring {
    position: fixed; top: 0; left: 0; z-index: 10000;
    width: 38px; height: 38px; pointer-events: none;
    border: 1px solid rgba(236,210,155,.65); border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .25s var(--ease), height .25s var(--ease), background .25s var(--ease);
  }
  .cursor.grow { width: 4px; height: 4px; }
  .cursor-ring.grow {
    width: 58px; height: 58px;
    border-color: var(--gold); background: rgba(200,164,106,.1);
  }
  .mouse-light { position: fixed; width: 460px; height: 460px; z-index: -1; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(100,23,43,.07), transparent 66%); opacity: 0; }
}

@supports not (overflow: clip) {
  html,
  body,
  .hero,
  .about,
  .subs,
  .project,
  .recruit,
  .footer {
    overflow-x: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   Signature Edition — editorial luxury layer
   ========================================================= */
body {
  --cream: #f2eee6;
  --paper: #faf8f3;
  --wine: #65142c;
  --wine-dark: #3b0918;
  --gold: #b99355;
  --gold-light: #e7cc96;
  background:
    linear-gradient(90deg, rgba(59,9,24,.025) 1px, transparent 1px) center / 25vw 100%,
    var(--cream);
}

.section-pad { padding: clamp(110px, 12vw, 180px) 0; }
.section-title { max-width: 780px; font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: 1.18; }
.section-sub { font-size: 1.05rem; line-height: 2.1; }
.section-title::after { width: 74px; margin-top: 28px; }

.nav { padding-top: 10px; }
.nav.scrolled { padding-top: 0; }
.nav .container { max-width: 1340px; }
.nav:not(.scrolled) .brand-logo { box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.nav-links { padding: 8px 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; background: rgba(255,255,255,.035); }
.nav.scrolled .nav-links { border-color: var(--line); background: rgba(255,255,255,.42); }

.hero {
  height: 100svh;
  min-height: 620px;
  isolation: isolate;
  background: #3b0b19;
}
.hero-bg {
  background:
    radial-gradient(circle at 18% 35%, rgba(226,188,124,.25), transparent 25%),
    radial-gradient(circle at 78% 68%, rgba(160,48,82,.42), transparent 34%),
    linear-gradient(112deg, #350b18 0%, #641630 52%, #3d0c1c 100%);
}
.hero-bg::before {
  opacity: .3;
  background:
    linear-gradient(90deg, transparent 24.9%, rgba(255,255,255,.045) 25%, transparent 25.1%),
    linear-gradient(90deg, transparent 74.9%, rgba(255,255,255,.045) 75%, transparent 75.1%),
    linear-gradient(0deg, transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%);
}
.hero-bg::after {
  width: min(44vw, 670px);
  left: 4%;
  top: 13%;
  border-color: rgba(231,204,150,.18);
  box-shadow: inset 0 0 100px rgba(185,147,85,.025), 0 0 0 1px rgba(255,255,255,.025);
}
.hero .container { max-width: 1340px; }
.hero-inner {
  width: min(820px, 68%);
  padding: 110px 0 55px;
}
.hero .eyebrow {
  margin-bottom: 30px;
  color: rgba(231,204,150,.88);
  letter-spacing: .13em;
}
.hero h1 {
  max-width: 850px;
  margin-bottom: 40px;
  font-size: clamp(3.7rem, 7vw, 7.3rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.075em;
}
.hero h1 .accent {
  display: block;
  width: max-content;
  margin-top: 10px;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold-light);
  text-shadow: none;
}
.hero p {
  position: relative;
  max-width: 630px;
  padding-right: 25px;
  margin-bottom: 42px;
  border-right: 1px solid rgba(231,204,150,.45);
  color: rgba(255,255,255,.66);
  font-size: 1.05rem;
}
.hero .btn { min-width: 190px; }
.hero-meta {
  width: max-content;
  padding: 18px 22px;
  margin-top: 34px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
}
.hero-trust { margin-right: 6px; }
.hero-edition {
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 19%;
  width: 105px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(231,204,150,.35);
  border-radius: 50%;
  color: var(--gold-light);
}
.hero-edition::before, .hero-edition::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(231,204,150,.16);
  border-radius: inherit;
}
.hero-edition::after { inset: -9px; border-style: solid; }
.hero-edition span { font: .55rem/1 var(--serif); letter-spacing: .22em; }
.hero-edition strong { margin-top: 7px; font-size: 1.1rem; }
.hero-signature { left: -28px; }

.about { overflow: hidden; background: var(--paper); }
.about-grid { grid-template-columns: .95fr 1.05fr; gap: clamp(70px, 11vw, 150px); }
.about-text { padding-block: 35px; }
.about-text p { max-width: 590px; }
.about-text p:first-of-type { color: #4c4144; font-size: 1.12rem; }
.about-stats {
  margin-top: 55px;
  border-top-color: rgba(59,9,24,.15);
}
.stat { padding-top: 30px; }
.stat-num { font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.about-visual {
  min-height: 650px;
  border-radius: 320px 320px 22px 22px;
  box-shadow: 0 55px 120px rgba(59,9,24,.22);
}
.about-visual::after { inset: 17px; border-radius: 300px 300px 15px 15px; }
.about-logo { filter: saturate(.85) contrast(1.05); }
.visual-caption {
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  color: rgba(255,255,255,.62);
  background: rgba(18,2,7,.28);
  backdrop-filter: blur(12px);
  font-size: .72rem;
}
.visual-caption span { color: var(--gold-light); font: 1.2rem/1 var(--serif); }

.subs { background-color: var(--cream); background-size: 25vw 100%; }
.subs .section-head { margin-bottom: 42px; }
.brands-intro {
  max-width: 760px;
  margin: 0 auto 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
}
.brands-intro span { color: var(--wine); font: italic 1rem/1 var(--serif); letter-spacing: .14em; }
.brands-intro p { max-width: 470px; color: var(--muted); font-size: .8rem; }
.brands-grid { grid-template-columns: repeat(12, 1fr); gap: 28px; }
.brand-card {
  grid-column: span 6;
  min-height: 510px;
  grid-template-columns: 44% 56%;
  border-radius: 8px;
  border-color: rgba(59,9,24,.1);
  box-shadow: 0 26px 70px rgba(59,9,24,.07);
}
.brand-card:nth-child(2), .brand-card:nth-child(3) { transform: none; }
.brand-card:nth-child(2):hover, .brand-card:nth-child(3):hover { transform: translateY(-8px); }
.brand-visual::after { inset: 12px; border-radius: 3px; }
.brand-pattern { opacity: .12; }
.brand-ico {
  width: 92px;
  height: 92px;
  border-radius: 4px;
  transform: rotate(45deg);
}
.brand-ico svg { transform: rotate(-45deg); }
.brand-card:hover .brand-ico { transform: rotate(45deg) scale(1.06); }
.brand-body { padding: 46px 36px; }
.brand-body h3 { font-size: 1.55rem; }
.brand-body > p { -webkit-line-clamp: 5; }
.brand-feats { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-feats li { width: 100%; padding: 7px 0; border-radius: 0; background: transparent; }
.brand-feats li + li { border-top: 1px solid var(--line); }

.project { padding-block: clamp(120px, 13vw, 190px); background: #1d040b; }
.project .section-head {
  display: flex;
  max-width: 820px;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
.project .section-head .section-title { margin-inline: auto; }
.project .section-head .section-title::after { margin-inline: auto; }
.project .section-sub {
  margin: 24px auto 0;
  padding-right: 0;
  border-right: 0;
}
.project-banner {
  min-height: 640px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(24,3,9,.1), rgba(24,3,9,.5)),
    linear-gradient(125deg, #591329, #20040c);
}
.project-banner::after { inset: 14px; border-radius: 2px; }
.project-content { padding: clamp(55px, 7vw, 90px); }
.project-content h3 { max-width: 550px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.building { width: 64%; height: 78%; }

.recruit { padding-block: clamp(120px, 13vw, 180px); background: linear-gradient(115deg, #4d0e21, #25060e); }
.recruit-grid { grid-template-columns: .75fr 1.25fr; }
.recruit-info h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.recruit-bullets { margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.form-card {
  padding: clamp(42px, 6vw, 68px);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
}
.field input, .field select, .upload { border-radius: 3px; }

.footer { padding-top: 95px; }
.footer-grid { padding-bottom: 65px; }
.footer-col h4 { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }

@media (max-width: 1020px) {
  .hero h1 { font-size: clamp(3.4rem, 8vw, 6rem); }
  .hero-edition { display: none; }
  .about-visual { min-height: 560px; }
  .brand-card { grid-column: 1 / -1; }
  .brand-card:nth-child(2), .brand-card:nth-child(3),
  .brand-card:nth-child(2):hover, .brand-card:nth-child(3):hover { transform: none; }
}

@media (max-width: 760px) {
  body { background: var(--cream); }
  .section-pad { padding: 90px 0; }
  .section-title { font-size: clamp(2.2rem, 11vw, 3.5rem); }
  .nav { padding-top: 0; }
  .nav-links { padding: 14px; border-radius: 18px; }
  .hero { height: 100svh; min-height: 600px; }
  .hero-inner { width: 100%; padding: 105px 0 40px; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4.5rem); line-height: 1.09; }
  .hero h1 .accent { width: auto; }
  .hero p { padding-right: 18px; font-size: .9rem; }
  .hero-meta { width: 100%; padding: 14px; }
  .about-grid { gap: 68px; }
  .about-text { padding-block: 0; }
  .about-text .eyebrow { margin-bottom: 22px; }
  .about-text .section-title { margin-bottom: 28px; }
  .about-text .section-mark { margin: 0 0 32px; }
  .about-text p {
    margin-top: 0;
    font-size: .98rem;
    line-height: 2.15;
  }
  .about-text p + p { margin-top: 22px; }
  .about-stats {
    margin-top: 44px;
    padding-top: 8px;
  }
  .stat { padding-top: 24px; }
  .stat + .stat { padding-right: 18px; }
  .stat-num { font-size: 2.55rem; }
  .stat-lbl { margin-top: 10px; font-size: .72rem; line-height: 1.7; }
  .about-visual { min-height: 470px; border-radius: 220px 220px 16px 16px; }
  .brands-intro { margin-bottom: 45px; flex-direction: column; gap: 10px; }
  .brand-card { grid-template-columns: 1fr; border-radius: 6px; }
  .brand-body { min-height: 390px; }
  .project .section-head { display: flex; gap: 0; }
  .project .section-sub { padding-right: 0; }
  .project-banner { min-height: auto; }
  .recruit-grid { gap: 58px; }
  .recruit-info .eyebrow { margin-bottom: 22px; }
  .recruit-info h2 {
    margin-bottom: 26px;
    font-size: clamp(2.35rem, 11vw, 3.5rem);
    line-height: 1.35;
  }
  .recruit-info p {
    margin-bottom: 34px;
    font-size: .96rem;
    line-height: 2.05;
  }
  .recruit-bullets {
    gap: 17px;
    margin-top: 0;
    padding-top: 28px;
  }
  .recruit-bullets li {
    align-items: flex-start;
    gap: 14px;
    font-size: .88rem;
    line-height: 1.9;
  }
  .recruit-bullets svg { margin-top: 5px; flex: 0 0 auto; }
  .form-card {
    padding: 34px 24px;
    border-radius: 30px;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(18px);
  }
  .form-card h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }
  .form-sub {
    margin-bottom: 30px;
    line-height: 1.9;
  }
  .field { margin-bottom: 22px; }
  .field label { margin-bottom: 10px; }
  .field input,
  .field select {
    height: 54px;
    border-radius: 12px;
  }
  .upload {
    padding: 23px 16px;
    border-radius: 14px;
  }
  .form-card .btn { margin-top: 10px; min-height: 54px; }
  .form-note { margin-top: 18px; line-height: 1.8; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: clamp(2.55rem, 12.5vw, 3.7rem); }
  .hero-meta { margin-top: 36px; }
  .about-grid { gap: 56px; }
  .about-visual { min-height: 410px; }
  .about-stats {
    grid-template-columns: 1fr;
    padding-top: 0;
    border-top: 0;
  }
  .stat {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
  }
  .stat + .stat {
    padding-right: 0;
    border-right: 0;
  }
  .stat-num { font-size: 2.25rem; }
  .stat-lbl {
    margin-top: 0;
    font-size: .78rem;
    text-align: right;
  }
  .visual-caption { right: 18px; bottom: 18px; left: 18px; }
  .brand-body { padding: 34px 24px; }
  .brand-actions { align-items: flex-start; flex-direction: column; gap: 0; }
  .recruit-grid { gap: 48px; }
  .recruit-info p { font-size: .92rem; }
  .form-card { padding: 30px 18px; }
}
