:root {
  --orange: #f4510b;
  --ink: #080d0e;
  --paper: #f3f0e9;
  --white: #fff;
  --muted: #c7c5be;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.45; }
a { color: inherit; }
.site-header { position: absolute; z-index: 2; top: 0; left: 50%; width: min(calc(100% - 48px), var(--max)); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; padding: 26px 0; color: var(--white); }
.brand { display: flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 700; line-height: 1; text-decoration: none; }
.brand-yes { color: var(--orange); font-family: "Saira Stencil One", Impact, sans-serif; font-size: 2rem; font-weight: 400; letter-spacing: -.06em; padding-right: .15em; }
.header-date { display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.header-date span { width: 24px; height: 2px; background: var(--orange); }
nav { display: flex; gap: clamp(20px, 3vw, 42px); align-items: center; }
nav a { font-size: .82rem; font-weight: 700; text-decoration: none; }
.menu-button { display: none; color: var(--white); border: 1px solid #ffffff55; background: transparent; padding: 8px 12px; }
.hero { min-height: 780px; padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 100px; background: var(--ink); color: var(--white); overflow: hidden; }
.hero-lockup { display: flex; align-items: flex-end; gap: clamp(28px, 3.5vw, 52px); }
.hero-support { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(210px, .55fr); column-gap: clamp(36px, 6vw, 90px); }
.hero-support { align-items: start; margin-top: 88px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, .16); }
.hero-mark { display: flex; color: var(--orange); font-family: "Saira Stencil One", Impact, sans-serif; font-size: clamp(14rem, 30vw, 27.5rem); font-weight: 400; line-height: .67; letter-spacing: -.08em; white-space: nowrap; transform: translateX(-.03em); }
.hero-mark span { display: inline-block; }
.hero-copy { min-width: 0; }
.hero-name { flex: 0 0 auto; margin: 0 0 -.04em; font-size: clamp(3rem, 5.6vw, 5.4rem); font-weight: 800; line-height: .87; letter-spacing: -.055em; }
.hero-action { align-self: start; max-width: 260px; padding-top: 0; font-size: 1rem; }
.hero-action strong { color: var(--orange); }
.hero-action .button { margin-top: 0; }
.eyebrow { margin: 0 0 16px; color: var(--muted); font-size: max(0.75rem, 12px); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow.orange { color: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.6rem, 4.8vw, 4.6rem); line-height: .93; letter-spacing: -.055em; }
h2 { margin-bottom: 28px; font-size: clamp(2.4rem, 4.6vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.lede { max-width: 520px; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.button { display: inline-block; margin-top: 18px; padding: 14px 19px; border-radius: 4px; background: var(--orange); color: var(--white); font-size: .78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: -34px auto 0; position: relative; background: var(--paper); box-shadow: 0 10px 30px #00000014; }
.benefits > div { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 24px 28px; border-right: 1px solid #0002; }
.benefits > div:last-child { border: 0; }
.benefits p { margin: 0; font-size: .83rem; font-weight: 800; line-height: 1.25; }
.benefit-icon { font-size: 2rem; font-weight: 400; }
.benefit-icon svg { display: block; width: 32px; height: 32px; fill: currentColor; }
.benefit-icon .accent-square { fill: var(--orange); }
.benefit-icon .safe-space-icon { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.benefit-icon .safe-space-icon .accent-dot { fill: var(--orange); stroke: none; }
.benefit-icon .support-icon { fill: none; stroke: currentColor; stroke-width: 2.6; }
.benefit-icon .support-icon .support-dot { fill: var(--orange); stroke: none; }
.benefit-icon .strength-icon { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linejoin: round; }
.benefit-icon .strength-icon .strength-point { fill: var(--orange); stroke: none; }
.benefit-icon .strength-icon { width: 35px; height: 35px; }
.section { max-width: var(--max); margin: 0 auto; padding: 110px 24px; }
.intro { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; align-items: end; }
.intro h2 { max-width: 680px; margin-bottom: 0; }
.body-copy { max-width: 520px; font-size: 1.08rem; }
.photo-break { height: min(70vw, 720px); background: var(--ink); overflow: hidden; }
.photo-break img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; display: block; }
.projects h2 { max-width: 760px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 60px; border-top: 1px solid #0003; border-left: 1px solid #0003; }
.project-grid article { min-height: 260px; padding: 30px; border-right: 1px solid #0003; border-bottom: 1px solid #0003; }
.project-grid span { display: block; color: var(--orange); font-family: "Saira Stencil One", Impact, sans-serif; font-size: clamp(3.8rem, 8vw, 7rem); font-weight: 400; line-height: .78; }
.project-grid h3 { margin: 46px 0 12px; font-size: 1.5rem; }
.project-grid p { max-width: 420px; }
.facts { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--orange); color: var(--ink); display: grid; grid-template-columns: .8fr 1fr; gap: 9vw; align-items: center; }
.facts .eyebrow { color: var(--white); opacity: 1; }
.fact-number { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.fact-number strong { font-family: "Saira Stencil One", Impact, sans-serif; font-size: clamp(6rem, 15vw, 13rem); font-weight: 400; line-height: .8; }
.fact-number span { font-weight: 800; text-transform: uppercase; }
.fine-print { font-size: .72rem; opacity: .7; }
.faq { max-width: 860px; }
.faq details { border-top: 1px solid #0004; padding: 24px 0; }
.faq details:last-child { border-bottom: 1px solid #0004; }
.faq summary { cursor: pointer; font-size: 1.15rem; font-weight: 800; }
.faq details p { max-width: 690px; margin: 16px 0 0; }
footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 45px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); font-size: .78rem; }
.footer-lockup { display: flex; align-items: flex-end; gap: 9px; line-height: 1; }
.footer-lockup strong { color: var(--orange); font-family: "Saira Stencil One", Impact, sans-serif; font-size: 3rem; font-weight: 400; line-height: .74; }
.footer-lockup span { margin-bottom: -.02em; font-size: .82rem; font-weight: 800; line-height: .86; }
.copyright { justify-self: end; text-align: right; }
footer p { margin: 0; }

@media (max-width: 820px) {
  .site-header { left: 16px; right: 16px; width: auto; transform: none; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px; background: var(--paper); color: var(--ink); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .hero { width: 100%; min-width: 0; min-height: 700px; padding-top: 130px; }
  .hero-lockup { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, .45fr); gap: 28px; }
  .hero-support { grid-template-columns: minmax(0, 1fr) minmax(150px, .45fr); gap: 28px; }
  .hero-mark { width: 100%; max-width: 100%; overflow: hidden; font-size: 30vw; letter-spacing: -.18em; }
  .hero-name { font-size: clamp(2.1rem, 7vw, 3.4rem); }
  .hero-copy { width: 100%; max-width: calc(100vw - 48px); }
  .benefits { grid-template-columns: 1fr 1fr; margin: 0; }
  .benefits > div { border-bottom: 1px solid #0002; }
  .intro, .facts { grid-template-columns: 1fr; gap: 50px; }
  .project-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .hero { padding-top: 126px; }
  .hero-lockup { grid-template-columns: minmax(0, 1fr) 112px; gap: 18px; }
  .hero-support { grid-template-columns: 1fr; margin-top: 58px; padding-top: 26px; }
  .hero-mark { font-size: 28vw; }
  .hero-name { font-size: 1.75rem; }
  .hero-action { margin-top: 30px; padding-top: 0; }
  .benefits { grid-template-columns: 1fr; }
  .benefits > div { min-height: 90px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .photo-break { height: 70vh; }
}
