:root {
  --ink: #111111;
  --paper: #fffdf8;
  --cream: #f6e6c8;
  --pink: #f18cac;
  --yellow: #f5c95c;
  --mint: #bedbc8;
  --blue: #acd6df;
  --lavender: #b9add0;
  --content-max: 1440px;
  --media-max: 1920px;
  --max: var(--content-max);
  --pad: clamp(22px, 4.6vw, 76px);
  --content-edge: max(var(--pad), calc((100vw - var(--content-max)) / 2));
  --showcase-span: 68%;
  --showcase-gap: 28px;
  --display: "Fredoka", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fffdf8; color: var(--ink); font-family: var(--body); font-synthesis: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 18px; background: #fff; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }
.announcement { padding: 9px 20px; background: var(--pink); font-size: 13px; font-weight: 700; text-align: center; }
.announcement span { margin: 0 10px; }

.site-header { position: relative; z-index: 30; display: grid; grid-template-columns: 225px 1fr auto; align-items: center; min-height: 108px; padding: 10px var(--content-edge); background: var(--paper); border-bottom: 1px solid rgba(17,17,17,.14); }
.brand { display: block; width: 205px; }
.brand img { width: 100%; max-height: 88px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 46px); font-weight: 700; }
.desktop-nav a, .icon-link { position: relative; }
.desktop-nav a::after, .icon-link::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 2px; background: var(--pink); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .icon-link:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; font-weight: 700; }
.cart-link { display: flex; align-items: center; gap: 8px; }
.cart-link span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; }
.menu-button, .mobile-nav { display: none; }

.chapter { position: relative; padding: clamp(100px, 11vw, 170px) var(--content-edge); }
.eyebrow { margin: 0 0 16px; font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 15px 25px; border: 2px solid var(--ink); font-family: var(--body); font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--pink); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.text-link, .choice-link, .footer-text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 2px solid currentColor; font-family: var(--body); font-size: 16px; font-weight: 700; line-height: 1.2; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translate(4px,-4px); }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .82fr); align-items: center; gap: clamp(36px, 5vw, 90px); min-height: 740px; padding-top: clamp(70px, 8vw, 110px); padding-bottom: 90px; background: var(--paper); }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.hero h1 { max-width: 790px; margin: 0; font-family: var(--display); font-size: clamp(58px, 6vw, 94px); font-weight: 900; line-height: .98; letter-spacing: 0; }
.hero h1 span { display: block; }
.hero-intro { max-width: 650px; margin: 30px 0 0; font-size: clamp(18px,1.5vw,22px); line-height: 1.55; }
.hero-intro-mobile { display: none; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.hero-cta-mobile { display: none; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; font-size: 14px; font-weight: 700; }
.hero-proof span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--pink); }
.hero-art { position: relative; overflow: hidden; align-self: stretch; min-height: 590px; border-radius: 42% 58% 44% 56% / 48% 39% 61% 52%; background: var(--mint); box-shadow: inset 0 0 0 2px rgba(17,17,17,.08); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-panda { display: contents; }
.mobile-hero-shop { display: none; }

.promise-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 28px var(--content-edge); background: var(--yellow); }
.promise-strip > div { display: flex; min-width: 0; align-items: center; gap: 15px; padding: 21px; border: 1.5px solid rgba(17,17,17,.18); border-radius: 24px; background: rgba(255,253,248,.58); }
.promise-strip strong, .promise-strip small { display: block; }
.promise-strip strong { font-family: var(--display); font-size: clamp(16px,1.5vw,21px); line-height: 1.08; }
.promise-strip small { margin-top: 5px; color: #554a36; font-size: 13px; line-height: 1.35; }
.benefit-icon { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; border-radius: 18px; background: var(--paper); transform: rotate(-3deg); }
.benefit-icon svg { width: 37px; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.6; }
.promise-strip > div:nth-child(2) .benefit-icon { background: var(--blue); transform: rotate(3deg); }
.promise-strip > div:nth-child(3) .benefit-icon { background: var(--pink); }
.promise-strip > div:nth-child(4) .benefit-icon { background: var(--mint); transform: rotate(2deg); }

.section-heading { display: flex; max-width: var(--max); align-items: flex-end; justify-content: space-between; gap: 34px; margin: auto; }
.section-heading h2, .benefits-intro h2, .personalization h2, .tube-showcase h2, .story h2, .book-feature h2, .newsletter h2 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(44px,5.3vw,78px); font-weight: 900; line-height: 1.02; letter-spacing: -.01em; }
.section-note { width: 100%; max-width: var(--max); margin: 24px auto 56px; padding-right: min(38vw,520px); font-size: 17px; line-height: 1.55; }

.rolls-section {
  margin-top: 110px;
  overflow: visible;
  padding-top: clamp(44px, 5vw, 72px);
  padding-bottom: clamp(72px, 7vw, 104px);
  background: #fff1c9;
}
.rolls-section .section-heading h2 {
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}
.section-wave {
  position: absolute;
  z-index: 0;
  top: -110px;
  right: 0;
  left: 0;
  height: 112px;
  overflow: hidden;
  pointer-events: none;
}
.section-wave svg { display: block; width: 100%; height: 100%; }
.section-wave path { fill: #fff1c9; }
.rolls-section > :not(.section-wave) { position: relative; z-index: 1; }
.rolls-carousel {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.rolls-rail {
  box-sizing: border-box;
  display: flex;
  gap: var(--showcase-gap);
  overflow: hidden;
  padding: 3px 0 28px var(--pad);
  scroll-behavior: smooth;
  scroll-padding-left: var(--pad);
  scroll-snap-type: x mandatory;
}
.roll-card {
  flex: 0 0 var(--showcase-span);
  scroll-snap-align: start;
}
.roll-card > a {
  opacity: .46;
  transition: opacity .55s ease, filter .55s ease;
  filter: saturate(.72) contrast(.92);
}
.roll-card.is-active > a { opacity: 1; filter: none; }
.roll-card:not(.is-active) .product-meta { opacity: .62; }
.roll-card .product-meta { transition: opacity .45s ease; }
.roll-card.is-active .roll-visual {
  border-color: var(--ink);
  box-shadow: 0 18px 38px rgba(17,17,17,.15);
}
.roll-card:not(.is-active) .roll-visual { border-color: rgba(17,17,17,.48); }
.rolls-rail::after { content: ""; flex: 0 0 calc(32% - 28px); }
.carousel-button {
  position: absolute;
  z-index: 5;
  top: 42%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(17,17,17,.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, background-color .25s ease, opacity .25s ease;
}
.carousel-button-prev { left: calc(var(--pad) - 29px); }
.carousel-button-next { right: auto; left: calc(var(--pad) + 68% - 29px); }
.carousel-button svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.carousel-button:hover:not(:disabled),
.carousel-button:focus-visible:not(:disabled) { background: var(--ink); color: #fff; box-shadow: 0 10px 26px rgba(17,17,17,.22); transform: translateY(-50%) scale(1.06); }
.carousel-button:disabled { pointer-events: none; opacity: 0; }

@media (min-width: 721px) and (max-width: 1040px) {
  :root { --showcase-span: 78%; }
  .roll-card { flex-basis: 78%; }
  .rolls-rail::after { flex-basis: calc(22% - 28px); }
  .carousel-button-next { left: calc(var(--pad) + 78% - 29px); }
}
.product-card a { display: block; }
.roll-visual, .mat-visual { position: relative; overflow: hidden; border: 2px solid var(--ink); border-radius: 18px; background: #fff; }
.roll-visual { aspect-ratio: 4.08 / 1; }
.roll-visual img, .mat-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.roll-visual img { object-fit: contain; }
.product-card:hover img, .product-card:focus-within img { transform: scale(1.035); }
.size-tabs { position: absolute; top: 12px; right: 12px; display: flex; gap: 7px; }
.size-tabs span { padding: 9px 12px; border-radius: 8px; background: var(--ink); color: #fff; font-family: var(--display); font-size: 17px; font-weight: 800; line-height: 1; }
.peek { position: absolute; bottom: 13px; left: 16px; display: inline-flex; min-height: 38px; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid var(--ink); border-radius: 9px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease; }
.peek svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-card:hover .peek, .product-card:focus-within .peek { transform: translateX(4px); background: #fff; color: var(--ink); }
.product-meta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 28px; padding: 20px 8px 0; }
.product-meta > div:first-child { min-width: 0; display: grid; gap: 5px; }
.product-meta small { display: block; color: rgba(17,17,17,.56); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.product-meta h3 { margin: 0; font-family: var(--display); font-size: clamp(30px,2.5vw,42px); font-weight: 900; letter-spacing: 0; line-height: 1.04; }
.price { min-width: max-content; flex-shrink: 0; display: flex; align-items: baseline; gap: 8px; padding-top: 16px; text-align: right; white-space: nowrap; }
.price strong { display: block; white-space: nowrap; font-family: var(--body); font-size: clamp(25px,2.1vw,34px); font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.roll-personalization {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: var(--max);
  min-height: 300px;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  margin: clamp(72px, 7vw, 104px) auto 0;
  padding: clamp(44px, 4.4vw, 66px) clamp(32px, 4.7vw, 68px);
  border: 0;
  background: transparent;
  box-shadow: none;
}
.roll-personalization-shape { position: absolute; z-index: 0; inset: -10px -12px -12px; width: calc(100% + 24px); height: calc(100% + 22px); overflow: visible; }
.roll-personalization-shape path { fill: #fff; stroke: var(--ink); stroke-width: 2.4; vector-effect: non-scaling-stroke; }
.roll-personalization-copy { position: relative; z-index: 2; }
.roll-personalization-copy h2 { max-width: 620px; margin: 0; font-family: var(--display); font-size: clamp(36px,3.4vw,50px); font-weight: 700; line-height: 1.04; }
.roll-personalization-copy > p:not(.eyebrow) { max-width: 610px; margin: 18px 0 0; font-size: clamp(16px,1.15vw,18px); line-height: 1.5; }
.roll-personalization-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; margin-top: 25px; }
.roll-personalization-actions .button { min-height: 50px; padding: 12px 21px; }
.roll-personalization-art { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-start; min-height: 220px; }
.roll-personalization-names { width: 86%; max-height: 255px; object-fit: contain; transform: translateX(-7%); }

.mats-section {
  margin-top: -260px;
  padding-top: calc(clamp(78px, 7vw, 106px) + 135px);
  padding-bottom: clamp(62px, 6vw, 88px);
  background: #111;
  color: #fffaf1;
}
.mats-wave {
  position: absolute;
  z-index: 0;
  top: -110px;
  right: 0;
  left: 0;
  height: 112px;
  overflow: hidden;
  pointer-events: none;
}
.mats-wave svg { display: block; width: 100%; height: 100%; }
.mats-wave path { fill: #111; }
.mats-section > :not(.mats-wave) { position: relative; z-index: 1; }
.mats-carousel { position: relative; width: 100vw; margin-top: 36px; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); }
.mats-grid { display: flex; gap: var(--showcase-gap); overflow-x: auto; padding: 4px var(--pad) 38px; scroll-behavior: smooth; scroll-padding-left: var(--pad); scroll-snap-type: x mandatory; scrollbar-width: none; }
.mats-grid::-webkit-scrollbar { display: none; }
.mats-section .section-note { color: rgba(255,250,241,.74); }
.mats-section .text-link { color: #fffaf1; }
.mats-section .product-meta small { color: rgba(255,250,241,.58); }
.mats-section .size-tabs span { background: #fff1c9; color: #111; }
.mat-card { flex: 0 0 calc((var(--showcase-span) - var(--showcase-gap)) / 2); scroll-snap-align: start; transition: transform .45s cubic-bezier(.2,.7,.2,1), opacity .45s ease; }
.mat-card:hover, .mat-card:focus-within { transform: translateY(-8px); }
.mat-card.featured-mat:hover, .mat-card.featured-mat:focus-within { transform: translateY(32px); }
.mat-visual { aspect-ratio: 1.6 / 1; border-color: #fffaf1; box-shadow: 0 18px 42px rgba(0,0,0,.26); }
.featured-mat { transform: none; }
.mats-carousel-button { position: absolute; z-index: 5; top: calc(50% - 40px); display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid #fffaf1; border-radius: 50%; background: #fffaf1; color: #111; box-shadow: 0 12px 26px rgba(0,0,0,.3); transform: translateY(-50%); cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, opacity .25s ease; }
.mats-carousel-button svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mats-carousel-button:hover:not(:disabled), .mats-carousel-button:focus-visible:not(:disabled) { background: #111; color: #fffaf1; transform: translateY(-50%) scale(1.06); }
.mats-carousel-button:disabled { opacity: .28; cursor: default; }
.mats-carousel-prev { left: max(12px, calc(var(--pad) - 29px)); }
.mats-carousel-next { right: 18px; }

.benefits { background: var(--paper); }
.benefits-intro { max-width: var(--max); margin: 0 auto 58px; }
.benefit-grid { display: grid; max-width: var(--max); grid-template-columns: repeat(12,1fr); grid-auto-flow: dense; gap: 14px; margin: auto; }
.benefit { grid-column: span 4; min-height: 300px; padding: clamp(28px,3.5vw,52px); border-radius: 34px; background: var(--yellow); }
.benefit-wide { grid-column: span 7; background: var(--blue); }
.benefit-art { grid-column: span 5; overflow: hidden; padding: 0; background: var(--mint); }
.benefit-art img { width: 100%; height: 100%; object-fit: cover; }
.benefit h3 { max-width: 520px; margin: 0; font-family: var(--display); font-size: clamp(28px,2.7vw,42px); line-height: 1.05; }
.benefit p { max-width: 550px; font-size: 17px; line-height: 1.55; }
.benefit-number { display: block; margin-bottom: 25px; font-family: var(--display); font-size: clamp(54px,7vw,106px); font-weight: 900; line-height: .8; }
.benefit-pink { background: var(--pink); }
.benefit-dark { background: var(--ink); color: #fff; }

.choice-showcase { position: relative; overflow: visible; margin-top: clamp(70px,7vw,108px); padding-top: clamp(34px,3.5vw,54px); padding-bottom: 0; clip-path: inset(-500px -500px 0 -500px); background: transparent; color: #fffaf1; }
.choice-showcase::before { position: absolute; z-index: 0; top: 0; right: 0; bottom: 24px; left: 0; background: var(--ink); content: ""; }
.choice-wave { position: absolute; z-index: 1; top: clamp(-126px,-8vw,-80px); right: 0; left: 0; height: clamp(100px,9vw,150px); color: var(--ink); pointer-events: none; }
.choice-wave svg { display: block; width: 100%; height: 100%; }
.choice-wave path { fill: currentColor; }
.choice-grid { position: relative; z-index: 2; display: grid; min-height: 620px; max-width: var(--max); grid-template-columns: minmax(0,3.5fr) minmax(420px,5fr) minmax(0,3.5fr); align-items: end; gap: clamp(28px,3vw,52px); margin: auto; }
.choice-rolls { grid-column: 1; }
.choice-mats { grid-column: 3; }
.choice-side h3 { margin: 0; font-family: var(--display); font-size: clamp(36px,3.4vw,54px); line-height: 1; }
.choice-rolls h3 { color: var(--yellow); }
.choice-mats h3 { color: var(--pink); }
.choice-intro { max-width: 480px; margin: 18px 0 34px; color: rgba(255,250,241,.72); font-size: 17px; line-height: 1.55; }
.choice-side ol { margin: 0; padding: 0; list-style: none; }
.choice-side li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(255,250,241,.18); }
.choice-side li > span { font-family: var(--display); font-size: 26px; font-weight: 900; line-height: 1; }
.choice-rolls li > span { color: var(--yellow); }
.choice-mats li > span { color: var(--pink); }
.choice-side li strong { display: block; font-family: var(--display); font-size: clamp(20px,1.65vw,26px); line-height: 1.12; }
.choice-side li p { margin: 7px 0 0; color: rgba(255,250,241,.68); font-size: 15px; line-height: 1.48; }
.choice-link { margin-top: 30px; color: #fffaf1; }
.choice-product { position: absolute; z-index: 2; bottom: 24px; left: 50%; display: grid; width: min(36%,560px); height: calc(100% + 144px); place-items: end center; isolation: isolate; clip-path: inset(-500px -500px 0 -500px); transform: translateX(-50%); }
.choice-product-ring { position: absolute; z-index: -1; width: 110%; aspect-ratio: 1; border: 2px solid rgba(255,250,241,.22); border-radius: 48% 52% 47% 53% / 54% 42% 58% 46%; background: radial-gradient(circle,rgba(241,140,172,.19),transparent 65%); animation: storyOrbitSpin 22s linear infinite; }
.choice-product img { position: relative; bottom: 0; width: 100%; max-width: 100%; height: 100%; max-height: none; object-fit: contain; object-position: center bottom; filter: none; transform: none; }
.choice-note { position: absolute; z-index: 2; padding: 11px 15px; border: 2px solid var(--ink); border-radius: 14px; color: var(--ink); font-family: var(--display); font-weight: 800; box-shadow: 5px 6px 0 #000; }
.choice-note-top { top: 12%; right: -4%; background: var(--yellow); transform: rotate(5deg); }
.choice-note-bottom { bottom: 13%; left: -5%; background: var(--pink); transform: rotate(-6deg); }
.choice-side { padding-bottom: clamp(54px,5vw,78px); }

.personalization { display: grid; grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(50px,8vw,125px); background: var(--mint); }
.personalization-art { position: relative; display: grid; min-height: 630px; place-items: center; }
.organic-frame { position: absolute; inset: 4%; border-radius: 43% 57% 52% 48% / 55% 39% 61% 45%; background: var(--yellow); }
.personalization-art img { position: relative; z-index: 2; width: 112%; max-width: none; border: 2px solid var(--ink); border-radius: 24px; box-shadow: 0 20px 35px rgba(17,17,17,.14); transform: rotate(-5deg); }
.name-sample { position: absolute; z-index: 3; right: 4%; bottom: 17%; padding: 12px 22px; border-radius: 999px; background: var(--pink); font-family: var(--display); font-size: clamp(28px,4vw,56px); transform: rotate(7deg); }
.personalization-copy { max-width: 730px; }
.personalization-copy > p:not(.eyebrow), .tube-copy > p:not(.eyebrow), .story-copy > p:not(.eyebrow), .book-copy > p:not(.eyebrow) { font-size: 19px; line-height: 1.62; }
.personalization ol { margin: 34px 0; padding: 0; list-style: none; }
.personalization li { display: flex; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(17,17,17,.26); }
.personalization li > span { display: grid; flex: 0 0 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 800; }
.personalization li strong { font-family: var(--display); font-size: 20px; }
.personalization li p { margin: 4px 0 0; line-height: 1.45; }

.tube-showcase { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(45px,6vw,90px); min-height: 800px; background: var(--ink); color: #fff; }
.tube-copy { max-width: 620px; }
.tube-frame { position: relative; display: grid; min-height: 620px; place-items: center; overflow: hidden; border-radius: 54px; background: #4d4d4d; box-shadow: 0 0 0 1px rgba(255,255,255,.14); }
.tube-frame::before, .tube-frame::after { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; filter: blur(3px); }
.tube-frame::before { top: -100px; right: -60px; background: rgba(241,140,172,.35); }
.tube-frame::after { bottom: -130px; left: -70px; background: rgba(172,214,223,.32); }
.tube-frame img { position: relative; z-index: 2; width: 100%; height: 100%; max-height: 680px; object-fit: contain; }
.tube-note { position: absolute; z-index: 3; padding: 12px 16px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-family: var(--display); font-weight: 900; box-shadow: none; }
.note-one { top: 24px; left: 24px; transform: rotate(-3deg); }
.note-two { right: 24px; bottom: 24px; transform: rotate(3deg); background: var(--pink); }

.story { position: relative; display: grid; grid-template-columns: minmax(340px,5fr) minmax(0,7fr); align-items: center; gap: clamp(64px,8vw,132px); overflow: visible; padding-top: clamp(92px,8vw,128px); padding-bottom: clamp(110px,10vw,164px); background: var(--paper); }
.story-wave { position: absolute; z-index: 0; top: clamp(-92px,-7vw,-70px); right: 0; left: 0; height: clamp(92px,8vw,128px); color: var(--paper); pointer-events: none; }
.story-wave svg { display: block; width: 100%; height: 100%; }
.story-wave path { fill: currentColor; }
.story > :not(.story-wave) { position: relative; z-index: 1; }
.story-visual { position: relative; display: grid; min-height: clamp(500px,46vw,680px); place-items: center; isolation: isolate; }
.story-panda { position: relative; z-index: 2; width: min(108%,650px); max-width: none; filter: drop-shadow(0 22px 22px rgba(17,17,17,.12)); transform-origin: 50% 78%; animation: storyPandaFloat 5.4s ease-in-out infinite; }
.story-orbit { position: absolute; z-index: 0; width: 94%; overflow: visible; fill: none; stroke-width: 22; stroke-linecap: round; }
.story-orbit-one { stroke: var(--yellow); animation: storyOrbitSpin 18s linear infinite; }
.story-orbit-two { width: 76%; stroke: var(--pink); stroke-dasharray: 180 45; animation: storyOrbitSpinReverse 15s linear infinite; }
.story-spark { position: absolute; z-index: 3; width: 64px; fill: none; stroke: var(--ink); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; animation: storySparkPulse 2.8s ease-in-out infinite; }
.story-spark-one { top: 13%; left: -3%; }
.story-spark-two { right: 2%; bottom: 17%; width: 54px; stroke: #9e91e8; animation-delay: -1.1s; }
@keyframes storyPandaFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes storyOrbitSpin { to { transform: rotate(360deg); } }
@keyframes storyOrbitSpinReverse { to { transform: rotate(-360deg); } }
@keyframes storySparkPulse { 0%,100% { opacity: .45; transform: scale(.88) rotate(-4deg); } 50% { opacity: 1; transform: scale(1.08) rotate(4deg); } }
.story-content { max-width: 760px; }
.story-content h2 { max-width: 720px; }
.story-quote { position: relative; max-width: 690px; margin: 38px 0 0; padding: 36px 0 0 72px; border-top: 1px solid rgba(17,17,17,.24); }
.story-quote-mark { position: absolute; top: 36px; left: 0; width: 50px; height: auto; overflow: visible; fill: none; stroke: var(--pink); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; transform-origin: center; }
.story-quote-mark path { stroke-dasharray: 155; stroke-dashoffset: 155; animation: storyQuoteDraw 4.2s ease-in-out infinite; }
@keyframes storyQuoteDraw { 0%,12% { stroke-dashoffset: 155; opacity: .25; } 42%,66% { stroke-dashoffset: 0; opacity: 1; } 90%,100% { stroke-dashoffset: -155; opacity: .2; } }
.story-quote > p { margin: 0; font-family: var(--body); font-size: clamp(18px,1.45vw,22px); font-weight: 500; line-height: 1.65; }
.story-quote-word { display: inline-block; margin-right: .24em; will-change: opacity, transform; }
.story-signature { display: flex; align-items: center; gap: 14px; margin: 30px 0 0 72px; }
.story-signature > img { width: 96px; height: 96px; border: 2px solid var(--ink); border-radius: 50%; object-fit: cover; object-position: center; }
.story-signature-copy { display: flex; flex-direction: column; gap: 1px; }
.story-signature strong { font-family: var(--body); font-size: 18px; font-weight: 800; }
.story-signature-copy > span { font-size: 14px; color: rgba(17,17,17,.66); }

.book-feature { position: relative; display: grid; grid-template-columns: minmax(360px,5fr) minmax(0,7fr); align-items: center; gap: clamp(54px,7vw,112px); overflow: hidden; min-height: 760px; padding-top: clamp(86px,8vw,126px); padding-bottom: clamp(54px,5vw,72px); background: #fffdf8; }
.book-copy { position: relative; z-index: 2; max-width: 760px; }
.book-copy h2 { max-width: 760px; color: var(--ink); font-size: clamp(54px,6vw,92px); line-height: .94; }
.book-copy .book-lead { max-width: 650px; margin: 28px 0 18px; font-family: var(--body); font-size: clamp(22px,1.8vw,30px); font-weight: 700; letter-spacing: -.018em; line-height: 1.28; }
.book-copy > p:not(.eyebrow):not(.book-lead) { max-width: 640px; margin: 0 0 34px; color: #4b4742; font-size: 18px; line-height: 1.65; }
.book-visual { position: relative; display: grid; min-height: 590px; place-items: center; isolation: isolate; }
.book-backdrop { position: absolute; z-index: -2; top: 9%; left: 0; width: 82%; height: 78%; border-radius: 33% 67% 58% 42% / 48% 35% 65% 52%; background: #ded3ef; transform: rotate(-5deg); }
.book-visual img { position: relative; z-index: 2; width: min(72%,430px); border-radius: 9px 25px 14px 28px; box-shadow: 12px 16px 0 rgba(17,17,17,.92); transform: rotate(-3deg); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.book-visual:hover img { transform: rotate(-1deg) translateY(-8px) scale(1.015); }
.book-weather { position: absolute; z-index: 4; top: 0; right: 4%; width: clamp(125px,12vw,190px); height: 190px; overflow: visible; pointer-events: none; animation: bookCloudFloat 5.6s ease-in-out infinite; }
.book-cloud { display: block; width: 100%; height: auto; overflow: visible; fill: #73d1d6; filter: drop-shadow(7px 9px 0 rgba(166,143,203,.55)); transform: rotate(-2deg); transform-origin: 50% 50%; }
.book-drop { position: absolute; top: 105px; width: 11px; height: 21px; border-radius: 70% 30% 65% 35%; background: #a68fcb; transform: rotate(12deg); animation: bookRain 2.4s ease-in infinite; }
.drop-one { left: 24%; }
.drop-two { left: 43%; background: #73d1d6; animation-delay: -.8s; }
.drop-three { left: 62%; animation-delay: -1.55s; }
.drop-four { left: 78%; background: #73d1d6; animation-delay: -.35s; }

@keyframes bookCloudFloat {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes bookRain {
  0% { opacity: 0; transform: translateY(-8px) rotate(12deg) scale(.8); }
  22% { opacity: 1; }
  80%,100% { opacity: 0; transform: translateY(72px) rotate(12deg) scale(1); }
}


.newsletter { display: grid; grid-template-columns: .58fr 1.42fr; align-items: center; gap: 45px; max-width: var(--content-max); margin: 70px auto; padding: 72px var(--pad); border-radius: 70px 28px 78px 32px; background: var(--yellow); }
.newsletter-panda { width: min(100%,380px); aspect-ratio: 4 / 5; justify-self: center; border-radius: 46% 54% 43% 57% / 49% 43% 57% 51%; object-fit: cover; }
.newsletter-copy { max-width: 850px; }
.newsletter-copy > p:not(.eyebrow) { font-size: 18px; }
.newsletter-form { display: flex; max-width: 710px; margin: 28px 0 14px; }
.newsletter-form input { flex: 1; min-width: 0; min-height: 60px; padding: 0 20px; border: 2px solid var(--ink); border-radius: 14px 0 0 14px; background: #fff; }
.newsletter-form button { min-height: 60px; padding: 0 25px; border: 2px solid var(--ink); border-radius: 0 14px 14px 0; background: var(--ink); color: #fff; font-weight: 800; cursor: pointer; }
.newsletter small { font-weight: 600; }

.faq-section { --faq-pad-y: clamp(76px, 8vw, 112px); --faq-pad-x: clamp(34px, 7vw, 92px); position: relative; width: calc(100% - (var(--pad) * 2)); max-width: var(--content-max); margin: clamp(38px, 4vw, 58px) auto clamp(64px, 6vw, 92px); padding: var(--faq-pad-y) var(--faq-pad-x); border-radius: 72px 34px 82px 42px; background: #fff1c9; }
.faq-section > *:not(.faq-doodles) { position: relative; z-index: 2; }
.faq-doodles { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.faq-doodle { position: absolute; overflow: visible; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.doodle-crown { top: -42px; left: 7%; width: 100px; stroke: #a98bd0; stroke-width: 5; transform: rotate(-6deg); }
.doodle-rays-left { top: 22%; left: -48px; width: 92px; stroke-width: 9; }
.doodle-rays-left .ray-pink { stroke: #f18baa; }
.doodle-rays-left .ray-yellow { stroke: #f4c95d; }
.doodle-rays-right { top: 28%; right: -42px; width: 86px; stroke: #8f84e8; stroke-width: 9; transform: rotate(8deg); }
.doodle-spiral { right: 6%; bottom: -34px; width: 122px; stroke: #f18baa; stroke-width: 6; transform: rotate(-7deg); }
.faq-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.faq-heading h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.02em; }
.faq-heading > p:last-child { max-width: 560px; margin: 20px auto 0; font-size: 18px; line-height: 1.5; }
.faq-list { max-width: 860px; margin: 0 auto; border-top: 2px solid rgba(17,17,17,.14); }
.faq-item { border-bottom: 2px solid rgba(17,17,17,.14); }
.faq-item:last-child { border-bottom: 2px solid rgba(17,17,17,.14); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 4px; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(21px, 2vw, 29px); font-weight: 800; line-height: 1.15; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; flex: 0 0 auto; font-family: var(--body); font-size: 30px; font-weight: 400; line-height: 1; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { max-width: 720px; margin: -4px 50px 22px 4px; color: rgba(17,17,17,.66); font-size: 16px; line-height: 1.5; }
.faq-contact { display: block; position: relative; max-width: none; margin: 76px calc(var(--faq-pad-x) * -1) calc(var(--faq-pad-y) * -1); padding: 60px var(--faq-pad-x) 66px; border-radius: 46px 30px 82px 42px; background: var(--yellow); color: var(--ink); }
.faq-contact-copy { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; }
.faq-contact h3 { margin: 0; font-family: var(--display); font-size: clamp(30px, 3.2vw, 44px); font-weight: 700; letter-spacing: 0; line-height: 1.05; }
.faq-contact p { max-width: 590px; margin: 16px 0 26px; color: rgba(17,17,17,.68); font-size: 17px; line-height: 1.5; }
.faq-contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.faq-contact .button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }

.site-footer { position: relative; overflow: hidden; padding: 24px var(--content-edge) 34px; background: #fffdf8; color: var(--ink); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-yellow:hover { background: var(--pink); }
.footer-text-link span { transition: transform .25s ease; }
.footer-text-link:hover span { transform: translate(4px,-4px); }
.footer-main { display: grid; max-width: var(--max); grid-template-columns: 5fr 2fr 3fr 2fr; align-items: start; gap: clamp(34px,5vw,82px); margin: auto; padding: 0; background: transparent; }
.footer-coloring { position: relative; left: 50%; width: min(100vw, var(--media-max)); margin: 100px 0 -34px; overflow: hidden; background: transparent; transform: translateX(-50%); }
.footer-coloring img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center bottom; }
.footer-brand img { width: 184px; padding: 0; background: transparent; transform: none; }
.footer-brand p { max-width: 360px; margin: 24px 0; color: #5d5750; font-family: var(--body); line-height: 1.6; }
.footer-brand > a { font-weight: 700; text-decoration: underline; text-decoration-color: #f18baa; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.footer-main h3 { width: fit-content; margin: 0 0 22px; padding-bottom: 7px; border-bottom: 3px solid #f18baa; color: var(--ink); font-family: var(--body); font-size: 18px; font-weight: 800; letter-spacing: -.015em; line-height: 1; }
.footer-main > div:nth-child(3) h3 { border-bottom-color: #58b9ad; }
.footer-main > div:nth-child(4) h3 { border-bottom-color: #a98bd0; }
.footer-main a { display: block; width: fit-content; margin: 11px 0; color: #292622; font-family: var(--body); font-size: 15px; }
.footer-main a:hover { color: #cf5f84; }
.footer-bottom { display: flex; max-width: var(--max); justify-content: space-between; gap: 20px; margin: 34px auto 0; padding-top: 22px; border-top: 1px solid rgba(17,17,17,.18); color: #716b64; font-family: var(--body); font-size: 13px; }
.footer-bottom > div { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.footer-meta { gap: 14px !important; }
.footer-credit { display: inline-flex; align-items: center; gap: 14px; color: #716b64; }
.footer-credit::before { width: 1px; height: 14px; background: rgba(17,17,17,.28); content: ''; }
.footer-credit strong { color: var(--ink); font-weight: 800; text-decoration: underline; text-decoration-color: #cf5f84; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.footer-credit:hover strong { color: #cf5f84; }
.footer-backtotop { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; align-self: center; padding: 10px 14px; border: 2px solid var(--ink); color: var(--ink); font-weight: 700; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.footer-backtotop span { font-size: 19px; line-height: 1; transition: transform .2s ease; }
.footer-backtotop:hover, .footer-backtotop:focus-visible { background: var(--paper); box-shadow: 4px 4px 0 var(--pink); transform: translate(-2px,-2px); }
.footer-backtotop:hover span, .footer-backtotop:focus-visible span { transform: translateY(-3px); }
.reveal { will-change: transform, opacity; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 92px; }
  .desktop-nav, .icon-link { display: none; }
  .menu-button { display: block; padding: 10px 13px; border: 1px solid var(--ink); background: transparent; color: var(--ink); }
  .mobile-nav { position: absolute; top: 100%; right: 0; left: 0; padding: 22px var(--pad); background: var(--paper); border-top: 1px solid #ddd; box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid #ddd; font-family: var(--display); font-size: 22px; font-weight: 800; }
  .promise-strip { grid-template-columns: repeat(2,1fr); }
  .hero { grid-template-columns: 1fr 1fr; }
  .mats-grid { gap: var(--showcase-gap); }
  .benefit-wide, .benefit-art, .benefit { grid-column: span 6; }
  .benefit:last-child { grid-column: span 12; }
  .personalization, .tube-showcase, .story, .book-feature { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .choice-rolls, .choice-mats { grid-column: auto; }
  .choice-product { position: relative; bottom: auto; left: auto; grid-column: 1 / -1; grid-row: 1; width: 100%; height: auto; min-height: 680px; margin-top: -180px; transform: none; }
  .choice-side { grid-row: 2; }
  .tube-copy, .book-copy { max-width: 820px; }
  .story { gap: 72px; }
  .story-visual { width: min(100%,680px); min-height: 620px; }
  .story-content { max-width: 820px; }
  .book-visual { min-height: 520px; }
  .newsletter { grid-template-columns: .65fr 1.35fr; }
  .footer-main { grid-template-columns: 5fr 3fr 2fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 720px) {
  .announcement { font-size: 11px; }
  .site-header { min-height: 80px; padding-top: 7px; padding-bottom: 7px; }
  .brand { width: 148px; }
  .brand img { max-height: 64px; }
  .header-actions { gap: 10px; }
  .cart-link { font-size: 0; }
  .cart-link span { font-size: 13px; }
  .menu-button { font-size: 13px; }
  .chapter { padding: 88px 20px; }
  .hero { grid-template-columns: 1fr; gap: 45px; min-height: auto; padding-top: 64px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(36px,10.5vw,44px); letter-spacing: -.06em; }
  .hero-intro { margin-top: 24px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { display: grid; gap: 10px; }
  .hero-art { min-height: 440px; border-radius: 38% 62% 42% 58% / 48% 42% 58% 52%; }
  .promise-strip { grid-template-columns: 1fr; gap: 10px; padding: 20px; }
  .promise-strip > div { padding: 16px; }
  .benefit-icon { flex-basis: 48px; width: 48px; height: 48px; border-radius: 15px; }
  .benefit-icon svg { width: 32px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2, .benefits-intro h2, .personalization h2, .tube-showcase h2, .story h2, .book-feature h2, .newsletter h2 { font-size: clamp(39px,12vw,56px); }
  .section-note { margin-bottom: 34px; }
  .rolls-rail { gap: 15px; margin-right: -20px; }
  .roll-card { flex-basis: 91vw; }
  .roll-visual { aspect-ratio: 2.25 / 1; }
  .size-tabs { top: 7px; right: 7px; }
  .size-tabs span { padding: 7px 9px; font-size: 13px; }
  .peek { bottom: 8px; left: 9px; min-height: 34px; max-width: calc(100% - 82px); padding: 7px 10px; font-size: 10px; line-height: 1.15; }
  .peek svg { width: 14px; height: 14px; flex: 0 0 auto; }
  .product-meta h3 { font-size: 28px; }
  .price strong { font-size: 20px; }
  .mats-grid { gap: 16px; margin-right: 0; padding-right: 20px; padding-bottom: 74px; padding-left: 20px; scroll-padding-left: 20px; }
  .mat-card, .mat-card:last-child { flex: 0 0 84vw; }
  .featured-mat { transform: none; }
  .mat-card:hover, .mat-card:focus-within, .mat-card.featured-mat:hover, .mat-card.featured-mat:focus-within { transform: none; }
  .mats-carousel-button { top: auto; bottom: 8px; width: 50px; height: 50px; transform: none; }
  .mats-carousel-button:hover:not(:disabled), .mats-carousel-button:focus-visible:not(:disabled) { transform: scale(1.04); }
  .mats-carousel-prev { right: 76px; left: auto; }
  .mats-carousel-next { right: 18px; }
  .benefit-grid { display: block; }
  .benefit, .benefit-wide, .benefit-art, .benefit:last-child { min-height: 0; margin-bottom: 12px; }
  .benefit-art { height: 360px; }
  .personalization { gap: 35px; }
  .personalization-art { min-height: 430px; }
  .personalization-copy > p:not(.eyebrow), .tube-copy > p:not(.eyebrow), .story-copy > p:not(.eyebrow), .book-copy > p:not(.eyebrow) { font-size: 17px; }
  .tube-showcase { gap: 48px; }
  .tube-frame { min-height: 500px; border-radius: 34px; }
  .tube-note { padding: 9px 12px; font-size: 12px; }
  .story { gap: 62px; padding-top: 58px; padding-bottom: 92px; }
  .story-visual { min-height: 430px; }
  .story-panda { width: min(102%,510px); }
  .story-orbit { width: 90%; stroke-width: 18; }
  .story-spark-one { left: 0; }
  .story-quote { padding: 28px 0 0 52px; }
  .story-quote-mark { top: 30px; width: 34px; }
  .story-quote > p { font-size: 17px; line-height: 1.58; }
  .story-signature { margin-left: 52px; }
  .story-signature > img { width: 78px; height: 78px; }
  .choice-showcase { margin-top: 100px; padding-top: 60px; padding-bottom: 0; }
  .choice-wave { top: -78px; height: 96px; }
  .choice-grid { display: flex; flex-direction: column; gap: 64px; }
  .choice-product { order: 0; width: 100%; min-height: 570px; margin-top: -210px; clip-path: inset(-500px -500px 0 -500px); }
  .choice-product img { bottom: 0; width: auto; max-width: none; height: min(850px,170vw); max-height: none; }
  .choice-product-ring { width: 94%; }
  .choice-side { width: 100%; padding-bottom: 0; }
  .choice-rolls { order: 1; }
  .choice-mats { order: 2; padding-bottom: 88px; }
  .choice-note-top { right: 2%; }
  .choice-note-bottom { left: 2%; }

  @media (prefers-reduced-motion: reduce) {
    .story-panda, .story-orbit, .story-spark, .story-quote-mark path, .book-weather, .book-drop { animation: none; }
    .story-quote-mark path { stroke-dashoffset: 0; }
  }
  .book-feature { gap: 34px; min-height: 0; padding-top: 74px; padding-bottom: 54px; }
  .book-visual { min-height: 440px; }
  .book-backdrop { top: 12%; left: 3%; width: 76%; height: 72%; }
  .book-visual img { width: min(68%,330px); box-shadow: 9px 11px 0 rgba(17,17,17,.92); }
  .book-weather { top: 1%; right: 3%; width: 130px; }
  .book-copy .book-lead { margin-top: 20px; font-size: 25px; }
  .book-copy > p:not(.eyebrow):not(.book-lead) { font-size: 17px; }
  .newsletter { display: block; margin: 36px 10px; padding: 68px 28px; border-radius: 44px 22px 48px 24px; }
  .newsletter-panda { max-height: 290px; margin: 0 auto 30px; }
  .newsletter-form { display: block; }
  .newsletter-form input, .newsletter-form button { width: 100%; border-radius: 13px; }
  .newsletter-form button { margin-top: 9px; }
  .site-footer { padding: 18px 20px 28px; }
  .faq-section { --faq-pad-y: 64px; --faq-pad-x: 24px; width: calc(100% - 20px); padding: var(--faq-pad-y) var(--faq-pad-x); border-radius: 44px 24px 48px 28px; }
  .doodle-crown { top: -27px; left: 10%; width: 64px; }
  .doodle-rays-left { left: -17px; width: 58px; }
  .doodle-rays-right { right: -15px; width: 58px; }
  .doodle-spiral { right: 8%; bottom: -22px; width: 78px; }
  .faq-item summary { font-size: 21px; }
  .faq-item p { margin-right: 20px; }
  .faq-contact { margin-top: 58px; padding-top: 48px; padding-bottom: 52px; border-radius: 34px 22px 48px 28px; }
  .faq-contact-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 48px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-backtotop { align-self: flex-start; }
  .footer-bottom > div { flex-wrap: wrap; }
  .footer-coloring { left: auto; width: calc(100% + 40px); margin-right: -20px; margin-bottom: -28px; margin-left: -20px; transform: none; }
}

/* Enlarged brand state and compact sticky state. */
.site-header {
  position: sticky;
  top: 0;
  grid-template-columns: 350px 1fr auto;
  min-height: 156px;
  border-bottom-color: transparent;
  transition: min-height .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header .brand {
  width: 318px;
  transition: width .35s ease, transform .35s ease;
}
.site-header .brand img { max-height: 132px; }
.site-header::before {
  top: -58px;
  right: -145px;
  width: clamp(390px, 34vw, 530px);
  height: 205px;
  border-radius: 56% 0 0 62% / 48% 0 0 54%;
  transform: rotate(-3deg);
  transition: width .35s ease, height .35s ease, top .35s ease, border-radius .35s ease;
}
.site-header.is-scrolled {
  grid-template-columns: 185px 1fr auto;
  min-height: 86px;
  border-bottom-color: rgba(17,17,17,.16);
  box-shadow: 0 8px 24px rgba(17,17,17,.06);
}
.site-header.is-scrolled .brand { width: 148px; }
.site-header.is-scrolled .brand img { max-height: 70px; }
.site-header.is-scrolled::before { top: -15px; width: 350px; height: 116px; border-radius: 58% 0 0 65% / 46% 0 0 55%; }

.scribble-word { position: relative; z-index: 0; display: inline-block; font-style: normal; }
.scribble-word::before, .scribble-word::after { display: none; }
.scribble-word > img { position: absolute; z-index: -1; right: -5%; bottom: -4%; width: 112%; max-width: none; pointer-events: none; }

.hero-float .hero-float-icon { display: grid; width: 42px; height: 42px; margin-bottom: 16px; place-items: center; border-radius: 14px; background: var(--paper); color: var(--ink); }
.hero-float .hero-float-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-float-one .hero-float-icon { background: var(--lavender); }
.hero-float-two .hero-float-icon { background: var(--pink); }
.hero-float-three .hero-float-icon { background: var(--yellow); }
.hero-float-three { top: -10%; right: -2%; }
.hero-art > img { right: 7%; width: min(68%, 535px); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 245px 1fr auto; min-height: 126px; }
  .site-header .brand { width: 225px; }
  .site-header .brand img { max-height: 106px; }
  .site-header::before { top: -42px; right: -55px; width: 390px; height: 170px; }
  .site-header.is-scrolled { grid-template-columns: 150px 1fr auto; min-height: 78px; }
  .site-header.is-scrolled .brand { width: 124px; }
}

@media (max-width: 720px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 116px; }
  .site-header .brand { width: 205px; }
  .site-header .brand img { max-height: 98px; }
  .site-header::before { top: -43px; right: -74px; width: 272px; height: 158px; border-radius: 58% 0 0 64% / 48% 0 0 56%; }
  .site-header.is-scrolled { grid-template-columns: 1fr auto; min-height: 72px; }
  .site-header.is-scrolled .brand { width: 112px; }
  .site-header.is-scrolled .brand img { max-height: 57px; }
  .site-header.is-scrolled::before { top: -8px; right: -58px; width: 180px; height: 88px; }
  .hero-float .hero-float-icon { width: 36px; height: 36px; margin-bottom: 10px; border-radius: 12px; }
  .hero-float .hero-float-icon svg { width: 24px; }
  .hero-float-three { top: auto; right: auto; }
}

/* Simplified, optically aligned primary navigation. */
@media (min-width: 1041px) {
  .site-header { grid-template-columns: 350px 1fr 350px; }
  .site-header.is-scrolled { grid-template-columns: 185px 1fr 185px; }
  .site-header .desktop-nav {
    position: absolute;
    z-index: 2;
    left: 50%;
    gap: clamp(38px, 4vw, 68px);
    transform: translateX(-50%);
  }
  .site-header .header-actions { justify-self: end; }
}

.site-header .brand { justify-self: start; overflow: visible; }
.site-header .brand img {
  transform: translateX(-24%);
  transform-origin: left center;
}

/* Clean header and tightened hero alignment. */
.site-header { min-height: 132px; }
.site-header::before,
.site-header::after { display: none; content: none; }
.site-header .header-actions { color: var(--ink); }
.site-header .cart-link span { background: var(--ink); color: #fff; }
.hero { min-height: 700px; padding-top: 24px; }
.scribble-word > img {
  z-index: 1;
  right: -3%;
  bottom: -10%;
  width: 108%;
  opacity: 1;
}
.scribble-word > svg {
  position: absolute;
  z-index: 1;
  right: -3%;
  bottom: -9px;
  width: 108%;
  height: 22px;
  overflow: visible;
  fill: none;
  pointer-events: none;
  stroke: #fbbe5c;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-float-two .hero-float-icon { background: var(--mint); }

@media (max-width: 1040px) {
  .site-header { min-height: 112px; }
  .site-header .header-actions,
  .site-header .menu-button { color: var(--ink); }
  .site-header .menu-button { border-color: var(--ink); }
  .hero { padding-top: 32px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 96px; }
  .hero { padding-top: 32px; }
  .scribble-word > svg { bottom: -5px; height: 10px; }
}

.cart-icon {
  width: 27px;
  height: 27px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s ease;
}
.cart-link:hover .cart-icon,
.cart-link:focus-visible .cart-icon { transform: rotate(-5deg) translateY(-2px); }

@media (max-width: 720px) {
  .cart-icon { width: 25px; height: 25px; }
}

/* Transparent at rest; solid only after the compact scroll state engages. */
.site-header {
  background: transparent;
  transition: min-height .35s ease, background-color .25s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled { background: var(--paper); }

/* Final hero collision and underline placement. */
.hero-float-three { top: 12%; }
.scribble-word > svg { bottom: -15px; height: 12px; }

@media (max-width: 720px) {
  .hero-float-three { top: auto; }
  .scribble-word > svg { bottom: -8px; height: 8px; }
}

/* Preserve the supplied underline artwork; only layer it behind the word. */
.scribble-word { z-index: 0; }
.scribble-word-text { position: relative; z-index: 9999; }
.scribble-word > svg {
  z-index: 1;
  bottom: -12px;
  width: 108%;
  height: auto;
}

@media (max-width: 720px) {
  .scribble-word > svg { bottom: -7px; height: auto; }
}

/* Keep the document flow stable while the visible sticky header compacts. */
.site-header {
  margin-bottom: 0;
  transition: min-height .35s ease, margin-bottom .35s ease, background-color .25s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled { margin-bottom: 62px; }
.hero-float-three { top: calc(12% + 20px); }

@media (max-width: 1040px) {
  .site-header.is-scrolled { margin-bottom: 49px; }
}

@media (max-width: 720px) {
  .site-header.is-scrolled { margin-bottom: 41px; }
  .hero-float-three { top: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { will-change: auto; }
  .roll-visual img, .mat-visual img, .button, .text-link span { transition: none; }
}

/* Header + hero iteration: isolated from the remainder of the homepage. */
.site-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -14px;
  right: -28px;
  width: clamp(245px, 21vw, 350px);
  height: 122px;
  border-radius: 58% 0 0 64% / 44% 0 0 56%;
  background: var(--ink);
  transform: rotate(-2deg);
}
.site-header::after {
  display: none;
}
.site-header .brand, .site-header .desktop-nav, .site-header .header-actions, .site-header .menu-button { position: relative; z-index: 2; }
.site-header .header-actions { color: #fff; }
.site-header .cart-link span { background: #fff; color: var(--ink); }
.hero { grid-template-columns: minmax(0, 1.06fr) minmax(520px, .94fr); gap: clamp(18px, 3vw, 50px); min-height: 750px; padding-top: 72px; padding-bottom: 60px; }
.hero h1 { font-size: clamp(58px, 5.35vw, 80px); }
.hero-art { position: relative; overflow: visible; min-height: 640px; border-radius: 0; background: transparent; box-shadow: none; }
.hero-art > img { position: absolute; z-index: 2; right: 4%; bottom: 0; width: min(72%, 560px); height: auto; max-height: 620px; object-fit: contain; }
.hero-float { position: absolute; z-index: 5; width: clamp(158px, 13vw, 200px); padding: 19px 18px; border: 1px solid rgba(17,17,17,.09); border-radius: 24px; box-shadow: 0 12px 26px rgba(17,17,17,.08); }
.hero-float span, .hero-float strong, .hero-float small { display: block; }
.hero-float span { display: grid; width: 30px; height: 30px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; }
.hero-float strong { font-family: var(--display); font-size: 19px; line-height: 1.05; }
.hero-float small { margin-top: 7px; font-size: 12px; line-height: 1.4; }
.hero-float-one { top: 4%; left: 1%; background: #eee9fb; transform: rotate(-2deg); }
.hero-float-two { bottom: 11%; left: -2%; background: #d8f0eb; transform: rotate(2deg); }
.hero-float-three { top: 11%; right: 0; background: #fff1c9; transform: rotate(2deg); }
.hero-doodle { position: absolute; z-index: 4; width: 62px; fill: none; stroke: currentColor; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-doodle-crown { top: 7%; left: 36%; color: var(--lavender); transform: rotate(12deg); }
.hero-doodle-loop { right: 2%; bottom: 10%; width: 76px; color: var(--pink); transform: rotate(-13deg); }

@media (max-width: 1040px) {
  .site-header::before { top: -8px; right: -45px; width: 250px; height: 105px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-float { width: 160px; padding: 16px; }
}

@media (max-width: 720px) {
  .site-header::before { top: -5px; right: -62px; width: 170px; height: 86px; }
  .site-header .header-actions { color: #fff; }
  .site-header .cart-link span { background: #fff; color: var(--ink); }
  .site-header .menu-button { border-color: #fff; color: #fff; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding-top: 60px; padding-bottom: 34px; }
  .hero h1 { font-size: clamp(36px, 10.5vw, 42px); }
  .hero-art { display: grid; min-height: 500px; grid-template-columns: repeat(3, 168px); align-items: end; gap: 10px; overflow: hidden; margin-right: -20px; margin-left: -20px; padding: 0 20px 18px; }
  .hero-art > img { position: absolute; right: 4px; bottom: 134px; width: 300px; max-height: 350px; }
  .hero-float { position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 6; width: 168px; min-height: 128px; padding: 14px; transform: none; }
  .hero-float span { width: 25px; height: 25px; margin-bottom: 11px; }
  .hero-float strong { font-size: 16px; }
  .hero-float small { font-size: 11px; }
  .hero-doodle-crown { top: 7%; left: 7%; width: 45px; }
  .hero-doodle-loop { right: 4%; bottom: 42%; width: 58px; }
}

/* Final header blob and collision corrections. */
.site-header::before {
  top: -58px;
  right: -55px;
  width: clamp(390px, 34vw, 530px);
  height: 205px;
  border-radius: 56% 0 0 62% / 48% 0 0 54%;
  transform: rotate(-3deg);
  transition: width .35s ease, height .35s ease, top .35s ease, border-radius .35s ease, opacity .25s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 101px;
  right: clamp(300px, 25vw, 390px);
  display: block;
  width: 94px;
  height: 60px;
  border-radius: 63% 37% 58% 42% / 45% 56% 44% 55%;
  background: var(--ink);
  transform: rotate(14deg);
  transition: top .35s ease, right .35s ease, width .35s ease, height .35s ease, opacity .25s ease;
}
.site-header.is-scrolled::before, .site-header.is-scrolled::after { opacity: 0; }
.site-header.is-scrolled .header-actions { color: var(--ink); }
.site-header.is-scrolled .cart-link span { background: var(--ink); color: #fff; }
.hero-float-three { top: -10%; right: -2%; }
.hero-art > img { right: 7%; width: min(68%, 535px); }

@media (max-width: 1040px) {
  .site-header::before { top: -42px; right: -55px; width: 390px; height: 170px; }
  .site-header::after { top: 82px; right: 276px; width: 72px; height: 46px; }
}

@media (max-width: 720px) {
  .site-header::before { top: -34px; right: -60px; width: 210px; height: 148px; }
  .site-header::after { top: 72px; right: 87px; width: 46px; height: 33px; }
  .site-header.is-scrolled::before, .site-header.is-scrolled::after { opacity: 0; }
  .site-header.is-scrolled .header-actions { color: var(--ink); }
  .site-header.is-scrolled .cart-link span { background: var(--ink); color: #fff; }
  .site-header.is-scrolled .menu-button { border-color: var(--ink); color: var(--ink); }
  .hero-float-three { top: auto; right: auto; }
}

@media (min-width: 721px) {
  .hero-float-three { top: calc(-10% + 20px); }
}

.site-header { overflow-anchor: none; }

@media (min-width: 1041px) {
  .site-header {
    height: 153px;
    min-height: 0;
    transition: height .35s ease, margin-bottom .35s ease, background-color .25s ease, border-color .35s ease, box-shadow .35s ease;
  }
  .site-header.is-scrolled { height: 91px; }
}

.hero-float { will-change: auto !important; backface-visibility: visible; }

/* More playful UGC overlay for the curated Instagram cards. */
.instagram-card > .instagram-overlay {
  isolation: isolate;
  align-items: flex-end;
  background:
    radial-gradient(circle at 82% 17%, rgba(241,140,172,.92) 0 9%, transparent 9.5%),
    linear-gradient(180deg, rgba(17,17,17,.03) 18%, rgba(17,17,17,.2) 52%, rgba(17,17,17,.9) 100%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.72);
}
.instagram-card > .instagram-overlay::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -28px;
  bottom: -55px;
  width: 190px;
  height: 145px;
  border-radius: 61% 39% 48% 52% / 46% 55% 45% 54%;
  background: rgba(241,140,172,.82);
  transform: rotate(-12deg);
}
.instagram-heart {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 48px;
  height: 45px;
  place-items: center;
  border-radius: 48% 52% 44% 56% / 53% 46% 54% 47%;
  background: var(--yellow);
  color: var(--ink);
  transform: rotate(7deg) scale(.75);
  opacity: 0;
  transition: transform .5s cubic-bezier(.2,.85,.25,1.25), opacity .3s ease;
}
.instagram-heart svg { width: 25px; fill: var(--pink); stroke: var(--ink); stroke-width: 1.4; }
.instagram-overlay-copy { display: grid; gap: 3px; text-align: left; }
.instagram-overlay-copy small { font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: .02em; opacity: .82; }
.instagram-overlay-copy strong { font-family: var(--display); font-size: 20px; line-height: 1; }
.instagram-card > .instagram-overlay > b {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  transform: rotate(-8deg);
}
.instagram-card-arrow svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.instagram-card > .instagram-overlay > .instagram-card-arrow {
  margin-right: 6px;
  margin-bottom: 2px;
  transform: none;
}
.instagram-card:hover .instagram-heart,
.instagram-card:focus-visible .instagram-heart { transform: rotate(7deg) scale(1); opacity: 1; }
.instagram-proof-copy h2 > span {
  display: inline-block;
  margin-left: 5px;
  color: var(--pink);
  font-size: 27px;
  line-height: .7;
  transform: rotate(-8deg) translateY(2px);
}

@media (max-width: 720px) {
  .instagram-heart { top: 13px; right: 13px; width: 42px; height: 39px; }
  .instagram-overlay-copy strong { font-size: 17px; }
}

/* Curated Instagram proof marquee. */
.instagram-proof { overflow: hidden; padding: 24px 0 38px; background: var(--paper); }
.instagram-marquee { overflow: hidden; }
.instagram-track {
  display: flex;
  width: max-content;
  animation: instagram-marquee 68s linear infinite;
  will-change: transform;
}
.instagram-group { display: flex; gap: 16px; padding-right: 16px; }
.instagram-card {
  position: relative;
  display: block;
  flex: 0 0 clamp(220px, 20vw, 310px);
  height: clamp(310px, 28vw, 420px);
  overflow: hidden;
  border-radius: 22px;
  background: var(--cream);
}
.instagram-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.instagram-card:nth-child(3n+2) img { object-position: center 38%; }
.instagram-card > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(17,17,17,.04) 30%, rgba(17,17,17,.82) 100%);
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  opacity: 0;
  transition: opacity .35s ease;
}
.instagram-card > span b { font-size: 26px; font-weight: 500; }
.instagram-marquee:hover .instagram-track,
.instagram-marquee:focus-within .instagram-track { animation-play-state: paused; }
.instagram-card:hover img,
.instagram-card:focus-visible img { transform: scale(1.045); }
.instagram-card:hover > span,
.instagram-card:focus-visible > span { opacity: 1; }
.instagram-card:focus-visible { outline: 4px solid var(--pink); outline-offset: -4px; }
.instagram-proof-copy { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 32px 22px 0; text-align: center; }
.instagram-proof-copy h2 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
}
.instagram-follow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--display);
  font-weight: 800;
}
.instagram-follow-icon {
  position: relative;
  display: grid;
  width: 64px;
  height: 60px;
  flex: 0 0 64px;
  place-items: center;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.instagram-follow-heart { position: absolute; inset: 0; width: 100%; height: 100%; fill: var(--pink); stroke: none; transform: rotate(-7deg); transform-origin: 50% 52%; }
.instagram-follow-glyph { position: relative; z-index: 1; width: 25px; height: 25px; stroke: currentColor; stroke-width: 1.9; }
.instagram-follow-arrow {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.instagram-follow-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.instagram-follow:hover .instagram-follow-icon,
.instagram-follow:focus-visible .instagram-follow-icon { transform: rotate(-7deg) scale(1.09); }
.instagram-follow:hover .instagram-follow-arrow,
.instagram-follow:focus-visible .instagram-follow-arrow { transform: translate(3px,-3px); }

.text-link .link-arrow, .choice-link .link-arrow {
  display: inline-grid;
  width: 17px;
  height: 17px;
  margin-left: 2px;
  place-items: center;
  vertical-align: -3px;
  transition: transform .25s ease;
}
.text-link .link-arrow svg, .choice-link .link-arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.text-link:hover .link-arrow,
.text-link:focus-visible .link-arrow,
.choice-link:hover .link-arrow,
.choice-link:focus-visible .link-arrow { transform: translate(3px,-3px); }

@media (max-width: 720px) {
  .rolls-section { margin-top: 64px; padding-top: 42px; padding-bottom: 64px; }
  .section-wave { top: -64px; height: 66px; }
  .mats-section { margin-top: -288px; padding-top: 294px; }
  .mats-wave { top: -64px; height: 66px; }
  .roll-personalization { grid-template-columns: 1fr; gap: 16px; margin-top: 72px; padding: 54px 22px 34px; }
  .roll-personalization-shape { inset: -8px -10px -10px; width: calc(100% + 20px); height: calc(100% + 18px); }
  .roll-personalization-copy h2 { font-size: 34px; }
  .roll-personalization-actions { align-items: flex-start; flex-direction: column; }
  .roll-personalization-art { min-height: 170px; }
  .roll-personalization-names { width: 92%; max-height: 185px; transform: translateX(-6%); }
  .rolls-rail { gap: 14px; padding-bottom: 82px; }
  .roll-card { flex-basis: 91%; }
  .rolls-rail::after { flex-basis: calc(9% - 14px); }
  .carousel-button { top: auto; bottom: 7px; width: 52px; height: 52px; transform: none; }
  .carousel-button-prev { right: 66px; left: auto; }
  .carousel-button-next { right: 5px; left: auto; }
  .carousel-button:hover:not(:disabled),
  .carousel-button:focus-visible:not(:disabled),
  .carousel-button-next:hover:not(:disabled),
  .carousel-button-next:focus-visible:not(:disabled) { transform: scale(1.06); }
  .instagram-proof-copy h2 { font-size: 16px; }
}

@keyframes instagram-marquee {
  to { transform: translate3d(var(--instagram-distance), 0, 0); }
}

@media (max-width: 720px) {
  .instagram-proof { padding-top: 14px; padding-bottom: 30px; }
  .instagram-group { gap: 10px; padding-right: 10px; }
  .instagram-card { flex-basis: 210px; height: 288px; border-radius: 18px; }
  .instagram-card > span { padding: 17px; font-size: 15px; }
  .instagram-proof-copy { align-items: center; flex-direction: column; gap: 12px; padding-top: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .instagram-track { animation: none; }
  .instagram-marquee { overflow-x: auto; scrollbar-width: thin; }
}

/* Keep card typography crisp at rest; transform only the hovered card. */
.hero-float-one { transform: rotate(-1.8deg) !important; }
.hero-float-two { transform: rotate(1.4deg) !important; }
.hero-float-three { transform: rotate(2.2deg) !important; }
.hero-float { will-change: auto; }
.hero-float strong { font-size: 22px; line-height: 1.08; }
.hero-float small { margin-top: 9px; font-size: 14px; line-height: 1.45; }

@media (max-width: 720px) {
  .hero-float strong { font-size: 17px; }
  .hero-float small { font-size: 12px; }
}

/* Final underline motion and cart icon polish. */
.scribble-word > svg { bottom: -16px; }
.scribble-word > svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: draw-underline 3.8s cubic-bezier(.65,0,.35,1) .42s infinite;
}
.cart-icon { width: 29px; height: 29px; stroke-width: 2.35; }

@keyframes draw-underline {
  0%,10% { stroke-dashoffset: 1; opacity: .65; }
  38%,68% { stroke-dashoffset: 0; opacity: 1; }
  92%,100% { stroke-dashoffset: -1; opacity: .65; }
}

@media (max-width: 720px) {
  .scribble-word > svg { bottom: -10px; }
  .cart-icon { width: 26px; height: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .scribble-word > svg path { animation: none; stroke-dashoffset: 0; }
}

/* Independent hover physics for the three hero information cards. */
@media (hover: hover) and (pointer: fine) {
  .hero-float {
    transform-origin: center;
    transition: rotate .38s cubic-bezier(.2,.85,.25,1.25), translate .38s cubic-bezier(.2,.85,.25,1.25), scale .38s ease, box-shadow .38s ease;
    will-change: rotate, translate, scale;
  }
  .hero-float:hover {
    scale: 1.035;
    box-shadow: 0 20px 38px rgba(17,17,17,.14);
  }
  .hero-float-one:hover { rotate: -8deg; translate: -7px -9px; }
  .hero-float-two:hover { rotate: 7deg; translate: 7px -8px; }
  .hero-float-three:hover { rotate: -7deg; translate: -6px -9px; }
  .hero-float .hero-float-icon { transition: rotate .38s cubic-bezier(.2,.85,.25,1.25), scale .38s ease; }
  .hero-float-one:hover .hero-float-icon { rotate: 9deg; scale: 1.08; }
  .hero-float-two:hover .hero-float-icon { rotate: -8deg; scale: 1.08; }
  .hero-float-three:hover .hero-float-icon { rotate: 8deg; scale: 1.08; }
}

/* Apply hover motion to the complete card box, including its background. */
@media (hover: hover) and (pointer: fine) {
  .hero-float { transition: transform .78s cubic-bezier(.22,1,.36,1), box-shadow .78s ease; }
  .hero-float:hover { rotate: 0deg; translate: 0; scale: 1; }
  .hero-float-one:hover { transform: translate(-9px,-11px) rotate(-9deg) scale(1.08) !important; }
  .hero-float-two:hover { transform: translate(9px,-10px) rotate(8deg) scale(1.08) !important; }
  .hero-float-three:hover { transform: translate(-8px,-11px) rotate(-8deg) scale(1.08) !important; }
  .hero-float:hover .hero-float-icon { rotate: 0deg; scale: 1; }
}

/* Final header and hero corrections. */
.site-header { min-height: 132px; }
.site-header::before,
.site-header::after { display: none; content: none; }
.site-header .header-actions { color: var(--ink); }
.site-header .cart-link span { background: var(--ink); color: #fff; }
.hero { min-height: 700px; padding-top: 24px; }
.scribble-word > img {
  z-index: 1;
  right: -3%;
  bottom: -10%;
  width: 108%;
  opacity: 1;
}
.hero-float-two .hero-float-icon { background: var(--mint); }

@media (max-width: 1040px) {
  .site-header { min-height: 112px; }
  .site-header .header-actions,
  .site-header .menu-button { color: var(--ink); }
  .site-header .menu-button { border-color: var(--ink); }
  .hero { padding-top: 32px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 96px; }
  .hero { padding-top: 32px; }
}

/* Desktop header footprint must remain exactly 153px throughout both transitions. */
@media (min-width: 1041px) {
  .site-header {
    height: 153px;
    min-height: 0;
    overflow-anchor: none;
    transition: height .35s ease, margin-bottom .35s ease, background-color .25s ease, border-color .35s ease, box-shadow .35s ease;
  }
  .site-header.is-scrolled { height: 91px; }
}

/* Final tablet override after all hero and header refinements. */
@media (min-width: 721px) and (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; gap: 56px; padding-top: 64px; }
  .hero-copy, .hero h1 { max-width: 820px; }
  .hero-art { width: min(100%,760px); min-height: 620px; margin: 0 auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 48px 54px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-backtotop { align-self: flex-start; }
}

/* Mobile experience: intentionally composed for touch, not a compressed desktop. */
@media (max-width: 720px) {
  :root {
    --mobile-edge: 18px;
    --pad: var(--mobile-edge);
    --content-edge: var(--mobile-edge);
  }

  html { scroll-padding-top: 82px; }
  body { overflow-x: clip; }
  .chapter { padding-right: var(--mobile-edge); padding-left: var(--mobile-edge); }

  .announcement { display: none; }

  .site-header {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 76px;
    min-height: 76px;
    margin-bottom: 0;
    padding: 7px 14px 7px 18px;
    border-bottom: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .site-header.is-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    height: 76px;
    min-height: 76px;
    border-bottom: 1px solid rgba(17,17,17,.1);
    background: rgba(255,253,248,.96);
    box-shadow: 0 8px 22px rgba(17,17,17,.04);
    backdrop-filter: blur(14px);
  }
  .site-header::before,
  .site-header::after { display: none; content: none; }
  .site-header .brand,
  .site-header.is-scrolled .brand {
    width: 132px;
    transform: none;
  }
  .site-header .brand img,
  .site-header.is-scrolled .brand img {
    width: 100%;
    max-height: 60px;
    transform: translateX(-12%);
  }
  .site-header .header-actions { gap: 8px; color: var(--ink); }
  .site-header .header-actions {
    position: absolute !important;
    top: 16px !important;
    right: 14px !important;
    display: block;
    width: 100px !important;
    height: 44px;
  }
  .site-header .header-actions .cart-link { position: absolute !important; top: 0; right: 0; }
  .site-header .header-actions .menu-button { position: absolute !important; top: 0; right: 52px; }
  .site-header .header-actions .cart-link,
  .site-header .header-actions .menu-button {
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: visible;
    line-height: 1;
  }
  .cart-link {
    display: block;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1.5px solid rgba(17,17,17,.16);
    border-radius: 50%;
    background: #fff;
    font-size: 0;
  }
  .cart-link span {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 19px;
    height: 19px;
    background: var(--pink);
    color: var(--ink);
    font-size: 10px;
  }
  .site-header .cart-icon {
    position: absolute;
    inset: 0;
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    transform: translate(-1px,1px);
    transform-origin: center;
  }
  .menu-button {
    display: grid !important;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    padding: 0;
    border: 1.5px solid var(--ink);
    border-radius: 999px;
    background: var(--ink);
    color: #fff !important;
    font-size: 0;
    font-weight: 800;
  }
  .menu-button::before {
    position: absolute;
    inset: 0;
    display: block;
    width: 18px;
    height: 12px;
    margin: auto;
    background: linear-gradient(#fff 0 0) top/100% 2px no-repeat,linear-gradient(#fff 0 0) center/100% 2px no-repeat,linear-gradient(#fff 0 0) bottom/100% 2px no-repeat;
    content: '';
  }
  .mobile-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    gap: 0;
    padding: 8px 18px;
    border: 1.5px solid var(--ink);
    border-radius: 22px;
    background: var(--paper);
    box-shadow: 7px 8px 0 var(--ink);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(.98);
    transform-origin: top;
    transition: opacity .2s ease, visibility .2s ease, transform .25s cubic-bezier(.22,1,.36,1);
  }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a {
    padding: 17px 2px;
    border-bottom: 1px solid rgba(17,17,17,.14);
    font-size: 20px;
  }
  .mobile-nav a:last-child { border-bottom: 0; }

  .hero {
    position: relative;
    display: block;
    width: 100%;
    min-height: min(700px,100svh);
    padding: 0;
    overflow: hidden;
    background: #292622;
  }
  .hero-copy,
  .hero h1 { width: 100%; max-width: none; }
  .hero-copy {
    position: absolute;
    z-index: 8;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 112px 20px 28px;
    color: #fff;
    background: linear-gradient(180deg,transparent 0,rgba(17,17,17,.18) 16%,rgba(17,17,17,.78) 48%,rgba(17,17,17,.94) 100%);
  }
  .hero .eyebrow { display: none; }
  .hero h1 {
    max-width: 10.5em;
    font-size: clamp(34px,9vw,42px);
    line-height: .94;
    letter-spacing: -.025em;
    text-shadow: 0 3px 18px rgba(0,0,0,.28);
  }
  .hero h1 span { display: inline; }
  .hero h1 span::after { content: ' '; }
  .hero-intro { max-width: 34ch; margin-top: 13px; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.42; }
  .hero-intro-desktop { display: none; }
  .hero-intro-mobile { display: inline; }
  .hero-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
  .hero-actions .button,
  .hero-actions .text-link { width: 100%; min-height: 48px; justify-content: center; padding: 11px 14px; border: 1.5px solid #fff; font-size: 15px; }
  .hero-actions .button { background: #fff; color: var(--ink); }
  .hero-actions .text-link { background: rgba(17,17,17,.24); color: #fff; }
  .hero-actions .link-arrow { display: none; }
  .hero-actions .hero-cta-desktop { display: none; }
  .hero-actions .hero-cta-mobile { display: inline; }
  .hero-proof { display: none; }
  .scribble-word > svg { bottom: -7px; }

  .hero-art {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #292622;
    box-shadow: none;
  }
  .hero-art > .hero-panda {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .hero-art > .hero-panda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 42%;
    filter: saturate(.92) contrast(1.02);
  }
  .mobile-hero-shop { display: none; }
  .hero-float,
  .hero-float-one,
  .hero-float-two,
  .hero-float-three {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 0;
    transform: none !important;
  }
  .hero-float-one { display: none; }
  .hero-float-two,
  .hero-float-three { display: none; }
  .hero-doodle-crown,
  .hero-doodle-loop { display: none; }

  .instagram-proof { padding: 20px 0 38px; }
  .instagram-marquee { overflow-x: auto; scroll-padding-left: 18px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .instagram-marquee::-webkit-scrollbar { display: none; }
  .instagram-track { width: max-content; }
  .instagram-group { gap: 10px; padding: 0 10px 0 18px; }
  .instagram-group + .instagram-group { display: none; }
  .instagram-card { flex-basis: min(68vw,258px); height: 338px; scroll-snap-align: start; }
  .instagram-card > .instagram-overlay { opacity: 1; }
  .instagram-proof-copy { padding: 26px 18px 0; }
  .instagram-proof-copy h2 { max-width: 30ch; font-size: 15px; line-height: 1.35; }
  .instagram-follow { font-size: 13px; }

  .section-heading { gap: 19px; }
  .section-heading h2,
  .story h2,
  .book-feature h2 { font-size: clamp(36px,10.5vw,47px); line-height: 1.01; }
  .section-heading .text-link { font-size: 14px; }
  .section-note { margin: 18px auto 30px; padding-right: 0; font-size: 15px; }

  .rolls-section { margin-top: 50px; padding: 40px var(--mobile-edge) 64px; }
  .section-wave { top: -49px; height: 51px; }
  .rolls-carousel { width: calc(100% + (var(--mobile-edge) * 2)); margin-left: calc(var(--mobile-edge) * -1); }
  .rolls-rail {
    gap: 12px;
    margin-right: 0;
    padding: 3px 18px 76px !important;
    overflow-x: auto;
    scroll-padding-left: 18px !important;
    scrollbar-width: none;
  }
  .rolls-rail::-webkit-scrollbar { display: none; }
  .roll-card { flex-basis: calc(100vw - 36px); }
  .rolls-rail::after { flex-basis: 6px; }
  .roll-visual { aspect-ratio: 2.15 / 1; border-radius: 14px; }
  .product-meta { align-items: flex-start; gap: 12px; padding: 14px 5px 0; }
  .product-meta h3 { font-size: 27px; line-height: 1; }
  .price { align-items: baseline; flex-direction: row; gap: 6px; }
  .price strong { font-size: 22px; white-space: nowrap; }
  .carousel-button { bottom: 5px; width: 48px; height: 48px; }
  .carousel-button-prev { right: 72px; }
  .carousel-button-next { right: 18px; }
  .roll-personalization { margin-top: 56px; padding: 45px 20px 28px; }
  .roll-personalization-copy h2 { font-size: 31px; }
  .roll-personalization-actions .button { width: 100%; }

  .mats-section { margin-top: -235px; padding: 250px var(--mobile-edge) 78px; }
  .mats-wave { top: -48px; height: 50px; }
  .mats-carousel { width: calc(100% + (var(--mobile-edge) * 2)); margin-left: calc(var(--mobile-edge) * -1); }
  .mats-grid { gap: 12px; padding: 4px 18px 72px; scroll-padding-left: 18px; }
  .mat-card,
  .mat-card:last-child { flex-basis: calc(100vw - 44px); }
  .mat-visual { border-radius: 14px; }
  .mats-carousel-button { bottom: 4px; width: 48px; height: 48px; }
  .mats-carousel-prev { right: 72px; }
  .mats-carousel-next { right: 18px; }

  .story { gap: 20px; padding: 66px var(--mobile-edge) 86px; }
  .story-visual { min-height: 350px; }
  .story-panda { width: min(92%,390px); }
  .story-orbit { width: 85%; }
  .story-content { width: 100%; }
  .story-quote { margin-top: 26px; padding: 24px 0 0 42px; }
  .story-quote-mark { left: 0; width: 28px; }
  .story-signature { gap: 12px; margin: 24px 0 0 42px; }
  .story-signature > img { width: 64px; height: 64px; }

  .choice-showcase { margin-top: 62px; padding: 42px var(--mobile-edge) 0; }
  .choice-grid { gap: 46px; }
  .choice-product { min-height: 390px; margin-top: -118px; }
  .choice-product img { width: 100%; height: 480px; }
  .choice-product-ring { width: 110%; }
  .choice-note { padding: 9px 12px; font-size: 12px; }
  .choice-side h3 { font-size: 36px; }
  .choice-intro { margin-bottom: 20px; font-size: 15px; }
  .choice-side li { grid-template-columns: 36px 1fr; gap: 11px; padding: 18px 0; }
  .choice-side li > span { font-size: 21px; }
  .choice-side li strong { font-size: 20px; }
  .choice-side li p { font-size: 14px; }

  .book-feature { gap: 28px; padding: 68px var(--mobile-edge) 54px; }
  .book-visual { min-height: 360px; }
  .book-visual img { width: min(64%,280px); }
  .book-weather { width: 105px; }
  .book-copy .book-lead { font-size: 22px; line-height: 1.2; }
  .book-copy .button { width: 100%; }

  .faq-section {
    --faq-pad-y: 48px;
    --faq-pad-x: 20px;
    width: calc(100% - 20px);
    margin: 42px auto 56px;
    padding: var(--faq-pad-y) var(--faq-pad-x);
    border-radius: 34px 20px 40px 24px;
  }
  .faq-heading { margin-bottom: 30px; text-align: left; }
  .faq-heading h2 { font-size: clamp(35px,10.5vw,46px); }
  .faq-heading > p:last-child { margin-top: 15px; font-size: 15px; }
  .faq-item summary { gap: 16px; padding: 19px 0; font-size: 19px; line-height: 1.18; }
  .faq-item summary::after { font-size: 26px; }
  .faq-item p { margin: -2px 24px 20px 0; font-size: 15px; }
  .faq-contact { margin-top: 42px; padding: 40px 20px 44px; }
  .faq-contact h3 { font-size: 31px; }
  .faq-contact p { margin: 13px 0 22px; font-size: 15px; }
  .faq-contact-actions { width: 100%; gap: 16px; }
  .faq-contact-actions .button { width: 100%; }
  .doodle-rays-left,
  .doodle-rays-right { display: none; }

  .site-footer { padding: 24px var(--mobile-edge) 20px; }
  .footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 18px; }
  .footer-brand {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 106px minmax(0,1fr);
    align-items: center;
    gap: 4px 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(17,17,17,.14);
  }
  .footer-brand img { width: 106px; }
  .footer-brand p { display: none; }
  .footer-brand > a { margin: 0; justify-self: end; overflow-wrap: anywhere; font-size: 13px; line-height: 1.35; text-align: right; }
  .footer-main h3 { margin-bottom: 12px; padding-bottom: 5px; font-size: 14px; }
  .footer-main a { margin: 7px 0; font-size: 13px; line-height: 1.35; }
  .footer-main > div:nth-child(4) {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(17,17,17,.14);
  }
  .footer-main > div:nth-child(4) h3 { margin: 0 auto 0 0; }
  .footer-main > div:nth-child(4) a { margin: 0; }
  .footer-bottom {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 14px 16px;
    margin-top: 24px;
    padding-top: 18px;
  }
  .footer-bottom > div { gap: 8px 14px; }
  .footer-meta { grid-column: 1 / -1; justify-content: space-between; }
  .footer-credit { gap: 8px; }
  .footer-credit::before { display: none; }
  .footer-legal { display: flex !important; gap: 8px 14px !important; font-size: 11px; }
  .footer-backtotop { width: auto; min-width: 88px; justify-content: space-between; padding: 9px 12px; }
  .footer-coloring {
    width: calc(100% + (var(--mobile-edge) * 2));
    margin: 34px calc(var(--mobile-edge) * -1) -20px;
  }
  .footer-coloring img { width: max(560px,150vw); max-width: none; transform: translateX(-17%); }
}

@media (max-width: 390px) {
  .site-header .brand,
  .site-header.is-scrolled .brand { width: 116px; }
  .menu-button { width: 44px; min-width: 44px; padding: 0; }
  .hero { min-height: min(680px,100svh); }
  .hero h1 { font-size: 34px; }
  .footer-main { column-gap: 14px; }
  .footer-brand { grid-template-columns: 92px minmax(0,1fr); gap: 12px; }
  .footer-brand img { width: 92px; }
  .footer-legal { gap: 7px 10px !important; font-size: 10px; }
}

/* ===========================================================
   Claude izmjene (kopija) - v1
   1) assurance strip ispod heroa
   2) cjenovni signal u hero-proof
   3) kontrast mobilnog heroa
   =========================================================== */

/* --- 1) Assurance strip --- */
.assurance {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px var(--pad) 6px;
}
.assurance-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 20px clamp(16px, 2.4vw, 30px);
  list-style: none;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 20px;
  background: #fff;
}
.assurance-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  padding: 2px clamp(6px, 1.2vw, 14px);
}
.assurance-list li + li { border-left: 1px solid rgba(17, 17, 17, .1); }
.assurance-icon {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cream);
}
.assurance-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.assurance-list strong {
  align-self: end;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.assurance-list small {
  align-self: start;
  margin-top: 3px;
  color: rgba(17, 17, 17, .66);
  font-size: 12.5px;
  line-height: 1.35;
}

/* --- 2) Cjenovni signal u heroju --- */
.hero-proof strong {
  font-family: var(--display);
  font-weight: 600;
}

@media (max-width: 1040px) {
  .assurance { padding: 22px var(--pad) 0; }
  .assurance-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assurance-list li + li { border-left: 0; }
  .assurance-list li:nth-child(n + 3) {
    padding-top: 14px;
    border-top: 1px solid rgba(17, 17, 17, .1);
  }
  .assurance-list li:nth-child(even) { border-left: 1px solid rgba(17, 17, 17, .1); }
}

@media (max-width: 720px) {
  /* 3) mobilni hero: jaci gradijent + citljiviji podnaslov */
  .hero-copy {
    padding-top: 128px;
    background: linear-gradient(180deg, transparent 0, rgba(17,17,17,.24) 14%, rgba(17,17,17,.86) 44%, rgba(17,17,17,.97) 100%);
  }
  .hero-intro { color: rgba(255,255,255,.96); font-size: 15.5px; }
  /* sekundarni CTA jasno ispod primarnog u hijerarhiji */
  .hero-actions .text-link {
    background: transparent;
    border-color: rgba(255,255,255,.62);
    color: #fff;
  }

  .assurance { padding: 20px var(--mobile-edge, 18px) 0; }
  .assurance-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6px 16px;
    border-radius: 16px;
  }
  .assurance-list li {
    grid-template-columns: 34px 1fr;
    padding: 13px 0;
  }
  .assurance-list li + li {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
  }
  .assurance-list li:nth-child(n + 3) { padding-top: 13px; }
  .assurance-list li:nth-child(even) { border-left: 0; }
  .assurance-icon { width: 34px; height: 34px; }
  .assurance-icon svg { width: 19px; height: 19px; }
  .assurance-list strong { font-size: 14.5px; }
  .assurance-list small { font-size: 12px; }
}

/* Fix: .text-link span (0,2,0) je nadjacavao .hero-cta-mobile (0,1,0),
   pa je sekundarni CTA na desktopu ispisivao oba teksta. */
@media (min-width: 721px) {
  .hero-actions .hero-cta-mobile { display: none; }
  .hero-intro .hero-intro-mobile { display: none; }
}

/* ===========================================================
   Claude izmjene - v2
   =========================================================== */

/* --- 2) Assurance: poravnat s headerom, bez bijele plohe --- */
.assurance {
  max-width: none;
  padding: 30px var(--content-edge) 4px;
}
.assurance-list {
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(17, 17, 17, .14);
  border-bottom: 1px solid rgba(17, 17, 17, .14);
  border-radius: 0;
  background: transparent;
  gap: 0;
}
.assurance-list li { padding: 2px clamp(10px, 1.8vw, 26px); }
.assurance-list li:first-child { padding-left: 0; }
.assurance-list li:last-child { padding-right: 0; }
.assurance-icon { background: rgba(246, 230, 200, .8); }

/* --- 4) Strelice bojanki: disabled se vidi, kao kod Pandloga --- */
.carousel-button:disabled { pointer-events: none; opacity: .28; cursor: default; }

/* --- 5) Personalizacija: oblik iz CSS-a umjesto rastegnutog SVG blob-a --- */
.roll-personalization {
  border: 2.4px solid var(--ink);
  border-radius: 90px 42px 76px 38px;
  background: #fff;
}
.roll-personalization-shape { display: none; }

/* --- 1) Footer: "Na vrh" ukomponiran u red, bez crne kutije --- */
.footer-bottom {
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
}
.footer-bottom .footer-legal { margin-left: auto; }
.footer-backtotop {
  min-height: 0;
  gap: 8px;
  padding: 6px 0 6px 26px;
  border: 0;
  border-left: 1px solid rgba(17, 17, 17, .22);
  color: #716b64;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
}
.footer-backtotop span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, .28);
  border-radius: 50%;
  font-size: 13px;
}
.footer-backtotop:hover,
.footer-backtotop:focus-visible {
  background: transparent;
  box-shadow: none;
  transform: none;
  color: var(--ink);
}
.footer-backtotop:hover span,
.footer-backtotop:focus-visible span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-2px);
}

/* --- 3) Instagram follow: citljiviji, manje praznog prostora --- */
.instagram-follow { font-size: 15px; }
.instagram-follow-icon { width: 52px; height: 49px; flex-basis: 52px; }
.instagram-follow-glyph { width: 21px; height: 21px; }

/* --- 6) Doodle koverte u FAQ kontakt boksu --- */
.faq-contact-doodle {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(24px, 6vw, 96px);
  width: clamp(150px, 15vw, 210px);
  transform: translateY(-52%) rotate(-7deg);
  pointer-events: none;
}
.faq-contact-doodle svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.faq-contact-doodle .fc-env { fill: var(--paper); }
.faq-contact-doodle .fc-flap { fill: none; stroke-width: 2.8; }
.faq-contact-doodle .fc-seam { stroke-width: 2.1; opacity: .5; }
.faq-contact-doodle .fc-heart { fill: var(--pink); stroke-width: 2.2; }
.faq-contact-doodle .fc-swoosh { stroke-width: 2.2; opacity: .42; }
.faq-contact-doodle .fc-spark { fill: var(--ink); stroke-width: 1.6; }
.faq-contact-copy { margin: 0; }

@media (max-width: 1040px) {
  .assurance { padding: 26px var(--content-edge) 0; }
  .assurance-list { padding: 14px 0; }
  .assurance-list li { padding: 12px clamp(10px, 2vw, 20px); }
  .assurance-list li:nth-child(odd) { padding-left: 0; }
  .assurance-list li:nth-child(even) { padding-right: 0; }
  .assurance-list li:nth-child(-n + 2) { padding-top: 2px; }

  .roll-personalization { border-radius: 60px 32px 52px 28px; }

  .faq-contact-doodle {
    top: auto;
    right: 18px;
    bottom: 14px;
    width: 118px;
    transform: rotate(-7deg);
    opacity: .5;
  }
}

@media (max-width: 720px) {
  .assurance { padding: 22px var(--mobile-edge, 18px) 0; }
  .assurance-list {
    grid-template-columns: 1fr;
    padding: 4px 0;
    border-top: 1px solid rgba(17, 17, 17, .14);
  }
  .assurance-list li,
  .assurance-list li:nth-child(odd),
  .assurance-list li:nth-child(even),
  .assurance-list li:nth-child(-n + 2) {
    padding: 13px 0;
  }

  .roll-personalization { border-radius: 42px 22px 38px 20px; }

  /* Instagram blok: u stupac, bez stisnutog reda */
  .instagram-proof-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    text-align: left;
  }
  .instagram-proof-copy h2 { max-width: none; font-size: 15.5px; }
  .instagram-follow { font-size: 15px; gap: 10px; }
  .instagram-follow-icon { width: 46px; height: 43px; flex-basis: 46px; }
  .instagram-follow-glyph { width: 19px; height: 19px; }

  /* Footer: "Na vrh" bez okomite crte, u svoj red */
  .footer-backtotop {
    padding: 4px 0;
    border-left: 0;
  }

  .faq-contact-doodle {
    right: 12px;
    bottom: 10px;
    width: 92px;
    opacity: .4;
  }
}

/* --- 6b) Koverta: samo outline, one-line crtez + animacija iscrtavanja --- */
.faq-contact-doodle svg { stroke-width: 2.4; }
.faq-contact-doodle .fc-env,
.faq-contact-doodle .fc-flap,
.faq-contact-doodle .fc-seam { display: none; }
.faq-contact-doodle .fc-line { fill: none; stroke: var(--ink); stroke-width: 2.6; }
.faq-contact-doodle .fc-heart { fill: none; stroke: var(--pink); stroke-width: 2.4; }
.faq-contact-doodle .fc-swoosh { fill: none; stroke: var(--ink); stroke-width: 2.1; opacity: .42; }
.faq-contact-doodle .fc-spark { fill: none; stroke: var(--ink); stroke-width: 2.1; }

/* iscrtavanje kad doodle dode u vidno polje (klasu dodaje script.js) */
.faq-contact-doodle path {
  stroke-dasharray: var(--draw, 600);
  stroke-dashoffset: var(--draw, 600);
}
.faq-contact-doodle.is-drawn path {
  animation: fc-draw .9s cubic-bezier(.4, 0, .2, 1) forwards;
}
.faq-contact-doodle.is-drawn .fc-swoosh { animation-delay: .5s; }
.faq-contact-doodle.is-drawn .fc-heart { animation-delay: .62s; }
.faq-contact-doodle.is-drawn .fc-spark { animation-delay: .78s; }

@keyframes fc-draw { to { stroke-dashoffset: 0; } }

@media (prefers-reduced-motion: reduce) {
  .faq-contact-doodle path { stroke-dasharray: none; stroke-dashoffset: 0; }
  .faq-contact-doodle.is-drawn path { animation: none; }
}

/* 6c) doodle: jaci potez, da se cita na zutoj podlozi */
.faq-contact-doodle .fc-line { stroke-width: 3.4; stroke-linejoin: round; }
.faq-contact-doodle .fc-heart { stroke-width: 3; }
.faq-contact-doodle .fc-spark { stroke-width: 2.4; }
.faq-contact-doodle .fc-swoosh { stroke-width: 2.4; opacity: .5; }

/* --- 13) "Bas za njih" kartica izbacena - tuljac i personalizacija se
   vec spominju u traci iznad headera i u hero-proofu ispod naslova.
   "3 ili 5 metara" preuzima njezino mjesto desno, pa panda dobije zraka lijevo. --- */
@media (min-width: 721px) {
  .hero-float-one { top: 3%; right: 1%; left: auto; }
}

/* --- 14) Koverta: dodan gornji rub (bez njega je citala kao kruna),
   sivi lukovi maknuti. Tekst u zutom boksu vracen na centriranje - moj
   prijasnji `.faq-contact-copy { margin: 0 }` ga je gurnuo ulijevo. --- */
.faq-contact-copy { margin: 0 auto; }

/* --- 15) Citat u prici: poravnat lijevo s naslovom, navodnici vise ne
   ostavljaju rupu. Bili su `position: absolute; left: 0` uz `padding-left: 72px`
   na tekstu, a animacija im je isla u beskonacnoj petlji koja zavrsava na
   `opacity: .2` - pa je svakih par sekundi ostajao prazan lijevi stupac.
   Sad: navodnici su blok iznad teksta, tekst i potpis idu uz lijevi rub,
   animacija se odvrti jednom kad blok ude u vidno polje i ostane. --- */
.story-quote { padding-left: 0; }
.story-quote-mark {
  position: static;
  display: block;
  width: 44px;
  height: auto;
  margin: 0 0 16px;
}
.story-signature { margin-left: 0; }

.story-quote-mark path {
  stroke-dashoffset: 155;
  opacity: .22;
  animation: none;
}
.story-quote-mark.is-drawn path {
  animation: storyQuoteDrawOnce 1s cubic-bezier(.4, 0, .2, 1) forwards;
}
@keyframes storyQuoteDrawOnce { to { stroke-dashoffset: 0; opacity: 1; } }

@media (max-width: 1040px) {
  .story-quote { padding-left: 0; }
  .story-quote-mark { width: 36px; margin-bottom: 13px; }
  .story-signature { margin-left: 0; }
}

@media (max-width: 720px) {
  .story-quote { padding-left: 0; }
  .story-quote-mark { width: 32px; margin-bottom: 11px; }
  .story-signature { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .story-quote-mark path { stroke-dashoffset: 0; opacity: 1; animation: none; }
}

/* --- 16) Koverta poravnata desno s FAQ listom iznad.
   `(100% - 860px) / 2` je isti racun koji `margin: 0 auto` radi nad
   `.faq-contact-copy` (max-width 860), pa se desni rub koverte poklapa s
   desnim rubom FAQ liste. `max()` je zastita kad je boks uzi od 860. --- */
.faq-contact-doodle { right: max(24px, calc((100% - 860px) / 2)); }

/* Rotacija ide na sam SVG, ne na wrapper - inace `rotate(-7deg)` napuhne
   bounding box za ~9px pa desni rub ne sjedne na FAQ listu. */
.faq-contact-doodle { transform: translateY(-52%); }
.faq-contact-doodle svg { transform: rotate(-7deg); transform-origin: 50% 50%; }

@media (max-width: 1040px) {
  .faq-contact-doodle { transform: none; }
}

/* --- 18) Koverta: lagano lebdi, i reagira na misa.
   Koriste se zasebna transform svojstva (`rotate` / `translate` / `scale`)
   umjesto skupnog `transform`, pa se idle animacija (translate) i hover
   (rotate + scale) ne gaze medusobno. --- */
.faq-contact-doodle svg {
  transform: none;
  rotate: -7deg;
  translate: 0 0;
  transition: rotate .55s cubic-bezier(.22, 1, .36, 1), scale .55s cubic-bezier(.22, 1, .36, 1);
}
.faq-contact-doodle.is-drawn svg {
  animation: fc-float 6s ease-in-out 1.1s infinite;
}
@keyframes fc-float {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -8px; }
}

.faq-contact-doodle .fc-heart,
.faq-contact-doodle .fc-spark {
  transform-box: fill-box;
  transform-origin: center;
  transition: scale .5s cubic-bezier(.22, 1, .36, 1), rotate .6s cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (pointer: fine) and (min-width: 1041px) {
  .faq-contact-doodle { pointer-events: auto; }
  .faq-contact-doodle:hover svg { rotate: 3deg; scale: 1.07; }
  .faq-contact-doodle:hover .fc-heart { scale: 1.22; }
  .faq-contact-doodle:hover .fc-spark { rotate: 90deg; scale: 1.3; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-contact-doodle.is-drawn svg { animation: none; }
  .faq-contact-doodle svg,
  .faq-contact-doodle .fc-heart,
  .faq-contact-doodle .fc-spark { transition: none; }
}

/* --- 20) Assurance: vraceni rubovi i zaobljenje (hairline-only nije pratio
   stil ostatka stranice), i popravljen vertikalni ritam.
   Mjereno na 1360px: bilo je 90px od pande gore i 28px do IG slika dolje,
   pa je traka djelovala odlijepljeno od sadrzaja iznad i zalijepljeno za onaj
   ispod. Sad je ~68px gore / ~66px dolje. --- */
.assurance { padding: 8px var(--content-edge) 42px; }
.assurance-list {
  padding: 20px clamp(18px, 2.2vw, 30px);
  border: 1px solid rgba(17, 17, 17, .14);
  border-radius: 24px;
  background: rgba(246, 230, 200, .34);
}
.assurance-list li,
.assurance-list li:first-child,
.assurance-list li:last-child { padding: 2px clamp(12px, 1.8vw, 24px); }
.assurance-icon { background: #fff; }

@media (max-width: 1040px) {
  .assurance { padding: 10px var(--content-edge) 34px; }
  .assurance-list { padding: 8px clamp(14px, 2vw, 24px); border-radius: 22px; }
  .assurance-list li,
  .assurance-list li:first-child,
  .assurance-list li:last-child,
  .assurance-list li:nth-child(odd),
  .assurance-list li:nth-child(even) { padding: 14px clamp(12px, 2vw, 20px); }
  .assurance-list li:nth-child(-n + 2) { padding-top: 8px; }
  .assurance-list li:nth-child(n + 3) { padding-bottom: 8px; }
}

@media (max-width: 720px) {
  .assurance { padding: 14px var(--mobile-edge, 18px) 26px; }
  .assurance-list { padding: 4px 16px; border-radius: 18px; }
  .assurance-list li,
  .assurance-list li:first-child,
  .assurance-list li:last-child,
  .assurance-list li:nth-child(odd),
  .assurance-list li:nth-child(even),
  .assurance-list li:nth-child(-n + 2),
  .assurance-list li:nth-child(n + 3) { padding: 13px 0; }
}

/* --- 21) Bojanka u footeru: miš je boji.
   Canvas leži ispod linijskog crteza, pa boja izlazi "ispod" linija. --- */
.footer-coloring-canvas {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.footer-coloring img { position: relative; z-index: 1; }

/* --- 22) Assurance: bez vlastite pozadine, pusta boju bodyja kroz sebe.
   Ostaje samo okvir i zaobljenje. --- */
.assurance-list { background: transparent; }
.assurance-icon { background: rgba(246, 230, 200, .85); }

/* --- 23) Kontrast podnaslova u zutom kontakt boksu.
   `rgba(17,17,17,.68)` na `--yellow` (#f5c95c) daje ~5.4:1 - prolazi AA po
   brojci, ali je vizualno muljavo jer su ton teksta i podloge preblizu.
   Na .84 je ~8:1 i cita se bez napora, a i dalje je sekundaran u odnosu
   na crni naslov. --- */
.faq-contact p { color: rgba(17, 17, 17, .84); }

/* --- 24) Boja se gubi prema vrhu crteza umjesto da bude ostro odrezana.
   Maska ujedno znaci da se iznad te linije ne moze bojati - potez tamo
   jednostavno nije vidljiv. Rubovi lijevo/desno imaju blazi fade. --- */
.footer-coloring-canvas {
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0, rgba(0,0,0,.35) 14%, #000 34%),
    linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image:
    linear-gradient(to bottom, transparent 0, rgba(0,0,0,.35) 14%, #000 34%),
    linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

/* --- 26) Bojanka u footeru: kist umjesto pointera + iskrice dok bojis --- */
.footer-coloring-spark {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .footer-coloring {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M4 32 13.8 28.8 28 13.4 20.6 6.6 6.4 22Z' fill='%23f18cac' stroke='%23111' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M6.4 22 13.8 28.8' stroke='%23111' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M11.2 17.1 18.6 23.9' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M4 32 8 26.5' stroke='%23111' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 4 32, crosshair;
  }
}

/* --- 30) Hover na kosarici.
   Pravila za ruzicastu crtu ciljaju `.icon-link` - klasa koja se u index.html
   ne pojavljuje nijednom, pa kosarica nikad nije dobila hover koji nose linkovi
   u navigaciji. Ostao joj je samo blagi nagib ikone.
   Sad koristi isti hover jezik kao navigacija, plus badge reagira. --- */
.cart-link { position: relative; }
.cart-link::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--pink);
  transition: right .25s;
}
.cart-link:hover::after,
.cart-link:focus-visible::after { right: 0; }

.cart-link span {
  transition: transform .25s cubic-bezier(.22, 1, .36, 1),
              background-color .25s ease,
              color .25s ease;
}
.cart-link:hover span,
.cart-link:focus-visible span { transform: scale(1.1); }

@media (prefers-reduced-motion: reduce) {
  .cart-link::after { transition: none; }
  .cart-link span { transition: background-color .25s ease, color .25s ease; }
  .cart-link:hover span,
  .cart-link:focus-visible span { transform: none; }
}

/* --- 33) Footer na mobitelu: pravni linkovi su bili 11px (10px ispod 390px),
   stisnuti u jedan red i gurnuti uz "Na vrh" - i necitljivo i preusko za prst.
   Sad svaki red ima svoje mjesto, font je 13px, a linkovi imaju 44px visine
   dodira (preporuka za dodir), bez da se vizualno povecaju razmaci. --- */
@media (max-width: 720px) {
  .footer-bottom {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 4px;
  }
  .footer-bottom .footer-meta {
    grid-column: 1;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px 12px;
    margin-left: 0;
  }
  .footer-bottom .footer-legal {
    margin-left: 0;
    gap: 0 18px !important;
    font-size: 13px;
    border-top: 1px solid rgba(17, 17, 17, .12);
    margin-top: 6px;
    padding-top: 2px;
  }
  .footer-bottom .footer-legal a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
  .footer-backtotop {
    align-self: flex-start;
    min-height: 44px;
    margin-top: 2px;
    padding: 4px 0;
    border-top: 1px solid rgba(17, 17, 17, .12);
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 390px) {
  .footer-bottom .footer-legal { gap: 0 14px !important; font-size: 13px; }
}

/* --- 34) Koverta na mobitelu je bila iza gumba "Posalji upit".
   Gumb je pune sirine (30-345px), a koverta je stajala na 249-341px, dakle
   cijela unutar njegove sirine i ispod njega po z-osi - virio je samo donji
   rub. Sad dobiva vlastiti prostor ispod gumba. --- */
@media (max-width: 720px) {
  .faq-contact { padding-bottom: 104px; }
  .faq-contact-doodle {
    right: 20px;
    bottom: 18px;
    width: 88px;
    opacity: 1;
  }
}

/* ===========================================================
   Claude izmjene - v3: pocetna stanja animacija
   Cilj: nista se ne smije prvo pojaviti u zavrsnom stanju pa skociti
   na pocetak animacije.
   =========================================================== */

/* --- 35) Hero i .reveal krecu skriveni vec iz CSS-a.
   Klasu `anim-ready` postavlja inline skripta u <head>, dakle prije prvog
   bojanja; GSAP je poslije preuzme inline stilom. Ako JS ne radi ili GSAP ne
   stigne, klase nema (ili je script.js skine) pa je sve vidljivo. --- */
.anim-ready .hero-copy > *,
.anim-ready .hero-art img,
.anim-ready .hero-float,
.anim-ready .reveal { opacity: 0; }

/* --- 36) Strelice karusela se prikazuju tek kad ih JS pozicionira.
   CSS ih postavlja na priblizno mjesto (`left: calc(var(--pad) + 68% - 29px)`),
   a JS ih zatim premjesta na stvarni rub vizuala - na 1360px je to razlika od
   ~57px, sto se vidjelo kao trzaj pri dolasku na sekciju. Sad se pojave vec
   na tocnom mjestu. --- */
.rolls-carousel:not([data-controls-ready]) .carousel-button,
.mats-carousel:not([data-controls-ready]) .mats-carousel-button {
  opacity: 0;
  pointer-events: none;
}

/* --- 37) Rail krece s istim uvlakom koji JS poslije izracuna.
   CSS je imao `var(--pad)`, a JS racuna razmak do lijevog ruba naslova
   (`--content-edge`). Na ekranima sirim od 1440px to su razlicite vrijednosti,
   pa bi kartice poskocile cim JS odradi posao. --- */
.rolls-rail { padding-left: var(--content-edge); scroll-padding-left: var(--content-edge); }

/* --- 38) Marquee ima definiran pocetak i prije nego JS izracuna razmak.
   `translate3d(var(--instagram-distance), 0, 0)` bez definirane varijable je
   nevazeci transform, pa traka stoji i tek onda krene. --- */
.instagram-track { --instagram-distance: 0px; }

@media (prefers-reduced-motion: reduce) {
  .anim-ready .hero-copy > *,
  .anim-ready .hero-art img,
  .anim-ready .hero-float,
  .anim-ready .reveal { opacity: 1; }
}

/* --- 39) Full-bleed karuseli bez fantomskih 8px.
   `width: 100vw` racuna i scrollbar, pa su karuseli bili siri od vidljivog
   podrucja; `body` je to klipao, ali je dokument ostajao siri od ekrana.
   `--sbw` upisuje script.js (innerWidth - clientWidth). --- */
.rolls-carousel,
.mats-carousel {
  width: calc(100vw - var(--sbw, 0px));
  margin-right: calc(50% - (100vw - var(--sbw, 0px)) / 2);
  margin-left: calc(50% - (100vw - var(--sbw, 0px)) / 2);
}

/* --- 47) Kartice moraju biti offsetParent svojim potomcima.
   Bez toga `.roll-visual` mijenja offsetParent cim GSAP transformira karticu
   (transformirani element postaje containing block), pa se lanac offsetLeft-a
   promijeni i strelice ispadnu ~17px ulijevo dok reveal animacija traje.
   Ovako je geometrija ista bez obzira na animaciju. --- */
.roll-card,
.mat-card { position: relative; }

/* ===========================================================
   Claude izmjene - v4: tranzicija headera (obicni <-> sticky)
   =========================================================== */

/* --- 52) Logo slika je skakala.
   `.brand` je imao tranziciju na `width`, ali `.brand img` mijenja `max-height`
   (desktop: 132px -> 70px) i nije imao nikakvu tranziciju
   (`transition-property: all` uz `transition-duration: 0s`).
   Kontejner se smanjivao glatko, slika je skakala. --- */
.site-header .brand img {
  transition: max-height .35s ease, transform .35s ease, width .35s ease;
}

/* --- 53) Grid stupci headera su skakali.
   Desktop: `350px 1fr 350px` -> `185px 1fr 185px`, bez tranzicije, pa su
   navigacija i kosarica poskocile u trenutku prebacivanja. --- */
@media (min-width: 1041px) {
  .site-header {
    transition:
      height .35s ease,
      min-height .35s ease,
      grid-template-columns .35s ease,
      margin-bottom .35s ease,
      background-color .25s ease,
      border-color .35s ease,
      box-shadow .35s ease;
  }
}

/* --- 54) Na uzim ekranima se mijenja i backdrop-filter (none -> blur(14px));
   bez tranzicije zamucenje uskoci odjednom. --- */
@media (max-width: 1040px) {
  .site-header {
    transition:
      min-height .35s ease,
      grid-template-columns .35s ease,
      margin-bottom .35s ease,
      background-color .25s ease,
      border-color .35s ease,
      box-shadow .35s ease,
      backdrop-filter .3s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header .brand,
  .site-header .brand img { transition: none; }
}

/* --- 55) Tablet (721-1040px): kosarica i izbornik su visjeli na sredini.
   `justify-self: end` postojao je samo unutar @media (min-width: 1041px), pa su
   na tabletu akcije zavrsavale u srednjem stupcu grida, lijevo poravnate -
   izmjereno na 1009px: zavrsavale su na 541px umjesto uz desni rub. --- */
@media (max-width: 1040px) {
  .site-header .header-actions { justify-self: end; }
}

/* --- 56) Kosarica na tabletu je bila visoka 29px - premalo za prst.
   Na mobitelu je vec 44px; sad je i na tabletu. --- */
@media (min-width: 721px) and (max-width: 1040px) {
  .site-header .cart-link {
    min-height: 44px;
    align-items: center;
  }
  .site-header .menu-button { min-height: 44px; }
}

/* --- 57) FAQ doodle je virio 12px izvan ekrana na tabletu.
   `.doodle-rays-right { right: -42px }` racunat je za siroke ekrane gdje
   sekcija ima velike bocne margine; ispod 1040px te margine su uze pa je
   doodle prelazio rub. --- */
@media (max-width: 1040px) {
  .doodle-rays-right { right: -12px; }
  .doodle-rays-left { left: -12px; }
}

/* ===========================================================
   Claude izmjene - v5
   =========================================================== */

/* --- 58) Hamburger se animira u X.
   Prije je bio jedan `::before` s tri gradijenta - takav se ne moze rastaviti
   na pojedinacne crtice, pa nije bilo prijelaza ni povratne informacije da je
   izbornik otvoren. Sad su tri prave crtice. --- */
.menu-icon { display: none; }
.menu-label { display: inline; }

@media (max-width: 720px) {
  .menu-button::before { display: none; content: none; }
  .menu-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 12px;
  }
  .menu-icon i {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: transform .28s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
  }
  .menu-icon i:nth-child(1) { top: 0; }
  .menu-icon i:nth-child(2) { top: 5px; }
  .menu-icon i:nth-child(3) { top: 10px; }

  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(2) { opacity: 0; transform: scaleX(.4); }
  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

  .menu-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

/* --- 59) Assurance na mobitelu: razmaci su bili 14px gore i 46px dolje,
   a tekst je pocinjao na 81px dok je mreza stranice na 18px. --- */
@media (max-width: 720px) {
  .assurance { padding: 30px var(--mobile-edge, 18px) 12px; }
  .assurance-list { padding: 4px 12px; }
  .assurance-list li,
  .assurance-list li:first-child,
  .assurance-list li:last-child,
  .assurance-list li:nth-child(odd),
  .assurance-list li:nth-child(even),
  .assurance-list li:nth-child(-n + 2),
  .assurance-list li:nth-child(n + 3) {
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
    padding: 13px 0;
  }
  .assurance-icon { width: 32px; height: 32px; }
  .assurance-icon svg { width: 17px; height: 17px; }
}

/* --- 60) Zaobljenje zutog kontakt boksa na mobitelu.
   Bilo je `34px 22px 48px 28px` - na 375px se ta namjerna nepravilnost ne cita
   kao stil nego kao greska (donji lijevi kut dvostruko veci od gornjeg desnog).
   Na mobitelu ide ujednaceno. --- */
@media (max-width: 720px) {
  .faq-contact { border-radius: 26px; }
}

/* --- 61) Footer: pravni linkovi iznad copyrighta.
   Privatnost / Uvjeti / Kolacici su stajali ispod "© 2026" i DUODOTS potpisa,
   sto je obrnuto od uobicajenog redoslijeda. --- */
@media (max-width: 720px) {
  .footer-bottom .footer-legal { order: 1; margin-top: 0; padding-top: 0; border-top: 0; }
  .footer-bottom .footer-meta {
    order: 2;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(17, 17, 17, .12);
  }
  .footer-bottom .footer-backtotop { order: 3; }
}

/* --- 62) Instagram traka se i na mobitelu vrti u petlji.
   Prije je na mobitelu animacija bila ugasena, klonovi sakriveni, a traka
   pretvorena u rucni horizontalni scroll. --- */
@media (max-width: 720px) {
  .instagram-marquee {
    overflow: hidden;
    scroll-snap-type: none;
  }
  .instagram-track {
    width: max-content;
    transform: none;
    animation: instagram-marquee 46s linear infinite;
  }
  .instagram-group { padding: 0 10px 0 0; }
  .instagram-group + .instagram-group { display: flex; }
  .instagram-card { scroll-snap-align: none; }
}

@media (prefers-reduced-motion: reduce) {
  .instagram-track { animation: none; }
  .menu-icon i { transition: none; }
}

/* --- 63) Ukrasni prsten iza tuljaca radio je vodoravni overflow.
   `.choice-product-ring` je `width: 110%` unutar `.choice-product`, koji je na
   uzim ekranima pune sirine - tih 5% viska sa svake strane prelazilo je rub
   (izmjereno: 10px na 600px, 4px na 375px). Sekcija ima `clip-path` pa se to
   nije vidjelo, ali je dokument bio siri od ekrana. --- */
@media (max-width: 720px) {
  .choice-product-ring { width: 100%; }
}

/* --- 64) Tuljci na mobitelu su zauzimali gotovo cijeli ekran.
   Bilo: `.choice-product { min-height: 390px }` + slika `height: 480px`.
   Sad je blok upola nizi, a slika se skalira prema visini bloka. --- */
@media (max-width: 720px) {
  .choice-product { min-height: 250px; margin-top: -70px; }
  .choice-product img { width: 100%; height: 300px; }
  .choice-note-top { top: 12%; }
  .choice-note-bottom { bottom: 12%; }
}

/* --- 65) Footer na mobitelu: pravni linkovi, copyright i potpis centrirani.
   Prije su svi bili lijevo poravnati u uskom stupcu, sto je izgledalo kao da
   red nije dovrsen. --- */
@media (max-width: 720px) {
  .footer-bottom { justify-items: center; text-align: center; }
  .footer-bottom .footer-legal,
  .footer-bottom .footer-meta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .footer-bottom .footer-meta { flex-direction: column; gap: 6px; }
  .footer-bottom .footer-backtotop { justify-content: center; gap: 10px; }
}

/* --- 66) Pozicija strelica dolazi iz CSS varijabli, ne iz inline stilova.
   Inline stil na gumbu pobjeđuje sva CSS pravila, pa je zaostala desktop
   vrijednost (`left: 889px`) ostajala i nakon prelaska na mobilni layout -
   gumb bi zavrsio izvan ekrana i dokument bi postao 945px siroki umjesto 375.
   Ovako CSS varijable koristi samo iznad 720px; ispod toga vrijede mobilna
   pravila i zaostale vrijednosti su bezopasne. --- */
@media (min-width: 721px) {
  .carousel-button { top: var(--roll-btn-top, 42%); }
  .carousel-button-prev { left: var(--roll-prev-left, calc(var(--pad) - 29px)); }
  .carousel-button-next { right: auto; left: var(--roll-next-left, calc(var(--pad) + 68% - 29px)); }

  .mats-carousel-button { top: var(--mat-btn-top, calc(50% - 40px)); }
  .mats-carousel-prev { left: var(--mat-prev-left, max(12px, calc(var(--pad) - 29px))); }
  .mats-carousel-next { right: auto; left: var(--mat-next-left, auto); }
}

/* --- 67) Lista u "Zasto bojanke/podloge" klipa vlastiti vodoravni visak.
   GSAP odlucuje smjer ulazne animacije (x: ±28) u trenutku kad se tween
   stvori. Ako se prozor poslije suzi ispod 720px, taj pomak ostaje i gura
   stavke izvan ekrana - dokument postane 10px siri.
   `overflow-x: clip` znaci da pomak nikad ne moze utjecati na sirinu
   dokumenta, bez obzira kad je animacija stvorena. --- */
.choice-side ol { overflow-x: clip; }

/* --- 68) Footer, centriranje copyrighta - moja greska iz prosle runde.
   Stavio sam `justify-content: center` na kontejner koji je `flex-direction:
   column`. U stupcu je justify-content GLAVNA (okomita) os, pa centriranje
   vodoravno nije ni moglo raditi. Treba `align-items`. --- */
@media (max-width: 720px) {
  .footer-bottom .footer-meta {
    align-items: center;
    justify-content: flex-start;
  }
  .footer-bottom .footer-credit { justify-content: center; }
}

/* --- 69) Pravni linkovi razvuceni po sirini radi lakseg pogotka prstom:
   Privatnost lijevo, Uvjeti korištenja u sredini, Kolačići desno. --- */
@media (max-width: 720px) {
  .footer-bottom .footer-legal {
    display: flex !important;
    width: 100%;
    justify-content: space-between !important;
    gap: 0 10px !important;
  }
}

/* --- 70) Mobitel: ruzicasti krug s Instagram kartica van, a poziv na
   pracenje centriran. --- */
@media (max-width: 720px) {
  .instagram-card .instagram-heart { display: none; }
  .instagram-proof-copy {
    align-items: center;
    text-align: center;
  }
  .instagram-proof-copy h2 { text-align: center; }
}

/* --- 71) Hero na mobitelu: crni gradijent van, kremasti oblik unutra.
   Tamni preljev preko fotografije nije imao djecji ton i bio je tu samo zato
   da bijeli tekst bude citljiv. Sad tekst sjedi na kremastoj plohi u boji
   stranice, s nepravilnim zaobljenim gornjim rubom i doodle crticama -
   kontrast je rijesen samom plohom, ne zatamnjenjem slike. --- */
@media (max-width: 720px) {
  .hero-copy {
    padding: 30px 20px 26px;
    color: var(--ink);
    background: var(--paper);
    border-radius: 40px 28px 0 0 / 34px 24px 0 0;
    box-shadow: 0 -14px 32px rgba(17, 17, 17, .12);
  }

  /* doodle crtice koje "iskace" iz gornjeg ruba plohe */
  .hero-copy::before {
    position: absolute;
    top: -34px;
    right: 26px;
    width: 58px;
    height: 58px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke-linecap='round' stroke-width='7'%3E%3Cpath d='M44 8 22 24' stroke='%23f18cac'/%3E%3Cpath d='M14 36 38 36' stroke='%23f5c95c'/%3E%3Cpath d='M22 48 44 62' stroke='%23f18cac'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
    content: '';
    pointer-events: none;
  }

  .hero h1 { text-shadow: none; }
  .hero-intro { color: rgba(17, 17, 17, .72); }

  .hero-actions .button {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
  }
  .hero-actions .text-link {
    border-color: var(--ink);
    background: transparent;
    color: var(--ink);
  }

  /* slika vise ne mora biti zatamnjena da bi se tekst citao */
  .hero-art > .hero-panda img { filter: none; }
}

/* --- 76) Doodle crtice u heroju: lepeza iz jedne tocke, ne nasumicni potezi.
   Prijasnje tri crtice isle su svaka u svoju stranu pa su djelovale slucajno.
   Sad se sire iz zajednicke tocke prema gore - isti motiv koji stranica vec
   koristi na FAQ doodlima. Crtaju se pri dolasku u kadar, pa lagano pulsiraju
   prema van. --- */
.hero-pop { display: none; }

@media (max-width: 720px) {
  /* stara verzija je bila background-image, pa se nije mogla animirati po crtici */
  .hero-copy::before { display: none; content: none; }

  .hero-pop {
    position: absolute;
    top: -32px;
    right: 22px;
    display: block;
    width: 56px;
    height: 56px;
    overflow: visible;
    fill: none;
    stroke-linecap: round;
    stroke-width: 7;
    pointer-events: none;
  }
  .hero-pop path { transform-box: fill-box; transform-origin: center; }
  .hero-pop path:nth-child(1) { stroke: var(--pink); --pop-x: -3px; }
  .hero-pop path:nth-child(2) { stroke: var(--yellow); --pop-x: 0px; }
  .hero-pop path:nth-child(3) { stroke: var(--pink); --pop-x: 3px; }

  .hero-pop path {
    stroke-dasharray: var(--draw, 30);
    stroke-dashoffset: var(--draw, 30);
  }
  .hero-pop.is-drawn path {
    animation:
      hero-pop-draw .5s cubic-bezier(.4, 0, .2, 1) forwards,
      hero-pop-float 2.6s ease-in-out .55s infinite;
  }
  .hero-pop.is-drawn path:nth-child(2) { animation-delay: .1s, .65s; }
  .hero-pop.is-drawn path:nth-child(3) { animation-delay: .2s, .75s; }
}

@keyframes hero-pop-draw { to { stroke-dashoffset: 0; } }
@keyframes hero-pop-float {
  0%, 100% { transform: translate(0, 0); opacity: .88; }
  50% { transform: translate(var(--pop-x, 0), -5px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-pop path { stroke-dashoffset: 0; }
  .hero-pop.is-drawn path { animation: none; }
}

/* --- 77) Footer: ujednacena boja i vertikalni ritam.
   Izmjereno prije: linkovi u donjem redu su bili `#716b64`, a oni gore
   `#292622` - vidljivo svjetliji. Razmak iznad "Privatnost" bio je 19px, a
   ispod 8px. DUODOTS je nalijegao tocno na sljedecu crtu (0px razmaka). --- */
.footer-bottom,
.footer-credit,
.footer-backtotop { color: #292622; }
.footer-bottom a { color: #292622; }

@media (max-width: 720px) {
  .footer-bottom { gap: 0; padding-top: 6px; }
  .footer-bottom .footer-legal {
    margin: 0;
    padding: 4px 0;
    border-top: 0;
  }
  .footer-bottom .footer-meta {
    margin: 0;
    padding: 15px 0;
    gap: 8px;
    border-top: 1px solid rgba(17, 17, 17, .12);
  }
  .footer-bottom .footer-backtotop {
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid rgba(17, 17, 17, .12);
  }
}

/* --- 78) Simetrican razmak oko reda s pravnim linkovima.
   Linkovi vec nose 44px visine dodira, pa razmak radi samo okvir bloka:
   6px iznad i 6px ispod, bez dodatnog paddinga koji je red gurao prema gore. --- */
@media (max-width: 720px) {
  .footer-bottom { padding-top: 6px; }
  .footer-bottom .footer-legal { padding: 0 0 6px; }
}

/* --- 79) Ruzicasti krugovi na Instagram karticama (mobitel).
   Prosli put sam sakrio `.instagram-heart` - a to je zuti badge koji se
   pojavljuje tek na hover, dakle krivi element. Krugovi zapravo dolaze iz:
   1) `radial-gradient(circle at 82% 17%, ...)` u pozadini overlaya (krug gore desno)
   2) `.instagram-overlay::before` - velika ruzicasta mrlja 190x145px dolje desno
   Oboje van na mobitelu; tamni preljev odozdo ostaje da se tekst cita. --- */
@media (max-width: 720px) {
  .instagram-card > .instagram-overlay {
    background: linear-gradient(180deg, rgba(17,17,17,.03) 18%, rgba(17,17,17,.22) 52%, rgba(17,17,17,.9) 100%);
  }
  .instagram-card > .instagram-overlay::before {
    display: none;
    content: none;
  }
}

/* ===========================================================
   Claude izmjene - v6: preloader
   =========================================================== */

/* --- 80) Preloader s pandinom glavom.
   Pozadina namjerno nije bijela nego kremasta, u istoj obitelji kao stranica,
   s mekim mint odsjajem koji ponavlja mrlju iza pande u heroju - tako prijelaz
   na stranicu ne "bljesne". --- */
.preloader {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(60% 50% at 50% 42%, rgba(190, 219, 200, .55), transparent 70%),
    var(--cream);
  transition: opacity .45s ease, visibility .45s ease;

  /* sigurnosna mreza: i ako JS nikad ne odradi posao, preloader se sam mice
     nakon 8s - stranica ne smije ostati zakljucana */
  animation: preloader-failsafe 0s linear 8s forwards;
}
.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes preloader-failsafe {
  to { opacity: 0; visibility: hidden; pointer-events: none; }
}




/* --- 81) Preloader v2: panda glava se stisne i pretvori u bojicu,
   bojica povuce potez, ispod stoji logo.
   Referenca (Dribbble) je bijeli glyph na punom polju boje; ovdje je isti
   princip, ali u brend jeziku. Pozadina ostaje kremasta da prijelaz na
   stranicu ne bljesne.

   Napomena: prava morfologija puta nije moguca jer je dostavljeni panda SVG
   zapravo PNG u omotu (nema vektorskih putanja). Zato se koristi ista slika
   koja se stisne po X osi, dok bojica iz te iste sirine izrasta - oko to
   procita kao pretvorbu. --- */
.preloader-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 200px;
  height: 190px;
}
.preloader-stage > * { grid-area: 1 / 1; }

.pl-head {
  width: 150px;
  height: auto;
  transform-origin: 50% 62%;
  animation: pl-head 3.6s cubic-bezier(.45, 0, .35, 1) infinite;
}
@keyframes pl-head {
  0%      { transform: translateY(-26px) scaleX(1) scaleY(1); opacity: 0; }
  9%      { transform: translateY(0) scale(1); opacity: 1; }
  18%     { transform: translateY(-9px) scale(.98, 1.03); }
  27%     { transform: translateY(0) scale(1.03, .97); }
  36%     { transform: translateY(0) scale(1); opacity: 1; }
  47%     { transform: translateY(6px) scale(.34, .9); opacity: 0; }
  100%    { transform: translateY(6px) scale(.34, .9); opacity: 0; }
}

.pl-crayon {
  width: 52px;
  height: 130px;
  overflow: visible;
  transform-origin: 50% 78%;
  opacity: 0;
  animation: pl-crayon 3.6s cubic-bezier(.45, 0, .35, 1) infinite;
}
.pl-body { fill: var(--pink); stroke: var(--ink); stroke-width: 5; stroke-linejoin: round; }
.pl-tip  { fill: #fff; stroke: var(--ink); stroke-width: 5; stroke-linejoin: round; }
.pl-band { fill: var(--yellow); stroke: var(--ink); stroke-width: 5; }
@keyframes pl-crayon {
  0%, 42%  { transform: translate(0, 0) rotate(0deg) scaleX(.34); opacity: 0; }
  55%      { transform: translate(-46px, 0) rotate(-20deg) scaleX(1); opacity: 1; }
  74%      { transform: translate(46px, 0) rotate(-20deg) scaleX(1); opacity: 1; }
  86%      { transform: translate(46px, 0) rotate(-20deg) scaleX(1); opacity: 0; }
  100%     { transform: translate(46px, 0) rotate(-20deg) scaleX(1); opacity: 0; }
}

/* potez koji bojica ostavlja za sobom */
.pl-line {
  width: 170px;
  height: 28px;
  align-self: end;
  margin-bottom: -6px;
  overflow: visible;
}
.pl-line path {
  fill: none;
  stroke: var(--mint);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-dasharray: 230;
  stroke-dashoffset: 230;
  animation: pl-line 3.6s cubic-bezier(.45, 0, .35, 1) infinite;
}
@keyframes pl-line {
  0%, 55%  { stroke-dashoffset: 230; opacity: 1; }
  74%      { stroke-dashoffset: 0; opacity: 1; }
  88%      { stroke-dashoffset: 0; opacity: 0; }
  100%     { stroke-dashoffset: 230; opacity: 0; }
}


@media (prefers-reduced-motion: reduce) {
  .pl-head { animation: none; opacity: 1; transform: none; }
  .pl-crayon, .pl-line { display: none; }
}

/* --- 82) Preloader: logo uz animaciju, ne na dnu ekrana.
   `.preloader` je grid s `place-items: center`, a nakon izbacivanja
   `.preloader-inner` omotaca dobio je dva reda koji su se rastegnuli preko
   cijele visine - pa je logo zavrsio pri dnu. Redovi sad idu po sadrzaju. --- */
.preloader {
  align-content: center;
  justify-items: center;
  gap: 18px;
  grid-auto-rows: min-content;
}

/* potez neka bude u boji bojice koja ga vuce */
.pl-line path { stroke: var(--pink); stroke-width: 10; opacity: .9; }

/* ===========================================================
   Claude izmjene - v7: preloader, ispravci
   =========================================================== */

/* --- 83) Dvije pande.
   Ispod glave je stajao logo koji u sebi **isto** ima pandu - dakle dvije
   pande jedna ispod druge. Wordmark sad ide kao tekst u brend fontu, pa je
   panda samo jedna: ona koja se pretvara u bojicu. --- */

/* --- 84) Petlja skracena na 2.4s.
   Prije je trajala 3.6s, a preloader se gasio nakon ~0.7s - korisnik je vidio
   samo kako glava odskoci i nestane, nikad pretvorbu. Sad je ciklus kraci, a
   `MIN_PRIKAZ` u script.js je postavljen na punu duljinu ciklusa, pa se
   pretvorba uvijek odigra barem jednom do kraja. --- */
.pl-head { animation-duration: 2.4s; }
.pl-crayon { animation-duration: 2.4s; }
.pl-line path { animation-duration: 2.4s; }

/* jedan odskok umjesto dva, pa odmah pretvorba */
@keyframes pl-head {
  0%   { transform: translateY(-26px) scale(.86); opacity: 0; }
  12%  { transform: translateY(0) scale(1); opacity: 1; }
  24%  { transform: translateY(-10px) scale(.98, 1.03); opacity: 1; }
  34%  { transform: translateY(0) scale(1.04, .96); opacity: 1; }
  40%  { transform: translateY(0) scale(1); opacity: 1; }
  52%  { transform: translateY(6px) scale(.32, .9); opacity: 0; }
  100% { transform: translateY(6px) scale(.32, .9); opacity: 0; }
}
@keyframes pl-crayon {
  0%, 46% { transform: translate(0, 0) rotate(0deg) scaleX(.32); opacity: 0; }
  60%     { transform: translate(-44px, 0) rotate(-20deg) scaleX(1); opacity: 1; }
  84%     { transform: translate(44px, 0) rotate(-20deg) scaleX(1); opacity: 1; }
  95%     { transform: translate(44px, 0) rotate(-20deg) scaleX(1); opacity: 0; }
  100%    { transform: translate(44px, 0) rotate(-20deg) scaleX(1); opacity: 0; }
}
@keyframes pl-line {
  0%, 60% { stroke-dashoffset: 230; opacity: 1; }
  84%     { stroke-dashoffset: 0; opacity: 1; }
  95%     { stroke-dashoffset: 0; opacity: 0; }
  100%    { stroke-dashoffset: 230; opacity: 0; }
}

/* --- 85) Brzi izlaz, da se stranica ne nazire kroz preloader.
   Duga tranzicija je znacila da se kroz poluprozirni preloader vidi header
   ispod njega. --- */
.preloader { transition: opacity .3s ease, visibility .3s ease; }

  
/* --- 87) Preloader se prikazuje samo pri prvom dolasku u sesiji.
   Klasu postavlja inline skripta u <head>, dakle prije prvog bojanja -
   inace bi na svakoj sljedecoj stranici preloader bljesnuo prije nego ga
   JS stigne maknuti. --- */
.preloader-skip .preloader { display: none; }

/* --- 88) Instagram kartice: 1px svijetla linija po rubu i "odrezane" slike.
   Kartica ima `border-radius: 18px` + `overflow: hidden`, ali:
   - slika je imala `border-radius: 0` pa ju je samo rezao roditelj; na
     razlomljenim pozicijama (traka se animira) curio je 1px ruba
   - overlay je imao `box-shadow: inset 0 0 0 2px #fff` kao **cetvrtast**
     prsten unutar zaobljene kartice, pa se u kutovima vidio kao svijetla crta
   Oboje sad nasljeduje zaobljenje kartice. --- */
.instagram-card img,
.instagram-card > .instagram-overlay {
  border-radius: inherit;
}

/* --- 89) Hover koji ostaje zalijepljen nakon dodira.
   Mobilni preglednici emuliraju :hover na tap i drze ga dok ne dodirnes nesto
   drugo - pa strelica nakon klika ostane u hover stanju (tamna). Na uredaju
   bez pravog pokazivaca hover se vraca na mirno stanje. --- */
@media (hover: none), (pointer: coarse) {
  .carousel-button:hover:not(:disabled),
  .carousel-button:focus:not(:focus-visible) {
    background: #fff;
    color: var(--ink);
    box-shadow: 0 8px 22px rgba(17, 17, 17, .16);
    transform: none;
  }
  .mats-carousel-button:hover:not(:disabled),
  .mats-carousel-button:focus:not(:focus-visible) {
    background: #fffaf1;
    color: #111;
    transform: none;
  }
  /* isto vrijedi i za ostale hover efekte koji imaju smisla samo s misem */
  .instagram-card:hover img { transform: none; }
  .cart-link:hover .cart-icon { transform: none; }
  .cart-link:hover span { transform: none; }
}

/* --- 90) Assurance traka na mobitelu je "visjela".
   Otkad hero zavrsava kremastom plohom, a traka je kremasta kartica s okvirom
   na kremastoj stranici, okvir je izgledao kao kutija koja lebdi izmedu dva
   bloka. Na mobitelu zato ide bez okvira - samo tanke crte, kao nastavak
   hero bloka. Na desktopu okvir ostaje (tamo ima sirinu i sjeda u mrezu). --- */
@media (max-width: 720px) {
  .assurance { padding: 18px var(--mobile-edge, 18px) 6px; }
  .assurance-list {
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(17, 17, 17, .12);
    border-bottom: 1px solid rgba(17, 17, 17, .12);
    border-radius: 0;
  }
  .assurance-list li,
  .assurance-list li:first-child,
  .assurance-list li:last-child,
  .assurance-list li:nth-child(odd),
  .assurance-list li:nth-child(even),
  .assurance-list li:nth-child(-n + 2),
  .assurance-list li:nth-child(n + 3) {
    padding: 14px 0;
  }
}

/* razmak iznad/ispod trake izjednacen (bilo 18 / 26) */
@media (max-width: 720px) {
  .assurance { padding: 24px var(--mobile-edge, 18px) 2px; }
}
