/* ============================================================
   ALCHEMYSTICAL — styles
   Three "stages of the work" themes via [data-theme] on <html>.
   ============================================================ */

/* ---- Twilight (default): deep purple-black, luminous gold + violet ---- */
:root,
:root[data-theme="twilight"] {
  --bg:        oklch(0.168 0.030 300);
  --bg-2:      oklch(0.205 0.034 301);
  --panel:     oklch(0.238 0.038 301);
  --ink:       oklch(0.985 0 0);
  --muted:     oklch(0.910 0 0);
  --faint:     oklch(0.740 0 0);
  --line:      oklch(0.985 0 0 / 0.14);
  --line-2:    oklch(0.985 0 0 / 0.07);
  --accent:    oklch(0.820 0.046 305);  /* lilac-silver */
  --accent-2:  oklch(0.685 0.140 300);  /* violet */
  --glow:      oklch(0.820 0.046 305 / 0.42);
  --lumin-a:   oklch(0.685 0.140 300 / 0.40); /* violet light */
  --lumin-b:   oklch(0.820 0.046 305 / 0.24);  /* lilac-silver light */
  --gold:      oklch(0.770 0.085 303);   /* lilac mid — header sheen */
  --gold-hi:   oklch(0.885 0.052 305);
  --sheen:     oklch(0.975 0.022 305);   /* bright lilac highlight */
  --au:        oklch(0.802 0.132 78);    /* true gold — header catch-light */
  --au-hi:     oklch(0.882 0.108 82);    /* bright gold */
  --copper:    oklch(0.650 0.140 47);    /* copper — header sheen */
  --copper-pink: oklch(0.672 0.122 28); /* rose copper — left edge */
  --bronze:    oklch(0.555 0.098 63);    /* bronze — header sheen */
  --au-sheen:  oklch(0.950 0.055 85);    /* warm white-gold peak */
  --lumin-op:  1;
  --grain-op:  0.055;
  --grain-blend: screen;
}

/* ---- Orchid: porcelain + lilac, plum ink, gold ---- */
:root[data-theme="orchid"] {
  --bg:        oklch(0.973 0.012 320);
  --bg-2:      oklch(0.948 0.016 318);
  --panel:     oklch(0.987 0.008 320);
  --ink:       oklch(0.258 0.045 305);
  --muted:     oklch(0.460 0.046 308);
  --faint:     oklch(0.625 0.040 312);
  --line:      oklch(0.258 0.045 305 / 0.15);
  --line-2:    oklch(0.258 0.045 305 / 0.07);
  --accent:    oklch(0.560 0.058 305);  /* lilac-silver */
  --accent-2:  oklch(0.500 0.135 305);  /* purple */
  --glow:      oklch(0.560 0.058 305 / 0);
  --lumin-a:   oklch(0.560 0.130 305 / 0.16);
  --lumin-b:   oklch(0.620 0.060 305 / 0.14);
  --gold:      oklch(0.560 0.105 305);   /* lilac mid — header sheen */
  --gold-hi:   oklch(0.650 0.078 305);
  --sheen:     oklch(0.730 0.055 306);   /* bright lilac highlight */
  --au:        oklch(0.652 0.126 76);    /* true gold — header catch-light */
  --au-hi:     oklch(0.740 0.112 80);    /* bright gold */
  --copper:    oklch(0.560 0.135 45);    /* copper — header sheen */
  --copper-pink: oklch(0.585 0.120 26); /* rose copper — left edge */
  --bronze:    oklch(0.480 0.090 62);    /* bronze — header sheen */
  --au-sheen:  oklch(0.800 0.090 82);    /* warm white-gold peak */
  --lumin-op:  1;
  --grain-op:  0.035;
  --grain-blend: multiply;
}

/* ---- Imperial: rich royal purple, radiant gold ---- */
:root[data-theme="imperial"] {
  --bg:        oklch(0.218 0.058 300);
  --bg-2:      oklch(0.258 0.064 300);
  --panel:     oklch(0.292 0.068 300);
  --ink:       oklch(0.955 0.012 92);
  --muted:     oklch(0.795 0.030 308);
  --faint:     oklch(0.660 0.044 308);
  --line:      oklch(0.955 0.012 92 / 0.15);
  --line-2:    oklch(0.955 0.012 92 / 0.08);
  --accent:    oklch(0.825 0.052 305);  /* lilac-silver */
  --accent-2:  oklch(0.745 0.130 308);  /* lilac */
  --glow:      oklch(0.825 0.052 305 / 0.45);
  --lumin-a:   oklch(0.745 0.130 308 / 0.42);
  --lumin-b:   oklch(0.825 0.052 305 / 0.26);
  --gold:      oklch(0.795 0.090 306);   /* lilac mid — header sheen */
  --gold-hi:   oklch(0.895 0.052 307);
  --sheen:     oklch(0.980 0.022 307);   /* bright lilac highlight */
  --au:        oklch(0.812 0.132 78);    /* true gold — header catch-light */
  --au-hi:     oklch(0.886 0.108 82);    /* bright gold */
  --copper:    oklch(0.660 0.140 47);    /* copper — header sheen */
  --copper-pink: oklch(0.682 0.122 28); /* rose copper — left edge */
  --bronze:    oklch(0.565 0.098 63);    /* bronze — header sheen */
  --au-sheen:  oklch(0.952 0.055 85);    /* warm white-gold peak */
  --lumin-op:  1;
  --grain-op:  0.05;
  --grain-blend: screen;
}

/* ---- Font role variables (overridable via Tweaks) ---- */
:root {
  --font-display: "Cinzel", Georgia, serif;
  --font-head:    "Cormorant Garamond", Georgia, serif;
  --font-wordmark:"Cormorant Garamond", Georgia, serif;
  --font-body:    "Hanken Grotesk", system-ui, sans-serif;
  --maxw: 1180px;
  --gutter: clamp(22px, 5vw, 84px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 380;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background 0.6s ease, color 0.6s ease;
  overflow-x: hidden;
}

/* film grain overlay */
.grain {
  position: fixed; inset: 0; z-index: 9000;
  pointer-events: none;
  opacity: var(--grain-op);
  mix-blend-mode: var(--grain-blend);
  background-image: var(--grain-url);
  background-size: 240px 240px;
}

/* ambient luminescence — subtle premium glow */
.lumin {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  opacity: var(--lumin-op, 1);
  background:
    radial-gradient(58% 48% at 78% 16%, var(--lumin-b), transparent 66%),
    radial-gradient(54% 52% at 12% 30%, var(--lumin-a), transparent 70%),
    radial-gradient(70% 60% at 50% 108%, var(--lumin-a), transparent 72%);
  filter: blur(6px) saturate(1.05);
}
body > main, body > .site-head, body > .site-foot { position: relative; z-index: 1; }

::selection { background: var(--accent); color: var(--bg); }

a { color: inherit; text-decoration: none; }

/* ---------- shared layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(72px, 11vw, 168px); position: relative; }

.eyebrow {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  text-shadow: 0 0 16px var(--glow);
  display: inline-flex;
  align-items: center;
  gap: 0.9em;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: var(--accent);
  opacity: 0.9;
}

.kicker-num {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--faint);
}

h1, h2, h3 { font-weight: 400; margin: 0; }

.headline {
  font-family: var(--font-head);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.01em;
  font-size: clamp(38px, 6vw, 84px);
}
.headline .it { font-style: italic; color: var(--accent-2); }

.lede {
  font-family: var(--font-head);
  font-size: clamp(21px, 2.5vw, 30px);
  line-height: 1.42;
  font-weight: 400;
  color: var(--muted);
  max-width: 28ch;
}

.divider {
  height: 1px; background: var(--line-2); border: 0;
  margin: 0 var(--gutter);
}

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1.1s cubic-bezier(.16,1,.3,1), transform 1.1s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }
.reveal[data-d="6"] { transition-delay: .48s; }

/* ============================================================
   HEADER
   ============================================================ */
.site-head {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(16px, 2.2vw, 26px) var(--gutter);
  transition: background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease;
  border-bottom: 1px solid transparent;
}
.site-head.stuck {
  background: color-mix(in oklab, var(--bg) 78%, transparent);
  backdrop-filter: blur(12px) saturate(1.1);
  border-bottom-color: var(--line-2);
}
.brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 0.7em;
}
.brand .mark { width: 22px; height: 22px; display: inline-block; color: var(--accent); }
.brand .mark .stroke { fill: none; }
.nav { display: flex; gap: clamp(20px, 3vw, 40px); align-items: center; }
.nav a {
  font-family: var(--font-display);
  font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); position: relative; padding-block: 4px;
  transition: color .3s ease;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--accent); transition: width .4s cubic-bezier(.16,1,.3,1);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
.nav .nav-contact { color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; }
.nav .nav-contact::after { display: none; }
.nav .nav-contact:hover { border-color: var(--accent); color: var(--accent); }
@media (max-width: 720px) { .nav .nav-link { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(110px, 16vh, 200px) var(--gutter) clamp(60px, 9vh, 110px);
  position: relative;
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 36px; }
}
.hero-copy { position: relative; z-index: 3; max-width: 840px; }
.hero-eyebrow { margin-bottom: clamp(22px, 3vw, 34px); }

.wordmark {
  font-family: var(--font-wordmark);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  font-size: clamp(38px, 6.6vw, 94px);
  margin: 0 0 clamp(16px, 2.2vw, 24px);
  display: block;
}
/* Cinzel is caps-only — when chosen, uppercase the wordmark so it renders true */
html[data-wm="caps"] .wordmark {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-size: clamp(34px, 6.1vw, 86px);
  line-height: 1.02;
}
.wordmark .scr { display: inline-block; }
.wordmark .gild {
  background: linear-gradient(100deg, var(--accent-2), var(--accent) 45%, var(--accent-2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.6; font-weight: 400; color: var(--muted);
  max-width: 50ch; margin: 0 0 clamp(30px, 4vw, 44px);
}
.hero-tagline {
  font-family: var(--font-display); font-size: clamp(15px, 1.9vw, 21px);
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
  margin: clamp(14px, 2vw, 20px) 0 clamp(30px, 4vw, 46px);
}
.hero-tagline span { color: var(--faint); margin: 0 0.6em; font-weight: 300; }

/* sigil */
.hero-sigil { position: relative; z-index: 1; display: grid; place-items: center; min-height: 360px; }
@media (max-width: 900px) {
  .hero-sigil { position: absolute; inset: 0; z-index: 0; opacity: 0.16; place-items: center; }
}
.sigil {
  width: min(46vw, 520px); height: auto; aspect-ratio: 1; color: var(--ink);
  filter: drop-shadow(0 0 30px var(--glow));
}
@media (max-width: 900px) { .sigil { width: 92vw; } }
.sigil .stroke { fill: none; stroke: currentColor; }
.sigil .accent { stroke: var(--accent); }
.sigil .ring-text { fill: var(--faint); font-family: var(--font-display); font-size: 5.1px; letter-spacing: 2.2px; text-transform: uppercase; }
.spin-cw { transform-origin: 50% 50%; animation: spin 78s linear infinite; }
.spin-ccw { transform-origin: 50% 50%; animation: spin 96s linear infinite reverse; }
.spin-slow { transform-origin: 50% 50%; animation: spin 140s linear infinite; }
.breathe { transform-origin: 50% 50%; animation: breathe 9s ease-in-out infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { 0%,100% { transform: scale(1); opacity: .9; } 50% { transform: scale(1.018); opacity: 1; } }

.scroll-cue {
  position: absolute; bottom: clamp(22px, 4vh, 40px); left: var(--gutter);
  display: flex; align-items: center; gap: 12px; z-index: 3;
  font-family: var(--font-display); font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--faint);
}
.scroll-cue .line { width: 46px; height: 1px; background: var(--faint); position: relative; overflow: hidden; }
.scroll-cue .line::after { content:""; position:absolute; inset:0; width: 40%; background: var(--accent); animation: slide 2.6s ease-in-out infinite; }
@keyframes slide { 0% { transform: translateX(-110%);} 60%,100% { transform: translateX(280%);} }

/* ============================================================
   INTRO / STATEMENT
   ============================================================ */
.intro { background: var(--bg-2); border-block: 1px solid var(--line-2); transition: background .6s ease; }
.intro-statement {
  font-family: var(--font-head); font-weight: 400;
  font-size: clamp(24px, 2.8vw, 38px); line-height: 1.34; letter-spacing: -0.005em;
  max-width: 30ch; text-wrap: pretty;
}

/* ============================================================
   SERVICES / OFFER
   ============================================================ */
.offer { border-block: 1px solid var(--line-2); }
.offer-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: clamp(40px, 6vw, 76px); flex-wrap: wrap; }
.offer-list { display: grid; gap: 0; }
.svc {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr) auto;
  gap: clamp(20px, 3.5vw, 56px);
  align-items: start;
  padding: clamp(30px, 4vw, 50px) 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.svc:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 820px) {
  .svc { grid-template-columns: 1fr; gap: 10px 18px; }
}
.svc-num { font-family: var(--font-display); font-size: 12px; letter-spacing: 0.3em; color: var(--faint); margin-bottom: 10px; }
.svc-title { font-family: var(--font-head); font-size: clamp(25px, 2.8vw, 37px); line-height: 1.08; font-weight: 600; letter-spacing: -0.01em; transition: color .35s ease; }
.svc-desc { font-family: var(--font-body); color: var(--muted); font-size: clamp(15px, 1.4vw, 17.5px); line-height: 1.66; max-width: 46ch; text-wrap: pretty; }
@media (max-width: 820px) {
  .svc-desc { grid-column: 1 / -1; }
}

/* ============================================================
   WHY — paragraph block, one font + size
   ============================================================ */
.why { text-align: left; position: relative; }
.why .wrap { position: relative; z-index: 2; }
.why .eyebrow { margin-bottom: clamp(20px,2.5vw,30px); }
.why-para {
  font-family: var(--font-body); font-weight: 400;
  font-size: clamp(16px, 1.5vw, 19px); line-height: 1.72; letter-spacing: 0;
  color: var(--muted); max-width: 60ch; text-align: left; text-wrap: pretty;
  margin: clamp(40px, 5vw, 64px) 0 0;
}
.why-para:first-of-type { margin-top: clamp(24px, 3vw, 38px); }
.why-para.left  { margin-right: auto; }
.why-para.right { margin-left: auto; }
.why-para strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   FOUNDER
   ============================================================ */
.founder { background: var(--bg-2); border-block: 1px solid var(--line-2); transition: background .6s ease; }
.founder-grid { display: grid; grid-template-columns: 0.55fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (max-width: 860px) { .founder-grid { grid-template-columns: 1fr; gap: 30px; } }
.portrait {
  position: relative; aspect-ratio: 4/5; border: 1px solid var(--line);
  max-width: 320px;
  background:
    repeating-linear-gradient(135deg, var(--line-2) 0 1px, transparent 1px 11px),
    var(--panel);
  display: grid; place-items: center; overflow: hidden;
}
.portrait .ph {
  font-family: "Hanken Grotesk", monospace; font-size: 12px; letter-spacing: 0.12em;
  color: var(--faint); text-transform: uppercase; text-align: center; padding: 18px;
}
.portrait .corner { position: absolute; width: 16px; height: 16px; border: 1px solid var(--accent); z-index: 2; }
.portrait .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.portrait .corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.portrait .corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.portrait .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.portrait-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }

.founder-name { font-family: var(--font-head); font-size: clamp(30px, 3.6vw, 50px); font-weight: 500; line-height: 1.02; margin-top: clamp(28px,3.4vw,44px); }
.founder-role { font-family: var(--font-display); font-size: 11.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--accent-2); margin-top: 14px; }
.founder-bio { font-family: var(--font-body); color: var(--muted); font-size: clamp(15px, 1.45vw, 17.5px); line-height: 1.7; margin-top: clamp(20px,2.6vw,30px); max-width: 60ch; text-wrap: pretty; }
.founder-bio + .founder-bio { margin-top: 18px; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: clamp(22px,3vw,32px); }
.tag {
  font-family: var(--font-display); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px;
}

/* ============================================================
   CONTACT — one font + size, left para block
   ============================================================ */
.contact { text-align: left; background: var(--bg-2); border-block: 1px solid var(--line-2); transition: background .6s ease; }
.contact .eyebrow { margin-bottom: clamp(20px,2.5vw,30px); }
.contact .headline { font-family: var(--font-body); color: var(--muted); }
.contact-note { font-family: var(--font-body); color: var(--muted); max-width: 60ch; margin: 0 0 18px; font-size: clamp(16px,1.5vw,19px); line-height: 1.62; }
.email-link {
  display: inline-block;
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(19px,2vw,24px); line-height: 1.4;
  color: var(--gold); cursor: pointer;
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px;
  text-decoration-color: color-mix(in oklab, var(--gold) 55%, transparent);
}
.email-link:hover { text-decoration-color: var(--gold); }
.email-link.glint:hover {
  background-image: linear-gradient(100deg,
    var(--gold) 0%, var(--gold-hi) 50%, var(--gold) 100%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: goldGlint 1.9s linear infinite;
}
.contact-fine { margin-top: clamp(22px,3vw,34px); font-family: var(--font-body); font-size: clamp(16px,1.5vw,19px); line-height: 1.62; color: var(--muted); max-width: 60ch; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-foot { border-top: 1px solid var(--line); padding: clamp(38px,5vw,60px) var(--gutter); }
.foot-grid { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot-brand { font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: 0.24em; text-transform: uppercase; }
.foot-links { display: flex; gap: 26px; font-family: var(--font-display); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.foot-links a:hover { color: var(--accent); }
.foot-copy { font-size: 12px; color: var(--faint); letter-spacing: 0.04em; }

@media (prefers-reduced-motion: reduce) {
  .spin-cw, .spin-ccw, .spin-slow, .breathe, .scroll-cue .line::after { animation: none !important; }
  .reveal { transition-duration: .4s; }
}

/* Tweak: pause living motion */
html[data-motion="off"] .spin-cw,
html[data-motion="off"] .spin-ccw,
html[data-motion="off"] .spin-slow,
html[data-motion="off"] .breathe,
html[data-motion="off"] .scroll-cue .line::after { animation: none !important; }

/* Tweak: grain toggle */
html[data-grain="off"] .grain { display: none; }

/* ============================================================
   Subtle glitter-gold hover — wordmark, service titles, email
   ============================================================ */
@keyframes goldGlint { from { background-position: 0% center; } to { background-position: -220% center; } }
.glint { transition: color .35s ease; }
.glint:hover,
.svc:hover .svc-title {
  background-image: linear-gradient(100deg,
    var(--accent-2) 0%, var(--accent) 26%, #ece7f6 50%, var(--accent) 74%, var(--accent-2) 100%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: goldGlint 1.9s linear infinite;
}
/* Wordmark: gold gradient gradation, on permanently */
.wordmark .glint {
  background-image: linear-gradient(100deg,
    var(--accent-2) 0%, var(--accent) 17%, var(--gold) 33%, var(--gold-hi) 44%, var(--sheen) 50%, var(--gold-hi) 56%, var(--gold) 67%, var(--accent) 83%, var(--accent-2) 100%);
  filter:
    drop-shadow(0 0 14px var(--glow))
    drop-shadow(0 0 36px color-mix(in oklab, var(--accent-2) 50%, transparent));
  background-size: 240% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: goldGlint 6.5s linear infinite;
}
/* Service titles: gold gradient gradation, on permanently */
.svc-title {
  background-image: linear-gradient(100deg,
    var(--accent) 0%, var(--gold-hi) 22%, var(--sheen) 38%, #ffffff 50%, var(--sheen) 62%, var(--gold-hi) 78%, var(--accent) 100%);
  background-size: 240% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 0 18px color-mix(in oklab, var(--sheen) 42%, transparent));
  animation: goldGlint 6.5s linear infinite;
}
/* Section headers: founder name — metallic sheen */
.founder-name {
  background-image: linear-gradient(100deg,
    var(--accent-2) 0%, var(--accent) 19%, var(--gold) 35%, var(--gold-hi) 45%, var(--sheen) 50%, var(--gold-hi) 55%, var(--gold) 65%, var(--accent) 81%, var(--accent-2) 100%);
  background-size: 240% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: goldGlint 8s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .glint:hover, .svc:hover .svc-title { animation: none; }
  .wordmark .glint, .svc-title { animation: none; }
  .founder-name { animation: none; }
}
