/* FULL THRUST SOLUTIONS LLC — landing styles */
/* Font fallbacks: metric-matched to avoid reflow */
@font-face {
  font-family: "Sora Fallback";
  src: local("Arial");
  size-adjust: 96%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Inter Fallback";
  src: local("Arial");
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* ---------- Brand tokens ---------- */
:root {
  --graphite: #2C353A;
  --charcoal: #1D2529;
  --gold: #AC9261;
  --gold-soft: #c4ac7e;
  --sand: #D2CCBD;
  --ivory: #F7F3EA;
  --white: #FFFFFF;

  --font-head: "Sora", "Sora Fallback", system-ui, sans-serif;
  --font-body: "Inter", "Inter Fallback", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --container: 1200px;
  --pad: clamp(20px, 5vw, 48px);
  --card-pad-x: 26px; /* horizontal inner padding shared by cards */
  --radius: 16px;
  --radius-lg: 22px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --header-h: 90px;
}

/* ---------- Theme: dark (default, "жирный" cockpit) ---------- */
:root[data-theme="dark"] {
  --bg: var(--charcoal);
  --bg-2: #161d21;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-strong: rgba(255, 255, 255, 0.07);
  --border: rgba(210, 204, 189, 0.14);
  --border-strong: rgba(172, 146, 97, 0.32);
  --text: #eef1f0;
  --text-muted: rgba(238, 241, 240, 0.62);
  --text-faint: rgba(238, 241, 240, 0.4);
  --grid-dot: rgba(210, 204, 189, 0.10);
  --glow-1: rgba(172, 146, 97, 0.16);
  --glow-2: rgba(80, 120, 130, 0.16);
  --glass-blur: 18px;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
}

/* ---------- Theme: light (ivory, по гайду основной фон) ---------- */
:root[data-theme="light"] {
  --bg: var(--ivory);
  --bg-2: #fffaf0;
  --surface: rgba(255, 255, 255, 0.6);
  --surface-strong: rgba(255, 255, 255, 0.78);
  --border: rgba(44, 53, 58, 0.1);
  --border-strong: rgba(172, 146, 97, 0.4);
  --text: var(--graphite);
  --text-muted: rgba(44, 53, 58, 0.66);
  --text-faint: rgba(44, 53, 58, 0.42);
  --grid-dot: rgba(44, 53, 58, 0.08);
  --glow-1: rgba(172, 146, 97, 0.18);
  --glow-2: rgba(120, 150, 160, 0.12);
  --glass-blur: 14px;
  --shadow: 0 24px 60px -28px rgba(44, 53, 58, 0.28);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background .5s var(--ease), color .5s var(--ease);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection { background: var(--gold); color: var(--charcoal); }

/* theme cross-fade (excludes theme toggle) */
.theme-anim *:not(.theme-toggle):not(.theme-toggle *),
.theme-anim *:not(.theme-toggle):not(.theme-toggle *)::before,
.theme-anim *:not(.theme-toggle):not(.theme-toggle *)::after {
  transition: background-color .55s var(--ease), color .55s var(--ease),
              border-color .55s var(--ease), fill .55s var(--ease),
              box-shadow .55s var(--ease) !important;
}

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--pad); }
.mono { font-family: var(--font-mono); }
.accent { color: var(--gold); }

/* ---------- Ambient background ---------- */
.bg-field {
  position: fixed; inset: 0; z-index: -1; overflow: hidden;
  background:
    radial-gradient(120% 120% at 80% -10%, var(--bg-2), transparent 60%),
    var(--bg);
  transition: background .55s var(--ease);
}
.bg-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(var(--grid-dot) 1.1px, transparent 1.2px);
  background-size: 46px 46px;
  background-position: center;
  mask-image: radial-gradient(130% 100% at 50% -10%, #000 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(130% 100% at 50% -10%, #000 20%, transparent 72%);
}
.bg-glow {
  position: absolute; border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}
.bg-glow--1 { width: 52vw; height: 52vw; top: -16vw; right: -12vw; background: var(--glow-1); }
.bg-glow--2 { width: 44vw; height: 44vw; bottom: -18vw; left: -10vw; background: var(--glow-2); }
#route-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; }
.bg-noise {
  position: absolute; inset: 0; opacity: .03; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Glass primitives ---------- */
.glass {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(var(--glass-blur)) saturate(140%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(140%);
  box-shadow: var(--shadow);
}
/* top sheen edge */
.glass::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.14), transparent 22%);
  opacity: .7;
}
.glass--strong { background: var(--surface-strong); }
.glass--bar { border-radius: 999px; }

/* pointer-tracked specular highlight for tilted glass */
.glass[data-tilt] { --mx: 50%; --my: 50%; }
.glass[data-tilt]::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx) var(--my), rgba(172,146,97,.14), transparent 45%);
  opacity: 0; transition: opacity .4s var(--ease);
}
.glass[data-tilt]:hover::after { opacity: 1; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: .01em;
  border: 1px solid transparent;
  transition: transform .35s var(--ease), background .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
  will-change: transform;
}
.btn--lg { padding: 15px 28px; font-size: 16px; }
.btn--primary { background: var(--graphite); color: var(--white); }
:root[data-theme="light"] .btn--primary { background: var(--graphite); }
.btn--primary:hover { background: var(--charcoal); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(0,0,0,.55); }
.btn--primary .btn__arrow { transition: transform .35s var(--ease); }
.btn--primary:hover .btn__arrow { transform: translateX(4px); color: var(--gold-soft); }
.btn--ghost { border-color: var(--border-strong); color: var(--text); background: transparent; }
.btn--ghost:hover { border-color: var(--gold); transform: translateY(-2px); }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px var(--pad);
  transition: padding .4s var(--ease);
}
.header.is-scrolled { padding-top: 10px; padding-bottom: 10px; }
.header__inner {
  width: 100%; max-width: var(--container); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 10px 12px 10px 22px;
  transition: background .4s var(--ease);
}
.header__brand { display: inline-flex; align-items: center; flex: none; }
.header__logo { height: 52px; width: auto; transition: height .4s var(--ease); }
.header.is-scrolled .header__logo { height: 44px; }
.header__logo--light { display: none; }
:root[data-theme="light"] .header__logo--dark { display: none; }
:root[data-theme="light"] .header__logo--light { display: block; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav__link {
  position: relative; padding: 9px 16px; border-radius: 999px;
  font-size: 15px; font-weight: 500; color: var(--text-muted);
  white-space: nowrap;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.nav__link::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 5px; height: 1.5px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav__link:hover { color: var(--text); background: var(--surface); }
.nav__link:hover::after { transform: scaleX(1); }

.header__actions { display: flex; align-items: center; gap: 12px; }

/* Theme toggle → contact-footer.css */

.burger { display: none; width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--border); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { display: block; width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s var(--ease); }
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; display: none;
  padding: calc(var(--header-h) + 16px) var(--pad) var(--pad);
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.mobile-menu.is-open { display: block; animation: fade .3s var(--ease); }
.mobile-menu__panel { padding: 18px; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu__link {
  display: flex; align-items: center; gap: 14px; padding: 16px 14px;
  font-family: var(--font-head); font-size: 20px; font-weight: 600;
  border-bottom: 1px solid var(--border);
}
.mobile-menu__link .mono { color: var(--gold); font-size: 13px; }
.mobile-menu__cta { margin-top: 16px; justify-content: center; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--header-h) + 32px) 0 32px;
}
.hero__inner { display: flex; flex-direction: column; align-items: flex-start; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-muted);
  padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px;
  background: var(--surface);
}
.eyebrow .sep { color: var(--gold); }
.status-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 0 var(--gold); animation: pulse 2.4s var(--ease) infinite;
}

.hero__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(38px, 7vw, 82px); line-height: 1.0; letter-spacing: -0.02em;
  margin: 26px 0 0; max-width: 16ch;
}
.hero__title .line { display: block; }

.hero__lead {
  margin-top: 26px; max-width: 60ch;
  font-size: clamp(16px, 2vw, 20px); color: var(--text-muted); line-height: 1.6;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero__panel { margin-top: 54px; width: 100%; max-width: 720px; padding: 22px 24px; }
.panel__head { display: flex; justify-content: space-between; align-items: center; font-size: 12px; letter-spacing: .1em; color: var(--text-muted); }
.panel__live { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); }
.panel__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 22px 0; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat__num { font-size: clamp(22px, 3vw, 30px); font-weight: 500; color: var(--text); }
.stat__label { font-size: 12.5px; color: var(--text-faint); line-height: 1.3; }
.panel__bar { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 12px; color: var(--text-muted); }
.panel__bar-track { flex: 1; height: 4px; border-radius: 4px; background: var(--border); overflow: hidden; }
.panel__bar-fill { height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); transition: width 1.6s var(--ease-out); }

.hero__scroll {
  align-self: center; margin-top: 32px; display: inline-flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .2em; color: var(--text-faint);
}
.hero__scroll-line { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); animation: scrollLine 2s var(--ease) infinite; }

/* ---------- Sections ---------- */
.section { padding: clamp(72px, 12vw, 140px) 0; }
.section-num { display: inline-block; font-size: 12px; letter-spacing: .16em; color: var(--gold); margin-bottom: 16px; }
.section-head { max-width: 760px; margin-bottom: clamp(40px, 6vw, 64px); }
.section-title { font-family: var(--font-head); font-weight: 700; font-size: clamp(28px, 4.4vw, 48px); line-height: 1.08; letter-spacing: -0.02em; }
.section-sub { margin-top: 16px; color: var(--text-muted); font-size: clamp(15px, 1.8vw, 18px); max-width: 56ch; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px var(--card-pad-x) 30px; overflow: hidden; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.card__num { font-size: 13px; color: var(--gold); letter-spacing: .1em; }
.card__title { font-family: var(--font-head); font-weight: 600; font-size: 21px; margin: 14px 0 10px; letter-spacing: -0.01em; }
.card__body { color: var(--text-muted); font-size: 15px; line-height: 1.6; }
.card__line { display: block; height: 1px; margin-top: 22px; background: var(--border); position: relative; }
.card__line::after { content: ""; position: absolute; inset: 0 100% 0 0; background: var(--gold); transition: inset .5s var(--ease); }
.card:hover { border-color: var(--border-strong); }
.card:hover .card__line::after { inset: 0 0 0 0; }

/* ---------- Products / links ---------- */
.product__link { color: var(--text); font-weight: 600; font-size: 14px; display: inline-flex; gap: 8px; }
.product__link span { color: var(--gold); transition: transform .3s var(--ease); display: inline-block; }

/* ---------- Flight plan ---------- */
.flightplan { position: relative; display: grid; gap: 4px; }
.flightplan::before { content: ""; position: absolute; left: 27px; top: 24px; bottom: 24px; width: 1px; background: linear-gradient(var(--gold), var(--border) 40%, var(--border)); }
.step { display: flex; gap: 24px; padding: 20px 0; align-items: flex-start; }
.step__num {
  flex: none; width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  font-size: 16px; color: var(--gold); background: var(--surface); border: 1px solid var(--border);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); position: relative; z-index: 1;
  transition: transform .4s var(--ease), border-color .4s var(--ease);
}
.step:hover .step__num { transform: scale(1.06); border-color: var(--border-strong); }
.step__title { font-family: var(--font-head); font-weight: 600; font-size: 20px; margin-bottom: 6px; }
.step__body p { color: var(--text-muted); font-size: 15px; max-width: 60ch; }

/* ---------- Missions ---------- */
.missions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mission { padding: 28px; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.mission:hover { border-color: var(--border-strong); }
.mission__head { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .12em; color: var(--text-muted); margin-bottom: 16px; }
.mission__status { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); }
.mission__title { font-family: var(--font-head); font-weight: 600; font-size: 24px; margin-bottom: 12px; }
.mission__body { color: var(--text-muted); font-size: 15px; margin-bottom: 22px; }
.mission__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 18px; border-top: 1px solid var(--border); }
.mission__meta dt { font-size: 10.5px; letter-spacing: .1em; color: var(--gold); margin-bottom: 4px; }
.mission__meta dd { font-size: 14px; }

/* ---------- Reference architecture ---------- */
.arch { padding: clamp(24px, 4vw, 40px); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.arch__layer { width: 100%; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; background: var(--surface); display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; transition: border-color .4s var(--ease); }
.arch__layer:hover { border-color: var(--border-strong); }
.arch__layer--core { border-color: var(--border-strong); }
.arch__layer--cloud { background: transparent; }
.arch__tag { flex: none; min-width: 132px; font-size: 11px; letter-spacing: .12em; color: var(--gold); }
.arch__nodes { display: flex; flex-wrap: wrap; gap: 8px; }
.arch__node { font-size: 13px; padding: 7px 13px; border-radius: 8px; border: 1px solid var(--border); background: var(--bg-2); color: var(--text-muted); transition: color .3s var(--ease), border-color .3s var(--ease); }
.arch__node--accent { color: var(--text); border-color: var(--border-strong); }
.arch__wire { font-size: 11px; letter-spacing: .14em; color: var(--text-faint); }
.arch__split { width: 100%; display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; }
.arch__split .arch__layer { height: 100%; align-items: flex-start; }

/* ---------- CTA ---------- */
.section--cta { padding-bottom: clamp(90px, 14vw, 160px); }
.cta { padding: clamp(40px, 6vw, 72px); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cta__title { font-family: var(--font-head); font-weight: 700; font-size: clamp(26px, 4vw, 48px); line-height: 1.1; letter-spacing: -0.02em; max-width: 22ch; }
.cta__slogan { font-family: var(--font-mono); font-size: clamp(15px, 2vw, 20px); letter-spacing: .04em; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 8px; }

/* ---------- Brand mark divider ---------- */
.section--mark { padding: clamp(20px, 3vw, 40px) 0; }
.brandmark { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 4vw, 56px); }
.brandmark__line { flex: 1; max-width: 320px; height: 1px; background: linear-gradient(90deg, transparent, var(--border-strong)); }
.brandmark__line:last-child { background: linear-gradient(90deg, var(--border-strong), transparent); }
.brandmark__logo { height: clamp(220px, 30vw, 400px); width: auto; flex: none; filter: drop-shadow(0 22px 50px rgba(0,0,0,.35)); animation: floaty 6s var(--ease) infinite; }
.brandmark__logo--light { display: none; }
:root[data-theme="light"] .brandmark__logo--dark { display: none; }
:root[data-theme="light"] .brandmark__logo--light { display: block; }

/* ---------- Trust strip ---------- */
.section--trust { padding: clamp(40px, 6vw, 64px) 0; }
.trust__lead { font-size: 12px; letter-spacing: .16em; color: var(--text-faint); margin-bottom: 22px; }
.trust__row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.trust__chip { font-family: var(--font-head); font-weight: 600; font-size: clamp(15px, 2vw, 20px); color: var(--text-muted); }
.trust__sep { color: var(--gold); font-family: var(--font-mono); }

/* ---------- Pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { padding: 32px var(--card-pad-x); transition: transform .4s var(--ease), border-color .4s var(--ease); }
.pillar__num { font-size: 12px; letter-spacing: .12em; color: var(--gold); }
.pillar__title { font-family: var(--font-head); font-weight: 600; font-size: 23px; margin: 16px 0 12px; letter-spacing: -0.01em; }
.pillar__body { color: var(--text-muted); font-size: 15px; line-height: 1.65; }
.pillar:hover { border-color: var(--border-strong); }

/* ---------- Cards variants ---------- */
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.card code { font-family: var(--font-mono); font-size: .9em; color: var(--gold); }
.card .product__link { margin-top: 16px; }
.cards__foot { margin-top: 28px; font-size: 12.5px; letter-spacing: .04em; color: var(--text-faint); text-align: center; }
.cards__foot .sep { color: var(--gold); }

/* ---------- Pull quote ---------- */
.pullquote { margin-top: 36px; padding: clamp(28px, 4vw, 44px); }
.pullquote p { font-family: var(--font-head); font-weight: 500; font-size: clamp(18px, 2.6vw, 26px); line-height: 1.4; letter-spacing: -0.01em; }
.pullquote cite { display: block; margin-top: 18px; font-style: normal; font-size: 11px; letter-spacing: .14em; color: var(--gold); }

/* ---------- Missions 3-up ---------- */
.missions--3 { grid-template-columns: repeat(3, 1fr); }

/* ---------- Duo (investors + careers) ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.panel-block { padding: clamp(28px, 4vw, 44px); transition: transform .4s var(--ease), border-color .4s var(--ease); }
.panel-block__title { font-family: var(--font-head); font-weight: 700; font-size: clamp(24px, 3vw, 32px); line-height: 1.1; letter-spacing: -0.02em; margin: 6px 0 16px; }
.panel-block__body { color: var(--text-muted); font-size: 15.5px; line-height: 1.65; }
.panel-block__stats { margin: 18px 0 22px; font-size: 12.5px; letter-spacing: .04em; color: var(--text-faint); }
.panel-block__stats .sep { color: var(--gold); }
.panel-block__list { margin: 18px 0 24px; display: flex; flex-direction: column; gap: 12px; }
.panel-block__list li { position: relative; padding-left: 26px; color: var(--text-muted); font-size: 15px; line-height: 1.55; }
.panel-block__list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 6px; border-left: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(-45deg); }
.panel-block__list em { color: var(--text); font-style: normal; font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item { padding: 0 24px; overflow: hidden; }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; font-family: var(--font-head); font-weight: 600; font-size: clamp(16px, 2vw, 19px); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { position: relative; flex: none; width: 18px; height: 18px; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; inset: 50% 0 auto 0; height: 1.5px; background: var(--gold); transition: transform .35s var(--ease); }
.faq__icon::after { transform: rotate(90deg); }
.faq__item[open] .faq__icon::after { transform: rotate(0); }
.faq__item p { color: var(--text-muted); font-size: 15px; line-height: 1.65; padding-bottom: 24px; max-width: 70ch; }

/* ---------- CTA extras ---------- */
.cta__sub { color: var(--text-muted); font-size: clamp(15px, 2vw, 18px); max-width: 48ch; }

/* Contact form + footer → contact-footer.css */

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Page load gate ---------- */
.page-gate {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  background: var(--bg);
  opacity: 1; visibility: visible;
  transition: opacity .5s var(--ease), visibility .5s var(--ease);
}
.page-gate__mark { width: 60px; height: 60px; opacity: .9; animation: gatePulse 1.4s ease-in-out infinite; }
:root.fonts-ready .page-gate { opacity: 0; visibility: hidden; }

:root.fonts-loading body > *:not(.page-gate) { opacity: 0; }
:root.fonts-ready  .site-fade { opacity: 1; transform: none; transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.site-fade { opacity: 0; transform: translateY(14px); }

@keyframes gatePulse { 0%, 100% { opacity: .35; transform: scale(.94); } 50% { opacity: .95; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .page-gate__mark { animation: none; }
  .site-fade { opacity: 1; transform: none; }
}
[data-reveal-stagger].is-in .line { animation: lineUp .9s var(--ease-out) both; }
[data-reveal-stagger].is-in .line:nth-child(2) { animation-delay: .12s; }

/* ---------- Keyframes ---------- */
@keyframes pulse { 0% { box-shadow: 0 0 0 0 var(--gold); } 70% { box-shadow: 0 0 0 8px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes scrollLine { 0%, 100% { transform: scaleY(.4); opacity: .4; transform-origin: top; } 50% { transform: scaleY(1); opacity: 1; transform-origin: top; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lineUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Responsive rules → responsive.css */
