:root {
  color-scheme: light;
  --navy: #07111f;
  --navy-2: #0b1727;
  --ivory: #f3f0e9;
  --paper: #f8f6f1;
  --graphite: #101722;
  --cobalt: #3155e7;
  --champagne: #b9a77c;
  --brass-text: #6f5c2e;
  --white: #ffffff;
  --muted: #5c6470;
  --line: rgba(16, 23, 34, 0.18);
  --line-dark: rgba(243, 240, 233, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Manrope, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --container: min(1240px, calc(100vw - 80px));
  --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--graphite);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--cobalt); }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 10px 16px; color: var(--navy); background: var(--ivory); border: 1px solid var(--champagne); }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--ivory);
  transition: background-color .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(7,17,31,.96); border-bottom-color: var(--line-dark); }
.header-inner { width: var(--container); height: var(--header-height); margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 13px; }
.brand-monogram { width: 35px; height: 35px; display: grid; place-items: center; font-family: var(--serif); font-size: 1.8rem; line-height: 1; border: 1px solid currentColor; }
.brand-name { font-size: .78rem; font-weight: 700; letter-spacing: .28em; }
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav a, .header-action { font-size: .78rem; letter-spacing: .035em; }
.desktop-nav a { color: rgba(243,240,233,.73); position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--champagne); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a:hover { color: var(--white); }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 24px; }
.header-action { padding: 10px 0 8px; border-bottom: 1px solid var(--champagne); font-weight: 650; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; color: rgba(243,240,233,.34); font-size: .62rem; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.language-switcher a { padding: 6px 1px; color: rgba(243,240,233,.7); transition: color .2s ease; }
.language-switcher a:hover, .language-switcher a:focus-visible, .language-switcher a.is-active { color: var(--champagne); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 900px; height: 100svh; max-height: 1080px; color: var(--ivory); background: var(--navy); position: relative; isolation: isolate; overflow: hidden; }
.hero-grid-lines { position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 160px 160px; mask-image: linear-gradient(to bottom, black 0, rgba(0,0,0,.65) 70%, transparent 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 77% 50%, rgba(49,85,231,.12), transparent 31%); }
.hero-inner { min-height: calc(100% - 82px); display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 64px; align-items: center; padding-top: var(--header-height); }
.hero-label, .section-label { margin: 0 0 25px; font-size: .72rem; font-weight: 700; letter-spacing: .18em; }
.hero-label { color: var(--champagne); }
.section-label { color: var(--brass-text); }
.expertise .section-label, .engagement .section-label, .contact .section-label, .counsel-scope .section-label { color: var(--champagne); }
.hero h1 { max-width: 930px; margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 5.4vw, 5.6rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.hero-copy { max-width: 790px; margin: 37px 0 0; color: rgba(243,240,233,.7); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 34px; }
.button { min-height: 54px; padding: 0 25px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: .82rem; font-weight: 700; letter-spacing: .035em; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-ivory { color: var(--navy); background: var(--ivory); }
.button-ivory:hover { background: var(--white); }
.link-arrow { display: inline-flex; align-items: center; gap: 18px; padding-block: 12px; border-bottom: 1px solid var(--champagne); font-size: .82rem; font-weight: 650; }
.link-arrow span { transition: transform .2s ease; }
.link-arrow:hover span { transform: translate(3px, 3px); }
.hero-mark { width: min(420px, 32vw); aspect-ratio: 1; justify-self: end; display: grid; place-items: center; position: relative; color: var(--champagne); }
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; border: 1px solid rgba(185,167,124,.35); border-radius: 50%; }
.hero-mark::before { inset: 7%; }
.hero-mark::after { inset: 18%; }
.hero-mark span { font-family: var(--serif); font-size: clamp(13rem, 23vw, 22rem); line-height: .7; font-weight: 400; }
.hero-mark i { position: absolute; inset: 50% -15% auto 15%; height: 1px; background: rgba(185,167,124,.52); transform: rotate(-34deg); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(185,167,124,.18); border-radius: 50%; animation: orbit 30s linear infinite; }
.orbit-a { width: 650px; height: 310px; right: -75px; top: 36%; transform: rotate(27deg); }
.orbit-b { width: 440px; height: 760px; right: 1%; top: 17%; transform: rotate(48deg); animation-duration: 42s; animation-direction: reverse; }
@keyframes orbit { 50% { translate: 0 6px; } }
.hero-specialisms { height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.hero-specialisms span { display: flex; align-items: center; justify-content: center; color: rgba(243,240,233,.67); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; border-right: 1px solid var(--line-dark); }
.hero-specialisms span:first-child { border-left: 1px solid var(--line-dark); }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; }
.section h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.1rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.positioning-copy { padding-top: 42px; }
.positioning-copy p { margin: 0 0 26px; color: var(--muted); max-width: 600px; }
.positioning-copy .lead { color: var(--graphite); font-size: 1.18rem; }
.statement { margin-top: 120px; padding: 55px 0 20px; border-top: 1px solid var(--champagne); display: grid; grid-template-columns: 145px 1fr; gap: 48px; align-items: start; }
.statement-mark { font-family: var(--serif); color: var(--champagne); font-size: 5rem; line-height: .8; }
.statement blockquote { max-width: 990px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.7vw, 5rem); line-height: 1.03; letter-spacing: -.045em; }

.solutions { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .35fr 1.2fr .6fr; gap: 54px; align-items: start; margin-bottom: 72px; }
.section-heading .section-label { padding-top: 14px; }
.section-heading h2 { font-size: clamp(3.2rem, 5.3vw, 5.4rem); }
.section-intro { margin: 13px 0 0; color: var(--muted); }
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--graphite); border-left: 1px solid var(--graphite); }
.solution-card { min-height: 570px; padding: 36px; display: flex; flex-direction: column; background: var(--ivory); border-right: 1px solid var(--graphite); border-bottom: 1px solid var(--graphite); }
.solution-number { font-size: .68rem; letter-spacing: .15em; }
.solution-tag { margin: 55px 0 16px; color: var(--cobalt); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.solution-card h3 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(2.2rem, 3.2vw, 3.4rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.solution-card > p:not(.solution-tag):not(.solution-result):not(.solution-note) { max-width: 540px; margin: 0 0 28px; color: var(--muted); }
.solution-card details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.solution-card summary { padding: 14px 0; cursor: pointer; font-size: .78rem; font-weight: 700; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.solution-card summary::after { content: "+"; color: var(--cobalt); font-size: 1.2rem; font-weight: 400; }
.solution-card details[open] summary::after { content: "−"; }
.solution-card summary::-webkit-details-marker { display: none; }
.solution-card ul { margin: 0; padding: 0 0 20px 20px; color: var(--muted); font-size: .9rem; }
.solution-result { margin: auto 0 20px; padding-top: 20px; color: var(--graphite); border-top: 1px solid var(--line); font-size: .9rem; }
.solution-result span { display: block; margin-bottom: 6px; color: var(--brass-text); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.solution-note { margin: 0 0 18px; color: var(--muted); font-size: .76rem; }
.card-link { width: max-content; display: inline-flex; gap: 15px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 700; }
.card-link span { transition: transform .2s ease; }
.card-link:hover span { transform: translate(3px,-3px); }
.solution-dark { color: var(--ivory); background: var(--navy); }
.solution-dark .solution-tag, .solution-dark .solution-result span, .solution-dark summary::after { color: var(--champagne); }
.solution-dark > p:not(.solution-tag):not(.solution-result):not(.solution-note), .solution-dark ul, .solution-dark .solution-note { color: rgba(243,240,233,.62); }
.solution-dark details, .solution-dark .solution-result { border-color: var(--line-dark); }
.solution-dark .solution-result { color: var(--ivory); }
.solution-cobalt { color: var(--white); background: var(--cobalt); }
.solution-cobalt .solution-tag, .solution-cobalt .solution-result span { color: var(--white); opacity: .72; }
.solution-cobalt > p:not(.solution-tag):not(.solution-result):not(.solution-note), .solution-cobalt ul { color: rgba(255,255,255,.74); }
.solution-cobalt details, .solution-cobalt .solution-result { border-color: rgba(255,255,255,.28); }
.solution-cobalt .solution-result { color: var(--white); }
.solution-cobalt summary::after { color: var(--white); }

.expertise { color: var(--ivory); background: var(--navy); }
.light-heading h2 { color: var(--ivory); }
.expertise-grid { border-top: 1px solid var(--line-dark); }
.expertise-grid article { display: grid; grid-template-columns: 70px 1fr 1.1fr; gap: 30px; align-items: start; padding: 39px 0; border-bottom: 1px solid var(--line-dark); }
.expertise-grid article > span, .matter-list article > span, .why-grid article > span, .engagement-grid article > span { font-size: .68rem; letter-spacing: .15em; }
.expertise-grid article > span, .engagement-grid article > span { color: var(--champagne); }
.matter-list article > span, .why-grid article > span { color: var(--brass-text); }
.expertise-grid h3 { margin: 0; font-family: var(--serif); font-size: 2.15rem; line-height: 1.05; font-weight: 400; }
.expertise-grid p { margin: 3px 0 0; color: rgba(243,240,233,.6); }
.licensing-note { max-width: 940px; margin-top: 34px; color: rgba(243,240,233,.62); font-size: .88rem; line-height: 1.7; }

.matter-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--graphite); border-left: 1px solid var(--graphite); }
.matter-list article { min-height: 260px; padding: 28px; border-right: 1px solid var(--graphite); border-bottom: 1px solid var(--graphite); transition: background .2s ease; }
.matter-list article:hover { background: var(--white); }
.matter-list h3 { margin: 44px 0 18px; font-family: var(--serif); font-size: 1.8rem; line-height: 1.08; font-weight: 400; }
.matter-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--champagne); }
.why-grid article { padding: 34px 34px 52px 0; border-bottom: 1px solid var(--line); }
.why-grid article:not(:first-child) { padding-left: 34px; border-left: 1px solid var(--line); }
.why-grid h3 { margin: 55px 0 15px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.05; }
.why-grid p { margin: 0; color: var(--muted); }

.engagement { color: var(--ivory); background: var(--graphite); }
.engagement-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.engagement-grid article { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.engagement-grid h3 { margin: 70px 0 18px; font-family: var(--serif); font-size: 1.9rem; line-height: 1.05; font-weight: 400; }
.engagement-grid p { margin: 0; color: rgba(243,240,233,.58); }
.engagement-grid strong { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line-dark); font-size: .8rem; line-height: 1.55; }
.engagement-note { margin-top: 30px; color: rgba(243,240,233,.62); font-size: .84rem; }

.process-layout, .faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 115px; }
.process-heading, .faq-heading { position: sticky; top: 120px; align-self: start; }
.process-heading h2, .faq-heading h2 { font-size: clamp(3rem, 4.8vw, 4.8rem); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--graphite); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--brass-text); font-size: .68rem; letter-spacing: .15em; }
.process-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 2rem; line-height: 1.05; font-weight: 400; }
.process-list p { margin: 0; color: var(--muted); }

.faq { background: var(--paper); }
.faq-list { border-top: 1px solid var(--graphite); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; padding: 25px 45px 25px 0; display: flex; align-items: center; position: relative; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; color: var(--brass-text); font-family: var(--sans); font-size: 1.6rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 720px; margin: 0; padding: 0 50px 27px 0; color: var(--muted); }

.contact { padding: 140px 0 100px; color: var(--ivory); background: var(--navy); position: relative; overflow: hidden; }
.contact::after { content: "P"; position: absolute; right: -3vw; bottom: -15vw; color: rgba(185,167,124,.06); font-family: var(--serif); font-size: 48vw; line-height: .8; pointer-events: none; }
.contact-heading { max-width: 1240px; position: relative; z-index: 1; }
.contact-heading h2 { max-width: 1000px; }
.contact-heading > p:last-child { max-width: 670px; margin: 30px 0 0; color: rgba(243,240,233,.65); font-size: 1.05rem; }
.contact-layout { margin-top: 70px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; position: relative; z-index: 1; }
.contact-form { display: grid; gap: 21px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; color: rgba(243,240,233,.72); font-size: .76rem; letter-spacing: .04em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 13px 0; color: var(--ivory); background: transparent; border: 0; border-bottom: 1px solid rgba(243,240,233,.32); border-radius: 0; outline: 0; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--champagne); }
.consent-check { grid-template-columns: auto 1fr !important; align-items: start; gap: 12px !important; font-size: .76rem !important; }
.consent-check input { width: 18px; min-height: 18px; height: 18px; margin-top: 3px; accent-color: var(--champagne); }
.inline-button { display: inline; padding: 0; color: var(--ivory); background: none; border: 0; border-bottom: 1px solid var(--champagne); cursor: pointer; }
.submit-button { width: max-content; margin-top: 5px; }
.submit-button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.submit-disabled-hint, .consent-error { margin: -8px 0 0; color: rgba(243,240,233,.72); font-size: .76rem; }
.consent-error { color: #ffd3c8; }
.form-note { margin: -9px 0 0; color: rgba(243,240,233,.6); font-size: .72rem; }
.form-result { margin-top: 34px; padding: 28px; color: var(--graphite); background: var(--ivory); border: 1px solid var(--champagne); }
.form-result h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.form-result > p { margin: 0 0 20px; color: var(--muted); }
.result-text { width: 100%; min-height: 210px; padding: 16px; color: var(--graphite); background: var(--white); border: 1px solid var(--line); resize: vertical; }
.result-actions { margin-top: 18px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.result-link { padding-bottom: 5px; color: var(--navy); border-bottom: 1px solid var(--champagne); font-size: .86rem; font-weight: 700; }
.contact-aside { padding-left: 40px; border-left: 1px solid var(--line-dark); }
.contact-aside-label { margin: 0 0 30px; color: var(--champagne); font-size: .68rem; font-weight: 700; letter-spacing: .17em; }
.contact-aside > a { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: 1.55rem; }
.contact-aside > a span { color: var(--champagne); font-family: var(--sans); font-size: 1rem; transition: transform .2s ease; }
.contact-aside > a:hover span { transform: translate(3px,-3px); }
.confidentiality-note { display: grid; grid-template-columns: 30px 1fr; gap: 10px; margin-top: 48px; color: rgba(243,240,233,.58); font-size: .84rem; }
.confidentiality-note span { color: var(--champagne); }
.confidentiality-note p { margin: 0; }

.footer { padding: 75px 0 20px; background: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.25fr .75fr; gap: 70px; align-items: start; }
.footer-brand p { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.footer-details { color: var(--muted); font-size: .82rem; }
.footer-details p { margin: 0 0 18px; }
.footer-details a { color: var(--graphite); border-bottom: 1px solid var(--champagne); }
.footer-links { display: grid; gap: 10px; justify-items: start; }
.footer-links a, .footer-links button { padding: 0; color: var(--graphite); background: transparent; border: 0; border-bottom: 1px solid transparent; font-size: .78rem; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { border-bottom-color: var(--champagne); }
.footer-bottom { margin-top: 55px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: .66rem; letter-spacing: .04em; }

.legal-dialog { width: min(780px, calc(100vw - 32px)); max-height: min(84vh, 900px); padding: 0; color: var(--graphite); background: var(--ivory); border: 1px solid var(--champagne); }
.legal-dialog::backdrop { background: rgba(7,17,31,.84); backdrop-filter: blur(3px); }
.dialog-content { padding: 48px; position: relative; overflow-y: auto; }
.dialog-close { position: absolute; right: 19px; top: 12px; padding: 4px 10px; font-size: 1.7rem; background: transparent; border: 0; cursor: pointer; }
.dialog-content h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 3rem; line-height: 1; font-weight: 400; }
.dialog-date { color: var(--muted); font-size: .75rem; }
.dialog-content h3 { margin: 28px 0 5px; font-size: .86rem; }
.dialog-content p { color: var(--muted); }
.dialog-content a { color: var(--cobalt); border-bottom: 1px solid currentColor; }

.counsel-hero { min-height: 720px; display: flex; align-items: center; color: var(--ivory); background: var(--navy); position: relative; overflow: hidden; }
.counsel-hero::after { content: "P"; position: absolute; right: -2vw; bottom: -12vw; color: rgba(185,167,124,.075); font-family: var(--serif); font-size: 43vw; line-height: .8; pointer-events: none; }
.counsel-hero-inner { padding-top: var(--header-height); position: relative; z-index: 1; }
.counsel-hero h1 { max-width: 980px; margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.2rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.counsel-hero p:not(.hero-label) { max-width: 760px; margin: 34px 0 0; color: rgba(243,240,233,.76); font-size: 1.08rem; }
.counsel-two-col { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.counsel-two-col h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.counsel-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--graphite); }
.counsel-list li { min-height: 82px; padding: 22px 0; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
.counsel-scope { color: var(--ivory); background: var(--navy); }
.counsel-scope .counsel-list { border-top-color: var(--champagne); }
.counsel-scope .counsel-list li { color: rgba(243,240,233,.82); border-bottom-color: var(--line-dark); }
.counsel-process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--graphite); }
.counsel-process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.counsel-process-list span { color: var(--brass-text); font-size: .7rem; letter-spacing: .15em; }
.counsel-process-list strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.counsel-notes { margin-top: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.counsel-notes article { padding: 32px; border: 1px solid var(--graphite); }
.counsel-notes h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.counsel-notes p { margin: 0; color: var(--muted); }

.reveal { animation: reveal .3s both cubic-bezier(.22,.68,.26,1); }
.delay-1 { animation-delay: .04s; }
.delay-2 { animation-delay: .08s; }
.delay-3 { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } }
.scroll-reveal { opacity: 0; transform: translateY(15px); transition: opacity .3s ease, transform .3s ease; }
.scroll-reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 2px solid var(--cobalt); outline-offset: 4px; }
.hero :focus-visible, .expertise :focus-visible, .engagement :focus-visible, .contact :focus-visible { outline-color: var(--champagne); }

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

@media (max-width: 1120px) {
  :root { --container: min(100% - 48px, 960px); }
  .desktop-nav { gap: 18px; }
  .header-tools { gap: 17px; }
  .hero { min-height: 820px; }
  .hero h1 { font-size: clamp(3.5rem, 6.3vw, 4.8rem); }
  .hero-inner { grid-template-columns: 1.35fr .65fr; }
  .hero-mark { width: 29vw; }
  .section-heading { grid-template-columns: .3fr 1.1fr .65fr; gap: 30px; }
  .solution-card { min-height: 600px; }
  .matter-list { grid-template-columns: repeat(2, 1fr); }
  .engagement-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  :root { --container: calc(100% - 40px); --header-height: 72px; }
  .header-inner { grid-template-columns: 1fr auto auto; gap: 16px; }
  .desktop-nav, .header-action { display: none; }
  .header-tools { gap: 0; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; padding: 0; color: var(--ivory); background: transparent; border: 1px solid rgba(243,240,233,.4); cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .mobile-nav { position: fixed; inset: var(--header-height) 0 0; display: flex; flex-direction: column; padding: 36px 20px; color: var(--ivory); background: var(--navy); border-top: 1px solid var(--line-dark); }
  .mobile-nav:not([hidden]) { animation: mobile-nav-in .22s ease both; }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 14px 0; font-family: var(--serif); font-size: 2rem; border-bottom: 1px solid var(--line-dark); }
  .mobile-nav .mobile-nav-cta { margin-top: auto; font-family: var(--sans); font-size: .85rem; color: var(--navy); background: var(--ivory); border: 0; padding: 16px; text-align: center; }
  .hero { min-height: 900px; height: auto; max-height: none; }
  .hero-inner { min-height: 800px; grid-template-columns: 1fr; align-content: center; position: relative; }
  .hero-content { position: relative; z-index: 2; }
  .hero-mark { position: absolute; right: -10%; bottom: 3%; z-index: 0; width: 340px; opacity: .28; }
  .hero h1 { font-size: clamp(3.15rem, 7.5vw, 4.2rem); }
  .hero-specialisms { grid-template-columns: 1fr 1fr; height: auto; }
  .hero-specialisms span { min-height: 58px; border-bottom: 1px solid var(--line-dark); }
  .hero-specialisms span:nth-child(odd) { border-left: 1px solid var(--line-dark); }
  .split-heading, .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .positioning-copy { padding-top: 0; }
  .statement { grid-template-columns: 80px 1fr; }
  .section-heading .section-label { padding-top: 0; }
  .section-intro { max-width: 700px; }
  .solution-card { min-height: 560px; }
  .expertise-grid article { grid-template-columns: 45px 1fr; }
  .expertise-grid article p { grid-column: 2; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:not(:first-child) { padding-left: 0; border-left: 0; }
  .why-grid article:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line); }
  .process-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-heading, .faq-heading { position: static; }
  .contact-layout { grid-template-columns: 1fr; gap: 70px; }
  .contact-aside { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); padding-top: 35px; }
  .counsel-two-col { grid-template-columns: 1fr; gap: 48px; }
  .counsel-notes { margin-top: 65px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; grid-template-columns: repeat(2, max-content); gap: 10px 30px; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 16px; }
  .brand-monogram { width: 32px; height: 32px; font-size: 1.6rem; }
  .hero { min-height: 850px; }
  .hero-inner { min-height: 720px; padding-top: 92px; align-content: start; }
  .hero-label { max-width: 250px; margin-top: 44px; font-size: .66rem; line-height: 1.5; }
  .hero h1 { font-size: clamp(2.45rem, 10.8vw, 3.35rem); line-height: .96; hyphens: auto; overflow-wrap: break-word; }
  .hero-copy { margin-top: 26px; font-size: .98rem; line-height: 1.62; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .button { width: 100%; }
  .link-arrow { justify-content: space-between; }
  .hero-mark { width: 280px; right: -24%; bottom: -2%; }
  .hero-specialisms span { padding: 10px; text-align: center; font-size: .6rem; }
  .section { padding: 80px 0; }
  .section h2, .contact h2 { font-size: clamp(2.85rem, 13vw, 4rem); }
  .split-heading { gap: 38px; }
  .statement { margin-top: 68px; padding-top: 34px; grid-template-columns: 1fr; gap: 26px; }
  .statement-mark { font-size: 3.7rem; }
  .statement blockquote { font-size: 2.75rem; }
  .section-heading { margin-bottom: 48px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 510px; padding: 25px; }
  .solution-tag { margin-top: 42px; }
  .solution-card h3 { font-size: 2.4rem; }
  .expertise-grid article { padding: 30px 0; }
  .expertise-grid h3 { font-size: 1.8rem; }
  .matter-list { grid-template-columns: 1fr; }
  .matter-list article { min-height: 235px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article, .why-grid article:nth-child(even), .why-grid article:not(:first-child) { padding: 28px 0 40px; border-left: 0; }
  .why-grid h3 { margin-top: 38px; }
  .engagement-grid { grid-template-columns: 1fr; }
  .engagement-grid article { min-height: 285px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 15px; }
  .process-list h3 { font-size: 1.75rem; }
  .faq-list summary { font-size: 1.3rem; }
  .contact { padding: 92px 0 70px; }
  .contact-layout { margin-top: 52px; }
  .field-row { grid-template-columns: 1fr; }
  .submit-button { width: 100%; }
  .contact-aside > a { font-size: 1.35rem; }
  .form-result { padding: 22px; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .result-link { width: max-content; }
  .counsel-hero { min-height: 760px; }
  .counsel-hero-inner { padding-top: 112px; }
  .counsel-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); hyphens: auto; overflow-wrap: break-word; }
  .counsel-hero p:not(.hero-label) { font-size: .98rem; }
  .counsel-two-col h2 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .counsel-notes { grid-template-columns: 1fr; gap: 18px; }
  .counsel-notes article { padding: 24px; }
  .footer { padding-top: 55px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-column: auto; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .dialog-content { padding: 38px 22px 28px; }
  .dialog-content h2 { font-size: 2.25rem; }
}

@keyframes mobile-nav-in {
  from { opacity: 0; transform: translateX(18px); }
}
