:root {
  --bg: #f2f2ef;
  --ink: #11110f;
  --muted: #686865;
  --line: rgba(17, 17, 15, .28);
  --pad: clamp(20px, 3.3vw, 56px);
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.4; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); background: var(--ink); color: var(--bg); padding: 12px 16px; z-index: 100; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 104px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: rgba(242,242,239,.94); }
.wordmark { width: max-content; display: block; line-height: 0; }
.wordmark img { display: block; width: 280px; height: auto; }
nav { display: flex; gap: 34px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
nav a, .header-mail, footer > a:last-child, .contact-meta a { border-bottom: 1px solid transparent; transition: border-color .2s; }
nav a:hover, nav a:focus-visible, .header-mail:hover, .header-mail:focus-visible, footer > a:last-child:hover, .contact-meta a:hover { border-color: currentColor; }
.header-mail { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.header-mail span { margin-left: 16px; }
.menu-toggle { display: none; }

.section { padding: clamp(100px, 12vw, 190px) var(--pad); border-bottom: 1px solid var(--line); position: relative; }
.section-label { display: grid; grid-template-columns: 90px 1fr; margin-bottom: clamp(60px, 8vw, 120px); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.hero { min-height: calc(100svh - 104px); display: flex; flex-direction: column; justify-content: space-between; padding-top: clamp(55px, 8vh, 95px); padding-bottom: 44px; }
.hero-kicker { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: auto 0; max-width: 1500px; font-size: clamp(58px, 9.2vw, 154px); font-weight: 400; letter-spacing: -.035em; line-height: .88; }
h1 span { font-style: italic; font-weight: 400; }
h1 i { display: inline-block; font-style: normal; margin-left: .08em; transition: transform .5s ease; }
.hero:hover h1 i { transform: translateX(.25em); }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
.hero-bottom > p { margin: 0; max-width: 720px; font-size: clamp(16px, 1.5vw, 23px); line-height: 1.35; letter-spacing: -.02em; }
.hero-actions { justify-self: end; display: flex; align-items: center; gap: 34px; }
.button { min-width: 220px; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: var(--bg); border: 1px solid var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; transition: .25s; }
.button:hover, .button:focus-visible { background: transparent; color: var(--ink); }
.text-link { padding: 9px 0; border-bottom: 1px solid var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { margin-left: 18px; }

.impact { min-height: 100svh; overflow: hidden; }
.impact h2, .directions h2 { font-size: clamp(76px, 14.5vw, 240px); line-height: .75; letter-spacing: -.045em; font-weight: 400; margin: 0; }
.impact-copy { margin-top: clamp(85px, 12vw, 170px); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.impact-copy p { margin-bottom: 28px; }
.impact-copy .lead { max-width: 700px; font-size: clamp(30px, 3.8vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.impact-copy > div { max-width: 520px; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.5; }
.moving-dash { position: absolute; right: 3vw; top: 37%; font-size: clamp(90px, 18vw, 270px); font-weight: 300; line-height: 0; color: rgba(17,17,15,.12); transform: translateX(calc(var(--scroll-shift, 0) * -1px)); }

.directions-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 6vw; }
.directions-heading h2 { font-size: clamp(85px, 13vw, 218px); }
.directions-heading > p { max-width: 480px; justify-self: end; margin-bottom: 5px; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.5; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(100px, 13vw, 200px); border-top: 1px solid var(--ink); }
.direction { display: grid; grid-template-columns: 90px 1fr; padding: 30px 0 20px; min-height: 420px; }
.direction:first-child { border-right: 1px solid var(--line); padding-right: 5vw; }
.direction:last-child { padding-left: 5vw; }
.direction-number { font-size: 11px; }
.direction h3 { font-size: clamp(42px, 5vw, 80px); line-height: 1; letter-spacing: -.025em; font-weight: 400; }
.direction ul { grid-column: 2; list-style: none; padding: 0; margin: auto 0 0; }
.direction li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: clamp(15px, 1.2vw, 19px); }

.model { min-height: 100svh; background: var(--ink); color: var(--bg); display: flex; flex-direction: column; }
.model .section-label { color: #aaa9a3; }
.model h2 { max-width: 1450px; font-size: clamp(47px, 7.4vw, 120px); line-height: .96; letter-spacing: -.035em; font-weight: 400; }
.model-bottom { margin-top: auto; padding-top: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; }
.model-bottom p { max-width: 580px; margin: 0; font-size: clamp(16px, 1.4vw, 21px); }
.model-bottom p:last-child { color: #aaa9a3; }

.contact { min-height: 88svh; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr auto; }
.contact .section-label { grid-column: 1 / -1; }
.contact h2 { align-self: start; font-size: clamp(80px, 12vw, 198px); line-height: .8; letter-spacing: -.035em; font-weight: 400; margin: 0; }
.contact-email { grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; padding: 22px 0 16px; border-bottom: 2px solid var(--ink); font-size: clamp(32px, 7vw, 114px); letter-spacing: -.025em; line-height: .9; transition: padding .25s; }
.contact-email:hover, .contact-email:focus-visible { padding-left: 15px; padding-right: 15px; }
.contact-meta { grid-column: 2; margin-top: 36px; display: flex; justify-content: space-between; font-size: 13px; }
.contact-meta p { margin: 0; }

footer { min-height: 150px; padding: 35px var(--pad); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
footer p { margin: 0; justify-self: center; }
footer > a:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .site-header .wordmark img { width: 210px; }
  .site-header nav { display: none; position: fixed; inset: 0; padding: 130px var(--pad) 50px; background: var(--bg); flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; font-size: 34px; letter-spacing: -.04em; text-transform: none; }
  .site-header nav.open { display: flex; }
  .header-mail { display: none; }
  .menu-toggle { display: block; width: 34px; height: 30px; padding: 4px 0; background: none; border: 0; position: relative; z-index: 2; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: calc(100svh - 72px); padding-top: 38px; }
  h1 { margin: 17vh 0 10vh; }
  .hero-bottom, .impact-copy, .directions-heading, .model-bottom { grid-template-columns: 1fr; }
  .hero-bottom { gap: 34px; }
  .hero-actions { justify-self: stretch; justify-content: space-between; }
  .section-label { grid-template-columns: 52px 1fr; }
  .impact-copy { gap: 42px; }
  .impact-copy > div { margin-left: 16%; }
  .directions-heading > p { justify-self: start; margin-left: 25%; margin-top: 40px; }
  .direction { grid-template-columns: 52px 1fr; }
  .model-bottom { gap: 32px; }
  .contact { grid-template-columns: 1fr; }
  .contact h2 { grid-column: 1; }
  .contact-meta { grid-column: 1; }
}

@media (max-width: 620px) {
  .section { padding-top: 92px; padding-bottom: 92px; }
  .hero { padding-top: 30px; padding-bottom: 24px; }
  .hero-kicker { max-width: 260px; line-height: 1.5; }
  h1 { font-size: clamp(49px, 15.4vw, 76px); line-height: .9; margin: 15vh 0 8vh; }
  h1 i { display: block; width: max-content; margin: 12px 0 0 auto; }
  .hero-bottom > p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 13px; }
  .button { min-width: 0; }
  .text-link { align-self: flex-start; }
  .impact h2 { font-size: 23vw; line-height: .82; }
  .impact-copy { margin-top: 80px; }
  .impact-copy .lead { font-size: 32px; }
  .impact-copy > div { margin-left: 12%; font-size: 15px; }
  .moving-dash { top: 25%; }
  .directions h2 { font-size: 25vw; line-height: .78; }
  .directions-heading > p { margin-left: 12%; font-size: 15px; }
  .direction-grid { grid-template-columns: 1fr; margin-top: 90px; }
  .direction { min-height: 360px; }
  .direction:first-child { border-right: 0; border-bottom: 1px solid var(--ink); padding-right: 0; }
  .direction:last-child { padding-left: 0; }
  .direction h3 { font-size: 50px; }
  .model h2 { font-size: 44px; }
  .model h2 br { display: none; }
  .model-bottom { padding-top: 80px; }
  .contact { min-height: 82svh; grid-template-rows: auto auto 1fr auto; }
  .contact h2 { font-size: 24vw; }
  .contact-email { font-size: 9.1vw; white-space: nowrap; }
  .contact-meta { flex-direction: column; gap: 30px; }
  footer { grid-template-columns: 1fr 1fr; gap: 35px; }
  footer .wordmark img { width: 230px; }
  footer p { display: none; }
}

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