:root {
    --ink: #082f32;
    --ink-deep: #052225;
    --teal: #0d6c6d;
    --teal-bright: #12a39d;
    --mint: #dff5ef;
    --mint-soft: #f0faf6;
    --gold: #eabf65;
    --gold-light: #f6dda3;
    --cream: #fbfaf5;
    --white: #fff;
    --text: #243a3c;
    --muted: #64787a;
    --line: #dce8e4;
    --danger: #a42c35;
    --shadow-sm: 0 12px 35px rgba(5, 42, 44, .08);
    --shadow-lg: 0 28px 80px rgba(5, 42, 44, .16);
    --radius: 24px;
    --radius-sm: 14px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--cream); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--teal); text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0 0 .65em; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 5.7vw, 5.5rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.15em; }
ul, ol { margin-top: 0; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--ink); background: var(--gold-light); border-radius: 8px; transform: translateY(-160%); }
.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-notice { color: #e9f8f4; background: var(--ink-deep); font-size: .82rem; letter-spacing: .015em; }
.site-notice__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-notice a { color: var(--gold-light); font-weight: 700; text-decoration: none; }
.site-header { position: relative; z-index: 100; background: rgba(251, 250, 245, .96); border-bottom: 1px solid rgba(8, 47, 50, .08); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { position: sticky; top: 0; box-shadow: 0 12px 40px rgba(5, 34, 37, .1); backdrop-filter: blur(14px); }
.header-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 50px; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; position: relative; color: var(--cream); background: var(--ink); border: 1px solid rgba(234, 191, 101, .55); transform: rotate(45deg); border-radius: 14px 5px 14px 5px; box-shadow: inset 0 0 0 4px var(--ink), inset 0 0 0 5px rgba(234, 191, 101, .35); }
.brand-mark span, .brand-mark:not(:has(span)) { font-family: Georgia, serif; font-size: .82rem; font-weight: 700; transform: rotate(-45deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.28rem; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .69rem; letter-spacing: .075em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 2px; }
.primary-nav a { position: relative; padding: 12px 11px; color: #244346; font-size: .88rem; font-weight: 650; text-decoration: none; border-radius: 10px; }
.primary-nav a::after { position: absolute; right: 12px; bottom: 5px; left: 12px; height: 2px; content: ""; background: var(--teal-bright); transform: scaleX(0); transition: transform .22s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.primary-nav .nav-apply { margin-left: 8px; padding-inline: 18px; color: var(--cream); background: var(--ink); }
.primary-nav .nav-apply::after { display: none; }
.primary-nav .nav-apply:hover { background: var(--teal); }
.menu-toggle { display: none; color: var(--ink); background: transparent; border: 0; font-weight: 700; }

.flash-region { position: relative; z-index: 10; }
.flash { margin-top: 20px; padding: 14px 18px; border: 1px solid; border-radius: 12px; box-shadow: var(--shadow-sm); }
.flash--success { color: #075b45; background: #e8fbf3; border-color: #8bd2b8; }
.flash--error { color: #7d2028; background: #fff0f1; border-color: #e3a5aa; }
.flash--warning { color: #6a4b00; background: #fff8df; border-color: #dfca83; }

.hero { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; background: linear-gradient(125deg, #edf9f4 0%, #fbfaf5 48%, #e8f3ed 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .18; background-image: linear-gradient(rgba(8,47,50,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(8,47,50,.14) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-media { position: absolute; inset: 0; opacity: .07; filter: saturate(.5); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; }
.hero-glow--one { width: 350px; height: 350px; top: -160px; left: -100px; background: radial-gradient(circle, rgba(18,163,157,.24), transparent 70%); }
.hero-glow--two { width: 460px; height: 460px; right: -180px; bottom: -200px; background: radial-gradient(circle, rgba(234,191,101,.35), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(40px, 7vw, 90px); padding-block: 76px 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--gold-light); }
.hero h1 { max-width: 720px; }
.hero-intro { max-width: 610px; color: #415b5d; font-size: 1.14rem; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(8,47,50,.17); }
.button--primary:hover { background: var(--teal); box-shadow: 0 16px 38px rgba(13,108,109,.25); }
.button--quiet { color: var(--ink); background: rgba(255,255,255,.7); border-color: #bfd5d0; }
.button--quiet:hover { background: var(--white); }
.button--gold { color: var(--ink-deep); background: var(--gold); box-shadow: 0 12px 30px rgba(234,191,101,.18); }
.button--gold:hover { background: var(--gold-light); }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 18px; margin: 27px 0 0; padding: 0; list-style: none; color: #506668; font-size: .82rem; font-weight: 650; }
.hero-assurances span { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 5px; color: var(--teal); background: var(--mint); border-radius: 50%; }
.hero-image-frame { min-height: 530px; position: relative; z-index: 1; align-self: stretch; overflow: hidden; border: 10px solid rgba(255,255,255,.72); border-radius: 46% 46% 24px 24px; box-shadow: var(--shadow-lg); }
.hero-image-frame::before { position: absolute; z-index: 2; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; object-position: 62% center; }
.hero-note { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 3; display: flex; flex-direction: column; padding: 17px 20px; color: white; background: rgba(5,34,37,.88); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; backdrop-filter: blur(10px); }
.hero-note strong { font-family: Georgia, serif; font-size: 1.14rem; }
.hero-note span { color: #cfe5df; font-size: .8rem; }

.trust-strip { color: white; background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 118px; display: flex; align-items: center; gap: 17px; padding: 24px clamp(18px, 3vw, 34px); border-right: 1px solid rgba(255,255,255,.11); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(234,191,101,.4); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.trust-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.45; }
.trust-grid strong { font-size: .94rem; }
.trust-grid p span { margin-top: 3px; color: #aac6c2; font-size: .75rem; }

.section { padding-block: clamp(75px, 9vw, 125px); }
.section--compact { padding-block: 58px 90px; }
.section--soft { background: var(--mint-soft); }
.section--ink { position: relative; overflow: hidden; color: #d7e9e6; background: var(--ink-deep); }
.section--ink h2, .section--ink h3 { color: white; }
.section--ink::after { position: absolute; width: 420px; height: 420px; right: -230px; bottom: -260px; content: ""; border: 70px solid rgba(18,163,157,.08); border-radius: 50%; }
.section-heading { margin-bottom: 52px; }
.section-heading--split { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }
.section-heading--split p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading--centred { max-width: 750px; margin-inline: auto; text-align: center; }
.section-heading--centred .eyebrow { justify-content: center; }
.section-heading--centred > p:last-child { color: var(--muted); font-size: 1.04rem; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pathway-card { min-height: 385px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 32px; color: var(--text); background: white; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.pathway-card::before { position: absolute; width: 210px; height: 210px; right: -110px; top: -110px; content: ""; background: var(--mint); border-radius: 50%; transition: transform .35s ease; }
.pathway-card:hover { transform: translateY(-8px); border-color: #9bc7bd; box-shadow: var(--shadow-lg); }
.pathway-card:hover::before { transform: scale(1.25); }
.pathway-number { position: absolute; z-index: 1; right: 25px; top: 20px; color: rgba(8,47,50,.35); font-size: .7rem; font-weight: 800; }
.pathway-icon { width: 64px; height: 64px; position: relative; z-index: 1; display: grid; place-items: center; margin-bottom: auto; color: white; background: var(--teal); border-radius: 18px 6px 18px 6px; font-family: Georgia, serif; font-weight: 700; box-shadow: 0 14px 26px rgba(13,108,109,.2); }
.pathway-card--b .pathway-icon { color: var(--ink); background: var(--gold); }
.pathway-card--c .pathway-icon { background: var(--ink); }
.pathway-card h3 { margin-top: 36px; }
.pathway-card p { color: var(--muted); font-size: .94rem; }
.card-link, .text-link { margin-top: auto; color: var(--teal); font-size: .86rem; font-weight: 800; text-decoration: none; }
.text-link--light { color: var(--gold-light); }
.support-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .7fr 1.1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.support-intro { position: sticky; top: 150px; }
.support-intro > p:not(.eyebrow) { color: #aac8c4; font-size: 1.04rem; }
.support-list article { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.support-list article:first-child { padding-top: 0; }
.support-list article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(234,191,101,.36); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.support-list h3 { margin-bottom: 8px; }
.support-list p { margin: 0; color: #a8c0bd; }
.process-preview { background: white; }
.step-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 0; list-style: none; counter-reset: steps; }
.step-line::before { position: absolute; top: 25px; right: 12%; left: 12%; height: 1px; content: ""; background: #a9c9c2; }
.step-line li { position: relative; text-align: center; }
.step-line li > span { width: 52px; height: 52px; position: relative; z-index: 1; display: grid; place-items: center; margin: 0 auto 22px; color: white; background: var(--ink); border: 7px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #a9c9c2; font-weight: 800; }
.step-line h3 { font-size: 1.18rem; }
.step-line p { color: var(--muted); font-size: .88rem; }
.section--cta { padding-top: 30px; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; padding: clamp(40px, 6vw, 70px); color: #d7e9e6; background: linear-gradient(125deg, var(--teal), var(--ink)); border-radius: 30px; box-shadow: var(--shadow-lg); }
.cta-panel::after { position: absolute; width: 300px; height: 300px; right: -120px; top: -180px; content: ""; border: 60px solid rgba(255,255,255,.07); border-radius: 50%; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { color: white; }
.cta-panel p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cta-actions > a:last-child { color: white; font-size: .82rem; }

.page-hero { min-height: 470px; position: relative; display: grid; place-items: center; overflow: hidden; color: #d6e8e5; background: radial-gradient(circle at 78% 15%, rgba(18,163,157,.25), transparent 25%), linear-gradient(130deg, var(--ink-deep), var(--ink)); }
.page-hero::before { position: absolute; inset: 0; content: ""; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at center, black, transparent 72%); }
.page-hero .container { position: relative; z-index: 1; padding-block: 80px; text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { color: white; font-size: clamp(2.8rem, 5.3vw, 5rem); }
.page-hero .container > p:last-child:not(.updated-date), .page-hero .container > p:nth-last-child(2) { max-width: 760px; margin-inline: auto; font-size: 1.12rem; }
.page-hero--form { min-height: 430px; }
.page-hero--legal { min-height: 420px; }
.updated-date { color: #a9c7c2; font-size: .83rem; }
.story-grid { display: grid; grid-template-columns: .75fr 1fr; align-items: center; gap: clamp(50px, 10vw, 130px); }
.story-visual { min-height: 430px; position: relative; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--teal), var(--ink)); border-radius: 48% 48% 22px 22px; box-shadow: var(--shadow-lg); }
.story-visual::after { position: absolute; inset: 22px; content: ""; border: 1px solid rgba(255,255,255,.25); border-radius: inherit; }
.story-visual > div { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.1; }
.story-visual span { color: var(--gold-light); font-style: italic; }
.story-orbit { width: 230px; height: 230px; position: absolute; border: 1px solid rgba(234,191,101,.35); border-radius: 50%; animation: orbit 16s linear infinite; }
.story-orbit::after { width: 13px; height: 13px; position: absolute; left: 21px; top: 27px; content: ""; background: var(--gold); border-radius: 50%; box-shadow: 0 0 20px var(--gold); }
@keyframes orbit { to { transform: rotate(360deg); } }
.prose-block > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.values-grid article { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.values-grid article > span { color: var(--teal); font-size: .74rem; font-weight: 800; }
.values-grid h2 { margin-top: 45px; font-size: 1.75rem; }
.values-grid p { margin: 0; color: var(--muted); }
.boundary-card { display: grid; grid-template-columns: .75fr 1fr; gap: 70px; align-items: center; padding: clamp(36px, 5vw, 62px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.boundary-card p:last-child { margin: 0; color: var(--muted); font-size: 1.04rem; }
.boundary-card--dark { position: relative; z-index: 1; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.13); }
.boundary-card--dark p:last-child { color: #b6ceca; }
.simple-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.simple-cta h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.simple-cta p { margin: 0; color: var(--muted); }
.option-stack { display: grid; }
.option-row { display: grid; grid-template-columns: 90px 1fr 230px; gap: 40px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--line); }
.option-row:first-child { border-top: 1px solid var(--line); }
.option-index { width: 62px; height: 62px; display: grid; place-items: center; color: var(--teal); background: var(--mint); border-radius: 50%; font-weight: 800; }
.mini-label { margin-bottom: 8px; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.option-row h2 { margin-bottom: 10px; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.option-row p:not(.mini-label) { margin: 0; color: var(--muted); }
.option-row .text-link { margin: 0; text-align: right; }
.subject-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 90px; align-items: center; }
.subject-layout > div:first-child > p:last-child { color: var(--muted); }
.subject-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.subject-cloud span { padding: 13px 19px; color: var(--ink); background: white; border: 1px solid #cbe0da; border-radius: 999px; box-shadow: var(--shadow-sm); font-weight: 700; }
.information-note { display: grid; grid-template-columns: 56px 1fr; gap: 25px; padding: 35px; background: #fff8e5; border: 1px solid #e8ce8f; border-radius: var(--radius-sm); }
.note-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 700; }
.information-note h2 { font-size: 1.55rem; }
.information-note p:last-child { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { position: relative; padding: 40px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.service-card > span { position: absolute; right: 30px; top: 24px; color: #9bb8b3; font-size: .7rem; font-weight: 800; }
.service-card h2 { max-width: 460px; font-size: clamp(1.65rem, 2.6vw, 2.25rem); }
.service-card p { color: var(--muted); }
.service-card ul { margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding: 5px 0 5px 25px; }
.service-card li::before { position: absolute; left: 0; content: "\2713"; color: var(--teal); font-weight: 800; }
.service-card--accent { color: #d5e6e3; background: linear-gradient(135deg, var(--teal), var(--ink)); border-color: transparent; }
.service-card--accent h2 { color: white; }
.service-card--accent p { color: #c1d9d5; }
.service-card--accent .mini-label { color: var(--gold-light); }
.journey-list { max-width: 920px; }
.journey-list article { position: relative; display: grid; grid-template-columns: 86px 1fr; gap: 36px; padding-bottom: 58px; }
.journey-list article:not(:last-child)::before { position: absolute; width: 1px; top: 58px; bottom: 0; left: 29px; content: ""; background: #a8c9c1; }
.journey-marker span { width: 60px; height: 60px; display: grid; place-items: center; color: white; background: var(--ink); border: 7px solid var(--cream); border-radius: 50%; box-shadow: 0 0 0 1px #a8c9c1; font-weight: 800; }
.journey-list h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); }
.journey-list article > div:last-child > p:last-child { color: var(--muted); }
.faq-grid { display: grid; grid-template-columns: .58fr 1fr; gap: 80px; align-items: start; }
.accordion-list details { background: white; border-top: 1px solid var(--line); }
.accordion-list details:last-child { border-bottom: 1px solid var(--line); }
.accordion-list summary { position: relative; padding: 22px 48px 22px 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.16rem; font-weight: 700; cursor: pointer; list-style: none; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary::after { position: absolute; right: 8px; content: "+"; color: var(--teal); font-family: sans-serif; font-size: 1.5rem; }
.accordion-list details[open] summary::after { content: "\2212"; }
.accordion-list details p { padding: 0 42px 20px 0; color: var(--muted); }

.form-section { background: linear-gradient(to right, var(--mint-soft) 0 36%, var(--cream) 36% 100%); }
.form-layout, .contact-layout { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.form-intro { position: sticky; top: 125px; }
.form-intro > p:not(.eyebrow) { color: var(--muted); }
.compact-steps { padding: 25px 0; border-top: 1px solid #c8ddd7; border-bottom: 1px solid #c8ddd7; list-style: none; }
.compact-steps li { display: flex; align-items: center; gap: 13px; padding: 7px 0; color: var(--ink); font-weight: 700; }
.compact-steps span { width: 29px; height: 29px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: .7rem; }
.contact-mini { display: flex; flex-direction: column; margin-top: 28px; }
.contact-mini > span { color: var(--muted); font-size: .78rem; }
.contact-mini a { color: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 700; text-decoration: none; }
.contact-mini small { color: var(--muted); }
.enquiry-form { position: relative; padding: clamp(28px, 5vw, 54px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.form-heading { margin-bottom: 34px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-heading > span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2 { margin: 6px 0; font-size: 2rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .86rem; font-weight: 750; }
.optional { color: var(--muted); font-size: .7rem; font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; color: var(--text); background: #fbfdfc; border: 1px solid #b8cfca; border-radius: 9px; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { min-height: 50px; padding: 10px 13px; }
.field textarea { min-height: 145px; padding: 13px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(13,108,109,.12); }
.field [aria-invalid="true"] { border-color: var(--danger); }
.field-help { margin: 6px 0 0; color: var(--muted); font-size: .74rem; }
.field-error { margin: 6px 0 0; color: var(--danger); font-size: .78rem; font-weight: 700; }
.form-error-summary { margin-bottom: 22px; padding: 13px 15px; color: #7d2028; background: #fff0f1; border: 1px solid #e3a5aa; border-radius: 8px; }
.check-field { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin: 6px 0 24px; }
.check-field input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--teal); }
.check-field label { font-size: .83rem; }
.button--submit { width: 100%; border: 0; }
.submit-note { margin: 13px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.field-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; left: -10000px !important; }
.contact-layout { grid-template-columns: .7fr 1fr; }
.contact-layout > *, .contact-cards article > div { min-width: 0; }
.contact-cards { display: grid; gap: 14px; }
.contact-cards article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.contact-card__icon { width: 45px; height: 45px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 14px 5px 14px 5px; font-family: Georgia, serif; font-weight: 700; }
.contact-cards h2 { margin: 0 0 2px; font-family: inherit; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-cards article a, .contact-cards address { color: var(--ink); font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.contact-cards article p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; }
.contact-boundary { padding: 24px; color: #d3e8e4; background: var(--ink); border-radius: var(--radius-sm); }
.contact-boundary p { margin: 5px 0 0; font-size: .85rem; }
.contact-boundary a { color: var(--gold-light); }
.legal-section { background: white; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: 80px; }
.legal-nav { position: sticky; top: 130px; display: flex; flex-direction: column; align-self: start; border-top: 2px solid var(--ink); }
.legal-nav strong { padding: 17px 12px; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-nav a { padding: 10px 12px; color: var(--text); border-left: 3px solid transparent; text-decoration: none; }
.legal-nav a[aria-current="page"] { color: var(--teal); background: var(--mint-soft); border-left-color: var(--teal); font-weight: 750; }
.legal-copy h2 { margin: 2.1em 0 .55em; font-size: 1.65rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: #4e6365; }
.error-page, .system-message { min-height: 70vh; display: grid; place-items: center; padding: 80px 20px; background: var(--mint-soft); }
.error-card, .system-message__card { max-width: 680px; padding: clamp(35px, 7vw, 70px); text-align: center; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.error-card .eyebrow { justify-content: center; }
.error-code { color: var(--gold); font-family: Georgia, serif; font-size: clamp(5rem, 16vw, 10rem); line-height: .7; opacity: .65; }
.error-card h1 { margin-top: 20px; font-size: clamp(2.3rem, 5vw, 4rem); }
.error-card .button-row { justify-content: center; }
.system-message__card .brand-mark { margin: 0 auto 30px; }

.site-footer { margin-top: 40px; color: #abc4c0; background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .55fr .8fr; gap: clamp(40px, 7vw, 90px); padding-block: 75px 55px; }
.brand--footer { color: white; }
.brand--footer .brand-mark { background: var(--teal); }
.brand--footer .brand-copy small { color: #9fbdb8; }
.footer-brand > p { max-width: 430px; margin-top: 24px; }
.footer-boundary { padding-left: 14px; color: #8ea9a5; border-left: 2px solid var(--gold); font-size: .77rem; }
.site-footer h2 { margin: 8px 0 20px; color: white; font-family: inherit; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { padding: 5px 0; }
.footer-links a { color: #c3d8d4; text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-links--contact { margin-top: 10px; }
.site-footer address { color: #c3d8d4; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-legal p { margin: 0; }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-legal a { color: #abc4c0; text-decoration: none; }

.js [data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.scroll-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; height: 3px; background: linear-gradient(90deg, var(--teal-bright), var(--gold)); pointer-events: none; transform: scaleX(0); transform-origin: left; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 48px; height: 48px; display: grid; place-items: center; color: var(--cream); background: var(--ink); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: 0 14px 34px rgba(5,34,37,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px) rotate(8deg); transition: opacity .2s ease, transform .25s ease, background .2s ease; }
.back-to-top span { font-size: 1.25rem; transform: rotate(-8deg); }
.back-to-top:hover { background: var(--teal); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.field-counter { display: block; margin-top: 5px; color: var(--muted); font-size: .75rem; line-height: 1.3; text-align: right; }
button.is-submitting { cursor: wait; opacity: .72; }

@media (max-width: 1040px) {
    .primary-nav { gap: 0; }
    .primary-nav a { padding-inline: 8px; font-size: .8rem; }
    .hero-grid { grid-template-columns: 1fr .9fr; gap: 40px; }
    .hero-image-frame { min-height: 470px; }
    .hero-image-frame img { min-height: 470px; }
    .option-row { grid-template-columns: 70px 1fr; }
    .option-row .text-link { grid-column: 2; text-align: left; }
    .form-layout, .contact-layout { gap: 50px; }
}

@media (max-width: 860px) {
    body.menu-open { overflow: hidden; }
    .site-notice span { display: none; }
    .site-notice__inner { justify-content: center; }
    .site-header.is-scrolled { position: relative; }
    .header-row { min-height: 78px; }
    .menu-toggle { display: inline-flex; align-items: center; gap: 9px; padding: 10px; }
    .menu-toggle__lines, .menu-toggle__lines::before, .menu-toggle__lines::after { width: 22px; height: 2px; display: block; position: relative; content: ""; background: currentColor; transition: transform .2s ease; }
    .menu-toggle__lines::before { position: absolute; top: -7px; }
    .menu-toggle__lines::after { position: absolute; top: 7px; }
    .menu-toggle[aria-expanded="true"] .menu-toggle__lines { background: transparent; }
    .menu-toggle[aria-expanded="true"] .menu-toggle__lines::before { top: 0; transform: rotate(45deg); }
    .menu-toggle[aria-expanded="true"] .menu-toggle__lines::after { top: 0; transform: rotate(-45deg); }
    .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 14px 20px 22px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(5,34,37,.12); }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { padding: 12px; font-size: .94rem; }
    .primary-nav a::after { display: none; }
    .primary-nav .nav-apply { margin: 8px 0 0; text-align: center; }
    .no-js .header-row { min-height: auto; flex-wrap: wrap; padding-block: 14px; }
    .no-js .menu-toggle { display: none; }
    .no-js .primary-nav { width: 100%; position: static; display: flex; flex-flow: row wrap; padding: 4px 0 0; background: transparent; border: 0; box-shadow: none; }
    .no-js .primary-nav a { flex: 1 1 auto; text-align: center; }
    .no-js .primary-nav .nav-apply { margin: 0; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 700px; }
    .hero-image-frame { min-height: 440px; }
    .trust-grid { grid-template-columns: 1fr; padding-block: 7px; }
    .trust-grid > div { min-height: 85px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .trust-grid > div:last-child { border-bottom: 0; }
    .section-heading--split, .support-grid, .story-grid, .boundary-card, .subject-layout, .faq-grid, .form-layout, .contact-layout, .legal-layout { grid-template-columns: 1fr; gap: 45px; }
    .pathway-grid, .values-grid { grid-template-columns: 1fr; }
    .pathway-card { min-height: 320px; }
    .support-intro, .form-intro, .legal-nav { position: static; }
    .step-line { grid-template-columns: 1fr 1fr; }
    .step-line::before { display: none; }
    .cta-panel { grid-template-columns: 1fr; }
    .cta-actions { align-items: flex-start; }
    .story-visual { min-height: 380px; }
    .service-grid { grid-template-columns: 1fr; }
    .form-section { background: var(--mint-soft); }
    .legal-nav { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 0; }
    .legal-nav strong { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-legal { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand-copy small { display: none; }
    .brand-mark { width: 43px; }
    .brand-copy strong { font-size: 1.06rem; }
    h1 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
    .hero-grid { padding-block: 58px 65px; }
    .hero-image-frame, .hero-image-frame img { min-height: 340px; }
    .hero-image-frame { border-width: 6px; border-radius: 42% 42% 18px 18px; }
    .hero-note { right: 12px; bottom: 12px; left: 12px; }
    .hero-assurances { flex-direction: column; gap: 8px; }
    .section { padding-block: 68px; }
    .section-heading { margin-bottom: 35px; }
    .pathway-card, .values-grid article, .service-card { padding: 27px; }
    .step-line { grid-template-columns: 1fr; }
    .step-line li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; text-align: left; }
    .step-line li > span { grid-row: 1 / 3; }
    .step-line h3, .step-line p { margin: 0; }
    .cta-panel { padding: 32px 25px; }
    .simple-cta { align-items: flex-start; flex-direction: column; }
    .option-row { grid-template-columns: 1fr; gap: 18px; }
    .option-row .text-link { grid-column: 1; }
    .option-index { width: 50px; height: 50px; }
    .information-note { grid-template-columns: 1fr; }
    .journey-list article { grid-template-columns: 58px 1fr; gap: 18px; }
    .journey-marker span { width: 50px; height: 50px; }
    .journey-list article:not(:last-child)::before { left: 24px; }
    .field-grid { grid-template-columns: 1fr; gap: 0; }
    .enquiry-form { padding: 27px 20px; }
    .legal-nav { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-legal nav { flex-direction: column; gap: 7px; }
    .back-to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}
