/* ============================================================
   Is Memory Maker Worth It, "the print shop"
   /guides/is-memory-maker-worth-it

   Layers on site.css (Twilight Magic tokens). Every selector is
   scoped under .guide--memorymaker, class prefix mm-.

   Cascade note. site.css has .guide p at (0,0,1,1), so every
   paragraph rule in this file carries the scope class (two
   classes, (0,0,2,x)) to outrank it.

   Breakpoints, 640px and 980px, mobile first.
   ============================================================ */

.guide--memorymaker {
  /* matte gallery blacks with a warm cast, bone mats, dark inks */
  --mm-black:     oklch(18% 0.02 84);
  --mm-black-2:   oklch(14% 0.015 84);   /* film stock, darker than the boards */
  --mm-bone:      oklch(95% 0.02 84);
  --mm-bone-ink:  oklch(25% 0.02 84);
  --mm-bone-soft: oklch(38% 0.02 84);
  --mm-bone-mute: oklch(48% 0.02 84);
  --mm-hair-dark: oklch(30% 0.025 84);   /* hairline on black, decorative */
  --mm-hair-ctrl: oklch(50% 0.025 84);   /* control borders on black, 3.13:1 vs --mm-black */
  --mm-hair-bone: oklch(85% 0.015 84);   /* hairline on bone */
  --mm-gold-ink:  oklch(52% 0.115 84);   /* gold that reads on bone */
  --mm-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  /* faint warm grain for the matte black panels, tiny SVG noise */
  --mm-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.93 0 0 0 0 0.89 0 0 0 0 0.80 0 0 0 0.045 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- shared scaffolding ---------- */

.guide--memorymaker figure { margin: 0; }
.guide--memorymaker img { max-width: 100%; }

/* screen-reader-only utility (site.css has none; the markup uses mm-vh,
   visually-hidden is kept as an alias for future partials) */
.guide--memorymaker .mm-vh,
.guide--memorymaker .visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* the mounted gallery boards, full-bleed matte black with grain */
.guide--memorymaker .mm-hero,
.guide--memorymaker .mm-section-wall,
.guide--memorymaker .mm-calc,
.guide--memorymaker .mm-verdict-panel {
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  background-color: var(--mm-black);
  background-image: var(--mm-grain);
  border-block: 1px solid var(--mm-hair-dark);
}

/* section rhythm. margin-block only, so the full-bleed margin-inline above
   survives on sections that carry both classes (the #included wall) */
.guide--memorymaker .mm-section { margin-block: var(--space-2xl); }
/* adjacent gallery boards sit flush, one continuous wall with a hairline rule */
.guide--memorymaker .mm-section-wall.mm-section { margin-block-end: 0; }
.guide--memorymaker .mm-section-wall + .mm-calc { border-top: 0; }
.guide--memorymaker .mm-section-wall,
.guide--memorymaker .mm-calc,
.guide--memorymaker .mm-verdict-panel { padding-block: var(--space-2xl); }

/* the label voice, one small-caps setting used across the shop;
   later per-element rules adjust size, tracking, and color */
.guide--memorymaker .mm-kicker,
.guide--memorymaker .mm-checked,
.guide--memorymaker .mm-frame-cap,
.guide--memorymaker .mm-answer-label,
.guide--memorymaker .mm-bar-name,
.guide--memorymaker .mm-deadline-l,
.guide--memorymaker .mm-seg legend,
.guide--memorymaker .mm-seg label,
.guide--memorymaker .mm-field-l,
.guide--memorymaker .mm-sheet-tag,
.guide--memorymaker .mm-prices thead th,
.guide--memorymaker .mm-others thead th {
  font-family: var(--label); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
}

/* ---------- headings ---------- */

.guide--memorymaker .mm-h2 {
  font-family: var(--display); font-size: clamp(28px, 4vw, 38px); font-weight: 700;
  line-height: 1.06; color: var(--ink); margin: 0 0 var(--space-md); text-wrap: balance;
}
.guide--memorymaker .mm-h2::before {
  content: attr(data-index);
  display: block; font-family: var(--label); font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; color: var(--gold); font-variant-numeric: tabular-nums;
  margin-bottom: var(--space-xs);
}
.guide--memorymaker .mm-h3 {
  font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1.15;
  color: var(--ink); margin: var(--space-lg) 0 var(--space-xs);
}

/* ---------- 1. hero ---------- */

.guide--memorymaker .mm-hero {
  margin-block-start: calc(-1 * var(--space-lg)); /* flush under the app bar */
  padding-block: var(--space-2xl);
}
.guide--memorymaker .mm-hero-inner { padding-block-end: var(--space-xl); }

.guide--memorymaker .mm-kicker { letter-spacing: 0.16em; color: var(--gold); margin: 0 0 var(--space-sm); }
.guide--memorymaker .mm-title {
  font-family: var(--display); font-size: clamp(40px, 7.5vw, 72px); font-weight: 800;
  line-height: 1.02; color: var(--ink); margin: 0 0 var(--space-md); text-wrap: balance;
}
.guide--memorymaker .mm-standfirst {
  font-family: var(--text); font-size: 19px; line-height: 1.6; color: var(--ink);
  max-width: 58ch; margin: 0 0 var(--space-md);
}
.guide--memorymaker .mm-checked { color: var(--muted); font-variant-numeric: tabular-nums; margin: 0; }

/* ---------- 2. film strip ---------- */

.guide--memorymaker .mm-strip {
  /* re-bleed out of the hero padding. inside the strip percentages
     resolve against the full-bleed width, so column alignment below
     uses a viewport expression instead of the 50% pattern */
  margin-inline: calc(50% - 50vw);
  --mm-col-edge: max(var(--space-md), calc((100vw - 820px) / 2));
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-padding-inline: var(--mm-col-edge);
  scrollbar-width: thin;
  scrollbar-color: var(--mm-hair-dark) var(--mm-black-2);
}
.guide--memorymaker .mm-strip::-webkit-scrollbar { height: 8px; }
.guide--memorymaker .mm-strip::-webkit-scrollbar-track { background: var(--mm-black-2); }
.guide--memorymaker .mm-strip::-webkit-scrollbar-thumb { background: var(--mm-hair-dark); }

.guide--memorymaker .mm-strip-track {
  list-style: none; margin: 0; display: flex; gap: var(--space-md);
  width: max-content; position: relative; background: var(--mm-black-2);
  /* room for the sprocket rows, first frame starts on the column edge */
  padding: 30px var(--mm-col-edge);
}
/* sprocket-hole edges, punched holes backlit warm */
.guide--memorymaker .mm-strip-track::before,
.guide--memorymaker .mm-strip-track::after {
  content: "";
  position: absolute; left: 0; right: 0; height: 12px; pointer-events: none;
  background-image: radial-gradient(circle at 12px 6px, oklch(92% 0.03 86 / 0.5) 4.5px, transparent 5.2px);
  background-size: 28px 12px; background-repeat: repeat-x;
}
.guide--memorymaker .mm-strip-track::before { top: 10px; }
.guide--memorymaker .mm-strip-track::after { bottom: 10px; }

.guide--memorymaker .mm-frame { flex: 0 0 auto; width: min(62vw, 240px); scroll-snap-align: center; }
.guide--memorymaker .mm-frame img {
  display: block; width: 100%; height: auto; border: 1px solid oklch(34% 0.02 84 / 0.9);
}
.guide--memorymaker .mm-frame-cap {
  font-size: 11px; letter-spacing: 0.1em; line-height: 1.4; color: var(--muted);
  text-align: center; margin-top: var(--space-xs);
}

/* ---------- 3. the short answer, bone mat card ---------- */

.guide--memorymaker .mm-answer {
  background: var(--mm-bone); color: var(--mm-bone-ink);
  padding: var(--space-lg) var(--space-lg) var(--space-xl);
  margin: var(--space-xl) 0 var(--space-2xl);
  box-shadow: 0 14px 34px oklch(8% 0.02 84 / 0.45);
}
.guide--memorymaker .mm-answer-label {
  letter-spacing: 0.14em; color: var(--mm-gold-ink);
  border-bottom: 1px solid var(--mm-hair-bone);
  padding-bottom: var(--space-xs); margin: 0 0 var(--space-md);
}
.guide--memorymaker .mm-answer-body {
  font-family: var(--text); font-size: 19px; line-height: 1.55;
  color: var(--mm-bone-ink); margin: 0;
}

/* ---------- 4. price list, print-shop card ---------- */

.guide--memorymaker .mm-pricelist {
  background: var(--mm-bone); color: var(--mm-bone-ink);
  padding: var(--space-lg); margin: var(--space-lg) 0;
  box-shadow: 0 14px 34px oklch(8% 0.02 84 / 0.45);
}
.guide--memorymaker .mm-pricelist-title {
  font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--mm-bone-ink);
  border-bottom: 1px solid var(--mm-bone-ink); padding-bottom: var(--space-sm);
  margin: 0 0 var(--space-2xs);
}
.guide--memorymaker .mm-prices { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.guide--memorymaker .mm-prices thead th {
  font-size: 11px; letter-spacing: 0.1em; color: var(--mm-bone-mute); text-align: left;
  padding: var(--space-sm) var(--space-xs) var(--space-xs);
  border-bottom: 1px solid var(--mm-hair-bone);
}
.guide--memorymaker .mm-prices thead th:first-child { padding-left: 0; }
.guide--memorymaker .mm-prices thead th:last-child { text-align: right; padding-right: 0; }
.guide--memorymaker .mm-prices tbody th {
  font-family: var(--text); font-size: 16px; font-weight: 700; color: var(--mm-bone-ink);
  text-align: left; padding: var(--space-sm) var(--space-xs) var(--space-sm) 0;
  border-bottom: 1px solid var(--mm-hair-bone);
}
.guide--memorymaker .mm-prices td {
  font-family: var(--text); font-size: 15px; color: var(--mm-bone-soft); text-align: left;
  padding: var(--space-sm) var(--space-xs); border-bottom: 1px solid var(--mm-hair-bone);
}
.guide--memorymaker .mm-prices td.mm-price {
  font-size: 17px; font-weight: 700; color: var(--mm-bone-ink);
  text-align: right; padding-right: 0; white-space: nowrap;
}
.guide--memorymaker .mm-prices tr:last-child th,
.guide--memorymaker .mm-prices tr:last-child td { border-bottom: 0; }
.guide--memorymaker .mm-pricelist-note {
  font-family: var(--text); font-size: 13px; line-height: 1.5; color: var(--mm-bone-mute);
  border-top: 1px solid var(--mm-hair-bone); padding-top: var(--space-sm);
  margin: var(--space-2xs) 0 0;
}

/* links inside bone cards need the darker gold to stay readable */
.guide--memorymaker .mm-answer a,
.guide--memorymaker .mm-pricelist a,
.guide--memorymaker .mm-decide-card a {
  color: var(--mm-gold-ink); border-bottom-color: oklch(52% 0.115 84 / 0.4);
}

/* ---------- 5. the order sheet, every camera ride on one card ---------- */

.guide--memorymaker .mm-sheet {
  background: var(--mm-bone); color: var(--mm-bone-ink);
  padding: var(--space-lg); margin: var(--space-lg) 0;
  box-shadow: 0 14px 34px oklch(8% 0.02 84 / 0.45);
}
.guide--memorymaker .mm-sheet-title {
  font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--mm-bone-ink);
  border-bottom: 1px solid var(--mm-bone-ink); padding-bottom: var(--space-sm);
  margin: 0 0 var(--space-2xs);
}
.guide--memorymaker .mm-sheet-list { list-style: none; margin: 0; padding: 0; }
.guide--memorymaker .mm-sheet-list li {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: var(--space-md); padding: 10px 0; border-bottom: 1px solid var(--mm-hair-bone);
}
.guide--memorymaker .mm-sheet-ride {
  font-family: var(--text); font-size: 15px; font-weight: 600; color: var(--mm-bone-ink);
}
.guide--memorymaker .mm-sheet-tag {
  font-size: 10.5px; letter-spacing: 0.09em; color: var(--mm-bone-mute);
  white-space: nowrap; text-align: right;
}
.guide--memorymaker .mm-sheet-tag.is-video { color: var(--mm-gold-ink); }
.guide--memorymaker .mm-sheet-note {
  font-family: var(--text); font-size: 13px; line-height: 1.5; color: var(--mm-bone-mute);
  border-top: 1px solid var(--mm-hair-bone); padding-top: var(--space-sm);
  margin: var(--space-2xs) 0 0;
}
.guide--memorymaker .mm-not-list { list-style: none; padding: 0; margin: var(--space-sm) 0 0; }
.guide--memorymaker .mm-not-list li {
  font-family: var(--text); font-size: 15px; line-height: 1.5; color: var(--ink-soft);
  padding: var(--space-xs) 0; border-top: 1px solid var(--mm-hair-dark);
}
.guide--memorymaker .mm-not-list li:last-child { border-bottom: 1px solid var(--mm-hair-dark); }

/* ---------- 6. the light table (calculator) ---------- */

.guide--memorymaker .mm-calc {
  /* a soft lamp glow from the top edge, over the grain */
  background-image:
    radial-gradient(120% 90% at 50% 0%, oklch(30% 0.045 84 / 0.4), transparent 60%),
    var(--mm-grain);
}
.guide--memorymaker .mm-calc-form { display: grid; gap: var(--space-lg); margin-top: var(--space-lg); }

/* segmented control (park) */
.guide--memorymaker .mm-seg { border: 0; padding: 0; margin: 0; }
.guide--memorymaker .mm-seg legend { color: var(--ink-soft); padding: 0; margin-bottom: var(--space-xs); }
.guide--memorymaker .mm-seg input { position: absolute; opacity: 0; pointer-events: none; }
.guide--memorymaker .mm-seg label {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 var(--space-lg);
  letter-spacing: 0.08em; color: var(--ink-soft);
  background: transparent; border: 1px solid var(--mm-hair-ctrl);
  margin-right: -1px; /* shared hairline between segments */
  cursor: pointer;
}
.guide--memorymaker .mm-seg label:first-of-type { border-radius: 4px 0 0 4px; }
.guide--memorymaker .mm-seg label:last-of-type { border-radius: 0 4px 4px 0; margin-right: 0; }
.guide--memorymaker .mm-seg input:checked + label {
  background: var(--gold); border-color: var(--gold); color: var(--mm-black);
}
.guide--memorymaker .mm-seg input:focus-visible + label {
  outline: 2px solid var(--gold); outline-offset: 2px;
}

/* steppers (days, people) */
.guide--memorymaker .mm-stepper {
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-sm) var(--space-md);
}
.guide--memorymaker .mm-stepper button {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--text); font-size: 22px; font-weight: 700; line-height: 1; color: var(--ink);
  background: transparent; border: 1px solid var(--mm-hair-ctrl); border-radius: 4px; cursor: pointer;
}
.guide--memorymaker .mm-stepper button:hover { border-color: var(--gold); color: var(--gold); }

/* photos slider */
.guide--memorymaker .mm-photos { margin: 0; }
.guide--memorymaker .mm-photos input[type="range"] {
  -webkit-appearance: none; appearance: none;
  display: block; width: 100%;
  height: 44px; /* comfortable touch target around the thumb */
  margin: 0; padding: 0; background: transparent; cursor: pointer;
}
.guide--memorymaker .mm-photos input[type="range"]::-webkit-slider-runnable-track {
  height: 4px; border-radius: 2px;
  /* the covered range paints gold; JS writes --mm-pct on input */
  background: linear-gradient(90deg, var(--gold-deep) var(--mm-pct, 20%), var(--mm-hair-ctrl) var(--mm-pct, 20%));
}
.guide--memorymaker .mm-photos input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 28px; height: 28px;
  margin-top: -12px; /* centers the 28px thumb on the 4px track */
  border-radius: 50%; background: var(--gold); border: 3px solid var(--mm-black);
  box-shadow: 0 2px 8px oklch(8% 0.02 84 / 0.6);
}
.guide--memorymaker .mm-photos input[type="range"]::-moz-range-track {
  height: 4px; border-radius: 2px; background: var(--mm-hair-ctrl);
}
.guide--memorymaker .mm-photos input[type="range"]::-moz-range-progress {
  height: 4px; border-radius: 2px; background: var(--gold-deep);
}
.guide--memorymaker .mm-photos input[type="range"]::-moz-range-thumb {
  width: 28px; height: 28px;
  border-radius: 50%; background: var(--gold); border: 3px solid var(--mm-black);
  box-shadow: 0 2px 8px oklch(8% 0.02 84 / 0.6);
}
/* the focus ring hugs the thumb, not the whole 820px control */
.guide--memorymaker .mm-photos input[type="range"]:focus-visible { outline: none; }
.guide--memorymaker .mm-photos input[type="range"]:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--mm-black), 0 0 0 5px var(--gold);
}
.guide--memorymaker .mm-photos input[type="range"]:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--mm-black), 0 0 0 5px var(--gold);
}

/* checkbox rows */
.guide--memorymaker .mm-check {
  display: flex; align-items: center; gap: var(--space-sm); min-height: 44px;
  font-family: var(--text); font-size: 15px; color: var(--ink-soft); cursor: pointer;
}
.guide--memorymaker .mm-check input[type="checkbox"] {
  width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--gold); cursor: pointer;
}

/* results, cost bars */
.guide--memorymaker .mm-results {
  border-top: 1px solid var(--mm-hair-dark); margin-top: var(--space-lg); padding-top: var(--space-lg);
}
.guide--memorymaker .mm-bars { display: grid; gap: var(--space-md); }
.guide--memorymaker .mm-bar {
  display: grid; grid-template-columns: 1fr auto; align-items: center;
  gap: var(--space-2xs) var(--space-sm);
}
.guide--memorymaker .mm-bar-name { grid-row: 1; grid-column: 1; letter-spacing: 0.08em; color: var(--ink-soft); }
.guide--memorymaker .mm-bar-track {
  grid-row: 2; grid-column: 1 / -1;
  height: 10px; border-radius: 2px; background: oklch(26% 0.02 84); overflow: hidden;
}
.guide--memorymaker .mm-bar-fill { display: block; height: 100%; }
.guide--memorymaker .mm-bar-amt {
  grid-row: 1; grid-column: 2;
  font-family: var(--text); font-size: 17px; font-weight: 700;
  font-variant-numeric: tabular-nums; color: var(--ink); text-align: right; white-space: nowrap;
}

/* the verdict stamp, rubber-stamped over the light table */
.guide--memorymaker .mm-stamp {
  display: inline-block; transform: rotate(-3deg);
  border: 3px solid currentColor; border-radius: 6px;
  padding: var(--space-sm) var(--space-lg); margin-top: var(--space-lg);
  font-family: var(--display); font-size: clamp(22px, 4vw, 32px); font-weight: 800;
  line-height: 1.05; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--gold);
}
.guide--memorymaker .mm-stamp.is-buy { color: var(--gold); }
.guide--memorymaker .mm-stamp.is-skip { color: var(--red); }
.guide--memorymaker .mm-stamp.is-close { color: var(--ink-soft); }
.guide--memorymaker .mm-stamp.is-covered { color: var(--muted); }

.guide--memorymaker .mm-verdict-note {
  font-family: var(--text); font-size: 15px; line-height: 1.6; color: var(--ink-soft);
  max-width: 56ch; margin: var(--space-md) 0 0;
}
.guide--memorymaker .mm-calc-fine {
  font-family: var(--text); font-size: 13px; line-height: 1.5; color: var(--muted);
  margin: var(--space-md) 0 0;
}

/* ---------- 7. deadline clock cards ---------- */

.guide--memorymaker .mm-deadlines { display: grid; gap: var(--space-md); margin: var(--space-lg) 0; }
.guide--memorymaker .mm-deadline {
  background: var(--mm-bone); border-top: 3px solid var(--gold);
  padding: var(--space-lg); box-shadow: 0 14px 34px oklch(8% 0.02 84 / 0.45);
}
.guide--memorymaker .mm-deadline-n {
  display: inline-block; font-family: var(--display); font-size: 54px; font-weight: 800;
  line-height: 1; font-variant-numeric: tabular-nums; color: var(--mm-gold-ink);
}
.guide--memorymaker .mm-deadline-l {
  display: inline-block; letter-spacing: 0.14em; color: var(--mm-bone-mute); margin-left: var(--space-2xs);
}
.guide--memorymaker .mm-deadline p {
  font-size: 15px; line-height: 1.55; color: var(--mm-bone-soft); margin: var(--space-sm) 0 0;
}

/* ---------- 8. two parks, labeled gallery boards ---------- */

.guide--memorymaker .mm-parks { display: grid; gap: var(--space-md); margin: var(--space-lg) 0; }
.guide--memorymaker .mm-park {
  background-color: var(--mm-black); background-image: var(--mm-grain);
  border: 1px solid var(--mm-hair-dark); padding: var(--space-lg);
}
.guide--memorymaker .mm-park .mm-h3 {
  margin-top: 0; padding-bottom: var(--space-sm); border-bottom: 1px solid var(--mm-hair-dark);
}
.guide--memorymaker .mm-park p {
  font-size: 15px; line-height: 1.6; color: var(--ink-soft); margin: var(--space-sm) 0 0;
}

/* ---------- 9. other parks table ---------- */

.guide--memorymaker .mm-others-wrap { overflow-x: auto; margin: var(--space-lg) 0; }
.guide--memorymaker .mm-others {
  width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums;
}
.guide--memorymaker .mm-others thead th {
  font-size: 11px; letter-spacing: 0.1em; color: var(--muted); text-align: left;
  padding: var(--space-xs) var(--space-md) var(--space-xs) 0;
  border-bottom: 1px solid var(--rule);
}
.guide--memorymaker .mm-others thead th:last-child { text-align: right; padding-right: 0; }
.guide--memorymaker .mm-others tbody th {
  font-family: var(--text); font-size: 15px; font-weight: 700; color: var(--ink); text-align: left;
  padding: var(--space-sm) var(--space-md) var(--space-sm) 0;
  border-bottom: 1px solid var(--mm-hair-dark);
}
.guide--memorymaker .mm-others td {
  font-family: var(--text); font-size: 15px; color: var(--ink-soft);
  padding: var(--space-sm) var(--space-md) var(--space-sm) 0;
  border-bottom: 1px solid var(--mm-hair-dark);
}
.guide--memorymaker .mm-others td.mm-price {
  font-weight: 700; color: var(--gold); text-align: right; padding-right: 0; white-space: nowrap;
}

/* money spans anywhere in running copy */
.guide--memorymaker span.mm-price { font-variant-numeric: tabular-nums; }

/* ---------- 10. verdict panel ---------- */

.guide--memorymaker .mm-verdict-panel { margin-block: var(--space-2xl); }
.guide--memorymaker .mm-verdict-panel .mm-h2 { font-size: clamp(32px, 5vw, 48px); }
.guide--memorymaker .mm-verdict-lede {
  font-family: var(--display); font-size: clamp(22px, 3.4vw, 30px); font-weight: 600;
  line-height: 1.25; color: var(--ink); max-width: 38ch;
  margin: 0 0 var(--space-md); text-wrap: balance;
}
.guide--memorymaker .mm-verdict-after {
  font-family: var(--text); font-size: 17px; line-height: 1.6; color: var(--ink-soft);
  max-width: 58ch; margin: 0 0 var(--space-xl);
}
.guide--memorymaker .mm-decide { display: grid; gap: var(--space-md); }
.guide--memorymaker .mm-decide-card {
  background: var(--mm-bone); color: var(--mm-bone-ink); padding: var(--space-lg);
  box-shadow: 0 14px 34px oklch(8% 0.02 84 / 0.45);
}
.guide--memorymaker .mm-decide-buy { border-top: 4px solid var(--gold); }
.guide--memorymaker .mm-decide-skip { border-top: 4px solid var(--red); }
.guide--memorymaker .mm-decide-card .mm-h3 { margin: 0 0 var(--space-sm); color: var(--mm-bone-ink); }
.guide--memorymaker .mm-decide-card ul { list-style: square; margin: 0; padding-left: var(--space-lg); }
.guide--memorymaker .mm-decide-card li {
  font-family: var(--text); font-size: 15px; line-height: 1.55;
  color: var(--mm-bone-ink); margin: var(--space-xs) 0;
}
.guide--memorymaker .mm-decide-buy li::marker { color: var(--mm-gold-ink); }
.guide--memorymaker .mm-decide-skip li::marker { color: var(--red-deep); }

/* ---------- 11. FAQ ---------- */

.guide--memorymaker .mm-faq dl { margin: var(--space-lg) 0 0; border-bottom: 1px solid var(--hair); }
.guide--memorymaker .mm-faq dt {
  font-family: var(--text); font-size: 18px; font-weight: 700; color: var(--ink);
  border-top: 1px solid var(--hair); padding-top: var(--space-md); margin: 0 0 var(--space-2xs);
}
.guide--memorymaker .mm-faq dt:first-of-type { border-top: 0; padding-top: 0; }
.guide--memorymaker .mm-faq dd {
  font-family: var(--text); font-size: 16px; line-height: 1.6;
  color: var(--ink-soft); margin: 0 0 var(--space-md);
}

/* ---------- focus ---------- */

.guide--memorymaker a:focus-visible,
.guide--memorymaker button:focus-visible,
.guide--memorymaker input:focus-visible,
.guide--memorymaker select:focus-visible,
.guide--memorymaker [tabindex]:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px;
}

/* ---------- motion, all of it behind the gate ---------- */

@media (prefers-reduced-motion: no-preference) {
  /* scroll reveals. JS adds .js to <html> and .is-revealed per element,
     so content is never hidden when JS is off */
  .js .guide--memorymaker [data-mm-reveal] {
    opacity: 0; transform: translateY(10px);
    transition: opacity 450ms var(--mm-ease), transform 450ms var(--mm-ease);
  }
  .js .guide--memorymaker [data-mm-reveal].is-revealed { opacity: 1; transform: none; }

  /* cost bars settle to their new widths */
  .guide--memorymaker .mm-bar-fill { transition: width 450ms var(--mm-ease); }

  /* stamp thunk. the calculator JS re-adds .is-thunk on each verdict change */
  .guide--memorymaker .mm-stamp.is-thunk { animation: mm-thunk 250ms var(--mm-ease); }
  @keyframes mm-thunk {
    from { transform: rotate(-3deg) scale(1.05); }
    to   { transform: rotate(-3deg) scale(1); }
  }
}

/* desktop film-strip drift, JS writes --mm-drift from scroll progress */
@media (min-width: 980px) and (prefers-reduced-motion: no-preference) {
  .js .guide--memorymaker .mm-strip-track {
    transform: translateX(var(--mm-drift, 0px));
    will-change: transform;
  }
}

/* ---------- integration layer ----------
   Rules the assembled markup needs beyond the first draft. Uniform print
   aspect, the numbered light-table heading's sub line, stepper and photo
   number inputs, the hint line, winner-vs-rest bar states. */

/* frames hang at one uniform ratio no matter the source photo */
.guide--memorymaker .mm-frame img { aspect-ratio: 4 / 3; object-fit: cover; }

/* an editorial measure for running copy; panels and cards set their own */
.guide--memorymaker .mm-section > p { max-width: 68ch; }

/* the disclaimer whispers (site .guide p would shout it at 17px) */
.guide--memorymaker .park-foot {
  font-size: 12px; letter-spacing: 0.08em; color: var(--muted);
  margin-top: var(--space-xl);
}

/* qualifier text inside gold price cells stays quiet */
.guide--memorymaker .mm-price-note {
  font-size: 12px; font-weight: 400; letter-spacing: 0.02em; color: var(--muted);
}

/* phones stack the price card, product and price up top, condition beneath */
@media (max-width: 560px) {
  .guide--memorymaker .mm-prices thead { display: none; }
  .guide--memorymaker .mm-prices tr {
    display: grid; grid-template-columns: 1fr auto; gap: 2px var(--space-sm);
    padding: var(--space-sm) 0; border-bottom: 1px solid var(--mm-hair-bone);
  }
  .guide--memorymaker .mm-prices tr:last-child { border-bottom: 0; }
  .guide--memorymaker .mm-prices tbody th,
  .guide--memorymaker .mm-prices td { border: 0; padding: 0; }
  .guide--memorymaker .mm-prices td.mm-price { grid-row: 1; grid-column: 2; }
  .guide--memorymaker .mm-prices td:not(.mm-price) { grid-row: 2; grid-column: 1 / -1; font-size: 13px; }
}

/* phones let long ride names breathe; the park tag drops to its own line */
@media (max-width: 639px) {
  .guide--memorymaker .mm-sheet-list li { flex-wrap: wrap; row-gap: 2px; }
  .guide--memorymaker .mm-sheet-tag { white-space: normal; text-align: left; flex: 1 1 100%; }
}

.guide--memorymaker .mm-calc-head .mm-calc-sub {
  font-family: var(--text); font-size: 16px; line-height: 1.55;
  color: var(--ink-soft); max-width: 52ch; margin: 0;
}

/* the segmented options sit in one row and wrap on tiny screens */
.guide--memorymaker .mm-seg-opts { display: flex; flex-wrap: wrap; }

/* number entries share the light-table voice, no browser spinners */
.guide--memorymaker .mm-stepper input[type="number"],
.guide--memorymaker .mm-photos-n {
  font-family: var(--display); font-size: 26px; font-weight: 700;
  font-variant-numeric: tabular-nums; color: var(--ink); text-align: center;
  background: transparent; border: 0; width: 3ch; padding: 0;
  -moz-appearance: textfield; appearance: textfield;
}
.guide--memorymaker .mm-stepper input::-webkit-outer-spin-button,
.guide--memorymaker .mm-stepper input::-webkit-inner-spin-button,
.guide--memorymaker .mm-photos-n::-webkit-outer-spin-button,
.guide--memorymaker .mm-photos-n::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
.guide--memorymaker .mm-photos-n { color: var(--gold); width: 3.4ch; text-align: right; }

.guide--memorymaker .mm-field-l { display: block; color: var(--ink-soft); }
.guide--memorymaker .mm-photos-top {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: var(--space-md); margin-bottom: var(--space-2xs);
}

.guide--memorymaker .mm-hint {
  font-family: var(--text); font-size: 13px; line-height: 1.5;
  color: var(--muted); margin: var(--space-2xs) 0 0;
}

/* only the winning product prints in gold, the rest stay quiet */
.guide--memorymaker .mm-bar-fill { background: oklch(56% 0.03 84); }
.guide--memorymaker .mm-bar.is-win .mm-bar-fill {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold));
}
.guide--memorymaker .mm-bar.is-win .mm-bar-amt { color: var(--gold); }
.guide--memorymaker .mm-bar.is-win .mm-bar-name { color: var(--ink); }

/* ---------- 640px and up ---------- */

@media (min-width: 640px) {
  .guide--memorymaker .mm-answer,
  .guide--memorymaker .mm-pricelist,
  .guide--memorymaker .mm-sheet,
  .guide--memorymaker .mm-decide-card { padding: var(--space-xl); }

  .guide--memorymaker .mm-frame { width: 240px; }

  /* the order sheet reads in two columns */
  .guide--memorymaker .mm-sheet-list {
    display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--space-xl);
  }

  .guide--memorymaker .mm-deadlines { grid-template-columns: repeat(3, 1fr); }
  .guide--memorymaker .mm-parks { grid-template-columns: 1fr 1fr; }
  .guide--memorymaker .mm-decide { grid-template-columns: 1fr 1fr; }

  /* bars go to a single row, name then track then amount */
  .guide--memorymaker .mm-bar { grid-template-columns: minmax(150px, 260px) 1fr auto; }
  .guide--memorymaker .mm-bar-name,
  .guide--memorymaker .mm-bar-amt,
  .guide--memorymaker .mm-bar-track { grid-row: auto; grid-column: auto; }

  /* calculator controls pair up; the check rows span the full board */
  .guide--memorymaker .mm-calc-form { grid-template-columns: 1fr 1fr; align-items: start; }
  .guide--memorymaker .mm-seg,
  .guide--memorymaker .mm-photos,
  .guide--memorymaker .mm-check,
  .guide--memorymaker .mm-results { grid-column: 1 / -1; }
}

/* ---------- 980px and up ---------- */

@media (min-width: 980px) {
  .guide--memorymaker .mm-hero { padding-block: var(--space-3xl); }
  .guide--memorymaker .mm-section-wall,
  .guide--memorymaker .mm-calc,
  .guide--memorymaker .mm-verdict-panel { padding-block: var(--space-3xl); }

  .guide--memorymaker .mm-frame { width: 260px; }
}

/* desktop, motion allowed, JS present: the drift owns the axis, so hand it
   the whole strip. Reduced-motion and no-JS keep the scrollable region and
   its thin scrollbar from the base rules. */
@media (min-width: 980px) and (prefers-reduced-motion: no-preference) {
  .js .guide--memorymaker .mm-strip { overflow-x: hidden; }
}
