:root {
  --ink: #05070b;
  --navy: #07101c;
  --navy-2: #0b1728;
  --panel: #101a28;
  --paper: #f4f0e7;
  --paper-2: #ebe4d6;
  --gold: #d2ad42;
  --gold-soft: #ead58b;
  --gold-dark: #96711b;
  --white: #fbfaf6;
  --text: #ccd2dc;
  --muted: #8e99a8;
  --line: rgba(210, 173, 66, 0.24);
  --dark-line: rgba(255, 255, 255, 0.09);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.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: fixed; z-index: 200; left: 16px; top: -80px; padding: 12px 18px; background: var(--gold); color: #111; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(5, 7, 11, 0.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-shell { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-weight: 900; letter-spacing: -0.7px; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { color: var(--white); font-size: 14px; letter-spacing: 1.5px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: 1.6px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; font-size: 13px; color: #b9c0ca; }
.main-nav a { padding: 10px 0; transition: color 180ms ease; }
.main-nav a:hover { color: var(--gold-soft); }
.main-nav .nav-iepa { color: var(--gold-soft); }
.language-switch { display: flex; border: 1px solid var(--dark-line); }
.language-switch button { width: 40px; height: 38px; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.language-switch button.active { background: var(--gold); color: #111; font-weight: 900; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--dark-line); background: transparent; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--gold-soft); margin: 5px 0; }

.hero { min-height: calc(100vh - 82px); position: relative; overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at 78% 22%, rgba(210, 173, 66, 0.14), transparent 26%), linear-gradient(125deg, #030406, #07101c 60%, #05070b); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(210, 173, 66, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(210, 173, 66, 0.055) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-glow { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(210, 173, 66, 0.08); border-radius: 50%; right: -200px; top: -120px; box-shadow: 0 0 0 86px rgba(210, 173, 66, 0.02), 0 0 0 172px rgba(210, 173, 66, 0.015); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 72px; align-items: center; padding-top: 88px; padding-bottom: 88px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 2.8px; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: 12px; }
.hero h1, .section-heading h2, .contact-card h2 { margin: 0; color: var(--white); font-family: var(--serif); font-weight: 500; letter-spacing: -1.8px; line-height: 1.03; }
.hero h1 { max-width: 730px; font-size: clamp(48px, 6.3vw, 86px); }
.hero-lead { max-width: 700px; margin: 28px 0 0; font-size: 18px; color: #b3bbc6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #12100b; }
.button-primary:hover { background: var(--gold-soft); }
.button-secondary { border-color: var(--dark-line); color: var(--white); background: rgba(255,255,255,0.02); }
.button-secondary:hover { border-color: var(--gold); }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 28px; padding: 0; margin: 34px 0 0; list-style: none; color: #9ca6b5; font-size: 12px; }
.trust-list li::before { content: "◆"; margin-right: 9px; color: var(--gold); font-size: 8px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.command-card { width: min(100%, 510px); padding: 30px; background: linear-gradient(155deg, rgba(21, 30, 42, 0.96), rgba(5, 7, 11, 0.96)); border: 1px solid var(--line); box-shadow: var(--shadow); transform: perspective(1100px) rotateY(-7deg) rotateX(2deg); }
.command-topline, .command-footer { display: flex; align-items: center; gap: 10px; }
.command-topline { justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--dark-line); color: var(--gold); font-weight: 900; }
.command-topline small { color: var(--muted); font-size: 9px; letter-spacing: 1.6px; }
.command-title { padding: 32px 0 22px; }
.command-title p { margin: 0 0 4px; color: var(--muted); }
.command-title strong { font-family: var(--serif); color: var(--white); font-size: 38px; font-weight: 500; }
.command-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.command-metrics article { min-height: 122px; padding: 16px; border: 1px solid var(--dark-line); background: rgba(255,255,255,0.025); display: grid; align-content: start; }
.command-metrics span { color: var(--gold); font-size: 11px; font-weight: 900; }
.command-metrics strong { color: var(--white); font-size: 30px; }
.command-metrics small { color: var(--muted); font-size: 10px; }
.architecture-lines { height: 88px; display: flex; align-items: end; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--dark-line); }
.architecture-lines i { flex: 1; background: linear-gradient(var(--gold), #294f6f); height: 32%; }
.architecture-lines i:nth-child(2) { height: 52%; }
.architecture-lines i:nth-child(3) { height: 84%; }
.architecture-lines i:nth-child(4) { height: 66%; }
.architecture-lines i:nth-child(5) { height: 96%; }
.command-footer { padding-top: 18px; color: var(--muted); font-size: 11px; }
.command-footer b { margin-left: auto; color: var(--gold-soft); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #75b880; box-shadow: 0 0 0 4px rgba(117,184,128,0.12); }
.floating-label { position: absolute; min-width: 72px; padding: 10px 14px; border: 1px solid var(--line); background: rgba(5, 7, 11, 0.92); color: var(--gold-soft); font-size: 11px; font-weight: 900; letter-spacing: 1.2px; box-shadow: var(--shadow); }
.label-one { left: 0; top: 100px; }
.label-two { right: 0; top: 62px; }
.label-three { right: -10px; bottom: 100px; }
.label-four { left: 22px; bottom: 66px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080d15; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { min-height: 130px; padding: 26px 24px; border-left: 1px solid var(--dark-line); display: grid; align-content: center; }
.proof-grid article:last-child { border-right: 1px solid var(--dark-line); }
.proof-grid strong { color: var(--gold); font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1; }
.proof-grid span { margin-top: 10px; color: var(--muted); font-size: 12px; }

.section { padding: 112px 0; }
.section-light { background: var(--paper); color: #27313d; }
.section-dark { background: #05070b; color: var(--text); }
.section-navy { background: linear-gradient(140deg, var(--navy), #0b1728); color: var(--text); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 780px; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(40px, 5vw, 64px); }
.section-light .section-heading h2 { color: #101620; }
.section-heading > p:last-child { max-width: 720px; margin: 20px 0 0; font-size: 17px; color: var(--muted); }
.section-light .section-heading > p:last-child { color: #5f6874; }

.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(16, 22, 32, 0.16); border-bottom: 1px solid rgba(16, 22, 32, 0.16); }
.capability-card { min-height: 320px; padding: 30px 26px; border-left: 1px solid rgba(16, 22, 32, 0.16); display: flex; flex-direction: column; transition: background 180ms ease, transform 180ms ease; }
.capability-card:last-child { border-right: 1px solid rgba(16, 22, 32, 0.16); }
.capability-card:hover { background: #fffaf0; transform: translateY(-5px); }
.card-index { color: var(--gold-dark); font-family: var(--serif); font-size: 30px; }
.card-label { margin: auto 0 6px; color: var(--gold-dark); font-size: 11px; font-weight: 900; letter-spacing: 1.5px; }
.capability-card h3 { margin: 0; font-family: var(--serif); color: #111821; font-size: 36px; font-weight: 500; }
.capability-card p:last-child { color: #606976; font-size: 14px; }
.legal-layer { margin-top: 30px; padding: 24px 28px; display: grid; grid-template-columns: 250px 1fr; gap: 30px; border: 1px solid rgba(16, 22, 32, 0.16); background: rgba(255,255,255,0.32); }
.legal-layer span { color: var(--gold-dark); font-size: 11px; font-weight: 900; letter-spacing: 1.6px; }
.legal-layer p { margin: 0; color: #555f6a; font-size: 14px; }

.service-matrix { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--dark-line); }
.service-matrix article { padding: 34px 32px; border-bottom: 1px solid var(--dark-line); }
.service-matrix article:nth-child(odd) { border-right: 1px solid var(--dark-line); }
.service-matrix article > div { display: flex; gap: 16px; align-items: baseline; }
.service-matrix article > div span { color: var(--gold); font-family: var(--serif); font-size: 30px; }
.service-matrix h3 { margin: 0; color: var(--white); font-family: var(--serif); font-size: 30px; font-weight: 500; }
.service-matrix ul { margin: 22px 0 0 48px; padding: 0; list-style: none; display: grid; gap: 10px; color: #9da7b5; font-size: 14px; }
.service-matrix li::before { content: "—"; color: var(--gold); margin-right: 10px; }

.operating-layout { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 90px; align-items: start; }
.journey { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey li { display: grid; grid-template-columns: 76px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--dark-line); }
.journey li > span { color: var(--gold); font-family: var(--serif); font-size: 28px; }
.journey h3 { margin: 0; color: var(--white); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.journey p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.package-card { min-height: 350px; padding: 30px; border: 1px solid rgba(16, 22, 32, 0.15); background: rgba(255,255,255,0.28); display: flex; flex-direction: column; }
.package-card.featured { background: #111a27; border-color: var(--gold); color: var(--text); transform: translateY(-14px); box-shadow: var(--shadow); }
.package-card > span { color: var(--gold-dark); font-family: var(--serif); font-size: 28px; }
.package-card.featured > span { color: var(--gold); }
.package-card h3 { margin: auto 0 12px; color: #111821; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.package-card.featured h3 { color: var(--white); }
.package-card p { margin: 0 0 22px; color: #626b76; font-size: 14px; }
.package-card.featured p { color: #aab3bf; }
.package-card strong { color: var(--gold-dark); font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; }
.package-card.featured strong { color: var(--gold-soft); }

.resources-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: center; }
.resource-copy h2 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); line-height: 1.03; font-weight: 500; }
.resource-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); }
.resource-note { display: grid; gap: 8px; margin-top: 30px; padding: 18px 20px; border-left: 2px solid var(--gold); background: rgba(255,255,255,0.03); }
.resource-note strong { color: var(--gold-soft); font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; }
.resource-note span { color: var(--muted); font-size: 13px; }
.resource-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: start; }
.resource-card { margin: 0; background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); }
.resource-card.offset { margin-top: 56px; }
.resource-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; }
.resource-card figcaption { display: grid; gap: 4px; padding: 16px 18px; }
.resource-card b { color: var(--white); font-family: var(--serif); font-size: 19px; font-weight: 500; }
.resource-card span { color: var(--muted); font-size: 11px; }
.resource-card-body { padding: 18px; }
.resource-card-copy { display: grid; gap: 5px; min-height: 58px; }
.document-editions { display: grid; gap: 9px; margin-top: 18px; }
.document-edition { display: grid; grid-template-columns: 38px 1fr 1fr; align-items: center; gap: 8px; padding-top: 9px; border-top: 1px solid var(--dark-line); }
.document-edition strong { color: var(--gold); font-size: 11px; letter-spacing: 1.2px; }
.document-link, .document-request { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--dark-line); background: rgba(255,255,255,0.025); color: var(--white); font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.document-link:hover, .document-request:hover { border-color: var(--gold); color: var(--gold-soft); background: rgba(210,173,66,0.06); }
.document-request { padding: 0 12px; }

.pdf-dialog { width: min(1180px, calc(100vw - 30px)); height: min(860px, calc(100vh - 30px)); padding: 0; border: 1px solid var(--line); background: #06090e; color: var(--text); box-shadow: var(--shadow); }
.pdf-dialog::backdrop { background: rgba(0,0,0,0.84); backdrop-filter: blur(6px); }
.pdf-dialog-shell { height: 100%; display: grid; grid-template-rows: auto 1fr; }
.pdf-dialog-header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border-bottom: 1px solid var(--dark-line); }
.pdf-dialog-header > div:first-child { display: grid; gap: 3px; }
.pdf-dialog-header small { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.pdf-dialog-header strong { color: var(--white); font-family: var(--serif); font-size: 21px; font-weight: 500; }
.pdf-dialog-actions { display: flex; align-items: center; gap: 10px; }
.pdf-dialog-actions a { color: var(--gold-soft); font-size: 12px; font-weight: 800; }
.pdf-dialog-actions button { width: 40px; height: 40px; border: 1px solid var(--dark-line); background: transparent; color: var(--white); font-size: 26px; cursor: pointer; }
.pdf-dialog iframe { width: 100%; height: 100%; border: 0; background: #edf0f3; }
body.dialog-open { overflow: hidden; }

.consent-banner { position: fixed; z-index: 1200; left: 22px; right: 22px; bottom: 22px; max-width: 960px; margin: 0 auto; padding: 20px 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; border: 1px solid var(--line); background: rgba(7,16,28,0.98); box-shadow: var(--shadow); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { color: var(--white); font-family: var(--serif); font-size: 21px; font-weight: 500; }
.consent-banner p { margin: 6px 0; color: var(--muted); font-size: 12px; }
.consent-banner a { color: var(--gold-soft); font-size: 11px; font-weight: 800; }
.consent-actions { display: flex; gap: 8px; }
.consent-actions button { min-height: 42px; padding: 0 15px; border: 1px solid var(--dark-line); background: transparent; color: var(--white); font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.consent-actions .consent-accept { border-color: var(--gold); background: var(--gold); color: #12100b; }

.contact-section { padding: 92px 0; background: var(--gold); color: #15130e; }
.contact-card { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 80px; align-items: center; }
.contact-card .eyebrow { color: #5f480a; }
.contact-card .eyebrow::before { background: #5f480a; }
.contact-card h2 { color: #12100b; font-size: clamp(38px, 4.6vw, 62px); }
.contact-card p:last-child { max-width: 700px; margin: 20px 0 0; color: #4d3b0b; }
.contact-actions { display: grid; gap: 9px; }
.contact-actions .button-primary { background: #111821; color: var(--white); }
.contact-link { padding: 10px 0; border-bottom: 1px solid rgba(17,24,33,0.24); color: #17140d; font-weight: 700; font-size: 14px; }

.site-footer { padding: 70px 0 28px; background: #030405; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 56px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid > div:first-child > p { max-width: 310px; color: var(--muted); font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: var(--gold); font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid > div:last-child p { margin: 0 0 10px; color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--dark-line); display: flex; justify-content: space-between; color: #6f7885; font-size: 11px; }

.privacy-page { background: #05070b; }
.privacy-back { margin-left: auto; color: var(--gold-soft); font-size: 12px; font-weight: 800; }
.privacy-hero { padding: 150px 0 84px; background: radial-gradient(circle at 78% 22%, rgba(210,173,66,0.14), transparent 26%), linear-gradient(125deg, #030406, #07101c 60%, #05070b); }
.privacy-hero h1 { max-width: 760px; margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(46px, 6vw, 76px); font-weight: 500; line-height: 1.03; }
.privacy-hero > .container > p:last-child { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.privacy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; }
.privacy-grid article { padding: 34px; border: 1px solid rgba(16,22,32,0.15); background: rgba(255,255,255,0.35); }
.privacy-language { color: var(--gold-dark); font-size: 10px; font-weight: 900; letter-spacing: 1.6px; }
.privacy-grid h2 { margin: 8px 0 28px; color: #101620; font-family: var(--serif); font-size: 36px; font-weight: 500; }
.privacy-grid h3 { margin: 25px 0 7px; color: #202a36; font-size: 15px; }
.privacy-grid p { color: #5f6874; font-size: 14px; }
.privacy-grid a { color: var(--gold-dark); font-weight: 800; }
.compact-footer { padding-top: 22px; }
.compact-footer .footer-bottom { margin-top: 0; }
.compact-footer a { color: var(--gold-soft); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 12px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 500px; }
  .operating-layout, .resources-layout { grid-template-columns: 1fr; gap: 50px; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card.featured { transform: none; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 1180px); }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 82px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 26px 24px; background: rgba(5,7,11,0.98); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 17px 4px; border-bottom: 1px solid var(--dark-line); font-size: 15px; }
  .language-switch { margin-left: 0; }
  .hero { min-height: auto; }
  .hero-layout { padding-top: 70px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(44px, 10vw, 68px); }
  .proof-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(3) { border-left: 1px solid var(--dark-line); }
  .capability-card:nth-child(3) { border-top: 1px solid rgba(16,22,32,0.16); }
  .capability-card:nth-child(4) { border-top: 1px solid rgba(16,22,32,0.16); }
  .service-matrix { grid-template-columns: 1fr; }
  .service-matrix article:nth-child(odd) { border-right: 0; }
  .contact-card { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .brand-copy { display: none; }
  .nav-shell { min-height: 72px; }
  .main-nav { inset: 72px 0 0; }
  .section { padding: 78px 0; }
  .hero-layout { padding-top: 54px; gap: 30px; }
  .hero h1 { font-size: 44px; letter-spacing: -1px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .command-card { padding: 20px; transform: none; }
  .command-title strong { font-size: 30px; }
  .command-metrics article { min-height: 100px; padding: 11px; }
  .command-metrics strong { font-size: 24px; }
  .floating-label { display: none; }
  .proof-grid, .capability-grid, .package-grid, .resource-gallery { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 100px; border-right: 1px solid var(--dark-line); }
  .capability-card { min-height: 270px; border-right: 1px solid rgba(16,22,32,0.16); border-top: 1px solid rgba(16,22,32,0.16); }
  .legal-layer { grid-template-columns: 1fr; gap: 12px; }
  .service-matrix article { padding: 28px 4px; }
  .service-matrix ul { margin-left: 0; }
  .journey li { grid-template-columns: 54px 1fr; }
  .package-card { min-height: 300px; }
  .resource-card.offset { margin-top: 0; }
  .document-edition { grid-template-columns: 32px 1fr; }
  .document-edition .document-link:last-child { grid-column: 2; }
  .pdf-dialog { width: 100vw; height: 100vh; max-width: none; max-height: none; border: 0; }
  .pdf-dialog-header { align-items: flex-start; }
  .pdf-dialog-header strong { font-size: 16px; }
  .pdf-dialog-actions a { display: none; }
  .consent-banner { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr; gap: 14px; padding: 17px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-section { padding: 72px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .privacy-back { font-size: 11px; }
  .privacy-hero { padding: 120px 0 68px; }
  .privacy-grid { grid-template-columns: 1fr; gap: 24px; }
  .privacy-grid article { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
/* Branded fallback page */
.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 15%, rgba(207, 171, 54, 0.16), transparent 30%),
    #07090d;
  color: #f7f2e7;
}

.error-shell {
  width: min(720px, 100%);
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(207, 171, 54, 0.45);
  background: rgba(15, 19, 27, 0.94);
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.error-shell .eyebrow {
  color: #d8b43b;
}

.error-shell h1 {
  margin: 18px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 12vw, 7rem);
  line-height: 0.9;
}

.error-shell p {
  max-width: 540px;
  margin: 0 auto 28px;
  color: #c8c9cd;
  line-height: 1.7;
}
