:root {
  --background: #ffffff;
  --foreground: #171717;
  --petrol: #507080;
  --petrol-dark: #365965;
  --green: #98c068;
  --grey: #b0b0a0;
  --ink: #23383f;
  --cream: #f7f7f2;
  color-scheme: only light;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 92px; padding: 14px clamp(24px, 6vw, 96px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(54,89,101,.12); backdrop-filter: blur(14px); }
.brand img { display: block; width: min(350px, 34vw); height: auto; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2vw, 30px); font-size: 14px; letter-spacing: .02em; }
nav a { padding: 10px 0; white-space: nowrap; }
nav a:hover { color: var(--green); }
.nav-contact { border-bottom: 2px solid var(--green); }
.hero { min-height: calc(100vh - 127px); min-height: calc(100svh - 127px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); align-items: center; column-gap: clamp(40px, 8vw, 130px); row-gap: clamp(30px, 4vw, 56px); padding: clamp(20px, 2.5vw, 32px) clamp(24px, 8vw, 130px) clamp(52px, 5vw, 72px); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; max-width: 780px; }
.eyebrow { margin: 0 0 24px; color: var(--petrol); font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; color: var(--petrol-dark); font-size: clamp(46px, 5.3vw, 76px); font-weight: 400; letter-spacing: -.045em; line-height: .99; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #53666c; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; font-size: 15px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--petrol); color: white; }
.button-primary:hover { background: var(--petrol-dark); }
.button-secondary { border: 1px solid rgba(54,89,101,.3); background: rgba(255,255,255,.55); color: var(--petrol-dark); }
.hero-visual { position: relative; aspect-ratio: 1.085 / 1; max-width: 650px; width: 100%; }
.hero-circles { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; }
.hero-visual p { position: absolute; left: 33.5%; top: 26.5%; z-index: 2; display: grid; place-content: center; width: 62%; aspect-ratio: 1; margin: 0; padding: 8%; color: white; font-size: clamp(22px, 3vw, 42px); line-height: 1.15; text-align: center; }
@media (max-width: 1050px) { .site-header { position: relative; flex-direction: column; align-items: flex-start; } .brand img { width: min(420px, 80vw); } nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; overflow: visible; } .hero { min-height: auto; grid-template-columns: 1fr; } .hero-visual { max-width: 520px; } }
@media (max-width: 620px) { .site-header { gap: 10px; padding: 14px 20px; } .brand img { width: min(315px, 84vw); } nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; font-size: 13px; } nav a { padding: 7px 0; white-space: normal; line-height: 1.25; } .hero { padding: 24px 20px 72px; } h1 { font-size: clamp(42px, 13vw, 62px); } }

.section { scroll-margin-top: 135px; padding: clamp(86px, 11vw, 160px) clamp(24px, 8vw, 130px); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 46px; color: var(--petrol); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-label::after { content: ""; display: block; width: 74px; height: 1px; background: rgba(80,112,128,.35); }
.section-label span { color: var(--green); }
.section-tagline { color: var(--petrol-dark); font-size: 13px; font-weight: 400; letter-spacing: .035em; text-transform: none; }
.kicker { margin: 0 0 18px; color: var(--green); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h2 { margin: 0; color: var(--petrol-dark); font-size: clamp(38px, 5vw, 68px); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.intro { background: white; }
.about-story { display: flow-root; }
.about-headline { float: left; width: min(52%, 720px); margin: 0 clamp(42px, 8vw, 130px) 28px 0; }
.about-copy { max-width: none; }
.prose { color: #53666c; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.7; }
.prose p:first-child { margin-top: 0; }
.services { background: #edf1ef; padding-top: clamp(42px, 4vw, 48px); padding-bottom: clamp(42px, 4vw, 48px); }
.section-heading { display: grid; grid-template-columns: .55fr 1.25fr .75fr; gap: 50px; align-items: start; margin-bottom: 70px; }
.services .section-heading { margin-bottom: 36px; }
.services .section-heading h2 { font-size: clamp(34px, 3.5vw, 52px); }
.section-heading .section-label { margin: 7px 0 0; }
.section-heading > p { margin: 7px 0 0; color: #607277; font-size: 17px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 0; }
.service-card { scroll-margin-top: 135px; min-height: 255px; display: grid; grid-template-columns: 46px minmax(0, 1fr); grid-template-rows: 1fr auto; column-gap: 18px; padding: 28px 30px 25px; background: white; border-top: 5px solid var(--grey); }
.service-number { grid-row: 1 / 3; color: var(--grey); font-size: 13px; letter-spacing: .15em; }
.service-card h3 { margin: 0 0 12px; color: var(--petrol-dark); font-size: clamp(27px, 2.4vw, 38px); font-weight: 400; line-height: 1.05; }
.service-card .kicker { margin-bottom: 10px; }
.service-card p:not(.kicker) { margin: 0; color: #566a70; font-size: 15px; line-height: 1.52; }
.service-card > a { align-self: end; justify-self: start; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--green); color: var(--petrol-dark); font-size: 14px; font-weight: 700; }
.service-card:nth-child(1) { background: var(--petrol-dark); border-color: var(--green); }
.service-card:nth-child(1) h3, .service-card:nth-child(1) > a { color: white; }
.service-card:nth-child(1) p:not(.kicker) { color: rgba(255,255,255,.78); }
.service-card:nth-child(1) .service-number { color: rgba(255,255,255,.48); }
.service-card:nth-child(2) { border-color: var(--petrol); }
.service-card:nth-child(3) { background: rgba(152,192,104,.46); border-color: var(--green); }
.service-card:nth-child(4) { background: rgba(176,176,160,.22); border-color: var(--grey); }
.process { background: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 11vw, 170px); }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(80,112,128,.18); }
.process li:last-child { border-bottom: 1px solid rgba(80,112,128,.18); }
.process li > span { color: var(--green); font-size: 13px; }
.process strong { color: var(--petrol-dark); font-size: 20px; }
.process li p { margin: 8px 0 0; color: #637378; line-height: 1.55; }
.contact { position: relative; min-height: 660px; display: flex; align-items: center; overflow: hidden; background: var(--petrol-dark); color: white; }
.contact-content { position: relative; z-index: 2; width: min(760px, 65%); }
.contact .eyebrow { color: var(--green); }
.contact h2 { color: white; font-size: clamp(50px, 7vw, 94px); }
.contact-content > p:not(.eyebrow,.contact-note,.self-pay-note) { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.75); font-size: 20px; line-height: 1.65; }
.self-pay-note { max-width: 650px; margin: 20px 0 0; padding-left: 18px; border-left: 2px solid var(--green); color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.65; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.button-light { background: var(--green); color: #223d46; }
.button-light:hover { background: white; }
.contact-phone { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 18px; }
.contact-note { margin-top: 50px; color: rgba(255,255,255,.55); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.contact-orbit { position: absolute; right: -5vw; width: min(55vw, 740px); aspect-ratio: 1; }
.contact-orbit span { position: absolute; display: block; border-radius: 50%; opacity: .72; }
.contact-orbit span:nth-child(1) { left: 0; top: 24%; width: 61%; height: 61%; background: var(--green); }
.contact-orbit span:nth-child(2) { right: 10%; top: 0; width: 46%; height: 46%; background: var(--grey); }
.contact-orbit span:nth-child(3) { right: 0; bottom: 0; width: 63%; height: 63%; background: var(--petrol); }
.legal { background: var(--cream); }
.legal-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.legal-heading { position: sticky; top: 140px; }
.legal-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; }
.legal-content section { padding: 26px 0 30px; border-top: 1px solid rgba(80,112,128,.22); }
.legal-content h3 { margin: 0 0 14px; color: var(--petrol-dark); font-size: 17px; font-weight: 700; line-height: 1.35; }
.legal-content p { margin: 0 0 14px; color: #596d73; font-size: 15px; line-height: 1.7; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content a { color: var(--petrol-dark); text-decoration: underline; text-decoration-color: var(--green); text-underline-offset: 4px; }
.legal-content a:hover { color: var(--green); }
.privacy { background: white; }
.cookie-policy { background: var(--cream); }
.privacy-content { grid-template-columns: 1fr; }
.privacy-content section { padding: 30px 0 34px; }
.privacy-content strong { color: var(--petrol-dark); }
.cookie-table { max-width: 100%; margin-top: 22px; overflow-x: auto; }
.cookie-table table { width: 100%; min-width: 620px; border-collapse: collapse; color: #596d73; font-size: 14px; line-height: 1.55; }
.cookie-table th, .cookie-table td { padding: 15px 14px; border: 1px solid rgba(80,112,128,.2); text-align: left; vertical-align: top; }
.cookie-table th { background: rgba(80,112,128,.08); color: var(--petrol-dark); font-weight: 700; }
.legal-page { min-height: 100vh; background: var(--cream); }
.legal-page-body { padding: clamp(56px, 8vw, 110px) clamp(24px, 8vw, 130px) clamp(90px, 11vw, 150px); }
.back-link { display: inline-block; margin-bottom: 54px; padding-bottom: 5px; border-bottom: 1px solid var(--green); color: var(--petrol-dark); font-size: 14px; font-weight: 700; }
.legal-page-heading { max-width: 980px; margin-bottom: 70px; }
.legal-page-heading h1 { overflow-wrap: anywhere; }
.legal-document { max-width: 980px; margin-left: auto; }
.legal-document section { padding: 32px 0 38px; border-top: 1px solid rgba(80,112,128,.22); }
.legal-document h2 { margin: 0 0 18px; font-size: clamp(23px, 2.6vw, 34px); letter-spacing: -.02em; }
.legal-document p { margin: 0 0 15px; color: #596d73; font-size: 16px; line-height: 1.75; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-document strong { color: var(--petrol-dark); }
.legal-document a { color: var(--petrol-dark); text-decoration: underline; text-decoration-color: var(--green); text-underline-offset: 4px; }
.legal-document a:hover, .back-link:hover { color: var(--green); }
footer { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 30px; padding: 34px clamp(24px, 6vw, 96px); background: #23383f; color: rgba(255,255,255,.68); font-size: 12px; }
.footer-brand { color: white; font-size: 18px; }
footer p { text-align: center; }
footer div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; }
footer a:hover { color: var(--green); }

@media (max-width: 1050px) {
  .service-card { scroll-margin-top: 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 600px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 275px; }
  .contact-content { width: 75%; }
}
@media (max-width: 800px) {
  .service-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .about-headline { float: none; width: 100%; margin: 0 0 42px; }
  .contact-content { width: 100%; }
  .contact-orbit { right: -35%; opacity: .28; width: 100vw; }
  .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .legal-heading { position: static; }
  footer { grid-template-columns: 1fr; }
  footer p { text-align: left; }
  footer div { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .section { padding: 76px 20px; }
  .section-label { flex-wrap: wrap; }
  .section-tagline { width: 100%; margin-left: 28px; }
  .service-card { min-height: 340px; padding: 28px; }
  .contact { min-height: 620px; }
  .contact h2 { font-size: clamp(46px, 15vw, 68px); }
  .legal-content { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
