:root {
  --ink: #24213d;
  --ink-soft: #47445f;
  --muted: #747187;
  --violet: #5b4bd4;
  --violet-deep: #4435ad;
  --lilac: #eceafb;
  --lilac-deep: #d8d4f6;
  --apricot: #eb8868;
  --apricot-soft: #fff0e9;
  --sun: #f8efcf;
  --paper: #fcfbf7;
  --sand: #f1f0f6;
  --white: #ffffff;
  --line: #dedde8;
  --shadow: 0 24px 70px rgba(36, 33, 61, .13);
  --display: "Iowan Old Style", "Baskerville", "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  font-family: var(--body);
  font-synthesis: none;
  line-height: 1.5;
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow-container { width: min(860px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: rgba(255,255,255,.78); background: var(--ink); font-size: .71rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { display: flex; min-height: 37px; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner strong { color: var(--sun); font-weight: 800; }
.utility-inner a { color: var(--white); font-weight: 700; text-decoration: none; }
.utility-inner a:hover, .utility-inner a:focus-visible { color: var(--sun); }
.utility-actions { display: flex; align-items: center; gap: 22px; }

.site-header { position: sticky; z-index: 10; top: 0; color: var(--ink); background: rgba(252,251,247,.94); border-bottom: 1px solid rgba(36,33,61,.1); backdrop-filter: blur(17px); }
.header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; width: 45px; height: 45px; place-items: center; color: var(--ink); border: 1px solid var(--ink); border-radius: 50%; background: var(--sun); font-family: var(--display); font-size: .92rem; font-weight: 700; letter-spacing: -.08em; }
.brand-mark span { transform: translateY(-1px); }
.brand-copy { display: grid; gap: 0; line-height: 1; }
.brand-name { font-family: var(--display); font-size: 1.12rem; font-weight: 700; letter-spacing: -.04em; }
.brand-subtitle { margin-top: 5px; color: var(--violet-deep); font-size: .61rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: .84rem; font-weight: 700; }
.site-nav a:not(.button) { color: var(--ink-soft); text-decoration: none; }
.site-nav a:not(.button):hover, .site-nav a:not(.button):focus-visible { color: var(--violet); }
.menu-button { display: none; padding: 9px 0; color: var(--ink); border: 0; background: transparent; cursor: pointer; }
.menu-label { margin-right: 8px; font-size: .83rem; font-weight: 800; }
.menu-icon { display: inline-grid; gap: 4px; vertical-align: middle; }
.menu-icon i { display: block; width: 22px; height: 2px; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--violet); box-shadow: 0 10px 22px rgba(91,75,212,.2); }
.button-primary:hover, .button-primary:focus-visible { background: var(--violet-deep); }
.button-dark { color: var(--white) !important; background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--violet); }
.button-light { color: var(--ink); background: var(--sun); }
.button-light:hover, .button-light:focus-visible { color: var(--ink); background: var(--white); }
.button-secondary { color: var(--violet-deep); border-color: var(--violet); background: transparent; }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--white); background: var(--violet); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .76rem; }
.button-quiet { min-height: 44px; padding: 9px 4px; color: var(--muted); background: transparent; }
.button-quiet:hover, .button-quiet:focus-visible { color: var(--ink); transform: none; }
.button-form { min-width: 160px; min-height: 46px; padding: 11px 17px; font-size: .84rem; }
.text-link, .inline-link { color: var(--ink); font-size: .86rem; font-weight: 800; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.text-link:hover, .text-link:focus-visible, .inline-link:hover, .inline-link:focus-visible { color: var(--violet-deep); }
.inline-link { display: inline-flex; gap: 9px; color: var(--violet-deep); text-decoration: none; }
.text-button { padding: 0; color: var(--violet-deep); border: 0; background: transparent; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 80px 0 92px; background: var(--sun); }
.hero::after { position: absolute; right: 5%; bottom: -130px; width: 310px; height: 310px; border: 1px solid rgba(91,75,212,.17); border-radius: 50%; box-shadow: 0 0 0 30px rgba(91,75,212,.035), 0 0 0 64px rgba(91,75,212,.028); content: ""; pointer-events: none; }
.hero-sun { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-sun-one { width: 520px; height: 520px; top: -320px; left: -170px; border: 1px solid rgba(235,136,104,.26); box-shadow: 0 0 0 42px rgba(235,136,104,.06), 0 0 0 90px rgba(235,136,104,.035); }
.hero-sun-two { width: 120px; height: 120px; top: 140px; right: 49%; background: rgba(235,136,104,.18); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 490px); gap: clamp(48px, 8vw, 112px); align-items: center; }
.hero-copy { padding: 20px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--violet-deep); font-size: .68rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-mark { display: grid; width: 18px; height: 18px; place-items: center; color: var(--white); border-radius: 50%; background: var(--apricot); font-size: .83rem; line-height: 1; }
.eyebrow-violet { color: var(--violet-deep); }
.eyebrow-apricot { color: var(--apricot); }
.eyebrow-light { color: var(--lilac-deep); }
h1 { max-width: 700px; margin-bottom: 25px; font: 700 clamp(3.6rem, 7.6vw, 7rem)/.88 var(--display); letter-spacing: -.085em; }
.hero-lede { max-width: 540px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1.03rem, 1.65vw, 1.2rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.hero-signpost { display: flex; gap: 14px; max-width: 480px; margin-top: 53px; padding-top: 19px; border-top: 1px solid rgba(36,33,61,.17); }
.signpost-line { flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid var(--violet); border-radius: 50% 50% 50% 4px; }
.hero-signpost strong { display: block; margin-bottom: 4px; color: var(--ink); font-family: var(--display); font-size: 1.05rem; letter-spacing: -.02em; }
.hero-signpost p { max-width: 400px; margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }

.enquiry-card { position: relative; padding: clamp(25px, 4vw, 35px); color: var(--ink); border: 1px solid rgba(36,33,61,.12); border-radius: 5px 26px 5px 26px; background: var(--paper); box-shadow: var(--shadow); }
.enquiry-card::before { position: absolute; top: 0; right: 34px; left: 34px; height: 5px; border-radius: 0 0 9px 9px; background: var(--apricot); content: ""; }
.enquiry-card-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.card-kicker { margin-bottom: 8px; color: var(--violet-deep); font-size: .64rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.enquiry-card h2 { margin-bottom: 0; font: 700 clamp(1.8rem, 3vw, 2.25rem)/.98 var(--display); letter-spacing: -.06em; }
.card-stamp { padding-top: 4px; color: var(--apricot); font-family: var(--display); font-size: .98rem; font-weight: 700; white-space: nowrap; }
.card-intro { max-width: 375px; margin: 15px 0 26px; color: var(--muted); font-size: .84rem; }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-progress span { display: flex; align-items: center; gap: 7px; min-width: 0; color: #aaa8b7; font-size: .64rem; font-weight: 800; }
.form-progress i { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; color: #9693a4; border: 1px solid #cbc9d6; border-radius: 50%; font-size: .65rem; font-style: normal; }
.form-progress b { overflow: hidden; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.form-progress span.active { color: var(--violet-deep); }
.form-progress span.active i { color: var(--white); border-color: var(--violet); background: var(--violet); }
.form-body { padding-top: 25px; }
.form-step { display: none; min-height: 281px; }
.form-step.active { display: block; }
fieldset { min-width: 0; padding: 0; border: 0; }
legend { margin-bottom: 19px; font: 700 1.02rem/1.2 var(--display); letter-spacing: -.02em; }
label { display: block; margin: 0 0 7px; color: var(--ink-soft); font-size: .72rem; font-weight: 800; }
label span[aria-hidden="true"] { color: var(--apricot); }
.optional { color: var(--muted); font-size: .64rem; font-weight: 600; }
input, select, textarea { display: block; width: 100%; margin-bottom: 17px; padding: 12px 13px; color: var(--ink); border: 1px solid #d5d3df; border-radius: 7px; outline: 0; background: #fffefa; font-size: .84rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
select { appearance: auto; }
textarea { min-height: 82px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #9d9aa9; }
input:focus, select:focus, textarea:focus { border-color: var(--violet); background: var(--white); box-shadow: 0 0 0 4px rgba(91,75,212,.12); }
input:invalid:not(:placeholder-shown), select:invalid:not(:focus), textarea:invalid:not(:placeholder-shown) { border-color: var(--apricot); }
.field-hint { margin: -8px 0 0; color: var(--muted); font-size: .65rem; line-height: 1.45; }
.checkbox-label { display: flex; gap: 10px; align-items: flex-start; margin: 3px 0 0; color: var(--muted); font-size: .68rem; font-weight: 600; line-height: 1.45; }
.checkbox-label input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--violet); }
.form-actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 8px; }
.form-actions [data-next], .form-actions [data-submit] { margin-left: auto; }
.form-message { min-height: 20px; margin: 14px 0 0; color: #b35c43; font-size: .7rem; }
.form-message[data-state="success"] { color: var(--violet-deep); }
.form-success { min-height: 374px; padding: 34px 5px 10px; }
.success-mark { display: grid; width: 46px; height: 46px; margin-bottom: 24px; place-items: center; color: var(--white); border-radius: 50%; background: var(--violet); font-size: 1.2rem; font-weight: 900; }
.form-success h3 { max-width: 340px; margin-bottom: 12px; font: 700 1.72rem/1.02 var(--display); letter-spacing: -.05em; }
.form-success p { max-width: 340px; margin-bottom: 23px; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.privacy-line { margin: 16px 0 0; color: #8e8b9b; font-size: .65rem; }
.privacy-line a { color: var(--violet-deep); font-weight: 800; }

.signal-strip { color: var(--white); background: var(--violet-deep); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; min-height: 94px; padding: 18px 25px; border-left: 1px solid rgba(255,255,255,.18); }
.signal-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.signal-index { grid-row: span 2; display: grid; width: 35px; height: 35px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--sun); font-family: var(--display); font-size: .7rem; font-weight: 700; }
.signal-grid strong { font-family: var(--display); font-size: .98rem; line-height: 1.1; }
.signal-grid div > span:last-child { color: rgba(255,255,255,.7); font-size: .68rem; }

.section { padding: clamp(80px, 10vw, 136px) 0; }
.focus-section { background: var(--paper); }
.intro-grid, .expect-heading-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: end; margin-bottom: 55px; }
.section h2, .expect-heading-grid h2, .movement-copy h2, .area-copy h2, .faq-intro h2 { margin-bottom: 0; font: 700 clamp(2.75rem, 5.3vw, 5rem)/.93 var(--display); letter-spacing: -.075em; }
.section-lede, .expect-intro, .movement-copy > p:not(.eyebrow), .area-copy > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { max-width: 500px; margin: 0 0 20px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.focus-card { position: relative; display: flex; min-height: 272px; flex-direction: column; justify-content: space-between; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px 22px 4px 22px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.focus-card:hover { transform: translateY(-4px); box-shadow: 0 15px 32px rgba(36,33,61,.09); }
.focus-card::after { position: absolute; right: -60px; bottom: -85px; width: 170px; height: 170px; border: 1px solid rgba(91,75,212,.14); border-radius: 50%; content: ""; }
.focus-card-featured { color: var(--white); border-color: var(--violet); background: var(--violet); }
.focus-card-featured::after { border-color: rgba(255,255,255,.25); }
.focus-card-lilac { background: var(--lilac); }
.focus-card-dark { color: var(--white); border-color: var(--ink); background: var(--ink); }
.focus-card-dark::after { border-color: rgba(248,239,207,.22); }
.focus-number { color: var(--apricot); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.focus-card-featured .focus-number { color: var(--sun); }
.focus-card-dark .focus-number { color: var(--sun); }
.focus-card h3 { max-width: 235px; margin: 0 0 10px; font: 700 1.42rem/1.02 var(--display); letter-spacing: -.045em; }
.focus-card p { max-width: 270px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.58; }
.focus-card-featured p, .focus-card-dark p { color: rgba(255,255,255,.75); }
.focus-arrow { align-self: flex-end; display: grid; width: 32px; height: 32px; place-items: center; color: var(--violet-deep); border: 1px solid var(--lilac-deep); border-radius: 50%; font-size: .9rem; }
.focus-card-featured .focus-arrow, .focus-card-dark .focus-arrow { color: var(--white); border-color: rgba(255,255,255,.45); }

.expect-section { color: var(--white); background: var(--ink); }
.expect-heading-grid { margin-bottom: 58px; }
.expect-heading-grid h2 { color: var(--white); }
.expect-intro { color: rgba(255,255,255,.66) !important; }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.expect-step { min-height: 256px; padding: 29px 28px 22px 0; border-right: 1px solid rgba(255,255,255,.2); }
.expect-step + .expect-step { padding-left: 28px; }
.expect-step:last-child { border-right: 0; }
.expect-step-highlight { color: var(--ink); background: var(--sun); }
.expect-number { display: grid; width: 39px; height: 39px; margin-bottom: 45px; place-items: center; color: var(--sun); border: 1px solid rgba(248,239,207,.52); border-radius: 50%; font-family: var(--display); font-size: 1.05rem; font-weight: 700; }
.expect-step-highlight .expect-number { color: var(--ink); border-color: rgba(36,33,61,.28); }
.expect-step h3 { margin-bottom: 10px; font: 700 1.35rem/1.05 var(--display); letter-spacing: -.04em; }
.expect-step p { max-width: 270px; margin: 0; color: rgba(255,255,255,.62); font-size: .81rem; line-height: 1.62; }
.expect-step-highlight p { color: rgba(36,33,61,.72); }

.movement-section { background: var(--lilac); }
.movement-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(50px, 9vw, 120px); align-items: center; }
.movement-media { position: relative; min-height: 525px; }
.movement-media::after { position: absolute; z-index: 0; right: -19px; bottom: -20px; width: 72%; height: 84%; border: 1px solid rgba(91,75,212,.25); border-radius: 4px 110px 4px 4px; content: ""; }
.movement-media img { position: relative; z-index: 1; width: 100%; height: 525px; object-fit: cover; border-radius: 4px 110px 4px 4px; box-shadow: 0 18px 45px rgba(36,33,61,.13); }
.image-note { position: absolute; z-index: 2; right: -8px; bottom: 27px; max-width: 150px; padding: 12px 14px; color: var(--ink); border: 1px solid rgba(36,33,61,.14); background: var(--sun); font-family: var(--display); font-size: .95rem; font-weight: 700; line-height: 1.05; transform: rotate(-3deg); }
.movement-copy h2 { margin-bottom: 24px; }
.movement-copy > p:not(.eyebrow) { margin-bottom: 29px; }
.movement-notes { margin-bottom: 31px; border-top: 1px solid rgba(36,33,61,.16); }
.movement-notes > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; padding: 14px 0; border-bottom: 1px solid rgba(36,33,61,.16); }
.movement-notes span { color: var(--apricot); font-family: var(--display); font-size: .82rem; font-weight: 700; }
.movement-notes p { max-width: 400px; margin: 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.55; }

.area-section { background: var(--paper); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(54px, 9vw, 125px); align-items: center; }
.area-copy h2 { margin-bottom: 24px; }
.area-copy > p:not(.eyebrow) { margin-bottom: 27px; }
.suburb-list { display: flex; flex-wrap: wrap; gap: 8px; max-width: 500px; margin-bottom: 31px; }
.suburb-list span { padding: 8px 11px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 999px; background: var(--sand); font-size: .7rem; font-weight: 700; }
.area-panel { position: relative; min-height: 390px; overflow: hidden; border-radius: 5px 100px 5px 5px; background: var(--sun); }
.area-panel::before { position: absolute; top: 73px; left: 64px; width: 7px; height: 7px; border-radius: 50%; background: var(--apricot); box-shadow: 0 0 0 8px rgba(235,136,104,.14); content: ""; }
.area-panel-label { position: absolute; top: 28px; left: 28px; color: var(--violet-deep); font-size: .67rem; font-weight: 900; letter-spacing: .19em; }
.area-orbit { position: absolute; border: 1px solid rgba(91,75,212,.23); border-radius: 50%; }
.area-orbit-one { width: 430px; height: 430px; top: 28px; left: -85px; }
.area-orbit-two { width: 295px; height: 295px; top: 95px; left: -17px; border-color: rgba(235,136,104,.3); }
.area-orbit-three { width: 160px; height: 160px; top: 163px; left: 50px; border-color: rgba(91,75,212,.3); box-shadow: 0 0 0 21px rgba(91,75,212,.05); }
.area-node { position: absolute; display: flex; align-items: center; gap: 8px; color: var(--ink); font-family: var(--display); font-size: .9rem; font-weight: 700; }
.area-node::before { display: block; width: 9px; height: 9px; border: 2px solid var(--white); border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 4px rgba(91,75,212,.16); content: ""; }
.area-node-point { top: 215px; left: 112px; }
.area-node-west { top: 135px; left: 65px; }
.area-node-east { right: 53px; bottom: 96px; }
.area-panel-foot { position: absolute; right: 24px; bottom: 23px; color: var(--muted); font-size: .68rem; font-weight: 700; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 10vw, 140px); align-items: start; }
.faq-intro h2 { margin-bottom: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 21px 0; color: var(--ink); font: 700 1rem/1.3 var(--display); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--apricot); font-family: var(--body); font-size: 1.45rem; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 0 22px; color: var(--muted); font-size: .84rem; line-height: 1.7; }

.closing-cta { color: var(--white); background: var(--violet); }
.closing-inner { display: flex; justify-content: space-between; gap: 32px; align-items: center; min-height: 292px; }
.closing-inner h2 { max-width: 690px; margin: 0; font: 700 clamp(2.7rem, 5.4vw, 5.2rem)/.92 var(--display); letter-spacing: -.08em; }

.site-footer { color: rgba(255,255,255,.72); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr 1fr; gap: 65px; padding: 66px 0 59px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { color: var(--ink); border-color: var(--sun); background: var(--sun); }
.brand-footer .brand-subtitle { color: var(--sun); }
.footer-disclosure { max-width: 340px; margin: 22px 0 16px; font-size: .8rem; line-height: 1.65; }
.footer-email { color: var(--sun); font-size: .8rem; font-weight: 800; text-decoration: none; }
.footer-email:hover, .footer-email:focus-visible { color: var(--white); }
.footer-phone { display: block; width: fit-content; margin-bottom: 8px; color: var(--apricot); font-size: .8rem; font-weight: 800; text-decoration: none; }
.footer-phone:hover, .footer-phone:focus-visible { color: var(--white); }
.footer-grid h2 { margin: 4px 0 18px; color: var(--apricot); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand):not(.footer-email) { display: block; width: fit-content; margin: 0 0 9px; color: rgba(255,255,255,.75); font-size: .8rem; text-decoration: none; }
.footer-grid > div > a:not(.brand):not(.footer-email):hover, .footer-grid > div > a:not(.brand):not(.footer-email):focus-visible { color: var(--white); }
.footer-small { max-width: 285px; margin: 0; color: rgba(255,255,255,.5); font-size: .73rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: .68rem; }

.page-hero { padding: 91px 0 78px; background: var(--sun); }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(3.7rem, 7vw, 6.5rem); }
.page-hero > .container > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.prose-section { background: var(--white); }
.prose { color: var(--muted); }
.prose .last-updated { color: var(--violet-deep); font-size: .76rem; font-weight: 800; }
.prose h2 { margin: 44px 0 12px; color: var(--ink); font: 700 1.75rem/1.05 var(--display); letter-spacing: -.05em; }
.prose p { max-width: 760px; margin-bottom: 15px; font-size: .92rem; line-height: 1.8; }
.prose a { color: var(--violet-deep); font-weight: 750; }
.notice-box { margin-top: 42px; padding: 20px 22px; color: var(--ink-soft); border-left: 4px solid var(--apricot); background: var(--apricot-soft); font-size: .83rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; max-width: 730px; }
  .hero-copy { padding-bottom: 0; }
  .enquiry-card { max-width: 550px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .movement-grid, .area-grid { grid-template-columns: 1fr; }
  .movement-media { max-width: 660px; min-height: 450px; }
  .movement-media img { height: 450px; }
  .area-panel { max-width: 680px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro > p:not(.eyebrow) { max-width: 600px; }
}

@media (max-width: 740px) {
  .container, .narrow-container { width: min(100% - 32px, 600px); }
  .utility-inner { min-height: 35px; font-size: .58rem; letter-spacing: .05em; }
  .utility-actions { gap: 10px; }
  .utility-inner > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .header-inner { min-height: 72px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; padding: 14px; border: 1px solid var(--line); border-radius: 9px 19px 9px 19px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: grid; gap: 3px; }
  .site-nav a:not(.button) { padding: 11px 9px; }
  .site-nav .button { margin-top: 5px; }
  .hero { padding: 58px 0 64px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5.3rem); }
  .hero-lede { font-size: .98rem; }
  .hero-signpost { margin-top: 37px; }
  .enquiry-card { padding: 23px 18px; border-radius: 4px 18px 4px 18px; }
  .enquiry-card::before { right: 20px; left: 20px; }
  .form-progress span { display: grid; justify-items: center; gap: 3px; text-align: center; }
  .form-progress b { max-width: 84px; font-size: .59rem; }
  .form-step { min-height: 318px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div, .signal-grid > div:last-child { min-height: 70px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .signal-grid > div:last-child { border-bottom: 0; }
  .section { padding: 74px 0; }
  .intro-grid, .expect-heading-grid { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section h2, .expect-heading-grid h2, .movement-copy h2, .area-copy h2, .faq-intro h2 { font-size: clamp(2.65rem, 12vw, 4.1rem); }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 232px; }
  .expect-grid { grid-template-columns: 1fr; }
  .expect-step, .expect-step + .expect-step { min-height: auto; padding: 24px 0 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .expect-step:last-child { border-bottom: 0; }
  .expect-step-highlight { margin: 0 -16px; padding-right: 16px !important; padding-left: 16px !important; }
  .expect-number { margin-bottom: 23px; }
  .movement-media { min-height: 340px; }
  .movement-media img { height: 340px; border-radius: 4px 72px 4px 4px; }
  .movement-media::after { right: -10px; bottom: -12px; border-radius: 4px 70px 4px 4px; }
  .image-note { right: -3px; bottom: 18px; font-size: .82rem; }
  .area-panel { min-height: 300px; border-radius: 4px 70px 4px 4px; }
  .area-orbit-one { width: 335px; height: 335px; top: 21px; left: -85px; }
  .area-orbit-two { width: 235px; height: 235px; top: 72px; left: -17px; }
  .area-orbit-three { width: 125px; height: 125px; top: 127px; left: 38px; }
  .area-node-point { top: 172px; left: 88px; }
  .area-node-west { top: 104px; left: 42px; }
  .area-node-east { right: 31px; bottom: 70px; }
  .closing-inner { min-height: 325px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .closing-inner h2 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; padding: 52px 0 45px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { font-size: .64rem; }
  .page-hero { padding: 64px 0 55px; }
  .page-hero h1 { font-size: clamp(3.35rem, 15vw, 5.2rem); }
}

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