@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --ink: #142b2a;
  --muted: #5c6d6b;
  --paper: #f8f6f0;
  --surface: #ffffff;
  --line: #d9e1dd;
  --teal: #116b63;
  --teal-dark: #083f3b;
  --mint: #dceee8;
  --amber: #e8a646;
  --amber-soft: #fff1d7;
  --shadow: 0 20px 60px rgba(20, 43, 42, 0.11);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 99; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { left: 12px; }

.utility-bar { padding: 8px 0; color: #dce9e6; background: var(--teal-dark); font-size: 12px; text-align: center; letter-spacing: .02em; }
.utility-bar strong { color: white; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,246,240,.94); border-bottom: 1px solid rgba(217,225,221,.9); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand-logo { width: 47px; height: 47px; flex: 0 0 auto; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-family: "Fraunces", Georgia, serif; font-size: 21px; font-weight: 600; letter-spacing: -.04em; }
.brand-name small { margin-top: 6px; color: var(--teal); font-size: 8.5px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 650; font-size: 14px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--teal); }
.nav-links a.nav-cta,
.nav-links a.nav-cta:hover,
.nav-links a.nav-cta[aria-current="page"] { min-width: 88px; color: #fff !important; background: var(--teal); padding: 10px 16px; border-radius: 999px; text-align: center; }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 8px 11px; color: var(--ink); font: inherit; }

.hero { position: relative; overflow: hidden; padding: 72px 0 74px; background: linear-gradient(125deg, #f8f6f0 0 57%, #e8f2ee 57% 100%); }
.hero::before { content: ""; position: absolute; width: 380px; height: 380px; left: -190px; bottom: -220px; border: 1px solid rgba(17,107,99,.14); border-radius: 50%; box-shadow: 0 0 0 54px rgba(17,107,99,.035), 0 0 0 108px rgba(17,107,99,.025); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--teal); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: var(--amber); }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.045em; }
h1 { margin-bottom: 22px; font-family: "Fraunces", Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.6vw, 76px); font-weight: 500; line-height: .98; }
h2 { margin-bottom: 16px; font-family: "Fraunces", Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.5vw, 54px); font-weight: 500; }
h3 { margin-bottom: 10px; font-size: 21px; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 0 0 28px; color: var(--muted); font-size: 19px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border-radius: 999px; text-decoration: none; font-weight: 750; border: 1px solid var(--teal); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--teal); color: white; }
.button.primary:hover { background: var(--teal-dark); }
.button.secondary { background: transparent; color: var(--teal); }

.hero-photo { min-height: 500px; position: relative; overflow: hidden; border-radius: 36px 36px 10px 36px; background: #d6e9e3; box-shadow: 0 28px 75px rgba(20,43,42,.18); }
.hero-photo img { width: 100%; height: 100%; min-height: 500px; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: white; background: var(--teal); font-size: 11px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 10px 35px rgba(20,43,42,.05); }
.trust-item { padding: 20px 24px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; margin-bottom: 3px; font-size: 15px; }
.trust-item span { color: var(--muted); font-size: 13px; }

.section { padding: 94px 0; }
.section.soft { background: #edf5f1; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 40px; }
.section-head p { max-width: 510px; margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.topic-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 34px rgba(20,43,42,.06); }
.topic-card:first-child { border-top: 5px solid var(--teal); }
.topic-card:nth-child(2) { border-top: 5px solid var(--amber); }
.topic-number { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 26px; border-radius: 14px; background: var(--mint); color: var(--teal-dark); font-weight: 850; }
.topic-card p { color: var(--muted); }
.topic-card ul { padding-left: 20px; margin-bottom: 0; }
.topic-card li + li { margin-top: 7px; }
.callout { padding: 18px 20px; margin-top: 24px; border-left: 4px solid var(--amber); border-radius: 0 12px 12px 0; background: var(--amber-soft); font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 30px; border-top: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 38px; color: var(--amber); font-family: Georgia, serif; font-size: 28px; }
.step p { color: var(--muted); margin-bottom: 0; }
.transparency { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.story-photo { position: relative; margin-top: 28px; overflow: hidden; border-radius: 24px 24px 24px 6px; box-shadow: var(--shadow); aspect-ratio: 7/5; background: var(--mint); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.64); border-radius: 16px; pointer-events: none; }
.check-list { display: grid; gap: 14px; }
.check-item { position: relative; padding: 18px 20px 18px 56px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.check-item::before { content: "✓"; position: absolute; left: 19px; top: 17px; width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: 14px; font-weight: 900; }
.check-item strong { display: block; }
.check-item span { color: var(--muted); font-size: 14px; }

.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 22px 44px 22px 0; position: relative; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--teal); font-size: 26px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -6px 40px 22px 0; color: var(--muted); }

.page-hero { padding: 76px 0 54px; background: linear-gradient(180deg, #edf5f1, var(--paper)); }
.page-hero h1 { max-width: 850px; font-size: clamp(42px, 6vw, 66px); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 18px; }
.content-layout { display: grid; grid-template-columns: 235px minmax(0, 760px); gap: 58px; align-items: start; }
.side-nav { position: sticky; top: 105px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.side-nav strong { display: block; margin-bottom: 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.side-nav a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: 14px; }
.side-nav a:hover { color: var(--teal); }
.legal-copy section { scroll-margin-top: 110px; margin-bottom: 42px; }
.legal-copy h2 { font-family: inherit; font-size: 27px; font-weight: 800; letter-spacing: -.025em; }
.legal-copy h3 { margin-top: 25px; font-size: 18px; letter-spacing: -.015em; }
.legal-copy p, .legal-copy li { color: #495b59; }
.legal-copy a { color: var(--teal); }
.effective { display: inline-block; margin-top: 12px; padding: 6px 11px; border-radius: 999px; background: var(--mint); color: var(--teal-dark); font-size: 13px; font-weight: 700; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.contact-card.feature { background: var(--teal); color: white; }
.contact-card.feature p { color: rgba(255,255,255,.78); }
.email-link { display: inline-flex; flex-wrap: wrap; margin-top: 12px; color: white; font-size: clamp(20px, 3vw, 28px); font-weight: 800; line-height: 1.35; letter-spacing: -.025em; text-underline-offset: 5px; }
.contact-card p { color: var(--muted); }

.site-footer { padding: 54px 0 30px; color: #dbe8e5; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.1fr .55fr .55fr; gap: 48px; padding-bottom: 32px; }
.site-footer .brand { color: white; }
.site-footer .brand-name small { color: #8ccbc2; }
.footer-summary { max-width: 480px; margin-top: 17px; color: #aebfbc; font-size: 14px; }
.footer-heading { margin: 0 0 12px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { display: block; margin: 7px 0; color: #bdccca; text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: white; }
.footer-disclosure { padding: 23px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); color: #b9c9c6; font-size: 12.5px; line-height: 1.65; }
.footer-disclosure strong { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; color: #91a7a3; font-size: 12px; }

@media (max-width: 850px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 16px; align-items: stretch; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 9px 10px; }
  .hero-grid, .transparency, .contact-grid, .content-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-photo, .hero-photo img { min-height: 390px; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .steps { grid-template-columns: 1fr; }
  .step::before { margin-bottom: 15px; }
  .side-nav { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { padding-bottom: 54px; }
  .card-grid, .trust-strip { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .topic-card, .contact-card { padding: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .email-link { display: flex; width: 100%; flex-direction: column; align-items: flex-start; font-size: 15px; letter-spacing: -.02em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
