:root {
  --navy: #102c35;
  --navy-deep: #092028;
  --teal: #176b69;
  --teal-light: #d6e4df;
  --sand: #f0c97d;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #1b2b30;
  --muted: #657276;
  --line: #d8d8cf;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Avenir Next, Avenir, Segoe UI, system-ui, sans-serif;
  --shadow: 0 20px 60px rgba(9, 32, 40, .1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .026; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sand); outline-offset: 4px; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 850px; font-size: clamp(3.1rem, 6.6vw, 6.8rem); }
h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
h3 { line-height: 1.2; }
.wrapper { width: min(1240px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5.5rem, 10vw, 9.5rem) 0; }
.eyebrow { display: flex; gap: .8rem; align-items: center; margin-bottom: 1.7rem; color: var(--teal); font-size: .73rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.5rem; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--sand); }
.button { display: inline-flex; min-height: 3.5rem; align-items: center; justify-content: center; padding: .9rem 1.4rem; border: 1px solid var(--navy); background: var(--navy); color: white; text-decoration: none; font-size: .88rem; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal); border-color: var(--teal); }
.button-small { min-height: 2.8rem; padding: .7rem 1rem !important; color: white !important; }
.button-sand { background: var(--sand); border-color: var(--sand); color: var(--navy-deep); }
.button-sand:hover { background: white; border-color: white; color: var(--navy-deep); }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 15; border-bottom: 1px solid rgba(16, 44, 53, .12); background: rgba(247, 243, 234, .92); backdrop-filter: blur(18px); }
.nav-shell { width: min(1380px, calc(100% - 2rem)); min-height: 5.2rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { width: 2.2rem; color: var(--navy); fill: currentColor; }
.brand-mark path:last-child { fill: none; stroke: currentColor; stroke-width: 2px; }
.brand-copy { display: flex; align-items: center; gap: .7rem; }
.brand-copy strong { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.brand-copy span { padding-left: .7rem; border-left: 1px solid var(--line); color: var(--muted); font-size: .6rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.site-menu { display: flex; align-items: center; gap: clamp(.8rem, 1.5vw, 1.8rem); }
.site-menu > a:not(.button) { color: #33484e; font-size: .78rem; font-weight: 600; text-decoration: none; }
.site-menu > a:not(.button):hover { color: var(--teal); }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: .65rem; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; min-height: calc(100svh - 5.2rem); padding: clamp(4rem, 8vw, 7.5rem) 0 4rem; }
.hero::before { content: ""; position: absolute; left: -14rem; bottom: -13rem; width: 35rem; height: 35rem; border: 1px solid rgba(23, 107, 105, .15); border-radius: 50%; box-shadow: 0 0 0 7rem rgba(23, 107, 105, .035), 0 0 0 14rem rgba(23, 107, 105, .025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(370px, .8fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); }
.hero-lead { max-width: 680px; color: #4d5d61; font-size: clamp(1.08rem, 1.5vw, 1.32rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.3rem; }
.text-link { font-size: .9rem; font-weight: 600; text-decoration: none; }
.text-link span { margin-left: .35rem; color: var(--teal); }
.trust-list { display: flex; flex-wrap: wrap; gap: .75rem; margin: 3rem 0 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: .45rem; padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.35); color: #4d5d61; font-size: .72rem; }
.trust-list span { color: var(--teal); font-size: 1rem; }
.harbour-panel { position: relative; align-self: stretch; display: flex; min-height: 630px; align-items: center; padding-bottom: 7rem; }
.harbour-panel::before { content: ""; position: absolute; inset: 2rem 0 5rem 3rem; border: 1px solid rgba(16, 44, 53, .13); background: rgba(255,255,255,.25); }
.harbour-panel svg { position: relative; z-index: 1; overflow: visible; }
.harbour-panel path { vector-effect: non-scaling-stroke; }
.sun { fill: var(--sand); opacity: .85; }
.water-line { fill: none; stroke: var(--teal); stroke-width: 2; }
.water-line.thin { stroke-width: 1; opacity: .45; }
.bridge { fill: none; stroke: var(--navy); stroke-width: 3; }
.bridge-detail { fill: none; stroke: var(--navy); stroke-width: 1.2; opacity: .42; }
.sails { stroke: var(--navy); stroke-width: 2; }
.sail-one { fill: var(--navy); }
.sail-two { fill: var(--paper); }
.shore { fill: none; stroke: var(--navy); stroke-width: 1; opacity: .5; }
.panel-note { position: absolute; right: -1.5rem; bottom: 0; z-index: 2; width: 73%; padding: 1.5rem; display: flex; gap: 1.2rem; background: var(--navy); color: white; box-shadow: var(--shadow); }
.panel-note span { color: var(--sand); font-family: var(--serif); font-size: 1.7rem; }
.panel-note p { margin: 0; font-size: .82rem; line-height: 1.5; }

.section-heading { margin-bottom: 4rem; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 4rem; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 450px; margin-bottom: .5rem; color: var(--muted); }
.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-card { position: relative; min-height: 430px; padding: 2.2rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: transform .3s, box-shadow .3s; }
.path-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: var(--shadow); }
.path-card.featured { background: var(--teal-light); }
.card-number { color: #889296; font-size: .68rem; letter-spacing: .12em; }
.path-icon { width: 4rem; height: 4rem; margin: 3.3rem 0 2rem; display: grid; place-items: center; border: 1px solid rgba(16,44,53,.2); border-radius: 50%; color: var(--teal); }
.path-icon svg { width: 2rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.path-card h3 { margin-bottom: .9rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.path-card p { color: var(--muted); font-size: .92rem; }
.card-link { margin-top: auto; padding-top: 1.5rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(16,44,53,.15); color: var(--navy); font-size: .8rem; font-weight: 600; text-decoration: none; }
.card-link span { color: var(--teal); font-size: 1.1rem; }

.services-section { overflow: hidden; background: var(--navy); color: white; }
.services-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(4rem, 9vw, 9rem); }
.service-intro { position: sticky; top: 8.5rem; align-self: start; }
.service-intro h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.service-intro > p:not(.eyebrow) { max-width: 450px; color: #b9c7c9; }
.service-intro .button { margin-top: 1rem; }
.service-list { border-top: 1px solid rgba(255,255,255,.2); }
.service-item { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; padding: 3.5rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.service-index { color: var(--sand); font-family: var(--serif); font-size: 1.3rem; }
.service-item h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; }
.service-item p { max-width: 600px; margin-bottom: 0; color: #b9c7c9; }

.why-section { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(4rem, 9vw, 9rem); }
.collaboration-visual { position: relative; min-height: 620px; }
.orbit { position: absolute; border: 1px solid rgba(23,107,105,.24); border-radius: 50%; }
.orbit-one { inset: 13% 4%; }
.orbit-two { inset: 25% 18%; border-style: dashed; }
.centre-mark { position: absolute; inset: 50% auto auto 50%; width: 10rem; height: 10rem; display: grid; place-content: center; border-radius: 50%; background: var(--navy); color: white; text-align: center; transform: translate(-50%, -50%); box-shadow: 0 0 0 1.2rem var(--cream), 0 0 0 1.3rem rgba(16,44,53,.15); }
.centre-mark span { font-family: var(--serif); font-size: 2.3rem; line-height: 1; }
.centre-mark small { color: var(--sand); letter-spacing: .13em; text-transform: uppercase; }
.profession { position: absolute; display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border: 1px solid var(--line); background: var(--paper); font-size: .76rem; font-weight: 600; line-height: 1.3; box-shadow: 0 8px 30px rgba(16,44,53,.06); }
.profession i { width: .65rem; height: .65rem; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px var(--teal-light); }
.profession-one { top: 7%; left: 11%; }
.profession-two { top: 24%; right: -2%; }
.profession-three { bottom: 11%; right: 9%; }
.profession-four { bottom: 18%; left: 0; }
.why-copy h2 { max-width: 650px; }
.large-copy { max-width: 650px; color: #4f6064; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.35; }
.benefit-list { margin-top: 3rem; border-top: 1px solid var(--line); }
.benefit-list > div { display: grid; grid-template-columns: 3.5rem 1fr 1.25fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.benefit-list span { color: var(--teal); font-size: .7rem; }
.benefit-list h3 { margin: 0; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .82rem; }

.process-section { background: var(--paper); }
.centered { max-width: 680px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 520px; margin-inline: auto; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 5rem 0 0; padding: 0; list-style: none; counter-reset: steps; }
.process-grid li { position: relative; padding: 3rem 2rem 0 0; border-top: 1px solid var(--line); }
.process-grid li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px var(--paper); }
.process-grid li:not(:last-child)::after { content: "→"; position: absolute; top: -1.15rem; right: 1.6rem; padding: 0 .45rem; background: var(--paper); color: #9ca5a5; }
.process-grid span { color: var(--teal); font-family: var(--serif); font-size: 2.4rem; }
.process-grid h3 { margin: 1.2rem 0 .7rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.process-grid p { color: var(--muted); font-size: .83rem; }

.faq-section { background: var(--teal-light); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(4rem, 9vw, 9rem); }
.faq-intro { position: sticky; top: 8.5rem; align-self: start; }
.faq-intro h2 { font-size: clamp(3rem, 5vw, 5rem); }
.faq-intro > p:last-child { max-width: 420px; color: #526466; }
.accordion { border-top: 1px solid rgba(16,44,53,.25); }
.accordion details { border-bottom: 1px solid rgba(16,44,53,.25); }
.accordion summary { position: relative; padding: 1.8rem 3.5rem 1.8rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.2; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; top: 50%; right: .5rem; width: 1.1rem; height: 1px; background: var(--navy); transition: transform .2s; }
.accordion summary span::after { content: ""; top: 0; right: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 700px; padding: 0 3.5rem 1.8rem 0; color: #526466; }

.consultation-section { background: var(--navy-deep); color: white; }
.consultation-grid { display: grid; grid-template-columns: .67fr 1.33fr; align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.consultation-copy { position: sticky; top: 8.5rem; }
.consultation-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.consultation-copy > p:not(.eyebrow) { color: #b7c3c5; }
.form-assurance { display: flex; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); }
.form-assurance > span { flex: 0 0 2rem; height: 2rem; display: grid; place-items: center; border: 1px solid rgba(240,201,125,.5); border-radius: 50%; color: var(--sand); }
.form-assurance p { margin: 0; color: #b7c3c5; font-size: .78rem; }
.form-assurance strong { color: white; }
.consultation-form { padding: clamp(1.5rem, 4vw, 3.2rem); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 1.2rem; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field > label, .field legend, .label-row label { display: block; margin-bottom: .45rem; color: #31474d; font-size: .72rem; font-weight: 600; }
.optional { float: right; color: #889296; font-size: .64rem; font-weight: 400; text-transform: uppercase; }
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea { width: 100%; min-height: 3.2rem; border: 1px solid #c8cdc9; border-radius: 0; background: white; color: var(--ink); padding: .72rem .85rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 9rem; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #8fa09e; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(23,107,105,.15); }
.field [aria-invalid="true"] { border-color: #a33a32 !important; }
.choice-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-field > label { display: inline-flex; margin: 0 .35rem .35rem 0; cursor: pointer; }
.choice-field input { position: absolute; opacity: 0; }
.choice-field label span { display: block; min-width: 5.3rem; padding: .67rem .8rem; border: 1px solid #c8cdc9; background: white; font-size: .76rem; text-align: center; }
.choice-field input:checked + span { border-color: var(--teal); background: var(--teal-light); color: var(--navy); }
.choice-field input:focus-visible + span { outline: 3px solid var(--sand); outline-offset: 2px; }
.label-row { display: flex; justify-content: space-between; }
.label-row > span { color: #7e888b; font-size: .68rem; }
.field small { display: block; margin-top: .35rem; color: #717d80; font-size: .68rem; }
.consent-field label { display: flex; align-items: flex-start; gap: .75rem; font-weight: 400; line-height: 1.5; }
.consent-field input { flex: 0 0 auto; width: 1.15rem; height: 1.15rem; margin-top: .18rem; accent-color: var(--teal); }
.consent-field b { color: #a33a32; }
.field-error { display: block; min-height: .25rem; margin-top: .25rem; color: #a33a32; font-size: .7rem; }
.form-note { margin: 1.3rem 0; padding: .85rem; border-left: 3px solid var(--sand); background: #f7f1e5; color: #5f6768; font-size: .72rem; }
.submit-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.button-submit { cursor: pointer; gap: 1.4rem; border: 0; }
.button-submit[disabled] { cursor: wait; opacity: .65; transform: none; }
.form-status { flex: 1; min-width: 180px; font-size: .78rem; }
.form-status.error { color: #a33a32; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 5rem 0 2rem; background: #07191f; color: #c3cdcf; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.05fr; gap: 3rem; }
.footer-brand { color: white; }
.footer-brand .brand-mark { color: var(--sand); }
.footer-brand .brand-copy span { color: #8da0a4; border-color: #42565a; }
.location { margin: 1.5rem 0 0 3rem; color: #8da0a4; font-size: .78rem; }
.footer-grid h2 { margin-bottom: 1.2rem; color: var(--sand); font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin-bottom: .6rem; color: #c3cdcf; font-size: .78rem; text-decoration: none; }
.footer-grid > div > a:not(.brand):hover { color: white; }
.footer-grid > div > p { font-size: .75rem; }
.disclaimer { margin-top: 4rem; padding-top: 2rem; display: flex; justify-content: space-between; gap: 3rem; border-top: 1px solid #253a40; color: #829599; font-size: .66rem; }
.disclaimer p:first-child { max-width: 850px; }
.disclaimer p:last-child { white-space: nowrap; }
.mobile-consultation-bar { display: none; }

.utility-page { min-height: 100vh; padding: 0; background: var(--cream); }
.utility-header { width: min(1240px, calc(100% - 3rem)); min-height: 6rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.confirmation-main { min-height: calc(100vh - 11rem); padding: 6rem 1.5rem; display: grid; place-items: center; }
.confirmation-card { width: min(760px, 100%); padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.confirmation-mark { width: 4rem; height: 4rem; margin-bottom: 2rem; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); font-size: 1.7rem; }
.confirmation-card h1, .policy-heading h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); }
.confirmation-lead { color: var(--muted); font-size: 1.1rem; }
.confirmation-note { margin: 2rem 0; padding: 1.2rem; border-left: 3px solid var(--sand); background: var(--cream); }
.confirmation-note p { margin: .3rem 0 0; color: var(--muted); }
.utility-footer { width: min(1240px, calc(100% - 3rem)); margin-inline: auto; padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.utility-footer p { margin: 0; }
.policy-main { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.policy-heading { max-width: 900px; padding-bottom: 5rem; }
.policy-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.policy-layout { display: grid; grid-template-columns: 220px 1fr; gap: clamp(4rem, 10vw, 9rem); align-items: start; }
.policy-nav { position: sticky; top: 2rem; display: grid; gap: .65rem; }
.policy-nav strong { margin-bottom: .5rem; color: var(--teal); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.policy-nav a { color: var(--muted); font-size: .82rem; text-decoration: none; }
.policy-nav a:hover { color: var(--teal); }
.policy-content { max-width: 720px; }
.policy-content section { padding: 0 0 3rem; margin-bottom: 3rem; border-bottom: 1px solid var(--line); scroll-margin-top: 2rem; }
.policy-content h2 { font-size: clamp(2rem, 4vw, 3rem); }
.policy-content p { color: #536468; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1060px) {
  .site-menu { position: fixed; top: 5.2rem; right: 1rem; width: min(340px, calc(100% - 2rem)); max-height: calc(100svh - 6.2rem); overflow-y: auto; padding: 1.2rem; display: grid; align-items: stretch; gap: .2rem; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .2s; }
  .site-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-menu > a:not(.button) { padding: .8rem; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .harbour-panel { width: min(650px, 100%); min-height: 570px; margin-inline: auto; }
  .why-grid, .faq-grid, .consultation-grid { grid-template-columns: 1fr; }
  .collaboration-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .faq-intro, .consultation-copy { position: static; }
  .faq-intro { max-width: 680px; }
  .consultation-copy { max-width: 700px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; max-width: 650px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 5.7rem; }
  body { padding-bottom: 4.25rem; }
  .wrapper { width: min(620px, calc(100% - 2rem)); }
  .nav-shell { min-height: 4.7rem; }
  .brand-copy span { display: none; }
  .site-menu { top: 4.7rem; max-height: calc(100svh - 5.7rem); }
  .hero { min-height: auto; padding-top: 4.5rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .trust-list { margin-top: 2.3rem; }
  .harbour-panel { min-height: 430px; padding-bottom: 5rem; }
  .harbour-panel::before { inset: 1rem 0 4rem 1rem; }
  .panel-note { right: 0; width: 88%; }
  .split-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .audience-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 380px; }
  .services-grid { grid-template-columns: 1fr; gap: 4rem; }
  .service-intro { position: static; }
  .service-item { padding: 2.5rem 0; }
  .collaboration-visual { min-height: 500px; }
  .profession { font-size: .66rem; }
  .profession-one { left: 0; }
  .profession-two { right: 0; }
  .profession-three { right: 0; }
  .benefit-list > div { grid-template-columns: 2.5rem 1fr; }
  .benefit-list p { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { padding: 2rem 0 2rem 3rem; border-top: 0; border-left: 1px solid var(--line); }
  .process-grid li::before { top: 2.5rem; left: -5px; }
  .process-grid li:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: -.6rem; left: -1rem; }
  .process-grid span { font-size: 2rem; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .consultation-form { margin-inline: -.25rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .disclaimer { display: block; }
  .disclaimer p:last-child { white-space: normal; }
  .mobile-consultation-bar { position: fixed; z-index: 12; left: .75rem; right: .75rem; bottom: .75rem; min-height: 3.25rem; padding: .8rem 1.1rem; display: flex; align-items: center; justify-content: space-between; background: var(--sand); color: var(--navy-deep); font-size: .82rem; font-weight: 600; text-decoration: none; box-shadow: 0 10px 35px rgba(0,0,0,.25); transition: opacity .2s, transform .2s; }
  .mobile-consultation-bar.is-hidden { pointer-events: none; opacity: 0; transform: translateY(130%); }
  .utility-page { padding-bottom: 0; }
  .utility-header { width: calc(100% - 2rem); min-height: 5rem; }
  .utility-header > .text-link { font-size: .72rem; }
  .confirmation-main { padding: 4rem 1rem; }
  .confirmation-card { padding: 2rem 1.4rem; }
  .utility-footer { width: calc(100% - 2rem); display: block; }
  .policy-main { width: calc(100% - 2rem); padding-top: 4rem; }
  .policy-layout { grid-template-columns: 1fr; gap: 3rem; }
  .policy-nav { position: static; padding: 1.2rem; border: 1px solid var(--line); }
}

@media (max-width: 420px) {
  .section { padding-block: 5rem; }
  .harbour-panel { min-height: 360px; }
  .panel-note { width: 94%; padding: 1rem; }
  .path-card { padding: 1.5rem; }
  .collaboration-visual { min-height: 440px; }
  .centre-mark { width: 7.5rem; height: 7.5rem; }
  .centre-mark span { font-size: 1.8rem; }
  .profession { padding: .65rem; }
  .field-grid { gap: 1rem; }
  .choice-field > label { width: 100%; }
  .choice-field label span { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto !important; }
}

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