@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,650&display=swap");

:root { --sans: "DM Sans", sans-serif; --serif: "Fraunces", serif; --paper: #f7f1e7; --ink: #1f2a24; --accent: #56633e; --soft: #d9e1c8; --line: #1f2a242e; --deep: #2e463a; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); margin: 0; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { line-height: 1.55; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
h2 { font-size: clamp(3.5rem, 7vw, 8.5rem); }
h2 em { color: var(--accent); font-weight: 500; }
.skip { position: fixed; z-index: 50; top: .5rem; left: .5rem; padding: .7rem 1rem; background: #fff; transform: translateY(-150%); }
.skip:focus { transform: none; }
header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1.4rem clamp(1.2rem, 4vw, 4.5rem); }
.brand { display: inline-flex; align-items: center; min-height: 2.8rem; }
.brand img { width: 8.6rem; max-height: 3.4rem; object-fit: contain; }
header nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.8rem); font-size: .82rem; font-weight: 600; }
.pill, .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 3.2rem; padding: .8rem 1.25rem; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 700; transition: transform .2s, background-color .2s; }
.pill:hover, .button:hover { background: #465233; transform: translateY(-2px); }
.pill:focus-visible, .button:focus-visible, .box-grid a:focus-visible { outline: 3px solid #b6c38f; outline-offset: 4px; }
.will-reveal { transform: translateY(2.2rem); transition: transform .7s ease; }
.will-reveal.is-visible { transform: none; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(24rem, 1.08fr); align-items: center; gap: 4vw; min-height: 100svh; padding: clamp(7rem, 12vh, 10rem) clamp(1.2rem, 4vw, 4.5rem) 3rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; bottom: -15vw; left: -14vw; width: 38vw; height: 38vw; border-radius: 50%; background: var(--soft); }
.hero-copy { position: relative; z-index: 2; max-width: 46rem; }
.kicker, .method-head > p, .boxes-title > p, .finale > p { margin-bottom: 2rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 10ch; margin-bottom: 2rem; font-size: clamp(4rem, 7.2vw, 8.4rem); }
.lede { max-width: 35rem; margin-bottom: 2rem; color: color-mix(in srgb, var(--ink) 72%, transparent); font-size: clamp(1rem, 1.25vw, 1.3rem); }
.hero-art { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: .4rem 8rem .4rem .4rem; box-shadow: 0 2rem 6rem #30443624; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-art figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .5rem .7rem; border-radius: 999px; background: #ffffffbf; color: #263047; font-size: .62rem; text-transform: uppercase; backdrop-filter: blur(8px); }
.measure { position: absolute; right: 3vw; bottom: 2rem; display: flex; gap: 4vw; font-size: .65rem; font-weight: 700; }
.measure span { padding-top: .4rem; border-top: 1px solid var(--ink); }
.thesis { padding: clamp(7rem, 13vw, 13rem) clamp(1.2rem, 4vw, 4.5rem); }
.thesis > h2 { max-width: 14ch; margin: 0 0 7rem auto; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.benefits article { min-height: 24rem; padding: 2rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.benefits article + article { padding-left: 2rem; }
.benefits span, .box-grid span { display: block; margin-bottom: 6rem; font-size: .75rem; font-weight: 700; }
.benefits h3 { max-width: 12ch; margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.5rem); line-height: 1; }
.benefits p { max-width: 25rem; color: color-mix(in srgb, var(--ink) 70%, transparent); }
.marquee { width: 100%; overflow: hidden; background: var(--accent); color: #fff; clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%); }
.marquee p { width: max-content; margin: 0; padding: 1.6rem 0; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 8rem); line-height: .9; white-space: nowrap; }
.method { padding: clamp(8rem, 14vw, 14rem) clamp(1.2rem, 4vw, 4.5rem); }
.method-head { display: grid; grid-template-columns: .45fr 1fr; align-items: start; }
.method-head h2 { max-width: 11ch; }
.progress { height: 2px; margin: 6rem 0 0; background: var(--line); }
.progress span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: 0; }
.method ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.method li { min-height: 21rem; padding: 2rem 1.5rem 2rem 0; border-right: 1px solid var(--line); }
.method li + li { padding-left: 1.5rem; }
.method li b { display: block; margin-bottom: 5rem; font-size: .75rem; }
.method li h3 { font-family: var(--serif); font-size: clamp(1.9rem, 2.5vw, 3rem); line-height: 1; }
.method li p { color: color-mix(in srgb, var(--ink) 70%, transparent); }
.boxes { padding: clamp(7rem, 12vw, 12rem) clamp(1.2rem, 4vw, 4.5rem); background: var(--deep); color: #fff; }
.boxes-title { display: grid; grid-template-columns: .42fr 1fr; margin-bottom: 6rem; }
.boxes-title h2 { max-width: 12ch; }
.box-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.box-grid a { position: relative; min-height: 30rem; padding: 2rem; border: 1px solid #ffffff3b; transition: background .25s, color .25s; }
.box-grid a:hover { background: #f7f1e7; color: var(--deep); }
.box-grid h3 { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 5rem); line-height: .95; }
.box-grid p { color: inherit; opacity: .72; }
.box-grid i { position: absolute; right: 2rem; bottom: 2rem; font-size: 2.5rem; font-style: normal; }
.finale { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 92svh; padding: 8rem 1.2rem; text-align: center; }
.finale h2 { margin-bottom: 3rem; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 3rem; min-height: 11rem; padding: 2.5rem clamp(1.2rem, 4vw, 4.5rem); border-top: 1px solid var(--line); font-size: .75rem; }
footer > a:last-child { display: inline-flex; align-items: center; min-height: 2.75rem; }

@media (max-width: 760px) {
  header { padding: 1rem; }
  header nav > a:not(.pill) { display: none; }
  .brand img { width: 7rem; }
  .hero { grid-template-columns: 1fr; gap: 3rem; min-height: auto; padding: 7rem 1rem 4rem; }
  h1 { font-size: clamp(3.6rem, 16vw, 5.5rem); }
  h2 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .hero-art { aspect-ratio: 4 / 5; border-radius: 1rem 4rem 1rem 1rem; }
  .hero-art img { object-position: 63% center; }
  .measure { display: none; }
  .thesis, .method, .boxes { padding: 6rem 1rem; }
  .thesis > h2 { margin: 0 0 4rem; }
  .benefits, .method ol, .box-grid { grid-template-columns: 1fr; }
  .benefits article, .benefits article + article, .method li, .method li + li { min-height: auto; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits span, .method li b, .box-grid span { margin-bottom: 2rem; }
  .method-head, .boxes-title { grid-template-columns: 1fr; }
  .progress { margin-top: 3rem; }
  .box-grid a { min-height: 19rem; }
  .marquee { width: 100%; }
  .finale { min-height: 80svh; }
  footer { grid-template-columns: 1fr; align-items: start; gap: 1rem; }
}

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