:root {
  --ink: #17283a;
  --ink-soft: #506173;
  --green: #bd5b6c;
  --green-dark: #2f5f88;
  --mint: #e7edf6;
  --mist: #f7f6f2;
  --blue: #3f6085;
  --white: #ffffff;
  --line: #d9dee7;
  --radius: 8px;
  --shadow: 0 20px 60px rgba(23, 40, 58, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(2.7rem, 5vw, 5.1rem); font-weight: 650; }
h2 { font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 620; }
h3 { font-size: 1.25rem; }
p { color: var(--ink-soft); }
address { color: var(--ink-soft); font-style: normal; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(800px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-tint { background: var(--mist); }
.skip-link { position: fixed; z-index: 99; left: 16px; top: -80px; padding: 10px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow { margin-bottom: 14px; color: var(--green-dark); font-size: .76rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #dce8f4; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(216,226,222,.75); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 104px; height: 72px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { padding: 8px 0; color: var(--ink-soft); text-decoration: none; font-size: .93rem; font-weight: 650; }
.site-nav a:hover, .site-nav .active { color: var(--green-dark); }
.site-nav .nav-cta { padding: 11px 17px; color: white; background: var(--green-dark); border-radius: 4px; }
.site-nav .nav-cta:hover { color: white; background: var(--ink); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: 720px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(115deg, #f7f6f2 0 56%, #e7edf6 56%); }
.hero-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 80px; align-items: center; padding-block: 100px; }
.hero-copy { max-width: 780px; }
.hero h1 { max-width: 750px; margin-bottom: 28px; }
.hero-text { max-width: 670px; font-size: 1.18rem; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green-dark); }
.button-primary:hover { background: var(--ink); }
.button-secondary { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-light { color: var(--ink); background: white; }
.button-ghost { border-color: rgba(255,255,255,.5); color: white; }
.hero-panel { position: relative; padding: 42px; color: white; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; position: absolute; width: 76px; height: 6px; top: 0; left: 42px; background: var(--green); }
.hero-panel strong { display: block; margin-bottom: 18px; font-size: 1.7rem; line-height: 1.2; }
.panel-kicker { color: #c7d6e4; }
.check-list { margin: 0 0 24px; padding: 0; list-style: none; }
.check-list li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.check-list li::before { content: "\2713"; margin-right: 10px; color: #efa6b2; }
.text-link { color: var(--green-dark); font-weight: 750; text-decoration: none; }
.hero-panel .text-link { color: white; }

.intro-grid, .homes-intro, .quality-grid, .referral-grid, .career-grid, .contact-grid, .referral-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centred { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.section-heading.centred p:last-child { max-width: 620px; margin: 20px auto 0; }
.intro-copy p { font-size: 1.08rem; }
.principle-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.principle-strip span { padding: 22px 18px; background: white; color: var(--ink); font-weight: 700; text-align: center; }
.approach-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.approach-card { display: grid; grid-template-columns: 148px 1fr; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.approach-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.approach-card div { padding: 30px; }
.approach-card span, .quality-item > span, .benefit > span, .referral-steps span { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.approach-card h3 { margin: 8px 0 12px; }
.approach-card p { margin: 0; font-size: .95rem; }
.homes-intro { margin-bottom: 56px; }
.home-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.home-card { min-height: 330px; padding: 42px; background: var(--mist); border-radius: var(--radius); }
.home-card-accent { background: var(--mint); }
.home-card img { width: 82px; height: 82px; margin-bottom: 28px; object-fit: contain; }
.home-card h3 { font-size: 1.9rem; }
.quality-section { color: white; background: var(--ink); }
.quality-section h2, .quality-section h3 { color: white; }
.quality-section p { color: #c5d0dc; }
.quality-item { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.quality-item h3, .quality-item p { margin-bottom: 6px; }
.referral-band { color: white; background: var(--green-dark); }
.referral-band h2 { color: white; }
.referral-band p { color: #e0e9f2; }
.careers-preview { background: #fbfaf7; }
.career-grid { align-items: center; }
.career-copy .button { margin-top: 18px; }
.role-list { border-top: 1px solid var(--line); }
.role-list div { display: grid; grid-template-columns: 55px 1fr; padding: 24px 8px; border-bottom: 1px solid var(--line); }
.role-list span { color: var(--green); font-weight: 800; }

.page-hero { padding: 90px 0; color: white; background: var(--ink); }
.page-hero h1 { max-width: 800px; color: white; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-hero p { max-width: 700px; color: #d9e3ed; font-size: 1.1rem; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.page-hero-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.careers-hero { background: var(--blue); }
.contact-hero { padding: 120px 0; background: var(--green-dark); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 70px; }
.benefit { padding: 28px; background: var(--mist); border-top: 4px solid var(--green); }
.benefit h3 { margin: 16px 0 10px; }
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.job-card { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.job-type { color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.job-card h3 { min-height: 56px; font-size: 1.55rem; }
.two-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-card { padding: 45px; background: var(--mint); border-radius: var(--radius); }
.dark-card { color: white; background: var(--ink); }
.dark-card h2 { color: white; }
.dark-card p { color: #c8d3df; }
.cta-section { padding-top: 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); }
.cta-inner h2 { margin-bottom: 0; font-size: 2rem; }

.contact-details h2, .contact-form h2 { font-size: 2.4rem; }
.contact-block { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-block > span { display: block; margin-bottom: 5px; color: var(--green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-block a { font-weight: 700; text-decoration: none; }
.contact-form { padding: 42px; background: var(--mist); border-radius: var(--radius); }
.contact-form label { display: block; margin-top: 18px; color: var(--ink); font-size: .9rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #bac4d0; border-radius: 4px; background: white; color: var(--ink); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form .button { margin-top: 22px; }
.form-note { margin: 12px 0 0; font-size: .9rem; }
.hidden-field { position: absolute; left: -9999px; }
.safety-note { margin: 18px 0 0; padding: 14px 16px; color: var(--ink-soft); background: #fff8e6; border-left: 4px solid #c89129; font-size: .87rem; }
.consent-field { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.consent-field input { width: 18px; margin-top: 4px; flex: 0 0 auto; }
.consent-field a { color: var(--green-dark); }
.referral-steps > div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.referral-steps p { margin: 0; }
.referral-steps .button { margin-top: 24px; }

.site-footer { padding: 72px 0 24px; background: #0e1d2c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1.15fr .7fr; gap: 45px; }
.footer-grid img { width: 110px; height: 85px; object-fit: contain; margin-bottom: 14px; }
.footer-grid h2 { margin-bottom: 16px; color: white; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p, .footer-grid address { color: #aebdcb; }
.footer-grid a { display: block; margin: 7px 0; color: #dae3ec; text-decoration: none; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); font-size: .82rem; }
.footer-base p { margin: 0; color: #93a6b8; }
.footer-base a { color: #bfcedc; }
.footer-base > div { display: flex; gap: 18px; flex-wrap: wrap; }

.cookie-notice { position: fixed; z-index: 50; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: 1100px; margin-inline: auto; padding: 22px 24px; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); box-shadow: 0 18px 60px rgba(7,27,33,.3); }
.cookie-copy { max-width: 730px; }
.cookie-copy strong { display: block; margin-bottom: 5px; font-size: 1.05rem; }
.cookie-copy p { margin: 0; color: #d4dfe9; font-size: .9rem; }
.cookie-actions { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.cookie-actions a { color: white; font-size: .88rem; font-weight: 700; }
.cookie-actions .button { min-height: 42px; padding: 9px 17px; }

.policy-hero { background: var(--blue); }
.policy-layout { display: grid; grid-template-columns: 240px 1fr; gap: 80px; padding-block: 90px; }
.policy-nav { position: sticky; top: 120px; align-self: start; display: grid; gap: 10px; padding: 22px; background: var(--mist); border-left: 4px solid var(--green); }
.policy-nav a { color: var(--ink-soft); text-decoration: none; }
.policy-nav a:hover { color: var(--green-dark); }
.policy-content { max-width: 780px; }
.policy-section { padding: 0 0 70px; margin-bottom: 70px; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.policy-section:last-child { margin-bottom: 0; border-bottom: 0; }
.policy-section h2 { font-size: 2.4rem; }
.policy-section h3 { margin-top: 32px; }
.policy-section a { color: var(--green-dark); font-weight: 700; }
.alert-box { margin-top: 28px; padding: 22px; background: #fff4ed; border-left: 4px solid #b95737; }
.alert-box p { margin: 6px 0 0; }
.success-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--mist); }
.success-card { width: min(650px, 100%); padding: 54px; background: white; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.success-card img { width: 110px; margin: 0 auto 26px; }
.success-card h1 { font-size: 2.8rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 92px; left: 0; right: 0; display: none; padding: 22px 20px 28px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; background: var(--mist); }
  .hero-grid, .intro-grid, .homes-intro, .quality-grid, .referral-grid, .career-grid, .page-hero-grid, .contact-grid, .referral-contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid { padding-block: 80px; }
  .approach-grid, .benefit-grid { grid-template-columns: 1fr 1fr; }
  .principle-strip { grid-template-columns: 1fr 1fr; }
  .jobs-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 82px; height: 58px; }
  .site-nav { top: 78px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2rem; }
  .hero-grid { padding-block: 65px; }
  .hero-panel { padding: 30px; }
  .approach-grid, .home-grid, .benefit-grid, .two-card-grid, .footer-grid, .field-row { grid-template-columns: 1fr; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-layout { gap: 45px; padding-block: 65px; }
  .policy-nav { position: static; }
  .approach-card { grid-template-columns: 96px 1fr; }
  .approach-card img { min-height: 100%; }
  .approach-card div { padding: 22px; }
  .principle-strip { grid-template-columns: 1fr; }
  .home-card, .info-card, .contact-form { padding: 30px; }
  .page-hero { padding: 70px 0; }
  .contact-hero { padding: 85px 0; }
  .page-hero-grid img { aspect-ratio: 16/11; }
  .cta-inner, .footer-base { align-items: flex-start; flex-direction: column; }
  .footer-base > div { gap: 12px; }
  .cookie-notice { right: 12px; bottom: 12px; left: 12px; align-items: stretch; flex-direction: column; gap: 18px; padding: 20px; }
  .cookie-actions { justify-content: space-between; }
  .success-card { padding: 34px 24px; }
  .success-card h1 { font-size: 2.25rem; }
  .button-row .button { width: 100%; }
}
