:root {
  --navy: #132235;
  --navy-2: #1d3046;
  --ink: #26323d;
  --muted: #66727b;
  --sage: #60786d;
  --sage-dark: #4f675d;
  --stone: #e9e4da;
  --warm: #f8f7f3;
  --white: #ffffff;
  --line: #d8ddd9;
  --gold: #d8c58f;
  --shadow: 0 22px 70px rgba(19, 34, 53, .12);
  --radius: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: white; padding: 10px 14px; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248,247,243,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(19,34,53,.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--navy); color: white; border-radius: 2px;
  font: 700 italic 26px/1 Georgia, serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--navy); letter-spacing: .17em; font: 700 17px/1 "Libre Franklin", sans-serif; }
.brand-copy small { margin-top: 5px; color: var(--sage-dark); font-size: 11px; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; color: var(--ink); font-size: 14px; font-weight: 600; }
.site-nav a:hover { color: var(--sage-dark); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: 11px 17px; background: var(--navy); color: white !important; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: 9px 12px; border-radius: 8px; font: inherit; }

.hero { position: relative; overflow: hidden; padding: 78px 0 88px; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(96,120,109,.15), transparent 28%),
    linear-gradient(135deg, transparent 60%, rgba(216,197,143,.13));
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--sage-dark); text-transform: uppercase; letter-spacing: .17em; font: 700 12px/1.3 "Libre Franklin", sans-serif; }
.eyebrow-light { color: #b8c7be; }
h1,h2,h3 { margin-top: 0; color: var(--navy); font-family: "Libre Franklin", Arial, sans-serif; line-height: 1.13; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 5.6vw, 72px); max-width: 900px; }
.hero-lead { max-width: 690px; margin: 0 0 34px; color: #53616c; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sage-dark); color: white; box-shadow: 0 12px 30px rgba(79,103,93,.2); }
.button-primary:hover { background: #40564d; }
.button-secondary { border: 1px solid rgba(19,34,53,.18); background: rgba(255,255,255,.6); color: var(--navy); }
.button-full { width: 100%; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: 13px; font-weight: 600; }
.trust-line span { position: relative; padding-left: 15px; }
.trust-line span::before { content: ""; position: absolute; left: 0; top: .64em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.hero-visual { position: relative; min-height: 545px; border-radius: 30px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: auto -15% -34% 8%; height: 65%; border: 1px solid rgba(255,255,255,.11); transform: skewY(-12deg); }
.drawing-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%); }
.visual-card { position: absolute; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); color: white; }
.visual-card-main { left: 8%; top: 9%; right: 8%; padding: 35px; border-radius: 20px; }
.visual-card-main h2 { margin: 0; color: white; font-size: clamp(27px, 3vw, 42px); line-height: 1.18; }
.mini-label { margin: 0 0 24px; color: #c4d2ca; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; }
.visual-card-small { width: 48%; padding: 20px; border-radius: 16px; }
.visual-card-small span { display: block; margin-bottom: 22px; color: var(--gold); font-size: 12px; font-weight: 700; }
.visual-card-small strong { display: block; font-family: "Libre Franklin", sans-serif; font-size: 17px; line-height: 1.2; }
.visual-card-small.one { left: 8%; bottom: 10%; }
.visual-card-small.two { right: 8%; bottom: 26%; }
.visual-card-small.three { right: 8%; bottom: 8%; }

.intro-strip { background: var(--stone); border-block: 1px solid rgba(19,34,53,.08); }
.intro-strip-grid { min-height: 84px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.intro-strip p { margin: 0; padding: 10px 28px; text-align: center; color: var(--navy); font-weight: 700; border-right: 1px solid rgba(19,34,53,.12); }
.intro-strip p:last-child { border-right: 0; }

.section { padding: 105px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.compact { max-width: 620px; }
.section-heading h2, .about-copy h2, .boundary-grid h2, .contact-grid h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 50px); }
.section-heading > p:last-child, .about-copy > p, .boundary-grid > p, .contact-grid > div > p:last-child { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; background: white; border: 1px solid rgba(19,34,53,.09); border-radius: var(--radius); box-shadow: 0 14px 35px rgba(19,34,53,.06); }
.service-card.featured { background: var(--navy); }
.service-card.featured h3, .service-card.featured p, .service-card.featured .service-number { color: white; }
.service-card h3 { margin-bottom: 15px; font-size: 23px; }
.service-card > p:not(.price):not(.eyebrow) { color: var(--muted); }
.service-number { margin-bottom: 42px; color: var(--sage-dark); font-weight: 700; font-size: 12px; }
.price { margin-top: auto; padding-top: 26px; color: var(--navy); font-weight: 800; }
.service-card-cta { background: var(--stone); justify-content: center; }
.service-card-cta .eyebrow { margin-bottom: 14px; }
.text-link { margin-top: 10px; color: var(--navy); text-decoration: none; font-weight: 800; }
.text-link span { padding-left: 6px; }

.section-dark { background: var(--navy); color: white; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; align-items: center; }
.about-panel { position: relative; min-height: 510px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, var(--sage-dark), #263d37); box-shadow: 0 28px 60px rgba(0,0,0,.18); }
.about-panel::before, .about-panel::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.about-panel::before { width: 460px; height: 460px; left: -120px; top: -170px; }
.about-panel::after { width: 330px; height: 330px; right: -130px; bottom: -100px; }
.about-monogram { position: relative; z-index: 1; width: 94px; height: 94px; display: grid; place-items: center; margin-bottom: auto; background: var(--navy); color: white; font: 700 italic 55px/1 Georgia, serif; }
.about-panel p { position: relative; z-index: 1; max-width: 360px; margin: 0; color: white; font: 700 clamp(28px,3.2vw,42px)/1.15 "Libre Franklin", sans-serif; letter-spacing: -.025em; }
.about-copy h2 { color: white; }
.about-copy > p { color: #c6d0d6; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: #edf1ef; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; padding: 0; margin: 0; list-style: none; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.process-grid li { min-height: 300px; padding: 32px; background: white; }
.process-grid span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin-bottom: 50px; border-radius: 50%; background: var(--stone); color: var(--sage-dark); font-weight: 800; font-size: 12px; }
.process-grid h3 { margin-bottom: 12px; font-size: 22px; }
.process-grid p { color: var(--muted); }

.boundary-section { padding: 75px 0; background: var(--stone); }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.boundary-grid h2 { margin-bottom: 0; }

.contact-section { position: relative; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -150px; border: 1px solid rgba(96,120,109,.2); border-radius: 50%; }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: center; }
.contact-card { padding: 34px; background: white; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-card p { display: grid; grid-template-columns: 110px 1fr; gap: 20px; margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-card p:first-child { padding-top: 0; }
.contact-card p:last-of-type { margin-bottom: 24px; }
.contact-card span { color: var(--muted); font-size: 13px; font-weight: 700; }
.contact-card a { color: var(--navy); text-decoration: none; font-weight: 700; }
.contact-card strong { color: var(--navy); }

.site-footer { background: #0e1a29; color: white; padding: 52px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand strong { display: block; letter-spacing: .12em; font-size: 13px; }
.footer-brand p { margin: 4px 0 0; color: #aab8c2; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: #d8e0e5; text-decoration: none; font-size: 13px; }
.footer-small { margin: 0; color: #95a4af; font-size: 12px; text-align: right; }

.legal-page { padding: 90px 0 110px; }
.legal-wrap { max-width: 850px; }
.legal-wrap h1 { margin-bottom: 10px; }
.legal-intro { margin: 0 0 35px; color: var(--muted); font-size: 20px; }
.legal-summary { padding: 22px 24px; margin-bottom: 45px; background: var(--stone); border-left: 4px solid var(--sage-dark); }
.legal-summary p { margin: 8px 0 0; }
.legal-wrap section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal-wrap section h2 { margin-bottom: 12px; font-size: 25px; }
.legal-wrap section p, .legal-wrap section li { color: #52606a; }
.legal-wrap ul { padding-left: 22px; }

@media (max-width: 1000px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .boundary-grid { gap: 40px; }
  .contact-grid { gap: 50px; }
  .about-grid { gap: 50px; }
  .about-panel { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-small { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .brand-copy small { display: none; }
  .menu-button { display: inline-block; }
  .site-nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .nav-cta { margin-top: 6px; }
  .hero { padding: 52px 0 60px; }
  h1 { font-size: clamp(39px, 12vw, 56px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 480px; border-radius: 22px; }
  .visual-card-main { padding: 26px; }
  .visual-card-small { width: 55%; padding: 17px; }
  .intro-strip-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .intro-strip p { border-right: 0; padding: 7px; }
  .section { padding: 75px 0; }
  .service-grid, .process-grid, .boundary-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-number { margin-bottom: 28px; }
  .process-grid li { min-height: 240px; }
  .process-grid span { margin-bottom: 35px; }
  .about-panel { min-height: 370px; padding: 28px; }
  .contact-card { padding: 24px; }
  .contact-card p { grid-template-columns: 1fr; gap: 5px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-small { text-align: left; }
  .legal-page { padding: 65px 0 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}


/* Version 2 additions */
.brand-mark-image { object-fit: cover; display: block; padding: 0; }
.service-note { margin: 10px 0 0; color: #cbd5cf !important; font-size: 12px; line-height: 1.45; }
.service-card-cta {
  grid-column: 1 / -1;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 34px 38px;
}
.service-card-cta h3 { margin-bottom: 8px; }
.service-card-cta p:not(.eyebrow) { margin-bottom: 0; }
.service-card-cta .button { min-width: 190px; }

.about-photo-panel { padding: 0; display: block; background: #263d37; }
.about-photo-panel::before,
.about-photo-panel::after { display: none; }
.about-photo-panel img { width: 100%; height: 100%; min-height: 510px; display: block; object-fit: cover; object-position: center 42%; }
.about-photo-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: rgba(14,26,41,.82);
  backdrop-filter: blur(8px);
}
.about-photo-overlay strong { color: white; font-family: "Libre Franklin", sans-serif; font-size: 18px; }
.about-photo-overlay span { margin-top: 4px; color: #c5d1d7; font-size: 13px; }

.contact-intro > p:last-of-type { color: var(--muted); font-size: 18px; }
.direct-contact { margin-top: 34px; border-top: 1px solid var(--line); }
.direct-contact p { display: grid; grid-template-columns: 95px 1fr; gap: 18px; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.direct-contact span { color: var(--muted); font-size: 13px; font-weight: 700; }
.direct-contact a, .direct-contact strong { color: var(--navy); text-decoration: none; font-weight: 700; }

.enquiry-form { padding: 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field > span { color: var(--navy); font-size: 13px; font-weight: 700; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #cfd6d2;
  border-radius: 10px;
  background: #fcfcfa;
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}
.form-field textarea { resize: vertical; min-height: 138px; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: 3px solid rgba(96,120,109,.18); border-color: var(--sage-dark); }
.consent-field { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; line-height: 1.45; }
.consent-field input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.consent-field a { color: var(--navy); font-weight: 700; }
.enquiry-form .button { margin-top: 23px; border: 0; cursor: pointer; font: inherit; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.form-status { min-height: 0; margin: 18px 0 0; border-radius: 10px; font-size: 14px; font-weight: 700; line-height: 1.5; }
.form-status:empty { display: none; }
.form-status-success { padding: 14px 16px; border: 1px solid #a9c8b9; background: #edf6f1; color: #244f3f; }
.form-status-error { padding: 14px 16px; border: 1px solid #d6aaa3; background: #fbefed; color: #71372e; }
.form-status a { color: inherit; }
.enquiry-form .button:disabled { cursor: wait; opacity: .72; }
.form-hidden { position: absolute; left: -9999px; }

.thank-you-page { min-height: calc(100vh - 240px); display: grid; place-items: center; padding: 80px 0; }
.thank-you-card { max-width: 760px; padding: 52px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); text-align: center; }
.thank-you-card h1 { margin-bottom: 18px; }
.thank-you-card > p:not(.eyebrow) { max-width: 580px; margin: 0 auto 30px; color: var(--muted); font-size: 18px; }

@media (max-width: 760px) {
  .service-card-cta { grid-template-columns: 1fr; padding: 28px; }
  .service-card-cta .button { width: 100%; }
  .about-photo-panel img { min-height: 430px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .enquiry-form { padding: 23px; }
  .direct-contact p { grid-template-columns: 1fr; gap: 3px; }
  .thank-you-card { padding: 34px 24px; }
}
