:root {
  --navy: #03274f;
  --navy-2: #001b38;
  --red: #d82125;
  --yellow: #ffb81c;
  --blue: #12a9e0;
  --cream: #fffaf0;
  --paper: #f5ead7;
  --white: #ffffff;
  --ink: #10243b;
  --muted: #637083;
  --line: rgba(3, 39, 79, 0.16);
  --shadow: 0 24px 70px rgba(0, 27, 56, 0.15);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  z-index: 100;
  background-image: repeating-linear-gradient(0deg, #000 0, #000 1px, transparent 1px, transparent 3px);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid var(--blue); outline-offset: 4px; }
.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; top: 10px; left: 10px; transform: translateY(-150%); z-index: 1000; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 10px; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  width: var(--shell);
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  position: relative;
  z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); font-size: 1.05rem; font-weight: 1000; letter-spacing: -0.03em; text-transform: uppercase; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; border: 3px solid var(--navy); box-shadow: 5px 5px 0 var(--yellow); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); font-size: 0.88rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; }
.main-nav a { position: relative; text-decoration: none; padding: 12px 0; }
.main-nav a:not(.nav-social)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 3px; background: var(--red); transition: right 180ms ease; }
.main-nav a:hover::after, .main-nav a.is-current::after { right: 0; }
.main-nav .nav-social { padding: 11px 16px; color: var(--white); background: var(--navy); border: 2px solid var(--navy); border-radius: 999px; box-shadow: 4px 4px 0 var(--yellow); transition: transform 180ms ease, box-shadow 180ms ease; }
.main-nav .nav-social:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--yellow); }
.nav-toggle { display: none; }

.hero { width: var(--shell); min-height: calc(100svh - 94px); margin: 0 auto; padding: 58px 0 94px; display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: clamp(30px, 6vw, 90px); }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 0.82rem; font-weight: 1000; text-transform: uppercase; letter-spacing: 0.13em; }
.hero h1, .page-hero h1, .legal-header h1 { margin: 0; color: var(--navy); font-family: "Arial Rounded MT Bold", "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: clamp(3.4rem, 5.3vw, 5.4rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.055em; text-transform: none; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 610px; margin: 32px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 20px; border: 2px solid var(--navy); border-radius: 999px; text-decoration: none; font-size: 0.9rem; font-weight: 1000; text-transform: uppercase; letter-spacing: 0.035em; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 6px 6px 0 var(--navy); }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--navy); }
.button-ghost { color: var(--navy); background: transparent; }
.button-ghost:hover { background: var(--yellow); }
.hero-visual { position: relative; min-height: 500px; }
.photo-frame { position: absolute; inset: 48px 8px 38px 28px; overflow: hidden; border: 5px solid var(--navy); border-radius: 34% 66% 40% 60% / 43% 42% 58% 57%; background: var(--paper); box-shadow: 18px 18px 0 var(--yellow); transform: rotate(2.2deg); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); }
.hero-stamp { position: absolute; right: -10px; bottom: 8px; width: 154px; height: 154px; margin: 0; border-radius: 50%; display: grid; place-content: center; text-align: center; color: var(--white); background: var(--red); border: 4px solid var(--cream); outline: 3px solid var(--navy); transform: rotate(-8deg); box-shadow: 8px 8px 0 var(--navy); }
.hero-stamp strong { font-family: "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: 1.55rem; line-height: 1; }
.hero-stamp span { font-size: 0.67rem; text-transform: uppercase; letter-spacing: 0.08em; }
.burst { position: absolute; display: grid; place-content: center; border: 3px solid var(--navy); border-radius: 50%; font-weight: 1000; }
.burst-one { left: 5px; top: 34px; width: 75px; height: 75px; color: var(--navy); background: var(--blue); transform: rotate(-12deg); }
.burst-two { right: 12px; top: 20px; width: 62px; height: 62px; color: var(--navy); background: var(--yellow); transform: rotate(13deg); }

.ticker { overflow: hidden; color: var(--white); background: var(--navy); border-block: 6px solid var(--red); transform: rotate(-1deg) scale(1.01); }
.ticker div { min-width: max-content; padding: 15px 24px; display: flex; align-items: center; justify-content: center; gap: 26px; font-size: clamp(1.02rem, 1.5vw, 1.28rem); font-weight: 800; letter-spacing: 0.015em; }
.ticker b { color: var(--yellow); }

.spirit { padding: 150px 0 160px; }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.section-heading h2, .poster-copy h2, .contact h2 { margin: 0; color: var(--navy); font-family: "Arial Rounded MT Bold", "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: clamp(2.7rem, 4.8vw, 4.7rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.045em; }
.section-heading > p:last-child { max-width: 660px; margin-top: 22px; font-size: 1.12rem; }
.spirit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.spirit-card { min-height: 335px; padding: 32px; border: 4px solid var(--navy); border-radius: var(--radius); box-shadow: 10px 10px 0 var(--navy); display: flex; flex-direction: column; transition: transform 180ms ease, box-shadow 180ms ease; }
.spirit-card:hover { transform: translate(4px, 4px) rotate(0deg); box-shadow: 6px 6px 0 var(--navy); }
.spirit-card:nth-child(1) { transform: rotate(-1.5deg); }
.spirit-card:nth-child(3) { transform: rotate(1.5deg); }
.card-red { color: var(--white); background: var(--red); }
.card-yellow { background: var(--yellow); }
.card-blue { background: var(--blue); }
.card-number { font-size: 0.76rem; font-weight: 1000; letter-spacing: 0.1em; }
.spirit-card h3 { margin: auto 0 14px; font-family: "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: clamp(2rem, 3vw, 2.65rem); line-height: 1.05; }
.spirit-card p { margin: 0; font-weight: 700; }

.poster-teaser { padding: 130px 0; color: var(--white); background: var(--navy); overflow: hidden; }
.poster-teaser-inner { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 9vw; align-items: center; }
.poster-copy h2 { color: var(--white); }
.poster-copy > p:not(.eyebrow) { max-width: 500px; margin: 26px 0; color: #dce7f5; font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 5px; border-bottom: 3px solid var(--yellow); text-decoration: none; font-weight: 1000; text-transform: uppercase; letter-spacing: 0.04em; }
.poster-stack { position: relative; min-height: 650px; }
.poster-stack img { position: absolute; width: min(55%, 370px); border: 5px solid var(--cream); border-radius: 10px; box-shadow: 18px 24px 55px rgba(0, 0, 0, 0.45); }
.poster-back { top: 10px; left: 5%; transform: rotate(-8deg); }
.poster-front { right: 7%; bottom: 0; transform: rotate(8deg); }

.contact { padding: 130px 0; }
.contact-card { position: relative; padding: clamp(34px, 6vw, 74px); display: grid; grid-template-columns: 1fr 0.9fr; gap: 7vw; align-items: center; background: var(--yellow); border: 5px solid var(--navy); border-radius: 42px; box-shadow: 14px 14px 0 var(--navy); overflow: hidden; }
.contact-card::after { content: "♪"; position: absolute; right: -20px; top: -80px; color: rgba(255,255,255,0.35); font-family: serif; font-size: 20rem; line-height: 1; transform: rotate(12deg); pointer-events: none; }
.contact-copy, .email-panel { position: relative; z-index: 1; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 30px; font-weight: 700; }
.email-panel { padding: 30px; background: var(--cream); border: 3px solid var(--navy); border-radius: 24px; box-shadow: 7px 7px 0 var(--red); }
.email-kicker { margin: 0 0 16px; color: var(--red); font-size: 0.75rem; font-weight: 1000; letter-spacing: 0.12em; text-transform: uppercase; }
.email-image { width: 100%; height: auto; border: 2px solid var(--line); border-radius: 10px; }
.email-action { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--navy); font-weight: 1000; text-underline-offset: 5px; }
.email-action[aria-busy="true"] { opacity: 0.55; pointer-events: none; }
.email-note, .email-status { margin: 14px 0 0; color: var(--muted); font-size: 0.78rem; }
.email-status { color: var(--navy); font-weight: 700; }

.site-footer { width: var(--shell); margin: 0 auto; padding: 44px 0; border-top: 2px solid var(--line); display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; align-items: center; font-size: 0.82rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.footer-brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 2px solid var(--navy); }
.footer-brand span { display: grid; }
.footer-brand strong { color: var(--navy); text-transform: uppercase; }
.footer-brand small { color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 800; }
.footer-links a { text-underline-offset: 4px; }
.site-footer > p { margin: 0; color: var(--muted); white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Archive */
.header-solid { border-bottom: 2px solid var(--line); }
.archive-page { overflow: hidden; }
.page-hero { padding: 90px 0 110px; position: relative; }
.page-hero::after { content: "♫"; position: absolute; right: 2%; top: 20px; color: var(--yellow); font-size: clamp(8rem, 20vw, 18rem); line-height: 1; transform: rotate(12deg); z-index: -1; }
.page-hero h1 { font-size: clamp(3.6rem, 5.5vw, 5.6rem); }
.page-intro { max-width: 610px; margin: 30px 0 0; font-size: 1.15rem; }
.archive-section { padding: 20px 0 120px; }
.archive-title { padding-bottom: 20px; border-bottom: 3px solid var(--navy); display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.archive-title h2 { margin: 0; color: var(--navy); font-family: "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: clamp(2.2rem, 3.8vw, 3.5rem); line-height: 1.05; }
.archive-title span { color: var(--red); font-weight: 1000; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; }
.poster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 44px; align-items: start; }
.poster-grid-featured { grid-template-columns: minmax(280px, 430px); }
.archive-card { min-width: 0; }
.poster-link { position: relative; display: block; padding: 12px; background: var(--white); border: 3px solid var(--navy); border-radius: 14px; box-shadow: 9px 9px 0 var(--navy); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.poster-link:hover { transform: translate(4px, 4px) rotate(-0.5deg); box-shadow: 5px 5px 0 var(--navy); }
.poster-link img { width: 100%; height: auto; object-fit: contain; background: #eee8dc; }
.zoom-label { position: absolute; right: 20px; bottom: 20px; padding: 9px 12px; color: var(--white); background: var(--red); border-radius: 999px; font-size: 0.72rem; font-weight: 1000; text-transform: uppercase; letter-spacing: 0.04em; }
.archive-meta { min-height: 110px; padding: 0 8px 20px; }
.archive-meta time { color: var(--red); font-size: 0.76rem; font-weight: 1000; text-transform: uppercase; letter-spacing: 0.09em; }
.archive-meta h3 { margin: 6px 0 2px; color: var(--navy); font-family: "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: 1.45rem; line-height: 1.15; }
.archive-meta p { margin: 0; color: var(--muted); font-weight: 700; }
.archive-cta { margin-bottom: 120px; padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--blue); border: 4px solid var(--navy); border-radius: 25px; box-shadow: 9px 9px 0 var(--navy); }
.archive-cta p { margin: 0; color: var(--navy); font-family: "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.25rem); font-weight: 800; }
.lightbox { max-width: min(92vw, 1000px); max-height: 94vh; padding: 54px 18px 18px; border: 4px solid var(--navy); border-radius: 18px; background: var(--cream); box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(0, 18, 38, 0.88); backdrop-filter: blur(6px); }
.lightbox figure { margin: 0; }
.lightbox img { max-height: 77vh; margin: auto; object-fit: contain; }
.lightbox figcaption { padding-top: 12px; text-align: center; font-weight: 800; }
.lightbox-close { position: absolute; right: 12px; top: 10px; padding: 7px 12px; color: var(--white); background: var(--navy); border: 0; border-radius: 999px; font: inherit; font-size: 0.78rem; font-weight: 900; cursor: pointer; }

/* Legal */
.legal-page { padding: 90px 0 130px; }
.legal-header { max-width: 900px; padding-bottom: 60px; }
.legal-header h1 { font-size: clamp(3.6rem, 5.5vw, 5.6rem); }
.legal-header > p:last-child { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: clamp(50px, 8vw, 120px); align-items: start; }
.legal-summary { position: sticky; top: 30px; padding: 22px; display: grid; gap: 10px; border: 3px solid var(--navy); border-radius: 18px; box-shadow: 6px 6px 0 var(--yellow); }
.legal-summary strong { margin-bottom: 5px; color: var(--red); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; }
.legal-summary a { font-size: 0.88rem; font-weight: 800; text-underline-offset: 3px; }
.legal-content section { position: relative; padding: 0 0 64px 62px; border-left: 3px solid var(--line); }
.legal-number { position: absolute; left: -24px; top: 0; width: 46px; height: 46px; display: grid; place-content: center; color: var(--white); background: var(--navy); border-radius: 50%; font-weight: 1000; box-shadow: 3px 3px 0 var(--yellow); }
.legal-content h2 { margin: 0 0 20px; color: var(--navy); font-family: "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.08; }
.legal-content p { margin: 0 0 16px; }
.identity-list { margin: 26px 0; border-top: 2px solid var(--line); }
.identity-list div { padding: 14px 0; display: grid; grid-template-columns: 150px 1fr; gap: 18px; border-bottom: 2px solid var(--line); }
.identity-list dt { color: var(--red); font-size: 0.75rem; font-weight: 1000; text-transform: uppercase; letter-spacing: 0.08em; }
.identity-list dd { margin: 0; font-weight: 800; }
.source-note { color: var(--muted); font-size: 0.8rem; }
.legal-contact { margin-top: 24px; padding: 24px; background: var(--paper); border: 2px solid var(--navy); border-radius: 16px; }
.legal-contact > p:first-child { font-weight: 900; }
.legal-alert { padding: 24px; background: #fff1c9; border: 3px solid var(--red); border-radius: 16px; box-shadow: 6px 6px 0 var(--yellow); }
.legal-alert strong { color: var(--red); text-transform: uppercase; }
.legal-alert p { margin: 8px 0 0; }

@media (max-width: 920px) {
  :root { --shell: min(100% - 30px, 760px); }
  .site-header { min-height: 82px; }
  .brand img { width: 52px; height: 52px; }
  .brand span { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 46px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(100%, 650px); min-height: 620px; margin: auto; }
  .spirit-grid { grid-template-columns: 1fr; }
  .spirit-card { min-height: 250px; }
  .poster-teaser-inner { grid-template-columns: 1fr; }
  .poster-copy { max-width: 650px; }
  .contact-card { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1 / -1; }
  .poster-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-summary { position: static; grid-template-columns: repeat(3, auto); justify-content: start; }
  .legal-summary strong { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --radius: 22px; }
  html { scroll-padding-top: 80px; }
  body.nav-open { overflow: hidden; }
  .site-header { min-height: 76px; }
  .nav-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; padding: 0; color: var(--navy); background: var(--yellow); border: 3px solid var(--navy); border-radius: 50%; box-shadow: 4px 4px 0 var(--navy); cursor: pointer; }
  .nav-toggle > span:not(.sr-only) { width: 20px; height: 3px; background: currentColor; border-radius: 2px; transition: transform 180ms ease, opacity 180ms ease; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 76px 0 auto; min-height: calc(100svh - 76px); padding: 40px 28px; display: none; align-items: stretch; flex-direction: column; gap: 4px; color: var(--white); background: var(--navy); font-size: 1.25rem; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 18px 6px; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .main-nav .nav-social { margin-top: 16px; text-align: center; background: var(--red); box-shadow: 5px 5px 0 var(--yellow); }
  .hero { padding: 44px 0 80px; gap: 35px; }
  .hero h1 { font-size: clamp(2.9rem, 13vw, 4.1rem); line-height: 1.04; }
  .hero-intro { margin-top: 24px; font-size: 1rem; }
  .button-row, .button-row .button { width: 100%; }
  .hero-visual { min-height: 340px; }
  .photo-frame { inset: 10px 14px 10px 10px; border-radius: 38% 62% 48% 52% / 44% 40% 60% 56%; box-shadow: 11px 11px 0 var(--yellow); }
  .hero-stamp { right: 0; width: 118px; height: 118px; }
  .hero-stamp strong { font-size: 1.25rem; }
  .burst-one { left: -2px; top: 0; width: 58px; height: 58px; }
  .burst-two { right: 3px; top: -5px; width: 48px; height: 48px; }
  .ticker div { justify-content: flex-start; gap: 18px; }
  .spirit { padding: 100px 0; }
  .spirit-grid { gap: 18px; }
  .spirit-card, .spirit-card:nth-child(n) { min-height: 230px; transform: none; box-shadow: 7px 7px 0 var(--navy); }
  .poster-teaser { padding: 90px 0; }
  .poster-stack { min-height: 470px; margin-top: 30px; }
  .poster-stack img { width: min(61%, 290px); border-width: 3px; }
  .contact { padding: 90px 0; }
  .contact-card { padding: 28px 22px; border-radius: 26px; box-shadow: 8px 8px 0 var(--navy); }
  .contact-card::after { display: none; }
  .email-panel { padding: 20px 16px; }
  .email-image { border-width: 1px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p { grid-column: auto; }
  .footer-links { gap: 12px 18px; }
  .page-hero { padding: 70px 0 90px; }
  .page-hero h1, .legal-header h1 { font-size: clamp(3.1rem, 14vw, 4.5rem); line-height: 1.04; }
  .archive-title { align-items: start; flex-direction: column; gap: 6px; }
  .poster-grid, .poster-grid-featured { grid-template-columns: 1fr; }
  .archive-section { padding-bottom: 95px; }
  .archive-cta { padding: 28px 22px; flex-direction: column; align-items: stretch; text-align: center; }
  .legal-page { padding-top: 70px; }
  .legal-summary { grid-template-columns: 1fr 1fr; }
  .legal-content section { padding-left: 38px; }
  .identity-list div { grid-template-columns: 1fr; gap: 3px; }
}

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

@media print {
  .site-header, .site-footer, .legal-summary, .button, .email-action { display: none !important; }
  body { background: #fff; color: #000; }
  .legal-layout { display: block; }
  .legal-content section { break-inside: avoid; }
}
