:root {
  color-scheme: light;
  --canvas: #f4f5f2;
  --surface: #fff;
  --ink: #171a17;
  --muted: #5d655d;
  --line: #daddd7;
  --accent: #5146a8;
  --accent-soft: #e8e5f8;
  --green: #26704b;
  --green-soft: #e2eee6;
  --max: 1180px;
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  background: color-mix(in srgb, var(--canvas) 92%, transparent);
  backdrop-filter: blur(18px);
}

.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-size: 1.65rem; line-height: 1; }
.brand-mark { width: 30px; height: 30px; color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .94rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-toggle { display: none; border: 0; background: none; color: var(--ink); padding: 10px; }
.nav-toggle svg { display: block; width: 26px; height: 26px; }

.hero { min-height: 680px; position: relative; display: grid; place-items: center; padding: 82px 0 72px; overflow: visible; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 6% 42px; height: 40%; background: var(--accent-soft); opacity: .34; filter: blur(70px); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; text-align: center; }
.hero-people { position: absolute; z-index: 0; left: 50%; bottom: 0; width: min(100vw, 1536px); height: 100%; max-width: none; object-fit: cover; object-position: center bottom; transform: translateX(-50%); mix-blend-mode: multiply; pointer-events: none; }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: .82rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; }
h1 { max-width: 820px; margin: 0 auto; font-size: clamp(3.6rem, 7vw, 6.2rem); }
.hero .lede { max-width: 600px; margin: 26px auto 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.button-row { margin-top: 34px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid var(--ink); text-decoration: none; font-weight: 650; }
.button.primary { border-color: var(--accent); background: var(--accent); color: #fff; }
.button:hover { transform: translateY(-1px); }

.journey-wrap { padding: 0 0 112px; }
.journey { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; padding-top: 42px; }
.journey::before { content: ""; position: absolute; top: 63px; left: 8%; right: 8%; border-top: 2px solid var(--accent); opacity: .5; }
.journey-step { position: relative; text-align: center; }
.journey-icon { position: relative; z-index: 1; width: 44px; height: 44px; margin: 0 auto 18px; display: grid; place-items: center; border: 1px solid #cbc5ee; border-radius: 50%; background: var(--accent-soft); color: var(--accent); }
.journey-step:nth-child(even) .journey-icon { transform: translateY(10px); margin-bottom: 28px; }
.journey-icon svg { width: 22px; height: 22px; }
.journey-step h3 { margin: 0; font-family: var(--sans); font-size: .98rem; font-weight: 700; letter-spacing: 0; }
.journey-step p { max-width: 170px; margin: 7px auto 0; color: var(--muted); font-size: .85rem; }

.band { border-block: 1px solid var(--line); background: var(--surface); }
.section { padding: 112px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 80px; align-items: end; margin-bottom: 62px; }
.section h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.section-intro { max-width: 580px; margin: 0; color: var(--muted); font-size: 1.13rem; }

.support-list { border-top: 1px solid var(--line); }
.support-row { display: grid; grid-template-columns: 60px 1fr 1.3fr; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.support-row .number { color: var(--accent); font-family: var(--serif); font-size: 1.35rem; }
.support-row h3 { margin: 0; font-family: var(--sans); font-size: 1.1rem; font-weight: 700; letter-spacing: 0; }
.support-row p { margin: 0; color: var(--muted); }

.privacy-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.privacy-visual { min-height: 400px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--accent-soft); }
.privacy-visual::before, .privacy-visual::after { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(81,70,168,.32); border-radius: 50%; }
.privacy-visual::before { transform: translate(-90px,-45px); }
.privacy-visual::after { transform: translate(90px,55px); }
.privacy-lock { position: relative; z-index: 1; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: var(--canvas); color: var(--green); }
.privacy-lock svg { width: 50px; height: 50px; }
.privacy-copy h2 { margin-bottom: 28px; }
.privacy-points { display: grid; gap: 20px; margin: 30px 0 34px; }
.privacy-point { display: grid; grid-template-columns: 24px 1fr; gap: 13px; }
.privacy-point svg { width: 20px; height: 20px; margin-top: 3px; color: var(--green); }
.privacy-point strong { display: block; margin-bottom: 2px; }
.privacy-point span { color: var(--muted); }

.closing { padding: 120px 0; text-align: center; }
.closing h2 { max-width: 750px; margin: 0 auto; }
.closing p { max-width: 560px; margin: 24px auto 0; color: var(--muted); }

.page-hero { padding: 110px 0 74px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.4rem, 7vw, 6.5rem); }
.page-hero p { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 1.18rem; }
.content { padding: 80px 0 110px; }
.content-grid { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); gap: 80px; }
.contents-nav { position: sticky; top: 110px; align-self: start; display: grid; gap: 10px; }
.contents-nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.contents-nav a:hover { color: var(--accent); }
.prose { max-width: 760px; }
.prose section + section { margin-top: 70px; padding-top: 70px; border-top: 1px solid var(--line); }
.prose h2 { margin: 0 0 24px; font-size: clamp(2rem, 4vw, 3rem); }
.prose h3 { margin: 34px 0 10px; font-family: var(--sans); font-size: 1.05rem; font-weight: 700; letter-spacing: 0; }
.prose p, .prose li { color: var(--muted); }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose a { color: var(--accent); text-underline-offset: 3px; }
.note { margin: 32px 0; padding: 24px; border-left: 3px solid var(--green); background: var(--green-soft); }
.note p { margin: 0; color: var(--ink); }
.contact-block { padding: 32px 0; border-block: 1px solid var(--line); }
.contact-address { display: inline-block; margin-top: 8px; color: var(--accent); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.4rem); overflow-wrap: anywhere; }

.site-footer { border-top: 1px solid var(--line); padding: 46px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.copyright { margin: 14px 0 0; color: var(--muted); font-size: .82rem; }

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; inset: 68px 0 auto; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: var(--canvas); }
  .nav-links[data-open="true"] { display: grid; }
  .nav-links a { min-height: 44px; display: flex; align-items: center; }
  .hero { min-height: auto; display: flex; flex-direction: column; padding: 70px 0 0; overflow: hidden; }
  .hero::after { inset: 35% -10% 8%; height: 45%; }
  .hero-copy { width: 100%; }
  .hero-people { position: relative; left: 50%; bottom: auto; width: calc(100% + 28px); height: auto; margin-top: 34px; object-fit: contain; transform: translateX(-50%); }
  h1 { font-size: clamp(3rem, 13vw, 4.2rem); overflow-wrap: anywhere; }
  .hero .lede { max-width: 360px; }
  .hero .button-row { width: 100%; display: grid; grid-template-columns: 1fr; }
  .hero .button { width: 100%; }
  .journey-wrap { padding-bottom: 76px; }
  .journey { grid-template-columns: 1fr; gap: 0; padding: 20px 0 0 58px; }
  .journey::before { top: 42px; bottom: 38px; left: 21px; right: auto; border-top: 0; border-left: 2px solid var(--accent); }
  .journey-step { min-height: 92px; text-align: left; }
  .journey-icon { position: absolute; left: -58px; top: 0; margin: 0; }
  .journey-step:nth-child(even) .journey-icon { transform: none; margin: 0; }
  .journey-step p { max-width: none; margin: 5px 0 0; }
  .section { padding: 76px 0; }
  .section-head, .privacy-layout, .content-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-head { margin-bottom: 38px; }
  .support-row { grid-template-columns: 40px 1fr; gap: 16px; }
  .support-row p { grid-column: 2; }
  .privacy-visual { min-height: 310px; }
  .closing { padding: 82px 0; }
  .page-hero { padding: 78px 0 55px; }
  .content { padding: 58px 0 82px; }
  .contents-nav { position: static; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
}

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