:root {
  --ink: #17352d;
  --ink-2: #24483f;
  --coral: #f06452;
  --coral-dark: #d95140;
  --cream: #f6f3eb;
  --paper: #fffdf8;
  --sage: #d9e5d8;
  --line: rgba(23, 53, 45, .16);
  --muted: #65736f;
  --white: #fff;
  --radius: 6px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; line-height: 1.6; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; line-height: 1.08; letter-spacing: 0; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.85rem); margin-bottom: 0; }
h3 { font-size: 1.25rem; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.section-pad { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--coral-dark); font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 24px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #fff4e7; }

.site-header { position: fixed; top: 0; width: 100%; z-index: 30; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.inner-header { background: rgba(255, 253, 248, .96); border-color: var(--line); box-shadow: 0 8px 30px rgba(23,53,45,.06); backdrop-filter: blur(12px); }
.nav-wrap { max-width: 1392px; height: 86px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--white); font: 700 .86rem/1.05 "Avenir Next", "Segoe UI", Arial, sans-serif; letter-spacing: .07em; }
.brand small { font-size: .62rem; letter-spacing: .27em; }
.site-header.scrolled .brand, .inner-header .brand { color: var(--ink); }
.brand-mark { width: 47px; height: 47px; object-fit: cover; border-radius: 5px; }
.desktop-nav { display: flex; gap: 34px; color: var(--white); font-weight: 600; font-size: .9rem; }
.desktop-nav { margin-left: auto; }
.site-header.scrolled .desktop-nav, .inner-header .desktop-nav { color: var(--ink); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--coral); transition: right .22s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: var(--radius); padding: 0 22px; background: var(--ink); color: var(--white); font-weight: 700; cursor: pointer; transition: transform .22s, background .22s, box-shadow .22s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--ink-2); box-shadow: 0 12px 24px rgba(23,53,45,.18); }
.button svg { width: 18px; }
.button-small { min-height: 44px; padding: 0 17px; font-size: .86rem; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.48); }
.site-header.scrolled .button-small, .inner-header .button-small { background: var(--ink); border-color: var(--ink); }
.button-coral { background: var(--coral); }
.button-coral:hover, .button-coral:focus-visible { background: var(--coral-dark); box-shadow: 0 12px 24px rgba(193,66,49,.22); }
.button-green { background: #2f7357; }
.button-green:hover, .button-green:focus-visible { background: #245c46; box-shadow: 0 12px 24px rgba(36,92,70,.22); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); color: var(--white); background: transparent; border-radius: 5px; }
.site-header.scrolled .menu-toggle { color: var(--ink); border-color: var(--line); }
.mobile-menu { display: none; }

.hero { min-height: 760px; height: min(900px, 100svh); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { object-position: center; animation: hero-in 1.1s ease both; }
.hero-shade { background: linear-gradient(90deg, rgba(11,36,29,.92) 0%, rgba(11,36,29,.72) 38%, rgba(11,36,29,.10) 72%); }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 48px)); margin: 78px auto 0; color: var(--white); }
.hero h1 { max-width: 850px; margin: 0 0 24px; font-size: clamp(3.2rem, 7.2vw, 7.5rem); line-height: .9; letter-spacing: 0; }
.hero-lead { max-width: 620px; font-size: clamp(1.15rem, 2vw, 1.55rem); color: rgba(255,255,255,.86); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link svg { width: 17px; transition: transform .2s; }
.text-link:hover svg { transform: translateY(4px); }
.text-link-light { color: var(--white); }
.hero-note { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 0; width: 270px; padding: 24px; display: flex; justify-content: space-between; align-items: end; background: var(--cream); color: var(--ink); font-weight: 700; }
.hero-note svg { width: 25px; color: var(--coral); transition: transform .25s; }
.hero-note:hover svg { transform: translate(4px, 4px); }
@keyframes hero-in { from { transform: scale(1.04); opacity: .65; } to { transform: scale(1); opacity: 1; } }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: start; }
.intro-copy { padding-top: 38px; }
.large-copy { font: 600 1.45rem/1.45 "Avenir Next", "Segoe UI", Arial, sans-serif; color: var(--ink); }
.intro-copy > p:not(.large-copy) { color: var(--muted); max-width: 620px; }
.mini-principles { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 30px; }
.mini-principles span { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .88rem; }
.mini-principles svg { width: 19px; color: var(--coral); }

.services { background: var(--cream); }
.services-top { display: grid; grid-template-columns: 1.5fr .7fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.services-top > p { color: var(--muted); max-width: 440px; margin: 0 0 8px; }
.service-showcase { border-top: 1px solid var(--line); }
.service-story { min-height: 500px; display: grid; grid-template-columns: 1.06fr .94fr; border-bottom: 1px solid var(--line); }
.service-story.reverse .service-visual { order: 2; }
.service-story.reverse .service-story-copy { order: 1; padding-left: 0; padding-right: 70px; }
.service-visual { position: relative; min-height: 460px; overflow: hidden; background: var(--sage); }
.service-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.service-visual:hover img { transform: scale(1.035); }
.visual-index { position: absolute; left: 22px; top: 22px; width: 58px; height: 58px; display: grid; place-items: center; background: var(--paper); font: 700 .9rem "Avenir Next", "Segoe UI", Arial, sans-serif; border-radius: 50%; }
.visual-action { position: absolute; right: 22px; bottom: 22px; width: 60px; height: 60px; display: grid; place-items: center; background: var(--coral); color: var(--white); border-radius: 50%; transition: transform .25s, background .25s; }
.service-visual:hover .visual-action { transform: rotate(8deg) scale(1.06); background: var(--ink); }
.visual-action svg { width: 25px; }
.service-story-copy { align-self: center; padding: 54px 0 54px 70px; }
.story-kicker { display: flex; align-items: center; gap: 13px; color: var(--coral-dark); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.story-kicker svg { width: 32px; height: 32px; padding: 6px; background: rgba(240,100,82,.1); border-radius: 50%; }
.service-story-copy > h3 { max-width: 500px; margin: 26px 0 38px; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.service-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.service-pair > div { padding-top: 18px; border-top: 2px solid var(--ink); }
.service-pair strong { font: 700 1rem "Avenir Next", "Segoe UI", Arial, sans-serif; }
.service-pair p { margin: 9px 0 0; color: var(--muted); font-size: .88rem; }

.approach { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.approach-image-wrap { min-height: 760px; position: relative; overflow: hidden; }
.approach-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.approach-image-wrap:hover img { transform: scale(1.02); }
.image-label { position: absolute; left: 28px; bottom: 28px; display: flex; align-items: center; gap: 10px; background: var(--paper); color: var(--ink); padding: 15px 18px; border-radius: 4px; font-weight: 700; font-size: .86rem; }
.image-label svg { width: 19px; color: var(--coral); }
.approach-content { padding-left: clamp(48px, 7vw, 110px); padding-right: max(32px, calc((100vw - var(--max)) / 2)); }
.approach-content h2 { font-size: clamp(2.5rem, 4vw, 4.6rem); }
.steps { margin-top: 62px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.step > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-weight: 700; font-size: .8rem; }
.step h3 { margin: 2px 0 8px; }
.step p { color: rgba(255,255,255,.64); max-width: 510px; margin: 0; }

.promise { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; background: var(--paper); }
.promise-heading { max-width: 520px; position: sticky; top: 130px; }
.promise-heading h2 { font-size: clamp(2.7rem, 4vw, 4.4rem); }
.promise-heading > p:last-child { max-width: 440px; margin-top: 28px; color: var(--muted); }
.standard-path { padding-top: 18px; }
.standard-step { min-height: 170px; display: grid; grid-template-columns: 58px 76px 1fr; gap: 22px; align-items: center; padding: 28px 30px; border-top: 1px solid var(--line); transition: background .25s, transform .25s; }
.standard-step:nth-child(2) { margin-left: 28px; }
.standard-step:nth-child(3) { margin-left: 56px; }
.standard-step:nth-child(4) { margin-left: 84px; border-bottom: 1px solid var(--line); }
.standard-step:hover { background: var(--cream); transform: translateX(6px); }
.standard-number { align-self: start; padding-top: 9px; color: var(--coral-dark); font-size: .72rem; font-weight: 700; }
.standard-icon { width: 64px; height: 64px; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; }
.standard-icon svg { width: 30px; height: 30px; }
.standard-step h3 { margin: 0 0 9px; font-size: 1.22rem; }
.standard-step p { margin: 0; color: var(--muted); font-size: .9rem; }
.scope-note { grid-column: 2; margin: 8px 0 0 84px; padding: 18px 20px; background: var(--cream); display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: .82rem; }
.scope-note svg { width: 18px; flex: 0 0 auto; margin-top: 3px; color: var(--coral); }

.enquiry { display: block; background: #edf3eb; color: var(--ink); }
.enquiry-copy { margin-bottom: 64px; }
.enquiry-title-row { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.enquiry-title-row h2 { max-width: 820px; font-size: clamp(2.7rem, 5vw, 5.4rem); }
.enquiry-title-row p { color: var(--muted); margin: 0 0 10px; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; color: var(--ink); padding: 54px 0 0; border-top: 1px solid rgba(23,53,45,.22); }
.question-column { padding-right: 16px; }
.contact-column { padding: 0 0 0 64px; border-left: 1px solid rgba(23,53,45,.22); }
.option-fieldset { min-width: 0; margin: 0 0 42px; padding: 0; border: 0; }
.option-fieldset legend { width: 100%; display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font: 700 1.12rem "Avenir Next", "Segoe UI", Arial, sans-serif; }
.option-fieldset legend > span, .form-step-title > span { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .7rem; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.option-grid label, .frequency-options label { margin: 0; cursor: pointer; }
.option-grid input, .frequency-options input { position: absolute; opacity: 0; pointer-events: none; }
.option-grid label > span { min-height: 66px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid #aebdb6; border-radius: 4px; background: rgba(255,255,255,.5); transition: background .2s, color .2s, border-color .2s, transform .2s; }
.option-grid label > span svg { width: 24px; height: 24px; color: #2f7357; }
.option-grid label:hover > span { transform: translateY(-2px); border-color: #2f7357; }
.option-grid input:checked + span { background: var(--ink); color: var(--white); border-color: var(--ink); }
.option-grid input:checked + span svg { color: #9bd0ad; }
.frequency-options { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #aebdb6; border-radius: 4px; overflow: hidden; }
.frequency-options label > span { min-height: 52px; display: grid; place-items: center; padding: 8px; background: rgba(255,255,255,.5); border-right: 1px solid #aebdb6; transition: background .2s, color .2s; }
.frequency-options label:last-child > span { border-right: 0; }
.frequency-options input:checked + span { background: #2f7357; color: var(--white); }
.form-step-title { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 27px; }
.form-step-title h3 { margin: 2px 0 5px; font-size: 1.25rem; }
.form-step-title p { color: var(--muted); margin: 0; font-size: .86rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: 18px; }
.enquiry-form input[type="text"], .enquiry-form input[type="email"], .enquiry-form textarea, .enquiry-form select { width: 100%; margin-top: 7px; border: 1px solid #aebdb6; background: rgba(255,255,255,.72); border-radius: 4px; padding: 13px 14px; color: var(--ink); outline: none; }
.enquiry-form input:focus, .enquiry-form textarea:focus, .enquiry-form select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(240,100,82,.12); }
.enquiry-form textarea { resize: vertical; }
.consent { display: flex !important; gap: 10px; align-items: flex-start; color: var(--muted); font-weight: 500 !important; line-height: 1.4; }
.consent input { margin-top: 3px; accent-color: #2f7357; }
.consent a { text-decoration: underline; }
.submit-button { width: 100%; }
.form-status { grid-column: 1 / -1; margin: -42px 0 0 calc(50% + 32px); min-height: 22px; font-size: .86rem; font-weight: 700; color: #245c46; text-align: center; }

.contact { background: var(--sage); }
.contact-heading { max-width: 680px; }
.contact-heading > p:last-child { color: var(--muted); max-width: 560px; margin: 24px 0 0; }
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; margin-top: 66px; border-top: 1px solid rgba(23,53,45,.18); }
.contact-card { min-height: 245px; position: relative; padding: 34px 34px 24px 0; border-right: 1px solid rgba(23,53,45,.18); transition: transform .23s; }
.contact-card + .contact-card { padding-left: 34px; }
.contact-card:last-child { border-right: 0; }
.contact-card:hover { transform: translateY(-5px); }
.contact-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); }
.contact-icon svg { width: 21px; }
.contact-card > p { margin: 28px 0 12px; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.contact-card h3 { font-size: clamp(1.3rem, 2.1vw, 1.9rem); line-height: 1.3; }

.site-footer { padding: 72px max(24px, calc((100vw - var(--max)) / 2)) 24px; background: #112a24; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: start; gap: 60px; padding-bottom: 68px; }
.footer-brand { display: flex; align-items: center; gap: 12px; font: 700 1rem/1.05 "Avenir Next", "Segoe UI", Arial, sans-serif; letter-spacing: .06em; }
.footer-brand img { width: 56px; height: 56px; object-fit: cover; border-radius: 5px; }
.footer-brand small { font-size: .7rem; letter-spacing: .27em; }
.footer-main > p { color: rgba(255,255,255,.62); max-width: 320px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 28px; }
.footer-links a:hover, .footer-bottom a:hover { color: #ff8b7d; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }

.inner-header { position: sticky; }
.legal-page { background: var(--paper); }
.legal-hero { padding: 110px max(24px, calc((100vw - var(--max)) / 2)) 82px; background: var(--ink); color: var(--white); }
.legal-hero h1 { font-size: clamp(3rem, 6vw, 6.3rem); margin-bottom: 22px; }
.legal-hero > p:last-child { color: rgba(255,255,255,.6); }
.legal-layout { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 100px; padding: 88px 24px 120px; }
.legal-aside { align-self: start; position: sticky; top: 118px; display: flex; flex-direction: column; gap: 10px; padding: 22px; background: var(--cream); border-radius: var(--radius); }
.legal-aside p { font-weight: 700; margin-bottom: 8px; }
.legal-aside a { color: var(--muted); font-size: .88rem; padding: 3px 0; }
.legal-aside a:hover { color: var(--coral-dark); }
.legal-intro { font: 600 1.35rem/1.55 "Avenir Next", "Segoe UI", Arial, sans-serif; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal-content section { scroll-margin-top: 120px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-size: 1.55rem; margin-bottom: 16px; }
.legal-content p { color: #4f625c; }
.legal-content a { color: var(--coral-dark); text-decoration: underline; }
.compact-footer { padding-top: 24px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .section-pad { padding-top: 88px; padding-bottom: 88px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { position: fixed; inset: 86px 0 auto; padding: 22px 24px 28px; flex-direction: column; gap: 0; background: var(--paper); box-shadow: 0 18px 28px rgba(23,53,45,.12); }
  .mobile-menu.open { display: flex; }
  .mobile-menu > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-menu .button { margin-top: 20px; }
  .intro, .services-top { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .service-story, .service-story.reverse { grid-template-columns: 1fr 1fr; }
  .service-story-copy, .service-story.reverse .service-story-copy { padding: 42px; }
  .service-pair { grid-template-columns: 1fr; gap: 18px; }
  .approach { grid-template-columns: 1fr; }
  .approach-image-wrap { min-height: 580px; }
  .approach-content { padding-right: 32px; }
  .promise { grid-template-columns: 1fr; gap: 48px; }
  .promise-heading { position: static; }
  .scope-note { grid-column: 1; }
  .enquiry-title-row, .enquiry-form { grid-template-columns: 1fr; gap: 42px; }
  .contact-column { padding: 42px 0 0; border-left: 0; border-top: 1px solid rgba(23,53,45,.22); }
  .form-status { margin: -22px 0 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card:nth-child(2) { border-right: 0; }
  .contact-card:nth-child(3) { padding-left: 0; border-top: 1px solid rgba(23,53,45,.18); }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-aside { position: static; display: grid; grid-template-columns: repeat(3, 1fr); }
  .legal-aside p { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  h2 { font-size: 2.45rem; }
  .section-pad { padding: 72px 20px; }
  .nav-wrap { height: 74px; padding: 0 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .mobile-menu { top: 74px; }
  .hero { min-height: 680px; height: 88svh; align-items: flex-end; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(11,36,29,.95) 0%, rgba(11,36,29,.62) 57%, rgba(11,36,29,.14) 100%); }
  .hero-content { margin: 0 20px 94px; width: auto; }
  .hero h1 { font-size: 2.15rem; line-height: .94; white-space: nowrap; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { width: max-content; }
  .hero-note { width: 100%; right: 0; padding: 15px 20px; font-size: .82rem; }
  .services-top { margin-bottom: 42px; }
  .service-story, .service-story.reverse { grid-template-columns: 1fr; }
  .service-story .service-visual, .service-story.reverse .service-visual { order: 1; min-height: 340px; }
  .service-story .service-story-copy, .service-story.reverse .service-story-copy { order: 2; padding: 34px 0 52px; }
  .service-story-copy > h3 { font-size: 2rem; }
  .service-pair { grid-template-columns: 1fr; }
  .approach-image-wrap { min-height: 440px; }
  .approach-content { padding-left: 20px; padding-right: 20px; }
  .step { grid-template-columns: 38px 1fr; gap: 13px; }
  .standard-step, .standard-step:nth-child(n) { min-height: 0; grid-template-columns: 42px 54px 1fr; gap: 12px; margin-left: 0; padding: 24px 0; }
  .standard-icon { width: 48px; height: 48px; }
  .standard-icon svg { width: 23px; height: 23px; }
  .scope-note { margin-left: 0; }
  .enquiry-copy { margin-bottom: 44px; }
  .enquiry-title-row { gap: 24px; }
  .enquiry-form { padding-top: 38px; }
  .option-grid { grid-template-columns: 1fr; }
  .frequency-options { grid-template-columns: 1fr 1fr; }
  .frequency-options label:nth-child(2) > span { border-right: 0; }
  .frequency-options label:nth-child(-n+2) > span { border-bottom: 1px solid #aebdb6; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .contact-card, .contact-card + .contact-card { min-height: 220px; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(23,53,45,.18); }
  .contact-card:last-child { border-bottom: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-bottom: 45px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-hero { padding-top: 80px; }
  .legal-layout { padding-top: 50px; }
  .legal-aside { grid-template-columns: 1fr 1fr; }
  .inner-header .button-small { min-width: 44px; width: 44px; padding: 0; font-size: 0; }
}

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