:root {
  --ink: #102a2a;
  --ink-deep: #091d1d;
  --text: #273b3b;
  --muted: #5e7070;
  --paper: #fbfaf5;
  --surface: #ffffff;
  --tint: #edf3ef;
  --line: #d8dfda;
  --accent: #14685c;
  --accent-dark: #0d5047;
  --accent-soft: #dff0ea;
  --warm: #8a4b12;
  --focus: #f5b84b;
  --radius: 14px;
  --radius-lg: 24px;
  --shell: 1160px;
  --shadow: 0 20px 50px rgba(16, 42, 42, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--accent); text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 600; hyphens: manual; letter-spacing: -.025em; margin: 0; overflow-wrap: normal; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 6vw, 5.25rem); line-height: .99; max-width: 13ch; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; }
h3 { font-size: 1.35rem; line-height: 1.25; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; background: var(--focus); color: var(--ink-deep); padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
[data-submission-confirmation] { visibility: hidden; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251, 250, 245, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; font-weight: 700; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand span { color: var(--accent); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: var(--muted); font-size: .94rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--ink); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { color: var(--ink); cursor: pointer; font-weight: 700; list-style: none; padding: 8px 0; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 46px; width: 230px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 10px; }
.mobile-menu nav a { display: block; color: var(--ink); padding: 10px 12px; text-decoration: none; border-radius: 8px; }
.mobile-menu nav a:hover { background: var(--tint); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; background: var(--accent); border: 1px solid var(--accent); border-radius: 999px; color: #fff; font-weight: 750; padding: 13px 24px; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 9px 18px; font-size: .93rem; }
.button-light { background: #fff; border-color: #fff; color: var(--ink); }
.button-light:hover { background: var(--accent-soft); }
.text-link { color: var(--accent); font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(3px); }

.eyebrow, .mini-label { color: var(--accent); font-size: .74rem; font-weight: 800; letter-spacing: .11em; margin: 0 0 16px; text-transform: uppercase; }
.hero { padding: 90px 0 78px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: center; gap: 72px; }
.hero-grid > *, .split-heading > *, .method-grid > *, .evidence-grid > *, .content-grid > *, .qualification-layout > * { min-width: 0; }
.lede { color: var(--muted); font-size: clamp(1.13rem, 2vw, 1.32rem); line-height: 1.6; margin-top: 28px; max-width: 60ch; }
.hero-actions { margin-top: 32px; }
.supporting { color: var(--muted); font-size: .94rem; margin-top: 16px; }
.process-preview { background: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow); color: #d9e3e0; padding: 34px; position: relative; overflow: hidden; }
.process-preview::after { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -105px; top: -110px; }
.process-preview .mini-label { color: #8ed2c4; }
.process-preview ol { list-style: none; margin: 0; padding: 0; }
.process-preview li { display: flex; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.process-preview li:first-child { border-top: 0; }
.process-preview li > span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: rgba(142,210,196,.15); color: #8ed2c4; font-weight: 800; }
.process-preview strong { color: #fff; display: block; }
.process-preview small { color: #9fb2ae; display: block; margin-top: 2px; }

.proof-band { background: var(--surface); border-block: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.metric-grid > div { padding: 28px 30px; border-left: 1px solid var(--line); }
.metric-grid > div:first-child { border-left: 0; padding-left: 0; }
.metric-grid > div:last-child { padding-right: 0; }
.metric-grid strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.3; }
.metric-grid span { color: var(--muted); display: block; font-size: .9rem; line-height: 1.5; margin-top: 6px; }

section:not(.hero):not(.proof-band) { padding: 96px 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.split-heading > p { color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; gap: 18px; margin-top: 46px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.card-number { color: var(--warm); display: block; font-size: .72rem; font-weight: 850; letter-spacing: .12em; margin-bottom: 28px; }
.card p { color: var(--muted); font-size: .96rem; margin-top: 12px; }
.text-link-row { margin-top: 30px; }

.tint-section { background: var(--tint); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.section-lede { color: var(--muted); font-size: 1.08rem; margin: 24px 0; }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #cbd7d0; }
.timeline li:first-child { padding-top: 0; }
.timeline li:last-child { border-bottom: 0; padding-bottom: 0; }
.timeline li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--surface); color: var(--accent); font-weight: 800; }
.timeline strong { display: block; font-size: 1.05rem; }
.timeline p { color: var(--muted); margin-top: 3px; }

.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: start; }
.evidence-quote { border-left: 4px solid var(--accent); padding-left: 30px; }
blockquote { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.3; margin: 0; }
.evidence-grid > div:last-child > p { color: var(--muted); }
.honesty { background: var(--tint); border-radius: var(--radius); padding: 20px 22px; }

.dark-section { background: var(--ink-deep); color: #c4d1ce; }
.dark-section h2 { color: #fff; }
.dark-section .eyebrow { color: #8ed2c4; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-panel p:not(.eyebrow) { color: #9fb2ae; margin-top: 16px; max-width: 56ch; }

.page-hero { padding: 76px 0 64px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.55rem, 5vw, 4.6rem); max-width: 17ch; }
.page-hero .lede { max-width: 67ch; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .88rem; margin-bottom: 30px; }
.breadcrumbs a { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 82px; align-items: start; }
.content { max-width: 760px; }
.content h2 { margin-top: 60px; }
.content h2:first-child { margin-top: 0; }
.content h3 { margin-top: 34px; }
.content p, .content ul { color: var(--muted); }
.content h2 + p, .content h3 + p { margin-top: 18px; }
.content ul { padding-left: 22px; }
.content li { margin: 8px 0; }
.side-card { position: sticky; top: 108px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; }
.side-card h2 { font-size: 1.42rem; }
.side-card p { color: var(--muted); font-size: .94rem; margin-top: 12px; }
.side-card .button { width: 100%; margin-top: 12px; }
.steps-list { list-style: none; margin: 36px 0 0; padding: 0; counter-reset: steps; }
.steps-list li { counter-increment: steps; display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.steps-list li::before { content: counter(steps, decimal-leading-zero); color: var(--accent); font-weight: 850; letter-spacing: .08em; }
.steps-list h3 { margin: 0; }
.steps-list p { margin-top: 10px; }
.info-box { background: var(--tint); border-left: 4px solid var(--accent); border-radius: var(--radius); margin: 28px 0; padding: 22px 24px; }
.info-box.warning { background: #f8eee5; border-left-color: var(--warm); }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 30px; }

.qualification-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 70px; align-items: start; }
.qualification-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; }
.field { margin-bottom: 24px; }
.field label, .field legend { color: var(--ink); display: block; font-weight: 750; margin-bottom: 8px; }
.field small { color: var(--muted); display: block; margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; background: #fff; border: 1px solid #aebbb6; border-radius: 9px; color: var(--ink); min-height: 48px; padding: 10px 12px; }
.field textarea { min-height: 112px; resize: vertical; }
fieldset.field { border: 0; padding: 0; }
.radio-row { display: flex; gap: 12px; flex-wrap: wrap; }
.radio-option { display: flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 9px; cursor: pointer; padding: 10px 14px; }
.radio-option input { width: auto; min-height: 0; }
.form-status { border-radius: var(--radius); margin-top: 20px; padding: 18px; }
.form-status.success { background: var(--accent-soft); color: var(--ink); }
.form-status.notice { background: #f8eee5; color: var(--ink); }
.qualification-form[aria-busy="true"] { opacity: .86; }
.qualification-form button[disabled] { cursor: wait; opacity: .7; transform: none; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.local-note { color: var(--muted); font-size: .86rem; margin-top: 12px; }
.qualification-summary { background: var(--tint); border-radius: var(--radius); padding: 28px; }
.qualification-summary h2 { font-size: 1.7rem; }
.qualification-summary ul { color: var(--muted); padding-left: 20px; }

.site-footer { background: var(--ink); color: #a9bbb7; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid p { max-width: 34ch; margin-top: 10px; }
.footer-grid strong { color: #fff; margin-bottom: 4px; }
.footer-grid a:not(.brand) { color: #b7c7c3; }
.footer-brand { color: #fff; }
.footer-brand span { color: #8ed2c4; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; margin-top: 50px; padding-top: 20px; }

@media (max-width: 980px) {
  .desktop-nav, .header-inner > .button { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .split-heading, .method-grid, .evidence-grid, .content-grid, .qualification-layout { grid-template-columns: 1fr; gap: 48px; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .side-card { position: static; }
  .process-preview { max-width: 600px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 66px; }
  .hero { padding: 60px 0 54px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  section:not(.hero):not(.proof-band) { padding: 70px 0; }
  .metric-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .metric-grid > div, .metric-grid > div:first-child, .metric-grid > div:last-child { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0; }
  .metric-grid > div:first-child { border-top: 0; }
  .card-grid.four, .principle-grid, .footer-grid { grid-template-columns: 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 50px 0; }
  .qualification-form { padding: 24px 18px; }
  .footer-bottom { flex-direction: column; }
}

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