/* ============================================================
   Natro Legal Associates — styles.css (v4 — multi-page)
   Editorial premium. Ivory paper · deep ink · brand amber.
   Logo: transparent SVG/PNG, no chip wrapper.
   ============================================================ */

:root {
  --ivory: oklch(0.975 0.008 80);
  --ivory-2: oklch(0.955 0.012 78);
  --paper: oklch(0.92 0.014 75);
  --ink: oklch(0.18 0.015 60);
  --ink-2: oklch(0.32 0.018 60);
  --ink-3: oklch(0.12 0.014 60);
  --muted: oklch(0.55 0.018 60);
  --rule: oklch(0.82 0.014 70);
  --gold: #f6a127;
  --gold-deep: #c87b0e;
  --gold-soft: oklch(0.82 0.11 70);
  --serif: "Instrument Serif", "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Geist", ui-sans-serif, system-ui, sans-serif;
  --mono: "Geist Mono", ui-monospace, monospace;
  --logo-font: "Cinzel", "Trajan Pro", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { background: var(--ivory); scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  cursor: none;
  font-size: 16px;
  line-height: 1.5;
}

img { display: block; max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 1000;
  background: var(--ink); color: var(--ivory);
  padding: 12px 18px; border-radius: 6px;
  font-family: var(--mono); font-size: 13px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

/* Subtle paper grain via gold halos (only on light pages) */
body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none;
  background:
    radial-gradient(1200px 600px at 80% -10%, oklch(0.85 0.07 65 / 0.15), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, oklch(0.78 0.06 50 / 0.12), transparent 60%);
  z-index: 0;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: none; }

/* ---------- Custom cursor ---------- */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 1000; transform: translate(-50%, -50%); will-change: transform, width, height; }
.cursor-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-deep); transition: width .25s ease, height .25s ease, background .25s ease; }
.cursor-ring { width: 30px; height: 30px; border-radius: 50%; border: 1px solid oklch(0.4 0.02 60 / 0.5); transition: width .3s cubic-bezier(.2,.8,.2,1), height .3s cubic-bezier(.2,.8,.2,1), border-color .25s ease, background .25s ease; }
body.hovering .cursor-dot { width: 0; height: 0; }
body.hovering .cursor-ring { width: 56px; height: 56px; border-color: var(--gold-deep); background: oklch(0.75 0.158 65 / 0.12); }
body.dark-hero .cursor-ring { border-color: oklch(0.85 0.05 70 / 0.4); }
body.dark-hero .cursor-dot { background: var(--gold); }
@media (hover: none) { body { cursor: auto; } .cursor-dot, .cursor-ring { display:none; } button { cursor: pointer; }}

.wrap { position: relative; z-index: 1; }
.container { width: min(1280px, 92vw); margin: 0 auto; }

/* ---------- Type helpers ---------- */
.kicker { display: inline-flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; }
.kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-deep); box-shadow: 0 0 0 4px oklch(0.75 0.158 65 / 0.18); }
.section-label { display: flex; align-items: center; gap: 18px; font-family: var(--mono); font-size: 11px; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; margin-bottom: 22px; }
.section-label .line { flex: 1; height: 1px; background: var(--rule); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; }
h2.display { font-size: clamp(36px, 5.4vw, 78px); line-height: 1.02; letter-spacing: -.02em; margin: 0 0 36px; color: var(--ink); max-width: 1100px; }
h2.display i, h3 i, h1 i { font-style: italic; color: var(--gold-deep); }

.corner { position: fixed; z-index: 10; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; color: var(--muted); text-transform: uppercase; pointer-events: none; mix-blend-mode: difference; color: oklch(0.65 0.014 60); }
.corner.tl { top: 90px; left: 24px; }
.corner.bl { bottom: 24px; left: 24px; }
.corner.br { bottom: 24px; right: 24px; writing-mode: vertical-rl; transform: rotate(180deg); }
@media (max-width: 1100px) { .corner { display: none; } }

/* ============================================================
   LOGO LOCKUP — transparent, no chip, two color variants
   ============================================================ */
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; transition: filter 0.4s ease; }
.brand:hover { filter: drop-shadow(0 0 12px rgba(201, 168, 76, 0.7)) brightness(1.2); }
.brand-icon { width: 36px; height: 36px; object-fit: contain; }
.brand-name { font-family: var(--logo-font); font-size: 13px; font-weight: 600; letter-spacing: 0.18em; color: var(--ink); line-height: 1.5; display: flex; flex-direction: column; }
.brand-sub { font-size: 9px; font-weight: 400; letter-spacing: 0.28em; }
body.dark-hero .brand-name { color: var(--ivory); }

/* Re-enable wordmark for footer (richer mark there) */
footer.site .brand { gap: 14px; }
footer.site .brand .wordmark {
  display: flex; flex-direction: column; line-height: 1; gap: 4px;
  font-family: var(--logo-font); font-weight: 600;
  color: var(--ivory); letter-spacing: .12em;
  transition: color .3s ease;
}
footer.site .brand .wordmark .top { font-size: 14px; }
footer.site .brand .wordmark .bot { font-size: 10px; color: var(--gold); letter-spacing: .28em; }
footer.site .brand:hover .wordmark { color: var(--gold); }

/* ============================================================
   NAV
   ============================================================ */
nav.top {
  position: fixed; top: 0; width: 100%; z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: oklch(0.975 0.008 80 / 0.78);
  border-bottom: 1px solid oklch(0.82 0.014 70 / 0.6);
  transition: background .3s ease, border-color .3s ease;
}
body.dark-hero nav.top {
  background: oklch(0.18 0.015 60 / 0.4);
  border-bottom-color: oklch(0.5 0.015 60 / 0.4);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 24px; }
.nav-links { display: flex; gap: 30px; font-size: 14px; color: var(--ink-2); }
.nav-links a { position: relative; padding: 6px 2px; transition: color .3s ease; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--gold-deep);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a.is-active::after { transform: scaleX(1); }
.nav-links a.is-active { color: var(--gold-deep); }
.nav-links a:hover { color: var(--gold-deep); }
body.dark-hero .nav-links a { color: oklch(0.85 0.015 60); }
body.dark-hero .nav-links a:hover, body.dark-hero .nav-links a.is-active { color: var(--gold); }
body.dark-hero .nav-links a::after { background: var(--gold); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px; border-radius: 999px;
  background: var(--ink); color: var(--ivory);
  font-size: 13px; letter-spacing: .01em;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--gold-deep); transform: translateY(-1px); box-shadow: 0 8px 20px -10px var(--gold-deep); }
body.dark-hero .nav-cta { background: var(--gold-deep); }
body.dark-hero .nav-cta:hover { background: var(--gold); color: var(--ink); }
.nav-cta .arr { width: 14px; height: 1px; background: currentColor; position: relative; }
.nav-cta .arr::after { content:""; position:absolute; right:-1px; top: -3px; width: 7px; height: 7px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; transform: rotate(45deg); }
@media (max-width: 1100px) { .nav-links { display: none; } .nav-cta span:not(.arr) { display: none; } .nav-cta { padding: 10px 14px; } }

/* ============================================================
   HERO — FULL SCREEN (home page)
   Stairs/courthouse image fills viewport, text overlaid
   ============================================================ */
.hero-full {
  position: relative;
  min-height: calc(100vh - 76px);
  margin: 0;
  display: flex; align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero-full .bg {
  position: absolute; inset: -20% 0;
  background: url('assets/courthouse.jpg') center / cover no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
  will-change: transform;
  filter: brightness(0.62) contrast(1.06) saturate(0.95);
}
.hero-full::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, oklch(0.12 0.014 60 / 0.6) 0%, oklch(0.12 0.014 60 / 0.35) 40%, oklch(0.12 0.014 60 / 0.75) 100%),
    radial-gradient(900px 600px at 90% 30%, oklch(0.75 0.158 65 / 0.18), transparent 60%);
}
.hero-full::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 3px, oklch(0.95 0.005 60 / 0.015) 3px, oklch(0.95 0.005 60 / 0.015) 4px);
  pointer-events: none;
}

/* Floating logo watermark in hero — drifts subtly */
.hero-full .hero-watermark {
  position: absolute;
  right: 10%;
  top: 10%;
  width: min(700px, 55vw);
  height: auto;
  opacity: 0.22;
  pointer-events: none;
  z-index: 2;
  animation: heroLogoDrift 18s ease-in-out infinite;
}
@keyframes heroLogoDrift {
  0%, 100% { transform: translate(0, 0) rotate(-2deg); }
  50% { transform: translate(-2%, 2%) rotate(2deg); }
}
@media (max-width: 700px) {
  .hero-full .hero-watermark { right: -20%; top: 14%; width: 100vmin; opacity: 0.05; }
}

.hero-full .container { padding: 60px 0 120px; position: relative; z-index: 1; color: var(--ivory); width: min(1280px, 92vw); margin: 0 auto; }

.hero-full .eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em;
  color: oklch(0.92 0.015 70); text-transform: uppercase;
  opacity: 0; transform: translateY(8px);
  animation: rise .9s .2s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero-full .eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px oklch(0.75 0.158 65 / 0.3); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 4px oklch(0.75 0.158 65 / 0.25); }
  50% { box-shadow: 0 0 0 10px oklch(0.75 0.158 65 / 0.05); }
}

.hero-full h1.headline {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(56px, 11vw, 200px);
  line-height: 0.9; letter-spacing: -0.03em;
  margin: 30px 0 0; color: var(--ivory);
  text-shadow: 0 4px 30px oklch(0.12 0.014 60 / 0.4);
  max-width: 12ch;
}
.hero-full .headline .line { display: block; overflow: hidden; position: relative; }
.hero-full .headline .word {
  display: inline-block;
  transform: translateY(110%);
  animation: revealUp 1.4s cubic-bezier(.2,.8,.2,1) forwards;
  position: relative;
  transition: color .5s ease, letter-spacing .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
  will-change: transform, letter-spacing;
}
.hero-full .headline .line:nth-child(1) .word { animation-delay: .35s; }
.hero-full .headline .line:nth-child(2) .word { animation-delay: .65s; }
.hero-full .headline .line:nth-child(3) .word { animation-delay: .95s; }

/* "Prevent." */
.hero-full .headline .word.prevent {
  color: var(--ivory);
  transition: color 0.3s ease;
}
.hero-full .headline .word.prevent:hover { color: var(--gold); }

/* "Protect." */
.hero-full .headline .word.protect {
  color: var(--ivory);
  animation: revealUp 1.4s .65s cubic-bezier(.2,.8,.2,1) forwards;
  transition: color 0.3s ease;
}
.hero-full .headline .word.protect:hover { color: var(--gold); }

/* "Prevail." */
.hero-full .headline .word.prevail {
  color: var(--gold);
  font-style: italic;
  transition: color 0.3s ease;
}
.hero-full .headline .word.prevail:hover { color: var(--ivory); }

.hero-full .hero-bottom {
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end;
  margin-top: 60px;
  opacity: 0; transform: translateY(12px);
  animation: rise 1s 1.3s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero-full .hero-desc { max-width: 540px; font-size: 17px; line-height: 1.6; color: oklch(0.92 0.015 70); }
.hero-full .hero-desc em { font-family: var(--serif); font-style: italic; color: var(--ivory); font-size: 19px; }
.hero-full .cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* Scroll indicator */
.hero-full .scroll-cue {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: oklch(0.85 0.015 70);
  opacity: 0; animation: rise 1s 2s cubic-bezier(.2,.8,.2,1) forwards;
  cursor: none;
}
.hero-full .scroll-cue .stick {
  width: 1px; height: 36px; background: linear-gradient(180deg, transparent, var(--gold));
  position: relative; overflow: visible;
}
.hero-full .scroll-cue .stick::before {
  content: ""; position: absolute; top: -36px; left: 0; right: 0;
  height: 18px; background: linear-gradient(180deg, transparent, var(--gold));
  animation: scrollCue 2.4s ease-in-out infinite;
}
@keyframes scrollCue { 0% { top: -36px; opacity: 0; } 30% { opacity: 1; } 100% { top: 36px; opacity: 0; } }

@media (max-width: 800px) {
  .hero-full .hero-bottom { grid-template-columns: 1fr; gap: 30px; }
}

/* ============================================================
   PAGE HERO (used on sub-pages)
   ============================================================ */
.page-hero {
  position: relative;
  padding: 80px 0 70px;
  border-bottom: 1px solid var(--rule);
  background: var(--ivory-2);
  overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; right: -160px; top: -100px;
  width: 540px; height: 540px;
  background: url('assets/nla-logo.svg') center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}
.page-hero .breadcrumb {
  display: flex; gap: 10px; font-family: var(--mono); font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 26px;
}
.page-hero .breadcrumb a { transition: color .3s ease; padding: 2px 0; }
.page-hero .breadcrumb a:hover { color: var(--gold-deep); }
.page-hero .breadcrumb .sep { opacity: .6; }
.page-hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 0.96; letter-spacing: -.025em;
  margin: 0 0 22px; color: var(--ink); max-width: 22ch;
}
.page-hero p.lede {
  max-width: 720px; font-size: 18px; line-height: 1.55;
  color: var(--ink-2); margin: 0;
}
.page-hero p.lede em { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 20px; }

/* ============================================================
   Buttons & links
   ============================================================ */
.cta-primary {
  --bg: var(--ink);
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; gap: 14px;
  padding: 20px 28px; background: var(--bg); color: var(--ivory);
  border-radius: 999px; font-size: 15px; letter-spacing: .01em;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.cta-primary::before { content: ""; position: absolute; inset: 0; background: var(--gold-deep); border-radius: 999px; transform: scale(0); transform-origin: center; transition: transform .5s cubic-bezier(.2,.8,.2,1); z-index: -1; }
.cta-primary:hover::before { transform: scale(1); }
.cta-primary .pip { width: 30px; height: 30px; border-radius: 50%; background: var(--ivory); color: var(--ink); display: grid; place-items: center; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.cta-primary:hover .pip { transform: rotate(-45deg); }
.cta-primary .pip svg { width: 14px; height: 14px; }

.cta-ghost { display: inline-flex; align-items: center; gap: 10px; padding: 18px 4px; color: var(--ink-2); font-size: 15px; border-bottom: 1px solid var(--rule); transition: color .3s ease, border-color .3s ease, padding-left .3s ease; }
.cta-ghost:hover { color: var(--gold-deep); border-color: var(--gold-deep); padding-left: 6px; }
.on-dark .cta-ghost, body.dark-hero .cta-ghost { color: oklch(0.85 0.015 60); border-color: oklch(0.45 0.015 60); }
.on-dark .cta-ghost:hover, body.dark-hero .cta-ghost:hover { color: var(--gold); border-color: var(--gold); }

/* ============================================================
   MANIFESTO MARQUEE — one giant running line
   ============================================================ */
.manifesto-strip {
  position: relative;
  padding: 0;
  background: var(--ink);
  color: var(--ivory);
  overflow: hidden;
  border-top: 1px solid oklch(0.4 0.015 60 / 0.6);
  border-bottom: 1px solid oklch(0.4 0.015 60 / 0.6);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.manifesto-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 300px at 30% 50%, oklch(0.75 0.158 65 / 0.18), transparent 60%),
    radial-gradient(900px 320px at 80% 50%, oklch(0.75 0.158 65 / 0.10), transparent 60%);
  pointer-events: none;
}
.manifesto-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/nla-logo-white.svg') center / contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(0.5px);
}
.manifesto {
  display: flex;
  gap: 64px;
  white-space: nowrap;
  animation: scroll 18s linear infinite;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 3vw, 48px);
  line-height: 1.05;
  padding: 36px 0;
  color: var(--ivory);
  opacity: 0.45;
  position: relative;
  z-index: 1;
}
.manifesto span { display: inline-flex; align-items: center; gap: 64px; }
.manifesto .sep {
  display: inline-block;
  color: var(--gold);
  font-style: normal;
  transform: translateY(-0.04em);
}
.manifesto .accent {
  color: var(--gold);
  font-style: italic;
}
.manifesto-strip:hover .manifesto { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }

@media (max-width: 700px) {
  .manifesto { font-size: clamp(22px, 7vw, 42px); padding: 16px 0; gap: 40px; }
  .manifesto span { gap: 40px; }
}

/* ============================================================
   SECTION-WIDE COMPONENTS
   ============================================================ */

/* About-style 2-col */
.about { padding: 130px 0 110px; position: relative; }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 90px; align-items: start; margin-top: 30px; }
.about-text p { font-size: 16.5px; line-height: 1.65; color: var(--ink-2); margin: 0 0 18px; }
.about-text p:last-child { margin-bottom: 0; }
.about-text p em { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 18.5px; }
.about-figure { position: sticky; top: 100px; }
.about-figure .frame {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 20px 60px -30px oklch(0.18 0.015 60 / 0.4);
}
.about-figure .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 6s ease, filter .5s ease; }
.about-figure:hover .frame img { transform: scale(1.04); }
.about-figure .caption {
  margin-top: 18px;
  display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
  padding-top: 14px; border-top: 1px solid var(--rule);
}
.about-figure .caption .name { font-family: var(--serif); font-size: 22px; line-height: 1.1; }
.about-figure .caption .role { font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); text-align: right; }

/* LOGO MONOGRAM — used on About page in place of founder portrait */
.about-figure .monogram {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
  background:
    radial-gradient(600px 400px at 30% 20%, oklch(0.75 0.158 65 / 0.16), transparent 60%),
    linear-gradient(180deg, var(--ink-3) 0%, var(--ink) 100%);
  box-shadow: 0 20px 60px -30px oklch(0.18 0.015 60 / 0.4);
  display: flex; align-items: center; justify-content: center;
}
.about-figure .monogram::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 5px, oklch(0.95 0.005 60 / 0.018) 5px, oklch(0.95 0.005 60 / 0.018) 6px);
  pointer-events: none;
}
.about-figure .monogram .mono-logo {
  width: 60%; height: auto;
  filter: drop-shadow(0 8px 30px oklch(0.75 0.158 65 / 0.45));
  transition: transform 1.6s cubic-bezier(.2,.8,.2,1), filter .5s ease;
  position: relative; z-index: 1;
}
.about-figure:hover .monogram .mono-logo {
  transform: rotate(-3deg) scale(1.04);
  filter: drop-shadow(0 12px 40px oklch(0.75 0.158 65 / 0.7));
}
.about-figure .monogram .corner-mark {
  position: absolute;
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase;
  color: oklch(0.75 0.02 70 / 0.8);
  z-index: 2;
}
.about-figure .monogram .corner-mark.tl { top: 22px; left: 22px; }
.about-figure .monogram .corner-mark.tr { top: 22px; right: 22px; }
.about-figure .monogram .corner-mark.bl { bottom: 22px; left: 22px; }
.about-figure .monogram .corner-mark.br { bottom: 22px; right: 22px; }
.about-figure .monogram .corner-mark.br { color: var(--gold); }

.values { margin-top: 50px; border-top: 1px solid var(--rule); }
.values .row { padding: 28px 0; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: baseline; transition: padding-left .4s cubic-bezier(.2,.8,.2,1); }
.values .row:hover { padding-left: 14px; }
.values .row .label { font-family: var(--mono); font-size: 11px; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; }
.values .row h4 { font-family: var(--serif); font-size: 22px; margin: 0 0 6px; line-height: 1.15; }
.values .row p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0; }
@media (max-width: 1000px) { .about-grid { grid-template-columns: 1fr; gap: 50px; } .about-figure { position: static; max-width: 480px; } }
@media (max-width: 600px) { .values .row { grid-template-columns: 1fr; gap: 6px; } }

/* Practice / Service overview groups */
.practice { padding: 110px 0; border-top: 1px solid var(--rule); background: var(--ivory-2); position: relative; }
.practice-head { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.practice-head p { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 460px; margin: 0; }
.practice-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.practice-group {
  border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 32px 30px; background: var(--ivory); position: relative;
  transition: background .4s ease, transform .4s ease;
  overflow: hidden;
}
.practice-group::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--gold-deep);
  transform: scaleY(0); transform-origin: top;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.practice-group:hover { background: var(--ivory-2); }
.practice-group:hover::before { transform: scaleY(1); }
.practice-group .num { font-family: var(--mono); font-size: 11px; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; }
.practice-group h3 { font-family: var(--serif); font-size: 28px; line-height: 1.1; letter-spacing: -.01em; margin: 14px 0 10px; }
.practice-group h3 a { transition: color .3s ease; }
.practice-group:hover h3 a { color: var(--gold-deep); }
.practice-group .intro { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0 0 24px; }
.practice-group ul { list-style: none; padding: 0; margin: 0 0 24px; }
.practice-group li { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-top: 1px dashed oklch(0.82 0.014 70 / 0.7); font-size: 14.5px; color: var(--ink-2); transition: color .3s ease, padding-left .3s ease; }
.practice-group li:hover { color: var(--gold-deep); padding-left: 6px; }
.practice-group li::after { content: "↗"; font-family: var(--mono); font-size: 12px; color: var(--muted); transition: color .3s ease, transform .3s ease; }
.practice-group li:hover::after { color: var(--gold-deep); transform: translate(3px,-3px); }
.practice-group .more { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); padding-top: 16px; border-top: 1px solid var(--rule); transition: color .3s ease, gap .3s ease; }
.practice-group .more::after { content: "→"; transition: transform .3s ease; }
.practice-group:hover .more { color: var(--gold-deep); gap: 12px; }
.practice-group:hover .more::after { transform: translateX(4px); }
@media (max-width: 1024px) { .practice-groups { grid-template-columns: repeat(2, 1fr); } .practice-head { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 640px)  { .practice-groups { grid-template-columns: 1fr; } }

/* Practice banner (homepage) */
.practice-banner { padding: 160px 0; position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.06); }
.practice-banner-bg { position: absolute; top: -30%; left: 0; right: 0; bottom: -30%; background: url('assets/columns-bg.jpg') center center / cover no-repeat; will-change: transform; z-index: 0; }
.practice-banner::before { content: ''; position: absolute; inset: 0; background: rgba(10,8,5,0.72); z-index: 1; pointer-events: none; }
.practice-banner::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.07) 0%, transparent 55%); z-index: 1; pointer-events: none; }
.practice-banner-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.practice-banner-text { padding-right: 40px; }
.practice-banner-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.3em; color: var(--gold); text-transform: uppercase; display: block; margin-bottom: 28px; }
.practice-banner h2 { font-family: var(--serif); font-size: clamp(36px, 4.5vw, 64px); font-weight: 400; color: var(--ivory); line-height: 1.1; margin-bottom: 28px; }
.practice-banner h2 em { color: var(--gold); font-style: italic; }
.practice-banner p { font-size: 15px; line-height: 1.85; color: rgba(255,255,255,0.55); margin-bottom: 48px; }
.practice-banner-logo { display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; text-decoration: none; transition: transform 0.5s ease; }
.practice-banner-logo::before { content: ''; position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.12); transition: all 0.5s ease; }
.practice-banner-logo::after { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.07); transition: all 0.5s ease; }
.practice-banner-logo img { width: 320px; height: 320px; opacity: 0.18; filter: brightness(0) invert(1); position: relative; z-index: 1; transition: opacity 0.5s ease, transform 0.5s ease; }
.practice-banner-logo:hover { transform: scale(1.04); }
.practice-banner-logo:hover::before { border-color: rgba(201,168,76,0.4); width: 500px; height: 500px; }
.practice-banner-logo:hover::after { border-color: rgba(201,168,76,0.2); width: 400px; height: 400px; }
.practice-banner-logo:hover img { opacity: 0.45; transform: scale(1.05); }
@media (max-width: 768px) { .practice-banner-inner { grid-template-columns: 1fr; } .practice-banner-logo { display: none; } .practice-banner { padding: 80px 0; } }

/* Expertise cards */
.expertise { padding: 120px 0; border-top: 1px solid var(--rule); position: relative; overflow: hidden; }
.expertise::before {
  content: "";
  position: absolute;
  left: -180px; top: 50%;
  width: 720px; height: 720px;
  transform: translateY(-50%);
  background: url('assets/nla-logo.svg') center / contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
  z-index: 0;
}
.expertise > .container { position: relative; z-index: 1; }
.expertise-head { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.expertise-head p { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 480px; margin: 0; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }

/* IMAGE-LED EXPERTISE CARDS — replace pediment with sector photo */
.expertise-card {
  position: relative;
  border: 1px solid var(--rule);
  background: var(--ivory);
  transition: transform .5s cubic-bezier(.2,.8,.2,1), border-color .4s ease, box-shadow .4s ease;
  overflow: hidden;
  display: grid;
  grid-template-rows: 280px auto;
  padding: 0;
  isolation: isolate;
}
.expertise-card:hover {
  border-color: var(--gold-deep);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px oklch(0.18 0.015 60 / 0.35);
}
.expertise-card .img-wrap {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}
.expertise-card .img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%) sepia(20%) brightness(0.85);
  transition: filter 0.6s ease, transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.expertise-card:hover .img-wrap img {
  filter: grayscale(0%) sepia(0%) brightness(1);
}
.expertise-card .img-wrap::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, oklch(0.12 0.014 60 / 0.0) 0%, oklch(0.12 0.014 60 / 0.55) 100%);
  pointer-events: none;
}
.expertise-card .img-wrap .number {
  position: absolute;
  top: 18px; right: 22px;
  font-family: var(--serif); font-style: italic;
  font-size: 64px; color: var(--ivory);
  line-height: 1;
  text-shadow: 0 4px 24px oklch(0.12 0.014 60 / 0.7);
  transition: transform .5s cubic-bezier(.2,.8,.2,1), color .4s ease;
}
.expertise-card:hover .img-wrap .number {
  color: var(--gold);
  transform: translateY(-4px);
}
.expertise-card .img-wrap .sector {
  position: absolute;
  bottom: 18px; left: 22px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
  color: var(--ivory); text-transform: uppercase;
  background: oklch(0.18 0.015 60 / 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid oklch(0.95 0.005 60 / 0.2);
  transition: background .4s ease, border-color .4s ease;
}
.expertise-card:hover .img-wrap .sector {
  background: var(--gold-deep);
  border-color: var(--gold);
}
.expertise-card .body {
  padding: 30px 32px 32px;
  position: relative;
  z-index: 1;
  background: var(--ivory);
  transition: background .4s ease;
}
.expertise-card:hover .body { background: var(--ivory-2); }
.expertise-card h3 {
  font-family: var(--serif); font-size: 30px; line-height: 1.1;
  letter-spacing: -.01em; margin: 0 0 12px; transition: color .3s ease;
}
.expertise-card:hover h3 { color: var(--gold-deep); }
.expertise-card p { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0 0 20px; }
.expertise-card .see {
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ink);
  display: inline-flex; gap: 8px; align-items: center;
  transition: color .3s ease, gap .3s ease;
}
.expertise-card .see::after { content: "→"; transition: transform .3s ease; }
.expertise-card:hover .see { color: var(--gold-deep); gap: 14px; }
.expertise-card:hover .see::after { transform: translateX(4px); }

@media (max-width: 800px) {
  .expertise-head { grid-template-columns: 1fr; gap: 24px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { grid-template-rows: 220px auto; }
}

/* ============================================================
   TEAM — founder spotlight + 3 partners
   ============================================================ */
.team { padding: 120px 0; border-top: 1px solid var(--rule); background: var(--ivory-2); position: relative; overflow: hidden; }
.team::before {
  content: "";
  position: absolute;
  right: -200px; bottom: -200px;
  width: 720px; height: 720px;
  background: url('assets/nla-logo.svg') center / contain no-repeat;
  opacity: 0.04;
  pointer-events: none;
}
.team > .container { position: relative; z-index: 1; }
.team-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.team-head p { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 460px; margin: 0; }

/* FOUNDER SPOTLIGHT — David Natroshvili — solo, wide */
.founder-spotlight {
  display: grid;
  grid-template-columns: 1.05fr 1.4fr;
  gap: 60px;
  align-items: stretch;
  margin-bottom: 70px;
  background: var(--ivory);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: box-shadow .5s ease, transform .5s ease, border-color .4s ease;
}
.founder-spotlight:hover {
  border-color: var(--gold-deep);
  box-shadow: 0 30px 80px -40px oklch(0.18 0.015 60 / 0.4);
}
.founder-spotlight::after {
  content: "";
  position: absolute;
  right: -160px; top: -160px;
  width: 460px; height: 460px;
  background: url('assets/nla-logo.svg') center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1), opacity .4s ease;
}
.founder-spotlight:hover::after { transform: rotate(8deg) scale(1.06); opacity: 0.09; }

.founder-spotlight .fs-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--paper);
}
.founder-spotlight .fs-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%) sepia(20%) brightness(0.85);
  transition: filter 0.6s ease;
}
.founder-spotlight:hover .fs-photo img { filter: grayscale(0%) sepia(0%) brightness(1); }
.founder-spotlight .fs-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, oklch(0.12 0.014 60 / 0.7) 100%);
  pointer-events: none;
}
.founder-spotlight .fs-tag {
  position: absolute;
  top: 22px; left: 22px;
  background: var(--gold-deep); color: var(--ivory);
  font-family: var(--mono); font-size: 10px; letter-spacing: .24em;
  text-transform: uppercase;
  padding: 8px 14px; border-radius: 4px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 10px;
}
.founder-spotlight .fs-tag::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--ivory);
  box-shadow: 0 0 0 3px oklch(0.95 0.005 60 / 0.4);
}
.founder-spotlight .fs-body {
  padding: 50px 50px 50px 0;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 1;
}
.founder-spotlight .fs-eyebrow {
  font-family: var(--mono); font-size: 11px; letter-spacing: .24em;
  color: var(--gold-deep); text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 24px;
}
.founder-spotlight .fs-eyebrow::before {
  content: "";
  width: 32px; height: 1px;
  background: var(--gold-deep);
}
.founder-spotlight .fs-name {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -.02em;
  margin: 0 0 8px;
  color: var(--ink);
  transition: color .3s ease;
}
.founder-spotlight:hover .fs-name { color: var(--gold-deep); }
.founder-spotlight .fs-role {
  font-family: var(--mono); font-size: 12px; letter-spacing: .22em;
  color: var(--ink-2); text-transform: uppercase;
  margin-bottom: 26px;
}
.founder-spotlight .fs-bio {
  font-size: 16px; line-height: 1.65; color: var(--ink-2);
  margin: 0 0 28px;
  max-width: 520px;
}
.founder-spotlight .fs-bio em {
  font-family: var(--serif); font-style: italic;
  color: var(--ink); font-size: 18px;
}
.founder-spotlight .fs-cta {
  display: inline-flex; align-items: center; gap: 14px;
  align-self: flex-start;
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 14px 0;
  border-bottom: 1px solid var(--ink);
  transition: color .3s ease, border-color .3s ease, gap .3s ease;
}
.founder-spotlight .fs-cta::after { content: "↗"; transition: transform .3s ease; }
.founder-spotlight .fs-cta:hover {
  color: var(--gold-deep); border-color: var(--gold-deep); gap: 22px;
}
.founder-spotlight .fs-cta:hover::after { transform: translate(4px, -4px); }

/* PARTNERS LABEL — divider between founder and partners row */
.partners-label {
  display: flex; align-items: center; gap: 18px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em;
  color: var(--muted); text-transform: uppercase;
  margin: 0 0 30px;
}
.partners-label .line { flex: 1; height: 1px; background: var(--rule); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { position: relative; display: flex; flex-direction: column; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.team-card:hover { transform: translateY(-6px); }
.team-card .photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper); border-radius: 4px; }
.team-card .photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%) sepia(20%) brightness(0.85);
  transition: filter 0.6s ease, transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.team-card:hover .photo img { filter: grayscale(0%) sepia(0%) brightness(1); }
.team-card .photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, oklch(0.12 0.014 60 / 0.7) 100%); pointer-events: none; opacity: 0; transition: opacity .4s ease; }
.team-card:hover .photo::after { opacity: 1; }
.team-card .photo .sector { position: absolute; top: 14px; left: 14px; background: var(--ink); color: var(--ivory); padding: 5px 10px; border-radius: 3px; font-family: var(--mono); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; transition: background .3s ease; }
.team-card:hover .photo .sector { background: var(--gold-deep); }
.team-card .photo .read {
  position: absolute; bottom: 14px; left: 14px; right: 14px;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--ivory);
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  opacity: 0; transform: translateY(8px);
  transition: opacity .4s ease, transform .4s ease;
}
.team-card:hover .photo .read { opacity: 1; transform: none; }
.team-card .meta { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--rule); }
.team-card .name { font-family: var(--serif); font-size: 26px; line-height: 1.1; letter-spacing: -.01em; margin: 0; transition: color .3s ease; }
.team-card:hover .name { color: var(--gold-deep); }
.team-card .role { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.team-card .bio { color: var(--ink-2); font-size: 13.5px; line-height: 1.55; margin: 12px 0 0; }

@media (max-width: 1024px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-head { grid-template-columns: 1fr; gap: 24px; }
  .founder-spotlight { grid-template-columns: 1fr; }
  .founder-spotlight .fs-body { padding: 40px 36px; }
}
@media (max-width: 540px) {
  .team-grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
}

/* ============================================================
   TEAM BIO PAGE
   ============================================================ */
.bio { padding: 80px 0 130px; }
.bio-layout { display: grid; grid-template-columns: 1.05fr 1.4fr; gap: 80px; align-items: start; }
.bio-portrait { position: sticky; top: 100px; }
.bio-portrait .frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 4px; background: var(--paper); box-shadow: 0 20px 60px -30px oklch(0.18 0.015 60 / 0.4); }
.bio-portrait .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 6s ease; }
.bio-portrait:hover .frame img { transform: scale(1.04); }
.bio-portrait .tag { position: absolute; top: 18px; left: -10px; background: var(--ink); color: var(--ivory); padding: 8px 14px; border-radius: 4px; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; z-index: 2; }
.bio-portrait .meta { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--rule); display: grid; grid-template-columns: auto auto; gap: 14px 20px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.bio-portrait .meta strong { font-family: var(--sans); font-size: 13px; color: var(--ink); font-weight: 500; letter-spacing: .02em; text-transform: none; }
.bio-content h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 5vw, 72px); line-height: 1; letter-spacing: -.02em; margin: 0 0 8px; }
.bio-content .role { font-family: var(--mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 36px; }
.bio-content h3 { font-family: var(--serif); font-size: 26px; line-height: 1.15; letter-spacing: -.01em; margin: 40px 0 14px; }
.bio-content p { font-size: 16px; line-height: 1.7; color: var(--ink-2); margin: 0 0 16px; }
.bio-content p em { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 17.5px; }
.bio-content blockquote {
  font-family: var(--serif); font-size: 26px; line-height: 1.35; letter-spacing: -.01em;
  color: var(--ink); margin: 36px 0; padding: 24px 0;
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
@media (max-width: 900px) { .bio-layout { grid-template-columns: 1fr; gap: 40px; } .bio-portrait { position: static; max-width: 480px; } }

/* ============================================================
   SERVICE / EXPERTISE DETAIL PAGE
   ============================================================ */
.sector-banner {
  position: relative;
  height: clamp(280px, 38vh, 460px);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}
.sector-banner img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  animation: bannerZoom 18s ease-out forwards;
  filter: brightness(0.7) saturate(1.0);
}
@keyframes bannerZoom { to { transform: scale(1); } }
.sector-banner::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, oklch(0.12 0.014 60 / 0.35) 0%, oklch(0.12 0.014 60 / 0.55) 100%),
    radial-gradient(800px 500px at 80% 50%, oklch(0.75 0.158 65 / 0.18), transparent 60%);
  z-index: 1;
}
.sector-banner::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 4px, oklch(0.95 0.005 60 / 0.02) 4px, oklch(0.95 0.005 60 / 0.02) 5px);
  z-index: 1;
}
.sector-banner .banner-watermark {
  position: absolute;
  right: -6%; top: 50%;
  width: 38vmin; height: 38vmin;
  max-width: 460px; max-height: 460px;
  transform: translateY(-50%);
  opacity: 0.08;
  pointer-events: none;
  z-index: 2;
}
.sector-banner .sector-tag {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  text-align: center;
  color: var(--ivory);
  width: min(900px, 92vw);
}
.sector-banner .sector-tag .num {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1;
  color: var(--gold);
  text-shadow: 0 4px 30px oklch(0.12 0.014 60 / 0.5);
}
.sector-banner .sector-tag .label {
  font-family: var(--mono); font-size: 11px; letter-spacing: .3em;
  text-transform: uppercase;
  color: oklch(0.92 0.015 70);
  padding: 6px 14px;
  border: 1px solid oklch(0.95 0.005 60 / 0.4);
  border-radius: 999px;
  background: oklch(0.12 0.014 60 / 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.detail { padding: 80px 0 110px; position: relative; overflow: hidden; }
.detail::before {
  content: "";
  position: absolute;
  left: -180px; top: 200px;
  width: 580px; height: 580px;
  background: url('assets/nla-logo.svg') center / contain no-repeat;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.detail > .container { position: relative; z-index: 1; }
.detail-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: start; }
.detail-side {
  position: sticky; top: 100px;
  padding: 30px; border: 1px solid var(--rule);
  background: var(--ivory); border-radius: 4px;
}
.detail-side h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; font-weight: 500; }
.detail-side ul { list-style: none; padding: 0; margin: 0 0 24px; }
.detail-side li { padding: 12px 0; border-top: 1px dashed var(--rule); font-size: 14.5px; color: var(--ink-2); display: flex; justify-content: space-between; transition: color .3s ease, padding-left .3s ease; }
.detail-side li:hover { color: var(--gold-deep); padding-left: 6px; }
.detail-side li::after { content: "·"; color: var(--muted); }
.detail-side .cta-mini {
  display: flex; flex-direction: column; gap: 6px;
  padding-top: 24px; margin-top: 24px; border-top: 1px solid var(--rule);
}
.detail-side .cta-mini .label { font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.detail-side .cta-mini a { font-family: var(--serif); font-size: 24px; line-height: 1.1; color: var(--ink); transition: color .3s ease; }
.detail-side .cta-mini a:hover { color: var(--gold-deep); }

.detail-body h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 18px; }
.detail-body h2 i { font-style: italic; color: var(--gold-deep); }
.detail-body h3 { font-family: var(--serif); font-size: 28px; line-height: 1.15; letter-spacing: -.01em; margin: 50px 0 14px; }
.detail-body p { font-size: 16.5px; line-height: 1.7; color: var(--ink-2); margin: 0 0 16px; }
.detail-body p em { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 18px; }
.detail-body ul { padding-left: 18px; margin: 16px 0; }
.detail-body li { color: var(--ink-2); line-height: 1.65; margin-bottom: 8px; font-size: 16px; }
.detail-body .stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 50px 0; padding: 30px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.detail-body .stat .n { font-family: var(--serif); font-size: 56px; line-height: 1; color: var(--gold-deep); font-style: italic; }
.detail-body .stat .l { font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

@media (max-width: 1000px) { .detail-layout { grid-template-columns: 1fr; gap: 40px; } .detail-side { position: static; } .detail-body .stat-row { grid-template-columns: 1fr; gap: 20px; } }

/* ============================================================
   PROCESS — dramatic vertical timeline with gold spine
   ============================================================ */
.process { padding: 130px 0; border-top: 1px solid var(--rule); background: var(--ink); color: var(--ivory); position: relative; overflow: hidden; }
.process::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 600px at 90% 10%, oklch(0.75 0.158 65 / 0.18), transparent 60%),
    radial-gradient(700px 500px at 0% 90%, oklch(0.75 0.158 65 / 0.10), transparent 60%);
  pointer-events: none;
}
.process::after {
  content: "";
  position: absolute;
  right: -240px; top: 50%;
  width: 820px; height: 820px;
  transform: translateY(-50%);
  background: url('assets/nla-logo-white.svg') center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
  animation: floatLogo 22s ease-in-out infinite;
}
@keyframes floatLogo {
  0%, 100% { transform: translateY(-50%) rotate(0deg); }
  50% { transform: translateY(-48%) rotate(2deg); }
}
.process .container { position: relative; z-index: 1; }
.process .section-label { color: oklch(0.85 0.02 70); }
.process .section-label .line { background: oklch(0.45 0.02 70); }
.process h2.display { color: var(--ivory); }
.process h2.display i { color: var(--gold); }

.process-steps {
  list-style: none;
  padding: 0;
  margin: 80px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.process-steps::before {
  content: "";
  position: absolute;
  left: 110px; top: 30px; bottom: 30px;
  width: 1px;
  background: linear-gradient(180deg, transparent, oklch(0.6 0.015 60) 8%, oklch(0.6 0.015 60) 92%, transparent);
  z-index: 0;
}

.step {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  padding: 56px 0;
  border-top: 1px solid oklch(0.32 0.015 60);
  position: relative;
  transition: padding-left .5s cubic-bezier(.2,.8,.2,1), background .4s ease;
}
.step:first-child { border-top: 0; padding-top: 30px; }
.step:last-child { padding-bottom: 30px; }
.step:hover {
  padding-left: 18px;
}
.step:hover::before {
  opacity: 1;
}
.step::before {
  content: "";
  position: absolute;
  left: -32px; right: -32px;
  top: 0; bottom: 0;
  background: linear-gradient(90deg, oklch(0.75 0.158 65 / 0.06), transparent 60%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.step .marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-left: 0;
}
.step .dot {
  position: absolute;
  left: 102px; top: 18px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--gold);
  z-index: 1;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), background .4s ease, box-shadow .5s ease;
}
.step:hover .dot {
  background: var(--gold);
  transform: scale(1.4);
  box-shadow: 0 0 0 6px oklch(0.75 0.158 65 / 0.18), 0 0 40px oklch(0.75 0.158 65 / 0.5);
}
.step .num {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(80px, 9vw, 130px);
  line-height: 1;
  color: var(--gold);
  transition: color .4s ease, transform .6s cubic-bezier(.2,.8,.2,1), text-shadow .5s ease;
  display: block;
}
.step:hover .num {
  text-shadow: 0 4px 40px oklch(0.75 0.158 65 / 0.5);
  transform: translateX(-4px);
}
.step .tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase;
  color: oklch(0.7 0.02 65);
  display: inline-flex; align-items: center; gap: 10px;
}
.step .free {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid var(--gold-deep);
  color: var(--gold);
  border-radius: 999px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em;
}

.step .content {
  padding-top: 30px;
  max-width: 720px;
}
.step h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1; letter-spacing: -.01em;
  margin: 0 0 16px;
  color: var(--ivory);
  transition: color .4s ease;
}
.step:hover h3 { color: var(--gold); }
.step p {
  color: oklch(0.82 0.015 70);
  font-size: 15.5px; line-height: 1.65;
  margin: 0 0 18px;
  max-width: 620px;
}
.step .meta-row {
  display: flex; gap: 26px; flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid oklch(0.32 0.015 60);
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em;
  color: oklch(0.7 0.015 65); text-transform: uppercase;
}
.step .meta-row strong {
  display: block;
  font-family: var(--serif); font-style: italic;
  font-weight: 400; font-size: 15px;
  color: var(--ivory); letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .process-steps::before { left: 22px; }
  .step { grid-template-columns: 1fr; gap: 18px; padding: 40px 0 40px 50px; }
  .step .dot { left: 14px; top: 50px; }
  .step .num { font-size: 80px; }
  .step .content { padding-top: 0; }
}

/* ============================================================
   WHY US
   ============================================================ */
.why { padding: 130px 0; border-top: 1px solid var(--rule); }
.why-head { margin-bottom: 60px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--ink); }
.why-card { padding: 40px 36px 50px 0; border-right: 1px solid var(--rule); position: relative; transition: padding-left .4s ease; }
.why-card:hover { padding-left: 14px; }
.why-card:last-child { border-right: 0; padding-right: 0; }
.why-card:last-child:hover { padding-left: 14px; padding-right: 0; }
.why-card .index { font-family: var(--serif); font-style: italic; font-size: 64px; color: var(--gold-deep); line-height: 1; margin-bottom: 36px; transition: color .4s ease; }
.why-card:hover .index { color: var(--ink); }
.why-card h3 { font-family: var(--serif); font-size: 28px; line-height: 1.1; letter-spacing: -.01em; margin: 0 0 16px; }
.why-card p { color: var(--ink-2); font-size: 15.5px; line-height: 1.65; margin: 0; }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; } .why-card { border-right: 0; border-bottom: 1px solid var(--rule); padding: 40px 0; } .why-card:last-child { border-bottom: 0; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: 130px 0; border-top: 1px solid var(--rule); background: var(--ivory-2); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.faq-side h2 { margin: 0 0 16px; }
.faq-side p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 0 16px; }
.faq-list { border-top: 1px solid var(--rule); }
details.faq-item { border-bottom: 1px solid var(--rule); padding: 22px 0; transition: padding-left .4s ease; }
details.faq-item:hover { padding-left: 8px; }
details.faq-item summary { cursor: none; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary h3 { font-family: var(--serif); font-size: 22px; line-height: 1.25; letter-spacing: -.01em; margin: 0; font-weight: 400; color: var(--ink); flex: 1; transition: color .3s ease; }
details.faq-item:hover summary h3 { color: var(--gold-deep); }
details.faq-item .icon { width: 28px; height: 28px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; transition: background .3s ease, color .3s ease, transform .4s ease, border-color .3s ease; font-family: var(--mono); font-size: 14px; }
details.faq-item:hover .icon { border-color: var(--gold-deep); color: var(--gold-deep); }
details.faq-item[open] .icon { background: var(--ink); color: var(--ivory); transform: rotate(45deg); }
details.faq-item .answer { padding-top: 14px; max-width: 720px; }
details.faq-item .answer p { color: var(--ink-2); font-size: 15px; line-height: 1.65; margin: 0; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ============================================================
   CONTACT / CLOSER
   ============================================================ */
.closer { padding: 130px 0 80px; border-top: 1px solid var(--rule); background: var(--ink); color: var(--ivory); position: relative; overflow: hidden; }
.closer .skyline { position: absolute; left: 0; right: 0; bottom: 0; height: 65%; background: url('assets/dubai-skyline.jpg') center bottom / cover no-repeat; opacity: 0.32; filter: brightness(0.7) contrast(1.1); mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 100%); -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 100%); pointer-events: none; }
.closer::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 500px at 80% 20%, oklch(0.75 0.158 65 / 0.18), transparent 60%); pointer-events: none; }
.closer .container { position: relative; z-index: 2; }
.closer .eyebrow { color: oklch(0.85 0.02 70); display: inline-flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.closer .eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px oklch(0.75 0.158 65 / 0.3); animation: pulse 2.4s ease-in-out infinite; }
.closer h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(48px, 7vw, 110px); line-height: .96; letter-spacing: -.02em; margin: 28px 0 40px; max-width: 1100px; color: var(--ivory); }
.closer h2 i { color: var(--gold); font-style: italic; }
.closer .row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.closer .cta-primary { background: var(--gold-deep); color: var(--ivory); }
.closer .cta-primary::before { background: var(--ivory); }
.closer .cta-primary:hover { color: var(--ink); }
.closer .cta-primary:hover .pip { background: var(--ink); color: var(--ivory); }
.closer .cta-primary .pip { background: var(--ivory); color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 80px; padding-top: 36px; border-top: 1px solid oklch(0.45 0.015 60 / 0.6); }
.contact-card { color: oklch(0.9 0.015 60); transition: transform .4s ease; }
.contact-card:hover { transform: translateY(-3px); }
.contact-card .label { font-family: var(--mono); font-size: 10px; letter-spacing: .22em; color: oklch(0.7 0.015 60); text-transform: uppercase; margin-bottom: 12px; }
.contact-card .value { font-family: var(--serif); font-size: 22px; line-height: 1.3; color: var(--ivory); margin: 0 0 6px; }
.contact-card .sub { font-size: 13.5px; color: oklch(0.82 0.015 60); line-height: 1.5; }
.contact-card a { transition: color .3s ease; }
.contact-card a:hover { color: var(--gold); }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ============================================================
   FOOTER (shared across all pages)
   ============================================================ */
footer.site {
  background: var(--ink); color: oklch(0.82 0.015 60);
  padding: 80px 0 30px;
  position: relative; overflow: hidden;
}
footer.site::before { content: ""; position: absolute; right: -100px; top: -120px; width: 420px; height: 420px; background: url('assets/nla-logo.svg') center / contain no-repeat; opacity: 0.04; pointer-events: none; filter: brightness(1.5); }
footer.site .container { position: relative; z-index: 1; }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; color: oklch(0.82 0.015 60); font-size: 13px; }
.foot h4 { color: var(--ivory); font-weight: 500; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 16px; font-family: var(--mono);}
.foot .col a { display: block; padding: 5px 0; opacity: .85; transition: opacity .3s ease, color .3s ease, padding-left .3s ease; }
.foot .col a:hover { opacity: 1; color: var(--gold); padding-left: 6px; }
.foot .blurb { max-width: 380px; line-height: 1.55; color: oklch(0.85 0.015 70); }
.foot .blurb .brand { margin-bottom: 18px; }
.foot .meta { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 28px; margin-top: 36px; border-top: 1px solid oklch(0.4 0.015 60 / 0.6); font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: oklch(0.7 0.015 60); }
.footer-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid oklch(0.4 0.015 60 / 0.5); color: oklch(0.7 0.015 60); flex-shrink: 0; transition: border-color .2s ease, color .2s ease; }
.footer-linkedin:hover { border-color: var(--gold); color: var(--gold); }
@media (max-width: 900px) { .foot { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot { grid-template-columns: 1fr; } }

/* ============================================================
   Reveal animations
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s cubic-bezier(.2,.8,.2,1), transform 1s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .3s; }

::selection { background: oklch(0.75 0.158 65 / 0.35); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; border-radius: 4px; }

@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes revealUp { to { transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero-full .bg { animation: none; }
}

/* ─── SERVICE TIMELINE (Option D) ─────────────────────────────────────────── */
.svc-timeline { padding: 80px 0 40px; }
.svc-timeline-wrap { position: relative; }

.svc-timeline-line {
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold) 10%, var(--gold) 90%, transparent);
  transform: translateX(-50%);
}

.svc-timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}

/* Gold dot on the line */
.svc-timeline-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--gold);
  z-index: 2;
}

/* Left layout: image left, text right */
.svc-left .svc-image { order: 1; }
.svc-left .svc-content { order: 2; }

/* Right layout: text left, image right */
.svc-right .svc-image { order: 2; }
.svc-right .svc-content { order: 1; }

.svc-image {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.svc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) sepia(15%) brightness(0.88);
  transition: filter 0.6s ease, transform 0.7s cubic-bezier(.2,.8,.2,1);
}

.svc-timeline-item:hover .svc-image img {
  filter: grayscale(0%) sepia(0%) brightness(1);
  transform: scale(1.03);
}

.svc-content { padding: 16px 0; }

.svc-number {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}

.svc-content h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.3;
}

.svc-content p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-mid, #555);
  margin-bottom: 20px;
}

.svc-content ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}

.svc-content ul li {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--ink);
  padding-left: 20px;
  position: relative;
}

.svc-content ul li::before {
  content: '✦';
  position: absolute; left: 0;
  color: var(--gold);
  font-size: 9px;
  top: 2px;
}

/* CTA band */
.svc-cta-band {
  background: var(--ink);
  padding: 80px 0;
  text-align: center;
  color: var(--ivory);
}
.svc-cta-band h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--ivory);
}
.svc-cta-band p {
  font-size: 15px;
  opacity: 0.65;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

/* Mobile */
@media (max-width: 768px) {
  .svc-timeline-line { display: none; }
  .svc-timeline-item { grid-template-columns: 1fr; gap: 24px; margin-bottom: 60px; }
  .svc-timeline-item::before { display: none; }
  .svc-left .svc-image, .svc-right .svc-image { order: 1; }
  .svc-left .svc-content, .svc-right .svc-content { order: 2; }
}

/* ─── MOSAIC GRID (Option 2) ───────────────────────────────────────────────── */
.mosaic-section { padding: 0 0 0; background: var(--bg); }

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  z-index: 0;
  gap: 4px;
  padding: 0 6px 6px;
}

/* Default card: 4 cols × 1 row */
.mosaic-card {
  grid-column: span 4;
  grid-row: span 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Tall: 4 cols × 2 rows */
.mosaic-card.mosaic-tall { grid-row: span 2; }

/* Wide: 8 cols × 1 row */
.mosaic-card.mosaic-wide { grid-column: span 8; }

.mosaic-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.mosaic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.75);
  transition: filter 0.7s ease, transform 0.8s cubic-bezier(.2,.8,.2,1);
  transform: scale(1.04);
}

.mosaic-card:hover .mosaic-img img {
  filter: grayscale(0%) brightness(0.85);
  transform: scale(1.0);
}

/* Dark overlay — stronger at bottom */
.mosaic-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.05) 100%);
  transition: opacity 0.5s ease;
}

.mosaic-card:hover::after {
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
}

/* Content overlay */
.mosaic-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 32px;
  transform: translateY(8px);
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
}

.mosaic-card:hover .mosaic-overlay { transform: translateY(0); }

.mosaic-num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 10px;
  display: block;
}

.mosaic-overlay h2 {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.2;
}

.mosaic-overlay p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  margin: 0 0 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease 0.1s;
}

.mosaic-card:hover .mosaic-overlay p {
  max-height: 120px;
  opacity: 1;
}

.mosaic-cta {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
  display: inline-block;
}

.mosaic-card:hover .mosaic-cta {
  opacity: 1;
  transform: translateY(0);
}

/* Gold accent line on hover */
.mosaic-overlay::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: var(--gold);
  margin-bottom: 14px;
  transition: width 0.4s ease;
}
.mosaic-card:hover .mosaic-overlay::before { width: 40px; }

/* Mobile: single column */
@media (max-width: 768px) {
  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
    gap: 4px; padding: 0 4px 4px;
  }
  .mosaic-card,
  .mosaic-card.mosaic-tall,
  .mosaic-card.mosaic-wide { grid-column: span 1; grid-row: span 1; }
  .mosaic-overlay p { max-height: 80px; opacity: 1; }
  .mosaic-cta { opacity: 1; transform: none; }
}

/* Practice tab sticky fix */
.practice-tabs-wrap { overflow: visible; }
.wrap { overflow: visible; }
.tab-bar { position: -webkit-sticky; position: sticky; top: 80px; z-index: 20; background: var(--bg); }

/* Practice tab sticky fix */
.practice-tabs-wrap { overflow: visible; }
.wrap { overflow: visible; }
.tab-bar { position: -webkit-sticky; position: sticky; top: 80px; z-index: 20; background: var(--bg); }
