:root {
  --petrol: #145c61;
  --petrol-deep: #0a3c43;
  --coral: #cf6557;
  --coral-deep: #a9473d;
  --blue: #57738d;
  --ink: #20343d;
  --muted: #617077;
  --cream: #fbf6ed;
  --sand: #eee5d9;
  --mist: #eef3f3;
  --white: #fff;
  --line: #d9dedb;
  --shadow: 0 24px 64px rgba(10,60,67,.14);
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font); font-size: 18px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -80px; padding: 11px 16px; color: #fff; background: var(--petrol-deep); }
.skip-link:focus { top: 12px; }
.operator-bar { min-height: 31px; display: flex; align-items: center; justify-content: center; padding: 5px 18px; color: #fff; background: var(--petrol-deep); font-size: 13px; letter-spacing: .025em; text-align: center; }
.site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner, .section-inner, .hero-inner, .footer-inner { width: min(1240px, calc(100% - 48px)); margin: auto; }
.header-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.domain-mark { display: inline-flex; align-items: baseline; gap: 1px; color: var(--petrol-deep); text-decoration: none; font-size: 25px; font-weight: 900; letter-spacing: -.045em; white-space: nowrap; }
.domain-mark span::after { content: "—"; margin-inline: 4px 2px; color: var(--coral); font-weight: 400; }
.domain-mark strong { color: var(--coral-deep); }
.domain-mark small { margin-left: 2px; color: var(--blue); font-size: .67em; letter-spacing: 0; }
.main-nav { display: flex; justify-content: center; gap: 27px; }
.main-nav a { padding: 7px 0; color: #40575d; text-decoration: none; font-size: 15px; font-weight: 760; }
.main-nav a:hover { color: var(--coral-deep); }
.header-logo, .header-logo img { width: 78px; height: auto; }
.menu-button { display: none; min-height: 46px; align-items: center; gap: 9px; padding: 8px 13px; color: var(--petrol); background: #fff; border: 1px solid var(--line); }
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 19px; height: 2px; background: currentColor; }
.menu-button i { position: relative; }
.menu-button i::before, .menu-button i::after { content: ""; position: absolute; left: 0; }
.menu-button i::before { top: -6px; }
.menu-button i::after { top: 6px; }
.menu-button[aria-expanded="true"] i { background: transparent; }
.menu-button[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 60px 0 74px; background: var(--cream); }
.hero::before { content: ""; position: absolute; right: -8vw; top: -170px; width: 58vw; height: 760px; border: 88px solid rgba(207,101,87,.1); border-radius: 50%; }
.hero::after { content: ""; position: absolute; left: -8vw; bottom: -110px; width: 310px; height: 310px; border: 2px solid rgba(20,92,97,.18); border-radius: 50%; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.86fr) minmax(510px,1.14fr); grid-template-areas: "copy media" "actions media"; gap: 30px 62px; }
.hero-copy { grid-area: copy; padding-top: 24px; }
.eyebrow, .section-kicker, .contact-label { margin: 0 0 14px; color: var(--coral-deep); font-size: 12px; line-height: 1.35; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0 0 22px; color: var(--petrol-deep); font-size: clamp(45px,4.15vw,61px); line-height: 1.025; letter-spacing: -.051em; }
.hero-copy > p:last-child { margin: 0; color: #53666b; font-size: 18px; line-height: 1.62; }
.hero-media { grid-area: media; height: 615px; border-radius: 110px 4px 4px 4px; box-shadow: var(--shadow); }
.hero-media::before { content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 122px; height: 14px; background: var(--coral); }
.hero-media img { object-position: 49% center; }
.hero-actions { grid-area: actions; align-self: end; padding-top: 24px; border-top: 1px solid rgba(20,92,97,.22); }
.secondary-actions { display: flex; align-items: center; gap: 22px; margin-top: 15px; }
.media { position: relative; overflow: hidden; margin: 0; background: var(--sand); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.symbol-label { position: absolute; z-index: 3; right: 10px; bottom: 10px; padding: 5px 8px; color: #fff; background: rgba(10,60,67,.91); font-size: 10px; line-height: 1.2; font-weight: 850; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 21px; border: 1px solid transparent; text-decoration: none; text-align: center; font-weight: 850; line-height: 1.2; cursor: pointer; }
.button-primary { color: #fff; background: var(--coral-deep); border-color: var(--coral-deep); }
.button-primary:hover { background: #84362f; border-color: #84362f; }
.button-large { min-height: 64px; padding-inline: 30px; font-size: 18px; }
.button-secondary { color: var(--petrol-deep); background: #fff; border-color: #b7c1c0; }
.button-secondary:hover { color: var(--coral-deep); border-color: var(--coral-deep); }
.button-light { color: var(--petrol-deep); background: #fff; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 0; color: var(--petrol); font-weight: 850; text-underline-offset: 5px; }
.text-link:hover { color: var(--coral-deep); }

.experience-section, .organisation-section, .conversation-section, .property-section, .trust-section, .contact-section { padding: 102px 0; }
.experience-section { background: #fff; }
.experience-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 88px; }
.experience-grid h2, .organisation-copy h2, .conversation-copy h2, .property-head h2, .trust-grid h2, .form-intro h2, .personal-contact h2 { margin: 0; color: var(--petrol-deep); font-size: clamp(34px,3.2vw,47px); line-height: 1.08; letter-spacing: -.042em; }
.experience-copy > p { margin: 5px 0 34px; color: var(--muted); }
.strength-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.strength-list li { min-height: 76px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 760; }
.strength-list span { color: var(--coral-deep); font-size: 12px; letter-spacing: .1em; }

.organisation-section { background: var(--mist); }
.organisation-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; align-items: center; }
.organisation-copy { padding: 20px 0; }
.organisation-copy > p:last-child { margin: 23px 0 0; color: var(--muted); }
.organisation-media { height: 575px; border-radius: 4px 92px 4px 4px; box-shadow: var(--shadow); }
.organisation-media img { object-position: 48% center; }

.conversation-section { color: #fff; background: var(--petrol-deep); }
.conversation-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.conversation-media { height: 590px; border-radius: 4px 92px 4px 4px; }
.conversation-media img { object-position: 50% center; }
.conversation-copy .section-kicker { color: #f0aa9f; }
.conversation-copy h2 { color: #fff; }
.conversation-copy > p { margin: 23px 0 0; color: #dae7e6; }
.welcome-lines { margin: 30px 0; border-top: 1px solid rgba(255,255,255,.25); }
.welcome-lines span { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 15px; font-weight: 760; }

.property-section { background: var(--cream); }
.property-head { display: grid; grid-template-columns: .78fr 1.22fr; gap: 82px; align-items: end; margin-bottom: 42px; }
.property-head > p { margin: 0; color: var(--muted); }
.property-rows { border-top: 1px solid rgba(20,92,97,.22); }
.property-rows article { display: grid; grid-template-columns: 76px 1fr auto; gap: 26px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(20,92,97,.22); }
.property-rows article > span { align-self: start; padding-top: 5px; color: var(--coral-deep); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.property-rows h3 { margin: 0 0 7px; color: var(--petrol); font-size: 22px; line-height: 1.25; }
.property-rows p { margin: 0; color: var(--muted); }

.trust-section { background: #fff; }
.trust-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.trust-grid > div > p:last-child { margin: 18px 0 0; color: var(--muted); }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; color: var(--petrol-deep); border-top: 5px solid var(--coral); border-bottom: 1px solid var(--line); }
.trust-facts div { padding: 26px 24px; }
.trust-facts div + div { border-left: 1px solid var(--line); }
.trust-facts dt { font-size: 25px; font-weight: 900; line-height: 1.2; }
.trust-facts dd { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }

.contact-section { background: var(--sand); }
.contact-inner { max-width: 970px; }
.form-intro { margin-bottom: 30px; text-align: center; }
form { padding: 42px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.intent-fieldset { margin: 0 0 31px; padding: 0; border: 0; }
.intent-options { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.intent-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intent-option { min-height: 84px; display: flex; gap: 12px; align-items: center; padding: 15px 17px; background: #fff; border: 1px solid var(--line); cursor: pointer; }
.intent-option--primary { color: #fff; background: var(--petrol); border-color: var(--petrol); }
.intent-option input { width: 20px; height: 20px; flex: none; margin: 0; accent-color: var(--coral); }
.intent-option span, .intent-option strong, .intent-option small { display: block; }
.intent-option strong { font-size: 16px; line-height: 1.25; }
.intent-option small { margin-top: 4px; color: inherit; opacity: .8; font-size: 12px; line-height: 1.3; }
.intent-option:has(input:focus-visible) { outline: 3px solid var(--coral); outline-offset: 3px; }
.intent-option:not(.intent-option--primary):has(input:checked) { background: #fff4f1; border-color: var(--coral); }
.field-grid { display: grid; gap: 20px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--ink); font-size: 15px; font-weight: 800; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #a6b1b2; }
textarea { min-height: 156px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--petrol); outline: 3px solid rgba(207,101,87,.32); outline-offset: 1px; }
.field-error { min-height: 0; margin: 0; color: #842c28; font-size: 14px; }
.field-error:not(:empty) { min-height: 22px; }
.optional-toggle { width: 100%; min-height: 52px; display: flex; justify-content: space-between; align-items: center; margin: 25px 0 0; padding: 11px 15px; color: var(--petrol-deep); background: var(--mist); border: 0; font-weight: 850; cursor: pointer; }
.optional-toggle span { font-size: 24px; }
.optional-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.optional-fields { padding: 22px 0 4px; }
.field-grid--two { grid-template-columns: 1fr 1fr; }
.field--full { grid-column: 1/-1; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 25px; font-size: 15px; }
.consent input { width: 20px; height: 20px; flex: none; margin-top: 3px; accent-color: var(--petrol); }
.consent a { text-underline-offset: 3px; }
.privacy-note { margin: 20px 0 0; padding: 13px 15px; color: var(--petrol-deep); background: var(--mist); border-left: 4px solid var(--petrol); font-size: 15px; }
.form-status { margin-top: 16px; }
.form-status:empty { display: none; }
.form-status.is-error { padding: 13px 15px; color: #722623; background: #fff0ed; border-left: 4px solid var(--coral-deep); }
.button-submit { width: 100%; margin-top: 19px; }
.personal-contact { margin-top: 25px; padding: 36px 40px; color: #fff; background: var(--petrol-deep); border-radius: 4px 4px 64px 4px; }
.personal-contact h2 { color: #fff; font-size: 34px; }
.personal-contact > p:not(.contact-label) { margin: 8px 0; }
.personal-contact .contact-name { font-weight: 900; }
.personal-contact a { display: block; width: fit-content; color: #fff; font-size: 20px; font-weight: 850; text-underline-offset: 4px; overflow-wrap: anywhere; }
.personal-contact .contact-phone { margin-top: 14px; }
.personal-contact .contact-email { margin-top: 5px; }
.site-footer { color: #e8eeee; background: #152f34; }
.footer-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 14px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-inner a { text-underline-offset: 4px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

@media (max-width: 1060px) {
  .main-nav { gap: 17px; }
  .header-inner { gap: 20px; }
  .hero-inner { grid-template-columns: minmax(0,.92fr) minmax(390px,1.08fr); gap: 28px 42px; }
  .hero-media { height: 600px; }
  .experience-grid, .organisation-grid, .conversation-grid, .property-head { gap: 48px; }
  .trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 80px; grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 100%; left: 18px; right: 18px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 7px 10px; font-size: 16px; }
  .header-logo, .header-logo img { width: 72px; }
  .hero { padding: 34px 0 54px; }
  .hero::before, .hero::after { display: none; }
  .hero-inner { grid-template-columns: 1fr; grid-template-areas: "copy" "media" "actions"; gap: 20px; }
  .hero-copy { padding-top: 0; }
  .hero-media { height: auto; aspect-ratio: 16/9.2; border-radius: 50px 4px 4px 4px; }
  .hero-media img { object-position: center 44%; }
  .hero-actions { padding-top: 22px; }
  .experience-grid, .organisation-grid, .conversation-grid, .property-head { grid-template-columns: 1fr; }
  .experience-grid { gap: 27px; }
  .organisation-grid { gap: 34px; }
  .conversation-grid { gap: 34px; }
  .conversation-media { order: 2; }
  .conversation-copy { order: 1; }
  .property-head { gap: 25px; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .operator-bar { min-height: 29px; padding-inline: 10px; font-size: 12px; }
  .header-inner, .section-inner, .hero-inner, .footer-inner { width: calc(100% - 32px); }
  .domain-mark { font-size: 20px; }
  .header-logo, .header-logo img { width: 62px; }
  .menu-button { min-height: 44px; padding: 7px 10px; }
  .menu-button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero { padding: 23px 0 36px; }
  .hero-inner { gap: 12px; }
  .eyebrow { margin-bottom: 10px; font-size: 11px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(32px,8.6vw,38px); line-height: 1.04; }
  .hero-copy > p:last-child { font-size: 16px; line-height: 1.44; }
  .hero-media { aspect-ratio: 16/8.6; border-radius: 38px 4px 4px 4px; }
  .hero-media::before { width: 70px; height: 8px; }
  .symbol-label { right: 8px; bottom: 8px; padding: 4px 7px; font-size: 10px; }
  .hero-actions { padding-top: 18px; }
  .button-large { width: 100%; min-height: 56px; padding-inline: 13px; font-size: 16px; }
  .secondary-actions { gap: 13px; margin-top: 12px; }
  .secondary-actions .button { min-height: 44px; padding-inline: 13px; }
  .experience-section, .organisation-section, .conversation-section, .property-section, .contact-section { padding: 72px 0; }
  .trust-section { padding: 64px 0; }
  .experience-grid h2, .organisation-copy h2, .conversation-copy h2, .property-head h2, .trust-grid h2, .form-intro h2 { font-size: clamp(28px,7.8vw,33px); }
  .strength-list { grid-template-columns: 1fr; }
  .organisation-media, .conversation-media { height: auto; aspect-ratio: 4/3; border-radius: 4px 44px 4px 4px; }
  .organisation-media img { object-position: 48% center; }
  .conversation-media { border-radius: 4px 44px 4px 4px; }
  .conversation-media img { object-position: 50% center; }
  .property-rows article { grid-template-columns: 1fr; gap: 12px; padding: 27px 0; }
  .property-rows article > span { padding-top: 0; }
  .property-rows article .button { width: fit-content; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding: 17px 0; }
  .trust-facts div + div { border-left: 0; border-top: 1px solid var(--line); }
  .form-intro { text-align: left; }
  form { padding: 23px 18px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option--primary { min-height: 96px; }
  .intent-secondary { grid-template-columns: 1fr 1fr; }
  .intent-option { min-height: 92px; align-items: flex-start; padding: 14px 12px; }
  .intent-option input { margin-top: 2px; }
  .intent-option strong { font-size: 15px; }
  .intent-option small { font-size: 12px; }
  .field-grid--two { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .optional-toggle, .consent { font-size: 15px; }
  .personal-contact { padding: 28px 18px; border-radius: 4px 4px 44px 4px; }
  .personal-contact h2 { font-size: 28px; }
  .personal-contact a { font-size: 18px; }
  .footer-inner { min-height: 0; flex-direction: column; align-items: flex-start; padding-block: 28px; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 360px) {
  .header-inner { gap: 8px; }
  .domain-mark { font-size: 17px; }
  .header-logo, .header-logo img { width: 53px; }
  .menu-button { min-width: 40px; padding-inline: 8px; }
  .intent-secondary { grid-template-columns: 1fr; }
  .secondary-actions { align-items: flex-start; flex-direction: column; }
  .secondary-actions .button { width: 100%; }
}

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