/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #1F1F1D;
  background-color: #FAF7F2;  /* fallback colour while the bg loads */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fixed paper-texture background — stays put while the page scrolls.
   Pseudo-element approach so it works on iOS Safari too (which ignores
   background-attachment: fixed on body). */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("website-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
img { max-width: 100%; display: block; }
a { color: #1F4E79; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
  color: #1F1F1D;
}
h1 { font-size: clamp(28px, 4vw, 40px); line-height: 1.1; }
h2 { font-size: clamp(24px, 3.5vw, 32px); line-height: 1.2; }
h3 { font-size: 20px; line-height: 1.3; }
p  { margin: 0 0 1em; }

.eyebrow {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8A847A;
  margin: 0 0 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
}
.eyebrow.centered { text-align: center; }
.eyebrow-amber { color: #854F0B; }

/* ---------- Layout ---------- */
main > section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 64px 32px;
}

/* ---------- Nav ---------- */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  border-bottom: 1px solid #E5E2DA;
  background: #FAF7F2;
  position: sticky;
  top: 0;
  z-index: 10;
}
.logo { display: inline-flex; align-items: center; color: #1F1F1D; text-decoration: none; }
.logo:hover { text-decoration: none; opacity: 0.85; }
.logo-img {
  display: block;
  height: 30px;
  width: auto;
  /* Logo PNG should be black on transparent so it sits cleanly on cream */
}
.site-nav nav { display: flex; gap: 26px; align-items: center; }
.site-nav nav a { color: #5F5E5A; font-size: 14px; font-weight: 500; }
.site-nav nav a:hover { color: #1F1F1D; text-decoration: none; }
.site-nav nav a.nav-cta { color: #1F4E79; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 8px;
  font-size: 15px; font-weight: 500;
  border: 1.5px solid transparent;
  transition: transform 0.05s ease, background 0.15s ease, color 0.15s ease;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: #1F1F1D; color: #FAF7F2; }
.btn-primary:hover { background: #3A3936; }
.btn-outline {
  background: transparent; color: #1F1F1D; border-color: #1F1F1D;
}
.btn-outline:hover { background: #1F1F1D; color: #FAF7F2; }
.btn-text {
  color: #5F5E5A; font-size: 14px;
  text-decoration: underline; text-underline-offset: 4px;
}
.btn-text-strong {
  color: #1F1F1D; font-size: 15px; font-weight: 500;
  text-underline-offset: 5px;
}
.btn-text-strong:hover { color: #1F4E79; }

/* ---------- Placeholders ---------- */
.placeholder {
  background: #ECE7DC;
  color: #8A847A;
  display: flex; align-items: center; justify-content: center;
  text-align: center; font-size: 13px; line-height: 1.5;
  border-radius: 10px;
  padding: 16px;
}
.placeholder span { font-weight: 500; }
.placeholder-square { aspect-ratio: 1 / 1; width: 100%; }
.placeholder-video  { aspect-ratio: 16 / 10; width: 100%; }
.placeholder-round  { aspect-ratio: 1 / 1; width: 100%; border-radius: 50%; }
.placeholder-media  { aspect-ratio: 4 / 3; width: 100%; border-radius: 8px; }
.placeholder-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  font-size: 11px;
  padding: 4px;
  flex-shrink: 0;
}

/* ---------- Hero ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: end;          /* bottom-align text column and GIF */
  padding-top: 72px;
  padding-bottom: 56px;
}

/* ---------- Page-a-day tear-away countdown (90s style) ---------- */
.launch-tearaway {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 24px;
}
.launch-tearaway:hover { text-decoration: none; }

.tearaway-stack {
  position: relative;
  width: 184px;
  height: 200px;
}

.tearaway-page {
  position: absolute;
  inset: 0;
  background: #F7E89A;            /* golden newsprint */
  border: 3px solid #1A1A1A;       /* heavy 90s black border */
  box-shadow: 6px 6px 0 #1A1A1A;   /* hard offset shadow */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 12px 16px;
  text-align: center;
  overflow: hidden;
  transform: rotate(-2.5deg);      /* tacked to the wall a little crooked */
}

/* Two black binding-ring holes at the top */
.tearaway-rings {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  padding: 0 30px;
  pointer-events: none;
}
.tearaway-rings span {
  display: block;
  width: 9px;
  height: 9px;
  background: #1A1A1A;
  border-radius: 50%;
}

/* Dashed perforation line where the page tears */
.tearaway-perfs {
  position: absolute;
  top: 22px;
  left: 6px;
  right: 6px;
  height: 1px;
  background-image: linear-gradient(
    to right, #1A1A1A 0, #1A1A1A 4px, transparent 4px, transparent 8px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.tearaway-num {
  font-family: "Source Code Pro", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 76px;
  font-weight: 700;
  font-variation-settings: "wght" 700;  /* uses the variable axis */
  line-height: 0.95;
  color: #1A1A1A;
  margin-top: 20px;
  letter-spacing: -3px;                 /* tightens the monospaced gap */
}
.tearaway-shout {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1;
  margin-top: 22px;
}

.tearaway-label {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.45;
  margin-top: auto;
}

/* The "yesterday" page tears off on page load, revealing today */
.is-yesterday {
  z-index: 2;
  transform-origin: 80% 8px;       /* pivots near top-right corner */
  animation: tear-away 1.6s cubic-bezier(0.4, 0.0, 0.2, 1) 0.5s forwards;
}
.is-today { z-index: 1; }

@keyframes tear-away {
  0%   { transform: rotate(-2.5deg)  translate(0, 0);            opacity: 1; }
  18%  { transform: rotate(1deg)     translate(2px, -2px);       opacity: 1; }
  42%  { transform: rotate(20deg)    translate(14px, 18px);      opacity: 1; }
  72%  { transform: rotate(55deg)    translate(40px, 110px);     opacity: 0.85; }
  100% { transform: rotate(95deg)    translate(90px, 240px);     opacity: 0; }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .is-yesterday { display: none; animation: none; }
}

/* Launch-party tear-off variant: lives on the dark strip, page tears off
   horizontally to the right (instead of falling down-and-right). */
.launch-tearaway-right .is-yesterday {
  transform-origin: 50% 50%;
  animation: tear-away-right 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}
@keyframes tear-away-right {
  0%   { transform: rotate(-2.5deg) translate(0, 0);          opacity: 1; }
  18%  { transform: rotate(0deg)    translate(12px, -2px);    opacity: 1; }
  50%  { transform: rotate(18deg)   translate(110px, 14px);   opacity: 1; }
  100% { transform: rotate(45deg)   translate(360px, 36px);   opacity: 0; }
}
/* Bright-yellow drop-shadow keeps the page-a-day card grounded on the dark backdrop */
.launch-tearaway-right .tearaway-page {
  box-shadow: 6px 6px 0 #FFEB3B;
}
.hero .lede {
  font-size: 18px;
  color: #4A4945;
  max-width: 36em;
}
.hero-ctas { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 8px; }
.hero-image { margin: 0; }

/* ---------- Audience strip ---------- */
.audience {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: #F1ECE2;
  border-radius: 12px;
  padding: 28px 32px !important;
  max-width: 1080px;
  margin: 0 auto 16px !important;
}
/* Each card is a real link — full-card click target, subtle hover */
.audience-card {
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 14px 12px;
  border-radius: 10px;
  transition: background 0.15s ease, transform 0.15s ease;
}
.audience-card:hover {
  background: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transform: translateY(-1px);
}
.audience-card:hover .audience-sub { color: #1F4E79; }
.audience-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 10px;
  -webkit-user-drag: none;
}
.audience-title { font-weight: 500; margin: 0 0 4px; line-height: 1.3; }
.audience-sub { color: #5F5E5A; font-size: 13px; margin: 0; transition: color 0.15s ease; }

/* ---------- Two ways to play ---------- */
.ways { text-align: center; }
.ways-title { margin: 0 0 8px; }
.ways-sub { color: #5F5E5A; max-width: 52ch; margin: 0 auto 28px; }
.ways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}
.way-card {
  background: #FFFFFF;
  border: 1px solid #E5E2DA;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.way-card .placeholder-media {
  border-radius: 0;
  border-bottom: 1px solid #E5E2DA;
}
.way-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #E5E2DA;
}

/* Video and slideshow share the same portrait-friendly aspect ratio and
   dark backdrop so the two cards stay visually balanced */
.way-video,
.way-slideshow {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #1A1A1A;
  display: block;
  border-bottom: 1px solid #E5E2DA;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.way-video {
  object-fit: cover;
}
.way-slideshow .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;             /* zoom to fill the window — no stretching */
  object-position: center center;
  opacity: 0;
  transition: opacity 600ms ease;
  pointer-events: none;
  -webkit-user-drag: none;
}
.way-slideshow .slide.active {
  opacity: 1;
  /* Soft vertical drift while the slide is shown */
  animation: slidePanDown 6.8s ease-in-out forwards;
}
.way-slideshow .slide:nth-child(even).active {
  animation-name: slidePanUp;
}
@keyframes slidePanDown {
  from { object-position: center 22%; }
  to   { object-position: center 78%; }
}
@keyframes slidePanUp {
  from { object-position: center 78%; }
  to   { object-position: center 22%; }
}
@media (prefers-reduced-motion: reduce) {
  .way-slideshow .slide.active { animation: none; object-position: center center; }
}
.way-card-body { padding: 22px 26px 22px; }

.hero-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* Animated Let's-Play GIF: natural aspect, transparent edges, sits over the
   audience strip below so the shelf-with-tiles appears to rest on it. */
.hero-gif {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
.hero-image:has(.hero-gif) {
  position: relative;
  z-index: 2;
}
.audience { position: relative; z-index: 1; }
.way-card h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 500;
}
.way-card p {
  color: #4A4945;
  margin: 0 0 14px;
  font-size: 15px;
}
.way-card .btn-text { font-weight: 500; color: #1F4E79; }
.way-badge {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.18);
}
.way-badge-amber,
.way-badge-blue {
  background: #2D5A3D;
  color: #FFFFFF;
}

/* ---------- What is ---------- */
.what-is h2 { margin-bottom: 24px; }
.what-is-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 2fr;
  gap: 32px;
  align-items: center;
}
.what-is-grid p { font-size: 17px; color: #4A4945; margin: 0; }
.what-is-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.what-is-cta { margin-top: 24px; }

/* ---------- Quotes ---------- */
.quotes { background: transparent; }
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 12px;
}
/* White Post-it note — layered shadows simulate real paper resting on a
   surface (tight contact shadow + ambient lift), a subtle gradient strip
   at the top suggests the adhesive line, and cards stay perfectly aligned. */
.quote {
  position: relative;
  background: #FFFFFF;
  border: none;
  border-radius: 2px;
  padding: 26px 22px 20px;
  margin: 0;
  box-shadow:
    0 1px 1px rgba(31, 31, 29, 0.06),
    0 4px 10px rgba(31, 31, 29, 0.08),
    0 14px 30px rgba(31, 31, 29, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
/* Faint shading at the top mimics the adhesive strip on a real Post-it */
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(to bottom,
    rgba(31, 31, 29, 0.05) 0%,
    rgba(31, 31, 29, 0) 100%);
  pointer-events: none;
}
.quote-grid .quote:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 1px rgba(31, 31, 29, 0.06),
    0 8px 16px rgba(31, 31, 29, 0.10),
    0 22px 44px rgba(31, 31, 29, 0.06);
}

.quote blockquote {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 14px;
  color: #1F1F1D;
}
.quote figcaption {
  font-size: 13px;
  color: #8A847A;
}

/* Truncated review card — clickable; sticky-note already provides hover lift */
.quote.quote-truncated { cursor: pointer; }
.quote-expand {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin-top: 10px;
  color: #1F4E79;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.quote.quote-truncated:hover .quote-expand { color: #1F1F1D; }

/* Full-review modal */
.quote-dialog {
  position: fixed;
  border: 1px solid #E5E2DA;
  border-radius: 14px;
  padding: 36px 36px 30px;
  max-width: 620px;
  width: calc(100% - 32px);
  background: #FFFFFF;
  color: #1F1F1D;
  box-shadow: 0 20px 50px rgba(31, 31, 29, 0.25);
}
.quote-dialog::backdrop {
  background: rgba(31, 31, 29, 0.55);
}
.quote-dialog blockquote {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
  color: #1F1F1D;
}
.quote-dialog figcaption {
  font-size: 14px;
  color: #5F5E5A;
}
.quote-dialog-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #8A847A;
  padding: 4px 10px;
  cursor: pointer;
  font-family: inherit;
}
.quote-dialog-close:hover { color: #1F1F1D; }

/* ---------- Subscribe ---------- */
.subscribe { padding-top: 32px !important; padding-bottom: 32px !important; }
.subscribe-inner {
  background: #FAEEDA;
  border-radius: 14px;
  padding: 36px 36px 28px;
  max-width: 720px;
  margin: 0 auto;
}
.subscribe-inner h2 { color: #412402; margin-bottom: 12px; }
.diary-byline {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}
.diary-byline .eyebrow-amber { margin: 4px 0 6px; }
.diary-author {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #633806;
  font-family: Georgia, serif;
  font-style: italic;
}
.diary-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

/* Designer-section portrait — same image, larger circle */
.designer-portrait {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.subscribe-promise { color: #633806; font-size: 16px; max-width: 56ch; margin-bottom: 22px; }
.subscribe-fallback {
  margin-top: 16px;
  font-size: 13px;
  color: #854F0B;
  text-align: center;
}
.subscribe-fallback a { color: #1F4E79; }

/* Substack recent-posts feed — auto-renders by the JS at the bottom of
   index.html. Pulled from the publication's public RSS feed. */
.substack-feed {
  background: #FFFFFF;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(133, 79, 11, 0.25);
}
.substack-feed-loading {
  padding: 22px;
  text-align: center;
  color: #8A847A;
  font-size: 13px;
}
.substack-post {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
  color: #1F1F1D;
  transition: background 0.15s ease, transform 0.15s ease;
}
.substack-post:hover {
  background: #F1ECE2;
  text-decoration: none;
  transform: translateX(2px);
}
.substack-post + .substack-post {
  border-top: 1px solid rgba(133, 79, 11, 0.12);
}
.substack-post-img {
  width: 68px;
  height: 68px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background: #ECE7DC;
  display: block;
}
.substack-post-img-empty { background: linear-gradient(135deg, #FAEEDA 0%, #ECE7DC 100%); }
.substack-post-text { flex: 1; min-width: 0; }
.substack-post-title {
  font-weight: 500;
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.35;
  color: #1F1F1D;
}
.substack-post-date {
  font-size: 12px;
  color: #8A847A;
  font-family: Georgia, serif;
  font-style: italic;
}

/* ---------- Designer ---------- */
.designer {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 36px;
  align-items: start;
}
.designer-photo { margin: 0; }
.designer-text h2 {
  margin-bottom: 16px;
  font-size: clamp(22px, 2.6vw, 26px);
  line-height: 1.25;
}
.designer-text p { color: #4A4945; margin-bottom: 22px; max-width: 56ch; }

/* ---------- Playtest strip ---------- */
.playtest-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #1F1F1D;
  color: #FAF7F2;
  border-radius: 14px;
  padding: 32px 36px !important;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 32px auto 64px !important;
}
.playtest-strip h2 { color: #FAF7F2; margin: 0 0 6px; }
.playtest-strip p { margin: 0; color: #C9C5BB; }
.launch-eyebrow {
  font-family: "Source Code Pro", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #F7E89A !important;
  margin: 0 0 8px !important;
  font-weight: 600;
}
.launch-rsvp { margin-top: 18px; }
.launch-party-text { flex: 1 1 320px; min-width: 0; }
.playtest-strip .btn-outline { color: #FAF7F2; border-color: #FAF7F2; }
.playtest-strip .btn-outline:hover { background: #FAF7F2; color: #1F1F1D; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid #E5E2DA;
  padding: 32px;
  text-align: center;
  background: #F1ECE2;
}
.site-footer .tagline {
  font-family: Georgia, serif;
  font-style: italic;
  color: #4A4945;
  margin: 0 0 16px;
}
.social { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin-bottom: 16px; }
.social a { color: #5F5E5A; font-size: 14px; font-weight: 500; }
.social a:hover { color: #1F1F1D; text-decoration: none; }
.copyright { font-size: 12px; color: #8A847A; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 800px) {
  /* Base layout */
  main > section { padding: 44px 20px; }

  /* Nav — prevent horizontal scroll; shrink links to fit */
  .site-nav {
    padding: 12px 18px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .site-nav nav {
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
  }
  .site-nav nav a { font-size: 13px; }

  /* Hero — tearaway left | text right at top; GIF standalone row below */
  .hero {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 28px;
    padding-bottom: 12px !important;  /* GIF sits close above audience section */
  }
  /* Two-column grid inside hero-text: tearaway left, h1+lede+cta right */
  .hero-text {
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 14px;
    align-items: start;
  }
  .hero .launch-tearaway {
    grid-column: 1;
    grid-row: 1 / 5;        /* spans all text rows */
    align-self: start;
    margin-right: 0;
    margin-bottom: 0;
    position: static;
    z-index: auto;
  }
  .hero h1 {
    grid-column: 2;
    grid-row: 1;
    font-size: min(5.2vw, 20px);
    margin: 0;                    /* kill base 0.6em bottom margin */
  }
  .hero .lede {
    grid-column: 2;
    grid-row: 2;
    font-size: 16px;
    margin: 2px 0 0;              /* tight — kill base 1em bottom margin */
  }
  .hero .hero-ctas {
    grid-column: 2;
    grid-row: 3;
    margin-top: 4px;
  }
  /* GIF: centered standalone row, sits just above the audience section */
  .hero-image {
    order: 0;
    max-width: 124px;             /* same as previous layout */
    width: 100%;
    margin: 0 auto;
    position: static;
    z-index: auto;
  }

  /* Heading scale-down for non-hero sections */
  h1 { font-size: clamp(22px, 5.5vw, 30px); }
  h2 { font-size: clamp(20px, 5vw, 28px); }

  /* Tearaway calendar card — scale down from 184×200 / 76px */
  .tearaway-stack {
    width: 140px;
    height: 154px;
  }
  .tearaway-num {
    font-size: 58px;
    margin-top: 14px;
    letter-spacing: -2px;
  }
  .tearaway-shout {
    font-size: 22px;
    margin-top: 14px;
  }
  .tearaway-label { font-size: 10px; }
  .tearaway-perfs { top: 18px; }
  .tearaway-rings { top: 3px; }
  .tearaway-page { padding: 18px 10px 12px; }

  /* Audience strip — single column */
  .audience {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px !important;
  }

  /* Ways to play — single column, reduce card body padding */
  .ways-grid { grid-template-columns: 1fr; }
  .way-card-body { padding: 16px 18px 18px; }
  .way-card h3 { font-size: 19px; }
  .way-card p { font-size: 14px; }
  .way-badge { font-size: 12px; padding: 6px 14px; letter-spacing: 1.1px; }

  /* What-is — single column */
  .what-is-grid { grid-template-columns: 1fr; }

  /* Quote grid — single column */
  .quote-grid { grid-template-columns: 1fr; }

  /* Quote dialog — reduce padding, ensure it fits the viewport */
  .quote-dialog {
    padding: 28px 22px 22px;
    width: calc(100% - 24px);
    border-radius: 10px;
  }
  .quote-dialog blockquote { font-size: 15px; line-height: 1.6; }

  /* Subscribe */
  .subscribe-inner { padding: 24px 18px 20px; }
  .subscribe-promise { font-size: 15px; }

  /* Designer — single column, smaller portrait */
  .designer { grid-template-columns: 1fr; text-align: left; gap: 24px; }
  .designer-photo { max-width: 140px; }
  .designer-text h2 { font-size: clamp(19px, 4.5vw, 24px); }

  /* Launch / playtest strip — stack vertically, all items centered */
  .playtest-strip {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    padding: 24px 22px !important;
    margin: 24px auto 48px !important;
    border-radius: 12px;
  }
  .launch-party-text {
    text-align: center !important;
    width: 100% !important;
    flex: none !important;
  }
  /* Center the RSVP button (inline-flex so it respects text-align) */
  .launch-rsvp { margin-top: 18px; }
  /* Center the tearaway calendar in the launch strip */
  .launch-tearaway-right { margin: 16px auto 0; }
  /* Bottom tearaway is 2× the hero tearaway for visual impact */
  .launch-tearaway-right .tearaway-stack  { width: 280px; height: 308px; }
  .launch-tearaway-right .tearaway-page   { padding: 36px 20px 24px; }
  .launch-tearaway-right .tearaway-rings  { top: 6px; }
  .launch-tearaway-right .tearaway-perfs  { top: 36px; }
  .launch-tearaway-right .tearaway-num    { font-size: 112px; margin-top: 28px; letter-spacing: -4px; }
  .launch-tearaway-right .tearaway-shout  { font-size: 44px; margin-top: 28px; }
  .launch-tearaway-right .tearaway-label  { font-size: 19px; }
  .playtest-strip h2 { font-size: clamp(20px, 5vw, 26px); }

  /* Prevent any element with a fixed or min-width wider than viewport */
  video, img { max-width: 100%; }
}

/* Extra-tight breakpoint for phones under 480px */
@media (max-width: 480px) {
  main > section { padding: 32px 16px; }

  .site-nav { padding: 10px 14px; }
  .site-nav nav a { font-size: 12px; }

  h1 { font-size: clamp(16px, 5vw, 22px); }
  h2 { font-size: clamp(18px, 6vw, 24px); }
  /* Hero: match tearaway column to the smaller tearaway size */
  .hero-text { grid-template-columns: 116px 1fr; }
  .hero h1 { font-size: min(4.8vw, 18px); }  /* same as previous layout */
  .hero-image { max-width: 100px; }           /* same as previous layout */
  .hero .lede { font-size: 15px; }

  /* Hero tearaway — even smaller on very small screens */
  .tearaway-stack { width: 116px; height: 128px; }
  .tearaway-num { font-size: 46px; margin-top: 10px; }
  .tearaway-shout { font-size: 18px; margin-top: 10px; }
  .tearaway-label { font-size: 9px; }
  .tearaway-page { padding: 14px 8px 10px; }
  /* Bottom tearaway stays large even on small phones */
  .launch-tearaway-right .tearaway-stack  { width: 240px; height: 264px; }
  .launch-tearaway-right .tearaway-page   { padding: 30px 18px 20px; }
  .launch-tearaway-right .tearaway-num    { font-size: 96px; margin-top: 22px; }
  .launch-tearaway-right .tearaway-label  { font-size: 16px; }
  .launch-tearaway-right .tearaway-perfs  { top: 30px; }
  .launch-tearaway-right .tearaway-rings  { top: 5px; }

  .way-card-body { padding: 14px 14px 16px; }
  .quote-dialog { padding: 22px 16px 18px; }
  .subscribe-inner { padding: 20px 14px 16px; }
  .playtest-strip { padding: 20px 16px !important; }

  /* Audience cards — slightly more compact */
  .audience { padding: 16px 14px !important; }
  .audience-icon { width: 40px; height: 40px; }
}

