/* ─────────────────────────────────────────────────────────────────────────────
   Chut Shel Chaim · the rack
   Every value below is derived in PROJECT.md. Read it before changing one.
   ───────────────────────────────────────────────────────────────────────────── */

@font-face { font-family: "Bodoni Moda"; src: url(fonts/bodoni-moda-latin-normal-400-900.woff2) format("woff2"); font-weight: 400 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url(fonts/bodoni-moda-latin-italic-400-900.woff2) format("woff2"); font-weight: 400 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url(fonts/bricolage-grotesque-latin-normal-200-800.woff2) format("woff2"); font-weight: 200 800; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: "Frank Ruhl Libre"; src: url(fonts/frank-ruhl-libre-hebrew-normal-300-900.woff2) format("woff2"); font-weight: 300 900; font-display: swap; unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }
@font-face { font-family: "Frank Ruhl Libre"; src: url(fonts/frank-ruhl-libre-latin-normal-300-900.woff2) format("woff2"); font-weight: 300 900; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Manrope"; src: url(fonts/manrope-800.ttf) format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  /* ground comes from undyed cloth; ink and accent come from the mark */
  --ground: oklch(0.945 0.020 78);
  --paper: oklch(0.975 0.010 78);
  --ink: oklch(0.260 0.008 258);
  --ink-2: oklch(0.440 0.010 258);   /* 6.6:1 on ground */
  --muted: oklch(0.525 0.012 258);   /* 4.6:1 */
  --rule: oklch(0.620 0.010 258);    /* 3.1:1, control edges */
  --hair: oklch(0.260 0.008 258 / 0.12);
  --hair-2: oklch(0.260 0.008 258 / 0.07);
  --thread: oklch(0.330 0.095 258);  /* the accent, and the only one */
  --thread-deep: oklch(0.270 0.085 258);
  --thread-tint: oklch(0.330 0.095 258 / 0.10);
  --scrim: oklch(0.945 0.020 78 / 0.92);

  --f-display: "Bodoni Moda", "Bodoni 72", Didot, "Times New Roman", serif;
  --f-studio: "Manrope", Arial, sans-serif;
  --track-studio: -0.042553em; /* original wordmark: -2px at 47px */
  --f-body: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --f-hebrew: "Frank Ruhl Libre", "Times New Roman", serif;

  /* two ratios, one hinge at 17 */
  --fs-2xs: 0.75rem;    /* 12 */
  --fs-xs: 0.8125rem;   /* 13 */
  --fs-sm: 0.9375rem;   /* 15 */
  --fs-base: 1.0625rem; /* 17 */
  --fs-md: 1.1875rem;   /* 19 */
  --fs-lg: 1.3125rem;   /* 21 */
  --fs-display-m: clamp(1.5rem, 1.1rem + 1.9vw, 2.5rem);
  --fs-display-l: clamp(2rem, 0.9rem + 4.4vw, 5.25rem);
  --fs-display-xl: clamp(2.75rem, 0.7rem + 7.2vw, 8rem);

  --track-body: -0.006em;
  --track-caps: 0.08em;

  --s-2: 2px; --s-4: 4px; --s-6: 6px; --s-8: 8px; --s-12: 12px; --s-16: 16px; --s-20: 20px;
  --s-24: 24px; --s-32: 32px; --s-40: 40px; --s-48: 48px; --s-64: 64px; --s-80: 80px;
  --s-96: 96px; --s-128: 128px; --s-160: 160px; --s-240: 240px;

  --edge: clamp(20px, 4vw, 64px);
  --measure: 52ch;

  --r-print: 2px;     /* a photograph's edge */
  --r-field: 6px;
  --r-pill: 999px;    /* a string's cross-section */

  --t-hover: 100ms;
  --t-press: 60ms;
  --t-enter: 320ms;
  --ease-enter: cubic-bezier(0, 0, 0, 1);
  --ease-exit: cubic-bezier(0.3, 0, 1, 1);
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);

  --chrome-h: 104px;                  /* announcement 37 + header 67, both derived from the type and the mark */
  --row-h: clamp(140px, 21svh, 260px);
  --rail-gap: clamp(24px, 4vw, 64px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font: 400 var(--fs-base) / 1.5 var(--f-body);
  font-optical-sizing: auto;
  letter-spacing: var(--track-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
[hidden] { display: none !important; }
img, video, svg { display: block; max-inline-size: 100%; }
[lang="he"] { font-family: var(--f-hebrew); letter-spacing: 0; }
h1, h2, h3, p, figure, fieldset, address, ol, ul { margin: 0; }
address { font-style: normal; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--thread); outline-offset: 3px; border-radius: var(--s-2); }
::selection { background: var(--thread); color: var(--ground); }

.defs { position: absolute; }
.skip { position: absolute; inset-inline-start: var(--edge); inset-block-start: -100px; padding: var(--s-8) var(--s-16); background: var(--thread); color: var(--ground); border-radius: var(--r-pill); z-index: 20; }
.skip:focus-visible { inset-block-start: var(--s-8); }

/* ── type ranks ─────────────────────────────────────────────────────────── */
.display-xl, .display-l, .display-m {
  font-family: var(--f-display);
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0;
  text-wrap: balance;
  text-box: trim-start cap alphabetic;
}
.display-xl { font-size: var(--fs-display-xl); line-height: 0.94; }
.display-l { font-size: var(--fs-display-l); line-height: 1; letter-spacing: -0.005em; }
.display-m { font-size: var(--fs-display-m); line-height: 1.18; }
.prose { max-inline-size: var(--measure); }
.prose-lg { font-size: var(--fs-lg); line-height: 1.4; letter-spacing: -0.012em; max-inline-size: 40ch; }
.lead { font-size: var(--fs-md); line-height: 1.42; letter-spacing: -0.01em; max-inline-size: 38ch; color: var(--ink-2); }
.caps { font-size: var(--fs-2xs); font-weight: 500; letter-spacing: var(--track-caps); text-transform: uppercase; }

/* ── pills and links ────────────────────────────────────────────────────── */
.pill {
  display: inline-flex; align-items: center; gap: var(--s-8);
  padding-block: 9px 10px; padding-inline: var(--s-16) 18px;
  border-radius: var(--r-pill);
  font: 600 var(--fs-xs) / 1 var(--f-body);
  letter-spacing: 0.03em; text-transform: uppercase; text-decoration: none;
  white-space: nowrap;
  transition: background-color var(--t-hover) var(--ease-standard), transform var(--t-press) var(--ease-standard), color var(--t-hover) var(--ease-standard);
}
.pill-primary { background: var(--thread); color: var(--ground); }
.pill-primary:hover { background: var(--thread-deep); }
.pill-primary:active { transform: translateY(1px); }
.pill-lg { padding-block: 15px 16px; padding-inline: var(--s-24) 22px; font-size: var(--fs-sm); }
.pill .wa { flex: none; }
.text-link { color: var(--ink); text-decoration: underline; text-decoration-color: var(--thread); text-underline-offset: 0.22em; text-decoration-thickness: 1.5px; transition: text-decoration-thickness var(--t-hover) linear, color var(--t-hover) linear; }
.text-link:hover { color: var(--thread); text-decoration-thickness: 2.5px; }

/* ── announcement + header ──────────────────────────────────────────────── */
.announce { padding: var(--s-8) var(--edge); text-align: center; font-size: var(--fs-xs); font-weight: 500; letter-spacing: 0.01em; color: var(--ink-2); border-block-end: 1px solid var(--hair); }
.site-head {
  position: sticky; inset-block-start: 0; z-index: 10;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--s-24);
  padding: var(--s-12) var(--edge) var(--s-12) var(--edge);
  background: var(--scrim);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-block-end: 1px solid var(--hair-2);
}
.brand { display: inline-flex; align-items: center; gap: var(--s-12); text-decoration: none; }
.mark { block-size: 42px; inline-size: auto; }
.brand-name { font: 400 var(--fs-md) / 1.15 var(--f-display); letter-spacing: 0.01em; display: inline-grid; }
.brand-name [lang="he"] { font-size: var(--fs-xs); color: var(--muted); }
.site-nav { display: flex; gap: var(--s-20); justify-content: center; }
.site-nav a { font-size: var(--fs-sm); font-weight: 500; text-decoration: none; color: var(--ink-2); padding-block: var(--s-4); border-block-end: 1.5px solid transparent; transition: color var(--t-hover) linear, border-color var(--t-hover) linear; }
.site-nav a:hover { color: var(--ink); border-block-end-color: var(--thread); }

/* ── sections ──────────────────────────────────────────────────────────── */
.stop { position: relative; padding-inline: var(--edge); }

/* ── hero ───────────────────────────────────────────────────────────────── */
.hero { min-block-size: calc(100svh - var(--chrome-h)); display: grid; grid-template-rows: auto 1fr; padding-block: var(--s-24) var(--s-32); }
.rails { display: grid; gap: var(--s-8); margin-inline: calc(-1 * var(--edge)); }
.rail { overflow: hidden; block-size: var(--row-h); }
.rail-track { display: flex; inline-size: max-content; will-change: transform; }
.rail-item { position: relative; flex: none; block-size: var(--row-h); margin-inline-end: var(--rail-gap); text-decoration: none; }
.rail-item img { block-size: 100%; inline-size: auto; }
.rail-tag {
  position: absolute; inset-block-end: 0; inset-inline-start: 50%; transform: translate(-50%, 8px);
  padding: var(--s-4) var(--s-8); background: var(--ink); color: var(--ground);
  font-size: var(--fs-2xs); line-height: 1.25; white-space: nowrap; border-radius: var(--s-2);
  opacity: 0; transition: opacity var(--t-hover) linear, transform var(--t-hover) var(--ease-enter);
}
.rail-tag b { font-weight: 600; margin-inline-end: var(--s-4); }
.rail-item:hover .rail-tag, .rail-item:focus-visible .rail-tag { opacity: 1; transform: translate(-50%, 0); }
.rail-item:focus-visible { outline-offset: 0; }
.hero-copy { align-self: end; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; column-gap: var(--s-48); row-gap: var(--s-24); padding-block-start: var(--s-32); }
.hero-copy h1 { grid-column: 1 / -1; }
.hero-copy .line { display: block; overflow: hidden; padding-block-end: 0.14em; margin-block-end: -0.14em; }
.hero-copy .line > span { display: block; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-16) var(--s-24); justify-self: end; }
.hero-cta .text-link { font-size: var(--fs-sm); }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy .line > span { animation: rise var(--t-enter) var(--ease-enter) both; }
  .hero-copy .line:nth-child(2) > span { animation-delay: 70ms; }
  .rail-track { animation: slide var(--rail-dur, 90s) linear infinite; }
  .rail[data-dir="1"] .rail-track { animation-direction: reverse; }
}
@keyframes rise { from { transform: translateY(105%); } to { transform: translateY(0); } }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── stop 1 · handmade ──────────────────────────────────────────────────── */
.stop-handmade { padding-block: var(--s-128) var(--s-80); }
.handmade-grid { display: grid; grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr); gap: var(--s-48) var(--s-64); align-items: start; }
.reel { position: relative; inline-size: min(100%, calc(72svh * 720 / 1180)); justify-self: start; }
.reel-video { inline-size: 100%; block-size: auto; aspect-ratio: 720 / 1180; object-fit: cover; border-radius: var(--r-print); background: var(--ink); outline: 1px solid var(--hair); }
.reel-toggle {
  position: absolute; inset-inline-end: var(--s-12); inset-block-start: var(--s-12);
  inline-size: 40px; block-size: 40px; border-radius: var(--r-pill); border: 0;
  background: var(--scrim); color: var(--ink); cursor: pointer; display: grid; place-items: center;
  transition: background-color var(--t-hover) linear;
}
.reel-toggle:hover { background: var(--paper); }
.reel-toggle .ico-play { inline-size: 0; block-size: 0; border-block: 7px solid transparent; border-inline-start: 11px solid currentColor; margin-inline-start: 3px; }
.reel-toggle .ico-pause { inline-size: 10px; block-size: 12px; border-inline: 3px solid currentColor; display: none; }
.reel-toggle[aria-pressed="true"] .ico-play { display: none; }
.reel-toggle[aria-pressed="true"] .ico-pause { display: block; }
.reel figcaption { margin-block-start: var(--s-8); font-size: var(--fs-xs); color: var(--muted); }
.reel figcaption a { color: var(--ink-2); text-decoration-color: var(--thread); text-underline-offset: 0.2em; }
.handmade-copy { display: grid; gap: var(--s-24); padding-block-start: var(--s-8); }
.handmade-copy .prose { color: var(--ink-2); }

/* ── stop 2 · one of one ────────────────────────────────────────────────── */
.stop-one { padding-block: var(--s-64) var(--s-160); }
.one-head { display: grid; gap: var(--s-24); }
.lives-label { margin-block: var(--s-64) var(--s-12); font-size: var(--fs-xs); font-weight: 500; color: var(--muted); }
.lives { overflow: hidden; margin-inline: calc(-1 * var(--edge)) calc(-1 * var(--edge)); border-block: 1px solid var(--hair); padding-block: var(--s-16); }
.lives-track { display: flex; inline-size: max-content; font: italic 400 clamp(1.5rem, 1rem + 2.2vw, 2.5rem) / 1.2 var(--f-display); white-space: nowrap; }
.lives-run { padding-inline-start: var(--edge); }
.lives .sep { color: var(--thread); margin-inline: var(--s-12); }
@media (prefers-reduced-motion: no-preference) { .lives-track { animation: slide 150s linear infinite; } }
.lives.is-paused .lives-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .lives { overflow: visible; }
  .lives-track { inline-size: auto; white-space: normal; display: block; padding-inline: var(--edge) var(--edge); }
  .lives-run[aria-hidden] { display: none; }
}

/* ── stop 3 · the rack ──────────────────────────────────────────────────── */
.stop-rack { padding-block: var(--s-96) var(--s-96); }
.rack-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s-24) var(--s-64); align-items: end; }
.rack-head .prose-lg { color: var(--ink-2); }
.filters { border: 0; padding: 0; margin-block: var(--s-48) var(--s-32); display: flex; flex-wrap: wrap; gap: var(--s-4) var(--s-20); align-items: baseline; border-block-start: 1px solid var(--hair); padding-block-start: var(--s-16); }
.filters legend { float: inline-start; padding: 0; margin-inline-end: var(--s-8); font-size: var(--fs-xs); color: var(--muted); font-weight: 500; }
.filter { position: relative; display: inline-flex; align-items: baseline; gap: var(--s-6); cursor: pointer; padding-block: var(--s-4); font-size: var(--fs-sm); font-weight: 500; color: var(--ink-2); border-block-end: 2px solid transparent; transition: color var(--t-hover) linear, border-color var(--t-hover) linear; }
.filter input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; margin: 0; }
.filter i { font-style: normal; font-size: var(--fs-2xs); color: var(--muted); font-variant-numeric: tabular-nums; }
.filter:hover { color: var(--ink); }
.filter:has(input:checked) { color: var(--ink); border-block-end-color: var(--thread); }
.filter:has(input:focus-visible) { outline: 2px solid var(--thread); outline-offset: 3px; border-radius: var(--s-2); }
.filters-live { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip-path: inset(50%); }
.rack-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s-40) var(--s-16); }
.piece a { display: block; text-decoration: none; color: inherit; }
.piece figure { display: grid; gap: var(--s-8); }
.piece img { inline-size: 100%; block-size: auto; aspect-ratio: 4 / 7; object-fit: cover; object-position: 50% 0; border-radius: var(--r-print); outline: 1px solid var(--hair-2); outline-offset: -1px; background: var(--paper); }
.piece figcaption { display: grid; gap: var(--s-2); line-height: 1.25; }
.tag-top { display: flex; flex-wrap: wrap; gap: var(--s-4) var(--s-8); align-items: baseline; font-size: var(--fs-2xs); color: var(--muted); font-weight: 500; }
.tag-top b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.tag-reel { color: var(--thread); }
.tag-was { font: italic 400 var(--fs-sm) / 1.25 var(--f-display); color: var(--ink); letter-spacing: 0; transition: color var(--t-hover) linear; }
.tag-ask { display: inline-flex; align-items: center; gap: var(--s-4); font-size: var(--fs-2xs); font-weight: 500; color: var(--thread); opacity: 0; transform: translateY(-2px); transition: opacity var(--t-hover) linear, transform var(--t-hover) var(--ease-enter); }
.piece a:hover .tag-was, .piece a:focus-visible .tag-was { color: var(--thread); }
.piece a:hover .tag-ask, .piece a:focus-visible .tag-ask { opacity: 1; transform: none; }
.piece:target img { outline: 2px solid var(--thread); outline-offset: 3px; }
.rack-empty { display: none; padding: var(--s-40) 0; max-inline-size: var(--measure); color: var(--ink-2); border-block-start: 1px solid var(--hair); }
.rack-empty.is-shown { display: block; }
.rack-reveal { display: none; }
.rack-foot { margin-block-start: var(--s-48); color: var(--ink-2); }

/* ── stop 4 · story ─────────────────────────────────────────────────────── */
.stop-story { padding-block: var(--s-160) var(--s-48); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: var(--s-48) var(--s-64); }
.story-grid h2 { grid-column: 1; max-inline-size: 24ch; }
.story-body { grid-column: 2; grid-row: 1 / span 2; display: grid; gap: var(--s-24); align-content: start; padding-block-start: var(--s-8); }
.story-body .prose { color: var(--ink-2); }
.story-name { display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--s-12); color: var(--ink); }
.story-name [lang="he"] { font-size: var(--fs-lg); }
.story-gloss { font-size: var(--fs-sm); color: var(--muted); }
.steps { grid-column: 1; list-style: none; padding: 0; display: grid; gap: 0; max-inline-size: 46ch; border-block-start: 1px solid var(--hair); margin-block-start: var(--s-16); }
.steps li { display: grid; grid-template-columns: 2.2rem 1fr; gap: var(--s-12); padding-block: var(--s-12) 14px; border-block-end: 1px solid var(--hair-2); font-size: var(--fs-sm); line-height: 1.4; color: var(--ink-2); }
.steps b { font: 400 var(--fs-lg) / 1 var(--f-display); color: var(--thread); font-variant-numeric: tabular-nums; padding-block-start: 2px; }
.steps strong { font-weight: 600; color: var(--ink); }

/* ── the loose ends · claim ─────────────────────────────────────────────── */
.stop-claim { padding-block: var(--s-240) var(--s-160); }
.claim-copy { display: grid; justify-items: start; gap: var(--s-24); }
.claim-copy h2 { max-inline-size: 10ch; }
.claim-copy .prose-lg { color: var(--ink-2); }
.claim-cta { margin-block-start: var(--s-8); }
.contact { margin-block-start: var(--s-40); display: flex; flex-wrap: wrap; gap: var(--s-8) var(--s-24); font-size: var(--fs-sm); color: var(--ink-2); }
.contact a { text-decoration: underline; text-decoration-color: var(--hair); text-underline-offset: 0.22em; transition: text-decoration-color var(--t-hover) linear, color var(--t-hover) linear; }
.contact a:hover { color: var(--ink); text-decoration-color: var(--thread); }
.contact [lang="he"] { font-size: var(--fs-base); color: var(--ink); }

/* ── footer ─────────────────────────────────────────────────────────────── */
.site-foot { padding: var(--s-48) var(--edge) var(--s-32); display: grid; justify-items: center; gap: var(--s-16); text-align: center; font-size: var(--fs-sm); color: var(--ink-2); border-block-start: 1px solid var(--hair); }
.site-foot a { text-decoration: none; transition: color var(--t-hover) linear; }
.site-foot a:hover { color: var(--thread); text-decoration: underline; text-underline-offset: 0.22em; }
.foot-brand { display: grid; justify-items: center; gap: var(--s-4); color: var(--ink); }
.foot-name { font: 500 var(--fs-lg) / 1.2 var(--f-display); }
.foot-brand [lang="he"] { color: var(--muted); font-size: var(--fs-sm); }
.foot-description { font-size: var(--fs-sm); line-height: 1.5; }
.foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-8) var(--s-24); }
.foot-links a { display: inline-flex; align-items: center; min-block-size: var(--s-40); }
.foot-contact { font-size: var(--fs-xs); }
.studio-credit { inline-size: 100%; margin-block-start: var(--s-8); padding-block-start: var(--s-24); border-block-start: 1px solid var(--hair); }
.studio-credit a { display: inline-grid; justify-items: center; gap: var(--s-8); min-block-size: var(--s-40); }
.studio-label { color: var(--muted); font-size: var(--fs-2xs); }
.studio-signature { display: inline-flex; align-items: center; gap: var(--s-8); color: var(--ink-2); font: 800 var(--fs-base) / 1.25 var(--f-studio); letter-spacing: var(--track-studio); }
.studio-signature svg { flex: none; }

/* ── sticky CTA (narrow screens only) ───────────────────────────────────── */
.sticky-cta { position: fixed; inset-block-end: var(--s-16); inset-inline: 0; display: flex; justify-content: center; z-index: 9; pointer-events: none; }
/* the pill floats over the rack, so the page fades out under it rather than
   colliding with a caption */
.sticky-cta::before { content: ""; position: absolute; inset-inline: 0; inset-block-start: calc(-1 * var(--s-24)); inset-block-end: calc(-1 * var(--s-16)); background: linear-gradient(to top, var(--ground) 55%, transparent); }
.sticky-cta .pill { position: relative; z-index: 1; pointer-events: auto; box-shadow: 0 2px 4px -2px oklch(0.30 0.02 258 / 0.10), 0 6px 12px -4px oklch(0.30 0.02 258 / 0.08), 0 12px 24px -8px oklch(0.30 0.02 258 / 0.06); }

/* ── widths ─────────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .rack-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .site-head { grid-template-columns: auto 1fr; gap: var(--s-12); }
  .site-nav { display: none; }
  .site-head > .pill { justify-self: end; }
  .hero { min-block-size: auto; }
  .hero-copy { grid-template-columns: 1fr; }
  .hero-cta { justify-self: start; }
  .handmade-grid, .rack-head, .story-grid { grid-template-columns: 1fr; }
  .handmade-copy { order: -1; }
  .story-body { grid-column: 1; grid-row: auto; }
  .reel { inline-size: min(100%, 360px); }
  .stop-handmade { padding-block: var(--s-96) var(--s-64); }
  .stop-one { padding-block: var(--s-48) var(--s-128); }
  .stop-story { padding-block: var(--s-128) var(--s-40); }
  .stop-claim { padding-block: var(--s-160) var(--s-128); }
}
@media (max-width: 700px) {
  :root { --edge: 18px; --rail-gap: 20px; --row-h: clamp(140px, 24svh, 220px); }
  .site-head { padding-block: var(--s-8); }
  .site-head .pill span { display: none; }
  .site-head .pill { padding-inline: 11px; }
  .brand-name [lang="he"] { display: none; }
  .mark { block-size: 36px; }
  .announce { font-size: var(--fs-2xs); }
  .rack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-32) var(--s-12); }
  .rack-grid.is-collapsed .piece:nth-child(n + 5) { display: none; }
  .rack-reveal {
    display: inline-flex; align-items: center; gap: var(--s-8); margin: var(--s-40) auto 0; padding: var(--s-8) 0 var(--s-4);
    border: 0; border-block-end: 2px solid var(--thread); background: transparent; color: var(--ink);
    font: 600 var(--fs-sm) / 1.25 var(--f-body); cursor: pointer;
  }
  .rack-reveal::after { content: "\2193"; font-size: var(--fs-base); font-weight: 400; }
  .rack-reveal:hover { color: var(--thread); }
  .filters { gap: var(--s-4) var(--s-16); }
  .steps li { grid-template-columns: 1.8rem 1fr; }
}
@media (min-width: 901px) { .sticky-cta { display: none; } }

/* ── printing: the chrome and the motion go, the rack stays ─────────────── */
@media print {
  .announce, .site-head, .sticky-cta, .rails, .lives, .reel-toggle { display: none !important; }
  .stop { padding-inline: 0; }
}
