/* ═══════════════════════════════════════════════════════════
   GOLDEN & CO. — Refined Navy & Gold
   Restraint over decoration. Space, precision, one accent.
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Deep navy ground — rich, with depth */
  --ink:        #060d1a;
  --ink-2:      #0a1526;
  --surface:    #101d33;

  /* Gold — the brand accent, with a metallic range */
  --gold:       #c9a84c;
  --gold-soft:  #ecd9a2;
  --gold-deep:  #8d7133;
  --gold-metal: linear-gradient(135deg, #a8863c 0%, #d9bc6b 38%, #f2e3b4 52%, #cbab5e 70%, #a8863c 100%);

  --text:       #f4f1e8;
  --text-2:     #bcc6d6;
  --muted:      #7d8a9e;

  /* Hairlines carry a faint gold cast — never plain white */
  --line:       rgba(201,168,76,0.14);
  --line-2:     rgba(201,168,76,0.34);

  --font-d: 'Cormorant Garamond', Georgia, serif;
  --font-b: 'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gut: clamp(1.4rem, 5vw, 4rem);
  --sec: clamp(5rem, 11vw, 10rem);
}

html { overflow-x: clip; scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-b);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
::selection { background: var(--gold); color: var(--ink); }
img { max-width: 100%; display: block; }
a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; }

/* The old decorative layers are retired */
.cursor-glow, .embers, .aurora, .ticker, .starfield, .scroll-cue, .hero-pills { display: none !important; }

/* ── Type ── */
h1, h2, h3, h4, h5 { font-family: var(--font-d); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; text-wrap: balance; }
.eyebrow {
  display: block; font-family: var(--font-b);
  font-size: 0.68rem; font-weight: 400;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold);
}
.eyebrow::before { content: none; }
.section-title { font-size: clamp(2.1rem, 4.4vw, 3.6rem); margin-top: 1.5rem; max-width: 18ch; }
.section-title em { font-style: italic; color: var(--gold); }
.section-desc { color: var(--muted); font-size: 1rem; line-height: 1.85; max-width: 46ch; margin-top: 1.5rem; }
.section-head { margin-bottom: clamp(3rem, 6vw, 5rem); }
.split-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; flex-wrap: wrap; margin-bottom: clamp(3rem, 6vw, 5rem); }
.split-head .section-desc { margin-top: 0; max-width: 34ch; }
.section-tag { display: none; }

/* The only ornament: a hairline that draws in */
.section-title::after {
  content: ''; display: block; width: 0; height: 1px;
  background: var(--gold); margin-top: 2rem;
  transition: width 1s var(--ease) 0.2s;
}
.reveal.visible .section-title::after { width: 64px; }

/* ── Layout ── */
.section { padding: var(--sec) var(--gut); }
.wrap { max-width: 1180px; margin: 0 auto; }

/* ── Buttons ── */
.btn, .form-submit {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-family: var(--font-b); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none;
  padding: 1.05rem 1.9rem; border-radius: 0; cursor: pointer;
  transition: background 0.45s var(--ease), color 0.45s var(--ease), border-color 0.45s var(--ease);
}
.btn-gold, .form-submit { background: var(--gold-metal); background-size: 200% 100%; background-position: 0% 0%; color: #0a1526; border: 1px solid rgba(236,217,162,0.5); box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset; transition: background-position 0.7s var(--ease), box-shadow 0.5s var(--ease); }
.btn-gold::after { content: none; }
.btn-gold:hover, .form-submit:hover { background-position: 100% 0%; border-color: var(--gold-soft); box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 14px 34px -18px rgba(201,168,76,0.55); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: none; }
.btn .ic, .form-submit .ic { width: 14px; height: 14px; }

.text-link, .sh-btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); text-decoration: none; background: none; border: 0;
  padding: 0 0 0.4rem; border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--ease), gap 0.4s var(--ease);
}
.text-link:hover { border-bottom-color: var(--gold); gap: 1rem; background: none; color: var(--gold); }
.text-link .ic { width: 13px; height: 13px; }

/* ── Icons ── */
.ic { width: 1em; height: 1em; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: middle; }
.icon-badge { display: inline-flex; align-items: center; justify-content: center; color: var(--gold); background: none; border: 0; border-radius: 0; box-shadow: none; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 1px; width: 0; z-index: 1100; background: var(--gold); box-shadow: none; transition: width 0.1s linear; }

/* ═══ HEADER ═══ */
header.site {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.8rem var(--gut);
  transition: background 0.5s var(--ease), padding 0.5s var(--ease), border-color 0.5s var(--ease);
  border-bottom: 1px solid transparent;
}
header.site.scrolled {
  background: rgba(8,17,32,0.94);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
  padding-top: 1.1rem; padding-bottom: 1.1rem;
}
header.site::after { content: none; }
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand img { height: 34px; width: auto; transition: height 0.5s var(--ease); }
header.site.scrolled .brand img { height: 28px; }
.brand span { font-family: var(--font-d); font-size: 1.18rem; font-weight: 600; color: var(--text); letter-spacing: 0.07em; }

.nav { display: flex; align-items: center; gap: 2.6rem; }
.nav a {
  position: relative; font-size: 0.7rem; font-weight: 400; letter-spacing: 0.19em;
  text-transform: uppercase; color: var(--text-2); text-decoration: none; opacity: 1;
  transition: color 0.35s var(--ease);
}
.nav a:hover, .nav a.active { color: var(--gold); }
.nav a:not(.nav-cta)::after {
  content: ''; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.45s var(--ease);
}
.nav a.active:not(.nav-cta)::after, .nav a:hover:not(.nav-cta)::after { transform: scaleX(1); }
.nav-cta { border: 1px solid var(--line-2); border-radius: 0; padding: 0.75rem 1.5rem; color: var(--gold) !important; }
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--gold); color: var(--ink) !important; border-color: var(--gold); box-shadow: none; }
.nav-toggle { display: none; background: none; border: 0; color: var(--gold); cursor: pointer; }
.nav-toggle .ic { width: 24px; height: 24px; }

/* ═══ HERO — the mark is the subject ═══ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  padding: 8.5rem var(--gut) 5rem;
  overflow: hidden;
  background:
    radial-gradient(52% 50% at 72% 46%, rgba(201,168,76,0.16), transparent 72%),
    radial-gradient(80% 60% at 12% 8%, rgba(24,48,86,0.55), transparent 70%),
    linear-gradient(180deg, #0a1526 0%, #070e1c 58%, var(--ink) 100%);
  perspective: none;
}
.hero-inner {
  position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  transform-style: flat;
}
.hero-copy { max-width: 36rem; transform: none !important; animation: none !important; }
.hero-copy > * { transform: none !important; }
.hero h1 { font-size: clamp(2.4rem, 4.2vw, 3.9rem); margin-top: 1.8rem; letter-spacing: -0.015em; line-height: 1.1; text-transform: none; }
.hero h1 em { font-style: italic; color: var(--gold); background: none; -webkit-text-fill-color: currentColor; animation: none; filter: none; text-shadow: none; }
.hero h1 .dim { color: var(--muted); }
.hero-sub { color: var(--text-2); font-size: 1rem; line-height: 1.85; margin-top: 1.6rem; max-width: 42ch; }
.hero-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; margin-top: 2.4rem; }

.hero-stats { display: flex; gap: clamp(1.2rem, 3vw, 2.8rem); flex-wrap: nowrap; margin-top: 2.6rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.stat-num { font-family: var(--font-d); font-weight: 600; font-size: 2.1rem; line-height: 1; color: var(--text); }
.stat-num .stat-suffix { color: var(--gold); }
.stat-label { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-top: 0.8rem; }

/* ═══ THE LION — the centrepiece, alive ═══ */
.hero-lion {
  position: relative; justify-self: center; width: min(46vw, 540px); aspect-ratio: 1/1;
  display: grid; place-items: center; opacity: 1 !important;
  animation: lionEnter 1.8s cubic-bezier(.16,1,.3,1) both;
  will-change: transform;
}
/* the mark itself drifts, sways and breathes on its own axis */
.hero-lion img {
  grid-area: 1/1; width: 100%; height: auto; object-fit: contain;
  -webkit-mask-image: none !important; mask-image: none !important;
  filter: drop-shadow(0 34px 60px rgba(0,0,0,0.75));
  animation: lionDrift 7s ease-in-out 1.8s infinite;
  will-change: transform;
}
/* light catching the metal — a shine sweep clipped to the lion silhouette */
.hero-lion::after {
  content: ""; grid-area: 1/1; position: relative; z-index: 2;
  width: 100%; height: 100%; display: block; pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255,247,225,0.55) 48%, rgba(255,255,255,0.8) 51%, rgba(255,247,225,0.5) 54%, transparent 64%);
  background-size: 280% 100%;
  -webkit-mask-image: url("lion-mark.webp"); mask-image: url("lion-mark.webp");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  mix-blend-mode: screen; opacity: 0;
  animation: lionShine 4.5s ease-in-out 2.2s infinite;
}
/* the pool of light breathes with it */
.hero-lion::before {
  content: ""; grid-area: 1/1; position: absolute; z-index: -1;
  width: 78%; height: 78%; border-radius: 50%; justify-self: center; align-self: center;
  background: radial-gradient(circle, rgba(201,168,76,0.32), transparent 68%);
  filter: blur(52px);
  animation: lionGlow 7s ease-in-out 1.8s infinite;
}

@keyframes lionEnter {
  from { opacity: 0; transform: translateY(34px) scale(.93); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes lionDrift {
  0%   { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  20%  { transform: translate3d(-22px,-30px,0) rotate(-2.6deg) scale(1.04); }
  45%  { transform: translate3d(16px,-46px,0) rotate(1.8deg) scale(1.07); }
  70%  { transform: translate3d(26px,-20px,0) rotate(2.8deg) scale(1.04); }
  100% { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
}
@keyframes lionGlow {
  0%,100% { opacity: 0.6; transform: scale(0.94); }
  45%     { opacity: 1; transform: scale(1.22); }
}
@keyframes lionShine {
  0%   { opacity: 0; background-position: 140% 0; }
  12%  { opacity: 1; }
  38%  { opacity: 1; }
  50%  { opacity: 0; background-position: -60% 0; }
  100% { opacity: 0; background-position: -60% 0; }
}

/* ═══ CARDS — hairline frames, no fills ═══ */
.highlight-grid, .services-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.glow-card, .hl-card, .sh-card {
  position: relative; background: rgba(16,29,51,0.34); border: 0; border-radius: 0; box-shadow: none;
  padding: clamp(2.5rem, 4vw, 3.5rem) clamp(1.8rem, 3vw, 2.6rem);
  transition: background 0.6s var(--ease);
}
.glow-card::before { content: none; }
.glow-card:hover, .hl-card:hover, .sh-card:hover { background: rgba(23,42,73,0.6); transform: none; box-shadow: none; border-color: transparent; }
.hl-card { text-align: left; }
.hl-icon, .sh-icon { width: auto; height: auto; margin: 0 0 2rem; background: none; border: 0; }
.hl-icon .ic, .sh-icon .ic { width: 30px; height: 30px; stroke-width: 1; }
.glow-card:hover .hl-icon { background: none; color: var(--gold); transform: none; box-shadow: none; }
.hl-card h3, .sh-card h3 { font-family: var(--font-d); font-size: 1.6rem; font-weight: 600; color: var(--text); margin-bottom: 1.2rem; letter-spacing: 0; text-transform: none; }
.hl-card p, .sh-card p { color: var(--muted); font-size: 0.94rem; line-height: 1.85; margin-bottom: 2rem; }

/* Problems */
.problems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.prob-card { background: rgba(16,29,51,0.34); border: 0; border-radius: 0; padding: 2.6rem 2.2rem; transition: background 0.6s var(--ease); }
.prob-card:hover { background: rgba(23,42,73,0.6); transform: none; box-shadow: none; }
.prob-ic { width: auto; height: auto; margin-bottom: 1.5rem; background: none; border: 0; }
.prob-ic .ic { width: 22px; height: 22px; }
.prob-card:hover .prob-ic { background: none; color: var(--gold); box-shadow: none; }
.prob-q { font-family: var(--font-d); font-size: 1.3rem; font-weight: 600; color: var(--text); margin-bottom: 0.9rem; line-height: 1.3; }
.prob-a { color: var(--muted); font-size: 0.92rem; line-height: 1.85; }
.prob-label { display: inline-block; margin-top: 1.5rem; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 0; padding: 0; border-radius: 0; }

/* Services index */
.services-list { display: flex; flex-direction: column; gap: 0; margin-top: 0; border-top: 1px solid var(--line); }
.service-item {
  display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; align-items: start;
  padding: 3rem 1rem; border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  background: transparent; transition: background 0.6s var(--ease), padding-left 0.6s var(--ease);
}
.service-item:hover { background: rgba(23,42,73,0.45); padding-left: 2rem; transform: none; box-shadow: none; }
.service-icon { display: none; }
.service-top { display: block; margin-bottom: 0.8rem; }
.service-top h3 { font-family: var(--font-d); font-size: 1.7rem; font-weight: 600; color: var(--text); }
.service-num { font-family: var(--font-d); font-size: 1rem; font-weight: 600; color: var(--gold); letter-spacing: 0.12em; }
.service-content p { color: var(--muted); font-size: 0.96rem; line-height: 1.85; max-width: 58ch; }
.service-plain { margin-top: 1.2rem; font-size: 0.76rem; letter-spacing: 0.05em; color: var(--gold-deep); }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }
.steps::before { content: none; }
.step { text-align: left; background: none; border: 0; border-radius: 0; padding: 0; }
.step:hover { transform: none; box-shadow: none; border-color: transparent; }
.step-dot {
  width: auto; height: auto; margin: 0 0 1.6rem; display: block;
  background: none; border-radius: 0; box-shadow: none; border: 0; border-bottom: 1px solid var(--line);
  font-family: var(--font-d); font-size: 2.6rem; font-weight: 600; color: var(--gold);
  line-height: 1; padding-bottom: 1.4rem;
}
.step:hover .step-dot { transform: none; }
.step h4 { font-family: var(--font-d); font-size: 1.3rem; color: var(--text); margin-bottom: 0.9rem; }
.step p { color: var(--muted); font-size: 0.92rem; line-height: 1.85; }

/* Why / perks */
.why-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; max-width: 1180px; margin: 0 auto; }
.why-visual { overflow: hidden; border: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.why-visual::after { content: none; }
.why-visual img { width: 100%; height: 100%; object-fit: cover; animation: none; }
.perks { display: flex; flex-direction: column; gap: 0; margin-top: 3rem; }
.perk { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1.4rem; align-items: start; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.perk:last-child { border-bottom: 1px solid var(--line); }
.perk-icon { width: auto; height: auto; background: none; border: 0; }
.perk-icon .ic { width: 20px; height: 20px; }
.perk h5 { font-family: var(--font-d); font-size: 1.15rem; color: var(--text); margin-bottom: 0.4rem; }
.perk p { color: var(--muted); font-size: 0.9rem; line-height: 1.8; }

/* ═══ SHOWCASE / PORTFOLIO ═══ */
.showcase { position: relative; padding: var(--sec) clamp(1.2rem, 3vw, 2.5rem); background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.showcase-grid { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 0.62fr 1.38fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
.device-stage { perspective: 1600px; }
.device-float { animation: none; }
.device { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 0; box-shadow: 0 40px 80px -40px rgba(0,0,0,0.9); transition: transform 0.5s var(--ease); }
.device::after { content: none; }
.device img { width: 100%; height: auto; animation: none; }
.device-caption { margin-top: 1.5rem; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-align: center; }
.device-caption::before { content: none; }
.showcase-badge { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 1.6rem; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); }
.showcase-badge .ic { width: 14px; height: 14px; }

.work-filters { position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 4rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.wf {
  background: none; border: 0; border-radius: 0; padding: 0.4rem 0; cursor: pointer;
  font-family: var(--font-b); font-size: 0.68rem; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted);
  border-bottom: 1px solid transparent; transition: color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.wf:hover { color: var(--text); border-color: transparent; background: none; }
.wf.active { color: var(--gold); background: none; border-bottom-color: var(--gold); }

.work-gallery { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); margin: 3.5rem auto 0; max-width: 1180px; }
.work-card {
  display: block; width: 100%; padding: 0; margin: 0; text-align: left; cursor: pointer;
  background: none; border: 0; border-radius: 0; color: inherit; font-family: inherit; box-shadow: none;
  transition: opacity 0.5s var(--ease);
}
.work-card:hover { transform: none; box-shadow: none; border-color: transparent; }
.work-card img {
  width: 100%; height: 230px; object-fit: cover; object-position: top center;
  border: 1px solid var(--line);
  filter: saturate(0.82) brightness(0.88);
  transition: filter 0.6s var(--ease), border-color 0.6s var(--ease);
}
.work-card:hover img { filter: saturate(1) brightness(1); border-color: var(--line-2); transform: none; }
.wc-view { display: none; }
.wc-label { display: block; position: static; background: none; padding: 1.3rem 0 0; margin: 0; font-family: var(--font-d); font-size: 1.25rem; font-weight: 600; color: var(--text); }
.wc-label span { display: block; font-family: var(--font-b); font-size: 0.6rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-top: 0.5rem; }
.work-note { position: relative; z-index: 2; text-align: center; margin: 3.5rem auto 0; font-size: 0.78rem; color: var(--muted); letter-spacing: 0.03em; max-width: 1180px; }
.work-card.hide { display: none; }

/* ═══ CTA ═══ */
.cta { position: relative; overflow: hidden; padding: var(--sec) var(--gut); text-align: center; background: var(--ink); border-top: 1px solid var(--line); border-bottom: 0; }
.cta-lion { display: none; }
.cta-inner { position: relative; z-index: 2; max-width: 42ch; margin: 0 auto; }
.cta h2 { font-family: var(--font-d); font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 600; margin-top: 1.8rem; }
.cta h2 em { font-style: italic; color: var(--gold); background: none; -webkit-text-fill-color: currentColor; animation: none; filter: none; }
.cta p { color: var(--muted); font-size: 1rem; line-height: 1.85; margin: 1.8rem auto 3rem; }

/* ═══ FAQ ═══ */
.faq-list { max-width: 780px; margin: 0 auto; gap: 0; border-top: 1px solid var(--line); }
.faq-item { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; overflow: hidden; }
.faq-item.open { border-color: transparent; border-bottom-color: var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  color: var(--text); font-family: var(--font-d); font-size: 1.35rem; font-weight: 600;
  padding: 2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  transition: color 0.4s var(--ease);
}
.faq-q:hover { color: var(--gold); }
.faq-q .ic { width: 18px; height: 18px; color: var(--gold); transition: transform 0.5s var(--ease); flex-shrink: 0; }
.faq-item.open .faq-q { color: var(--gold); }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-a p { padding: 0 0 2rem; color: var(--muted); font-size: 0.96rem; line-height: 1.9; max-width: 62ch; }

/* ═══ CONTACT ═══ */
.contact-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 6vw, 5rem); margin-top: 0; }
.contact-info { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.contact-item { display: grid; grid-template-columns: 2rem 1fr; gap: 1.3rem; align-items: center; padding: 1.6rem 0; background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.contact-item:hover { transform: none; border-color: transparent; border-bottom-color: var(--line); }
.contact-icon { width: auto; height: auto; background: none; border: 0; }
.contact-icon .ic { width: 19px; height: 19px; }
.contact-label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.35rem; }
.contact-val { font-size: 0.98rem; color: var(--text); font-weight: 300; }
.contact-val a { color: var(--text); text-decoration: none; transition: color 0.35s var(--ease); }
.contact-val a:hover { color: var(--gold); }

.contact-form { display: flex; flex-direction: column; gap: 1.8rem; background: none; border: 0; padding: 0; border-radius: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
.form-group { display: flex; flex-direction: column; gap: 0.7rem; }
.form-group label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.form-group input, .form-group select, .form-group textarea {
  background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  color: var(--text); padding: 0.7rem 0; font-family: var(--font-b); font-weight: 300; font-size: 1rem;
  outline: none; transition: border-color 0.4s var(--ease);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-bottom-color: var(--gold); box-shadow: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #55585f; }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-group select { cursor: pointer; }
.form-group select option { background: var(--surface); }
.form-submit { align-self: flex-start; margin-top: 0.8rem; }
.field-error { border-bottom-color: #c9605a !important; box-shadow: none !important; }

.form-success { display: none; text-align: left; padding: 3rem 0; }
.form-success.show { display: block; animation: none; }
.form-success .fs-icon { width: 54px; height: 54px; border: 1px solid var(--line-2); border-radius: 50%; display: grid; place-items: center; color: var(--gold); background: none; margin: 0 0 1.8rem; }
.form-success .fs-icon .ic { width: 24px; height: 24px; }
.form-success h4 { font-family: var(--font-d); font-size: 1.6rem; margin-bottom: 0.8rem; color: var(--text); }
.form-success p { color: var(--muted); font-size: 0.96rem; }

/* ═══ FOOTER ═══ */
footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; padding: 3.5rem var(--gut); border-top: 1px solid var(--line); background: var(--ink); }
.footer-brand { display: flex; align-items: center; gap: 0.7rem; }
.footer-brand img { height: 26px; }
.footer-brand-text { font-family: var(--font-d); font-size: 1.05rem; font-weight: 600; color: var(--text); letter-spacing: 0.06em; }
.footer-copy { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.03em; }
.footer-links { display: flex; gap: 2.4rem; }
.footer-links a { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.35s var(--ease); }
.footer-links a:hover { color: var(--gold); }

/* ═══ PAGE HERO (subpages) ═══ */
.page-hero { position: relative; padding: 13rem var(--gut) 6rem; text-align: center; border-bottom: 1px solid var(--line); background: radial-gradient(60% 70% at 50% 0%, rgba(201,168,76,0.10), transparent 70%), linear-gradient(180deg, #0a1526, var(--ink)); }
.page-hero-in { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); margin-top: 1.8rem; }
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero p { color: var(--muted); font-size: 1.05rem; line-height: 1.9; max-width: 54ch; margin: 2rem auto 0; }
.page-hero .hero-actions { justify-content: center; margin-top: 3rem; }

/* Services detail */
.svc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.svc-detail { background: rgba(16,29,51,0.34); padding: clamp(2.5rem, 4vw, 3.5rem); }
.svc-detail:hover { background: rgba(23,42,73,0.6); }
.svc-detail .hl-icon { margin-bottom: 1.8rem; }
.svc-detail h3 { font-family: var(--font-d); font-size: 1.7rem; color: var(--text); margin-bottom: 1rem; }
.svc-detail > p { color: var(--muted); font-size: 0.95rem; line-height: 1.85; margin-bottom: 1.8rem; }
.svc-detail ul { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.svc-detail li { font-size: 0.9rem; color: var(--text-2); display: grid; grid-template-columns: 1rem 1fr; gap: 0.8rem; align-items: start; }
.svc-detail li::before { content: '—'; color: var(--gold); }
.svc-detail .plain { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: 0.76rem; color: var(--gold-deep); }

/* About */
.story { max-width: 62ch; margin: 0 auto; }
.story p { font-size: 1.12rem; line-height: 2; color: var(--text-2); margin-bottom: 2rem; font-weight: 300; }
.story p strong { color: var(--text); font-weight: 400; }
.stats-band { display: flex; justify-content: center; gap: clamp(2.5rem, 8vw, 7rem); flex-wrap: wrap; text-align: center; max-width: 1000px; margin: 0 auto; }
.stats-band .stat-num { font-size: clamp(2.6rem, 5vw, 3.6rem); }
.stats-band .stat-label { margin-top: 1rem; }

/* ═══ LIGHTBOX ═══ */
.lightbox { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 2rem; background: rgba(6,13,26,0.97); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lightbox.open { display: flex; animation: none; }
.lb-panel { position: relative; max-width: 980px; width: 100%; max-height: 92vh; display: flex; flex-direction: column; background: var(--ink); border: 1px solid var(--line); border-radius: 0; overflow: auto; box-shadow: none; }
.lb-img { width: 100%; max-height: 58vh; object-fit: cover; object-position: top center; display: block; background: var(--ink); }
.lb-body { padding: 2.5rem; }
.lb-cat { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
.lb-title { font-family: var(--font-d); font-size: 2rem; font-weight: 600; color: var(--text); margin: 0.8rem 0 1.2rem; }
.lb-desc { color: var(--muted); font-size: 0.98rem; line-height: 1.9; max-width: 60ch; }
.lb-tag { display: inline-block; margin-top: 2rem; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); border: 0; padding: 0; border-radius: 0; }
.lb-live { display: none; align-items: center; gap: 0.7rem; margin-top: 2rem; margin-left: 2rem; padding: 0.9rem 2rem; background: var(--gold); color: var(--ink); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; border-radius: 0; transition: background 0.4s var(--ease); }
.lb-live.show { display: inline-flex; }
.lb-live:hover { background: var(--gold-soft); transform: none; box-shadow: none; }
.lb-live .ic { width: 13px; height: 13px; }
.lb-close { position: absolute; top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; background: rgba(8,17,32,0.85); border: 1px solid var(--line); color: var(--text); display: grid; place-items: center; cursor: pointer; z-index: 3; transition: background 0.35s var(--ease), color 0.35s var(--ease); }
.lb-close:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.lb-close .ic { width: 18px; height: 18px; }

/* ═══ FLOATING ═══ */
.wa-fab { position: fixed; left: var(--gut); bottom: 2rem; z-index: 900; display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.9rem 1.4rem; border-radius: 999px; background: #1faf54; color: #fff; text-decoration: none; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; box-shadow: 0 12px 30px -12px rgba(0,0,0,0.8); transition: transform 0.4s var(--ease); }
.wa-fab:hover { transform: translateY(-3px); box-shadow: 0 14px 34px -12px rgba(0,0,0,0.9); }
.wa-fab svg { width: 20px; height: 20px; fill: #fff; }
.to-top { position: fixed; right: var(--gut); bottom: 2rem; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: none; border: 1px solid var(--line-2); color: var(--gold); cursor: pointer; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease); z-index: 900; box-shadow: none; }
.to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top:hover { background: var(--gold); color: var(--ink); transform: translateY(-3px); box-shadow: none; }
.to-top .ic { width: 18px; height: 18px; }

.mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 950; display: none; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 1.2rem; background: rgba(8,17,32,0.98); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(100%); transition: transform 0.5s var(--ease); }
.mobile-cta.show { transform: translateY(0); }
.mobile-cta .mc-text strong { display: block; font-family: var(--font-d); font-size: 1rem; color: var(--text); font-weight: 600; }
.mobile-cta .mc-text span { font-size: 0.66rem; color: var(--muted); }
.mobile-cta a { flex-shrink: 0; padding: 0.85rem 1.5rem; border-radius: 0; background: var(--gold); color: var(--ink); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; }

/* ═══ REVEAL ═══ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.from-left, .reveal.from-right, .reveal.zoom { transform: translateY(18px); }
.reveal.visible.from-left, .reveal.visible.from-right, .reveal.visible.zoom { transform: none; }
.reveal .icon-badge { opacity: 1; transform: none; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .hero { min-height: auto; padding-top: 9rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero-copy { max-width: 100%; order: 2; }
  .hero-lion { order: 1; width: min(58vw, 330px); position: static; inset: auto; height: auto; }
  .highlight-grid, .services-highlight-grid, .svc-detail-grid { grid-template-columns: 1fr; }
  .why-grid, .showcase-grid, .contact-wrap { grid-template-columns: 1fr; }
  .why-visual { display: none; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .work-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); max-width: 100vw;
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 2.2rem;
    padding: 3rem 2.5rem; background: var(--ink-2); border-left: 1px solid var(--line);
    transform: translateX(100%); transition: transform 0.5s var(--ease); visibility: hidden;
    -webkit-backdrop-filter: none; backdrop-filter: none;
  }
  .nav.open { transform: translateX(0); visibility: visible; }
  .nav a { font-size: 0.95rem; letter-spacing: 0.14em; }
  .nav-toggle { display: inline-flex; z-index: 1001; }
  header.site { padding: 1.2rem var(--gut); }
  header.site.scrolled { background: rgba(8,17,32,0.99); box-shadow: 0 10px 30px rgba(0,0,0,0.6); }

  .hero h1 { font-size: 2.3rem !important; }
  .section-title { font-size: 1.9rem !important; }
  .page-hero h1 { font-size: 2.2rem !important; }
  .cta h2 { font-size: 2rem !important; }
  .stat-num { font-size: 1.9rem; }
  .page-hero { padding-top: 9rem; }

  .problems-grid { grid-template-columns: 1fr; border-left: 0; }
  .work-gallery { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-item { grid-template-columns: 1fr; gap: 0.8rem; padding: 2.2rem 0; }
  .service-item:hover { padding-left: 0; }
  .form-row { grid-template-columns: 1fr; }
  .split-head { gap: 1.5rem; }
  .work-filters { gap: 1.2rem; }
  .mobile-cta { display: flex; }
  .wa-fab, .to-top { bottom: 5.6rem; }
  footer { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; gap: 1.6rem; }
  .lb-body { padding: 1.8rem; }
  .lb-live { margin-left: 0; }
  .lb-title { font-size: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .section-title::after { width: 64px; }
  .hero-lion { opacity: 1; transform: none; }
}

/* ── Section rhythm: alternating grounds separated by hairlines ── */
#problems, #process, #faq, #contact,
.section.alt { background: var(--ink-2); border-top: 1px solid var(--line); }
#problems, #process, #faq { border-bottom: 1px solid var(--line); }
#audit { text-align: center; }
#audit .section-title, #audit .section-desc { margin-left: auto; margin-right: auto; }
#audit .section-title::after { margin-left: auto; margin-right: auto; }

/* ═══════════════════════════════════════════════════════════
   ALIVE — layered ambient motion. Slow, continuous, premium.
   ═══════════════════════════════════════════════════════════ */

/* 1. Living background: two vast light bodies drifting behind everything */
.hero::before, .hero::after {
  content: ''; position: absolute; border-radius: 50%; pointer-events: none;
  z-index: 0; filter: blur(90px); will-change: transform;
}
.hero::before {
  width: 60vw; height: 60vw; max-width: 900px; max-height: 900px;
  top: -22%; right: -8%;
  background: radial-gradient(circle, rgba(201,168,76,0.30), transparent 66%);
  animation: driftA 14s ease-in-out infinite;
}
.hero::after {
  width: 46vw; height: 46vw; max-width: 700px; max-height: 700px;
  bottom: -20%; left: -10%;
  background: radial-gradient(circle, rgba(38,82,150,0.75), transparent 68%);
  animation: driftB 18s ease-in-out infinite;
}
@keyframes driftA {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(-16%, 18%) scale(1.35); }
}
@keyframes driftB {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(20%, -16%) scale(1.4); }
}

/* 2. Gold dust — sparse, slow, barely there */
.dust { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.mote {
  position: absolute; bottom: -6%;
  width: 3px; height: 3px; border-radius: 50%;
  background: #fff4d6; opacity: 0;
  box-shadow: 0 0 14px rgba(236,217,162,1), 0 0 4px #fff;
  animation: rise linear infinite;
}
@keyframes rise {
  0%   { transform: translate3d(0,0,0) scale(1); opacity: 0; }
  10%  { opacity: 1; }
  75%  { opacity: 0.85; }
  100% { transform: translate3d(var(--dx, 20px), -104vh, 0) scale(0.35); opacity: 0; }
}

/* 3. Headline arrives line by line */
.hero h1 .ln {
  display: block; opacity: 0;
  transform: translateY(26px);
  animation: lineUp 1.15s cubic-bezier(.16,1,.3,1) both;
}
.hero h1 .ln:nth-child(1) { animation-delay: .15s; }
.hero h1 .ln:nth-child(2) { animation-delay: .3s; }
.hero h1 .ln:nth-child(3) { animation-delay: .45s; }
.hero .eyebrow { animation: lineUp 1s cubic-bezier(.16,1,.3,1) both; }
.hero-sub { animation: lineUp 1.1s cubic-bezier(.16,1,.3,1) .6s both; }
.hero-actions { animation: lineUp 1.1s cubic-bezier(.16,1,.3,1) .74s both; }
.hero-stats { animation: lineUp 1.1s cubic-bezier(.16,1,.3,1) .88s both; }
@keyframes lineUp { to { opacity: 1; transform: translateY(0); } }

/* 4. The gold rule under headings keeps a slow travelling sheen */
.section-title::after { background: linear-gradient(90deg, var(--gold-deep), var(--gold-soft), var(--gold-deep)); background-size: 220% 100%; animation: ruleSheen 6s linear infinite; }
@keyframes ruleSheen { to { background-position: -220% 0; } }

/* 5. Cards breathe toward the cursor */
.glow-card, .prob-card, .svc-detail, .work-card { transition: background .6s var(--ease), transform .6s var(--ease), border-color .6s var(--ease); }
.glow-card:hover, .prob-card:hover, .svc-detail:hover { transform: translateY(-4px); }
.work-card:hover img { transform: scale(1.03); }
.work-card img { transition: filter .6s var(--ease), border-color .6s var(--ease), transform .9s var(--ease); }

/* 6. Icons wake on hover */
.hl-icon .ic, .prob-ic .ic, .perk-icon .ic { transition: transform .6s var(--ease), color .4s var(--ease); }
.glow-card:hover .hl-icon .ic, .prob-card:hover .prob-ic .ic, .svc-detail:hover .hl-icon .ic { transform: translateY(-3px) scale(1.08); color: var(--gold-soft); }

/* 7. Scroll-driven parallax hooks (JS sets --py) */
.hero-lion, .hero-copy, .dust { will-change: transform; }
.hero-copy, .dust { transform: translate3d(0, var(--py, 0px), 0); }

@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero::after, .mote, .section-title::after { animation: none !important; }
  .dust { display: none; }
  .hero h1 .ln, .hero .eyebrow, .hero-sub, .hero-actions, .hero-stats { animation: none !important; opacity: 1 !important; transform: none !important; }
  [data-par] { transform: none !important; }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE HEADER + DRAWER — fully opaque, never blends
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 760px) {
  /* Header: fully solid once scrolled (no reliance on backdrop-filter,
     which mobile browsers render inconsistently) */
  header.site.scrolled {
    background: #071122 !important;
    -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
    border-bottom: 1px solid var(--line-2) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.65);
  }
  /* Before scroll, a soft scrim keeps the logo legible over the hero */
  header.site:not(.scrolled) { background: linear-gradient(180deg, rgba(7,17,34,0.85), rgba(7,17,34,0)); }

  /* Scrim behind the drawer — dims the page so nothing reads through */
  .nav-scrim {
    position: fixed; inset: 0; z-index: 998;
    background: rgba(4,9,18,0.72);
    opacity: 0; pointer-events: none;
    transition: opacity 0.45s var(--ease);
  }
  body.menu-open .nav-scrim { opacity: 1; pointer-events: auto; }

  /* Drawer: solid, full height, above the scrim */
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; left: auto;
    height: 100dvh; min-height: 100vh;
    width: min(82vw, 330px); max-width: 100vw;
    z-index: 999;
    background: #071122 !important;
    -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
    border-left: 1px solid var(--line-2);
    box-shadow: -24px 0 60px rgba(0,0,0,0.7);
    overflow-y: auto;
  }
  .nav-toggle { z-index: 1002; position: relative; }
}

/* Lock the page while the drawer is open, at any width */
body.menu-open { overflow: hidden; }

/* ── Work reel: real projects, moving ── */
.device .reel { display: block; width: 100%; height: auto; object-fit: cover; background: var(--ink-2); }
.device { position: relative; }
/* a soft gold sheen passes over the screen, like light on glass */
.device::before {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(115deg, transparent 42%, rgba(236,217,162,0.10) 50%, transparent 58%);
  background-size: 300% 100%;
  animation: screenSheen 9s ease-in-out infinite;
}
@keyframes screenSheen { 0% { background-position: 160% 0; } 55%,100% { background-position: -80% 0; } }
@media (prefers-reduced-motion: reduce) { .device::before { animation: none; } }

/* ═══════════════════════════════════════════════════════════
   THE LION — crisp vector-sharp emblem, richly animated
   Motion comes from CSS, so it stays pin-sharp at any size/DPI
   ═══════════════════════════════════════════════════════════ */
.hero-lion { width: min(50vw, 640px); }

.hero-lion .lion-still {
  grid-area: 1/1; width: 100%; height: auto; opacity: 1;
  filter: drop-shadow(0 34px 58px rgba(0,0,0,0.7));
  animation: markIn 1.6s cubic-bezier(.16,1,.3,1) both,
             lionDrift 9s ease-in-out 1.6s infinite;
  will-change: transform;
  transition: none;
}

/* Light travelling across the metal — clipped to the lion's own silhouette,
   so it looks like a real highlight, not a band over a rectangle */
.hero-lion .sheen {
  grid-area: 1/1; position: relative; z-index: 3; pointer-events: none;
  width: 100%; height: 100%;
  background: linear-gradient(112deg,
    transparent 34%,
    rgba(255,246,222,0.35) 44%,
    rgba(255,255,255,0.85) 50%,
    rgba(255,246,222,0.35) 56%,
    transparent 66%);
  background-size: 320% 100%;
  -webkit-mask-image: url("lion-mark.webp"); mask-image: url("lion-mark.webp");
  -webkit-mask-size: 100% auto;  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center top; mask-position: center top;
  mix-blend-mode: overlay; opacity: 0;
  animation: markIn 1.6s ease both,
             sheenSweep 6s ease-in-out 2.4s infinite,
             lionDrift 9s ease-in-out 1.6s infinite;
}
@keyframes sheenSweep {
  0%   { opacity: 0; background-position: 150% 0; }
  10%  { opacity: 1; }
  42%  { opacity: 1; }
  55%  { opacity: 0; background-position: -70% 0; }
  100% { opacity: 0; background-position: -70% 0; }
}

/* Warm pool of light beneath, breathing */
.hero-lion::before {
  content: ''; grid-area: 1/1; position: absolute; z-index: -1;
  width: 80%; height: 80%; border-radius: 50%; justify-self: center; align-self: center;
  background: radial-gradient(circle, rgba(201,168,76,0.34), transparent 68%);
  filter: blur(56px);
  animation: lionGlow 9s ease-in-out 1.6s infinite;
}
.hero-lion::after { display: none !important; }

@media (max-width: 1024px) { .hero-lion { width: min(66vw, 400px); } }
@media (prefers-reduced-motion: reduce) {
  .hero-lion .lion-still, .hero-lion .sheen, .hero-lion::before { animation: none !important; }
  .hero-lion .sheen { display: none; }
}
