:root {
  --bg: #fbf5e9;
  --ink: #3e362e;
  --ink-soft: #6b6156;
  --accent: #e98a5e;
  --accent-deep: #c05b4d;
  --brown: #a4552f;
  --paper: #fffdf7;
  --border: #ede4d3;
  --butter: #fff3a6;
  --blush: #f8dde0;
  --sage: #ddf3d5;
  --board-sage: #c9dcc0;
  --sky: #dcecf8;
  --lilac: #e9e0f6;
  --mint: #d4f0dc;
  --dark: #2b2620;
  --shadow: rgba(92, 76, 54, 0.18);
  --hand: 'Caveat', cursive;
  --ui: 'Nunito', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

img { max-width: 100%; }

body {
  font-family: var(--ui);
  background: var(--bg);
  background-image: radial-gradient(rgba(62, 54, 46, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.hand { font-family: var(--hand); font-weight: 600; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brown);
  margin-bottom: 0.4rem;
}

.section { max-width: 1120px; margin: 0 auto; padding: 4.5rem 1.5rem; }
.section-tight-bottom { padding-bottom: 1.5rem; }
.section-tight-top { padding-top: 1.5rem; }
/* alternating full-bleed bands: wrap a section in .band > .section */
.band { padding: 0; }
.band-cream { background: #F7EFDD; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.band-white { background: var(--paper); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.band-sage { background: #EDF3E6; border-top: 1px solid #DCE5D2; border-bottom: 1px solid #DCE5D2; }
/* handwritten bridge stitching the pain section to the fix section */
.section-connector { text-align: center; padding: 0.5rem 1rem 0; color: var(--ink-soft); }
.section-connector p { font-size: 1.6rem; transform: rotate(-2deg); }
.connector-arrow { font-size: 1.8rem; color: var(--accent-deep); line-height: 1; }
.section-title { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.05; margin-bottom: 1.5rem; }
.lede { color: var(--ink-soft); font-size: 1.05rem; max-width: 34rem; }

/* nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.5rem;
  padding: 0.8rem 1.5rem;
  background: rgba(251, 245, 233, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.brand { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--ink); }
.brand-pin { width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ff8a6b, #e4572e 70%); box-shadow: 0 2px 3px rgba(0,0,0,.3); }
.brand-name { font-size: 1.5rem; }
.nav-links { display: flex; gap: 1.4rem; margin-left: auto; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: 0.95rem; }
.nav-links a:hover { color: var(--accent-deep); }

.btn { display: inline-block; text-decoration: none; font-weight: 800; border-radius: 999px; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-small { padding: 0.5rem 1.1rem; font-size: 0.9rem; }

/* hero — copy panel wider, fridge narrower, same row height */
.hero {
  max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem 4rem;
  display: grid; grid-template-columns: 1.25fr 0.8fr; gap: 3rem; align-items: stretch;
}
/* hero struck list: struck items smaller, closing line on one row */
.hero-struck { font-size: clamp(2.6rem, 4.5vw, 3.6rem); line-height: 1.22; margin: 0.6rem 0 1rem; }
.hero-struck .crossed { font-size: 0.72em; }
.hero-copy .lede { margin-bottom: 1.4rem; }
.hero-copy .store-row { margin-bottom: 0.2rem; }
.store-row { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.store-row.center { justify-content: center; }
.store-btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--dark); color: #fff; text-decoration: none;
  border-radius: 999px; padding: 0.55rem 1.3rem;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
.store-btn span { display: flex; flex-direction: column; line-height: 1.15; }
.store-btn small { font-size: 0.65rem; font-weight: 400; opacity: 0.8; }
.store-btn strong { font-size: 0.95rem; }
.guest-note { margin-top: 0.9rem; font-size: 0.9rem; color: var(--ink-soft); }
.tick { color: #6aa84f; font-weight: 800; }

/* stage: unclipped wrapper around the fridge so intro popups can spill over.
   One unified soft shadow lives here so both doors cast together. */
.fridge-stage { position: relative; flex: 1; display: flex; flex-direction: column; filter: drop-shadow(0 18px 22px rgba(92, 76, 54, 0.28)); }
.hero-board { position: relative; display: flex; flex-direction: column; }
.fridge {
  position: relative;
  flex: 1;
  display: flex; flex-direction: column;
  gap: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  touch-action: none;
}
/* board tag sits above the doors */
.board-tag {
  position: absolute; top: 22px; right: 28px; z-index: 6;
  background: rgba(255,255,255,.85); border-radius: 999px;
  font-size: 0.78rem; font-weight: 700; padding: 0.2rem 0.8rem;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
/* each door carries its own radius: outer corners 28px like the fridge
   silhouette, gap-facing corners tighter at 10px. The dark strip between
   them is the door's own bottom/top edge, not a separate element. */
.fridge-door {
  position: relative; padding: 2.2rem 1rem 1rem 3.4rem;
  background: linear-gradient(135deg, #d8e5cd 0%, var(--board-sage) 35%, #b3c8a4 100%);
  border: none;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.7), inset 0 -4px 8px rgba(62, 54, 46, 0.18);
  overflow: hidden;
}
/* enamel sheen per door */
.fridge-door::after {
  content: ''; position: absolute; inset: 0; z-index: 3; pointer-events: none; border-radius: inherit;
  background: linear-gradient(105deg, transparent 55%, rgba(255, 255, 255, 0.28) 78%, transparent 92%);
}
.fridge-top {
  flex: 24; display: flex; gap: 0.8rem; align-items: flex-start; align-content: start;
  border-radius: 36px 36px 16px 16px;
  margin-bottom: -10px; z-index: 2;
  padding-top: 3.2rem;
}
.fridge-bottom {
  flex: 76; display: grid; grid-template-columns: 1.35fr 1fr; gap: 0.8rem; align-items: start; align-content: start;
  border-radius: 16px 16px 36px 36px;
  margin-top: -10px; z-index: 2;
}
/* tall dark strip tucked behind both doors — only its middle shows */
.fridge-seam {
  height: 30px; margin: 0; flex: none;
  background: #2b2620;
  z-index: 1;
}
/* shrunken type shared by door notes and lifted (free) notes */
.fridge .paper { padding: 16px 12px 8px; align-self: start; justify-self: stretch; max-width: 100%; }
.fridge .note-body { font-size: 21px; }
.fridge .note-hero { font-size: 24px; }
.fridge .list-title { font-size: 23px; line-height: 26px; font-weight: 600; }
.fridge .entry { font-size: 19px; line-height: 22px; padding: 4px 0 3px; font-weight: 600; }
.fridge .entry-text { font-weight: 600; }
.fridge .checkbox { width: 16px; height: 16px; }
.fridge .cal-day { font-size: 24px; line-height: 26px; }
.fridge .ticket-title { font-size: 17px; line-height: 20px; }
.fridge .ticket-time { font-size: 15px; line-height: 18px; }
.fridge .photo-card { justify-self: stretch; }
.fridge .photo-img { margin: 4px 0 6px; aspect-ratio: 1 / 1; }
.fridge .photo-cap { font-size: 16px; font-weight: 700; }
.fridge .meta { margin-top: 6px; }
/* free notes: lifted out of the door flow, pinned anywhere on the fridge */
.fridge .paper.free {
  position: absolute; margin: 0; z-index: 20;
  cursor: grabbing;
}
/* invisible placeholder keeps the door layout frozen while a note is lifted */
.drag-placeholder { flex: none; visibility: hidden; pointer-events: none; }
/* vertical bar handles — one per door, aligned on the left */
.handle {
  position: absolute; left: 18px; width: 16px; border-radius: 9px;
  background: linear-gradient(90deg, #faf8f3 0%, #e6e1d4 30%, #c6c0b0 62%, #9d9787 100%);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35), inset 0 1px 1px #fff, inset 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.fridge-top .handle { bottom: 28px; height: 120px; }
.fridge-bottom .handle { top: 28px; height: 190px; }

/* ---- papers: faithful to NotePaper + Pin in the app ----
   Asymmetric corners, per-colour bg/ink, magnet with glint, app shadow. */
.paper {
  position: relative;
  border-radius: 3px 5px 3px 4px;
  padding: 22px 16px 12px;
  transform: rotate(var(--r, 0deg));
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 10px 18px -8px rgba(20, 30, 25, 0.45);
  cursor: grab;
  font-family: var(--hand);
  font-weight: 600;
}
.c-butter { background: #FFF3A6; color: #4A3E22; }
.c-sage { background: #DDF3D5; color: #2E4330; }
.c-sky { background: #DCECF8; color: #263E57; }
.c-blush { background: #F8DDE0; color: #53343C; }
.c-lavender { background: #E9E0F6; color: #3D3458; }
.c-paper { background: #FFFDF7; color: #3E362E; border: 1px solid #F2EEE5; }
/* plain background utilities (audience tags) */
.sticky-yellow { background: var(--butter); }
.sticky-mint { background: #e4efda; }
.sticky-white { background: var(--paper); }
.sticky-sky { background: var(--sky); }
.sticky-blush { background: var(--blush); }
.sticky-lilac { background: var(--lilac); }
.sticky-sage { background: var(--board-sage); }
.drag { user-select: none; }
.dragging { cursor: grabbing; z-index: 20; box-shadow: 0 1px 1px rgba(0,0,0,.08), 0 18px 30px rgba(0,0,0,.25); }

/* magnet: fixed app colours, off-centre spot, glint dot */
.pin {
  position: absolute; top: -9px; left: var(--px, 50%);
  width: 18px; height: 18px; margin-left: -9px; border-radius: 50%; z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.pin::after {
  content: ''; position: absolute; top: 3px; left: 4px;
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}
.pin-red { background: #E4572E; }
.pin-yellow { background: #F2B134; }
.pin-teal { background: #2A9D8F; }
.pin-blue { background: #3D5A98; }
.pin-pink { background: #D96C95; }

/* note body: 33 bold when short, else 25 semibold */
.note-body { font-size: 25px; line-height: 1.2; }
.note-hero { font-size: 33px; font-weight: 700; }

/* list: underlined Caveat title, hairline rows, ring checkboxes */
.list-title {
  font-weight: 400; font-size: 26px; line-height: 30px;
  color: #3E362E; text-decoration: underline; margin: 2px 0 4px;
}
.entries { list-style: none; margin-top: 6px; }
.entry {
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(62, 54, 46, 0.14);
  padding: 6px 0 4px;
  font-weight: 400; font-size: 22px; line-height: 24px; color: #3E362E;
}
.entry button {
  all: unset; display: flex; align-items: center; gap: 10px;
  cursor: pointer; width: 100%;
}
.checkbox {
  flex: none; width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid #3E362E;
  display: inline-flex; align-items: center; justify-content: center;
}
.entry.done .checkbox { background: #3E362E; }
.checkmark { color: #FFFDF7; font-size: 12px; font-weight: 800; font-family: var(--ui); line-height: 1; }
.entry.done .entry-text { text-decoration: line-through; opacity: 0.55; }
.list-more { font-family: var(--ui); font-weight: 600; font-size: 12px; opacity: 0.6; margin-top: 8px; }

/* date ticket: calendar block + red day label */
.ticket { display: flex; gap: 10px; align-items: flex-start; }
.cal { min-width: 44px; text-align: center; padding-top: 2px; }
.cal-dow { font-family: var(--ui); font-weight: 800; font-size: 12px; letter-spacing: 0.5px; color: #D9564A; }
.cal-day { font-size: 30px; line-height: 32px; font-weight: 700; }
.cal-mon { font-family: var(--ui); font-weight: 600; font-size: 12px; opacity: 0.7; }
.day-label { font-family: var(--ui); font-weight: 800; font-size: 13px; letter-spacing: 0.5px; color: #D9564A; margin-bottom: 2px; }
.ticket-title { font-size: 20px; line-height: 24px; font-weight: 700; }
.ticket-time { font-size: 19px; line-height: 23px; font-weight: 700; margin-top: 2px; }
.ticket-place { font-family: var(--ui); font-weight: 600; font-size: 14px; margin-top: 6px; opacity: 0.85; }

/* photo: real image, centred caption */
.photo-img {
  position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: 2px;
  margin: 6px 0 10px; overflow: hidden; background: #e8e2d4;
}
.photo-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-cap { text-align: center; font-size: 18px; }

/* attribution: "Dad · 2 h" */
.meta {
  margin-top: 10px; font-family: var(--ui); font-weight: 600;
  font-size: 11.5px; opacity: 0.7; text-align: right;
}

.link-btn { background: none; border: none; color: var(--ink-soft); font: inherit; font-size: 0.85rem; font-weight: 700; text-decoration: underline; cursor: pointer; margin-top: 0.8rem; }
.hero-board .scribble { font-size: 1.2rem; color: var(--ink-soft); text-align: left; margin-top: 0.6rem; padding-left: 2.5rem; }
.scribble-arrow { display: inline-block; transform: rotate(-35deg); }

/* ---- hero intro: frosted veil -> fast pops -> simultaneous strike ->
   "Only what matters" -> veil lifts. Everything quick. ---- */
.chaos-layer { position: absolute; inset: 0; z-index: 10; pointer-events: none; }
/* translucent backdrop behind the popups: fridge stays full-bright underneath.
   Veil sits exactly on the fridge; the bubbles keep their rightward shift. */
.chaos-layer::before {
  content: ''; position: absolute; inset: 0; border-radius: 36px 36px 36px 36px;
  background: rgba(251, 245, 233, 0.45);
  backdrop-filter: blur(2px);
  opacity: 0; transition: opacity 0.3s;
}
.fridge-stage.playing .chaos-layer::before,
.fridge-stage.striking .chaos-layer::before { opacity: 1; }
.fridge-stage.clearing .chaos-layer::before { opacity: 0; }
.chat-pop {
  position: absolute; left: var(--x); top: var(--y);
  margin-left: 22px;
  display: flex; flex-direction: column; line-height: 1.25;
  max-width: 62%;
  background: #fff; border-radius: 14px; padding: 0.35rem 0.8rem;
  font-size: 0.8rem; font-weight: 700; color: var(--ink);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
  transform: rotate(var(--r, 0deg)) scale(0);
  opacity: 0;
}
.chat-pop b { font-size: 0.68rem; font-weight: 600; color: var(--ink-soft); }
.chat-pop.mini { padding: 0.3rem 0.65rem; }
.fridge.playing .chat-pop, .fridge-stage.playing .chat-pop { animation: pop-in 0.22s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; animation-delay: var(--d, 0s); }
@keyframes pop-in { to { transform: rotate(var(--r, 0deg)) scale(1); opacity: 1; } }
/* all struck through at the same instant */
.fridge-stage.striking .chat-pop { opacity: 1; transform: rotate(var(--r, 0deg)) scale(1); }
.fridge-stage.striking .chat-pop::after {
  content: ''; position: absolute; left: -4%; right: -4%; top: 50%;
  height: 3px; border-radius: 2px; background: var(--accent-deep);
  transform: rotate(-3deg) scaleX(0); transform-origin: left center;
  animation: strike 0.25s ease-out forwards;
}
@keyframes strike { to { transform: rotate(-3deg) scaleX(1); } }
/* chaos fades together */
.fridge-stage.clearing .chaos-layer { transition: opacity 0.3s; opacity: 0; }
/* the "Only what matters" note drops in */
.reveal-note {
  position: absolute; z-index: 11; left: 50%; top: 34%;
  width: min(280px, 70%); padding: 34px 26px 18px; text-align: center;
  transform: translate(-50%, -30vh) rotate(-6deg) scale(0.9);
  opacity: 0; pointer-events: none;
}
.fridge-stage.revealing .reveal-note { animation: note-drop 0.35s cubic-bezier(0.34, 1.4, 0.64, 1) forwards; }
@keyframes note-drop { to { transform: translate(-50%, 0) rotate(-2deg) scale(1); opacity: 1; } }
.fridge-stage.revealing .reveal-note { pointer-events: auto; }
/* "Only what matters" zips away fast while the real posts land together */
.fridge-stage.note-leaving .reveal-note { animation: note-away 0.28s ease-in forwards; pointer-events: none; }
@keyframes note-away { to { transform: translate(-50%, -60vh) rotate(6deg) scale(0.9); opacity: 0; } }
/* fridge starts empty: posts hidden (but still laying out the doors) */
.fridge-stage.intro-empty .fridge-door .paper { opacity: 0; visibility: hidden; }
/* all posts pin in at once while the note exits */
.fridge-stage.posts-in .fridge-door .paper {
  visibility: visible;
  animation: post-pin 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes post-pin {
  from { opacity: 0; transform: rotate(var(--r, 0deg)) scale(0.4) translateY(-18px); }
  to { opacity: 1; transform: rotate(var(--r, 0deg)) scale(1) translateY(0); }
}

/* legacy noise toggle state (kept for the replay button wiring) */
.noise-layer { display: none; }

/* buried — real moments lost in chat */
.buried-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }
.buried-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 1.4rem 1.3rem; box-shadow: 0 8px 20px var(--shadow);
  transform: rotate(var(--br, 0deg));
}
.buried-card:nth-child(1) { --br: -0.8deg; }
.buried-card:nth-child(2) { --br: 0.7deg; }
.buried-card:nth-child(3) { --br: -0.5deg; }
.buried-who { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent-deep); margin-bottom: 0.5rem; }
.buried-text { font-size: 1.5rem; line-height: 1.25; margin-bottom: 0.6rem; }
.buried-result { font-size: 0.92rem; color: var(--ink-soft); }

/* compare — WhatsApp-style chat mock */
.compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; margin-top: 2rem; }
.chat-mock { background: #fff; border-radius: 18px; box-shadow: 0 12px 28px var(--shadow); overflow: hidden; }
.chat-head { display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 0.9rem; background: #075E54; color: #fff; }
.chat-avatar { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; }
.chat-name { display: flex; flex-direction: column; line-height: 1.2; margin-right: auto; }
.chat-name strong { font-size: 0.95rem; }
.chat-name small { font-size: 0.7rem; opacity: 0.8; }
.unread { background: #25D366; color: #075E54; font-size: 0.72rem; font-weight: 800; border-radius: 999px; padding: 0.1rem 0.5rem; }
.chat-body {
  padding: 0.9rem 0.8rem; display: flex; flex-direction: column; gap: 0.35rem;
  background-color: #ECE5DD;
  background-image: radial-gradient(rgba(7, 94, 84, 0.07) 1px, transparent 1px);
  background-size: 18px 18px;
}
.chat-day { text-align: center; margin-bottom: 0.3rem; }
.chat-day span { background: #D1E7DD; color: #54656F; font-size: 0.68rem; font-weight: 700; border-radius: 8px; padding: 0.15rem 0.6rem; box-shadow: 0 1px 1px rgba(0,0,0,.15); }
.msg { display: flex; flex-direction: column; align-items: flex-start; }
.msg p { background: #fff; border-radius: 0 10px 10px 10px; padding: 0.35rem 0.6rem 0.3rem; font-size: 0.86rem; max-width: 88%; box-shadow: 0 1px 1px rgba(0,0,0,.18); }
.wmeta { display: inline-flex; align-items: baseline; gap: 0.25rem; float: right; margin: 0.55rem 0 0 0.6rem; }
.wtime { font-size: 0.62rem; color: #8696A0; white-space: nowrap; }
.wticks { font-size: 0.72rem; font-weight: 700; color: #53bdeb; letter-spacing: -2px; }
.msg small { font-size: 0.68rem; font-weight: 800; color: #00A884; margin: 0 0 0.05rem 0.2rem; }
.msg.right { align-self: flex-end; align-items: flex-end; }
.msg.right p { background: #DCF8C6; border-radius: 10px 0 10px 10px; }
.msg.highlight p { border: 2px solid #F2B134; background: #FFF8E6; }
.chat-mock figcaption, .compare-note figcaption { padding: 0.8rem 1rem 1rem; color: var(--ink-soft); font-size: 0.9rem; }
.compare-arrow { font-size: 2.5rem; color: var(--accent-deep); }
.compare-note { text-align: center; }
.big-note { display: inline-block; padding: 2rem 2.4rem 1.4rem; font-size: 1.6rem; }
.big-note p.hand { font-size: 1.9rem; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.trio h3 { margin-bottom: 0.4rem; }
.trio p { color: var(--ink-soft); }

/* struck */
.struck { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.struck-list { font-size: clamp(2.2rem, 4.5vw, 3.2rem); line-height: 1.25; margin: 0.8rem 0 1rem; }
.crossed { position: relative; color: var(--ink-soft); }
.crossed::after { content: ''; position: absolute; left: -2%; right: -2%; top: 52%; height: 4px; background: var(--accent-deep); border-radius: 2px; transform: rotate(-2deg); }
.kept { color: var(--ink); }
.kept-noise {
  background: linear-gradient(transparent 55%, #f3d9c8 55%);
  padding: 0 0.12em;
  font-size: 1.18em;
}
/* tidy */
.tidy { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.expiry { margin: 1.5rem 0; display: flex; flex-direction: column; gap: 0.7rem; }
.expiry div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; align-items: baseline; }
.expiry dt { font-size: 1.5rem; }
.expiry dd { color: var(--ink-soft); }
.restore { color: var(--ink-soft); font-size: 0.95rem; }
.mini-board { background: var(--board-sage); border-radius: 18px; padding: 3rem 2rem; box-shadow: 0 16px 34px var(--shadow); }
.shop-list { max-width: 22rem; margin: 0 auto; }
.shop-list .entries { font-size: 22px; }
.tidy-board .scribble { text-align: center; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2rem; }
.step { background: #f6fbfc; border: 1px solid var(--border); border-radius: 18px; padding: 1.6rem; }
.num { display: inline-flex; width: 38px; height: 38px; border-radius: 50%; color: #fff; font-weight: 800; align-items: center; justify-content: center; margin-bottom: 0.8rem; }
.num-red { background: #c05b4d; }
.num-yellow { background: #d9a521; }
.num-teal { background: #1f7a6d; }
.step h3 { margin-bottom: 0.3rem; }
.step p { color: var(--ink-soft); font-size: 0.95rem; }

/* tags */
.tags { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.6rem 0; }
.tag { display: inline-block; padding: 0.5rem 1.2rem; font-size: 1.4rem; box-shadow: 0 6px 12px var(--shadow); }

/* privacy */
.privacy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 2rem; }
.privacy-grid h3 { margin: 0.4rem 0; }
.privacy-grid p { color: var(--ink-soft); font-size: 0.95rem; }
.p-icon { font-size: 1.4rem; color: var(--accent-deep); }

/* faq */
.faq { margin-top: 1rem; }
.faq details { border-bottom: 1px solid var(--border); padding: 1.1rem 0; }
.faq summary { list-style: none; cursor: pointer; font-weight: 800; font-size: 1.1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--ink-soft); font-weight: 400; }
.faq details p { color: var(--ink-soft); margin-top: 0.5rem; max-width: 52rem; }

/* cta + footer */
.cta { text-align: center; padding: 5rem 1.5rem 6rem; }
.cta h2 { font-size: clamp(2.6rem, 6vw, 4.2rem); }
.cta .lede { margin: 0.5rem auto 1.6rem; text-align: center; }
.footer {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  border-top: 1px solid var(--border); padding: 1.2rem 1.5rem; font-size: 0.9rem; color: var(--ink-soft);
}
.footer nav { display: flex; gap: 1.2rem; }
.footer a { color: inherit; text-decoration: none; }

@media (max-width: 900px) {
  .section { padding: 3rem 1.25rem; }
  .nav { gap: 1rem; padding: 0.7rem 1rem; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 1.25rem 3rem; }
  .hero-board { min-height: 560px; }
  .fridge-door { padding-left: 2.8rem; }
  .compare { grid-template-columns: 1fr; }
  .compare-arrow { transform: rotate(90deg); text-align: center; }
  .trio, .steps, .privacy-grid { grid-template-columns: 1fr 1fr; }
  .buried-grid { grid-template-columns: 1fr 1fr; }
  .struck { grid-template-columns: 1fr; }
  .tidy { grid-template-columns: 1fr; gap: 2rem; }
  .expiry div { grid-template-columns: 80px 1fr; gap: 0.75rem; }
}
@media (max-width: 600px) {
  .section { padding: 2.5rem 1rem; }
  .section-title { font-size: clamp(2rem, 9vw, 2.6rem); }
  .nav .btn-small { padding: 0.45rem 0.9rem; font-size: 0.82rem; }
  .brand-name { font-size: 1.25rem; }
  .hero { padding: 1.5rem 1rem 2.5rem; gap: 1.5rem; }
  .hero-struck { font-size: clamp(2rem, 10vw, 2.6rem); }
  .store-row .store-btn { flex: 1 1 100%; justify-content: center; }
  /* fridge stays 2-column and compact on phones instead of stacking tall */
  .hero-board { min-height: 0; }
  .fridge { flex: none; }
  .fridge-door { padding: 2.6rem 0.6rem 0.6rem 2rem; }
  .fridge-top { flex: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; min-height: 220px; align-content: center; }
  .fridge-bottom { flex: none; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
  .handle { left: 10px; width: 12px; }
  .fridge-top .handle { bottom: 16px; height: 80px; }
  .fridge-bottom .handle { top: 16px; height: 120px; }
  .fridge .paper { padding: 12px 8px 6px; }
  .fridge .note-body { font-size: 17px; }
  .fridge .note-hero { font-size: 19px; }
  .fridge .list-title { font-size: 18px; line-height: 21px; }
  .fridge .entry { font-size: 15px; line-height: 18px; padding: 3px 0 2px; }
  .fridge .checkbox { width: 14px; height: 14px; }
  .fridge .cal-day { font-size: 20px; line-height: 22px; }
  .fridge .ticket-title { font-size: 15px; line-height: 18px; }
  .fridge .ticket-time { font-size: 13px; line-height: 16px; }
  .fridge .photo-cap { font-size: 13px; }
  .fridge .photo-img { aspect-ratio: 1 / 1; }
  .fridge .meta { font-size: 10px; }
  .board-tag { top: 14px; right: 16px; }
  .chat-pop { max-width: 70%; font-size: 0.72rem; }
  .reveal-note { width: min(240px, 80%); }
  .trio, .steps, .privacy-grid { grid-template-columns: 1fr; }
  .buried-grid { grid-template-columns: 1fr; }
  .compare { gap: 1rem; }
  .big-note { display: block; }
  .mini-board { padding: 2rem 1.25rem; }
  .tags { gap: 0.6rem; }
  .tag { font-size: 1.15rem; }
  .faq summary { font-size: 1rem; }
  .cta { padding: 3.5rem 1rem 4rem; }
  .footer { flex-direction: column; gap: 0.5rem; text-align: center; }
  .footer nav { gap: 1rem; }
}
