@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=League+Spartan:wght@600;700;800&display=swap');

:root {
  --red: #d9272e;
  --red-dark: #ad1c22;
  --ink: #191816;
  --cream: #fff8ed;
  --paper: #f3eadc;
  --yellow: #f3b72b;
  --line: rgba(25, 24, 22, .2);
  --shell: min(1180px, calc(100% - 40px));
  --display: "League Spartan", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .98; letter-spacing: -.03em; }
h1 { font-size: clamp(4rem, 9vw, 8.6rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.7rem); }
h3 { font-size: 1.65rem; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 930px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow, .section-number { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-number { color: var(--red); }
.section { padding: clamp(80px, 11vw, 150px) 0; }

.site-header { position: relative; z-index: 20; background: var(--cream); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 51px; height: 51px; background: var(--red); color: white; border-radius: 50%; font: 800 1rem/1 var(--display); letter-spacing: -.02em; }
.brand-name { font: 700 .93rem/1.05 var(--display); text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.site-nav a { padding: 32px 0 27px; border-bottom: 4px solid transparent; font-size: .9rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-color: var(--red); }
.menu-button { display: none; border: 0; background: none; padding: 12px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: calc(100vh - 88px); display: grid; align-items: stretch; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; }
.hero-copy { align-self: center; padding: 90px 7vw 90px 0; }
.hero-copy h1 { max-width: 850px; margin-bottom: 28px; }
.hero-lede { max-width: 650px; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.button-row { display: flex; align-items: center; gap: 30px; margin-top: 38px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 0 25px; border: 2px solid var(--red); background: var(--red); color: white; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); }
.button-dark { border-color: var(--ink); background: var(--ink); }
.button-light { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.text-link { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.hero-art { position: relative; min-height: 650px; background: var(--red); overflow: hidden; }
.sun { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: var(--yellow); top: 8%; right: -12%; }
.ridge { position: absolute; left: -20%; width: 150%; transform: rotate(-8deg); }
.ridge-back { height: 260px; bottom: 17%; background: var(--ink); clip-path: polygon(0 70%, 19% 24%, 36% 62%, 52% 5%, 70% 61%, 86% 28%, 100% 66%, 100% 100%, 0 100%); }
.ridge-front { height: 235px; bottom: -3%; background: var(--cream); clip-path: polygon(0 52%, 17% 9%, 34% 59%, 51% 23%, 67% 64%, 84% 19%, 100% 56%, 100% 100%, 0 100%); }
.hero-stamp { position: absolute; left: 10%; bottom: 10%; z-index: 3; width: 190px; height: 190px; display: grid; place-content: center; border-radius: 50%; background: var(--yellow); transform: rotate(-8deg); text-align: center; text-transform: uppercase; font: 800 1.8rem/.88 var(--display); }

.statement { background: var(--ink); color: var(--cream); }
.statement h2 { margin: 25px 0 35px; }
.statement p:last-child { max-width: 760px; font-size: 1.25rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.section-heading h2 { max-width: 740px; margin-bottom: 0; }
.card-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card-grid-three { grid-template-columns: repeat(3, 1fr); }
.issue-card, .plain-card { min-height: 330px; padding: 36px; background: var(--cream); }
.issue-card span { color: var(--red); font-weight: 700; }
.issue-card h3 { margin-top: 95px; }
.split-feature { padding-top: 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; }
.feature-block { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(40px, 6vw, 75px); }
.feature-block h2 { margin: 20px 0 26px; }
.feature-block p:not(.eyebrow) { max-width: 500px; }
.feature-block .button { margin-top: 24px; }
.feature-red { background: var(--red); color: white; }
.feature-cream { background: var(--paper); }

.page-hero { padding: clamp(110px, 15vw, 200px) 0; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 20px 0 35px; }
.page-lede { max-width: 800px; font-size: clamp(1.15rem, 2vw, 1.5rem); }
.page-hero-red { background: var(--red); color: white; }
.page-hero-red .eyebrow { color: var(--yellow); }
.page-hero-dark { background: var(--ink); color: var(--cream); }
.page-hero-dark .eyebrow { color: var(--yellow); }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); }
.content-grid h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.prose { font-size: 1.2rem; }
.prose p + p { margin-top: 30px; }
.section-dark { background: var(--ink); color: var(--cream); }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 50px; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.principles-grid article { min-height: 280px; padding: 35px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.principles-grid span { color: var(--yellow); }
.principles-grid h3 { margin-top: 70px; color: var(--cream); }

.issue-list { border-top: 2px solid var(--ink); }
.issue-row { display: grid; grid-template-columns: 70px minmax(250px, .9fr) 1.1fr; gap: 35px; padding: 42px 0; border-bottom: 1px solid var(--line); align-items: start; }
.issue-row > span { color: var(--red); font-weight: 700; }
.issue-row h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.issue-row p { margin: 0; max-width: 580px; }
.section-muted { background: var(--paper); }
.plain-card { min-height: 280px; background: var(--cream); }
.plain-card h3 { margin-top: 70px; }
.standards-list { margin-top: 50px; border-top: 2px solid var(--ink); }
.standards-list article { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.standards-list span { color: var(--red); font-weight: 700; }
.standards-list h2 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.5rem); }
.standards-list p { max-width: 700px; }
.section-red { background: var(--red); color: white; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 140px); }
.contact-grid h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.contact-form { display: grid; gap: 24px; }
.field-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 700; }
.field label span { color: #68625b; font-weight: 400; }
.field input, .field textarea { width: 100%; border: 1px solid var(--ink); border-radius: 0; background: white; color: var(--ink); font: inherit; padding: 14px 15px; }
.field input:focus, .field textarea:focus { outline: 3px solid var(--yellow); outline-offset: 2px; }
.check-field { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.check-field input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--red); }
.contact-form .button { justify-self: start; }
.notice { margin-bottom: 30px; padding: 25px; border: 2px solid; }
.notice h2 { font-size: 2rem; }
.notice-success { border-color: #207544; background: #e8f7ed; }
.notice-error { border-color: var(--red); background: #fff0f0; }

.cta-band { padding: clamp(65px, 9vw, 110px) 0; background: var(--red); color: white; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.cta-grid h2 { margin: 15px 0 0; }
.cta-grid p { max-width: 540px; }
.cta-grid .button { margin-top: 22px; }
.site-footer { padding: 70px 0 35px; background: var(--ink); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; }
.brand-footer .brand-mark { background: var(--cream); color: var(--red); }
.footer-note { max-width: 290px; margin-top: 25px; color: #bdb5aa; }
.site-footer nav { display: grid; align-content: start; gap: 9px; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { color: var(--yellow); }
.footer-legal { color: #918b82; font-size: .82rem; }

@media (max-width: 850px) {
  :root { --shell: min(100% - 28px, 680px); }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 88px 0 0; display: none; align-content: start; background: var(--cream); padding: 35px 25px; }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 15px 0; font: 700 1.8rem/1 var(--display); }
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .content-grid, .contact-grid, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0; }
  .hero-art { min-height: 520px; }
  .card-grid-three { grid-template-columns: 1fr; }
  .issue-card { min-height: 230px; }
  .issue-card h3 { margin-top: 55px; }
  .principles-grid { grid-template-columns: 1fr; }
  .issue-row { grid-template-columns: 45px 1fr; gap: 20px; }
  .issue-row p { grid-column: 2; }
  .field-row { grid-template-columns: 1fr; }
  .cta-grid { gap: 25px; }
  .footer-grid { gap: 45px; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .nav-wrap { min-height: 76px; }
  .site-nav { inset: 76px 0 0; }
  .brand-mark { width: 44px; height: 44px; }
  .hero-art { min-height: 400px; }
  .hero-stamp { width: 145px; height: 145px; font-size: 1.4rem; }
  .sun { width: 260px; height: 260px; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 20px; }
  .feature-block { min-height: 460px; padding: 35px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 64px;
  object-fit: contain;
}

@media (max-width: 700px) {
  .brand-logo {
    height: 48px;
  }
}

.footer-brand {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer-brand-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.footer-note {
  max-width: 340px;
}

@media (max-width: 700px) {
  .footer-brand-logo {
    width: 150px;
  }
}
