:root {
  --ink: #102a2d;
  --ink-2: #2d4546;
  --forest: #1f5b49;
  --forest-dark: #173f35;
  --sage: #dbe8df;
  --sage-2: #edf4ef;
  --sand: #f3e8d9;
  --cream: #fbf8f2;
  --white: #ffffff;
  --line: #dce5e1;
  --muted: #667879;
  --navy: #17354c;
  --shadow: 0 20px 60px rgba(16, 42, 45, 0.09);
  --shadow-soft: 0 12px 36px rgba(16, 42, 45, 0.07);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 92px 0; }

.skip-link {
  position: absolute;
  top: -60px;
  left: 18px;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 999;
}
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(251, 248, 242, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 42, 45, 0.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-mark {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(16, 42, 45, .18);
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  letter-spacing: -1px;
  background: var(--white);
}
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 15px; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.main-nav a:hover { color: var(--forest); }
.nav-cta {
  background: var(--forest);
  color: var(--white) !important;
  padding: 12px 17px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(31, 91, 73, .18);
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px 0; }

.eyebrow {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}
.eyebrow.light { color: #b9d7cb; }
h1, h2, h3 { margin-top: 0; color: var(--ink); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.025em; line-height: 1.08; }
h1 { font-size: clamp(44px, 5.4vw, 74px); max-width: 760px; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 4.1vw, 52px); margin-bottom: 22px; }
h3 { line-height: 1.2; }

.hero { padding-top: 70px; background: radial-gradient(circle at 85% 15%, rgba(219,232,223,.92), transparent 35%), linear-gradient(180deg, #fdfbf7 0%, #fbf8f2 100%); }
.hero-grid { display: grid; grid-template-columns: 1.35fr .75fr; align-items: center; gap: 72px; }
.lead { max-width: 760px; font-size: 20px; color: var(--ink-2); line-height: 1.55; margin: 0 0 26px; }
.hero-credibility { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-bottom: 34px; color: var(--muted); font-size: 13px; }
.hero-credibility strong { color: var(--ink); }
.hero-credibility span:not(:last-child)::after { content: "•"; margin-left: 18px; color: #a7b4b2; }

.audience-box { border-top: 1px solid var(--line); padding-top: 30px; }
.audience-title { margin: 0 0 18px; font-weight: 800; font-size: 15px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.audience-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-soft); }
.audience-card-alt { background: rgba(237,244,239,.92); }
.audience-kicker { color: var(--forest); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.audience-card h2 { font-family: inherit; font-size: 18px; font-weight: 800; letter-spacing: -.01em; margin: 9px 0 8px; line-height: 1.25; }
.audience-card p { color: var(--muted); font-size: 13px; margin: 0 0 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 17px; border-radius: 13px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(31,91,73,.2); }
.button-secondary { background: var(--navy); color: white; box-shadow: 0 10px 24px rgba(23,53,76,.16); }

.hero-visual { position: relative; }
.portrait-shell { position: relative; padding: 10px; background: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.95); border-radius: 38px; box-shadow: var(--shadow); }
.portrait-shell img { width: 100%; aspect-ratio: 1 / 1.1; object-fit: cover; object-position: center 28%; border-radius: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; justify-content: center; }
.hero-note span { border: 1px solid var(--line); background: rgba(255,255,255,.65); padding: 7px 11px; border-radius: 999px; font-size: 11px; font-weight: 800; color: var(--ink-2); }

.positioning-strip { background: var(--forest-dark); color: white; }
.positioning-content { padding: 32px 0; }
.positioning-content p { margin: 0; max-width: 950px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2.3vw, 30px); line-height: 1.35; color: #f2f7f4; }

.section-heading { max-width: 780px; }
.section-heading.narrow { max-width: 830px; margin-bottom: 42px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin: 0; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.problem-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.problem-card:nth-child(2) { background: #fbf2e6; }
.problem-card:nth-child(3) { background: #eef4ef; }
.problem-card:nth-child(4) { background: #eef3f6; }
.card-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(31,91,73,.09); color: var(--forest); font-weight: 900; font-size: 12px; margin-bottom: 28px; }
.problem-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; margin-bottom: 12px; }
.problem-card p { margin: 0; color: var(--muted); font-size: 14px; }

.about-section { background: #f5f0e8; }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.about-photo-wrap { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.72); }
.about-photo-wrap img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 26%; }
.about-copy > p:not(.eyebrow) { color: var(--ink-2); font-size: 17px; }
.credentials-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.credentials-grid div { padding: 15px 16px; background: rgba(255,255,255,.72); border: 1px solid rgba(16,42,45,.08); border-radius: 14px; }
.credentials-grid strong, .credentials-grid span { display: block; }
.credentials-grid strong { font-size: 13px; color: var(--ink); }
.credentials-grid span { font-size: 12px; color: var(--muted); margin-top: 3px; }

.process-section { background: var(--navy); color: white; }
.process-section h2 { color: white; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); border-radius: var(--radius-lg); padding: 26px; }
.step-card > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #d9ebe2; color: var(--navy); font-weight: 900; margin-bottom: 32px; }
.step-card h3 { color: white; font-size: 20px; margin-bottom: 10px; }
.step-card p { color: #cfdae0; margin: 0; font-size: 14px; }
.ethics-note { margin: 26px 0 0; color: #b9c8cf; font-size: 13px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 64px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); background: white; border-radius: 14px; overflow: hidden; }
summary { cursor: pointer; list-style: none; padding: 18px 50px 18px 20px; font-weight: 800; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--forest); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; }

.contact-section { padding: 0 0 82px; }
.contact-card { background: linear-gradient(135deg, var(--forest-dark), #214a43 60%, #2b5b4e); color: white; border-radius: var(--radius-xl); padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; box-shadow: var(--shadow); }
.contact-card h2 { color: white; font-size: clamp(34px, 4vw, 50px); }
.contact-card p { color: #dce9e4; }
.contact-details { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 24px; }
.contact-details a { color: white; text-decoration: none; font-size: 14px; font-weight: 700; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.contact-actions .button { min-width: 210px; text-align: center; }
.contact-options { display: grid; gap: 12px; align-content: center; }
.contact-option { display: grid; text-decoration: none; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.09); border-radius: 18px; padding: 20px; transition: transform .2s ease, background .2s ease; }
.contact-option:hover { transform: translateY(-2px); background: rgba(255,255,255,.13); }
.option-label { font-size: 10px; font-weight: 900; letter-spacing: .12em; color: #bcd9ce; }
.contact-option strong { margin-top: 6px; color: white; font-size: 16px; }
.contact-option small { margin-top: 7px; color: #d8e6e0; }

.site-footer { border-top: 1px solid var(--line); background: #f7f4ed; }
.footer-grid { min-height: 110px; display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 24px; align-items: center; }
.footer-grid > div { display: grid; }
.footer-grid strong { font-size: 13px; }
.footer-grid span, .footer-grid p, .footer-grid a { font-size: 11px; color: var(--muted); }
.footer-grid p { margin: 0; }
.footer-grid a { text-decoration: none; }

.mobile-sticky { display: none; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 82px 18px auto 18px; flex-direction: column; align-items: stretch; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(251,248,242,.98); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 12px 10px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .menu-toggle { display: block; }
  .hero-grid, .about-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-visual { max-width: 640px; margin: 0 auto; order: -1; }
  .hero-copy { text-align: left; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 28px 0; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 68px 0; }
  .site-header .brand-copy small { font-size: 11px; }
  .brand-mark { width: 42px; height: 42px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  h2 { font-size: clamp(31px, 10vw, 42px); }
  .lead { font-size: 17px; }
  .hero { padding-top: 30px; }
  .hero-grid { gap: 34px; }
  .audience-grid, .problem-grid, .credentials-grid { grid-template-columns: 1fr; }
  .audience-card { padding: 19px; }
  .problem-card { min-height: 0; }
  .about-grid { gap: 36px; }
  .contact-card { padding: 28px 22px; border-radius: 24px; }
  .hero-credibility { display: grid; gap: 4px; }
  .hero-credibility span:not(:last-child)::after { content: ""; margin: 0; }
  .mobile-sticky { display: flex; position: fixed; bottom: 14px; left: 14px; right: 14px; z-index: 90; min-height: 50px; align-items: center; justify-content: center; border-radius: 15px; background: var(--forest); color: white; text-decoration: none; font-weight: 900; font-size: 14px; box-shadow: 0 14px 34px rgba(31,91,73,.28); }
  body { padding-bottom: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .contact-option { transition: none; }
}
.footer-links{display:flex;gap:16px;align-items:center;justify-content:flex-end}.footer-links a{white-space:nowrap}@media(max-width:980px){.footer-links{justify-content:flex-start}}
