@font-face {
  font-family: Lausanne;
  src: url("public/Lausanne-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #343b34;
  --paper: #fffcf9;
  --leaf: #e6f4d1;
  --line: #cad1c5;
  --rose: #e69eb7;
  --amber: #e0a526;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Lausanne, "Hanken Grotesk", system-ui, sans-serif; font-size: 18px; font-weight: 300; line-height: 1.45; }
a { color: inherit; text-underline-offset: .18em; }
.wrap { width: min(1180px, 100% - 48px); margin: auto; }
.top { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; border-bottom: 1px solid var(--line); }
.top img { width: 106px; height: auto; }
.top p { margin: 0; font-size: 14px; }
.hero { padding: clamp(72px, 12vw, 168px) 0 78px; background: linear-gradient(135deg, var(--leaf), var(--paper) 60%); }
.eyebrow, .label { margin: 0 0 24px; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { max-width: 980px; margin: 0; font-size: clamp(48px, 8vw, 108px); font-weight: 300; line-height: .94; letter-spacing: -.05em; }
.hero h1 span { color: #6a7867; }
.lede { max-width: 740px; margin: 42px 0 0; font-size: clamp(21px, 2.5vw, 32px); }
.notice { max-width: 740px; margin: 34px 0 0; padding: 14px 0 14px 18px; border-left: 3px solid var(--amber); font-size: 16px; }
section { padding: 96px 0; border-top: 1px solid var(--line); }
h2 { max-width: 760px; margin: 0 0 28px; font-size: clamp(36px, 5vw, 62px); font-weight: 300; line-height: 1; letter-spacing: -.04em; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.two p { margin-top: 0; }
.label { margin-bottom: 14px; }
.fit { color: var(--paper); background: var(--ink); }
.fit .two { gap: 48px; }
.fit h3 { margin: 0 0 14px; font-size: 24px; font-weight: 300; }
.fit p { max-width: 470px; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { min-height: 210px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card:nth-child(3) { background: var(--leaf); }
.num { color: #758271; font-size: 13px; }
.card h3 { margin: 46px 0 16px; font-size: 28px; font-weight: 300; line-height: 1.05; }
.card p { margin: 0; font-size: 16px; }
.quote { background: var(--leaf); }
.quote blockquote { max-width: 1000px; margin: 0; font-size: clamp(29px, 4.6vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.quote blockquote::before { content: "“"; color: var(--amber); }
.questions { columns: 2; column-gap: 56px; margin: 32px 0 0; padding: 0; counter-reset: item; }
.questions li { break-inside: avoid; padding: 17px 0; border-top: 1px solid var(--line); list-style: none; }
.questions li::before { margin-right: 14px; color: #758271; content: "0" counter(item); counter-increment: item; font-size: 13px; }
.next { background: var(--rose); }
.next p { max-width: 800px; font-size: 25px; }
.footer { padding: 34px 0; font-size: 14px; }
.footer p { max-width: 700px; margin: 0 0 10px; }

@media (max-width: 700px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .top p { display: none; }
  .hero { padding: 88px 0 58px; }
  .two, .grid { grid-template-columns: 1fr; }
  .two { gap: 24px; }
  .card { min-height: 0; }
  .questions { columns: 1; }
  .fit .two { gap: 24px; }
  section { padding: 68px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
