:root {
  --navy: #102f43;
  --navy-2: #0a2232;
  --teal: #1f766f;
  --teal-dark: #155b56;
  --gold: #d6a446;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --ink: #17313d;
  --muted: #60717a;
  --line: #dbe3e3;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(16, 47, 67, .12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 16px; background: white; }
.skip-link:focus { left: 8px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 800px); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .77rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); max-width: 820px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.55rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }
.lead { color: #405963; font-size: clamp(1.06rem, 1.8vw, 1.3rem); line-height: 1.6; }
.muted { color: var(--muted); }
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section-sm { padding: 54px 0; }
.cream { background: var(--cream); }
.navy { background: var(--navy); color: rgba(255,255,255,.82); }
.navy h2, .navy h3, .navy .eyebrow { color: white; }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: end; margin-bottom: 46px; }
.section-head p { margin: 0; }

.topbar { background: var(--navy-2); color: white; font-size: .82rem; font-weight: 650; letter-spacing: .02em; }
.topbar .container { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,249,.96); border-bottom: 1px solid rgba(16,47,67,.1); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50% 50% 50% 14%; background: var(--teal); color: white; font: 700 1.35rem Georgia, serif; }
.brand strong { display: block; font: 600 1.14rem/1.05 Georgia, serif; }
.brand span { display: block; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links > a { color: var(--navy); font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav-links > a:hover, .nav-links > a[aria-current="page"] { color: var(--teal); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-weight: 800; padding: 10px; }

.btn { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; background: var(--teal); color: white; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 10px 24px rgba(31,118,111,.22); }
.btn-light { background: white; color: var(--navy); }
.btn-outline { border-color: var(--teal); background: transparent; color: var(--teal); }
.btn-sm { min-height: 42px; padding: 9px 17px; font-size: .85rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { color: var(--teal); font-weight: 800; text-underline-offset: 4px; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 auto; width: 31%; background: var(--navy); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 80px); align-items: center; padding-block: clamp(65px, 8vw, 105px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(3rem, 6.2vw, 5.65rem); }
.hero-copy .lead { max-width: 690px; margin: 28px 0 32px; }
.hero-media { position: relative; z-index: 2; }
.hero-media img { height: 560px; object-fit: cover; object-position: 58% center; border-radius: 120px 18px 18px 18px; box-shadow: var(--shadow); }
.hero-note { position: absolute; right: -12px; bottom: 26px; width: 210px; padding: 18px 20px; background: white; border-left: 5px solid var(--gold); box-shadow: var(--shadow); font-size: .86rem; font-weight: 700; }
.hero-note strong { display: block; color: var(--navy); font: 600 1.35rem Georgia, serif; }

.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 28px 24px; border-right: 1px solid var(--line); }
.proof-item:first-child { border-left: 1px solid var(--line); }
.proof-item strong { display: block; color: var(--navy); font: 600 1.16rem Georgia, serif; }
.proof-item span { color: var(--muted); font-size: .82rem; }

.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card { position: relative; padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 35px rgba(16,47,67,.06); }
.card-number { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: #e4f0ee; color: var(--teal); font-weight: 900; }
.card h3 { margin-bottom: 14px; }
.card p { color: var(--muted); }
.card .text-link { display: inline-block; margin-top: 8px; }
.care-card { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.care-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 165px; height: 165px; border: 24px solid rgba(31,118,111,.08); border-radius: 50%; }
.care-card ul { padding-left: 20px; color: var(--muted); }
.care-card p strong { color: var(--teal-dark); font-size: 1.08rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.split.reverse { grid-template-columns: 1.08fr .92fr; }
.split-media { position: relative; }
.split-media img { aspect-ratio: 4/3; object-fit: cover; border-radius: 18px 80px 18px 18px; box-shadow: var(--shadow); }
.split-copy h2 { margin-bottom: 24px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; padding: 0; margin: 26px 0 32px; list-style: none; }
.feature-list li { position: relative; padding-left: 27px; color: #37515c; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

.building-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 38px; }
.building { padding: 24px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; text-align: center; }
.building strong { display: block; color: white; font: 600 1.15rem Georgia, serif; }
.building span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.cta-band { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: clamp(32px, 5vw, 55px); border-radius: 24px; background: var(--teal); color: white; }
.cta-band h2 { color: white; font-size: clamp(2rem, 4vw, 3.25rem); }
.cta-band p { margin: 12px 0 0; color: rgba(255,255,255,.83); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { padding: 30px; border-top: 4px solid var(--teal); background: white; box-shadow: 0 8px 28px rgba(16,47,67,.07); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 30px; color: var(--gold); font: 700 .8rem/1 system-ui; letter-spacing: .14em; }
.step h3 { margin-bottom: 12px; }
.step p { color: var(--muted); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 24px 50px 24px 0; color: var(--navy); font: 600 1.2rem Georgia, serif; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--teal); font: 400 1.7rem system-ui; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; padding: 0 0 24px; color: var(--muted); }

.page-hero { padding: clamp(70px, 9vw, 120px) 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 780px; margin: 25px 0 0; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.breadcrumb { margin-bottom: 24px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.breadcrumb a { color: var(--teal); }
.price-callout { display: inline-flex; margin-top: 28px; padding: 13px 18px; border: 1px solid #b7d3cf; border-radius: 999px; background: white; color: var(--navy); font-weight: 800; }
.price-callout span { color: var(--teal); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 70px; align-items: start; }
.sidebar { position: sticky; top: 118px; padding: 28px; border-radius: var(--radius); background: var(--navy); color: rgba(255,255,255,.8); }
.sidebar h3 { color: white; margin-bottom: 13px; }
.sidebar .btn { width: 100%; margin-top: 12px; }
.content h2 { margin: 54px 0 20px; font-size: clamp(1.9rem, 3vw, 2.7rem); }
.content h2:first-child { margin-top: 0; }
.content h3 { margin: 30px 0 12px; }
.content ul, .content ol { padding-left: 22px; }
.content li { margin-bottom: 8px; }
.note { margin: 28px 0; padding: 22px 24px; border-left: 5px solid var(--gold); background: var(--cream); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-panel { padding: 36px; border-radius: var(--radius); background: var(--navy); color: rgba(255,255,255,.82); }
.contact-panel h2, .contact-panel h3 { color: white; }
.contact-panel a { color: white; font-weight: 800; }
.contact-details { display: grid; gap: 25px; margin-top: 34px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #b9c9cb; border-radius: 9px; background: white; color: var(--ink); }
.field textarea { min-height: 135px; resize: vertical; }
.form-status { grid-column: 1 / -1; color: var(--teal-dark); font-weight: 700; }

.site-footer { padding: 65px 0 28px; background: var(--navy-2); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); gap: 45px; }
.site-footer h3 { color: white; margin-bottom: 18px; font: 700 .8rem system-ui; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-brand .brand { color: white; margin-bottom: 18px; }
.footer-brand .brand span { color: rgba(255,255,255,.55); }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

.mobile-cta { display: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 86px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .hero::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-media img { height: 430px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(3) { border-left: 1px solid var(--line); }
  .split, .split.reverse, .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-copy { order: 1; }
  .split-media { order: 2; }
  .sidebar { position: static; }
  .building-row { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; padding-bottom: 66px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar span:last-child { display: none; }
  .nav-wrap { min-height: 72px; }
  .nav-links { top: 75px; }
  .hero-grid { padding-block: 55px 45px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-media img { height: 350px; border-radius: 70px 14px 14px 14px; }
  .hero-note { right: 8px; bottom: 14px; width: 185px; padding: 13px 15px; }
  .proof-grid, .cards, .steps, .feature-list, .form { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .proof-item, .proof-item:first-child, .proof-item:nth-child(3) { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .building-row { grid-template-columns: 1fr 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal { flex-direction: column; }
  .field.full { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; background: white; border-top: 1px solid var(--line); }
  .mobile-cta a { min-height: 50px; display: grid; place-items: center; font-weight: 900; text-decoration: none; }
  .mobile-cta a:first-child { color: var(--navy); }
  .mobile-cta a:last-child { border-radius: 999px; background: var(--teal); color: white; }
}

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