:root {
  --red: #d82b1f;
  --red-dark: #a91812;
  --ink: #090909;
  --paper: #f5f3ef;
  --white: #ffffff;
  --gray: #aaa7a2;
  --line: rgba(9, 9, 9, .16);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.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: 0; left: 1rem; padding: .75rem 1rem; background: white; color: black; transform: translateY(-110%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 92px; padding: 0 max(4vw, 24px); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--ink); color: var(--white); position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.15); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; flex-shrink: 0; }
.brand-number { font-size: 3.4rem; font-weight: 950; line-height: .8; letter-spacing: -.12em; padding-right: .12em; }
.brand-copy { font-size: .83rem; font-weight: 900; line-height: 1.05; letter-spacing: .08em; }
.brand-copy small { display: block; margin-top: .36rem; font-size: .5rem; font-weight: 500; font-style: italic; letter-spacing: .02em; color: #d2d2d2; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.25rem); font-size: .77rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { text-decoration: none; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: #ff594d; }
.site-nav .nav-cta { background: var(--red); color: white; padding: .82rem 1.05rem; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: white; color: black; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: calc(100vh - 92px); position: relative; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 31%, rgba(0,0,0,.18) 65%, rgba(0,0,0,.1) 100%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(680px, 80vw); margin-left: max(6vw, 28px); padding: 5rem 0 7rem; }
.eyebrow, .section-kicker { font-size: .73rem; font-weight: 900; letter-spacing: .19em; }
.eyebrow { display: flex; align-items: center; gap: .7rem; color: #f0f0f0; }
.eyebrow span { width: 36px; height: 4px; background: var(--red); }
.hero h1 { margin: 1.3rem 0 1.6rem; font-size: clamp(4.2rem, 8vw, 8.7rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; font-weight: 950; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 580px; font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.55; color: #eee; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1.1rem; padding: .9rem 1.3rem; text-decoration: none; text-transform: uppercase; font-size: .76rem; font-weight: 900; letter-spacing: .08em; transition: .2s ease; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: white; color: black; transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.6); color: white; }
.button-ghost:hover, .button-ghost:focus-visible { background: white; color: black; }
.date-stamp { position: absolute; right: max(3.5vw, 24px); bottom: 2rem; z-index: 2; width: 118px; padding: 1.1rem .7rem; background: var(--red); text-align: center; transform: rotate(-2deg); box-shadow: 0 14px 40px rgba(0,0,0,.28); }
.date-stamp span { display: block; font-size: .67rem; font-weight: 900; letter-spacing: .22em; }
.date-stamp strong { display: block; font-size: 4.4rem; line-height: .9; letter-spacing: -.08em; }
.hero-scroll { position: absolute; z-index: 2; right: 2rem; top: 6rem; display: flex; align-items: center; gap: .7rem; writing-mode: vertical-rl; font-size: .6rem; letter-spacing: .18em; }
.hero-scroll span { display: block; width: 1px; height: 45px; background: rgba(255,255,255,.6); }

.statement, .pillars, .recognition, .leadership { max-width: var(--max); margin: auto; padding: clamp(5rem, 9vw, 9rem) max(4vw, 24px); }
.section-kicker { margin-bottom: 2rem; color: var(--red); }
.section-kicker.light { color: #ff6258; }
.statement-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.statement h2, .section-heading h2, .difference h2, .recognition h2, .connect h2, .leadership h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.statement h2 span, .recognition h2 span { color: var(--red); }
.lead { font-size: clamp(1.2rem, 1.7vw, 1.5rem); font-weight: 650; line-height: 1.45; }
.statement-grid p:not(.lead) { color: #5e5b58; }
.mission-strip { margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.mission-strip p { margin: 0; padding: 2rem 2.3rem 2rem 0; font-size: 1.05rem; }
.mission-strip p + p { border-left: 1px solid var(--line); padding-left: 2.3rem; }
.mission-strip span { display: block; margin-bottom: .7rem; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .17em; }

.day-section { min-height: 670px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--red); color: white; overflow: hidden; }
.day-number { position: relative; display: flex; align-items: center; justify-content: center; min-height: 630px; background: var(--ink); font-size: clamp(9rem, 20vw, 20rem); font-weight: 950; line-height: 1; letter-spacing: -.11em; }
.day-number::after { content: ''; position: absolute; right: -70px; top: 0; height: 100%; width: 145px; background: var(--red); transform: skew(-7deg); }
.day-number span { color: var(--red); margin: 0 -.03em; }
.day-copy { position: relative; z-index: 1; padding: clamp(5rem, 8vw, 8rem) max(4vw, 50px); display: flex; flex-direction: column; justify-content: center; }
.day-copy h2 { margin-bottom: 2rem; font-size: clamp(3rem, 5.5vw, 6rem); line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
.day-copy h2 em { font-style: normal; color: black; }
.day-copy > p { max-width: 590px; font-size: 1.08rem; }
.event-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1rem 0 2rem; }
.event-tags span { padding: .6rem .8rem; border: 1px solid rgba(255,255,255,.65); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.day-copy .event-note { padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.35); font-size: .85rem; }

.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 4rem; align-items: end; }
.section-heading > p { margin-bottom: 0; color: #5e5b58; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; margin-top: 4rem; }
.pillar-card { min-height: 450px; padding: 2rem; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.pillar-card::after { content: ''; position: absolute; width: 170px; height: 170px; border: 32px solid currentColor; border-radius: 50%; opacity: .06; right: -72px; bottom: -72px; }
.red-card { background: var(--red); color: white; }
.dark-card { background: var(--ink); color: white; }
.outline-card { border: 2px solid var(--ink); background: transparent; }
.card-number { font-size: .7rem; font-weight: 900; letter-spacing: .14em; opacity: .7; }
.card-icon { margin: 2.8rem 0 auto; font-size: 2.5rem; }
.pillar-card h3 { margin: 2rem 0 1rem; font-size: clamp(2rem, 3vw, 3.15rem); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.pillar-card p { margin-bottom: 0; max-width: 310px; opacity: .83; }

.difference { padding: clamp(5rem, 8vw, 8rem) max(4vw, 24px); background: var(--ink); color: white; }
.difference-title { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.difference-title p { max-width: 440px; margin: 0; color: #bbb; }
.comparison { max-width: var(--max); margin: 5rem auto 0; display: grid; grid-template-columns: 1fr 90px 1fr; gap: 2rem; }
.comparison article { padding: 3rem; border-top: 5px solid var(--red); background: #171717; }
.comparison-label { color: #ff6258; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.comparison h3 { margin: 1rem 0 1.2rem; font-size: 3rem; letter-spacing: -.05em; }
.comparison p { color: #c8c8c8; }
.comparison-divider { display: flex; align-items: center; justify-content: center; }
.comparison-divider span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #575757; border-radius: 50%; font-size: .7rem; font-weight: 900; }
.shared-line { max-width: var(--max); margin: 2.2rem auto 0; text-align: center; color: #888; text-transform: uppercase; font-size: .8rem; letter-spacing: .17em; }
.shared-line strong { color: white; }

.recognition { position: relative; display: grid; grid-template-columns: .58fr 1fr; gap: clamp(3rem, 9vw, 8rem); align-items: center; overflow: hidden; }
.recognition-mark { font-size: clamp(9rem, 19vw, 18rem); font-weight: 950; line-height: .8; letter-spacing: -.14em; color: var(--red); writing-mode: vertical-rl; transform: rotate(180deg); opacity: .14; }
.recognition-content { position: relative; z-index: 1; }
.recognition-content .lead { max-width: 730px; margin-top: 2.5rem; }
.recognition-points { margin: 3rem 0 2.3rem; border-top: 1px solid var(--line); }
.recognition-points div { display: grid; grid-template-columns: 240px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.recognition-points strong { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.recognition-points span { color: #64615d; }
.text-link { display: inline-flex; gap: 1rem; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; text-underline-offset: 5px; }

.connect { padding: clamp(5rem, 9vw, 9rem) max(4vw, 24px); background: var(--red); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 10rem); }
.connect-copy { max-width: 580px; justify-self: end; }
.connect h2 em { color: black; font-style: normal; }
.connect-copy > p { margin: 2.2rem 0 0; max-width: 530px; }
.connect-actions { max-width: 590px; width: 100%; align-self: center; }
.connect-actions a { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem .25rem; border-bottom: 1px solid rgba(255,255,255,.5); text-decoration: none; font-size: clamp(1.15rem, 2vw, 1.7rem); font-weight: 800; transition: padding .2s, color .2s; }
.connect-actions a:first-child { border-top: 1px solid rgba(255,255,255,.5); }
.connect-actions a:hover, .connect-actions a:focus-visible { padding-left: .8rem; color: black; }
.connect-actions b { font-size: 1.6rem; }

.leadership { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.leaders { border-top: 1px solid var(--line); }
.leaders div { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.leaders span { display: block; color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.leaders strong { display: block; margin-top: .3rem; font-size: 1.35rem; }

.site-footer { padding: 4rem max(4vw, 24px) 1.5rem; background: var(--ink); color: white; display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 4rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand strong { font-size: 5rem; line-height: .8; letter-spacing: -.12em; }
.footer-brand > span { font-size: 1rem; font-weight: 900; letter-spacing: .08em; }
.footer-brand small { display: block; margin-top: .45rem; color: #999; font-size: .62rem; font-weight: 500; font-style: italic; letter-spacing: .02em; }
.footer-contact > span { display: block; margin-bottom: 1rem; color: #ff6258; font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.footer-contact a { display: block; width: fit-content; margin: .2rem 0; font-size: 1.1rem; font-weight: 800; text-underline-offset: 4px; }
.footer-contact p { margin: .8rem 0 0; color: #888; }
.footer-nav { display: flex; flex-direction: column; gap: .6rem; }
.footer-nav a { color: #bbb; text-decoration: none; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: white; }
.footer-bottom { grid-column: 1 / -1; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid #292929; display: flex; justify-content: space-between; color: #777; font-size: .72rem; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }

:focus-visible { outline: 3px solid #ffb000; outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .brand-number { font-size: 2.8rem; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 78px; padding: 2rem 24px; background: var(--ink); display: none; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid #333; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid #292929; }
  .site-nav .nav-cta { margin-top: 1rem; padding: 1rem; text-align: center; border: 0; }
  .hero { min-height: calc(100svh - 78px); }
  .hero-content { width: min(700px, 88vw); padding: 4rem 0 9rem; }
  .hero h1 { font-size: clamp(3.9rem, 14vw, 7rem); }
  .date-stamp { width: 94px; }
  .date-stamp strong { font-size: 3.4rem; }
  .hero-scroll { display: none; }
  .statement-grid, .section-heading, .difference-title, .connect, .leadership { grid-template-columns: 1fr; }
  .statement-grid, .section-heading, .difference-title, .connect, .leadership { gap: 2.5rem; }
  .mission-strip { grid-template-columns: 1fr; }
  .mission-strip p { padding: 1.5rem 0; }
  .mission-strip p + p { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .day-section { grid-template-columns: 1fr; }
  .day-number { min-height: 380px; }
  .day-number::after { top: auto; right: 0; bottom: -40px; width: 100%; height: 80px; transform: skewY(-3deg); }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 360px; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-divider { margin: -1rem 0; position: relative; z-index: 1; }
  .comparison-divider span { background: var(--ink); }
  .recognition { grid-template-columns: 100px 1fr; }
  .recognition-points div { grid-template-columns: 1fr; gap: .2rem; }
  .connect-copy { justify-self: start; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .brand-copy { font-size: .7rem; }
  .brand-copy small { display: none; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.91), rgba(0,0,0,.35)), linear-gradient(0deg, rgba(0,0,0,.65), transparent 60%); }
  .hero h1 { font-size: 3.9rem; }
  .hero-intro { max-width: 90%; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 320px; }
  .date-stamp { bottom: 1.2rem; right: 1.2rem; }
  .statement h2, .section-heading h2, .difference h2, .recognition h2, .connect h2, .leadership h2 { font-size: 2.75rem; }
  .day-number { min-height: 290px; font-size: 8.5rem; }
  .day-copy h2 { font-size: 2.9rem; }
  .comparison article { padding: 2rem 1.4rem; }
  .recognition { grid-template-columns: 1fr; }
  .recognition-mark { display: none; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1; }
  .footer-bottom { flex-direction: column; gap: .8rem; }
}

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