:root {
  --ink: #102b2d;
  --muted: #547071;
  --accent: #0c7774;
  --accent-dark: #075a58;
  --mint: #dff8f5;
  --mint-soft: #effbf9;
  --line: #b9ded9;
  --paper: #fbfefd;
  --white: #fff;
  --radius: 1rem;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 10; padding: .7rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 88px; border-bottom: 1px solid var(--line); }
.wordmark { text-decoration: none; font-size: 1.08rem; font-weight: 750; letter-spacing: -.02em; }
.wordmark span { color: var(--accent); }
.hero { min-height: 540px; display: grid; align-content: center; padding: 4rem 0 5rem; }
h1 { margin: 0; font-size: clamp(3.25rem, 10vw, 7.6rem); line-height: .95; letter-spacing: -.075em; }
.hero h2 { max-width: 760px; margin: 1.6rem 0 0; font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1.2; letter-spacing: -.035em; font-weight: 570; }
.lede { max-width: 680px; margin: 1.5rem 0 2rem; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.primary-link, button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; width: fit-content; border: 0; border-radius: 999px; background: var(--ink); color: var(--white); padding: .9rem 1.25rem; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; transition: background .15s ease, transform .15s ease; }
.primary-link:hover, button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.enquiry-section, .faq { border-top: 1px solid var(--line); padding: 4.5rem 0; display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 7vw, 6rem); }
.enquiry-section { position: relative; }
.enquiry-section::before { content: ""; position: absolute; inset: 1.5rem -100vw; z-index: -1; background: var(--mint-soft); }
.section-intro h2 { margin: 0 0 .75rem; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; letter-spacing: -.04em; }
.section-intro > p:last-child { max-width: 30rem; color: var(--muted); }
form { padding: clamp(1.25rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.88); box-shadow: 0 20px 60px rgba(12, 88, 84, .08); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-row.offer-details { grid-template-columns: minmax(0, 1fr) minmax(10rem, .7fr) minmax(0, .8fr); }
.field { margin-bottom: 1.15rem; }
label { display: block; margin-bottom: .42rem; font-size: .88rem; font-weight: 750; }
label span { color: var(--muted); font-size: .8rem; font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid #9dc7c2; border-radius: .55rem; background: var(--white); color: var(--ink); padding: .78rem .85rem; font: inherit; }
select { min-height: 3.2rem; }
textarea { resize: vertical; min-height: 8.5rem; }
input:focus, select:focus, textarea:focus, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #54c9bf; outline-offset: 2px; }
.form-footer { display: flex; align-items: center; gap: 1.2rem; margin-top: .35rem; }
.form-footer p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.3rem 2.2rem 1.3rem 0; font-size: 1.05rem; font-weight: 750; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .25rem; color: var(--accent); font-size: 1.45rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 42rem; margin: -.25rem 0 1.3rem; color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
footer p { margin: 0; }
footer a { color: var(--accent-dark); font-weight: 700; text-underline-offset: .2em; }

.article-shell { width: min(760px, calc(100% - 40px)); padding: 5rem 0 6rem; }
.article-header { padding-bottom: 2.75rem; border-bottom: 1px solid var(--line); }
.article-kicker { margin: 0 0 1rem; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-shell h1 { max-width: 14ch; font-size: clamp(2.65rem, 7vw, 5.25rem); }
.article-lede { max-width: 42rem; margin: 1.5rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.article-meta { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }
.article-body { padding-top: 2.75rem; }
.article-body h2 { margin: 2.6rem 0 .75rem; font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.2; letter-spacing: -.035em; }
.article-body p { margin: 0 0 1.15rem; }
.article-body .notice { margin: 2.5rem 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--accent); background: var(--mint-soft); color: var(--muted); }
.article-actions { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }

@media (max-width: 720px) {
  .site-header, main, footer { width: min(100% - 28px, 1120px); }
  .site-header { min-height: 72px; }
  .hero { min-height: auto; padding: 4.5rem 0; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .enquiry-section, .faq { grid-template-columns: 1fr; padding: 4rem 0; gap: 1.75rem; }
  .field-row, .field-row.offer-details { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  footer { flex-direction: column; gap: .7rem; }
  .article-shell { width: min(100% - 28px, 760px); padding: 3.5rem 0 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
