:root {
  --ink: #10293a;
  --paper: #f5f2ea;
  --white: #fffdf8;
  --teal: #1f7a78;
  --teal-dark: #155e5c;
  --lime: #d8ef8f;
  --line: rgba(16, 41, 58, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px, 5vw, 80px); border-bottom: 1px solid var(--line); background: rgba(245,242,234,.94); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.brand-name { max-width: 180px; font-size: 13px; line-height: 1.15; font-weight: 800; letter-spacing: .02em; }
nav { display: flex; gap: 36px; font-size: 14px; font-weight: 700; }
nav a:hover, footer a:hover { color: var(--teal); }
.header-cta { justify-self: end; border-bottom: 2px solid var(--teal); padding: 10px 0; font-size: 14px; font-weight: 800; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(0,1.55fr) minmax(330px,.7fr); background: var(--ink); color: var(--white); }
.hero-copy { padding: clamp(70px, 9vw, 140px) clamp(28px, 7vw, 110px); align-content: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--lime); margin: 0 0 28px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--teal-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 920px; margin-bottom: 28px; font-size: clamp(54px, 6.9vw, 108px); line-height: .91; letter-spacing: -.065em; font-weight: 750; }
h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 720px; color: #c5d1d8; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 40px 0 55px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 800; cursor: pointer; }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #e7f8af; }
.button-secondary { border-color: rgba(255,255,255,.38); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #9eb0ba; }
.trust-row span::before { content: "✓"; color: var(--lime); margin-right: 8px; }
.hero-panel { padding: 56px 44px; background: var(--teal); display: flex; flex-direction: column; justify-content: space-between; }
.panel-kicker { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.panel-statement { font-family: Georgia, serif; font-size: clamp(30px, 3.1vw, 52px); line-height: 1.06; }
.panel-year { border-top: 1px solid rgba(255,255,255,.35); padding-top: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.panel-year strong { font-size: clamp(56px, 6vw, 90px); letter-spacing: -.06em; line-height: .8; }
.panel-year span { font-size: 13px; line-height: 1.5; text-align: right; }

.intro-band { display: grid; grid-template-columns: .7fr 2fr; gap: 50px; padding: 80px clamp(28px, 7vw, 110px); background: var(--lime); }
.intro-band p { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; padding-top: 10px; }
.intro-band h2 { max-width: 930px; font-family: Georgia, serif; font-weight: 400; font-size: clamp(34px, 4.2vw, 66px); line-height: 1.08; letter-spacing: -.03em; }

.section { padding: 120px clamp(28px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 50px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .process h2, .contact h2 { font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; margin-bottom: 0; }
.section-heading > p { font-size: 17px; line-height: 1.75; color: #526674; margin-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { padding: 42px 34px 46px; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-number { display: inline-block; color: var(--teal); font-size: 12px; font-weight: 800; margin-bottom: 54px; }
.service-card h3 { max-width: 310px; min-height: 76px; font-size: 26px; line-height: 1.12; letter-spacing: -.03em; }
.service-card > p { min-height: 52px; color: #526674; line-height: 1.5; }
.service-card ul { list-style: none; padding: 24px 0 0; margin: 28px 0 0; border-top: 1px solid var(--line); }
.service-card li { padding: 9px 0 9px 18px; position: relative; font-size: 14px; line-height: 1.45; }
.service-card li::before { content: "→"; position: absolute; left: 0; color: var(--teal); }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); padding: 120px clamp(28px, 7vw, 110px); background: var(--ink); color: var(--white); }
.process-copy > p:last-child { max-width: 560px; color: #b7c6ce; font-size: 17px; line-height: 1.7; margin-top: 30px; }
.process-steps { list-style: none; margin: 0; padding: 0; }
.process-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.process-steps li > span { color: var(--lime); font-size: 12px; font-weight: 800; }
.process-steps strong { font-size: 24px; }
.process-steps p { margin: 9px 0 0; color: #b7c6ce; line-height: 1.6; }

.pricing { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { border: 1px solid var(--line); padding: 40px; min-height: 410px; display: flex; flex-direction: column; }
.price-card.featured { background: var(--teal); color: white; border-color: var(--teal); }
.price-label { color: var(--teal-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }
.featured .price-label { color: var(--lime); }
.price-card h3 { font-size: 29px; margin: 20px 0 30px; }
.price { display: flex; flex-direction: column; border-top: 1px solid currentColor; padding-top: 22px; }
.price strong { font-size: 48px; letter-spacing: -.05em; }
.price span { margin-top: 4px; font-size: 12px; opacity: .72; }
.price-card > p:not(.price):not(.price-label) { color: #526674; line-height: 1.65; }
.featured > p:not(.price):not(.price-label) { color: #e3eeee; }
.price-card a { margin-top: auto; font-size: 14px; font-weight: 800; padding-top: 24px; border-top: 1px solid var(--line); }
.featured a { border-color: rgba(255,255,255,.25); }
.price-card a span { float: right; }
.pricing-note { max-width: 900px; margin: 30px 0 0; color: #6b7b85; font-size: 12px; line-height: 1.6; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); padding: 120px clamp(28px, 7vw, 110px); background: var(--teal-dark); color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #cce0df; font-size: 17px; line-height: 1.7; margin: 28px 0; }
.contact-copy > a { color: var(--lime); font-weight: 800; border-bottom: 1px solid currentColor; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 24px; padding: 42px; background: var(--white); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 9px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb9bb; border-radius: 0; padding: 13px 3px; background: transparent; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; font-weight: 400; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 2px 0 var(--teal); }
textarea { resize: vertical; }
.button-light { width: fit-content; background: var(--ink); color: white; }
.button-light:hover { background: var(--teal); }
.form-note { margin: -10px 0 0; color: #6c7e89; font-size: 11px; }

footer { padding: 60px clamp(28px, 7vw, 110px); background: #091c28; color: #b7c6ce; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; font-size: 12px; }
.footer-brand { color: white; }
footer > p { justify-self: end; }
footer > div:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 26px; display: flex; justify-content: space-between; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { min-height: 460px; }
  .intro-band, .section-heading, .process, .contact { grid-template-columns: 1fr; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3, .service-card > p { min-height: 0; }
  footer { grid-template-columns: 1fr; }
  footer > p { justify-self: start; }
}

@media (max-width: 560px) {
  .site-header { height: 74px; padding: 0 18px; }
  .brand-name { max-width: 135px; font-size: 11px; }
  .brand-mark { width: 38px; height: 38px; font-size: 10px; }
  .header-cta { font-size: 12px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 74px 22px; }
  h1 { font-size: 52px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-panel { min-height: 390px; padding: 40px 24px; }
  .intro-band, .section, .process, .contact { padding: 80px 22px; }
  .intro-band { gap: 16px; }
  .section-heading { gap: 20px; margin-bottom: 42px; }
  .service-card, .price-card, .contact-form { padding: 30px 24px; }
  .field-row { grid-template-columns: 1fr; }
  footer { padding: 50px 22px; }
  footer > div:last-child { flex-direction: column; gap: 14px; }
}

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