:root {
  --ink: #12383b;
  --ink-deep: #0b292c;
  --paper: #f8f7f2;
  --white: #ffffff;
  --stone: #e7e2d7;
  --muted: #607173;
  --line: #d7ded9;
  --accent: #d76a3d;
  --accent-light: #f5ddd2;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Space Grotesk', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-shell { display: grid; grid-template-columns: minmax(330px, 38vw) 1fr; min-height: 100vh; }
.rail { position: relative; background: var(--ink); color: #f7f5ed; }
.rail-inner { position: sticky; top: 0; min-height: 100vh; padding: clamp(28px, 4vw, 64px); display: flex; flex-direction: column; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 15px; line-height: .95; letter-spacing: .09em; }
.mark { width: 24px; height: 28px; display: inline-flex; align-items: end; gap: 3px; }
.mark span { display: block; width: 6px; background: var(--accent); }
.mark span:nth-child(1) { height: 13px; }.mark span:nth-child(2) { height: 22px; }.mark span:nth-child(3) { height: 17px; }
.rail-main { margin: auto 0 34px; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.rail h1 { margin: 0 0 20px; max-width: 450px; font: 600 clamp(38px, 4.2vw, 64px)/.98 var(--display); letter-spacing: -.055em; }
.rail-copy { max-width: 370px; margin: 0 0 28px; color: #c8d6d2; font-size: 17px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 18px; border: 1px solid transparent; border-radius: 0; font: 700 14px var(--sans); text-decoration: none; transition: transform .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: #fff; }.button-accent:hover { background: #e77b50; }
.button-dark { background: var(--ink); color: #fff; }.button-dark:hover { background: var(--ink-deep); }
.rail-nav { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.rail-nav a { padding: 10px 0; color: #d8e1dc; font-size: 13px; text-decoration: none; }.rail-nav a:hover { color: var(--accent); }
.rail-contact { margin-top: 26px; color: #bdcfca; font-size: 13px; line-height: 1.55; }
.rail-contact a { display: block; color: #fff; text-decoration: none; }.rail-contact a:hover { color: var(--accent); }.rail-contact p { margin: 10px 0 0; }
.content { min-width: 0; background: var(--paper); }
.section { padding: clamp(56px, 8vw, 112px) clamp(26px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.intro { background: var(--white); }.section h2 { max-width: 700px; margin: 0; font: 600 clamp(32px, 4vw, 53px)/1.05 var(--display); letter-spacing: -.045em; }.lead { max-width: 720px; margin: 26px 0 0; color: #3c5557; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }.trust-row span { padding: 8px 11px; border: 1px solid #bbcbc7; color: #36565a; font-size: 13px; font-weight: 600; }
.section-heading { margin-bottom: 38px; }.services { background: #f2f0e8; }.service-list { border-top: 1px solid var(--line); }.service-item { position: relative; padding: 25px 0 25px 25px; border-bottom: 1px solid var(--line); }.service-item::before { content: ''; position: absolute; left: 0; top: 27px; width: 5px; height: calc(100% - 54px); min-height: 35px; background: var(--accent); }.service-item h3, .timeline h3 { margin: 0 0 7px; font: 600 22px/1.2 var(--display); letter-spacing: -.025em; }.service-item p { max-width: 680px; margin: 0; color: #4d6364; }
.process { background: var(--white); }.timeline { list-style: none; padding: 0; margin: 0; }.timeline li { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 0 0 34px; }.timeline li:not(:last-child)::before { content: ''; position: absolute; left: 17px; top: 42px; height: calc(100% - 8px); width: 1px; background: #afc2bc; }.step-number { position: relative; z-index: 1; display: grid; place-items: center; width: 35px; height: 35px; background: var(--accent); color: #fff; font: 700 12px var(--display); }.timeline p { margin: 0; max-width: 600px; color: #4d6364; }
.stories { background: var(--ink); color: #f8f7f2; }.stories .section-kicker { color: #f0a788; }.testimonial-list { display: grid; gap: 18px; }.testimonial-list blockquote { margin: 0; padding: 28px; border-left: 4px solid var(--accent); background: rgba(255,255,255,.06); }.testimonial-list p { margin: 0 0 17px; max-width: 730px; font: 500 clamp(19px, 2vw, 25px)/1.45 var(--display); letter-spacing: -.02em; }.testimonial-list footer { color: #b9cfca; font-size: 14px; }
.enquiry { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(36px, 7vw, 92px); background: var(--accent-light); }.enquiry h2 { font-size: clamp(31px, 3.5vw, 48px); }.enquiry-copy > p:not(.section-kicker) { color: #604c46; }.contact-detail { display: flex; align-items: center; gap: 10px; margin-top: 25px; font-weight: 700; }.contact-detail svg { width: 20px; height: 20px; fill: var(--accent); }.contact-detail a { text-decoration: none; }.contact-form { display: grid; gap: 15px; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.contact-form label { display: grid; gap: 6px; color: #31494b; font-size: 13px; font-weight: 700; }.contact-form input, .contact-form textarea { width: 100%; padding: 12px; border: 1px solid #bdaea5; border-radius: 0; background: rgba(255,255,255,.72); color: var(--ink); font: 16px var(--sans); }.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }.contact-form textarea { resize: vertical; }.form-note, .form-success { margin: 0; font-size: 12px; color: #65544e; }.form-note a { font-weight: 700; }.form-success { padding: 10px; background: #e3f0e8; color: #164c34; }
.footer { padding: 38px clamp(26px, 7vw, 110px); background: var(--ink-deep); color: #c5d5d0; }.footer-brand { color: #fff; font: 700 14px var(--display); letter-spacing: .1em; text-decoration: none; }.footer p { margin: 8px 0 0; font-size: 13px; }.footer-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; }.footer-links a { color: #fff; font-size: 13px; text-decoration: none; }.footer-links a:hover { color: var(--accent); }.copyright { opacity: .7; }
.privacy-page { min-height: 100vh; background: var(--paper); }.privacy-header { display: flex; align-items: center; justify-content: space-between; padding: 26px clamp(24px, 7vw, 100px); background: var(--ink); color: #fff; }.back-link { color: #fff; font-weight: 700; font-size: 14px; text-decoration: none; }.back-link:hover { color: var(--accent); }.privacy-content { max-width: 850px; padding: clamp(55px, 9vw, 115px) clamp(24px, 10vw, 150px); }.privacy-content h1 { margin: 0; font: 600 clamp(36px, 5vw, 62px)/1.03 var(--display); letter-spacing: -.05em; }.updated { margin: 16px 0 50px; color: var(--muted); }.privacy-content section { padding: 25px 0; border-top: 1px solid var(--line); }.privacy-content h2 { margin: 0 0 8px; font: 600 23px var(--display); }.privacy-content p { margin: 0; color: #425b5d; }.privacy-content a { color: var(--ink); font-weight: 700; }.privacy-footer { padding: 28px clamp(24px, 7vw, 100px); background: var(--ink); color: #d5dfda; font-size: 13px; }.privacy-footer a { color: #fff; }
@media (max-width: 800px) { .site-shell { display: block; }.rail-inner { position: relative; min-height: auto; padding: 25px; }.rail-main { margin: 58px 0 34px; }.rail h1 { font-size: 43px; }.rail-nav { margin-top: 22px; }.rail-contact { display: none; }.section { padding: 58px 25px; }.enquiry { display: block; }.contact-form { margin-top: 35px; }.footer { padding: 34px 25px; } }
@media (max-width: 460px) { .field-row { grid-template-columns: 1fr; }.timeline li { grid-template-columns: 48px 1fr; gap: 13px; }.trust-row { display: grid; }.trust-row span { width: fit-content; }.privacy-header { padding: 21px 24px; }.dark-wordmark { font-size: 12px; } }
