/* ==========================================================================
   Sufia Noorbakhshia — site styles
   Palette and type taken from the approved website design.
   ========================================================================== */

:root {
  --ink:        #EAF0FA;
  --ink-2:      #A7B2C7;
  --ink-3:      #9AA6BC;
  --ink-4:      #8290A6;
  --ink-5:      #7E8AA0;
  --ink-6:      #75819A;

  --gold:       #D8B26A;
  --gold-hi:    #F0D9A6;
  --gold-2:     #C9A961;
  --gold-3:     #E3C68A;
  --gold-deep:  #B08D48;
  --grad-gold:  linear-gradient(150deg, #EBD29A, #C7A04C);
  --on-gold:    #0B1220;
  --on-badge:   #06231B;

  --surface:    rgba(255, 255, 255, .05);
  --surface-2:  rgba(255, 255, 255, .03);
  --surface-3:  rgba(255, 255, 255, .045);
  --line:       rgba(255, 255, 255, .09);
  --line-2:     rgba(255, 255, 255, .07);
  --line-3:     rgba(255, 255, 255, .14);

  --frame-bg:   #101B30;
  --frame-line: #26334D;

  --serif:      Spectral, Georgia, 'Times New Roman', serif;
  --sans:       Manrope, system-ui, -apple-system, 'Segoe UI', sans-serif;

  --wrap:       1200px;
  --gutter:     22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #04120E;
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-hi); }
::selection { background: rgba(216, 178, 106, .35); }
input, textarea, select, button { font: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
img { max-width: 100%; }

@keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes driftA { 0%, 100% { transform: translate3d(0,0,0) scale(1);    } 50% { transform: translate3d(7vw, 6vh, 0) scale(1.18); } }
@keyframes driftB { 0%, 100% { transform: translate3d(0,0,0) scale(1.1);  } 50% { transform: translate3d(-8vw, -5vh, 0) scale(.92); } }
@keyframes driftC { 0%, 100% { transform: translate3d(0,0,0) scale(.95);  } 50% { transform: translate3d(5vw, -8vh, 0) scale(1.22); } }
@keyframes driftD { 0%, 100% { transform: translate3d(0,0,0) scale(1.05); } 50% { transform: translate3d(-6vw, 7vh, 0) scale(.9); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* --------------------------------------------------------------- shell --- */

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background: radial-gradient(125% 85% at 50% -12%, #114034 0%, #0A2A22 48%, #051813 100%);
}

.orbs { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; }
.orb--a { top: -22vh; left: -14vw; width: 62vw; height: 62vw; filter: blur(70px);
  background: radial-gradient(circle, rgba(216,178,106,.34), rgba(216,178,106,0) 68%); animation: driftA 32s ease-in-out infinite; }
.orb--b { top: 8vh; right: -18vw; width: 58vw; height: 58vw; filter: blur(80px);
  background: radial-gradient(circle, rgba(56,196,150,.34), rgba(56,196,150,0) 68%); animation: driftB 41s ease-in-out infinite; }
.orb--c { bottom: -26vh; left: 18vw; width: 66vw; height: 66vw; filter: blur(90px);
  background: radial-gradient(circle, rgba(22,150,120,.34), rgba(22,150,120,0) 70%); animation: driftC 37s ease-in-out infinite; }
.orb--d { top: 42vh; left: 26vw; width: 42vw; height: 42vw; filter: blur(80px);
  background: radial-gradient(circle, rgba(140,200,120,.20), rgba(140,200,120,0) 70%); animation: driftD 29s ease-in-out infinite; }

.main { flex: 1; position: relative; z-index: 1; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold); color: var(--on-gold); padding: 12px 18px; border-radius: 0 0 10px 0; font-weight: 600;
}
.skip-link:focus { left: 0; color: var(--on-gold); }

/* -------------------------------------------------------------- header --- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(5, 22, 17, .55);
  transition: background .25s ease;
}
.site-header.is-scrolled { background: rgba(5, 22, 17, .84); }

.header-inner { max-width: var(--wrap); margin: 0 auto; padding: 14px var(--gutter); display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: inherit; }
.brand:hover { color: inherit; }
.brand img { width: 46px; height: 46px; display: block; flex: 0 0 auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.brand-sub { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-5); }
.spacer { flex: 1; }

.nav-main { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 500; }
.nav-main a { color: var(--ink-2); }
.nav-main a:hover { color: var(--gold-hi); }
.nav-main a[aria-current='page'] { color: var(--gold); }
.header-tools { display: flex; align-items: center; gap: 14px; }

.lang-select {
  appearance: none; -webkit-appearance: none;
  background: var(--surface); border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px; padding: 9px 14px; font-size: 14px; color: var(--ink-2); cursor: pointer;
}
.lang-select option { background: #0A2A22; color: var(--ink); }

.menu-toggle {
  display: none; place-items: center; gap: 5px;
  width: 44px; height: 44px; background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; cursor: pointer;
}
.menu-toggle span { display: block; width: 18px; height: 1.5px; background: var(--ink); }

.nav-mobile {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: var(--surface);
  padding: 18px var(--gutter) 26px;
  flex-direction: column; gap: 4px;
}
.nav-mobile.is-open { display: flex; }
.nav-mobile a.nav-link {
  padding: 13px 4px; font-size: 17px; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.nav-mobile a.nav-link[aria-current='page'] { color: var(--gold); }
.nav-mobile-tools { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.nav-mobile-tools .lang-select { background: var(--surface-3); padding: 12px 16px; font-size: 15px; }
.nav-mobile-tools .btn { flex: 1; text-align: center; padding: 14px 20px; font-size: 15px; }

.lang-note {
  background: rgba(216, 178, 106, .13);
  border-top: 1px solid rgba(216, 178, 106, .28);
  color: var(--gold-3); font-size: 13.5px; text-align: center; padding: 9px var(--gutter);
}
[hidden] { display: none !important; }

@media (max-width: 939px) {
  .nav-main, .header-tools { display: none; }
  .menu-toggle { display: grid; }
}

/* -------------------------------------------------------------- buttons -- */

.btn {
  display: inline-block; border: 0; border-radius: 999px; cursor: pointer;
  padding: 11px 20px; font-size: 14px; font-weight: 600; text-align: center;
}
.btn--gold { background: var(--gold); color: var(--on-gold); }
.btn--gold:hover { background: var(--gold-hi); color: var(--on-gold); }
.btn--ghost { background: var(--surface); color: var(--ink); border: 1px solid var(--line-3); }
.btn--ghost:hover { border-color: var(--gold); color: #fff; }
.btn--md { padding: 14px 26px; font-size: 15px; }
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn--hero { box-shadow: 0 10px 26px rgba(216, 178, 106, .28); }

.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn {
  display: flex; align-items: center; gap: 12px;
  background: #000; border: 1px solid rgba(255, 255, 255, .22); border-radius: 12px;
  padding: 10px 20px; color: #fff;
}
.store-btn:hover { background: #1C1C1E; color: #fff; }
.store-btn .glyph { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 auto; }
.store-btn .label { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-btn .label small { font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: #E8E8EA; }
.store-btn .label strong { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }

/* ---------------------------------------------------------------- icons -- */

.ico {
  fill: none; stroke: currentColor; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.icon-circle, .icon-circle--sm, .icon-badge {
  border-radius: 50%; background: var(--grad-gold); color: var(--on-badge);
  display: grid; place-items: center; flex: 0 0 auto;
}
.icon-circle { width: 60px; height: 60px; margin-bottom: 20px; box-shadow: 0 8px 20px rgba(199, 160, 76, .28); }
.icon-circle--sm { width: 50px; height: 50px; margin-bottom: 18px; box-shadow: 0 6px 16px rgba(199, 160, 76, .24); }
.icon-badge { width: 34px; height: 34px; }
.icon-circle .ico { width: 32px; height: 32px; }
.icon-circle--sm .ico { width: 27px; height: 27px; stroke-width: 1.6; }
.icon-badge .ico { width: 19px; height: 19px; stroke-width: 1.9; }

/* ----------------------------------------------------------- typography -- */

.eyebrow {
  margin: 0 0 12px; font-size: 12.5px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gold);
}
.eyebrow--pill {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
  background: var(--surface); border: 1px solid rgba(216, 178, 106, .22);
  border-radius: 999px; padding: 8px 15px;
}
.eyebrow--pill .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-deep); }

.h1 {
  margin: 0 0 20px; font-family: var(--serif); font-weight: 500;
  font-size: clamp(38px, 5.6vw, 62px); line-height: 1.06; letter-spacing: -.02em;
  color: var(--ink); text-wrap: pretty;
}
.h1--page { margin: 0 0 16px; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.1; }
.h2 {
  margin: 0 0 14px; font-family: var(--serif); font-weight: 500;
  font-size: clamp(30px, 3.6vw, 44px); line-height: 1.12; letter-spacing: -.015em; color: var(--ink);
}
.h3 {
  margin: 0 0 16px; font-family: var(--serif); font-weight: 500;
  font-size: clamp(26px, 3vw, 36px); line-height: 1.18; color: var(--ink);
}
.lede { margin: 0; font-size: clamp(16.5px, 1.5vw, 19px); line-height: 1.65; color: var(--ink-3); max-width: 52ch; text-wrap: pretty; }
.sub { margin: 0; font-size: 17px; line-height: 1.65; color: var(--ink-3); }
.sub--page { font-size: 17.5px; max-width: 58ch; }
.note { margin: 18px 0 0; font-size: 13px; color: var(--ink-6); }
.section-head { max-width: 60ch; margin-bottom: clamp(36px, 4vw, 56px); }
.measure-24 { max-width: 24ch; }
.measure-26 { max-width: 26ch; }

.section { padding: clamp(64px, 8vw, 112px) 0; }
.section--tight { padding: clamp(48px, 6vw, 88px) 0; }
.section--hero { padding: clamp(52px, 6vw, 88px) 0; }
.band { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.band--soft { background: var(--surface-2); }
.band--deep { background: rgba(4, 20, 15, .5); }

/* ----------------------------------------------------------------- hero -- */

.hero { position: relative; overflow: hidden; }
.hero .wrap {
  padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(56px, 7vw, 104px);
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(36px, 5vw, 64px);
}
.hero-copy { flex: 1 1 420px; min-width: 300px; animation: riseIn .5s ease both; }
.hero-copy .lede { margin-bottom: 32px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.cta-row--flush { margin-bottom: 0; }

.phones { flex: 1 1 380px; min-width: 300px; display: flex; justify-content: center; align-items: flex-end; }
.phone { background: var(--frame-bg); border: 1px solid var(--frame-line); }
.phone img { display: block; width: 100%; aspect-ratio: 1179 / 2556; object-fit: cover; object-position: top; }
.phone--side {
  width: clamp(120px, 17vw, 190px); border-radius: 34px; padding: 6px;
  box-shadow: 0 22px 50px rgba(20, 37, 68, .16);
}
.phone--side img { border-radius: 28px; }
.phone--left  { transform: translateY(26px) rotate(-4deg); animation: floaty 7s ease-in-out infinite; }
.phone--right { transform: translateY(26px) rotate(4deg);  animation: floaty 7s ease-in-out .8s infinite; }
.phone--lead {
  width: clamp(200px, 27vw, 300px); border-radius: 46px; padding: 8px; margin: 0 -14px;
  box-shadow: 0 34px 70px rgba(20, 37, 68, .24); position: relative; z-index: 2;
}
.phone--lead img { border-radius: 38px; }
.phone--solo {
  width: clamp(220px, 26vw, 290px); border-radius: 44px; padding: 8px;
  box-shadow: 0 26px 60px rgba(20, 37, 68, .18);
}
.phone--solo img { border-radius: 36px; }

/* ---------------------------------------------------------------- strip -- */

.strip .wrap { padding-top: 30px; padding-bottom: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 40px; justify-content: space-between; }
.strip p { margin: 0; font-family: var(--serif); font-size: 17px; color: var(--ink); }
.strip ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 14px 30px; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.strip li { display: flex; align-items: center; gap: 10px; }

/* ---------------------------------------------------------------- cards -- */

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.card-grid--sm { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 20px; padding: 28px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0, 0, 0, .36); }
.card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--ink); }
.card p { margin: 0; font-size: 15.5px; line-height: 1.65; color: var(--ink-3); }

.card--flat { border-radius: 18px; padding: 24px; transition: none; }
.card--flat:hover { transform: none; box-shadow: none; }
.card--flat h3 { margin: 0 0 8px; font-family: var(--sans); font-size: 17px; font-weight: 700; }

.group { display: grid; gap: 44px; }
.group-title {
  margin: 0 0 20px; font-family: var(--serif); font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px); color: var(--ink);
  padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, .08);
}

/* -------------------------------------------------------------- gallery -- */

.gallery .wrap { padding: clamp(60px, 7vw, 100px) 0; max-width: var(--wrap); }
.gallery-head { max-width: 60ch; padding: 0 var(--gutter); margin-bottom: clamp(34px, 4vw, 52px); }
.gallery-head .eyebrow { color: var(--gold-2); }
.gallery-head .h2 { color: #fff; }
.gallery-head .sub { color: var(--ink-2); }
.scroller { display: flex; gap: 20px; overflow-x: auto; padding: 6px var(--gutter) 22px; scroll-snap-type: x mandatory; }
.screen-card {
  flex: 0 0 auto; width: clamp(180px, 22vw, 244px);
  border-radius: 38px; background: #0B1425; padding: 7px; border: 1px solid #2A3752;
  scroll-snap-align: center;
}
.screen-card img { display: block; width: 100%; aspect-ratio: 1179 / 2556; object-fit: cover; object-position: top; border-radius: 32px; }

/* ------------------------------------------------------------- alt rows -- */

.alt-rows { display: flex; flex-direction: column; gap: clamp(56px, 7vw, 96px); }
.alt-row { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(32px, 5vw, 72px); }
.alt-row--rev { flex-wrap: wrap-reverse; }
.alt-copy { flex: 1 1 340px; min-width: 280px; }
.alt-copy p.body { margin: 0 0 20px; font-size: 16.5px; line-height: 1.7; color: var(--ink-3); max-width: 50ch; }
.alt-media { flex: 0 1 300px; min-width: 240px; display: flex; justify-content: center; }
.bullets { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 15.5px; color: var(--ink-2); }
.bullets li { display: flex; gap: 10px; }
.bullets li::before { content: '\2022'; color: var(--gold); }

/* --------------------------------------------------------------- values -- */

.values .wrap { padding: clamp(60px, 7vw, 100px) var(--gutter); display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 72px); }
.values-head { flex: 1 1 320px; }
.values-head .h2 { margin: 0; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.14; max-width: 24ch; }
.values-list { flex: 1 1 380px; display: grid; gap: 26px; }
.values-list h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; color: var(--ink); font-family: var(--sans); }
.values-list p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--ink-3); }

/* ------------------------------------------------------------ privacy cta */

.privacy-card {
  background: rgba(255, 255, 255, .055); border: 1px solid rgba(216, 178, 106, .22);
  border-radius: 28px; padding: clamp(32px, 5vw, 60px);
  display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 56px); align-items: center;
}
.privacy-card .copy { flex: 1 1 340px; }
.privacy-card .copy .h2 { margin: 0 0 16px; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.14; }
.privacy-card .copy p { margin: 0 0 24px; font-size: 16.5px; line-height: 1.7; color: var(--ink-3); max-width: 50ch; }
.check-list { flex: 1 1 280px; margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 15.5px; color: var(--ink-2); }
.check-list li {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: 13px 16px; display: flex; align-items: center; gap: 12px;
}

/* ------------------------------------------------------------- download -- */

.download { background: rgba(4, 20, 15, .55); border-top: 1px solid var(--line-2); }
.download .wrap { max-width: 860px; padding: clamp(64px, 8vw, 116px) var(--gutter); text-align: center; }
.download .h2 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 50px); line-height: 1.1; color: #fff; }
.download p.lede { margin: 0 auto 34px; font-size: 17.5px; color: var(--ink-2); max-width: 50ch; }
.download .store-row { justify-content: center; gap: 14px; }
.download .note { margin: 22px 0 0; font-size: 13.5px; color: var(--ink-4); }

/* --------------------------------------------------------------- footer -- */

.site-footer {
  background: rgba(3, 17, 13, .74); color: var(--ink-2);
  position: relative; z-index: 1; border-top: 1px solid rgba(255, 255, 255, .08);
}
.footer-grid {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(48px, 6vw, 76px) var(--gutter) clamp(28px, 3vw, 40px);
  display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 72px);
}
.footer-brand { flex: 1 1 300px; min-width: 260px; }
.footer-brand .mark { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand .mark img { width: 44px; height: 44px; display: block; flex: 0 0 auto; }
.footer-brand .mark span { font-family: var(--serif); font-size: 18px; font-weight: 600; color: #fff; }
.footer-brand p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ink-4); max-width: 40ch; }
.footer-col { flex: 0 1 200px; }
.footer-col--narrow { flex: 0 1 160px; }
.footer-head { margin: 0 0 14px; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-2); }
.footer-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; font-size: 15px; }
.footer-col ul a { color: var(--ink-2); }
.footer-col ul a:hover { color: var(--gold-hi); }
.footer-col .site-link { margin: 14px 0 0; font-size: 13.5px; }
.footer-col .site-link a { color: var(--gold-2); }
.footer-bar { border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-bar-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 20px var(--gutter);
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  font-size: 13.5px; color: #77839A;
}
.footer-bar-inner p { margin: 0; }

/* ------------------------------------------------------------------ faq -- */

.faq-list { max-width: 820px; margin: 0 auto; padding: clamp(44px, 6vw, 80px) var(--gutter); display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; padding: 20px 22px; text-align: left;
  font-size: 17px; font-weight: 600; color: var(--ink); cursor: pointer;
}
.faq-q .sign { color: var(--gold); font-size: 20px; line-height: 1; }
.faq-q[aria-expanded='true'] .sign::before { content: '\2212'; }
.faq-q[aria-expanded='false'] .sign::before { content: '+'; }
.faq-a { margin: 0; padding: 0 22px 22px; font-size: 16px; line-height: 1.7; color: var(--ink-3); }
.faq-a--note { color: var(--gold-3); }

/* -------------------------------------------------------------- contact -- */

.contact-grid { max-width: var(--wrap); margin: 0 auto; padding: clamp(44px, 6vw, 80px) var(--gutter); display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 56px); }
.form-card {
  flex: 1 1 380px; min-width: 300px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 22px; padding: clamp(24px, 3vw, 36px);
}
.form-card h2 { margin: 0 0 20px; font-family: var(--serif); font-weight: 500; font-size: 24px; color: var(--ink); }
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea {
  background: var(--surface-3); border: 1px solid var(--line-3); border-radius: 12px;
  padding: 13px 15px; font-size: 16px; font-weight: 400; color: var(--ink);
}
.field textarea { resize: vertical; }
.field select option { background: #0A2A22; color: var(--ink); }
.alert { margin: 0; font-size: 14.5px; border-radius: 10px; padding: 11px 14px; }
.alert--error { color: #F0A294; background: rgba(214, 90, 74, .14); border: 1px solid rgba(214, 90, 74, .32); }
.alert--ok { color: #8FD8B4; background: rgba(70, 180, 140, .14); border: 1px solid rgba(70, 180, 140, .3); }
.form button[type='submit'] { justify-self: start; padding: 15px 30px; font-size: 15.5px; }
.form .note { margin: 0; }
.contact-side { flex: 1 1 260px; min-width: 240px; display: grid; gap: 16px; align-content: start; }
.contact-side .card--flat h3 { font-size: 16px; }
.contact-side .card--flat p { margin: 0 0 10px; font-size: 15.5px; line-height: 1.6; }
.contact-side .card--flat p:last-child { margin: 0; }
.contact-side .more { font-size: 15px; font-weight: 600; }

/* ---------------------------------------------------------------- about -- */

.about-grid { max-width: var(--wrap); margin: 0 auto; padding: clamp(48px, 6vw, 88px) var(--gutter); display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 72px); }
.about-copy { flex: 1 1 420px; min-width: 300px; display: grid; gap: 30px; }
.about-copy h2 { margin: 0 0 10px; font-family: var(--serif); font-weight: 500; font-size: 26px; color: var(--ink); }
.about-copy p { margin: 0; font-size: 16.5px; line-height: 1.75; color: var(--ink-3); max-width: 62ch; }
.about-media { flex: 0 1 300px; min-width: 240px; display: flex; justify-content: center; align-items: flex-start; }
.placeholder-note {
  border: 1px dashed rgba(216, 178, 106, .4); background: rgba(216, 178, 106, .12);
  border-radius: 16px; padding: 22px 24px;
}
.placeholder-note .tag { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--gold); }
.placeholder-note p:last-child { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--gold-3); }

/* ---------------------------------------------------------------- legal -- */

.legal-hero { border-bottom: 1px solid var(--line-2); background: var(--surface-2); }
.legal-hero .wrap { max-width: 820px; padding: clamp(48px, 6vw, 84px) var(--gutter); text-align: center; }
.legal-hero .eyebrow { margin-bottom: 10px; }
.legal-hero h1 { margin: 0 0 12px; font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 3.8vw, 44px); line-height: 1.14; color: var(--ink); }
.legal-hero .stamp { margin: 0; font-size: 14.5px; color: var(--ink-5); }

.legal-shell { background: var(--surface); }
.legal-layout {
  max-width: 1120px; margin: 0 auto; padding: clamp(36px, 5vw, 64px) var(--gutter);
  display: flex; flex-wrap: wrap-reverse; gap: clamp(28px, 4vw, 56px);
}
.legal-body { flex: 1 1 560px; min-width: 300px; }
.legal-body h2 {
  margin: 48px 0 14px; font-family: var(--serif); font-size: clamp(24px, 2.6vw, 28px);
  font-weight: 600; color: var(--ink); line-height: 1.22; scroll-margin-top: 100px;
}
.legal-body h2 .num { color: var(--gold); margin-right: 12px; }
.legal-body h3 { margin: 26px 0 8px; font-size: 17px; font-weight: 700; color: var(--ink); }
.legal-body p { margin: 0 0 14px; font-size: 16.5px; line-height: 1.8; color: var(--ink-2); max-width: 74ch; }
.legal-body strong { font-weight: 700; color: var(--ink); }
.legal-body ul, .legal-body ol { margin: 0 0 18px; padding-left: 22px; display: grid; gap: 9px; font-size: 16.5px; line-height: 1.75; color: var(--ink-2); max-width: 74ch; }
.legal-body hr { border: 0; border-top: 1px solid var(--line); margin: 0 0 22px; }
.legal-body .see-also { margin: 0; text-align: center; font-size: 15px; color: var(--ink-5); }
.legal-body .dua { margin: 0 0 26px; text-align: center; font-size: 16.5px; line-height: 1.7; color: var(--ink-2); }

.summary {
  background: rgba(255, 255, 255, .055); border: 1px solid rgba(216, 178, 106, .22);
  border-radius: 20px; padding: clamp(22px, 3vw, 32px); margin-bottom: 34px;
}
.summary h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--ink); }
.summary .icon-list { margin: 0 0 14px; padding: 0; list-style: none; display: grid; gap: 12px; font-size: 16.5px; line-height: 1.7; color: var(--ink-2); max-width: 74ch; }
.summary .icon-list li { display: flex; gap: 12px; }
.summary p:last-child { margin-bottom: 0; }

.callout { margin: 0 0 24px; border-radius: 14px; padding: 18px 20px; }
.callout p { margin: 0; font-size: 16px; line-height: 1.78; max-width: 72ch; }
.callout--teal { background: rgba(70, 180, 155, .13); border: 1px solid rgba(70, 180, 155, .28); }
.callout--teal p, .callout--teal strong { color: #9BDFC8; }
.callout--amber { background: rgba(214, 124, 86, .14); border: 1px solid rgba(214, 124, 86, .3); }
.callout--amber p, .callout--amber strong { color: #F3B79C; }

.table-wrap { overflow-x: auto; margin: 0 0 24px; border: 1px solid var(--line); border-radius: 14px; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: 15.5px; color: var(--ink-2); min-width: 540px; background: var(--surface); }
.table-wrap th {
  text-align: left; font-weight: 700; color: var(--ink); background: var(--surface-3);
  padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.5;
}
.table-wrap td { padding: 13px 16px; border-bottom: 1px solid rgba(255, 255, 255, .06); vertical-align: top; line-height: 1.6; }
.pill {
  display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--gold-3); background: rgba(216, 178, 106, .16); border-radius: 999px;
  padding: 3px 8px; margin-left: 6px; vertical-align: middle;
}

.contact-block {
  background: var(--surface-3); border: 1px solid var(--line);
  border-radius: 18px; padding: clamp(20px, 3vw, 28px); margin-bottom: 30px;
}
.contact-block dl { margin: 0; display: grid; grid-template-columns: minmax(120px, max-content) 1fr; gap: 12px 24px; font-size: 16px; line-height: 1.6; }
.contact-block dt { font-weight: 700; color: var(--ink); }
.contact-block dd { margin: 0; color: var(--ink-2); }

.toc { flex: 0 1 250px; min-width: 220px; }
.toc-inner { position: sticky; top: 96px; background: var(--surface-3); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.toc-title { margin: 0 0 12px; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-5); }
.toc ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; font-size: 14.5px; line-height: 1.4; }
.toc li { display: flex; gap: 9px; }
.toc li span { color: var(--gold); font-variant-numeric: tabular-nums; }
.toc li a { color: var(--ink-2); }
.toc li a:hover { color: var(--gold-hi); }

/* --------------------------------------------------------- simple pages -- */

.simple { max-width: 780px; margin: 0 auto; padding: clamp(36px, 5vw, 64px) var(--gutter); }
.simple .intro { margin: 0 0 30px; font-size: 18px; line-height: 1.75; color: var(--ink-2); }
.simple h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--ink); }
.simple p { margin: 0 0 16px; font-size: 16.5px; line-height: 1.8; color: var(--ink-2); }
.simple ol { margin: 0 0 34px; padding-left: 22px; display: grid; gap: 10px; font-size: 16.5px; line-height: 1.7; color: var(--ink-2); }
.simple .callout { margin-bottom: 34px; }

.notfound { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: clamp(60px, 9vw, 130px) var(--gutter); }
.notfound .code { margin: 0 0 14px; font-family: var(--serif); font-size: 56px; color: rgba(216, 178, 106, .4); }
.notfound h1 { margin: 0 0 14px; font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 3.4vw, 40px); color: var(--ink); }
.notfound p { margin: 0 0 28px; font-size: 17px; line-height: 1.65; color: var(--ink-3); }
