:root {
  --black: #08090a;
  --black-soft: #111316;
  --charcoal: #1d2024;
  --ivory: #f3efe7;
  --ivory-deep: #e9e2d6;
  --white: #ffffff;
  --platinum: #cdd1d6;
  --platinum-dark: #8d939a;
  --gold: #c9aa5a;
  --gold-bright: #ead597;
  --gold-dark: #87661f;
  --text: #202226;
  --muted: #676b71;
  --line: rgba(8, 9, 10, 0.13);
  --header-height: 82px;
  --shell: min(1180px, calc(100% - 40px));
  --shadow-soft: 0 22px 70px rgba(8, 9, 10, 0.10);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Montserrat", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { max-width: 100%; overflow-x: clip; margin: 0; background: var(--ivory); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.68; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20000; transform: translateY(-150%); padding: 10px 14px; background: var(--white); color: var(--black); }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 104px 0; }
section[id] { scroll-margin-top: calc(var(--header-height) + 18px); }

:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }

h1, h2, h3 { margin-top: 0; font-family: var(--font-display); line-height: 1.04; text-wrap: balance; }
p { margin-top: 0; }
.kicker { margin: 0; color: var(--gold-dark); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.17em; line-height: 1.35; text-transform: uppercase; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border: 1px solid transparent; border-radius: 0; text-decoration: none; font-size: 0.82rem; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, #997128 0%, #f0dda2 48%, #b58732 100%); color: var(--black); box-shadow: 0 12px 30px rgba(201, 170, 90, 0.22); }
.button-gold:hover { box-shadow: 0 16px 36px rgba(201, 170, 90, 0.30); }
.button-outline-light { border-color: rgba(255,255,255,0.34); background: rgba(255,255,255,0.03); color: var(--white); }
.button-outline-light:hover { border-color: var(--gold); background: rgba(255,255,255,0.08); }
.button-plain { border-color: var(--line); background: transparent; color: var(--text); }

.site-header { position: sticky; top: 0; z-index: 1000; min-height: var(--header-height); border-bottom: 1px solid rgba(255,255,255,0.08); background: rgba(8,9,10,0.96); backdrop-filter: blur(16px); }
.nav-shell { min-height: var(--header-height); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; font-size: 0.92rem; font-weight: 700; letter-spacing: 0.13em; white-space: nowrap; }
.brand img { width: 34px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.brand span { display: inline-block; }
.primary-nav { display: flex; justify-content: center; gap: 27px; }
.primary-nav a { position: relative; padding: 30px 0 27px; color: rgba(255,255,255,0.72); text-decoration: none; font-size: 0.76rem; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform 180ms ease; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--gold-bright); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { padding: 10px 14px; border: 1px solid rgba(201,170,90,0.55); color: var(--white); text-decoration: none; font-size: 0.75rem; font-weight: 700; transition: background-color 180ms ease, border-color 180ms ease; }
.header-cta:hover { border-color: var(--gold); background: rgba(201,170,90,0.09); }
.menu-toggle, .menu-backdrop { display: none; }

/* One-image hero: one black-lace portrait, with the approved skyline as a decorative environment. */
.hero { position: relative; min-height: 760px; overflow: hidden; isolation: isolate; background: linear-gradient(100deg, #08090a 0%, #08090a 56%, #0c0e10 66%, #121518 78%, #1c1d1f 90%, #242019 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background:
  radial-gradient(circle at 92% 36%, rgba(225,197,118,0.12), transparent 31%),
  linear-gradient(90deg, rgba(8,9,10,1) 0%, rgba(8,9,10,0.99) 42%, rgba(8,9,10,0.89) 57%, rgba(8,9,10,0.54) 72%, rgba(8,9,10,0.18) 100%);
}
.hero::after { content: ""; position: absolute; right: -8%; bottom: -22%; z-index: 1; width: 54%; height: 118%; border: 1px solid rgba(224,195,111,0.16); border-radius: 54% 0 0 0; transform: rotate(-7deg); background: linear-gradient(135deg, rgba(224,195,111,0.06), transparent 58%); pointer-events: none; }
.hero-sweep { position: absolute; top: -2%; right: 24%; bottom: -2%; z-index: 1; width: 30%; transform: none; background: linear-gradient(90deg, rgba(8,9,10,0) 0%, rgba(8,9,10,0.16) 18%, rgba(154,160,166,0.10) 42%, rgba(226,229,232,0.07) 58%, rgba(120,128,136,0.05) 72%, rgba(8,9,10,0) 100%); filter: blur(18px); pointer-events: none; }
.hero-skyline { position: absolute; right: -4%; bottom: 0; z-index: 1; width: min(58vw, 860px); height: auto; max-height: 88%; object-fit: contain; object-position: right bottom; opacity: 0.34; filter: saturate(0.9) contrast(1.02) blur(0.2px); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.04) 18%, rgba(0,0,0,0.52) 34%, #000 55%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.04) 18%, rgba(0,0,0,0.52) 34%, #000 55%, #000 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: minmax(0, 62%) minmax(0, 38%); align-items: stretch; }
.hero-copy { z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 82px 28px 82px 0; color: var(--white); }
.hero-title { margin: 0 0 18px; color: var(--gold-bright); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.hero h1 { margin: 0 0 25px; font-size: clamp(3.1rem, 4.05vw, 4.35rem); letter-spacing: -0.035em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 .metallic { background: linear-gradient(90deg, #a7abb0, #ffffff 46%, #b5b9bd 78%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-subhead { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,0.78); font-size: 1.07rem; line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.hero-portrait { position: relative; align-self: end; height: 760px; margin: 0; display: flex; align-items: flex-end; justify-content: center; overflow: visible; }
.hero-portrait::before { content: ""; position: absolute; left: -32%; top: 2%; bottom: -1%; width: 96%; z-index: 2; background: linear-gradient(90deg, rgba(8,9,10,1) 0%, rgba(8,9,10,0.99) 18%, rgba(8,9,10,0.92) 36%, rgba(8,9,10,0.72) 52%, rgba(8,9,10,0.44) 67%, rgba(8,9,10,0.18) 79%, rgba(8,9,10,0.06) 89%, transparent 100%); filter: blur(14px); pointer-events: none; }
.hero-portrait::after { content: ""; position: absolute; right: -16%; bottom: -1%; width: 130%; height: 84%; z-index: 0; background: radial-gradient(circle at 76% 50%, rgba(224,195,111,0.08), rgba(255,255,255,0.03) 36%, rgba(90,98,106,0.045) 56%, transparent 74%); filter: blur(18px); }
.hero-portrait img { position: relative; z-index: 1; width: auto; height: 760px; max-width: none; object-fit: contain; object-position: bottom center; transform: translateX(-5%); filter: drop-shadow(-22px 30px 24px rgba(0,0,0,0.30)); }
.hero-rule { height: 5px; background: linear-gradient(90deg, #4f555c, #e9eaeb 29%, #747a80 53%, #e9eaeb 68%, #946d24 83%, #e8d38f); }

.section-heading { max-width: 790px; margin: 0 0 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .method-intro h2, .authority-copy h2, .closing-copy h2 { margin: 8px 0 15px; font-size: clamp(3.25rem, 4.25vw, 4.05rem); letter-spacing: -0.02em; }
.section-heading > p:last-child, .method-intro > p:last-child, .authority-copy > p, .closing-copy > p { color: var(--muted); }
.section-heading > p:last-child { max-width: 700px; margin: 0 auto; }

.pathways-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pathway-card { position: relative; min-height: 445px; overflow: hidden; color: var(--white); text-decoration: none; box-shadow: var(--shadow-soft); }
.pathway-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform 600ms ease; }
.pathway-card:nth-child(2) img { object-position: center 38%; }
.pathway-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,10,0.05) 10%, rgba(8,9,10,0.31) 48%, rgba(8,9,10,0.96) 100%); }
.pathway-content { position: absolute; inset: auto 0 0; z-index: 1; display: flex; min-height: 238px; flex-direction: column; justify-content: flex-end; padding: 34px; }
.card-kicker { color: var(--gold-bright); font-size: 0.71rem; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; }
.pathway-content strong { display: block; max-width: 500px; margin-top: 8px; font-family: var(--font-display); font-size: 2.03rem; line-height: 1.06; }
.card-copy { display: block; max-width: 540px; margin-top: 10px; color: rgba(255,255,255,0.76); font-size: 0.91rem; }
.card-link { display: block; margin-top: 16px; color: var(--gold-bright); font-size: 0.82rem; font-weight: 700; }
.pathway-card:hover img { transform: scale(1.025); }

.section-light { background: #faf8f3; }
.disciplines-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.discipline-card { position: relative; display: flex; min-height: 250px; flex-direction: column; padding: 29px; border: 1px solid var(--line); background: var(--white); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.discipline-card::before { content: ""; position: absolute; top: 0; right: 29px; left: 29px; height: 2px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-bright)); transform: scaleX(0.28); transform-origin: left; transition: transform 180ms ease; }
.discipline-card:hover { transform: translateY(-3px); border-color: rgba(135,102,31,0.42); box-shadow: 0 16px 32px rgba(8,9,10,0.07); }
.discipline-card:hover::before { transform: scaleX(1); }
.discipline-card .number { color: var(--gold-dark); font-size: 0.76rem; font-weight: 800; }
.discipline-card h3 { margin: 31px 0 10px; font-size: 1.72rem; }
.discipline-card p { margin: auto 0 0; color: var(--muted); font-size: 0.92rem; }

.method { color: var(--white); background: linear-gradient(135deg, #08090a, #191c20); }
.method-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 78px; align-items: start; }
.method-intro { position: sticky; top: calc(var(--header-height) + 36px); }
.method-intro .kicker { color: var(--gold); }
.method-intro > p:last-child { max-width: 480px; color: rgba(255,255,255,0.68); }
.method-steps { display: grid; gap: 14px; }
.method-steps article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 23px 24px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.025); transition: border-color 180ms ease, background-color 180ms ease; }
.method-steps article:hover { border-color: rgba(201,170,90,0.38); background: rgba(255,255,255,0.045); }
.step-number { color: var(--gold); font-size: 0.82rem; font-weight: 800; }
.step-label { color: var(--gold); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.method-steps h3 { margin: 3px 0 5px; font-size: 1.55rem; }
.method-steps p { margin: 0; color: rgba(255,255,255,0.65); font-size: 0.9rem; }

.authority-grid { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: 72px; align-items: center; }
.authority-image { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: var(--charcoal); box-shadow: var(--shadow-soft); }
.authority-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 13%; }
.authority-copy h2 { max-width: 690px; }
.authority-copy .lead { max-width: 710px; color: var(--text); font-size: 1.04rem; }
.authority-list { display: grid; margin-top: 23px; }
.authority-list article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.authority-list article > span { color: var(--gold-dark); font-size: 0.78rem; font-weight: 800; }
.authority-list h3 { margin: 0 0 3px; font-family: var(--font-sans); font-size: 0.91rem; font-weight: 700; }
.authority-list p { margin: 0; color: var(--muted); font-size: 0.9rem; }

.briefings-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.briefing-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 28px rgba(8,9,10,0.045); }
.briefing-card img { width: 100%; height: 270px; object-fit: cover; }
.briefing-card:first-child img { object-position: center 24%; }
.briefing-card.digital-card img { object-position: center 12%; filter: saturate(0.85) contrast(1.04); }
.briefing-card:last-child img { object-position: center 27%; }
.briefing-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.briefing-body .card-kicker { color: var(--gold-dark); }
.briefing-body h3 { margin: 9px 0 10px; font-size: 1.65rem; }
.briefing-body p { margin: 0 0 20px; color: var(--muted); font-size: 0.91rem; }
.briefing-body a { margin-top: auto; color: var(--gold-dark); text-decoration: none; font-size: 0.79rem; font-weight: 700; }
.briefing-body a:hover { text-decoration: underline; text-underline-offset: 4px; }

.closing { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(102deg, #070809 0%, #0c0e10 55%, #1b1f23 78%, #34393f 100%); }
.closing::after { content: ""; position: absolute; top: -80%; right: -6%; width: 42%; height: 250%; border-left: 1px solid rgba(255,255,255,0.14); transform: rotate(17deg); background: linear-gradient(90deg, transparent, rgba(201,170,90,0.09)); }
.closing-lines { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 145px, rgba(255,255,255,0.018) 146px 147px); }
.closing-grid { position: relative; z-index: 1; min-height: 455px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; align-items: center; }
.closing-copy { max-width: 780px; }
.closing-copy .kicker { color: var(--gold); }
.closing-copy h2 { max-width: 760px; font-size: clamp(3.6rem, 5vw, 4.85rem); }
.closing-copy > p:last-child { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,0.69); }
.closing-button { min-width: 256px; align-self: end; margin-bottom: 116px; }

.site-footer { padding: 58px 0 24px; background: var(--black); color: rgba(255,255,255,0.69); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.72fr 1fr; gap: 50px; }
.footer-brand strong { display: block; color: var(--white); font-size: 0.84rem; letter-spacing: 0.13em; }
.footer-brand p { max-width: 360px; margin: 12px 0 0; font-size: 0.85rem; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 9px; }
.footer-links a, .footer-contact > a { color: inherit; text-decoration: none; font-size: 0.82rem; }
.footer-links a:hover, .footer-contact > a:hover { color: var(--gold-bright); }
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 4px; }
.legal-links button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,0.24); background: transparent; color: rgba(255,255,255,0.60); font-size: 0.77rem; }
.legal-links button:hover { border-color: var(--gold); color: var(--gold-bright); }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.10); }
.footer-bottom p { margin: 0; font-size: 0.72rem; }

.modal { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,6,7,0.88); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(980px, 100%); max-height: 92vh; overflow: auto; border: 1px solid rgba(201,170,90,0.56); background: #f8f5ee; box-shadow: 0 30px 100px rgba(0,0,0,0.48); }
.consultation-panel { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); }
.modal-brand { min-height: 650px; display: flex; align-items: flex-end; padding: 39px 34px; color: var(--white); background:
  linear-gradient(180deg, rgba(5,6,7,0.12), rgba(5,6,7,0.88)),
  url("images/consultation.webp") center 16% / cover no-repeat;
}
.modal-brand small { color: var(--gold); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.modal-brand h2 { max-width: 280px; margin: 9px 0 10px; font-size: 2.35rem; }
.modal-brand p { margin: 0; color: rgba(255,255,255,0.75); font-size: 0.83rem; }
.modal-form-wrap { position: relative; min-width: 0; max-height: 92vh; overflow-y: auto; padding: 34px 38px; }
.modal-close { position: absolute; top: 11px; right: 14px; z-index: 2; width: 40px; height: 40px; border: 0; background: transparent; color: var(--text); font-size: 2rem; line-height: 1; }
.progress { min-height: 34px; display: flex; align-items: center; gap: 10px; margin: 0 42px 18px 0; }
.progress-step { display: flex; align-items: center; gap: 8px; color: #85817a; font-size: 0.70rem; font-weight: 700; white-space: nowrap; }
.progress-step.active { color: var(--text); }
.progress-dot { width: 10px; height: 10px; border: 2px solid var(--gold-dark); border-radius: 50%; }
.progress-step.active .progress-dot { background: var(--gold); }
.progress-line { flex: 1; height: 1px; background: #c9c3b6; }
.form-step h2, .success h2, .legal-panel h2 { margin: 7px 0 7px; font-size: 2.55rem; }
.form-step > p:not(.kicker):not(.request-context), .success p, .legal-panel p { color: var(--muted); }
.request-context { margin: 15px 0 0; padding: 11px 12px; border-left: 3px solid var(--gold-dark); background: #eee7d8; color: var(--text); font-size: 0.84rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 16px; margin-top: 18px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .meeting-options legend { display: block; margin-bottom: 6px; color: var(--text); font-size: 0.78rem; font-weight: 700; }
.optional { color: var(--muted); font-size: 0.67rem; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 45px; padding: 11px 12px; border: 1px solid #bbb5aa; border-radius: 0; background: var(--white); color: var(--text); }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); outline: 2px solid rgba(201,170,90,0.23); outline-offset: 0; }
.field [aria-invalid="true"], .meeting-options[aria-invalid="true"] { border-color: #9c2e2e; }
.field-error { display: block; min-height: 0; margin-top: 4px; color: #8b2020; font-size: 0.70rem; line-height: 1.35; }
.field-error:empty { display: none; }
.meeting-options { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; padding: 0; border: 0; margin: 0; }
.meeting-options legend { grid-column: 1 / -1; }
.meeting-options label { display: block; }
.meeting-options input { position: absolute; opacity: 0; pointer-events: none; }
.meeting-options label span { display: block; padding: 11px 8px; border: 1px solid #bbb5aa; background: var(--white); text-align: center; font-size: 0.77rem; }
.meeting-options input:focus-visible + span { outline: 3px solid var(--gold-bright); outline-offset: 2px; }
.meeting-options input:checked + span { border-color: var(--gold-dark); background: #fbf2d8; }
.consent-field { margin-top: 17px; }
.consent { display: grid !important; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 0 !important; font-weight: 500 !important; }
.consent input { margin-top: 4px; }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; }
.form-actions.end { justify-content: flex-end; }
.form-status { min-height: 22px; margin-top: 11px; color: var(--muted); font-size: 0.78rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.success { padding: 74px 12px; text-align: center; }
.success p { max-width: 500px; margin-inline: auto; }
.preview-note { font-size: 0.8rem; }
.legal-panel { max-width: 760px; padding: 46px; }
.legal-panel #legal-content { max-height: 60vh; overflow: auto; padding-right: 10px; }
.legal-panel #legal-content p { color: var(--muted); }


@media (min-width: 621px) {
  .form-step[data-step="2"] h2 { margin: 3px 0 4px; font-size: 2.32rem; }
  .form-step[data-step="2"] > p:not(.kicker) { margin-bottom: 8px; }
  .form-step[data-step="2"] .form-grid { gap: 8px 14px; margin-top: 10px; }
  .form-step[data-step="2"] .field label,
  .form-step[data-step="2"] .meeting-options legend { margin-bottom: 4px; }
  .form-step[data-step="2"] .field input,
  .form-step[data-step="2"] .field select { min-height: 41px; padding: 8px 11px; }
  .form-step[data-step="2"] .field textarea { min-height: 80px; padding: 9px 11px; }
  .form-step[data-step="2"] .meeting-options label span { padding: 9px 8px; }
  .form-step[data-step="2"] .consent-field { margin-top: 10px; }
  .form-step[data-step="2"] .form-status { min-height: 18px; margin-top: 5px; }
  .form-step[data-step="2"] .form-actions { margin-top: 8px; }
}

/* Progressive enhancement: content remains readable even before animation completes. */
.reveal { opacity: 1; transform: none; }
html.motion-ready .reveal { opacity: 0.94; transform: translateY(10px); transition: opacity 520ms ease, transform 520ms ease; }
html.motion-ready .reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 1080px) {
  :root { --header-height: 76px; }
  .nav-shell { grid-template-columns: auto auto 1fr; }
  .menu-toggle { position: relative; z-index: 1002; display: grid; justify-self: start; width: 42px; height: 42px; align-content: center; gap: 5px; padding: 9px; border: 1px solid rgba(255,255,255,0.18); background: transparent; }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: var(--white); transition: transform 220ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-backdrop { position: fixed; inset: 0; z-index: 1000; display: block; background: rgba(0,0,0,0.62); backdrop-filter: blur(3px); }
  .primary-nav { visibility: hidden; pointer-events: none; position: fixed; top: 0; right: 0; bottom: 0; z-index: 1001; width: min(390px, 88vw); display: grid; align-content: start; gap: 0; padding: 102px 30px 30px; background: var(--black); box-shadow: -24px 0 60px rgba(0,0,0,0.34); transform: translateX(105%); transition: transform 260ms ease; }
  .primary-nav.open { visibility: visible; pointer-events: auto; transform: translateX(0); }
  .primary-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.09); font-size: 0.84rem; }
  .primary-nav a::after { bottom: 8px; }
  .header-cta { justify-self: end; }

  .hero { min-height: auto; }
  .hero-grid { min-height: 720px; grid-template-columns: minmax(0, 60%) minmax(0, 40%); }
  .hero-copy { padding-right: 14px; }
  .hero h1 { font-size: clamp(2.7rem, 4.45vw, 3.85rem); }
  .hero-skyline { width: 62vw; opacity: 0.36; }
  .hero-portrait { height: 700px; }
  .hero-portrait img { height: 690px; transform: translateX(-6%); }

  .method-grid, .authority-grid { gap: 48px; }
  .section-heading h2, .method-intro h2, .authority-copy h2 { font-size: clamp(2.75rem, 5vw, 3.7rem); }
  .closing-copy h2 { font-size: clamp(3.2rem, 6vw, 4.4rem); }
}

@media (max-width: 820px) {
  .hero { background: linear-gradient(180deg, #08090a 0%, #101316 65%, #211e18 100%); }
  .hero::before { background: linear-gradient(180deg, rgba(8,9,10,1) 0%, rgba(8,9,10,0.96) 54%, rgba(8,9,10,0.62) 78%, rgba(8,9,10,0.12) 100%); }
  .hero::after { right: -35%; bottom: -18%; width: 120%; height: 70%; }
  .hero-sweep { top: 44%; right: 2%; bottom: -2%; width: 92%; }
  .hero-skyline { right: -18%; bottom: 0; width: 112%; max-height: 52%; opacity: 0.26; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.35) 28%, #000 48%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.35) 28%, #000 48%, #000 100%); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 66px 0 18px; }
  .hero h1 { font-size: clamp(2.85rem, 8.4vw, 4.4rem); }
  .hero-portrait { height: 530px; }
  .hero-portrait::before { left: -10%; top: 8%; width: 72%; filter: blur(12px); }
  .hero-portrait img { height: 515px; transform: translateX(-4%); }

  .pathways-grid, .disciplines-grid, .briefings-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .method-grid, .authority-grid { grid-template-columns: 1fr; }
  .method-intro { position: static; }
  .authority-image { max-width: 620px; aspect-ratio: 5 / 4; }
  .authority-image img { object-position: center 18%; }
  .closing-grid { min-height: 440px; grid-template-columns: 1fr; gap: 28px; align-content: center; }
  .closing-button { width: fit-content; align-self: auto; margin-bottom: 0; }
  .footer-grid { grid-template-columns: 1.1fr 0.7fr 1fr; gap: 28px; }

  .consultation-panel { grid-template-columns: minmax(240px,0.68fr) minmax(0,1.32fr); }
  .modal-form-wrap { padding: 38px 28px; }
  .modal-brand { padding: 28px 24px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); --header-height: 70px; }
  .section { padding: 76px 0; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .brand { font-size: 0.78rem; letter-spacing: 0.105em; }
  .brand img { width: 30px; height: 34px; }

  .hero-copy { padding-top: 54px; }
  .hero-title { max-width: 330px; font-size: 0.66rem; line-height: 1.65; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .hero h1 span { white-space: normal; }
  .hero-subhead { font-size: 0.97rem; line-height: 1.72; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-portrait { height: 470px; }
  .hero-portrait::before { left: -6%; top: 10%; width: 64%; filter: blur(10px); }
  .hero-portrait img { height: 455px; transform: translateX(-2%); }

  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .method-intro h2, .authority-copy h2 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .section-heading > p:last-child { font-size: 0.94rem; }

  .pathways-grid, .disciplines-grid, .briefings-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 420px; }
  .pathway-content { padding: 27px; }
  .pathway-content strong { font-size: 1.85rem; }

  .discipline-card { min-height: auto; padding: 25px; }
  .discipline-card h3 { margin-top: 25px; }
  .discipline-card p { margin-top: 10px; }

  .method-steps article { grid-template-columns: 42px 1fr; padding: 20px; }

  .authority-image { aspect-ratio: 5 / 4; }
  .authority-list article { grid-template-columns: 32px 1fr; }

  .briefing-card img { height: 235px; }

  .closing-grid { min-height: 500px; }
  .closing-copy h2 { font-size: clamp(3rem, 14vw, 4rem); }
  .closing-button { width: 100%; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-bottom { margin-top: 30px; }

  .modal { padding: 0; align-items: stretch; }
  .modal-panel { width: 100%; max-height: 100vh; min-height: 100vh; border: 0; }
  .consultation-panel { grid-template-columns: 1fr; }
  .modal-brand { display: none; }
  .modal-form-wrap { min-height: 100vh; padding: 52px 20px 34px; }
  .modal-close { top: 7px; right: 8px; }
  .progress { display: none; }
  .form-step h2 { padding-right: 36px; font-size: 2.35rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .meeting-options { grid-column: auto; grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions.end { flex-direction: column; }
  .form-actions .button { width: 100%; }
  .success { padding: 74px 4px; }
  .legal-panel { padding: 50px 22px 30px; }
}

/* Approved PROWEALTH LEGACY logo system */
.footer-brand img { display: block; width: 220px; max-width: 100%; height: auto; margin-bottom: 12px; }
.footer-brand p { max-width: 420px; }
