:root {
  --ink: #17302e;
  --teal: #066866;
  --teal-dark: #034b49;
  --mint: #dceee9;
  --cream: #f6f3eb;
  --white: #fffefa;
  --coral: #ed795d;
  --line: rgba(23, 48, 46, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }

.site-header { height: 84px; padding: 0 clamp(24px, 5vw, 80px); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,254,250,.94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: baseline; gap: 8px; text-decoration: none; }
.brand-mark { font: 800 22px/1 "Manrope", sans-serif; letter-spacing: .08em; color: var(--teal); }
.brand-name { font-weight: 600; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: 15px; font-weight: 600; }
.nav-cta { color: var(--white); background: var(--teal); padding: 10px 18px; border-radius: 999px; }

main { overflow: hidden; }
.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); align-items: center; gap: clamp(50px, 7vw, 110px); padding: 90px clamp(24px, 8vw, 130px); background: radial-gradient(circle at 92% 10%, #d8efea 0, transparent 30%), var(--cream); }
.eyebrow { margin: 0 0 18px; color: var(--teal); text-transform: uppercase; letter-spacing: .15em; font-weight: 700; font-size: 13px; }
h1, h2 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(52px, 6vw, 86px); max-width: 850px; }
h1 span { color: var(--teal); }
.hero-lead { font-size: clamp(20px, 2vw, 25px); line-height: 1.5; max-width: 720px; margin: 28px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--teal); color: white; }
.primary:hover { background: var(--teal-dark); }
.secondary { border: 1px solid var(--ink); }
.microcopy { color: #526865; font-size: 14px; margin-top: 18px; }
.hero-note { background: var(--teal); color: white; padding: 42px; border-radius: 28px; box-shadow: 24px 24px 0 var(--mint); transform: rotate(1deg); }
.card-label { text-transform: uppercase; letter-spacing: .14em; opacity: .7; font-weight: 700; font-size: 12px; }
.hero-note-quote { font: 700 clamp(24px, 2.5vw, 36px)/1.3 "Manrope", sans-serif; letter-spacing: -.025em; margin: 35px 0 45px; }
.hero-note-name { margin: 0; color: #b9ddd7; font-size: 14px; }

.pain-section, .services-section, .approach-section, .about-section { padding: 110px clamp(24px, 8vw, 130px); }
.section-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 50px; margin-bottom: 60px; }
h2 { font-size: clamp(38px, 4vw, 58px); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pain-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pain-grid span { color: var(--coral); font-weight: 700; }
h3 { margin: 30px 0 10px; font: 700 21px/1.3 "Manrope", sans-serif; }
.pain-grid p, .services-list p { margin: 0; color: #526865; }

.services-section { background: var(--mint); }
.section-heading.compact { grid-template-columns: .6fr 1.4fr; }
.services-list { margin-left: 32%; }
.services-list > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; padding: 25px 0; border-top: 1px solid rgba(6,104,102,.25); }
.services-list h3 { margin: 0; }

.approach-section { background: var(--cream); }
.approach-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.approach-steps article { background: var(--white); border-radius: 22px; padding: 34px; border: 1px solid var(--line); }
.approach-steps span { color: var(--coral); font-weight: 700; }
.approach-steps h3 { margin: 60px 0 10px; font-size: 26px; }
.approach-steps p { margin: 0; color: #526865; }

.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.about-copy > p { font-size: 19px; margin: 0 0 18px; }
.credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.credentials span { background: var(--cream); border: 1px solid var(--line); padding: 8px 14px; border-radius: 99px; font-size: 14px; font-weight: 600; }

.contact-section { margin: 20px clamp(24px, 5vw, 80px) 80px; padding: clamp(50px, 7vw, 90px); color: white; background: var(--teal); border-radius: 32px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.contact-section h2 { max-width: 760px; }
.contact-section p:not(.eyebrow) { max-width: 650px; font-size: 18px; color: rgba(255,255,255,.78); }
.eyebrow.light { color: #9ed7ce; }
.contact-action { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.light-button { background: white; color: var(--teal); width: 100%; }
.email-link { color: white; font-size: 14px; word-break: break-all; }

footer { padding: 55px clamp(24px, 8vw, 130px); background: #112825; color: white; display: grid; grid-template-columns: 1fr 1.5fr .5fr; gap: 30px; align-items: start; }
footer p { margin: 0; color: rgba(255,255,255,.7); }
.brand-mark.small { color: white; margin-right: 8px; font-size: 18px; }
.footer-links { display: flex; gap: 20px; justify-content: flex-end; }
.disclaimer { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 26px; font-size: 13px; max-width: 900px; }
.copyright { grid-column: 1 / -1; font-size: 12px; }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-note { max-width: 600px; }
  .section-heading, .section-heading.compact, .about-section, .contact-section { grid-template-columns: 1fr; }
  .pain-grid, .approach-steps { grid-template-columns: repeat(2, 1fr); }
  .services-list { margin-left: 0; }
  .contact-section { gap: 35px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .site-header { height: 70px; }
  .brand-name { display: none; }
  h1 { font-size: 46px; }
  .hero { min-height: auto; padding: 60px 22px 80px; }
  .hero-note { padding: 30px 25px; box-shadow: 12px 12px 0 var(--mint); }
  .pain-section, .services-section, .approach-section, .about-section { padding: 80px 22px; }
  .pain-grid, .approach-steps { grid-template-columns: 1fr; }
  .pain-grid article { min-height: auto; }
  .services-list > div { grid-template-columns: 1fr; gap: 8px; }
  .contact-section { margin: 10px 14px 55px; padding: 45px 26px; border-radius: 24px; }
  footer { padding: 45px 22px; }
}
