:root {
  --ink: #15343a;
  --ink-deep: #0c252b;
  --paper: #f6f1e7;
  --paper-soft: #fffdf8;
  --lime: #c9eb72;
  --coral: #ef806b;
  --sky: #b8dbe0;
  --muted: #5b6c6e;
  --rule: rgba(21, 52, 58, .2);
  --shell: min(1160px, calc(100% - 48px));
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
a { color: inherit; text-underline-offset: .22em; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 10px 14px; background: var(--lime); color: var(--ink-deep); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { position: relative; z-index: 4; border-bottom: 1px solid var(--rule); background: rgba(246, 241, 231, .96); }
.header-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px; background: var(--ink); color: var(--paper-soft); font: 700 23px/1 var(--display); box-shadow: inset -5px -5px 0 var(--lime); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: .01em; }
.brand small { margin-top: -2px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.header-action { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 16px; border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 750; text-decoration: none; }
.header-action:hover { background: var(--ink); color: var(--paper-soft); }

.hero { position: relative; overflow: hidden; padding: clamp(72px, 8vw, 126px) 0 clamp(76px, 9vw, 136px); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -240px; border-radius: 50%; border: 90px solid rgba(184, 219, 224, .5); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(340px, .7fr); gap: clamp(54px, 8vw, 112px); align-items: center; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(52px, 6.2vw, 91px); }
h2 { margin-bottom: 24px; font-size: clamp(40px, 5vw, 68px); }
h3 { margin-bottom: 8px; font-size: 20px; line-height: 1.25; }
.hero-lede { max-width: 720px; margin-bottom: 30px; color: #3f5558; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid var(--ink); border-radius: 5px; font-size: 15px; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--ink); color: var(--paper-soft); box-shadow: 6px 6px 0 var(--coral); }
.button-primary:hover { background: var(--ink-deep); transform: translate(2px, 2px); box-shadow: 4px 4px 0 var(--coral); }
.button-secondary:hover { background: var(--paper-soft); }
.microcopy { margin: 0; color: var(--muted); font-size: 14px; }

.review-note { position: relative; padding: 28px; border: 1px solid var(--ink); background: var(--paper-soft); box-shadow: 14px 14px 0 var(--sky); transform: rotate(1.1deg); }
.review-note::after { content: ""; position: absolute; width: 18px; height: 18px; top: -9px; right: 28px; border-radius: 50%; background: var(--coral); }
.note-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--rule); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.note-title { margin: 25px 0; font: 500 34px/1.12 var(--display); letter-spacing: -.025em; }
.check-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 18px 1fr; gap: 11px; font-size: 15px; line-height: 1.4; }
.check-list li span { width: 14px; height: 14px; margin-top: 3px; border-radius: 50%; background: var(--lime); box-shadow: inset 0 0 0 4px var(--ink); }
.signature-line { display: flex; justify-content: space-between; gap: 18px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--rule); font-size: 12px; }
.signature-line span { color: var(--muted); }

.promise-strip { border-block: 1px solid var(--ink); background: var(--lime); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid p { min-height: 132px; margin: 0; padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; }
.promise-grid p + p { border-left: 1px solid var(--ink); }
.promise-grid strong { font: 500 25px/1.18 var(--display); }
.promise-grid span { margin-top: 6px; font-size: 13px; line-height: 1.4; }

.identity-section { padding: clamp(88px, 10vw, 150px) 0; background: var(--ink); color: var(--paper-soft); }
.identity-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(52px, 10vw, 142px); align-items: start; }
.eyebrow-light { color: var(--lime); }
.identity-section h2 { max-width: 730px; margin-bottom: 0; }
.identity-copy { padding-top: 46px; font-size: 18px; }
.identity-copy p { margin-bottom: 24px; color: #d8e2e1; }
.identity-copy a { color: var(--lime); font-weight: 750; }

.process-section { padding: clamp(90px, 10vw, 152px) 0; background: var(--paper-soft); }
.section-intro { max-width: 840px; margin-bottom: 62px; }
.section-intro > p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process-list li { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 28px; padding: 31px 0; border-bottom: 1px solid var(--rule); }
.process-list li div { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(280px, 1fr); gap: 56px; align-items: start; }
.process-list p { margin: 0; color: var(--muted); font-size: 15px; }
.step-number { color: var(--coral); font-size: 13px; font-weight: 850; letter-spacing: .1em; }

.control-section { padding: clamp(86px, 10vw, 140px) 0; background: var(--sky); }
.control-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(48px, 9vw, 126px); align-items: end; }
.control-grid h2 { max-width: 700px; margin-bottom: 0; }
.control-grid > div:last-child { font-size: 18px; }
.text-link { display: inline-block; font-weight: 850; text-decoration-thickness: 2px; }

.site-footer { padding: 76px 0 28px; background: var(--ink-deep); color: var(--paper-soft); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .55fr; gap: 60px; padding-bottom: 56px; }
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.footer-brand .brand-mark { flex: 0 0 auto; background: var(--paper-soft); color: var(--ink); }
.footer-brand strong { font: 500 27px/1.2 var(--display); }
.footer-brand p, .footer-grid div > p { margin: 9px 0 0; color: #b9c6c5; font-size: 13px; }
.footer-label { margin-bottom: 12px !important; color: var(--lime) !important; font-size: 11px !important; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 10px; color: var(--paper-soft); font-size: 14px; }
.footer-base { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: #9fb0af; font-size: 12px; }

.legal-main { padding: clamp(70px, 8vw, 118px) 0 130px; background: var(--paper-soft); }
.legal-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.15fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.legal-aside { position: sticky; top: 40px; }
.legal-aside h1 { margin-bottom: 24px; font-size: clamp(48px, 5.3vw, 72px); }
.legal-aside > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.legal-copy { border-top: 1px solid var(--ink); }
.legal-copy section { padding: 34px 0; border-bottom: 1px solid var(--rule); }
.legal-copy h2 { margin-bottom: 14px; font-family: var(--sans); font-size: 22px; font-weight: 800; letter-spacing: -.015em; }
.legal-copy p { color: #40575a; }
.legal-copy p:last-child { margin-bottom: 0; }
.legal-copy address { font-style: normal; }
.legal-footer { padding-top: 28px; }

@media (max-width: 900px) {
  .hero-grid, .identity-grid, .control-grid, .legal-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .hero-copy { max-width: 740px; }
  .review-note { max-width: 560px; margin-left: auto; }
  .identity-copy { max-width: 680px; padding-top: 0; }
  .process-list li div { grid-template-columns: 1fr; gap: 8px; }
  .control-grid { align-items: start; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-grid nav { grid-column: 2; }
  .legal-aside { position: static; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 32px, 1160px); }
  body { font-size: 16px; }
  .header-row { min-height: 72px; gap: 10px; }
  .brand { gap: 9px; }
  .brand-mark { width: 36px; border-radius: 9px; font-size: 20px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 9px; letter-spacing: .11em; }
  .header-action { min-height: 40px; padding: 7px 12px; font-size: 12px; }
  .hero { padding: 58px 0 86px; }
  .hero::before { width: 280px; height: 280px; top: -170px; right: -170px; border-width: 54px; }
  .hero-grid { gap: 56px; }
  h1 { font-size: clamp(45px, 13.2vw, 58px); line-height: 1.01; }
  h2 { font-size: clamp(38px, 11vw, 51px); }
  .hero-lede { font-size: 17px; }
  .actions { align-items: stretch; }
  .button { width: 100%; }
  .review-note { width: calc(100% - 9px); margin: 0; padding: 23px; transform: rotate(.6deg); box-shadow: 9px 9px 0 var(--sky); }
  .note-title { font-size: 29px; }
  .signature-line { flex-direction: column; gap: 3px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid p { min-height: 112px; padding: 23px 20px; }
  .promise-grid p + p { border-left: 0; border-top: 1px solid var(--ink); }
  .identity-section, .process-section, .control-section { padding: 82px 0; }
  .identity-grid { gap: 38px; }
  .section-intro { margin-bottom: 44px; }
  .process-list li { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 27px 0; }
  .process-list h3 { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid nav { grid-column: auto; }
  .footer-base { flex-direction: column; gap: 8px; }
  .legal-main { padding-top: 60px; }
  .legal-layout { gap: 52px; }
  .legal-aside h1 { font-size: 46px; }
}

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

