/* Direction B — Scrapbook studio styles */

.sb-d {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.sb-d *, .sb-d *::before, .sb-d *::after { box-sizing: border-box; }

/* Paper texture */
.sb-paper {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 36px, rgba(226,114,151,0.035) 36px 37px),
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(226,114,151,0.025) 36px 37px);
  mix-blend-mode: multiply;
}
.sb-d > * { position: relative; z-index: 1; }

/* Utility */
.sb-util {
  display: flex;
  justify-content: space-between;
  background: var(--cream);
  padding: 10px 48px;
  font-family: 'Nunito'; font-weight: 700; font-size: 11px; letter-spacing: 0.2em;
  color: var(--text-muted);
  border-bottom: 1px dashed var(--border);
}

/* Header */
.sb-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 80px;
}
.sb-hdr__logo-wrap { display: flex; flex-direction: column; align-items: flex-start; }
.sb-hdr__logo { font-size: 30px; color: var(--jm-pink); line-height: 1; }
.sb-hdr__scribble { margin-top: 2px; margin-left: 2px; }
.sb-hdr__nav { display: flex; gap: 28px; }
.sb-hdr__link {
  font-family: 'Nunito'; font-weight: 800; font-size: 15px;
  text-decoration: none; color: var(--text);
  padding: 6px 10px; border-radius: 6px;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.sb-hdr__link:hover { background: var(--jm-yellow-light); color: var(--jm-yellow-dark); transform: rotate(-1deg); }
.sb-hdr__link--0:hover { transform: rotate(-1.5deg); }
.sb-hdr__link--2:hover { transform: rotate(1deg); }
.sb-hdr__actions { display: flex; align-items: center; gap: 18px; }
.sb-hdr__cart {
  display: flex; align-items: center; gap: 6px;
  background: var(--jm-yellow); color: #fff;
  padding: 8px 12px; border-radius: 999px;
  font-family: 'Nunito'; font-weight: 800; font-size: 13px;
}

/* Tape elements */
.sb-tape {
  position: absolute;
  background: rgba(226, 138, 87, 0.5);
  border-left: 1px dashed rgba(0,0,0,0.08);
  border-right: 1px dashed rgba(0,0,0,0.08);
  pointer-events: none;
  z-index: 3;
}
.sb-tape--1 { top: -12px; left: 40px; width: 100px; height: 26px; transform: rotate(-4deg); background: rgba(226, 114, 151, 0.4); }
.sb-tape--2 { top: -14px; left: 50%; transform: translateX(-50%) rotate(-3deg); width: 100px; height: 26px; }
.sb-tape--card { top: -10px; right: 18px; width: 60px; height: 20px; transform: rotate(12deg); background: rgba(226, 138, 87, 0.45); z-index: 4; }
.sb-tape--p { top: -12px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 80px; height: 22px; background: rgba(226, 138, 87, 0.45); }
.sb-tape--payoff { top: -14px; left: 22%; width: 110px; height: 28px; transform: rotate(-3deg); background: rgba(226, 114, 151, 0.45); }
.sb-tape--payoff2 { top: -14px; right: 22%; width: 110px; height: 28px; transform: rotate(3deg); background: rgba(226, 138, 87, 0.45); }

/* Handwritten text */
.sb-hand {
  font-family: 'Caveat', 'Poppins', cursive;
  font-size: 22px;
  color: var(--text);
  font-style: italic;
  display: block;
  line-height: 1.1;
}
.sb-hand--sm { font-size: 16px; color: var(--text-muted); margin-top: 2px; }
.sb-hand--lg { font-size: 24px; line-height: 1.2; }

/* HERO */
.sb-hero {
  position: relative;
  margin: 40px auto 60px;
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  padding: 60px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-2);
}
.sb-hero__text { position: relative; padding: 40px 20px 20px; }
.sb-hero__issue {
  font-family: 'Nunito'; font-weight: 800; font-size: 12px; letter-spacing: 0.22em;
  color: var(--jm-yellow);
  margin-bottom: 24px;
}
.sb-hero__h1 {
  font-size: 80px; line-height: 0.95; letter-spacing: -2.5px; margin: 0 0 16px;
}
.sb-hero__squiggle { margin-bottom: 24px; }
.sb-hero__sub { font-size: 18px; line-height: 1.55; color: var(--text-mid); max-width: 460px; margin: 0 0 32px; }
.sb-hero__cta { }

.sb-margin-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 40px;
  max-width: 220px;
}
.sb-margin-note svg { flex-shrink: 0; margin-top: 4px; }
.sb-margin-note span {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.25;
  font-style: italic;
}
.sb-margin-note--hero { margin-top: 48px; }
.sb-margin-note--promise { position: absolute; right: 40px; top: 20px; }

/* Hero collage */
.sb-hero__collage {
  position: relative;
  height: 560px;
}
.sb-polaroid {
  position: absolute;
  background: #fff;
  padding: 14px 14px 36px;
  border-radius: 3px;
  box-shadow: var(--shadow-2);
  background-size: cover;
  background-position: center;
}
.sb-polaroid::before {
  content: attr(data-name);
  position: absolute;
  bottom: 8px; left: 14px; right: 14px;
  font-family: 'Caveat', cursive;
  font-size: 13px;
  color: var(--text-mid);
  text-align: center;
  font-style: italic;
}
.sb-polaroid--h1 {
  top: 10px; left: 0; width: 280px; height: 340px;
  transform: rotate(-4deg);
  background: linear-gradient(135deg, #E8DCC8, #F5C4B0);
}
.sb-polaroid--h2 {
  top: 50px; right: 10px; width: 240px; height: 280px;
  transform: rotate(5deg);
  background: linear-gradient(135deg, #C8E8E2, #A0D4CE);
}
.sb-polaroid--h3 {
  bottom: 10px; left: 80px; width: 220px; height: 200px;
  transform: rotate(-2deg);
  background: linear-gradient(135deg, #F5D9A0, #E8B868);
}
.sb-washi {
  position: absolute;
  width: 80px; height: 26px;
  background: rgba(226, 138, 87, 0.5);
  border-left: 1px dashed rgba(0,0,0,0.08);
  border-right: 1px dashed rgba(0,0,0,0.08);
  z-index: 10;
}
.sb-washi--1 { top: 0; right: 100px; transform: rotate(12deg); }
.sb-washi--2 { bottom: 60px; left: 20px; transform: rotate(-8deg); background: rgba(226,114,151,0.5); }
.sb-clip {
  position: absolute;
  top: -10px; left: 50%;
  width: 30px; height: 40px;
  transform: translateX(-50%);
  background: var(--gold);
  border-radius: 4px 4px 6px 6px;
  z-index: 10;
}

/* Full-bleed hero variation */
/* Width cap — DESKTOP ONLY. calc(100% - 160px) at phone widths crushes the
   hero; mobile blocks own their margins. */
@media (min-width: 900px) {
  .sb-hero { max-width: min(var(--container-max), calc(100% - 160px)); }
}
.sb-hero--split { grid-template-columns: 1fr 1fr; }
.sb-hero:not(.sb-hero--split) {
  grid-template-columns: 1.2fr 1fr;
}
.sb-hero__text--full { padding: 20px; display: flex; flex-direction: column; justify-content: center; }
.sb-polaroid--h1-big {
  top: 20px; left: 0; width: 340px; height: 400px;
  transform: rotate(-3deg);
  background: linear-gradient(135deg, #E8DCC8, #F5C4B0);
}
.sb-polaroid--h4 {
  top: 320px; left: 180px; width: 200px; height: 180px;
  transform: rotate(3deg);
  background: linear-gradient(135deg, #C8B4D6, #A090BC);
}

/* PROMISE */
.sb-promise {
  padding: 100px 120px;
  background: var(--cream);
  position: relative;
}
.sb-promise__inner {
  max-width: var(--container-max); /* shared content cap */
  margin-inline: auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: flex-start;
  position: relative;
}
.sb-promise__portrait {
  position: relative;
  padding: 32px 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--shadow-2);
  transform: rotate(-2deg);
}
.sb-promise__caption {
  text-align: center;
  margin-top: 18px;
}
.sb-promise__body { padding-top: 8px; position: relative; }
.sb-promise__h2 {
  font-size: 52px; line-height: 1.05; margin: 0 0 28px; max-width: 560px;
}
.sb-promise__p {
  font-size: 18px; line-height: 1.7; color: var(--text-mid);
  margin: 0 0 20px; max-width: 580px;
}

/* RANGE */
.sb-range {
  padding: 100px 80px 80px;
  background: #fff;
  position: relative;
}
.sb-range__head {
  max-width: var(--container-max); /* shared content cap */
  margin-inline: auto;
  text-align: center;
  margin-bottom: 72px;
  padding: 0 40px;
}
.sb-range__h2 {
  font-size: 68px; line-height: 1.02; letter-spacing: -1.8px; margin: 0 0 20px;
}
.sb-underline {
  position: relative; display: inline-block; color: var(--jm-yellow);
}
.sb-underline::after {
  content: ''; position: absolute;
  bottom: -6px; left: -4px; right: -4px; height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10'><path d='M2 7 Q50 2 100 6 T198 5' stroke='%23F88379' stroke-width='3' fill='none' stroke-linecap='round'/></svg>") no-repeat center/100% 100%;
}
.sb-range__note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Caveat', cursive;
  font-size: 20px;
  color: var(--text-mid);
  font-style: italic;
}
.sb-range__grid {
  max-width: var(--container-max); /* shared content cap */
  margin-inline: auto;
  display: grid;
  gap: 48px 36px;
  padding: 0 40px;
}
.sb-range__grid--6 { grid-template-columns: repeat(3, 1fr); }
.sb-range__grid--8 { grid-template-columns: repeat(4, 1fr); }

/* SB SKU card */
.sb-sku {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 16px 16px 20px;
  box-shadow: var(--shadow-1);
  transition: transform 300ms ease-out, box-shadow 300ms ease-out;
}
.sb-sku:hover { transform: rotate(0deg) translateY(-6px) !important; box-shadow: var(--shadow-3); z-index: 5; }
.sb-sku__num {
  position: absolute;
  top: -12px; left: 14px;
  background: var(--jm-pink);
  color: #fff;
  font-family: 'Nunito'; font-weight: 900; font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}
.sb-sku__num span { font-size: 9px; opacity: 0.8; margin-right: 2px; }
.sb-sku__img-wrap {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  background: var(--cream-dark);
  margin-bottom: 16px;
}
.sb-sku__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
  transition: transform 600ms ease-out;
}
.sb-sku:hover .sb-sku__img { transform: scale(1.05); }
.sb-sku__tag {
  position: absolute; bottom: 12px; left: 12px;
  background: var(--jm-yellow); color: #fff;
  font-family: 'Nunito'; font-weight: 900; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 4px; z-index: 2;
}
.sb-sku__body { padding: 0 6px; }
.sb-sku__mood { font-size: 10px; color: var(--jm-pink); margin-bottom: 6px; }
.sb-sku__title { font-size: 18px; line-height: 1.2; margin-bottom: 4px; }
.sb-sku__sub { font-size: 12px; color: var(--text-muted); margin-bottom: 12px; font-style: italic; }
.sb-sku__row { display: flex; justify-content: space-between; align-items: center; }
.sb-sku__price { font-size: 17px; color: var(--jm-yellow-dark); }
.sb-sku__gots {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--text-muted); letter-spacing: 0.05em;
}

/* PROOF */
.sb-proof {
  padding: 100px 80px 120px;
  background: var(--cream);
}
.sb-proof__head { max-width: var(--container-max); margin-inline: auto; text-align: center; margin-bottom: 72px; /* shared content cap */ }
.sb-proof__h2 { font-size: 48px; line-height: 1.1; margin: 0 0 16px; }
.sb-proof__sub { font-family: 'Caveat', cursive; font-size: 22px; color: var(--text-mid); font-style: italic; }

.sb-proof__scatter {
  max-width: var(--container-max); /* shared content cap */
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 40px 20px;
  flex-wrap: wrap;
}
.sb-polaroid-big {
  position: relative;
  background: #fff;
  padding: 18px 18px 60px;
  border-radius: 4px;
  box-shadow: var(--shadow-2);
  width: 300px;
  transition: transform 300ms ease-out;
}
.sb-polaroid-big--0 { transform: rotate(-4deg); }
.sb-polaroid-big--1 { transform: rotate(2deg); margin-top: 40px; }
.sb-polaroid-big--2 { transform: rotate(-2deg); }
.sb-polaroid-big:hover { transform: rotate(0) scale(1.04); z-index: 5; }
.sb-polaroid-big__img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 14px;
}
.sb-polaroid-big__caption { text-align: center; }
.sb-polaroid-big__meta { display: flex; justify-content: center; gap: 6px; font-size: 11px; color: var(--text-muted); margin-top: 8px; }
.sb-polaroid-big__meta span:first-child { color: var(--jm-pink); font-weight: 700; }

.sb-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 0 40px;
}
.sb-ugc-clean {
  margin: 0; background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: var(--shadow-1);
}
.sb-ugc-clean__img { aspect-ratio: 4/5; width: 100%; }
.sb-ugc-clean figcaption { padding: 22px 24px; }
.sb-ugc-clean__text { font-size: 15px; line-height: 1.5; margin: 6px 0 10px; }
.sb-ugc-clean__sku { font-size: 12px; color: var(--text-muted); font-style: italic; }

/* PAYOFF */
.sb-payoff--band {
  padding: 120px 120px;
  background: var(--white);
  position: relative;
  text-align: center;
}
.sb-payoff--band::before {
  content: '';
  position: absolute; inset: 40px 80px;
  background: var(--cream);
  border-radius: 12px;
  z-index: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 32px, rgba(226,114,151,0.05) 32px 33px);
}
.sb-payoff__band-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; padding: 60px 40px; }
.sb-payoff__h2 { font-size: 56px; line-height: 1.05; margin: 0 0 24px; letter-spacing: -1.2px; }
.sb-underline-teal {
  position: relative; display: inline-block; color: var(--jm-pink);
}
.sb-underline-teal::after {
  content: ''; position: absolute;
  bottom: -8px; left: -4px; right: -4px; height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10'><path d='M2 7 Q50 2 100 6 T198 5' stroke='%233FBAC2' stroke-width='3' fill='none' stroke-linecap='round'/></svg>") no-repeat center/100% 100%;
}
.sb-payoff__p {
  font-size: 18px; line-height: 1.7; color: var(--text-mid);
  max-width: 540px; margin: 0 auto 36px;
}
.sb-payoff__form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; }
.sb-payoff__form--big { max-width: 540px; }
.sb-payoff__form input {
  flex: 1; padding: 18px 22px;
  border: 2px solid var(--border); border-radius: 12px;
  font-family: 'Poppins'; font-size: 15px; background: #fff;
  outline: none; transition: border-color 200ms;
}
.sb-payoff__form input:focus { border-color: var(--jm-pink); }
.sb-payoff__trust {
  display: flex; justify-content: center; gap: 32px;
  margin-top: 24px;
  font-family: 'Caveat', cursive; font-size: 18px; color: var(--text-muted);
}

.sb-payoff--inline {
  position: relative;
  padding: 48px 120px;
  background: var(--cream);
  border-top: 2px dashed var(--border);
  border-bottom: 2px dashed var(--border);
}
.sb-payoff__inline-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

/* FOOTER */
.sb-foot {
  background: var(--jm-pink-dark); color: #fff;
}
.sb-foot__logistics {
  display: flex; justify-content: center; gap: 48px;
  padding: 28px 80px;
  font-family: 'Nunito'; font-weight: 700; font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sb-foot__bottom {
  display: flex; justify-content: space-between;
  padding: 24px 80px; font-size: 12px; color: rgba(255,255,255,0.8);
}

/* ===== MOBILE ===== */
.sb-m {
  width: 375px;
  background: var(--cream);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.sb-m *, .sb-m *::before, .sb-m *::after { box-sizing: border-box; }
.sb-m__util {
  background: var(--cream);
  padding: 8px 18px; font-family: 'Nunito';
  font-weight: 700; font-size: 9px; letter-spacing: 0.2em;
  color: var(--text-muted); text-align: center;
  border-bottom: 1px dashed var(--border);
}
.sb-m__hdr {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 18px;
}
.sb-m__hero {
  margin: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-1);
  padding: 40px 22px 32px;
  position: relative;
}
.sb-m__collage {
  position: relative;
  height: 260px;
  margin-bottom: 24px;
}
.sb-m__collage .sb-polaroid {
  padding: 10px 10px 24px;
}
.sb-m__collage .sb-polaroid--h1 { width: 160px; height: 200px; left: 0; top: 10px; }
.sb-m__collage .sb-polaroid--h2 { width: 140px; height: 170px; right: 0; top: 40px; }
.sb-m__hero-issue {
  font-family: 'Nunito'; font-weight: 800; font-size: 10px;
  letter-spacing: 0.22em; color: var(--jm-yellow); margin-bottom: 14px;
}
.sb-m__hero-h1 {
  font-family: 'Nunito'; font-weight: 900;
  font-size: 40px; line-height: 0.98; letter-spacing: -1px;
  margin: 0 0 12px;
}
.sb-m__hero-sub { font-size: 14px; line-height: 1.5; color: var(--text-mid); margin-bottom: 22px; }

.sb-m__sect { padding: 48px 18px; }
.sb-m__sect--cream { background: var(--cream); }
.sb-m__sect--white { background: #fff; }
.sb-m__eyebrow {
  font-family: 'Nunito'; font-weight: 800; font-size: 10px;
  letter-spacing: 0.22em; color: var(--jm-pink); text-transform: uppercase;
  margin-bottom: 12px;
}
.sb-m__h2 { font-family: 'Nunito'; font-weight: 900; font-size: 32px; line-height: 1.05; letter-spacing: -0.5px; margin: 0 0 18px; }
.sb-m__p { font-size: 14px; line-height: 1.6; color: var(--text-mid); margin: 0 0 14px; }

.sb-m__promise-portrait {
  background: #fff; padding: 20px 16px;
  border-radius: 4px; box-shadow: var(--shadow-1);
  transform: rotate(-2deg);
  margin: 0 auto 32px;
  width: fit-content;
  text-align: center;
  position: relative;
}
.sb-m__range-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px;
}
.sb-m__sku {
  background: #fff; border-radius: 6px; padding: 12px 12px 16px;
  box-shadow: var(--shadow-1); position: relative;
}
.sb-m__sku:nth-child(even) { transform: rotate(1deg); }
.sb-m__sku:nth-child(odd) { transform: rotate(-0.5deg); }
.sb-m__sku-num {
  position: absolute; top: -8px; left: 10px;
  background: var(--jm-pink); color: #fff;
  font-family: 'Nunito'; font-weight: 900; font-size: 11px;
  padding: 3px 8px; border-radius: 3px;
}
.sb-m__sku-img {
  aspect-ratio: 4/5; width: 100%; border-radius: 3px;
  background: var(--cream-dark); position: relative; overflow: hidden;
  margin-bottom: 10px;
}
.sb-m__sku-img img { width: 100%; height: 100%; object-fit: cover; display: block; position: relative; z-index: 1; }
.sb-m__sku-mood { font-family: 'Nunito'; font-weight: 800; font-size: 9px; letter-spacing: 0.18em; color: var(--jm-pink); margin-bottom: 4px; }
.sb-m__sku-title { font-family: 'Nunito'; font-weight: 800; font-size: 13px; line-height: 1.2; margin-bottom: 4px; }
.sb-m__sku-price { font-family: 'Nunito'; font-weight: 800; font-size: 13px; color: var(--jm-yellow-dark); }

.sb-m__ugc { display: flex; flex-direction: column; gap: 24px; margin-top: 20px; align-items: center; }
.sb-m__polaroid {
  background: #fff; padding: 14px 14px 36px;
  width: 260px;
  border-radius: 3px;
  box-shadow: var(--shadow-2);
  position: relative;
}
.sb-m__polaroid:nth-child(1) { transform: rotate(-2deg); }
.sb-m__polaroid:nth-child(2) { transform: rotate(1.5deg); }
.sb-m__polaroid:nth-child(3) { transform: rotate(-1deg); }
.sb-m__polaroid-img { aspect-ratio: 1/1; border-radius: 2px; margin-bottom: 10px; }
.sb-m__polaroid-cap { text-align: center; }

.sb-m__payoff {
  background: #fff;
  margin: 24px 18px;
  padding: 40px 22px;
  text-align: center;
  border-radius: 12px;
  box-shadow: var(--shadow-1);
  position: relative;
}
.sb-m__payoff input {
  width: 100%; padding: 14px 16px;
  border: 2px solid var(--border); border-radius: 10px;
  font-family: 'Poppins'; font-size: 14px; margin-bottom: 10px; background: var(--cream);
}

.sb-m__foot {
  background: var(--jm-pink-dark); color: #fff;
  padding: 24px 18px; font-size: 11px; text-align: center; line-height: 1.8;
}

/* LCP-billedet (polaroid #1) som rigtigt <img> — Rocket lazy-loader ikke
   data-no-lazy, så det maler ved FCP i stedet for at vente på lazy-JS
   (Marc 2026-08-08: LCP 5,7s → målet er FCP-niveau). Frame-looket er bagt
   ind i creased-billederne, så cover-fyld er visuelt identisk med bg-udgaven. */
/* WebP Express wrapper img'et i <picture> — den skal selv fylde content-
   boksen, ellers kollapser img'ets height:100% mod auto (fanget visuelt:
   tomt fersken-kort). Kæden: anchor(padding=ramme) → picture(100%) → img. */
.sb-polaroid picture {
  display: block;
  width: 100%;
  height: 100%;
}
.sb-polaroid__lcp {
  /* STATISK, ikke absolute: content-boksen giver den hvide polaroid-ramme
     fra padding (14/14/36, mobil 10/10/24) på alle breakpoints.
     (inset:0-udgaven dækkede rammen — fanget visuelt 2026-08-08.) */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.sb-polaroid::before { z-index: 1; } /* håndskrifts-caption skal ligge OVER img'et */
