:root {
  --ink: #071b2b;
  --ink-2: #0c293d;
  --ink-3: #123b54;
  --blue: #126b96;
  --cyan: #58cbe3;
  --cyan-soft: #dff5fa;
  --paper: #f7f5f0;
  --paper-2: #efede7;
  --white: #fff;
  --muted: #596a75;
  --line: rgba(7, 27, 43, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 28px 80px rgba(7, 27, 43, .16);
  --serif: "Noto Serif", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
svg { display: block; max-width: 100%; }
.shell { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.utility { color: rgba(255,255,255,.75); background: #04131e; font-size: .73rem; letter-spacing: .025em; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.utility-links { display: flex; gap: 28px; }
.utility a { color: white; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(247,245,240,.94); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: 235px 1fr auto; align-items: center; min-height: 84px; }
.brand { display: inline-flex; align-items: center; width: fit-content; text-decoration: none; }
.brand-mark svg { width: 58px; height: 58px; filter: drop-shadow(0 6px 9px rgba(7,27,43,.15)); }
.brand-divider { width: 1px; height: 45px; margin: 0 12px; background: var(--blue); opacity: .54; }
.brand-word { color: var(--blue); font-size: 1.38rem; font-weight: 400; letter-spacing: -.07em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 2.8vw, 42px); }
.desktop-nav a { position: relative; padding: 30px 0 25px; font-size: .84rem; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--cyan); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .72rem; }
.language button { padding: 4px 2px; border: 0; color: inherit; background: none; cursor: pointer; }
.language button[aria-pressed="true"] { color: var(--ink); font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; font-size: .8rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; transition: .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { border-color: var(--blue); background: var(--blue); }
.button-light { border-color: white; color: var(--ink); background: white; }
.button-light:hover, .button-light:focus-visible { border-color: var(--cyan); background: var(--cyan-soft); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .82rem; font-weight: 700; text-underline-offset: 5px; }
.light-link { color: white; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ink); }
.mobile-nav { padding: 12px 24px 24px; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav a { display: block; padding: 12px 0; font-weight: 600; text-decoration: none; }
.mobile-nav .button { margin-top: 8px; color: white; background: var(--ink); }

.hero { position: relative; min-height: 720px; overflow: hidden; color: white; background: radial-gradient(circle at 82% 38%, rgba(28,114,147,.32), transparent 38%), linear-gradient(120deg, #071b2b 0%, #082235 53%, #0d354d 100%); }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 116px 116px; mask-image: linear-gradient(to right, transparent 8%, black 36%, black 100%); }
.hero::after { position: absolute; right: -12%; bottom: -48%; width: 680px; height: 680px; border: 1px solid rgba(88,203,227,.18); border-radius: 50%; box-shadow: 0 0 0 65px rgba(88,203,227,.025), 0 0 0 132px rgba(88,203,227,.018); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(52px, 7vw, 98px); align-items: center; min-height: 720px; padding-block: 82px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--blue); font-size: .71rem; font-weight: 800; letter-spacing: .17em; line-height: 1.35; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 2px; background: currentColor; content: ""; }
.eyebrow-light { color: #78d7ea; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.6rem, 6vw, 6rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 4.2vw, 4.45rem); }
h1 em, h2 em { color: #9ce2ef; font-weight: 400; }
.intro h2 em, .international h2 em, .firm-section h2 em, .contact-section h2 em { color: var(--blue); }
.hero-lede { max-width: 660px; margin-bottom: 32px; color: rgba(255,255,255,.76); font-size: 1.12rem; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 30px; }
.response-note { display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(255,255,255,.6); font-size: .76rem; }
.response-note > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(88,203,227,.11); }
.response-note b { color: white; font-weight: 600; }

.decision-panel, .ai-panel { border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(4,19,30,.5); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.panel-head, .ai-panel-top { display: flex; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.panel-head span, .ai-panel-top span { color: rgba(255,255,255,.42); font-size: .63rem; letter-spacing: .13em; }
.panel-head strong { font-size: .72rem; }
.decision-core { display: grid; grid-template-columns: 106px 1fr; gap: 28px; align-items: center; padding: 32px 28px; }
.orbit, .ai-rings { display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid rgba(88,203,227,.38); border-radius: 50%; box-shadow: 0 0 0 13px rgba(88,203,227,.04), 0 0 0 26px rgba(88,203,227,.025); }
.orbit span { color: #b5e9f2; font-family: var(--serif); font-size: 1.28rem; }
.decision-core p { margin: 0; font-family: var(--serif); font-size: 1.42rem; line-height: 1.42; }
.decision-core strong { color: #9ce2ef; font-weight: 400; }
.decision-panel ul, .ai-panel ol { margin: 0; padding: 0; list-style: none; }
.decision-panel li, .ai-panel li { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; min-height: 66px; padding: 0 26px; border-top: 1px solid rgba(255,255,255,.11); }
.decision-panel li > span, .ai-panel li > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(88,203,227,.28); border-radius: 50%; color: #8bd9e8; font-size: .65rem; }
.decision-panel li b, .ai-panel li b { font-size: .77rem; }
.decision-panel li small, .ai-panel li small { color: rgba(255,255,255,.42); font-size: .67rem; }

.proof-strip { border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 110px; padding: 27px 26px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 5px; font-family: var(--serif); font-size: 1.13rem; }
.proof-grid span { color: var(--muted); font-size: .72rem; }

.section { padding-block: 120px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(50px, 9vw, 130px); align-items: end; margin-bottom: 60px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 6px; color: var(--muted); line-height: 1.78; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 38px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.4); transition: .2s ease; }
.service-card:hover { z-index: 1; background: white; box-shadow: var(--shadow); transform: translateY(-4px); }
.service-number { color: var(--blue); font-size: .67rem; letter-spacing: .12em; }
.card-kicker { margin: 54px 0 15px; color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin-bottom: 16px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.2; }
.service-card p:last-child { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.72; }

.feature-section { padding-block: 118px; color: white; background: linear-gradient(115deg, #061724, #0a2e44); }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.feature-copy > p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.8; }
.ai-panel { overflow: hidden; }
.ai-panel-top b { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.ai-core { display: grid; grid-template-columns: 128px 1fr; gap: 30px; align-items: center; padding: 40px 32px; }
.ai-rings { width: 112px; height: 112px; }
.ai-rings span { font-family: var(--serif); font-size: 1.7rem; }
.ai-core p { margin: 0; }
.ai-core strong, .ai-core small { display: block; }
.ai-core strong { margin-bottom: 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.ai-core small { color: rgba(255,255,255,.48); }

.international { background: white; }
.international-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.map-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; color: #8edceb; background: radial-gradient(circle at 50% 50%, #0f3e59, #061724 72%); box-shadow: var(--shadow); }
.map-card svg { width: 100%; height: 500px; }
.map-caption { position: absolute; right: 28px; bottom: 26px; left: 28px; display: flex; align-items: center; gap: 10px; padding: 16px 18px; border: 1px solid var(--line-light); border-radius: 12px; color: white; background: rgba(7,27,43,.72); }
.map-caption span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.map-caption b { font-size: .75rem; }
.international-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.check-list { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 16px 13px 44px; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 600; }
.check-list li::before { position: absolute; top: 13px; left: 12px; color: var(--blue); content: "↗"; }

.process-section { padding-block: 112px; color: white; background: var(--ink); }
.process-section .split-heading > p { color: rgba(255,255,255,.62); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.process-grid article { min-height: 250px; padding: 34px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.process-grid article > span { color: var(--cyan); font-size: .7rem; }
.process-grid h3 { margin: 66px 0 12px; font-family: var(--serif); font-size: 1.9rem; font-weight: 400; }
.process-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .82rem; }

.firm-section { background: var(--paper-2); }
.firm-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.firm-stat { padding-top: 24px; border-top: 1px solid var(--line); }
.firm-stat > span { display: block; font-family: var(--serif); font-size: clamp(5rem, 10vw, 9rem); line-height: 1; letter-spacing: -.07em; }
.firm-stat p { margin-top: 12px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.firm-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.85; }
.values { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values > div { min-height: 112px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values b, .values span { display: block; }
.values b { margin-bottom: 6px; font-family: var(--serif); font-size: 1.12rem; }
.values span { color: var(--muted); font-size: .72rem; }

.urgent { padding-block: 84px; color: white; background: linear-gradient(100deg, #126b96, #0a3149); }
.urgent-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.urgent h2 { max-width: 850px; font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.urgent p:not(.eyebrow) { max-width: 800px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.urgent-actions { display: grid; gap: 10px; justify-items: center; min-width: 240px; }

.contact-section { padding-block: 118px; text-align: center; background: white; }
.contact-inner { max-width: 820px; }
.contact-section .eyebrow { justify-content: center; }
.contact-section p:not(.eyebrow) { max-width: 650px; margin: 0 auto 30px; color: var(--muted); }
.contact-actions { display: flex; justify-content: center; align-items: center; gap: 28px; }
.phone-link { color: var(--blue); font-weight: 700; text-decoration: none; }

.ai-hero { min-height: 760px; }
.ai-hero .hero-grid { min-height: 760px; }
.ai-hero h1 { font-size: clamp(3.45rem, 5.5vw, 5.55rem); }
.risk-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.risk-grid article { min-height: 260px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.risk-grid article > span, .deliverable-grid article > span, .framework-grid article > span { color: var(--blue); font-size: .68rem; }
.risk-grid h3, .deliverable-grid h3, .framework-grid h3 { margin: 52px 0 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.25; }
.risk-grid p, .deliverable-grid p, .framework-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.framework-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.framework-grid article { min-height: 300px; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.framework-grid article > span { color: var(--cyan); }
.framework-grid h3 { margin-top: 72px; color: white; }
.framework-grid p { color: rgba(255,255,255,.58); }
.deliverables { background: white; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.engagement-section { padding-block: 118px; color: white; background: linear-gradient(115deg, #082235, #0d3b56); }
.engagement-section .split-heading > p { color: rgba(255,255,255,.62); }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.engagement-grid article { display: flex; flex-direction: column; min-height: 380px; padding: 34px; border: 1px solid var(--line-light); border-radius: 18px; background: rgba(4,19,30,.35); }
.engagement-grid article.recommended { border-color: rgba(88,203,227,.58); background: rgba(18,107,150,.25); }
.engagement-grid .tag { color: var(--cyan); font-size: .63rem; font-weight: 800; letter-spacing: .13em; }
.engagement-grid h3 { margin: 82px 0 15px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.engagement-grid p { color: rgba(255,255,255,.62); font-size: .82rem; }
.engagement-grid a { margin-top: auto; color: white; font-size: .78rem; font-weight: 700; text-underline-offset: 5px; }

footer { padding-top: 72px; color: rgba(255,255,255,.66); background: #04131e; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 62px; }
.footer-brand .brand-word { color: white; font-size: 2rem; }
.footer-grid p { margin: 16px 0 0; font-size: .78rem; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 8px; }
.footer-grid b { margin-bottom: 8px; color: white; font-size: .75rem; }
.footer-grid a, .footer-grid span { font-size: .72rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .63rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .service-card { transition: none; }
}

@media (max-width: 1040px) {
  .desktop-nav, .header-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 80px; }
  .hero { min-height: auto; }
  .decision-panel { max-width: 660px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .international-grid { grid-template-columns: 1fr; }
  .feature-copy { max-width: 780px; }
  .map-card { order: 2; }
  .urgent-inner { grid-template-columns: 1fr; }
  .urgent-actions { justify-items: start; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 32px, 1180px); }
  .utility-inner { justify-content: center; min-height: 32px; }
  .utility-inner > span, .utility-links a:last-child { display: none; }
  .header-inner { min-height: 72px; }
  .brand-mark svg { width: 50px; height: 50px; }
  .brand-divider { height: 38px; }
  .language { margin-right: 2px; }
  .hero-grid { gap: 54px; padding-block: 64px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions, .contact-actions { align-items: flex-start; flex-direction: column; }
  .decision-core { grid-template-columns: 1fr; }
  .proof-grid, .service-grid, .process-grid, .values { grid-template-columns: 1fr; }
  .risk-grid, .framework-grid, .deliverable-grid, .engagement-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 1px solid var(--line); }
  .section, .feature-section { padding-block: 82px; }
  .split-heading, .firm-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-card { min-height: 290px; }
  .risk-grid article, .framework-grid article, .deliverable-grid article, .engagement-grid article { min-height: 250px; }
  .feature-grid { gap: 48px; }
  .ai-core { grid-template-columns: 1fr; }
  .map-card { min-height: 390px; }
  .map-card svg { height: 390px; }
  .international-grid { gap: 45px; }
  .process-section { padding-block: 82px; }
  .urgent { padding-block: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 470px) {
  .header-actions { gap: 9px; }
  .brand-divider { margin-inline: 9px; }
  .brand-word { font-size: 1.2rem; }
  .decision-panel li, .ai-panel li { grid-template-columns: 38px 1fr; }
  .decision-panel li small, .ai-panel li small { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Serious editorial direction */
:root {
  --ink: #0a1823;
  --ink-2: #112938;
  --ink-3: #1f3b4d;
  --blue: #075b91;
  --cyan: #ae8d5d;
  --cyan-soft: #eee5d6;
  --paper: #f4f1eb;
  --paper-2: #eae6de;
  --muted: #5a646b;
  --line: rgba(10, 24, 35, .18);
  --line-light: rgba(255, 255, 255, .2);
  --shadow: 0 22px 55px rgba(10, 24, 35, .12);
}

body { color: var(--ink); background: var(--paper); }
.utility { color: rgba(255,255,255,.72); background: #06121b; letter-spacing: .055em; }
.site-header { border-color: rgba(10,24,35,.12); background: rgba(250,249,246,.98); backdrop-filter: none; }
.header-inner { grid-template-columns: 236px 1fr auto; min-height: 92px; }
.brand-logo { display: block; width: 218px; height: auto; }
.desktop-nav { gap: clamp(28px, 3vw, 48px); }
.desktop-nav a { padding: 34px 0 30px; color: #172a37; font-size: .72rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.desktop-nav a::after { bottom: 27px; height: 1px; background: var(--cyan); }
.language { letter-spacing: .08em; }

.button { min-height: 50px; padding: 0 25px; border-radius: 2px; font-size: .72rem; letter-spacing: .075em; text-transform: uppercase; }
.button-dark { border-color: var(--ink); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { border-color: #16384c; background: #16384c; }
.button-light { border-color: #f9f8f4; background: #f9f8f4; }
.button-light:hover, .button-light:focus-visible { border-color: #d8c5a7; background: #ede5d7; }
.text-link { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 7px; }

.hero { min-height: 690px; background: #0b1e2b; }
.hero-grid-overlay { opacity: .12; background-image: linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(255,255,255,.15) 50%, transparent calc(50% + 1px)); background-size: 290px 100%; mask-image: none; }
.hero::after { display: none; }
.hero-grid { grid-template-columns: 1.15fr .85fr; gap: clamp(70px, 8vw, 125px); min-height: 690px; padding-block: 92px; }
.eyebrow { color: #8a6c43; font-size: .66rem; letter-spacing: .2em; }
.eyebrow::before { width: 42px; height: 1px; }
.eyebrow-light { color: #c6a97d; }
h1, h2 { letter-spacing: -.038em; }
h1 { max-width: 740px; margin-bottom: 30px; font-size: clamp(3.5rem, 5.35vw, 5.25rem); line-height: 1.06; }
h2 { font-size: clamp(2.35rem, 3.75vw, 4rem); line-height: 1.12; }
h1 em, h2 em { color: #d9c6a6; }
.intro h2 em, .international h2 em, .firm-section h2 em, .contact-section h2 em { color: var(--blue); }
.hero-lede { max-width: 690px; color: rgba(255,255,255,.7); font-size: 1.02rem; line-height: 1.85; }
.response-note > span:first-child { border-radius: 0; background: #c6a97d; box-shadow: none; }

.decision-panel, .ai-panel { border-color: rgba(255,255,255,.23); border-radius: 2px; background: transparent; box-shadow: none; backdrop-filter: none; }
.panel-head, .ai-panel-top { padding: 22px 24px; }
.panel-head span, .ai-panel-top span { color: rgba(255,255,255,.48); letter-spacing: .17em; }
.decision-core { grid-template-columns: 100px 1fr; gap: 30px; padding: 36px 26px; }
.orbit, .ai-rings { width: 92px; height: 76px; border: 0; border-top: 1px solid rgba(198,169,125,.6); border-bottom: 1px solid rgba(198,169,125,.6); border-radius: 0; box-shadow: none; }
.orbit span { color: white; font-size: 1.45rem; }
.decision-core p { font-size: 1.3rem; }
.decision-core strong { color: #d9c6a6; }
.decision-panel li, .ai-panel li { min-height: 68px; border-color: rgba(255,255,255,.16); }
.decision-panel li > span, .ai-panel li > span { border: 0; border-radius: 0; color: #c6a97d; }
.decision-panel li small, .ai-panel li small { color: rgba(255,255,255,.48); }

.proof-strip { border-color: var(--line); background: #e6e1d7; }
.proof-grid > div { min-height: 116px; padding: 29px 28px; }
.proof-grid strong { margin-bottom: 7px; font-size: 1.05rem; }
.proof-grid span { font-size: .68rem; letter-spacing: .02em; }

.section { padding-block: 112px; }
.split-heading { margin-bottom: 64px; }
.split-heading > p { font-size: .9rem; }
.service-grid { background: transparent; }
.service-card { min-height: 320px; padding: 36px 32px; background: transparent; }
.service-card:hover { background: #faf9f6; box-shadow: none; transform: none; }
.service-number { color: #8a6c43; letter-spacing: .18em; }
.card-kicker { margin-top: 58px; color: #8a6c43; letter-spacing: .19em; }
.service-card h3 { font-size: 1.6rem; }

.feature-section { padding-block: 112px; background: #102735; }
.feature-grid { gap: clamp(72px, 9vw, 135px); }
.feature-copy > p:not(.eyebrow) { font-size: .92rem; }
.ai-panel-top b { font-size: 1.1rem; }
.ai-core { grid-template-columns: 110px 1fr; padding: 36px 30px; }
.ai-rings { width: 92px; height: 92px; border: 1px solid rgba(198,169,125,.5); border-radius: 50%; }
.ai-rings span { font-size: 1.5rem; }

.international { background: #fbfaf7; }
.map-card { min-height: 500px; border: 1px solid var(--line); border-radius: 2px; color: #69808d; background: #e4e7e5; box-shadow: none; }
.map-card svg { height: 480px; filter: grayscale(1); opacity: .78; }
.map-caption { border-radius: 0; background: rgba(10,24,35,.9); }
.map-caption span { border-radius: 0; background: #c6a97d; }
.check-list li::before { color: #8a6c43; }

.process-section { padding-block: 108px; background: #0d202d; }
.process-grid article { min-height: 240px; }
.process-grid article > span { color: #c6a97d; }
.process-grid h3 { margin-top: 62px; font-size: 1.7rem; }

.firm-section { background: #eae6de; }
.firm-grid { grid-template-columns: .72fr 1.28fr; gap: clamp(75px, 10vw, 145px); align-items: start; }
.firm-stat { padding: 0; border: 0; }
.founder-portrait { margin: 0; }
.founder-portrait img { display: block; width: 100%; max-height: 650px; border: 1px solid rgba(10,24,35,.25); object-fit: cover; object-position: center top; filter: grayscale(100%) contrast(1.06); }
.founder-portrait figcaption { display: grid; gap: 2px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.founder-portrait strong { font-family: var(--serif); font-size: 1.03rem; font-weight: 400; }
.founder-portrait span { color: var(--muted); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.firm-copy > p:not(.eyebrow) { font-size: .93rem; line-height: 1.9; }
.values { margin-top: 38px; }
.values > div { min-height: 108px; }

.urgent { padding-block: 82px; background: #075b91; }
.urgent h2 { font-size: clamp(2.15rem, 3.45vw, 3.5rem); }
.urgent h2 em { color: #ead9be; }
.contact-section { background: #fbfaf7; }

footer { background: #071722; }
.footer-brand { padding: 7px 10px; background: #faf9f6; }
.footer-brand .brand-logo { width: 230px; }
.footer-grid b { color: #e3d4bb; letter-spacing: .08em; text-transform: uppercase; }

.ai-hero { min-height: 710px; }
.ai-hero .hero-grid { min-height: 710px; }
.ai-hero h1 { font-size: clamp(3.3rem, 5vw, 5rem); }
.risk-grid article, .deliverable-grid article { background: transparent; }
.risk-grid article > span, .deliverable-grid article > span, .framework-grid article > span { color: #8a6c43; }
.framework-grid article > span { color: #c6a97d; }
.engagement-section { background: #102735; }
.engagement-grid { gap: 0; }
.engagement-grid article { border-radius: 0; background: transparent; }
.engagement-grid article.recommended { border-color: rgba(198,169,125,.65); background: rgba(198,169,125,.08); }
.engagement-grid .tag { color: #c6a97d; }

.greece-dossier {
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: 34px 34px 28px;
  border: 0;
  color: white;
  background: #0a1823;
}
.dossier-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
.dossier-head span { color: rgba(255,255,255,.48); font-size: .62rem; letter-spacing: .18em; }
.dossier-head b { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.dossier-code { display: block; margin: 26px 0 18px; color: #d8c5a5; font-family: var(--serif); font-size: clamp(8rem, 14vw, 12.5rem); font-weight: 400; letter-spacing: -.11em; line-height: .88; }
.greece-dossier dl { margin: auto 0 0; }
.greece-dossier dl > div { display: grid; grid-template-columns: 44px 1fr; align-items: center; min-height: 56px; border-top: 1px solid rgba(255,255,255,.14); }
.greece-dossier dt { color: #c6a97d; font-size: .65rem; }
.greece-dossier dd { margin: 0; font-size: .76rem; font-weight: 600; }
.greece-dossier .map-caption { position: static; margin-top: 24px; padding: 14px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); background: transparent; }
.greece-dossier .map-caption b { font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.prestige-hero { min-height: 740px; }
.prestige-hero .hero-grid { grid-template-columns: 1.12fr .68fr; min-height: 740px; }
.prestige-hero h1 { max-width: 780px; font-size: clamp(3.65rem, 5.35vw, 5.35rem); }
.prestige-hero .hero-lede { max-width: 720px; }
.hero-founder { position: relative; align-self: stretch; min-height: 550px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.27); background: #0a1823; }
.hero-founder img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; filter: grayscale(100%) contrast(1.08); opacity: .88; }
.hero-founder::after { position: absolute; inset: 35% 0 0; background: linear-gradient(to bottom, transparent, rgba(4,14,21,.93)); content: ""; }
.hero-founder figcaption { position: absolute; right: 28px; bottom: 26px; left: 28px; z-index: 1; display: grid; gap: 4px; color: white; }
.hero-founder figcaption span { color: #c6a97d; font-size: .62rem; letter-spacing: .18em; }
.hero-founder figcaption strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.hero-founder figcaption small { color: rgba(255,255,255,.62); font-size: .7rem; }

.prestige-expertise { padding-block: 112px; background: #f4f1eb; }
.prestige-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 58px; }
.prestige-heading h2 { grid-column: 1 / -1; max-width: 760px; margin-bottom: 0; }
.prestige-practice-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.prestige-practice-grid article { display: flex; flex-direction: column; min-height: 390px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prestige-practice-grid article > span { color: #8a6c43; font-size: .67rem; letter-spacing: .16em; }
.prestige-practice-grid .card-kicker { margin: 76px 0 16px; }
.prestige-practice-grid h3 { margin-bottom: 18px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.25; }
.prestige-practice-grid article > p:last-of-type { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.prestige-practice-grid article > a { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-underline-offset: 6px; text-transform: uppercase; }
.prestige-practice-grid .litigation-practice { color: white; background: #0a1823; }
.prestige-practice-grid .litigation-practice > span, .prestige-practice-grid .litigation-practice .card-kicker { color: #c6a97d; }
.prestige-practice-grid .litigation-practice > p:last-of-type { color: rgba(255,255,255,.64); }

.sector-section { padding-block: 112px; background: #fbfaf7; }
.sector-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: clamp(48px, 8vw, 120px); align-items: end; margin-bottom: 58px; }
.sector-heading h2 { max-width: 820px; margin-bottom: 0; }
.sector-heading > p { margin: 0 0 7px; color: var(--muted); font-size: .86rem; line-height: 1.85; }
.sector-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-list > div { display: flex; align-items: center; gap: 24px; min-height: 88px; padding: 20px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-list span { color: #8a6c43; font-size: .64rem; letter-spacing: .14em; }
.sector-list strong { font-family: var(--serif); font-size: clamp(1.05rem, 1.55vw, 1.3rem); font-weight: 400; line-height: 1.35; }

.thinking-section { padding-block: 112px; background: #e9e5dd; }
.thinking-heading { max-width: 820px; margin-bottom: 54px; }
.thinking-heading h2 { margin-bottom: 0; }
.thinking-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.thinking-card { display: flex; flex-direction: column; min-height: 410px; padding: clamp(34px, 5vw, 58px); border: 1px solid var(--line); background: #f7f5f0; }
.thinking-card + .thinking-card { border-left: 0; }
.thinking-card-dark { color: white; border-color: #0a1823; background: #0a1823; }
.thinking-tag { color: #8a6c43; font-size: .64rem; font-weight: 700; letter-spacing: .16em; }
.thinking-card-dark .thinking-tag { color: #c6a97d; }
.thinking-card h3 { max-width: 560px; margin: 72px 0 20px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.1; }
.thinking-card p { max-width: 540px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.85; }
.thinking-card-dark p { color: rgba(255,255,255,.64); }
.thinking-card a { align-self: flex-start; margin-top: auto; padding-top: 34px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-decoration-thickness: 1px; text-underline-offset: 6px; text-transform: uppercase; }
.thinking-card-dark a { color: #e0c79f; }

.legacy-band { padding-block: 102px; color: white; background: #102735; }
.legacy-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.legacy-year { color: #d8c5a5; font-family: var(--serif); font-size: clamp(6rem, 13vw, 11rem); letter-spacing: -.08em; line-height: .9; }
.legacy-band h2 { max-width: 760px; }
.legacy-band > .shell > div:last-child > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; line-height: 1.85; }

.prestige-contact { padding-block: 110px; background: #fbfaf7; }
.prestige-contact h2 { max-width: 850px; }
.contact-location-copy { max-width: 760px; margin: -6px 0 14px; color: var(--muted); font-size: .9rem; line-height: 1.85; }
.contact-email { display: inline-block; margin: 16px 0 54px; color: var(--blue); font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; text-decoration-thickness: 1px; text-underline-offset: 9px; }
.phone-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.phone-grid a { display: grid; gap: 7px; min-height: 118px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s ease; }
.phone-grid a:hover, .phone-grid a:focus-visible { background: #ede8df; }
.phone-grid span { color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.phone-grid strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .decision-panel { max-width: 700px; }
  .prestige-hero .hero-grid { grid-template-columns: 1fr; }
  .hero-founder { width: min(560px, 100%); min-height: 620px; }
  .prestige-practice-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .header-inner { min-height: 78px; }
  .brand-logo { width: 174px; }
  .hero-grid { padding-block: 70px; }
  h1 { font-size: clamp(3rem, 13.5vw, 4.6rem); }
  .decision-core { grid-template-columns: 1fr; }
  .firm-grid { gap: 42px; }
  .founder-portrait img { max-height: 560px; }
  .greece-dossier { min-height: 480px; }
  .prestige-hero h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .hero-founder { min-height: 520px; }
  .prestige-expertise, .sector-section, .thinking-section, .prestige-contact { padding-block: 82px; }
  .prestige-practice-grid, .phone-grid { grid-template-columns: 1fr; }
  .prestige-practice-grid article { min-height: 330px; }
  .sector-heading, .sector-list, .thinking-grid { grid-template-columns: 1fr; }
  .thinking-card { min-height: 360px; }
  .thinking-card + .thinking-card { border-top: 0; border-left: 1px solid var(--line); }
  .legacy-grid { grid-template-columns: 1fr; gap: 48px; }
  .legacy-year { font-size: clamp(6rem, 32vw, 9rem); }
  .contact-email { overflow-wrap: anywhere; }
}
