:root {
--f-display: "Cormorant Garamond", "Times New Roman", serif;
  --f-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-arabic: "Amiri", "Times New Roman", serif;
--t-eyebrow: clamp(0.66rem, 0.6rem + 0.25vw, 0.76rem);
  --t-micro: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
  --t-small: clamp(0.82rem, 0.78rem + 0.2vw, 0.9rem);
  --t-body: clamp(0.94rem, 0.9rem + 0.25vw, 1.03rem);
  --t-lead: clamp(1.02rem, 0.96rem + 0.4vw, 1.18rem);
  --t-h4: clamp(1.05rem, 0.98rem + 0.4vw, 1.22rem);
  --t-h3: clamp(1.35rem, 1.18rem + 0.85vw, 1.8rem);
  --t-h2: clamp(1.95rem, 1.5rem + 2.1vw, 3.1rem);
--gap: clamp(1rem, 0.7rem + 1.4vw, 1.6rem);
  --section-y: clamp(56px, 4rem + 4vw, 118px);
  --shell: 1180px;
  --pad-x: clamp(18px, 4vw, 32px);
--r-sm: 10px;
  --r: 16px;
  --r-lg: 22px;
  --r-pill: 999px;
  --chamfer: 12px;
--header-h: 68px;
  --header-h-stuck: 56px;
  --dock-h: 62px;
  --dock-space: calc(var(--dock-h) + env(safe-area-inset-bottom, 0px) + 10px);
--ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.5s;

  color-scheme: light;
}
:root,
[data-theme="light"] {
  --bg: #f4f5e3;
  --bg-alt: #eef0da;
  --bg-deep: #1e4b2e;
  --surface: #fcfcf3;
  --gold-soft: rgba(193, 171, 59, .5);
  --gold-bright: #E4CE63;
  --wash-1: rgba(30, 75, 46, 0.16);
  --wash-2: rgba(30, 75, 46, 0.22);
  --gold-shadow: rgba(151, 128, 31, 0.5);
  --plate: #F4F5E3;
  --plate-edge: rgba(193, 171, 59, 0.45);
  --star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.6 14.1 8l5.4-2.1L17.4 12l2.1 5.4-5.4-2.1L12 21.4 9.9 15.9 4.5 18l2.1-5.4L4.5 6.6 9.9 8.7Z'/%3E%3C/svg%3E");
  --credit-flash: #1E4B2E;
  --surface-2: #f8f9ea;
  --surface-inset: #f1f3df;

  --line: rgba(30, 75, 46, 0.14);
  --line-2: rgba(30, 75, 46, 0.26);
  --line-gold: rgba(151, 128, 31, 0.32);

  --text: #16281c;
  --text-2: #465a4c;
  --text-3: #5f6a5b;
  --text-invert: #f6f7e8;

  --brand: #1e4b2e;
  --brand-2: #143520;
  --brand-tint: rgba(30, 75, 46, 0.07);
  --brand-tint-2: rgba(30, 75, 46, 0.13);
  --on-brand: #f6f7e8;

  --gold: #c1ab3b;
  --gold-ink: #6f5c10;
  --gold-tint: rgba(193, 171, 59, 0.15);
  --gold-tint-2: rgba(193, 171, 59, 0.3);
  --on-gold: #1b1600;

  --shadow-1: 0 1px 2px rgba(20, 43, 27, 0.05), 0 3px 10px rgba(20, 43, 27, 0.045);
  --shadow-2: 0 2px 6px rgba(20, 43, 27, 0.06), 0 14px 34px rgba(20, 43, 27, 0.09);
  --shadow-3: 0 6px 14px rgba(20, 43, 27, 0.08), 0 26px 60px rgba(20, 43, 27, 0.14);
  --glass: rgba(252, 252, 243, 0.82);
  --ornament: var(--wash-1);
  --ornament-gold: rgba(193, 171, 59, 0.42);
  color-scheme: light;
}

[data-theme="dark"] {
  --bg: #0b1611;
  --bg-alt: #0e1b15;
  --bg-deep: #060e0a;
  --surface: #12211a;
  --gold-soft: rgba(193, 171, 59, .55);
  --gold-bright: #F0DC85;
  --wash-1: rgba(6, 14, 10, 0.34);
  --wash-2: rgba(6, 14, 10, 0.55);
  --gold-shadow: rgba(193, 171, 59, 0.35);
  --plate: #F1F2E0;
  --plate-edge: rgba(193, 171, 59, 0.5);
  --star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.6 14.1 8l5.4-2.1L17.4 12l2.1 5.4-5.4-2.1L12 21.4 9.9 15.9 4.5 18l2.1-5.4L4.5 6.6 9.9 8.7Z'/%3E%3C/svg%3E");
  --credit-flash: #F4F5E3;
  --surface-2: #16281f;
  --surface-inset: #0f1d16;

  --line: rgba(216, 194, 92, 0.14);
  --line-2: rgba(216, 194, 92, 0.28);
  --line-gold: rgba(216, 194, 92, 0.38);

  --text: #e9ebd6;
  --text-2: #b0bda9;
  --text-3: #8a9a88;
  --text-invert: #0b1611;

  --brand: #4ea36d;
  --brand-2: #6cbd8a;
  --brand-tint: rgba(78, 163, 109, 0.12);
  --brand-tint-2: rgba(78, 163, 109, 0.2);
  --on-brand: #06120b;

  --gold: #d8c25c;
  --gold-ink: #e2cf72;
  --gold-tint: rgba(216, 194, 92, 0.12);
  --gold-tint-2: rgba(216, 194, 92, 0.24);
  --on-gold: #14100a;

  --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.4), 0 3px 10px rgba(0, 0, 0, 0.3);
  --shadow-2: 0 2px 6px rgba(0, 0, 0, 0.45), 0 14px 34px rgba(0, 0, 0, 0.4);
  --shadow-3: 0 6px 14px rgba(0, 0, 0, 0.5), 0 26px 60px rgba(0, 0, 0, 0.55);
  --glass: rgba(18, 33, 26, 0.82);
  --ornament: rgba(216, 194, 92, 0.13);
  --ornament-gold: rgba(216, 194, 92, 0.36);
  color-scheme: dark;
}
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
}

html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--f-sans);
  font-size: var(--t-body);
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-bottom: var(--dock-space);
  transition: background-color 0.45s var(--ease), color 0.45s var(--ease);
}

img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

::selection { background: var(--gold-tint-2); color: var(--text); }
h1, h2, h3, h4, h5 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--text);
  text-wrap: balance;
}

h2 { font-size: var(--t-h2); }
h3 { font-size: var(--t-h3); }
h4, .h-sub { font-size: var(--t-h4); font-weight: 700; }

p { text-wrap: pretty; }
strong { font-weight: 700; color: var(--text); }

.ar {
  font-family: var(--f-arabic);
  direction: rtl;
  unicode-bidi: isolate;
  line-height: 1.5;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-family: var(--f-sans);
  font-size: var(--t-eyebrow);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}
.eyebrow--center::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}
.shell {
  width: min(100% - (var(--pad-x) * 2), var(--shell));
  margin-inline: auto;
}
.shell--narrow { max-width: 860px; }

.section { padding-block: var(--section-y); position: relative; }
.section--alt { background: var(--bg-alt); }
.section > .shell { position: relative; z-index: 2; }

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}
.section-head p {
  max-width: 62ch;
  color: var(--text-2);
  font-size: var(--t-lead);
}
.section-head--start { align-items: flex-start; text-align: left; }

.rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 220px;
  color: var(--gold);
}
.rule::before,
.rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.5;
}
.rule svg { width: 14px; height: 14px; flex: none; }

.grid { display: grid; gap: var(--gap); }
.stack { display: flex; flex-direction: column; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px; left: 50%;
  translate: -50% -200%;
  z-index: 999;
  padding: 0.7rem 1.2rem;
  background: var(--brand);
  color: var(--on-brand);
  border-radius: var(--r-pill);
  font-size: var(--t-small);
  font-weight: 700;
  transition: translate 0.3s var(--ease);
}
.skip-link:focus-visible { translate: -50% 0; }
.chamfer {
  clip-path: polygon(
    var(--chamfer) 0, calc(100% - var(--chamfer)) 0,
    100% var(--chamfer), 100% calc(100% - var(--chamfer)),
    calc(100% - var(--chamfer)) 100%, var(--chamfer) 100%,
    0 calc(100% - var(--chamfer)), 0 var(--chamfer)
  );
}
[data-reveal] { opacity: 1; }

html.motion-on [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.85s var(--ease-out) var(--rd, 0ms),
    transform 0.85s var(--ease-out) var(--rd, 0ms),
    filter 0.85s var(--ease-out) var(--rd, 0ms);
  filter: blur(4px);
  will-change: opacity, transform;
}
html.motion-on [data-reveal="left"] { transform: translate3d(-28px, 0, 0); }
html.motion-on [data-reveal="right"] { transform: translate3d(28px, 0, 0); }
html.motion-on [data-reveal="scale"] { transform: scale(0.94); }
html.motion-on [data-reveal].is-in {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}
.btn {
  --btn-bg: var(--brand);
  --btn-fg: var(--on-brand);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.85em 1.5em;
  min-height: 46px;
  font-family: var(--f-sans);
  font-size: var(--t-small);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border-radius: var(--r-pill);
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease), background-color 0.32s var(--ease), color 0.32s var(--ease);
  box-shadow: var(--shadow-1);
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(120% 160% at 50% 120%, var(--gold-tint-2), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.btn:hover::after { opacity: 1; }
.btn:active { transform: translateY(0); }

[data-theme="dark"] .btn--primary { --btn-bg: var(--gold); --btn-fg: var(--on-gold); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--text);
  box-shadow: none;
  border: 1px solid var(--line-2);
}
.btn--ghost:hover { background: var(--brand-tint); box-shadow: none; border-color: var(--line-gold); }

.btn--gold { --btn-bg: var(--gold); --btn-fg: var(--on-gold); }

.btn--sm { padding: 0.6em 1.05em; min-height: 38px; font-size: var(--t-micro); }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  font-size: var(--t-small);
  font-weight: 700;
  color: var(--gold-ink);
  transition: gap 0.3s var(--ease), color 0.3s var(--ease);
}
.link-arrow svg { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.link-arrow:hover { gap: 0.75em; color: var(--brand); }
[data-theme="dark"] .link-arrow:hover { color: var(--brand-2); }
.i {
  width: 1em; height: 1em;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.i--fill { fill: currentColor; stroke: none; }

.icon-tile {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  flex: none;
  color: var(--brand);
}
[data-theme="dark"] .icon-tile { color: var(--gold); }
.icon-tile__frame {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  color: var(--line-gold);
}
.icon-tile__frame polygon,
.icon-tile__frame path {
  fill: var(--gold-tint);
  stroke: currentColor;
  stroke-width: 1;
}
.icon-tile .i { width: 22px; height: 22px; position: relative; z-index: 1; }
.icon-tile--lg { width: 62px; height: 62px; }
.icon-tile--lg .i { width: 26px; height: 26px; }
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  pointer-events: none;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background-color 0.4s var(--ease), box-shadow 0.4s var(--ease), height 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.is-stuck {
  height: var(--header-h-stuck);
  pointer-events: auto;
  background: var(--glass);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 var(--line);
}
.header__inner {
  width: min(100% - (var(--pad-x) * 2), 1320px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand,
.nav,
.header__actions { pointer-events: auto; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}
.brand__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  transition: width 0.4s var(--ease), height 0.4s var(--ease), border-radius 0.4s var(--ease);
  flex: none;
  border-radius: var(--r);
  object-fit: contain;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.brand__name {
  font-family: var(--f-display);
  white-space: nowrap;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text);
  white-space: nowrap;
}
.brand__sub {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-ink);
}

.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: 0.15rem; }
.nav__link {
  position: relative;
  display: block;
  padding: 0.5rem 0.8rem;
  font-size: 0.855rem;
  font-weight: 600;
  color: var(--text-2);
  border-radius: var(--r-pill);
  transition: color 0.3s var(--ease), background-color 0.3s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 4px;
  width: 0; height: 2px;
  translate: -50% 0;
  background: var(--gold);
  border-radius: 2px;
  transition: width 0.32s var(--ease);
}
.nav__link:hover { color: var(--text); background: var(--brand-tint); }
.nav__link.is-active { color: var(--text); }
.nav__link.is-active::after { width: 16px; }

.header__actions { display: flex; align-items: center; gap: 0.5rem; }

.theme-toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  color: var(--text-2);
  background: var(--surface);
  overflow: hidden;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), background-color 0.3s var(--ease);
}
.theme-toggle:hover { color: var(--gold-ink); border-color: var(--line-gold); }
.theme-toggle .i { width: 19px; height: 19px; position: absolute; transition: opacity 0.4s var(--ease), transform 0.5s var(--ease); }
.theme-toggle .i-sun { opacity: 0; transform: rotate(-90deg) scale(0.5); }
.theme-toggle .i-moon { opacity: 1; transform: none; }
[data-theme="dark"] .theme-toggle .i-sun { opacity: 1; transform: none; }
[data-theme="dark"] .theme-toggle .i-moon { opacity: 0; transform: rotate(90deg) scale(0.5); }
.dock {
  position: fixed;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
  translate: -50% 0;
  z-index: 70;
  width: min(100% - 16px, 520px);
  padding: 6px;
  border-radius: var(--r-pill);
  background: var(--glass);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-3);
  transition: transform 0.45s var(--ease), opacity 0.35s var(--ease), background-color 0.4s var(--ease);
}
.dock.is-hidden { transform: translateY(150%); opacity: 0; pointer-events: none; }

.dock__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.dock__list::-webkit-scrollbar { display: none; }

.dock__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: none;
  height: 44px;
  padding-inline: 9px;
  border-radius: var(--r-pill);
  color: var(--text-3);
  scroll-snap-align: center;
  transition: color 0.35s var(--ease), background-color 0.4s var(--ease), padding 0.4s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.dock__item .i { width: 21px; height: 21px; transition: transform 0.4s var(--ease); }
.dock__label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: max-width 0.42s var(--ease), opacity 0.28s var(--ease), margin 0.42s var(--ease);
}
.dock__item.is-active {
  background: var(--brand);
  color: var(--on-brand);
  padding-inline: 12px 14px;
}
[data-theme="dark"] .dock__item.is-active { background: var(--gold); color: var(--on-gold); }
.dock__item.is-active .i { transform: scale(1.04); }
.dock__item.is-active .dock__label {
  max-width: 92px;
  opacity: 1;
  margin-inline-start: 7px;
}
@media (hover: hover) {
  .dock__item:hover { color: var(--text); background: var(--brand-tint); }
  .dock__item.is-active:hover { color: var(--on-brand); background: var(--brand); }
  [data-theme="dark"] .dock__item.is-active:hover { color: var(--on-gold); background: var(--gold); }
}
.hero {
  position: relative;
  min-height: calc(100svh - var(--dock-space));
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  padding-top: calc(var(--header-h) + 8px);
  overflow: clip;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(90% 65% at 50% 0%, var(--brand-tint), transparent 70%),
    radial-gradient(70% 55% at 85% 100%, var(--gold-tint), transparent 70%);
}
.hero__art {
  position: absolute;
  top: 50%; left: 50%;
  translate: -50% -50%;
  width: min(150vw, 132vh, 1040px);
  aspect-ratio: 1;
  z-index: -1;
  color: var(--ornament);
  pointer-events: none;
}
.hero__art svg { width: 100%; height: 100%; overflow: visible; }
.hero__art .arch {
  stroke-dasharray: 2600;
  stroke-dashoffset: 2600;
  opacity: 0;
}
html.motion-on .hero__art .arch {
  animation: arch-draw 2.1s cubic-bezier(.22,.68,.24,1) forwards;
  animation-delay: calc(0.24s + var(--i) * 0.14s);
}
html:not(.motion-on) .hero__art .arch { stroke-dashoffset: 0; opacity: .75; }
@keyframes arch-draw {
  0%   { stroke-dashoffset: 2600; opacity: 0; }
  12%  { opacity: .8; }
  100% { stroke-dashoffset: 0; opacity: .75; }
}
.hero__art .art-halo {
  color: var(--ornament-gold);
  transform-origin: 400px 272px;
  animation: halo-breathe 11s ease-in-out infinite;
}
@keyframes halo-breathe {
  0%, 100% { opacity: .7; transform: scale(.96); }
  50%      { opacity: 1;  transform: scale(1.05); }
}
.hero__art .art-rays { color: var(--ornament-gold); opacity: 0; transform-origin: 400px 250px; }
html.motion-on .hero__art .art-rays { animation: rays-in 2.4s ease-out 1.1s forwards, rays-pulse 8s ease-in-out 3.4s infinite; }
html:not(.motion-on) .hero__art .art-rays { opacity: .22; }
@keyframes rays-in    { from { opacity: 0; transform: scale(.72); } to { opacity: .22; transform: scale(1); } }
@keyframes rays-pulse { 0%, 100% { opacity: .14; } 50% { opacity: .3; } }
.hero__art .art-lamp {
  color: var(--ornament-gold);
  transform-origin: 400px 150px;
  opacity: 0;
}
html.motion-on .hero__art .art-lamp { animation: lamp-in .9s ease-out 1.35s forwards, lamp-sway 7s ease-in-out 2.3s infinite; }
html:not(.motion-on) .hero__art .art-lamp { opacity: .85; }
@keyframes lamp-in   { from { opacity: 0; transform: translateY(-26px) scale(.9); } to { opacity: .85; transform: none; } }
@keyframes lamp-sway { 0%, 100% { transform: rotate(-2.1deg); } 50% { transform: rotate(2.1deg); } }
.hero__art .lamp-star { transform-origin: 400px 250px; animation: spin 90s linear infinite; }
.hero__art .lamp-glow { animation: glow-pulse 3.6s ease-in-out infinite; transform-origin: 400px 250px; }
@keyframes glow-pulse { 0%, 100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.5); } }
.hero__art .art-motes { color: var(--ornament-gold); opacity: .5; }
.hero__art .art-motes circle {
  opacity: 0;
  animation: mote 13s ease-in-out infinite;
  animation-delay: calc(var(--d) * 1.6s);
}
@keyframes mote {
  0%       { opacity: 0;   transform: translateY(0)     scale(.6); }
  18%      { opacity: .85; }
  70%      { opacity: .35; }
  100%     { opacity: 0;   transform: translateY(-190px) scale(1.15); }
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { 0%, 100% { opacity: 0.55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.045); } }

.hero__inner {
  width: min(100% - (var(--pad-x) * 2), 940px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.7rem, 1.6vh, 1.15rem);
  padding-block: clamp(1rem, 3vh, 2.4rem);
}

.hero__ar {
  font-family: var(--f-arabic);
  font-size: clamp(1.05rem, 3.4vw, 1.5rem);
  color: var(--gold-ink);
  letter-spacing: 0;
  opacity: 0.95;
}

.hero__title {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-size: clamp(2.6rem, min(12.5vw, 10.2vh), 6.4rem);
  color: var(--text);
}
.hero__title .line { display: block; overflow: hidden; padding-block: 0.04em; }
.hero__title .word { display: inline-block; }
.hero__sub-word {
  display: block;
  margin-top: 0.35em;
  font-family: var(--f-sans);
  font-size: clamp(0.68rem, 2.5vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.52em;
  text-indent: 0.52em;
  text-transform: uppercase;
  color: var(--gold-ink);
  line-height: 1;
}

.hero__tagline {
  font-family: var(--f-display);
  font-size: clamp(1.08rem, 4.2vw, 1.65rem);
  font-style: italic;
  font-weight: 500;
  color: var(--text-2);
  max-width: 30ch;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: clamp(0.15rem, 1vh, 0.5rem);
}
.proof {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(0.75rem, 3vw, 1.9rem);
  margin-top: 0.35rem;
  text-align: center;
}
.proof__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  min-width: 0;
}
.proof__value {
  font-family: var(--f-display);
  font-size: clamp(1.35rem, 4.4vw, 1.9rem);
  font-weight: 700;
  line-height: 1;
  color: var(--gold-ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.proof__value.ar { font-family: var(--f-arabic); font-size: clamp(1.2rem, 4vw, 1.65rem); }
.proof__label {
  font-size: clamp(0.6rem, 1.9vw, 0.68rem);
  line-height: 1.45;
  color: var(--text-3);
  font-weight: 600;
  letter-spacing: 0.005em;
}
.proof__rule {
  width: 1px;
  align-self: center;
  height: 2.6em;
  background: linear-gradient(180deg, transparent, var(--line-gold), transparent);
  flex: none;
}
.trust {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 55%, transparent);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.trust__track {
  display: flex;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.trust:hover .trust__track { animation-play-state: paused; }
.trust__group { display: flex; align-items: center; }
.trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.4rem;
  font-size: var(--t-micro);
  font-weight: 600;
  color: var(--text-2);
  white-space: nowrap;
}
.trust__item .i { width: 16px; height: 16px; color: var(--gold); }
.trust__item::after {
  content: "";
  width: 5px; height: 5px;
  margin-inline-start: 1.4rem;
  rotate: 45deg;
  background: var(--gold);
  opacity: 0.5;
}
@keyframes marquee { to { transform: translateX(-50%); } }

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: calc(52px + 10px);
  translate: -50% 0;
  z-index: 3;
  display: none;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
}
.scroll-hint .i { width: 14px; height: 14px; animation: nudge 2.2s var(--ease) infinite; }
@keyframes nudge { 0%, 100% { transform: translateY(0); opacity: 0.6; } 50% { transform: translateY(4px); opacity: 1; } }
.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: var(--line-gold); }
.about__lead {
  max-width: 60ch;
  margin-inline: auto;
  text-align: start;
  color: var(--text-2);
  font-size: var(--t-lead);
}
.about__grid {
  display: grid;
  gap: clamp(1.4rem, 3.5vw, 2.6rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  align-items: start;
}
.about__pillars { display: grid; gap: 0.9rem; }
.pillar {
  display: flex;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: border-color 0.35s var(--ease), background-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.pillar:hover { border-color: var(--line-gold); transform: translateX(3px); }
.pillar h3 { font-size: var(--t-h4); margin-bottom: 0.25rem; }
.pillar p { font-size: var(--t-small); color: var(--text-2); margin: 0; }

.about__media { position: relative; max-width: 300px; margin-inline: auto; }
.video-frame {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line-gold);
  box-shadow: var(--shadow-2);
  background: var(--surface-inset);
}
.video-frame__ratio { position: relative; width: 100%; padding-top: 177.78%; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vcap {
  position: relative;
  margin-top: -22px;
  padding: 2.15rem 1.15rem 0;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-1);
}
.vcap__mark {
  position: absolute;
  top: 0; left: 50%;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
}
.vcap__mark .oct {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  color: var(--line-gold);
  fill: var(--surface);
  stroke: currentColor;
  stroke-width: 1;
}
.vcap__mark .i {
  position: relative;
  width: 17px; height: 17px;
  color: var(--gold);
  fill: currentColor;
  stroke: none;
}
.vcap__title { margin-bottom: 0.2rem; }
.vcap__meta {
  font-size: var(--t-micro);
  color: var(--text-3);
  letter-spacing: 0.02em;
  margin-bottom: 0.95rem;
}
.vcap__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-inline: -1.15rem;
  padding: 0.78rem 1.15rem;
  border-top: 1px solid var(--line);
  border-radius: 0 0 calc(var(--r) - 1px) calc(var(--r) - 1px);
  font-size: var(--t-small);
  font-weight: 700;
  color: var(--brand-strong, var(--brand));
  text-decoration: none;
  overflow: hidden;
  transition: color 0.32s var(--ease);
}
.vcap__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, var(--gold-tint));
  transform: translateY(101%);
  transition: transform 0.42s var(--ease);
}
.vcap__cta:hover::before,
.vcap__cta:focus-visible::before { transform: none; }
.vcap__cta-text { position: relative; }
.vcap__cta-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--gold-tint-2);
  color: var(--gold-ink);
  transition: transform 0.42s var(--ease), background-color 0.32s var(--ease);
}
.vcap__cta-arrow .i { width: 13px; height: 13px; }
.vcap__cta:hover .vcap__cta-arrow,
.vcap__cta:focus-visible .vcap__cta-arrow {
  transform: translate(3px, -3px);
  background: var(--gold);
  color: var(--on-gold);
}
.vcap__cta:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
.programs__grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
}
.program {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}
.program__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface-inset);
}
.program__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.program:hover .program__media img { transform: scale(1.06); }
.program__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, color-mix(in srgb, var(--bg-deep) 78%, transparent));
}
.program__badge {
  position: absolute;
  z-index: 2;
  top: 12px; left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--on-gold);
  background: var(--gold);
  --chamfer: 7px;
}
.program__icon {
  position: absolute;
  z-index: 2;
  right: 14px; bottom: 14px;
  color: #f4f5e3;
}
.program__icon .i { width: 30px; height: 30px; }
.program__body { padding: 1.3rem 1.35rem 1.45rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.program__body p { font-size: var(--t-small); color: var(--text-2); flex: 1; }
.program__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.15rem;
}
.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--gold-ink);
  background: var(--gold-tint);
  border: 1px solid var(--line-gold);
  border-radius: var(--r-pill);
}
.program__body button { align-self: flex-start; margin-top: 0.45rem; }
.steps {
  position: relative;
  display: grid;
  gap: clamp(1.1rem, 3vw, 1.6rem);
}
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.step:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
  box-shadow: var(--shadow-2, var(--shadow-1));
}
.step__media { position: relative; }
.step__photo {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;              /* clips the photo only — never the numeral */
  background: var(--surface-inset);
}
.step__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.82) contrast(1.02);
  transition: transform 0.85s var(--ease), filter 0.5s var(--ease);
}
.step:hover .step__photo img { transform: scale(1.055); filter: saturate(0.95) contrast(1.02); }
.step__photo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, var(--wash-1) 0%, transparent 42%),
    linear-gradient(0deg, var(--surface) 1px, var(--wash-2) 26%, transparent 62%);
  pointer-events: none;
}
.step__num {
  position: absolute;
  left: 1.15rem;
  bottom: 0;
  z-index: 2;
  transform: translateY(50%);
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  font-family: var(--f-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold-ink);
  transition: transform 0.45s var(--ease);
}
.step:hover .step__num { transform: translateY(50%) scale(1.06); }
.step__num svg.oct { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--line-gold); }
.step__num svg.oct path { fill: var(--surface); stroke: currentColor; stroke-width: 1; }
.step__num span { position: relative; z-index: 1; }

.step__body { padding: 2.1rem 1.3rem 1.4rem; }
.step__head { display: flex; align-items: center; gap: 0.55rem; margin-bottom: 0.35rem; }
.step__head .i { width: 17px; height: 17px; color: var(--gold); }
.step__body h3 { font-size: var(--t-h4); }
.step__body p { font-size: var(--t-small); color: var(--text-2); }
.features__grid { display: grid; gap: var(--gap); }
.feature {
  position: relative;
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
}
.feature h3 { font-size: var(--t-h4); }
.feature p { font-size: var(--t-small); color: var(--text-2); }
.feature p + p { margin-top: 0.55rem; }
.feature--lead {
  background:
    linear-gradient(135deg, var(--gold-tint), transparent 62%),
    var(--surface);
  border-color: var(--line-gold);
}
.feature--lead h3 { font-size: var(--t-h3); font-family: var(--f-display); }
.feature--lead p { font-size: calc(var(--t-small) + 0.03rem); max-width: 58ch; }
.feature--lead h3 { max-width: 20ch; }
.feature__watermark {
  position: absolute;
  right: -66px; bottom: -72px;
  width: 196px; height: 196px;
  color: var(--gold);
  opacity: 0.11;
  pointer-events: none;
}
.feature__watermark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 0.6; }
.tst { position: relative; }
.tst__viewport { overflow: hidden; padding-block: 4px; }
.tst__track {
  display: flex;
  gap: var(--gap);
  transition: transform 0.7s var(--ease);
  will-change: transform;
}
.tst__slide { flex: 0 0 100%; min-width: 0; }
.tst__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.5rem 1.4rem 1.35rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
}
.tst__quote { color: var(--gold); opacity: 0.5; }
.tst__quote .i { width: 26px; height: 26px; }
.tst__text {
  font-family: var(--f-display);
  font-size: clamp(1.02rem, 2.4vw, 1.16rem);
  line-height: 1.55;
  color: var(--text);
  flex: 1;
}
.tst__foot { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.tst__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold-tint);
  border: 1px solid var(--line-gold);
  object-fit: contain;
  padding: 3px;
  flex: none;
}
.tst__who { min-width: 0; }
.tst__name { display: block; font-size: var(--t-small); line-height: 1.3; }
.tst__who span { font-size: var(--t-micro); color: var(--text-3); }
.tst__card .link-arrow { align-self: flex-start; }

.tst__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.tst__btn {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  color: var(--text-2);
  background: var(--surface);
  transition: all 0.3s var(--ease);
}
.tst__btn:hover { background: var(--brand); color: var(--on-brand); border-color: transparent; }
[data-theme="dark"] .tst__btn:hover { background: var(--gold); color: var(--on-gold); }
.tst__btn .i { width: 18px; height: 18px; }
.tst__dots { display: flex; align-items: center; gap: 7px; }
.tst__dot {
  width: 7px; height: 7px;
  rotate: 45deg;
  background: var(--line-2);
  transition: all 0.35s var(--ease);
}
.tst__dot.is-active { background: var(--gold); width: 20px; border-radius: 2px; rotate: 0deg; }
.pricing__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
  flex-wrap: wrap;
}
.pricing__bar > span { font-size: var(--t-micro); font-weight: 600; color: var(--text-3); }
.seg {
  position: relative;
  display: inline-flex;
  padding: 4px;
  background: var(--surface-inset);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
}
.seg__thumb {
  position: absolute;
  top: 4px; left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: var(--brand);
  border-radius: var(--r-pill);
  transition: transform 0.42s var(--ease);
}
[data-theme="dark"] .seg__thumb { background: var(--gold); }
.seg[data-active="usd"] .seg__thumb { transform: translateX(100%); }
.seg__btn {
  position: relative;
  z-index: 1;
  min-width: 62px;
  padding: 0.42rem 0.9rem;
  font-size: var(--t-micro);
  font-weight: 700;
  color: var(--text-2);
  border-radius: var(--r-pill);
  transition: color 0.35s var(--ease);
}
.seg__btn.is-active { color: var(--on-brand); }
[data-theme="dark"] .seg__btn.is-active { color: var(--on-gold); }

.pricing__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 380px;
  margin-inline: auto;
}

.plan-card {
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.05rem 1.1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-1);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.plan-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--line-gold); }

.plan-card__head { display: flex; align-items: center; gap: 0.7rem; padding-bottom: 0.85rem; border-bottom: 1px solid var(--line); }
.plan-card__head .icon-tile { width: 40px; height: 40px; }
.plan-card__head .icon-tile .i { width: 19px; height: 19px; }
.plan-card__head h3 { font-size: 1.15rem; line-height: 1.2; }
.plan-card__head p { font-size: 0.72rem; color: var(--text-3); line-height: 1.35; margin-top: 2px; }

.plan-list { display: grid; gap: 5px; padding-block: 0.75rem; }

.plan {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid transparent;
  border-radius: var(--r);
  cursor: pointer;
  transition: background-color 0.28s var(--ease), border-color 0.28s var(--ease);
}
.plan input { position: absolute; opacity: 0; pointer-events: none; }
.plan__dot {
  position: relative;
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1.5px solid var(--line-2);
  transition: border-color 0.28s var(--ease);
}
.plan__dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--brand);
  transform: scale(0);
  transition: transform 0.3s var(--ease);
}
[data-theme="dark"] .plan__dot::after { background: var(--gold); }
.plan__hours { font-size: 0.83rem; font-weight: 600; color: var(--text-2); display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
.plan__price {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.plan__price small { font-size: 0.66rem; font-weight: 600; color: var(--text-3); }

.plan:hover { background: var(--brand-tint); }
.plan:has(input:checked) { background: var(--brand-tint-2); border-color: var(--line-2); }
.plan:has(input:checked) .plan__dot { border-color: var(--brand); }
[data-theme="dark"] .plan:has(input:checked) .plan__dot { border-color: var(--gold); }
.plan:has(input:checked) .plan__dot::after { transform: scale(1); }
.plan:has(input:focus-visible) { outline: 2px solid var(--gold); outline-offset: 2px; }
.plan--popular {
  margin-block: 0.85rem 0.2rem;
  padding-block: 0.66rem;
  border-color: var(--line-gold);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, var(--gold-tint-2), var(--gold-tint) 62%),
    var(--surface);
  box-shadow: 0 1px 0 var(--gold-tint-2), 0 6px 18px -12px var(--gold-shadow);
}
.plan--popular::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--r) - 1px);
  border: 1px solid var(--gold-tint-2);
  pointer-events: none;
}
.plan--popular::after {
  content: "";
  position: absolute;
  right: -14px; top: 50%;
  translate: 0 -50%;
  width: 74px; height: 74px;
  background: currentColor;
  color: var(--gold);
  opacity: 0.07;
  pointer-events: none;
  -webkit-mask: var(--star-mask) center / contain no-repeat;
  mask: var(--star-mask) center / contain no-repeat;
}
.plan--popular:hover { background-color: var(--gold-tint-2); }
.plan--popular:has(input:checked) { background-color: var(--gold-tint-2); border-color: var(--gold); }
.plan--popular .plan__dot { border-color: var(--line-gold); }
.plan--popular:has(input:checked) .plan__dot { border-color: var(--gold); }
.plan--popular:has(input:checked) .plan__dot::after { background: var(--gold); }
.chip-popular {
  position: absolute;
  top: 0; right: 0.7rem;
  translate: 0 -50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.1rem 0.45rem 0.1rem 0.35rem;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--on-gold);
  background: var(--gold);
  --chamfer: 5px;
  line-height: 1.5;
  box-shadow: 0 0 0 3px var(--surface);
  white-space: nowrap;
}
.chip-popular .i { width: 10px; height: 10px; }
.plan--popular .plan__price span[data-price] { color: var(--gold-ink); }
.chip-popular .i { width: 10px; height: 10px; }

.plan-card__note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  color: var(--text-3);
  padding-bottom: 0.75rem;
}
.plan-card__note .i { width: 13px; height: 13px; color: var(--gold); }

.plan-card__actions { display: grid; gap: 6px; margin-top: auto; }

.pricing__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  padding: 0.9rem 1.2rem;
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  font-size: var(--t-small);
  color: var(--text-2);
  background: var(--surface);
  border: 1px dashed var(--line-gold);
  border-radius: var(--r);
}
.pricing__foot .i { width: 17px; height: 17px; color: var(--gold); }
.faq { display: grid; gap: 8px; max-width: 820px; margin-inline: auto; }
.faq__item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color 0.32s var(--ease), background-color 0.32s var(--ease);
}
.faq__item[open] { border-color: var(--line-gold); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--f-sans);
  font-size: var(--t-small);
  font-weight: 700;
  color: var(--text);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--gold-ink); }
.faq__q .i {
  width: 18px; height: 18px;
  flex: none;
  color: var(--gold);
  transition: transform 0.4s var(--ease);
}
.faq__item[open] .faq__q .i { transform: rotate(180deg); }
.faq__a { padding: 0 1.15rem 1.1rem; font-size: var(--t-small); color: var(--text-2); }
.contact__grid { display: grid; gap: clamp(1.4rem, 3.5vw, 2.4rem); align-items: start; }

.contact__panel {
  padding: 1.4rem 1.35rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.contact__panel + .contact__panel { margin-top: 1rem; }
.contact__panel .h-sub { margin-bottom: 0.9rem; }

.contact-line {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 0.85rem;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  transition: all 0.3s var(--ease);
  font-size: var(--t-small);
  font-weight: 600;
  word-break: break-word;
}
.contact-line + .contact-line { margin-top: 8px; }
.contact-line:hover { border-color: var(--line-gold); background: var(--gold-tint); }
.contact-line .icon-tile { width: 38px; height: 38px; }
.contact-line .icon-tile .i { width: 18px; height: 18px; }
.contact-line__text { display: block; min-width: 0; }
.contact-line__label { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-3); }

.socials { display: flex; flex-wrap: wrap; gap: 8px; }
.social {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  color: var(--text-2);
  transition: all 0.32s var(--ease);
}
.social .i { width: 19px; height: 19px; }
.social:hover { color: var(--on-brand); background: var(--brand); border-color: transparent; transform: translateY(-3px); }
[data-theme="dark"] .social:hover { color: var(--on-gold); background: var(--gold); }

.form { display: grid; gap: 0.9rem; }
.field { position: relative; }
.field input,
.field textarea {
  width: 100%;
  padding: 1.35rem 0.95rem 0.6rem;
  font-size: var(--t-small);
  background: var(--surface-inset);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  color: var(--text);
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease);
  resize: vertical;
}
.field textarea { min-height: 118px; }
.field label {
  position: absolute;
  left: 0.95rem; top: 0.95rem;
  font-size: var(--t-small);
  color: var(--text-3);
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.28s var(--ease), color 0.28s var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: var(--surface); }
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  transform: translateY(-0.62rem) scale(0.76);
  color: var(--gold-ink);
}
.form__status { font-size: var(--t-micro); font-weight: 700; min-height: 1.2em; }
.form__status.is-ok { color: var(--brand); }
[data-theme="dark"] .form__status.is-ok { color: var(--brand-2); }
.form__status.is-err { color: #c0392b; }
[data-theme="dark"] .form__status.is-err { color: #ef7d6f; }
.footer {
  background: var(--bg-deep);
  color: #dfe3cf;
  padding-block: clamp(2.4rem, 5vw, 3.6rem) 1.6rem;
  position: relative;
  overflow: hidden;
}
[data-theme="dark"] .footer { border-top: 1px solid var(--line); }
.footer__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  color: var(--gold);
  pointer-events: none;
}
.footer__grid {
  display: grid;
  gap: 1.8rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(216, 194, 92, 0.18);
}
.footer__brand { display: flex; flex-direction: column; gap: 0.75rem; max-width: 44ch; }
.footer__brand .brand__name { color: #f4f5e3; }
.footer__brand p { font-size: var(--t-small); color: rgba(223, 227, 207, 0.72); }
.footer .h-sub {
  font-family: var(--f-sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 0.85rem;
}
.footer__links { display: grid; gap: 0.5rem; }
.footer__links a { font-size: var(--t-small); color: rgba(223, 227, 207, 0.78); transition: color 0.28s var(--ease), padding 0.28s var(--ease); }
.footer__links a:hover { color: var(--gold); padding-inline-start: 5px; }
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding-top: 1.4rem;
  position: relative;
  z-index: 1;
  font-size: var(--t-micro);
  color: rgba(223, 227, 207, 0.6);
}
.dev-credit {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.72rem;
  color: rgba(223, 227, 207, 0.62);
  transition: color 0.3s var(--ease);
}
.dev-credit b { color: var(--gold); font-weight: 700; }
.dev-credit:hover { color: #f4f5e3; }
.dev-credit .tag { color: var(--gold); opacity: 0.7; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: max(16px, env(safe-area-inset-top)) 16px calc(16px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--bg-deep) 72%, transparent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
}
.modal.is-open { opacity: 1; visibility: visible; }
.modal__panel {
  position: relative;
  width: min(100%, 680px);
  max-height: min(86vh, 800px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  background: var(--surface);
  border: 1px solid var(--line-gold);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-3);
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition: transform 0.45s var(--ease), opacity 0.35s var(--ease);
}
.modal.is-open .modal__panel { transform: none; opacity: 1; }
.modal__close {
  position: absolute;
  top: 12px; right: 12px;
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--text-2);
  background: var(--surface);
  transition: all 0.28s var(--ease);
  z-index: 2;
}
.modal__close:hover { background: var(--brand); color: var(--on-brand); border-color: transparent; }
.modal__close .i { width: 17px; height: 17px; }

.modal__title { font-size: var(--t-h3); margin-bottom: 0.35rem; padding-right: 44px; }
.modal__eyebrow { margin-bottom: 0.75rem; }
.mblock { padding-top: 1.05rem; margin-top: 1.05rem; border-top: 1px solid var(--line); }
.mblock:first-of-type { border-top: 0; padding-top: 0.4rem; margin-top: 0.4rem; }
.mblock .h-sub { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.45rem; }
.mblock h4 .i { width: 17px; height: 17px; color: var(--gold); }
.mblock p { font-size: var(--t-small); color: var(--text-2); }
.mblock ul { display: grid; gap: 0.45rem; margin-top: 0.5rem; }
.mblock li {
  position: relative;
  padding-left: 1.25rem;
  font-size: var(--t-small);
  color: var(--text-2);
}
.mblock li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.62em;
  width: 6px; height: 6px;
  rotate: 45deg;
  background: var(--gold);
}
.modal__story { white-space: pre-line; font-size: var(--t-small); color: var(--text-2); }
.modal__author { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.fab-stack {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(var(--dock-space) + 8px);
  z-index: 65;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fab {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #22a45d;
  box-shadow: var(--shadow-2);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), opacity 0.3s var(--ease);
}
.fab .i { width: 24px; height: 24px; }
.fab:hover { transform: scale(1.07); }
.fab--top {
  background: var(--surface);
  color: var(--text-2);
  border: 1px solid var(--line-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}
.fab--top.is-on { opacity: 1; visibility: visible; transform: none; }
.fab--top:hover { color: var(--gold-ink); border-color: var(--line-gold); }
.fab__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #22a45d;
  animation: pulse 2.6s var(--ease) infinite;
  pointer-events: none;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  70%, 100% { transform: scale(1.55); opacity: 0; }
}
@media (min-width: 520px) {
  .pricing__grid { max-width: 420px; }
  .hero__inner { gap: clamp(0.85rem, 2vh, 1.4rem); }
}

@media (min-width: 700px) {
  .programs__grid { grid-template-columns: repeat(2, 1fr); }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .pricing__grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
  .contact__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .features__grid { grid-template-columns: repeat(3, 1fr); }
  .feature--lead,
  .feature:nth-child(4),
  .feature:nth-child(5) { grid-column: span 2; }
  .tst__slide { flex: 0 0 calc((100% - var(--gap)) / 2); }
  .scroll-hint { display: flex; }
}

@media (min-width: 1024px) {
  :root { --header-h: 76px; --dock-space: 0px; }
  body { padding-bottom: 0; }
  .dock { display: none; }
  .nav { display: block; }
  .hero { min-height: 100svh; }
  .about__grid { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
  .about__media { max-width: 320px; }
  .programs__grid { grid-template-columns: repeat(3, 1fr); }
  .features__grid { grid-template-columns: repeat(3, 1fr); }
  .pricing__grid { grid-template-columns: repeat(3, 1fr); max-width: 1060px; }
  .tst__slide { flex: 0 0 calc((100% - (var(--gap) * 2)) / 3); }
  .contact__grid { grid-template-columns: 0.9fr 1.1fr; }
  .fab-stack { right: 22px; bottom: 22px; }
  .footer__grid { grid-template-columns: 1.8fr 1fr 1fr 1fr; }
}

@media (min-width: 1280px) {
  .hero__inner { gap: 1.5rem; }
}
@media (max-width: 430px) {
  .dock { padding: 5px; }
  .dock__item { padding-inline: 7px; height: 42px; }
  .dock__item .i { width: 19px; height: 19px; }
  .dock__item.is-active { padding-inline: 10px 12px; }
  .dock__item.is-active .dock__label { max-width: 74px; margin-inline-start: 6px; font-size: 0.7rem; }
}
@media (max-width: 344px) {
  .dock__item.is-active .dock__label { max-width: 0; opacity: 0; margin-inline-start: 0; }
  .dock__item.is-active { padding-inline: 10px; }
}
[id] { scroll-margin-top: calc(var(--header-h) + 14px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  html.motion-on [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
  .trust__track { animation: none; }
  .hero__art { display: none; }
}
@media print {
  .header, .dock, .fab-stack, .hero__art, .modal, .trust { display: none !important; }
  body { background: #fff; color: #000; padding: 0; }
  .card, .plan-card, .tst__card { box-shadow: none; border: 1px solid #ccc; }
}
html.motion-on [data-hero] { opacity: 0; }
html.motion-on .hero__title .word { opacity: 0; transform: translateY(105%); }
@media (prefers-reduced-motion: reduce) {
  html.motion-on [data-hero],
  html.motion-on .hero__title .word { opacity: 1 !important; transform: none !important; }
}

.faq__a { overflow: hidden; }
.modal[hidden] { display: none; }
@media (max-width: 1023px) {
  .fab { width: 46px; height: 46px; }
  .fab .i { width: 22px; height: 22px; }
}
.hero__title .word {
background-color: var(--text);
  background-image: linear-gradient(100deg,
    var(--text) 0%, var(--text) 38%,
    var(--gold) 47%, var(--gold-bright, #E4CE63) 51%, var(--gold) 55%,
    var(--text) 64%, var(--text) 100%);
  background-size: 260% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
}
html.motion-on .hero__title .word { animation: word-sweep 3.8s cubic-bezier(.4,0,.2,1) 2.2s 1 none; }
@keyframes word-sweep {
0%      { background-position: 100% 0; -webkit-text-fill-color: transparent; }
  4%, 97% { -webkit-text-fill-color: transparent; }
  92%,100%{ background-position: 0% 0; }
}
.hero__sub-word .shine { position: relative; display: inline-block; }
html.motion-on .hero__sub-word .shine::after {
  content: "";
  position: absolute; inset: -2px -18px;
  background: linear-gradient(105deg, transparent 42%, var(--gold-tint) 50%, transparent 58%);
  animation: shine-pass 5.5s ease-in-out 3s infinite;
  pointer-events: none;
}
@keyframes shine-pass {
  0%, 65%  { transform: translateX(-130%); opacity: 0; }
  72%      { opacity: 1; }
  100%     { transform: translateX(130%); opacity: 0; }
}
.hero__orn {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-top: .15rem;
  color: var(--gold);
}
.hero__orn-line {
  display: block;
  height: 1px;
  width: clamp(38px, 12vw, 92px);
  background: linear-gradient(90deg, transparent, currentColor);
  transform: scaleX(0);
  transform-origin: right;
}
.hero__orn-line:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
  transform-origin: left;
}
html.motion-on .hero__orn-line { animation: orn-draw .8s cubic-bezier(.22,.68,.24,1) 1.55s forwards; }
html:not(.motion-on) .hero__orn-line { transform: scaleX(1); }
@keyframes orn-draw { to { transform: scaleX(1); } }
.hero__orn-mark {
  width: 13px; height: 13px;
  fill: none; stroke: currentColor; stroke-width: 1.3;
  opacity: 0;
}
html.motion-on .hero__orn-mark { animation: orn-mark .7s cubic-bezier(.34,1.4,.5,1) 1.85s forwards; }
html:not(.motion-on) .hero__orn-mark { opacity: .9; }
@keyframes orn-mark { from { opacity: 0; transform: rotate(-140deg) scale(.3); } to { opacity: .9; transform: none; } }
.hero__cta .btn--primary { position: relative; overflow: hidden; }
.hero__cta .btn--primary::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.26), transparent);
  transform: translateX(-180%) skewX(-18deg);
  pointer-events: none;
}
html.motion-on .hero__cta .btn--primary::after { animation: cta-sweep 6s ease-in-out 3.6s infinite; }
@keyframes cta-sweep {
  0%, 55% { transform: translateX(-180%) skewX(-18deg); }
  78%,100%{ transform: translateX(320%)  skewX(-18deg); }
}
.hero__inner { will-change: transform; }
.credit {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: var(--r-pill);
  isolation: isolate;
  transition: transform .28s cubic-bezier(.34,1.3,.5,1);
}
.credit:hover  { transform: scale(1.03); }
.credit:active { transform: scale(.98); }
.credit:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.credit__body {
  display: block;
  position: relative;
  padding: .55rem 1.6rem;
  border-radius: var(--r-pill);
  overflow: hidden;
}
.credit__ring {
  position: absolute; inset: 0;
  border-radius: var(--r-pill);
  padding: 1px;
  overflow: hidden;
}
.credit__spin {
position: absolute;
  left: 50%; top: 50%;
  width: 210%; aspect-ratio: 1;
  translate: -50% -50%;
  background: conic-gradient(from 0deg,
    transparent, var(--gold), transparent,
    var(--credit-flash), transparent, var(--gold), transparent);
}
html.motion-on .credit__spin { animation: spin 4s linear infinite; }
.credit__fill {
  position: absolute; inset: 1px;
  border-radius: var(--r-pill);
  background: var(--surface);
}

.credit__row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  direction: ltr;
  line-height: 1;
}
.credit__brk  { color: var(--gold-soft); font-size: .72rem; font-family: var(--font-mono, ui-monospace, monospace); }
.credit__word { color: var(--gold);      font-size: .72rem; font-weight: 500; letter-spacing: .01em; }
.credit__by   { color: var(--text-3);     font-size: .72rem; }

.credit__name {
  font-weight: 800;
  font-size: .9rem;
  letter-spacing: .01em;
  background: linear-gradient(90deg, var(--gold), var(--credit-flash), var(--gold));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
html.motion-on .credit__name { animation: credit-shimmer 3s linear infinite; }
@keyframes credit-shimmer {
  0%   { background-position: 0% 0; }
  50%  { background-position: 100% 0; }
  100% { background-position: 0% 0; }
}

.credit__gh {
  display: flex;
  color: var(--text-3);
  font-size: .8rem;
  transition: transform .32s cubic-bezier(.34,1.3,.5,1), color .32s ease;
}
.credit:hover .credit__gh { transform: rotate(360deg); color: var(--text); }
.credit__reveal {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: width .3s ease, opacity .3s ease;
}
.credit__reveal--b { transition-delay: .1s; }
.credit:hover .credit__reveal { width: 15px; opacity: 1; }

.credit__rocket {
  display: flex;
  color: var(--gold);
  font-size: .7rem;
  transform: rotate(-45deg);
}
html.motion-on .credit:hover .credit__rocket { animation: rocket-hop 1s ease-in-out infinite; }
@keyframes rocket-hop {
  0%, 100% { transform: rotate(-45deg) translate(0, 0); }
  50%      { transform: rotate(-45deg) translate(2px, -2px); }
}
.credit__ext { color: var(--gold-soft); font-size: .7rem; display: flex; }

@media (prefers-reduced-motion: reduce) {
  .credit__spin, .credit__name, .credit__rocket { animation: none !important; }
  .credit__name { -webkit-text-fill-color: currentColor; color: var(--gold); }
}
.progress {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.header.is-stuck .progress { opacity: 1; }
.progress__bar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  transform-origin: left;
  transition: width .12s linear;
}
[data-theme="dark"] .progress__bar { background: linear-gradient(90deg, var(--gold), var(--gold-bright)); }
.about__lead::first-letter {
  float: inline-start;
  font-family: var(--f-display);
  font-size: 3.1em;
  line-height: .82;
  padding-inline-end: .09em;
  padding-block-start: .06em;
  color: var(--gold-ink);
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) { .progress__bar { transition: none; } }
.program__icon,
.tst__quote,
.icon-tile,
.step__num,
.fab,
.social,
.seg__btn,
.credit__gh,
.credit__rocket,
.credit__ext { display: grid; place-items: center; }
.program__icon > .i, .tst__quote > .i, .icon-tile > .i { display: block; }
.modal__panel {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.header.is-stuck .brand__mark { width: 32px; height: 32px; border-radius: var(--r-sm); }
.header.is-stuck .brand { gap: 0.55rem; }
.header.is-stuck .brand__name { font-size: 0.98rem; }
.header.is-stuck .brand__sub { opacity: 0; transform: translateY(-3px); }
.header.is-stuck .btn--sm { padding-block: 0.42rem; }
.header.is-stuck .theme-toggle { width: 36px; height: 36px; }

.brand__name,
.brand__sub,
.theme-toggle,
.header .btn--sm {
  transition: font-size 0.4s var(--ease), opacity 0.3s var(--ease),
              transform 0.4s var(--ease), height 0.4s var(--ease),
              width 0.4s var(--ease), padding 0.4s var(--ease);
}

@media (prefers-reduced-motion: reduce) {
  .header, .header__inner, .brand__mark, .brand__name, .brand__sub,
  .theme-toggle, .header .btn--sm { transition: none; }
}
.tst__viewport { touch-action: pan-y; -webkit-user-select: none; user-select: none; }
.tst__viewport.is-dragging { cursor: grabbing; }
.tst__viewport.is-dragging .tst__card { pointer-events: none; }
.tst__viewport.is-dragging img { -webkit-user-drag: none; }
.field.is-cued,
input.is-cued,
textarea.is-cued {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-tint);
  animation: cue 1.6s var(--ease);
}
@keyframes cue {
  0%, 100% { box-shadow: 0 0 0 3px var(--gold-tint); }
  30%      { box-shadow: 0 0 0 6px var(--gold-tint); }
}
@media (prefers-reduced-motion: reduce) { .is-cued { animation: none; } }

.brand__mark-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand__mark {
  box-sizing: border-box;
  border-radius: var(--r-sm);
  transition: background-color 0.4s var(--ease), padding 0.4s var(--ease),
              box-shadow 0.4s var(--ease), width 0.4s var(--ease), height 0.4s var(--ease);
}
[data-theme="dark"] .header .brand__mark,
.footer .brand__mark {
  padding: 4px;
  background: var(--plate);
  box-shadow: inset 0 0 0 1px var(--plate-edge), 0 1px 3px rgba(0, 0, 0, 0.18);
}
[data-theme="dark"] .header.is-stuck .brand__mark { padding: 3px; }
.footer .brand__sub { color: var(--gold-bright); }
