:root {
  --navy: #0b1f33;
  --navy-2: #102c49;
  --blue: #1d5f8a;
  --blue-light: #dceaf2;
  --copper: #b85f32;
  --ink: #142333;
  --muted: #5c6a77;
  --paper: #f4f1eb;
  --surface: #fff;
  --line: #d9dee2;
  --shadow: 0 24px 70px rgba(11, 31, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 900px; font-size: clamp(3.2rem, 7vw, 7rem); }
h2 { font-size: clamp(2.25rem, 4.3vw, 4.4rem); }
h3 { line-height: 1.25; }

.site-header { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.25rem, 4vw, 4.5rem); background: rgba(244, 241, 235, .94); border-bottom: 1px solid rgba(11, 31, 51, .12); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1.15; }
.brand-mark { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; color: white; background: var(--navy); border-radius: 3px; font-family: Georgia, serif; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: .2rem; color: var(--muted); }
.site-header nav, footer nav { display: flex; align-items: center; gap: 1.5rem; }
.site-header nav a, footer nav a { text-decoration: none; }
.nav-cta { padding: .65rem 1rem; color: white; background: var(--navy); border-radius: 3px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .5fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; min-height: 82vh; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem); background: radial-gradient(circle at 80% 20%, #e2ebee 0, transparent 30%), var(--paper); }
.eyebrow { color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lede { max-width: 830px; color: #364c60; font-size: clamp(1.15rem, 2vw, 1.52rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.3rem; }
.hero-actions.centered { justify-content: center; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 1px solid var(--navy); border-radius: 3px; font-weight: 750; text-decoration: none; }
.button.primary { color: white; background: var(--navy); }
.button.secondary { background: transparent; }
.button.light { color: var(--navy); background: white; border-color: white; }
.button.outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.7); }
.fine-print { max-width: 760px; color: var(--muted); font-size: .9rem; }
.focus-card { padding: clamp(1.6rem, 3vw, 2.6rem); color: white; background: var(--navy); box-shadow: var(--shadow); }
.card-label { color: #efaa82; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.focus-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.focus-card ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.focus-card li { padding: .72rem 0; border-top: 1px solid rgba(255,255,255,.18); color: #d9e4ec; }
.focus-card li::before { content: "✓"; margin-right: .7rem; color: #efaa82; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--surface); border-block: 1px solid var(--line); }
.trust-strip div { padding: 1.4rem clamp(1rem, 3vw, 2.8rem); border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { margin-top: .2rem; color: var(--muted); font-size: .86rem; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 8rem); background: var(--surface); }
.about-copy { color: var(--muted); font-size: 1.12rem; }
.about-copy .note { padding: 1.2rem 1.4rem; color: var(--ink); background: var(--blue-light); border-left: 3px solid var(--blue); font-size: .95rem; }
.section-heading { max-width: 900px; margin-bottom: 3rem; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }
.section-heading.compact { max-width: 1050px; }

.offers-section { color: white; background: var(--navy); }
.offers-section .eyebrow { color: #efaa82; }
.offers-section .section-heading > p:not(.eyebrow) { color: #cbd8e2; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.offer-card { display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.4rem); color: var(--ink); background: #f8fafb; border-top: 4px solid #7891a4; }
.offer-card.featured { border-color: var(--copper); }
.offer-number { color: var(--copper); font-weight: 800; }
.offer-card h3 { min-height: 3.3rem; font-family: Georgia, serif; font-size: 1.55rem; }
.offer-card > p:not(.offer-number), .offer-card li { color: var(--muted); }
.offer-card ul { flex: 1; padding-left: 1.2rem; }
.offer-card li { margin-bottom: .35rem; }
.offer-card > a { margin-top: 1.2rem; color: var(--blue); font-weight: 800; text-decoration: none; }

.services-section { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { padding: clamp(1.5rem, 3vw, 2.4rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid h3 { margin-bottom: 1.2rem; color: var(--navy); font-size: 1.2rem; }
.service-grid ul { margin: 0; padding: 0; color: var(--muted); list-style: none; }
.service-grid li { padding: .38rem 0; }
.service-grid li::before { content: "—"; margin-right: .6rem; color: var(--copper); }

.approach-section { color: white; background: var(--blue); }
.approach-section .eyebrow { color: #ffd0b5; }
.approach-section > div:first-child { max-width: 900px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 3rem; background: rgba(255,255,255,.22); }
.steps article { padding: 2rem; background: var(--blue); }
.steps article > span { display: inline-grid; width: 2.2rem; height: 2.2rem; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.steps h3 { margin: 2rem 0 .5rem; font-size: 1.25rem; }
.steps p { color: #deebf3; }
.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 8rem); background: #e9e5dc; }
.fit-section > div:last-child > p { color: var(--muted); font-size: 1.12rem; }
.fit-list { margin-top: 2rem; padding: 0; list-style: none; }
.fit-list li { padding: .8rem 0; border-top: 1px solid #cbd0d1; font-weight: 700; }
.fit-list li::before { content: "✓"; margin-right: .7rem; color: var(--copper); }
.cta-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 10vw, 12rem); text-align: center; color: white; background: var(--navy-2); }
.cta-section .eyebrow { color: #efaa82; }
.cta-section h2 { max-width: 980px; margin-inline: auto; }
.cta-section > p:not(.eyebrow) { max-width: 800px; margin-inline: auto; color: #d4e0e8; font-size: 1.08rem; }
footer { display: grid; grid-template-columns: .6fr 1fr auto; gap: 2rem; align-items: center; padding: 2rem clamp(1.25rem, 4vw, 4.5rem); background: #071522; color: #c8d5de; font-size: .85rem; }
footer strong, footer span { display: block; }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero, .about, .fit-section { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .offer-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip, .steps { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  h1 { font-size: 3.35rem; }
  .site-header { padding-inline: 1rem; }
  .brand small { display: none; }
  .nav-cta { font-size: .85rem; }
  .offer-grid, .service-grid, .trust-strip, .steps { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
