@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&family=Montserrat:wght@400;500;600;700&family=Mukta+Vaani:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,500&display=swap');

:root {
  --ink: #392e8a;
  --void: #1f1a4d;
  --parchment: #f7f5fc;
  --parchment-dim: #ece8f7;
  --paper: #ffffff;
  --gold: #c9a227;
  --gold-bright: #e4c158;
  --sky: #2e8bc0;
  --charcoal: #1c1c1c;
  --ink-text: #1b2a38;
  --muted: #5d6871;
  --line: rgba(57,46,138,.16);
  --line-dark: rgba(247,245,252,.18);
  --success: #2f7555;
  --danger: #9b3e35;
  --shadow-sm: 0 12px 30px rgba(31,26,77,.08);
  --shadow-md: 0 24px 64px rgba(31,26,77,.14);
  --shadow-lg: 0 36px 100px rgba(31,26,77,.20);
  --radius-xs: 6px;
  --radius-sm: 12px;
  --radius-md: 20px;
  --container: 1220px;
  --header-height: 88px;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-gu-heading: "Hind Vadodara", sans-serif;
  --font-gu-body: "Mukta Vaani", sans-serif;

  /* Compatibility with the original component stylesheet. */
  --bg: var(--parchment);
  --surface: var(--paper);
  --surface-soft: var(--parchment-dim);
  --text: var(--ink-text);
  --coral: var(--gold);
  --coral-deep: #987918;
  --coral-soft: #f7edcf;
  --teal: var(--sky);
  --teal-deep: #1d6d97;
  --teal-soft: #e5f2f8;
  --violet: var(--ink);
  --violet-soft: #e7ebef;
  --rose: #876c82;
  --charcoal-soft: #ece8df;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; overflow-x: clip; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(201,162,39,.07), transparent 27rem),
    linear-gradient(180deg, #fbfaff 0%, var(--parchment) 100%);
  color: var(--ink-text);
  font: 400 16.5px/1.78 var(--font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open, body.modal-open { overflow: hidden; }
img, svg, video, iframe { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(46,139,192,.38);
  outline-offset: 3px;
}
::selection { background: rgba(201,162,39,.27); }

h1, h2 { color: var(--ink); font-family: var(--font-display); font-weight: 700; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 6.3vw, 6.15rem); line-height: 1.02; margin-bottom: 24px; }
h2 { font-size: clamp(2.3rem, 4.7vw, 4.35rem); line-height: 1.08; margin-bottom: 21px; }
h3, h4 { color: var(--ink); font-family: var(--font-body); letter-spacing: -.018em; }
h3 { font-size: clamp(1.35rem, 2.1vw, 1.72rem); line-height: 1.22; }
p { color: var(--ink-text); }
.lead { color: #43515c; font-size: clamp(1.08rem, 1.55vw, 1.27rem); line-height: 1.74; }
.small, .article-meta { font-size: .78rem; }
.eyebrow {
  color: #8d7118;
  font: 500 .72rem/1.4 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
[lang="gu"], .gujarati-line { font-family: var(--font-gu-body); }
.gujarati-line { color: var(--ink); font-size: clamp(1.1rem, 1.8vw, 1.35rem); font-weight: 600; line-height: 1.72; }
.gu-heading { font-family: var(--font-gu-heading); }

.container { width: min(calc(100% - 42px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 42px), 880px); }
.section { padding: 118px 0; }
.section-sm { padding: 82px 0; }
.section-soft, .section-coral, .section-mint, .section-violet { background: var(--parchment-dim); }
.section-dark { background: var(--ink); color: var(--parchment); }
.section-dark h2, .section-dark h3, .section-dark h4, .section-dark .lead, .section-dark p { color: var(--parchment); }
.section-dark .eyebrow { color: var(--gold-bright); }
.section-heading { max-width: 860px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.centered-lead { max-width: 740px; margin-inline: auto; }

.skip-link { background: var(--gold); color: var(--void); border-radius: 0; font-weight: 700; }
.topbar { background: var(--void); color: var(--parchment); border-bottom: 1px solid rgba(201,162,39,.34); }
.topbar .container { min-height: 35px; align-items: center; }
.topbar span, .topbar a { font: 500 .68rem/1.35 var(--font-mono); letter-spacing: .04em; }
.topbar a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 4px; }
.site-header { background: rgba(247,245,252,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: none; }
.nav-wrap { min-height: 88px; }
.brand { min-width: 252px; }
.brand-logo { width: auto; height: 80px; object-fit: contain; }
.brand-copy strong { color: var(--ink); font-family: var(--font-display); font-size: 1.17rem; letter-spacing: -.02em; }
.brand-copy span { color: var(--muted); font: 500 .58rem/1.5 var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.nav-link, .nav-dropdown > button { color: var(--ink); font-size: .78rem; font-weight: 600; }
.nav-link::after, .nav-dropdown > button::after { background: var(--gold); }
.dropdown-menu { background: var(--paper); border: 1px solid rgba(201,162,39,.38); border-radius: 0; box-shadow: var(--shadow-md); }
.dropdown-menu a:hover { background: var(--parchment-dim); color: var(--ink); }
.nav-actions { gap: 9px; }
.lang-toggle {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--ink); background: transparent;
  font-family: var(--font-gu-heading); font-weight: 700;
}

.btn {
  border-radius: 2px;
  min-height: 50px;
  padding: 13px 22px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .015em;
  box-shadow: none;
}
.btn-primary { background: var(--ink); color: var(--parchment); border-color: var(--ink); }
.btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--void); box-shadow: 0 12px 28px rgba(201,162,39,.25); transform: translateY(-2px); }
.btn-secondary { background: var(--gold); color: var(--void); border-color: var(--gold); }
.btn-secondary:hover { background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(57,46,138,.34); }
.btn-outline:hover { border-color: var(--gold); color: var(--ink); background: rgba(201,162,39,.08); }
.section-dark .btn-outline, .cta-band .btn-outline { border-color: rgba(247,245,252,.55); color: var(--parchment); }
.btn-link { color: #245f84; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

/* Signature dossier hero */
.hero {
  min-height: 760px;
  padding: 102px 0 98px;
  background:
    linear-gradient(90deg, rgba(247,245,252,.99) 0%, rgba(247,245,252,.97) 55%, rgba(236,232,247,.90) 100%),
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(57,46,138,.025) 27px 28px);
  overflow: hidden;
}
.hero::before { content: "CONFIDENTIAL CASE DOSSIER"; position: absolute; left: max(20px, calc((100vw - var(--container))/2)); top: 24px; color: rgba(57,46,138,.12); font: 500 .62rem/1 var(--font-mono); letter-spacing: .18em; }
.hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: 72px; align-items: center; }
.hero-copy { max-width: 720px; }
.hero-copy h1 { max-width: 850px; }
.hero-actions { gap: 12px; }
.hero-note { max-width: 720px; border-left: 2px solid var(--gold); padding: 10px 0 10px 16px; color: var(--muted); font-size: .76rem; line-height: 1.62; }
.hero-visual { min-height: 570px; position: relative; }
.hero-orb { background: radial-gradient(circle, rgba(201,162,39,.24), rgba(46,139,192,.10) 42%, transparent 70%); }
.case-folder-stack { position: relative; width: 540px; height: 540px; margin-inline: auto; transform: rotate(-2.5deg); filter: drop-shadow(0 38px 48px rgba(31,26,77,.22)); }
.case-folder-back, .case-folder-front { position: absolute; border: 1px solid rgba(57,46,138,.24); }
.case-folder-back { inset: 68px 30px 25px 45px; background: #d5bd86; transform: rotate(6deg); }
.case-folder-back::before { content: "EOE · CASE INTELLIGENCE"; position: absolute; top: -34px; left: 0; width: 218px; height: 36px; display: flex; align-items: center; padding-left: 16px; background: #d5bd86; border: 1px solid rgba(57,46,138,.24); border-bottom: 0; border-radius: 9px 9px 0 0; font: 500 .56rem/1 var(--font-mono); letter-spacing: .09em; }
.case-folder-front { inset: 94px 8px 0 0; background: linear-gradient(140deg, #e9d5a5, #caaa68); transform: rotate(-1deg); }
.case-sheet { position: absolute; z-index: 3; inset: 25px 58px 68px 52px; padding: 29px 29px 24px; background: var(--paper); border: 1px solid rgba(57,46,138,.20); box-shadow: 0 20px 45px rgba(31,26,77,.16); }
.case-sheet::before { content: "CONFIDENTIAL"; position: absolute; right: -12px; top: 100px; padding: 7px 11px; border: 2px solid rgba(155,62,53,.62); color: rgba(155,62,53,.72); transform: rotate(90deg); font: 500 .55rem/1 var(--font-mono); letter-spacing: .10em; }
.case-sheet-head { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.case-sheet-head strong { color: var(--ink); font: 700 1.04rem/1.2 var(--font-display); }
.case-sheet-head span, .case-sheet-label { color: var(--muted); font: 500 .52rem/1.5 var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }
.case-sheet-label { margin: 18px 0 12px; }
.redaction-line { height: 12px; width: 95%; margin: 10px 0; background: rgba(57,46,138,.08); position: relative; overflow: hidden; }
.redaction-line.medium { width: 75%; }
.redaction-line.short { width: 50%; }
.redaction-line::after { content: ""; position: absolute; inset: 0; background: var(--charcoal); animation: unredact 1.2s cubic-bezier(.2,.8,.2,1) var(--delay, .4s) forwards; }
.case-lens-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 21px; }
.case-lens-mini span { padding: 10px 9px; border: 1px solid var(--line); color: var(--ink); font: 500 .53rem/1.35 var(--font-mono); }
.wax-seal { position: absolute; z-index: 5; right: 17px; bottom: 13px; width: 128px; height: 128px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f2d269, var(--gold) 38%, #97700d 100%); border: 4px double rgba(31,26,77,.30); color: var(--void); font: 700 .49rem/1.35 var(--font-mono); letter-spacing: .06em; box-shadow: 0 12px 26px rgba(31,26,77,.26); opacity: 0; animation: seal-drop 1.05s cubic-bezier(.19,.89,.26,1.28) .7s forwards; }
.wax-seal::before, .wax-seal::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(31,26,77,.26); }
.wax-seal::before { inset: 10px; }
.wax-seal::after { inset: 17px; }
.hero-case-tag { position: absolute; z-index: 4; left: 20px; bottom: 52px; padding: 10px 14px; background: var(--ink); color: var(--parchment); font: 500 .56rem/1.2 var(--font-mono); letter-spacing: .08em; }
@keyframes seal-drop { 0% { opacity: 0; transform: translateY(-190px) rotate(22deg) scale(1.16); } 72% { opacity: 1; transform: translateY(8px) rotate(-11deg) scale(.98); } 100% { opacity: 1; transform: translateY(0) rotate(-8deg) scale(1); } }
@keyframes unredact { from { transform: translateX(0); } to { transform: translateX(104%); } }

.trust-strip { background: var(--parchment-dim); border-color: var(--line); }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 94px; border-color: var(--line); padding: 20px 24px; }
.trust-item strong { color: var(--ink); font: 700 .82rem/1.3 var(--font-body); }
.trust-item span { color: var(--muted); font-size: .70rem; line-height: 1.45; }

/* Dossier cards and grids */
.card, .service-card, .case-card, .form-card, .page-hero-card, .contact-card, .article-card {
  background: rgba(255,253,247,.92);
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: var(--shadow-sm);
}
.card:hover, .service-card:hover, .case-card:hover, .article-card:hover { transform: translateY(-6px); border-color: rgba(201,162,39,.64); box-shadow: var(--shadow-md); }
.icon-badge, .lens-icon, .contact-icon { border-radius: 50%; background: var(--parchment-dim) !important; color: var(--ink) !important; border: 1px solid rgba(201,162,39,.48); font-family: var(--font-mono); }
.exhibit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.exhibit-card { position: relative; min-height: 260px; padding: 32px 28px 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: .28s ease; }
.exhibit-card:nth-child(2n) { transform: rotate(.35deg); }
.exhibit-card:nth-child(3n) { transform: rotate(-.3deg); }
.exhibit-card:hover { transform: translateY(-7px) rotate(.4deg); border-color: rgba(201,162,39,.72); box-shadow: var(--shadow-md); }
.exhibit-tab { position: absolute; left: 18px; top: -11px; padding: 7px 10px; background: var(--gold); color: var(--void); font: 500 .55rem/1 var(--font-mono); letter-spacing: .08em; }
.exhibit-card h3 { margin-top: 14px; }
.exhibit-card p { color: var(--muted); font-size: .88rem; }

.dossier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dossier-card { position: relative; min-height: 290px; padding: 31px 27px 27px; background: var(--paper); border: 1px solid rgba(201,162,39,.34); color: var(--ink-text); transition: .28s ease; overflow: hidden; }
.dossier-card::before { content: ""; position: absolute; left: 0; top: 0; width: 82px; height: 8px; background: var(--gold); }
.dossier-card:hover { transform: translateY(-7px); border-color: var(--gold); box-shadow: 0 26px 58px rgba(31,26,77,.24); }
.dossier-code { position: absolute; right: 0; top: 0; width: 65px; height: 54px; display: grid; place-items: center; background: var(--ink); color: var(--gold-bright); font: 500 .72rem/1 var(--font-mono); clip-path: polygon(0 0,100% 0,100% 100%,20% 100%); }
.dossier-card h3 { padding-right: 42px; }
.dossier-card p, .dossier-card li { color: #46525b; }
.dossier-card .btn-link { display: inline-block; margin-top: 12px; }

.split-panel { gap: 62px; }
.notice { border-radius: 0; background: #f3ead0; border-left: 3px solid var(--gold); color: var(--ink-text); }
.notice.coral, .notice.teal, .notice.violet { background: #f3ead0; border-color: var(--gold); }
.check-list li::before { color: #997a16; }
.x-list { list-style: none; padding: 0; }
.x-list li { position: relative; padding-left: 27px; }
.x-list li::before { content: "—"; position: absolute; left: 0; color: #8d4a42; font-weight: 700; }
.visual-panel { background: linear-gradient(145deg, var(--parchment-dim), #d9c79b); border: 1px solid var(--line); border-radius: 0; }
.paper { border-radius: 0; background: var(--paper); }
.paper-stamp { border-color: rgba(155,62,53,.62); color: rgba(155,62,53,.72); }

/* Founder and process evidence */
.founder-panel { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); gap: 62px; align-items: stretch; }
.founder-portrait { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background:
  radial-gradient(circle at 50% 34%, rgba(201,162,39,.24), transparent 15rem),
  linear-gradient(145deg, #e7d9b7, #f9f3e3 57%, #cab274); border: 1px solid var(--line); }
.founder-monogram { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(57,46,138,.27); color: var(--ink); font: 700 4rem/1 var(--font-display); box-shadow: inset 0 0 0 13px rgba(255,253,247,.38); }
.founder-meta { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 14px 16px; background: rgba(31,26,77,.92); color: var(--parchment); font: 500 .62rem/1.45 var(--font-mono); letter-spacing: .07em; text-align: center; }
.founder-copy { padding: 36px 0; }
.founder-quote { margin: 30px 0; padding: 26px 0 26px 28px; border-left: 3px solid var(--gold); color: var(--ink); font: italic 500 clamp(1.28rem,2.2vw,1.78rem)/1.55 var(--font-display); }
.signature { color: var(--ink); font: italic 700 1.55rem/1 var(--font-display); }

.numbered-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; position: relative; }
.numbered-process::before { content: ""; position: absolute; top: 26px; left: 7%; right: 7%; border-top: 1px dashed rgba(201,162,39,.8); }
.process-step { position: relative; z-index: 1; padding: 76px 12px 0; text-align: center; }
.process-step::before { content: attr(data-step); position: absolute; top: 0; left: 50%; width: 54px; height: 54px; transform: translateX(-50%); display: grid; place-items: center; border-radius: 50%; background: var(--ink); border: 2px solid var(--gold); color: var(--gold-bright); font: 500 .68rem/1 var(--font-mono); }
.process-step h3 { font-size: 1rem; }
.process-step p { color: var(--muted); font-size: .78rem; }

.evidence-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 64px; align-items: center; }
.report-stack { position: relative; min-height: 540px; }
.report-page { position: absolute; width: 76%; min-height: 410px; padding: 27px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.report-page:nth-child(1) { left: 3%; top: 58px; transform: rotate(-7deg); }
.report-page:nth-child(2) { right: 4%; top: 22px; transform: rotate(5deg); }
.report-page:nth-child(3) { left: 13%; top: 0; transform: rotate(-1deg); }
.report-head { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--ink); font: 500 .57rem/1.4 var(--font-mono); }
.report-line { height: 9px; margin: 12px 0; background: rgba(57,46,138,.10); }
.report-line.dark { background: var(--charcoal); }
.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.report-cell { height: 54px; border: 1px solid var(--line); }
.report-stamp { position: absolute; right: 22px; bottom: 25px; width: 90px; height: 90px; display: grid; place-items: center; text-align: center; border-radius: 50%; border: 3px double rgba(201,162,39,.8); color: #8d7118; font: 500 .47rem/1.4 var(--font-mono); transform: rotate(-10deg); }

/* Case evidence and reviews */
.case-card { position: relative; overflow: hidden; }
.case-card::after { content: "ANONYMISED FORMAT"; position: absolute; right: 18px; top: 17px; color: rgba(201,162,39,.9); font: 500 .50rem/1 var(--font-mono); letter-spacing: .08em; }
.case-meta span, .article-meta span { border-radius: 0; background: var(--parchment-dim); color: var(--ink); font-family: var(--font-mono); }
.review-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 58px; align-items: start; }
.rating-block { position: sticky; top: 130px; }
.rating-number { color: var(--ink); font: 700 clamp(5rem,10vw,8.5rem)/.9 var(--font-display); }
.rating-stars { color: var(--gold); letter-spacing: .11em; }
.review-cards { display: grid; gap: 15px; }
.quote-block { position: relative; margin: 0; padding: 31px 30px 25px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.quote-block::before { content: ""; position: absolute; width: 70px; height: 18px; left: 26px; top: -9px; background: rgba(201,162,39,.28); transform: rotate(-3deg); }
.quote-block p { color: var(--ink); font: italic 500 1.2rem/1.65 var(--font-display); }
.quote-block footer { color: var(--muted); font: 500 .58rem/1.4 var(--font-mono); letter-spacing: .06em; }
.review-theme { padding: 27px 28px; background: var(--paper); border: 1px solid var(--line); }
.review-theme strong { display: block; color: var(--ink); margin-bottom: 8px; }
.review-theme span { color: var(--muted); font-size: .85rem; }

/* Office and map */
.office-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, 220px); gap: 12px; }
.office-photo { position: relative; overflow: hidden; min-height: 210px; border: 1px solid rgba(57,46,138,.20); background:
  linear-gradient(135deg, rgba(57,46,138,.02), rgba(201,162,39,.12)),
  repeating-linear-gradient(90deg, rgba(57,46,138,.08) 0 1px, transparent 1px 31px),
  repeating-linear-gradient(0deg, rgba(57,46,138,.08) 0 1px, transparent 1px 31px),
  var(--parchment-dim); }
.office-photo:first-child { grid-row: 1 / 3; }
.office-photo::before { content: attr(data-visual); position: absolute; inset: 0; display: grid; place-items: center; color: rgba(57,46,138,.14); font: 700 clamp(2.8rem,5vw,4.5rem)/1 var(--font-display); }
.office-photo::after { content: attr(data-label); position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 12px; background: rgba(31,26,77,.90); color: var(--parchment); font: 500 .60rem/1.45 var(--font-mono); letter-spacing: .04em; text-align: center; }
.map-embed { min-height: 420px; background: var(--parchment-dim); border: 1px solid var(--line); display: grid; place-items: center; }
.map-embed iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

/* Forms and self-check */
.form-card, .contact-card { border-top: 5px solid var(--gold); }
input, select, textarea { border-radius: 0; border-color: rgba(57,46,138,.24); background: var(--paper); color: var(--ink-text); min-height: 52px; }
textarea { min-height: 132px; }
input:focus, select:focus, textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(46,139,192,.11); }
.form-consent { align-items: flex-start; }
.form-consent input { min-height: 22px; width: 22px; }
.readiness-shell { max-width: 900px; margin-inline: auto; padding: 34px; background: var(--paper); border: 1px solid rgba(201,162,39,.55); box-shadow: var(--shadow-md); }
.readiness-progress { display: flex; gap: 7px; margin: 22px 0 28px; }
.readiness-progress span { height: 5px; flex: 1; background: var(--parchment-dim); }
.readiness-progress span.is-done { background: var(--gold); }
.readiness-step { display: none; }
.readiness-step.is-active { display: block; animation: fade-up .28s ease; }
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.option-card { min-height: 62px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid var(--line); background: var(--parchment); cursor: pointer; }
.option-card:hover { border-color: var(--gold); }
.option-card input { width: 21px; height: 21px; min-height: 0; }
.readiness-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 28px; }
.readiness-result { display: none; }
.readiness-result.is-visible { display: block; }
.risk-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.risk-tag { padding: 8px 10px; background: var(--parchment-dim); border-left: 3px solid var(--gold); color: var(--ink); font: 500 .66rem/1.35 var(--font-mono); }

/* Inner pages */
.page-hero { padding: 78px 0 74px; background:
  linear-gradient(100deg, rgba(247,245,252,.98), rgba(236,232,247,.93)),
  repeating-linear-gradient(0deg, transparent 0 27px, rgba(57,46,138,.025) 27px 28px); border-bottom: 1px solid var(--line); }
.page-hero-grid { gap: 58px; }
.page-hero-card { border-top: 5px solid var(--gold); }
.page-hero-card::before { color: rgba(201,162,39,.9); }
.article-hero { background: var(--parchment-dim); }
.breadcrumbs { color: var(--muted); font: 500 .64rem/1.5 var(--font-mono); letter-spacing: .03em; }
.article-body h2 { border-top: 1px solid var(--line); padding-top: 31px; }
.article-callout { border-radius: 0; border-left: 4px solid var(--gold); background: #f3ead0; }
.related-exhibits { margin-top: 52px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.related-exhibits h3 { margin-bottom: 18px; }
.related-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.related-links a { min-height: 62px; display: flex; align-items: center; padding: 13px 15px; border: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.related-links a:hover { border-color: var(--gold); background: var(--parchment-dim); }

.cta-band { border-radius: 0; background: var(--ink); color: var(--parchment); overflow: hidden; }
.cta-band::before { border-color: rgba(201,162,39,.18); }
.cta-band h2, .cta-band p { color: var(--parchment); }
.site-footer { background: var(--void); color: rgba(247,245,252,.80); border-top: 1px solid rgba(201,162,39,.35); padding: 75px 0 28px; }
.site-footer h3, .site-footer h4 { color: var(--parchment); }
.footer-brand { grid-template-columns: 58px 1fr; }
.footer-links a:hover { color: var(--gold-bright); }
.social-links a { border-color: var(--line-dark); border-radius: 0; }
.footer-bottom { border-color: var(--line-dark); color: rgba(247,245,252,.58); }

/* Persistent navigation */
.folder-tabs { position: fixed; z-index: 910; right: 0; top: 31%; display: grid; gap: 6px; }
.folder-tabs a { width: 116px; height: 42px; display: flex; align-items: center; justify-content: center; padding: 0 12px; background: #d8bd7e; border: 1px solid rgba(57,46,138,.22); border-right: 0; border-radius: 10px 0 0 10px; transform: translateX(98px); transition: .25s ease; font: 500 .62rem/1 var(--font-mono); letter-spacing: .07em; color: var(--ink); }
.folder-tabs a:hover, .folder-tabs a.is-active { transform: translateX(0); background: var(--gold); }
.case-navigator { position: fixed; z-index: 930; left: 18px; bottom: 18px; width: min(310px, calc(100vw - 36px)); padding: 15px 16px; background: rgba(31,26,77,.97); color: var(--parchment); border: 1px solid rgba(201,162,39,.45); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px); transition: .28s ease; }
.case-navigator.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.case-navigator-header { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.case-navigator strong { color: var(--parchment); font: 500 .68rem/1.25 var(--font-mono); letter-spacing: .07em; }
.case-navigator button { width: 42px; height: 42px; border: 0; background: transparent; color: var(--parchment); cursor: pointer; font-size: 1.05rem; }
.case-navigator p { margin: 7px 0 0; color: rgba(247,245,252,.70); font-size: .74rem; line-height: 1.5; }
.case-navigator a { color: var(--gold-bright); font-weight: 700; }
.case-progress { display: flex; gap: 5px; margin-top: 11px; }
.case-progress span { height: 4px; flex: 1; background: rgba(247,245,252,.18); }
.case-progress span.is-viewed { background: var(--gold); }

.mobile-cta { display: none; }
.modal { background: rgba(31,26,77,.76); }
.modal-dialog { border-radius: 0; background: var(--parchment); border: 1px solid rgba(201,162,39,.60); box-shadow: var(--shadow-lg); }
.modal-close { border-radius: 0; }
.cookie-banner { border-radius: 0; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }

/* Motion */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 1140px) {
  .brand-copy { display: none; }
  .brand { min-width: auto; }
  .nav-link, .nav-dropdown > button { padding-inline: 8px; font-size: .75rem; }
  .hero-grid { gap: 38px; }
  .case-folder-stack { width: 100%; max-width: 520px; transform: scale(.92) rotate(-2deg); }
}

@media (max-width: 980px) {
  :root { --header-height: 72px; }
  body { font-size: 16px; }
  .topbar .container { min-height: 46px; flex-direction: column; justify-content: center; gap: 1px; padding-block: 7px; text-align: center; }
  .nav-wrap { min-height: var(--header-height); }
  .brand-logo { width: auto; height: 64px; margin: -5px 0 -9px; }
  .menu-toggle { display: block; }
  .nav-actions .btn-small { display: none; }
  .lang-toggle { width: 42px; height: 42px; }
  .primary-nav { position: fixed; top: calc(46px + var(--header-height)); left: 0; right: 0; bottom: 0; padding: 26px 20px 120px; background: var(--parchment); display: block; overflow-y: auto; transform: translateX(104%); transition: transform .25s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .nav-link, .nav-dropdown > button { width: 100%; min-height: 54px; display: flex; align-items: center; padding: 13px 8px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .dropdown-menu { position: static; transform: none !important; min-width: 0; padding: 4px 0 10px 14px; box-shadow: none; border: 0; background: transparent; opacity: 1; visibility: visible; display: none; }
  .nav-dropdown.is-open .dropdown-menu { display: block; }
  .dropdown-menu a { min-height: 48px; display: flex; align-items: center; }
  .hero { min-height: auto; padding: 70px 0 76px; }
  .hero-grid, .split-panel, .founder-panel, .evidence-grid, .page-hero-grid, .contact-grid, .review-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; }
  .case-folder-stack { width: 100%; max-width: 540px; margin-inline: auto; }
  .exhibit-grid, .dossier-grid, .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .numbered-process { grid-template-columns: 1fr; gap: 20px; }
  .numbered-process::before { left: 26px; right: auto; top: 0; bottom: 0; border-top: 0; border-left: 1px dashed rgba(201,162,39,.75); }
  .process-step { padding: 0 0 0 78px; text-align: left; min-height: 78px; }
  .process-step::before { left: 0; transform: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .folder-tabs { display: none; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .rating-block { position: static; }
  .case-navigator { bottom: 84px; }
  .mobile-cta { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px max(12px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right)); background: rgba(247,245,252,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 28px rgba(31,26,77,.10); }
  .mobile-cta .btn { min-height: 52px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .related-links { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 80px 0; }
  .section-sm { padding: 62px 0; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); line-height: 1.04; }
  h2 { font-size: clamp(2.05rem, 9vw, 2.85rem); }
  .lead { font-size: 1.04rem; }
  .hero { padding-top: 56px; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .hero-visual { min-height: 390px; margin-top: 20px; overflow: clip; }
  .case-folder-stack { width: 100%; max-width: 430px; height: 410px; transform: scale(.72) rotate(-2deg); transform-origin: center top; }
  .wax-seal { width: 110px; height: 110px; }
  .grid-2, .grid-3, .grid-4, .exhibit-grid, .dossier-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); min-height: 82px; }
  .trust-item:last-child { border-bottom: 0; }
  .form-grid, .option-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-template-columns: 52px 1fr; }
  .modal-dialog { padding: 30px 18px 24px; }
  .cookie-banner { flex-direction: column; align-items: stretch; bottom: 80px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .case-navigator { display: none; }
  .office-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3,200px); }
  .office-photo:first-child { grid-row: auto; }
  .report-stack { min-height: 420px; }
  .report-page { width: 82%; }
  .readiness-shell { padding: 26px 18px; }
  .readiness-actions { flex-direction: column-reverse; }
  .readiness-actions .btn { width: 100%; }
  .page-hero { padding: 56px 0 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .redaction-line::after { transform: translateX(104%); }
  .wax-seal { opacity: 1; transform: rotate(-8deg); }
  .reveal { opacity: 1; transform: none; }
}

/* Final first-fold calibration: keep the headline authoritative without pushing CTAs below the desktop fold. */
@media (min-width: 981px) {
  .hero { min-height: 690px; padding-top: 78px; padding-bottom: 78px; }
  .hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr); gap: 42px; }
  .hero h1 { font-size: clamp(3.65rem, 4.55vw, 4.8rem); line-height: 1.015; }
  .case-folder-stack { width: 500px; height: 500px; }
  .hero-visual { min-height: 520px; }
}
@media (max-width: 700px) {
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
}
