:root {
  --ink: #152a25;
  --ink-soft: #244139;
  --paper: #f7f3e9;
  --cream: #fffaf0;
  --coral: #ff6b4a;
  --coral-dark: #df4c2e;
  --sun: #f4c84a;
  --mint: #b9e6cf;
  --line: rgba(21, 42, 37, 0.18);
  --shadow: 0 24px 60px rgba(21, 42, 37, 0.14);
  --max: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  transform: translateY(-200%);
  background: white;
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.skip-link:focus { transform: translateY(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;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem max(1.25rem, calc((100vw - var(--max)) / 2));
  background: rgba(247, 243, 233, 0.93);
  border-bottom: 1px solid rgba(21, 42, 37, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand strong { font-size: 0.94rem; }

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--paper);
  background: var(--coral);
  border-radius: 50% 50% 46% 46%;
  font-size: 1.15rem;
  transform: rotate(-7deg);
}

.main-nav { display: flex; align-items: center; gap: 2rem; }

.main-nav a {
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:not(.nav-cta):hover { color: var(--coral-dark); }

.nav-cta {
  padding: 0.7rem 1.15rem;
  color: var(--cream);
  background: var(--ink);
  border-radius: 999px;
}

.nav-cta:hover { background: var(--coral-dark); }

.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  max-width: var(--max);
  min-height: 760px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7.5rem) 1.25rem clamp(5rem, 8vw, 7.5rem);
}

.hero-copy { align-self: center; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.2rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 1.7rem;
  height: 0.2rem;
  background: var(--coral);
  border-radius: 1rem;
}

.eyebrow.light { color: rgba(255, 250, 240, 0.76); }

.eyebrow.light span { background: var(--sun); }

h1, h2, h3, p { overflow-wrap: break-word; }

h1, h2, h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
}

h1 {
  max-width: 820px;
  margin-bottom: 1.8rem;
  font-size: clamp(3.2rem, 6.2vw, 6.1rem);
  font-weight: 500;
  letter-spacing: -0.055em;
}

h1 em { color: var(--coral-dark); font-weight: 500; }

.hero-lead {
  max-width: 660px;
  margin: 0 0 2rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 3.4rem;
  padding: 0.85rem 1.25rem;
  border: 0;
  border-radius: 0.65rem;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary { color: var(--cream); background: var(--coral-dark); }
.button-primary:hover { background: var(--ink); }
.button-dark { color: var(--cream); background: var(--ink); }
.button-dark:hover { background: var(--coral-dark); }
.button-light { color: var(--ink); background: var(--cream); }
.button-light:hover { color: var(--cream); background: var(--coral); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  color: var(--ink);
  border-bottom: 1px solid currentColor;
  font-size: 0.91rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover { color: var(--coral-dark); }
.text-link.dark { margin-top: 1rem; color: var(--cream); }

.hero-visual {
  position: relative;
  align-self: center;
  min-height: 560px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -1.1rem 2.7rem 2.3rem -1.1rem;
  background: var(--mint);
  border-radius: 46% 46% 1.25rem 1.25rem;
  transform: rotate(-2.5deg);
}

.hero-visual img {
  position: relative;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 46% 46% 1.25rem 1.25rem;
  box-shadow: var(--shadow);
}

.photo-note {
  position: absolute;
  right: -1rem;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  max-width: 190px;
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: var(--sun);
  border: 2px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  transform: rotate(3deg);
}

.photo-note span { color: var(--coral-dark); }

.section-shell { max-width: var(--max); margin: 0 auto; padding-right: 1.25rem; padding-left: 1.25rem; }

.campaigns { padding-top: 7rem; padding-bottom: 7rem; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 4rem;
  margin-bottom: 3rem;
}

.section-heading h2,
.story h2,
.closing-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5.1vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.section-heading > p { margin: 0 0 0.35rem; color: var(--ink-soft); }

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.campaign-card {
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 14px 35px rgba(21, 42, 37, 0.07);
}

.campaign-image { position: relative; height: 285px; overflow: hidden; }

.campaign-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.campaign-card:hover .campaign-image img { transform: scale(1.025); }

.platform-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0.45rem 0.8rem;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.campaign-content { padding: clamp(1.4rem, 3vw, 2.1rem); }

.campaign-place {
  margin: 0 0 0.85rem;
  color: var(--coral-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.campaign-content h3 { margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 500; }
.campaign-content > p:not(.campaign-place) { color: var(--ink-soft); }

.campaign-meta {
  display: flex;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  margin: 1.45rem 0;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.8rem;
}

.campaign-meta strong { display: block; color: var(--ink); font-size: 1rem; }

.watch-card {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  min-height: 320px;
  color: var(--cream);
  background: var(--coral-dark);
  border: 0;
}

.watch-card .campaign-content { align-self: center; max-width: 720px; }
.watch-card .campaign-place { color: var(--sun); }
.watch-card .campaign-content > p:not(.campaign-place) { color: rgba(255, 250, 240, 0.82); }

.watch-symbol {
  display: grid;
  place-items: center;
  min-height: 100%;
  color: var(--coral-dark);
  background: var(--sun);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8rem, 18vw, 14rem);
  font-style: italic;
  line-height: 1;
}

.checked-date { margin: 1.25rem 0 0; color: rgba(21, 42, 37, 0.66); font-size: 0.8rem; }

.story {
  position: relative;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  max-width: none;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.story-number {
  align-self: start;
  color: var(--sun);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(10rem, 22vw, 20rem);
  line-height: 0.75;
  letter-spacing: -0.1em;
  opacity: 0.94;
}

.story-copy { position: relative; z-index: 1; }
.story-copy h2 { max-width: 850px; }

.story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.4rem;
  color: rgba(255, 250, 240, 0.78);
}

.story-columns p { margin: 0; }

blockquote {
  max-width: 760px;
  margin: 3rem 0 0;
  padding: 1.25rem 0 0;
  color: var(--sun);
  border-top: 1px solid rgba(255, 250, 240, 0.24);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-style: italic;
  line-height: 1.2;
}

.how { padding-top: 7rem; padding-bottom: 7rem; }
.section-heading.compact { grid-template-columns: 1fr; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps article { min-height: 300px; padding: 2rem; border-right: 1px solid var(--line); }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--coral-dark); font-weight: 900; }
.steps h3 { margin: 4rem 0 1rem; font-size: 2.35rem; font-weight: 500; }
.steps p { margin: 0; color: var(--ink-soft); }

.closing-cta {
  max-width: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: var(--coral-dark);
  text-align: center;
}

.closing-cta .eyebrow { justify-content: center; }
.closing-cta h2 { margin-bottom: 2.4rem; }

.site-footer {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 0.55fr;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem max(1.25rem, calc((100vw - var(--max)) / 2));
  color: rgba(255, 250, 240, 0.66);
  background: #0c1d19;
  font-size: 0.76rem;
}

.footer-brand { display: flex; align-items: center; gap: 0.75rem; color: var(--cream); }
.footer-brand .brand-mark { width: 2rem; height: 2rem; font-size: 0.9rem; }
.site-footer p { margin: 0; }

:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

@media (max-width: 980px) {
  .main-nav { gap: 1rem; }
  .hero { grid-template-columns: 1fr; padding-top: 4.5rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 480px; }
  .hero-visual img { height: 480px; }
  .campaigns { padding-top: 6rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.25rem; }
  .story { grid-template-columns: 0.32fr 1fr; }
  .story-columns { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { padding-top: 0.8rem; padding-bottom: 0.8rem; }

  .menu-toggle {
    position: relative;
    z-index: 52;
    display: grid;
    gap: 4px;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.7rem;
    background: var(--ink);
    border: 0;
    border-radius: 50%;
  }

  .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--cream); }

  .main-nav {
    position: fixed;
    z-index: 51;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    color: var(--cream);
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { font-family: Georgia, "Times New Roman", serif; font-size: 2.3rem; font-weight: 500; }
  .main-nav .nav-cta { color: var(--ink); background: var(--sun); font-family: inherit; font-size: 1rem; font-weight: 900; }

  .hero { min-height: auto; padding-top: 3.5rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-visual { min-height: 390px; margin-top: 1rem; }
  .hero-visual img { height: 390px; }
  .photo-note { right: 0; }
  .campaign-grid { grid-template-columns: 1fr; }
  .watch-card { grid-column: auto; grid-template-columns: 1fr; }
  .watch-symbol { min-height: 200px; }

  .story { grid-template-columns: 1fr; padding-top: 5rem; padding-bottom: 5rem; }
  .story-number { font-size: 11rem; line-height: 0.7; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 2.5rem; }
  .site-footer { padding-top: 3rem; padding-bottom: 3rem; }
}

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