/* =========================================================
   A Kidney for John — design tokens
   Editorial warm, confident, hopeful. Not corporate medical.
   ========================================================= */

:root {
  /* Color */
  --cream: #FAF7F2;
  --cream-deep: #F1ECE2;
  --paper: #FFFFFF;
  --ink: #14171A;
  --ink-soft: #2F3539;
  --ink-mute: #6B7178;
  --rule: #E5DFD2;

  --green: #008752;        /* kidney-awareness green */
  --green-deep: #005C3A;
  --green-soft: #E4F0E9;

  --gold: #C8A45F;
  --sage: #DDE5DA;

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Layout */
  --maxw: 1180px;
  --maxw-narrow: 720px;
  --radius: 14px;
  --radius-lg: 22px;

  /* Motion */
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* =========================================================
   Reset + base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--green-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green); }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--cream); padding: .75rem 1rem; z-index: 1000;
  font-weight: 500;
}
.skip-link:focus { left: 1rem; top: 1rem; }

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 6px;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}
.container.narrow { max-width: var(--maxw-narrow); }

/* =========================================================
   Type system
   ========================================================= */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
  color: var(--ink);
}
h2, h3 { letter-spacing: -0.015em; line-height: 1.1; }
p { margin: 0 0 1.1em; }
em { font-style: italic; font-feature-settings: "ss01"; }
strong { font-weight: 600; }

.section-eyebrow {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 1rem;
}
.section-eyebrow.light { color: rgba(255,255,255,.7); }

.section-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  margin-bottom: 1.5rem;
}
.section-title.light { color: var(--cream); }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .9rem 1.5rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .005em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn-primary {
  background: var(--green);
  color: var(--cream);
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 22px -10px rgba(0,135,82,.55);
}
.btn-primary:hover {
  background: var(--green-deep);
  color: var(--cream);
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 14px 28px -12px rgba(0,135,82,.65);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
}

/* =========================================================
   Topbar / brand
   ========================================================= */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem clamp(1.25rem, 4vw, 2.5rem);
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
}
.brand-mark { width: 1.7em; height: 1.7em; color: var(--green); }
.nav-cta {
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding: .6rem 1.1rem;
  border-radius: 999px;
  border: 1.5px solid var(--ink);
  transition: all .2s var(--ease);
}
.nav-cta:hover { background: var(--ink); color: var(--cream); }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(0,135,82,.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(200,164,95,.08) 0%, transparent 60%),
    var(--cream);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 7vw, 5.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 1.5rem;
  padding: .45rem .9rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 999px;
}
.eyebrow .dot {
  width: .55rem; height: .55rem; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(0,135,82,.6);
  animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0   rgba(0,135,82,.55); }
  70%  { box-shadow: 0 0 0 .7rem rgba(0,135,82,0); }
  100% { box-shadow: 0 0 0 0   rgba(0,135,82,0); }
}

.hero-title {
  font-size: clamp(3.2rem, 11vw, 7rem);
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
  font-weight: 350;
  line-height: .95;
  letter-spacing: -0.035em;
  margin: 0 0 1.5rem;
}
.hero-title .line { display: block; }
.hero-title em {
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  color: var(--green);
  position: relative;
}
.hero-title em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: .08em;
  height: .1em;
  background: var(--green);
  opacity: .18;
  border-radius: .1em;
}

.hero-sub {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.55;
  max-width: 36ch;
  color: var(--ink-soft);
  margin-bottom: 2rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 2rem;
}

.as-seen-on {
  font-size: .82rem;
  color: var(--ink-mute);
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
}
.as-seen-on > span:first-child {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .7rem;
}
.as-seen-on a {
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--ink-mute);
  padding-bottom: 1px;
}
.as-seen-on a:hover { color: var(--green-deep); border-color: var(--green-deep); }
.as-seen-on .sep { color: var(--ink-mute); }

/* Hero photo */
.hero-photo {
  margin: 0;
  position: relative;
  align-self: center;
}
.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--cream-deep);
  border-radius: var(--radius-lg);
  box-shadow:
    0 1px 0 rgba(0,0,0,.04),
    0 30px 60px -30px rgba(20,23,26,.25),
    0 18px 36px -24px rgba(20,23,26,.18);
}
.hero-photo figcaption {
  position: absolute;
  bottom: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  background: rgba(20,23,26,.78);
  backdrop-filter: blur(8px);
  color: var(--cream);
  padding: .65rem .9rem;
  border-radius: 10px;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: -.005em;
}

@media (min-width: 860px) {
  .hero-grid {
    grid-template-columns: 1.15fr .85fr;
  }
}

/* =========================================================
   Story
   ========================================================= */
.story {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--cream);
  position: relative;
}
.story .container::before {
  content: "";
  display: block;
  width: 48px; height: 3px;
  background: var(--green);
  margin: 0 0 1.5rem;
  border-radius: 4px;
}
.story .section-title { max-width: 16em; }

.story-body {
  margin-top: 2rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.story-body p { margin-bottom: 1.3em; }
.story-body p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 3.6em;
  line-height: 0.85;
  float: left;
  margin: .1em .15em .05em -.05em;
  color: var(--ink);
}

.pull-quote {
  margin: 3rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid var(--rule);
  text-align: left;
}

/* Inline photos within the story */
.story-photo {
  margin: 2.5rem 0;
  padding: 0;
}
.story-photo img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  display: block;
  background: var(--cream-deep);
  box-shadow:
    0 1px 0 rgba(0,0,0,.04),
    0 24px 50px -28px rgba(20,23,26,.22);
}
.story-photo figcaption {
  margin-top: .8rem;
  font-size: .88rem;
  color: var(--ink-mute);
  font-style: italic;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 14, "SOFT" 50;
}
.story-photo-portrait {
  max-width: 460px;
  margin-inline: auto;
}

/* Gallery — "More of John" */
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 3rem 0 0;
  padding-top: 2.5rem;
  border-top: 1px solid var(--rule);
}
@media (min-width: 640px)  { .gallery { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }
@media (min-width: 960px)  { .gallery { grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; } }

.gallery-item {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  display: block;
  background: var(--cream-deep);
  transition: transform .4s var(--ease);
  box-shadow:
    0 1px 0 rgba(0,0,0,.04),
    0 18px 36px -22px rgba(20,23,26,.18);
}
.gallery-item:hover img { transform: translateY(-3px) scale(1.005); }
.gallery-item figcaption {
  margin-top: .7rem;
  font-size: .82rem;
  color: var(--ink-mute);
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
}
.pull-quote p {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.3vw, 2.2rem);
  font-weight: 350;
  font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 1rem;
  max-width: 22ch;
}
.pull-quote cite {
  font-style: normal;
  font-size: .9rem;
  color: var(--ink-mute);
  letter-spacing: .02em;
}

/* =========================================================
   Watch (News On 6 video card)
   ========================================================= */
.watch {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--cream);
}
.watch .section-title { max-width: 14em; margin-bottom: 1rem; }
.watch-lede {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 60ch;
  margin: 0 0 2rem;
}

.video-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--rule);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  position: relative;
}
.video-card:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
  box-shadow: 0 24px 50px -22px rgba(20,23,26,.22);
}
.video-card:hover .play svg circle { fill: var(--green); }

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--cream-deep);
  overflow: hidden;
}
.video-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.video-thumb .play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(72px, 12%, 110px);
  pointer-events: none;
}
.video-thumb .play svg { width: 100%; height: 100%; }
.video-thumb .play svg circle { transition: fill .3s var(--ease); }
.video-badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .75rem;
  background: rgba(20,23,26,.78);
  backdrop-filter: blur(6px);
  color: var(--cream);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}
.video-badge svg { width: 1em; height: 1em; }

.video-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 1.2rem 1.4rem;
}
.video-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.005em;
}
.video-source {
  font-size: .85rem;
  font-weight: 600;
  color: var(--green-deep);
  letter-spacing: .005em;
}


.reframe {
  padding: clamp(4rem, 9vw, 8rem) 0;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.reframe::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 15% 0%, rgba(0,135,82,.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 100%, rgba(200,164,95,.10) 0%, transparent 55%);
  pointer-events: none;
}
.reframe .container { position: relative; }

.reframe-head { margin-bottom: 3.5rem; }
.reframe .section-title { font-size: clamp(2.2rem, 5.5vw, 3.8rem); max-width: 14em; }
.hl {
  color: var(--green);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  font-weight: 400;
}

.reframe-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
.reframe-text {
  color: rgba(250,247,242,.85);
  font-size: 1.06rem;
  line-height: 1.7;
}
.reframe-text p { margin-bottom: 1.2em; }
.reframe-text strong { color: var(--cream); font-weight: 600; }
.reframe-text em { color: var(--green); font-style: italic; }

@media (min-width: 860px) {
  .reframe-grid { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
}

/* Chain visual */
.chain {
  margin: 0;
  padding: 2rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(4px);
}
.chain-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .35rem;
  margin-bottom: 1.5rem;
}
.chain-node {
  flex: 0 0 auto;
  width: 2.2rem; height: 2.2rem;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.18);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: .9rem;
  font-weight: 500;
  display: grid;
  place-items: center;
  letter-spacing: -.01em;
}
.chain-node.first {
  background: var(--green);
  border-color: var(--green);
  color: var(--cream);
  box-shadow: 0 0 0 6px rgba(0,135,82,.18);
}
.chain-node.john {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
  font-weight: 600;
  box-shadow: 0 0 0 6px rgba(250,247,242,.12);
}
.chain-link {
  flex: 0 0 auto;
  width: .85rem; height: 1.5px;
  background: rgba(255,255,255,.25);
  border-radius: 1px;
}
.chain figcaption {
  font-size: .95rem;
  color: rgba(250,247,242,.75);
  line-height: 1.5;
}
.chain figcaption strong { display: block; color: var(--cream); margin-bottom: .35em; font-size: 1.05rem; }

/* Stats row */
.reframe-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
@media (min-width: 720px) {
  .reframe-stats { grid-template-columns: repeat(4, 1fr); }
}
.stat { text-align: left; }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--green);
  margin-bottom: .4rem;
}
.stat-label {
  display: block;
  font-size: .85rem;
  line-height: 1.45;
  color: rgba(250,247,242,.7);
  max-width: 22ch;
}

/* =========================================================
   Actions
   ========================================================= */
.actions {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--cream);
}
.actions .section-title { max-width: 16em; margin-bottom: 3rem; }
.action-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 720px)  { .action-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .action-grid { grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; } }

.action {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.action:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
  box-shadow: 0 18px 40px -22px rgba(20,23,26,.18);
}
.action-head {
  display: flex;
  align-items: baseline;
  gap: .9rem;
}
.action-num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink-mute);
  font-feature-settings: "tnum";
  letter-spacing: 0;
}
.action h3 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 0;
  margin: 0;
}
.action p {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}
.action-ctas { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: auto; padding-top: .5rem; }
.action-note {
  font-size: .82rem;
  color: var(--ink-mute);
  font-style: italic;
  margin: 0;
}

.card-primary {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  grid-column: 1 / -1;
}
@media (min-width: 1020px) {
  .card-primary { grid-column: 1; grid-row: 1 / span 2; }
}
.card-primary h3 { color: var(--cream); }
.card-primary p { color: rgba(250,247,242,.85); }
.card-primary .action-num { color: rgba(250,247,242,.55); }
.card-primary .btn-ghost { color: var(--cream); border-color: rgba(250,247,242,.4); }
.card-primary .btn-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.card-primary .action-note { color: rgba(250,247,242,.55); }

/* Share */
.share-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  margin-top: .25rem;
}
@media (min-width: 480px) { .share-row { grid-template-columns: repeat(3, 1fr); } }
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .65rem .8rem;
  font-size: .82rem;
  font-weight: 500;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  border: 1px solid var(--rule);
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s var(--ease);
}
.share-btn svg { width: 1.05em; height: 1.05em; }
.share-btn:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

/* Prayer details */
.prayer { margin-top: .25rem; }
.prayer summary {
  cursor: pointer;
  font-size: .92rem;
  font-weight: 600;
  color: var(--green-deep);
  padding: .6rem 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}
.prayer summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.4em;
  line-height: 1;
  transition: transform .2s var(--ease);
}
.prayer[open] summary::after { transform: rotate(45deg); }
.prayer summary::-webkit-details-marker { display: none; }
.prayer p {
  font-style: italic;
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-top: .5rem;
  padding: 1rem 1.2rem;
  background: var(--green-soft);
  border-radius: 12px;
  border-left: 3px solid var(--green);
}

/* =========================================================
   Updates
   ========================================================= */
.updates {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--cream-deep);
}
.update-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.update {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.5rem 1.7rem;
  border: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr;
  gap: .35rem;
}
@media (min-width: 720px) {
  .update {
    grid-template-columns: 130px 1fr;
    grid-template-rows: auto auto;
    gap: .35rem 1.5rem;
    align-items: baseline;
  }
  .update time { grid-column: 1; grid-row: 1 / span 2; }
  .update h3   { grid-column: 2; grid-row: 1; }
  .update p    { grid-column: 2; grid-row: 2; }
}
.update time {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.update h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 .35em;
  letter-spacing: -.005em;
}
.update p {
  font-size: .95rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}

/* =========================================================
   QR / sticker
   ========================================================= */
.qr-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--cream);
}
.qr-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 720px) { .qr-card { grid-template-columns: 1.4fr 1fr; } }

.qr-copy h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: .8rem 0 1rem;
}
.qr-url {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  font-size: 1.4rem;
  letter-spacing: -0.005em;
  color: var(--green-deep);
  padding: .4rem 0 1.5rem;
  margin: 0;
}
.qr-image {
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: var(--cream-deep);
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
  max-width: 280px;
  margin: 0 auto;
}
.qr-image img { width: 100%; height: 100%; object-fit: contain; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: var(--ink);
  color: rgba(250,247,242,.7);
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
  font-size: .9rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  color: var(--cream);
  letter-spacing: -.01em;
  margin: 0 0 .6rem;
}
.footer-text { max-width: 32ch; color: rgba(250,247,242,.55); margin: 0; }
.footer-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(250,247,242,.55);
  margin: 0 0 1rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55em; }
.footer-links a {
  color: rgba(250,247,242,.85);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: border-color .2s var(--ease);
}
.footer-links a:hover { border-bottom-color: rgba(250,247,242,.5); color: var(--cream); }
.footer-fineprint {
  font-size: .78rem;
  color: rgba(250,247,242,.45);
  max-width: 65ch;
  line-height: 1.55;
  margin: 0;
}

/* =========================================================
   Reduced motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}
