@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Instrument+Serif:ital@0;1&family=Figtree:wght@400;500;600;700&display=swap');

/* ------------------------------------------------------------------
   That's a Wrap!  ·  gift wrap shop demo
   paper cream / ink / ribbon red, print-shop hard shadows
------------------------------------------------------------------ */
:root {
  --paper: #FBF5EA;
  --paper-2: #F4EAD7;
  --paper-3: #EADDC4;
  --ink: #1D1A2B;
  --ink-soft: #55506A;
  --red: #E5412D;
  --red-deep: #C2301E;
  --yellow: #F5C242;
  --pink: #F6B9C6;
  --green: #1F6B55;
  --blue: #2D4FD0;
  --kraft: #C49A6C;
  --white: #FFFDF8;
  --display: "Bricolage Grotesque", "Arial Black", system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1180px;
  --r: 22px;
  --shadow-hard: 4px 4px 0 var(--ink);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: 1.02; letter-spacing: -0.025em; margin: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
h3 { font-size: 1.35rem; letter-spacing: -0.015em; line-height: 1.15; }
p { margin: 0 0 1em; }
em.s, .s { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
h1 .s, h2 .s { color: var(--red); font-size: 1.06em; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { font-weight: 700; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; display: block; }
.lede { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--ink-soft); max-width: 34em; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--body); font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 16px 26px; border-radius: 999px; border: 2px solid var(--ink);
  background: var(--red); color: var(--white); text-decoration: none; cursor: pointer;
  box-shadow: var(--shadow-hard); transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.btn.alt { background: var(--white); color: var(--ink); }
.btn.yellow { background: var(--yellow); color: var(--ink); }
.btn.small { padding: 11px 18px; font-size: 0.92rem; box-shadow: 3px 3px 0 var(--ink); }
.btn.block { width: 100%; }

/* ---------- floating header ---------- */
.site-head {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%);
  width: min(var(--wrap), calc(100% - 24px)); z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 9px 10px 9px 12px; border-radius: 999px;
  background: rgba(251, 245, 234, 0.86);
  -webkit-backdrop-filter: blur(14px) saturate(1.5); backdrop-filter: blur(14px) saturate(1.5);
  border: 2px solid var(--ink);
  box-shadow: 0 10px 30px -12px rgba(29, 26, 43, 0.35);
  transition: box-shadow .25s ease, top .25s ease;
}
.site-head.scrolled { box-shadow: 0 5px 0 var(--ink), 0 18px 34px -14px rgba(29, 26, 43, 0.45); top: 10px; }
.head-side { display: flex; align-items: center; gap: 4px; min-width: 0; }
.head-side.right { justify-content: flex-end; }
.head-link {
  font-weight: 600; font-size: 0.95rem; text-decoration: none; padding: 10px 15px; border-radius: 999px;
  background: none; border: 0; font-family: inherit; color: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
}
.head-link:hover, .head-link[aria-expanded="true"] { background: var(--paper-3); }
.head-link.sos { color: var(--red-deep); }
.head-link svg { width: 11px; height: 11px; transition: transform .2s; }
.head-link[aria-expanded="true"] svg { transform: rotate(180deg); }

.logo { display: inline-flex; align-items: baseline; gap: 7px; text-decoration: none; padding: 2px 18px; white-space: nowrap; position: relative; }
.logo .l1 { font-family: var(--serif); font-style: italic; font-size: 1.55rem; line-height: 1; }
.logo .l2 { font-family: var(--display); font-weight: 800; font-size: 1.7rem; letter-spacing: -0.04em; line-height: 1; color: var(--red); }
.logo .l2 i { font-style: normal; display: inline-block; transform: rotate(12deg) translateY(-1px); margin-left: 1px; color: var(--ink); }
.logo::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 54%; height: 7px; transform: translateX(-36%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 8' preserveAspectRatio='none'%3E%3Cpath d='M2 5 C 22 1, 38 7, 60 4 S 100 2, 118 5' fill='none' stroke='%23F5C242' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%; }

.bag-btn { display: inline-flex; align-items: center; gap: 8px; font: 700 0.95rem var(--body); color: var(--white); background: var(--ink); border: 0; border-radius: 999px; padding: 11px 16px 11px 14px; cursor: pointer; white-space: nowrap; }
.bag-btn:hover { background: var(--red); }
.bag-btn svg { width: 18px; height: 18px; }
.bag-count { background: var(--yellow); color: var(--ink); border-radius: 999px; min-width: 22px; height: 22px; padding: 0 6px; display: inline-grid; place-items: center; font-size: 0.8rem; }
.bag-count.bump { animation: bump .4s ease; }
@keyframes bump { 40% { transform: scale(1.45) rotate(-8deg); } }

.burger { display: none; width: 44px; height: 44px; border-radius: 999px; border: 0; background: none; cursor: pointer; padding: 0; place-items: center; color: var(--ink); }
.burger:hover { background: var(--paper-3); }
.burger span { display: block; width: 20px; height: 2.5px; background: currentColor; border-radius: 2px; position: relative; transition: background .2s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 100%; height: 100%; background: var(--ink); border-radius: 2px; transition: transform .2s; }
.burger span::before { top: -7px; } .burger span::after { top: 7px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

/* shop dropdown + mobile menu share one panel */
.menu-panel {
  position: absolute; top: calc(100% + 12px); left: 0; width: min(560px, 100%);
  background: var(--white); border: 2px solid var(--ink); border-radius: 26px; padding: 14px;
  box-shadow: 6px 6px 0 var(--ink); display: none;
}
.menu-panel.open { display: block; animation: drop .22s ease; }
@keyframes drop { from { opacity: 0; transform: translateY(-8px); } }
.menu-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.menu-cat { display: flex; flex-direction: column; gap: 8px; text-decoration: none; font-weight: 700; font-size: 0.95rem; padding: 8px; border-radius: 16px; }
.menu-cat:hover { background: var(--paper-2); }
.menu-cat .sw { display: block; aspect-ratio: 16 / 10; border-radius: 10px; border: 2px solid var(--ink); background: var(--pat) center / 70px; }
.menu-extra { display: none; border-top: 2px dashed var(--paper-3); margin-top: 12px; padding-top: 10px; }
.menu-extra a { display: block; padding: 11px 8px; font-weight: 700; text-decoration: none; border-radius: 10px; }
.menu-extra a:hover { background: var(--paper-2); }
.menu-all { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding: 12px 14px; border-radius: 14px; background: var(--ink); color: var(--white); font-weight: 700; text-decoration: none; }
.menu-all:hover { background: var(--red); }

/* ---------- hero ---------- */
.hero { padding: 150px 0 70px; position: relative; overflow: hidden; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero h1 { margin-bottom: 24px; }
.hero .lede { margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; margin: 0; list-style: none; font-weight: 600; font-size: 0.95rem; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.hero-facts li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.4l2.6 2.6L13 6.6' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain; flex: none; }

/* gift stack art */
.stack { position: relative; aspect-ratio: 1 / 1; width: min(100%, 540px); margin-inline: auto; }
.gift { position: absolute; border: 2.5px solid var(--ink); border-radius: 10px; background: var(--pat) center / var(--ps, 110px); box-shadow: 8px 8px 0 rgba(29, 26, 43, 0.9); }
.gift::before, .gift::after { content: ""; position: absolute; background: var(--rib, var(--red)); }
.gift::before { left: 50%; top: 0; bottom: 0; width: 13%; transform: translateX(-50%); border-inline: 2.5px solid var(--ink); }
.gift::after { top: 50%; left: 0; right: 0; height: 15%; transform: translateY(-50%); border-block: 2.5px solid var(--ink); }
.gift .bow { position: absolute; left: 50%; bottom: calc(100% - 12px); width: 46%; transform: translateX(-50%); color: var(--rib, var(--red)); z-index: 2; overflow: visible; }
.gift.g1 { left: 6%; bottom: 4%; width: 66%; height: 40%; --ps: 120px; }
.gift.g2 { left: 14%; bottom: 44%; width: 42%; height: 27%; --rib: var(--yellow); --ps: 90px; transform: rotate(-3deg); }
.gift.g3 { left: 27%; bottom: 71%; width: 24%; height: 15%; --rib: var(--ink); --ps: 60px; transform: rotate(5deg); }
.gift.g3 .bow { width: 60%; bottom: calc(100% - 8px); }
.roll { position: absolute; right: 7%; bottom: 3%; width: 13%; height: 84%; border: 2.5px solid var(--ink); border-radius: 12px / 8px; background: var(--pat) center / 80px; transform: rotate(9deg); transform-origin: bottom center; box-shadow: 8px 8px 0 rgba(29, 26, 43, 0.9); overflow: hidden; }
.roll::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,26,43,.38), rgba(255,255,255,.28) 38%, rgba(255,255,255,0) 55%, rgba(29,26,43,.4)); }
.roll.r2 { right: 24%; height: 66%; width: 11%; transform: rotate(-4deg); background-size: 70px; }
.sticker { position: absolute; right: 0; top: 4%; width: 31%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); border: 2.5px solid var(--ink); display: grid; place-items: center; text-align: center; transform: rotate(12deg); box-shadow: var(--shadow-hard); font-family: var(--display); font-weight: 800; line-height: 0.95; font-size: clamp(0.95rem, 2.1vw, 1.45rem); letter-spacing: -0.03em; animation: wobble 5s ease-in-out infinite; z-index: 3; }
.sticker small { display: block; font: italic 400 0.8em var(--serif); letter-spacing: 0; }
@keyframes wobble { 50% { transform: rotate(5deg) scale(1.03); } }

/* ---------- marquee ---------- */
.marquee-wrap { overflow: hidden; padding: 16px 0 6px; }
.marquee { background: var(--ink); color: var(--paper); border-block: 2px solid var(--ink); overflow: hidden; padding: 15px 0; transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; animation: slide 36s linear infinite; }
.marquee span { font-family: var(--display); font-weight: 700; font-size: 1.05rem; white-space: nowrap; padding-right: 34px; display: inline-flex; align-items: center; gap: 34px; }
.marquee span::after { content: "✦"; color: var(--yellow); }
.marquee span.hl { color: var(--yellow); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 1.3rem; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
section { padding: 96px 0; }
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.sec-head p { max-width: 30em; color: var(--ink-soft); margin: 0; }
.link-arrow { font-weight: 700; text-decoration: none; border-bottom: 2.5px solid var(--red); padding-bottom: 2px; white-space: nowrap; }
.link-arrow:hover { color: var(--red); }

/* categories */
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat { position: relative; display: block; aspect-ratio: 4 / 3.1; border: 2.5px solid var(--ink); border-radius: var(--r); overflow: hidden; text-decoration: none; background: var(--pat) center / 130px; box-shadow: var(--shadow-hard); transition: transform .2s ease, box-shadow .2s ease, background-size .5s ease; }
.cat:hover { transform: translate(-3px, -3px) rotate(-0.6deg); box-shadow: 8px 8px 0 var(--ink); background-size: 150px; }
.cat-label { position: absolute; left: 14px; bottom: 14px; right: 14px; background: var(--white); border: 2.5px solid var(--ink); border-radius: 16px; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.cat-label b { font-family: var(--display); font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; line-height: 1.1; }
.cat-label small { color: var(--ink-soft); font-weight: 600; font-size: 0.85rem; white-space: nowrap; }

/* manifesto */
.manifesto { background: var(--ink); color: var(--paper); border-radius: 40px; margin-inline: 12px; position: relative; overflow: hidden; }
.manifesto h2 .s { color: var(--yellow); }
.manifesto .lede { color: #C9C4DA; }
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 50px; }
.vs { border-radius: var(--r); padding: 30px; border: 2px solid rgba(251, 245, 234, 0.25); }
.vs h3 { margin-bottom: 18px; font-size: 1.5rem; }
.vs ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.vs li { position: relative; padding-left: 38px; }
.vs li::before { content: "✕"; position: absolute; left: 0; top: 0; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: 0.75rem; font-weight: 800; background: rgba(251,245,234,.14); color: #C9C4DA; }
.vs.them { color: #C9C4DA; }
.vs.them h3 { text-decoration: line-through; text-decoration-color: var(--red); text-decoration-thickness: 3px; color: var(--paper); }
.vs.us { background: var(--paper); color: var(--ink); border-color: var(--paper); box-shadow: 6px 6px 0 var(--red); transform: rotate(0.6deg); }
.vs.us li::before { content: "✓"; background: var(--green); color: #fff; }

/* products */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 20px; }
.card { display: flex; flex-direction: column; min-width: 0; }
.card[hidden] { display: none; }
.art { position: relative; aspect-ratio: 4 / 4.6; border: 2.5px solid var(--ink); border-radius: 18px; overflow: hidden; background: var(--pat) center top / var(--ps, 120px); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover .art { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
/* the roll across the top of each swatch */
.art::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 19%; background: inherit; background-position: 30px 12px; border-bottom: 2.5px solid var(--ink); }
.art::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 26%; pointer-events: none;
  background: linear-gradient(180deg, rgba(29,26,43,.34) 0, rgba(255,255,255,.3) 26%, rgba(255,255,255,0) 44%, rgba(29,26,43,.36) 72%, rgba(29,26,43,.22) 74%, rgba(29,26,43,0) 100%); }
.tag { position: absolute; left: 12px; bottom: 12px; z-index: 2; background: var(--yellow); border: 2px solid var(--ink); border-radius: 999px; font-weight: 700; font-size: 0.74rem; letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 11px; }
.tag.red { background: var(--red); color: var(--white); }
.card-body { padding: 14px 4px 0; display: flex; flex-direction: column; gap: 3px; flex: 1; }
.card-cat { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.card h3 { font-size: 1.22rem; }
.card-meta { color: var(--ink-soft); font-size: 0.9rem; margin: 0; }
.card-buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; }
.price { font-family: var(--display); font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; }
.add { font: 700 0.9rem var(--body); border: 2px solid var(--ink); background: var(--white); color: var(--ink); border-radius: 999px; padding: 9px 15px; cursor: pointer; transition: background .15s, color .15s; white-space: nowrap; }
.add:hover { background: var(--ink); color: var(--white); }
.add.added { background: var(--green); border-color: var(--green); color: #fff; }

/* SOS band */
.sos-band { background: var(--red); color: var(--white); border-block: 2.5px solid var(--ink); position: relative; overflow: hidden; }
.sos-band::before { content: ""; position: absolute; inset: 0; opacity: 0.13; background: repeating-linear-gradient(-45deg, #fff 0 14px, transparent 14px 44px); }
.sos-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.sos-band .eyebrow { color: var(--yellow); }
.sos-band h2 .s { color: var(--yellow); }
.sos-band .lede { color: #FFE4DE; }
.sos-list { list-style: none; padding: 0; margin: 26px 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; font-weight: 600; }
.sos-list li { display: flex; gap: 10px; align-items: baseline; }
.sos-list li::before { content: "+"; font-family: var(--display); font-weight: 800; color: var(--yellow); }
.sos-box { position: relative; background: var(--kraft); border: 2.5px solid var(--ink); border-radius: 18px; aspect-ratio: 5 / 4; box-shadow: 10px 10px 0 var(--ink); transform: rotate(-2.5deg); display: grid; place-items: center; color: var(--ink); overflow: hidden; }
.sos-box::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 56px; transform: translateY(-50%); background: rgba(255, 253, 248, 0.78); border-block: 2px dashed rgba(29, 26, 43, 0.5); }
.sos-box svg { position: relative; width: 78%; }
.sos-price { position: absolute; right: 16px; top: 16px; background: var(--yellow); border: 2.5px solid var(--ink); border-radius: 50%; width: 92px; height: 92px; display: grid; place-items: center; text-align: center; font-family: var(--display); font-weight: 800; font-size: 1.35rem; line-height: 1; transform: rotate(10deg); z-index: 2; }
.sos-price small { display: block; font: 600 0.7rem var(--body); letter-spacing: 0.06em; text-transform: uppercase; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--r); padding: 30px 28px; position: relative; counter-increment: step; }
.step::before { content: counter(step); font-family: var(--display); font-weight: 800; font-size: 1.2rem; width: 46px; height: 46px; border-radius: 50%; border: 2.5px solid var(--ink); background: var(--yellow); display: grid; place-items: center; margin-bottom: 20px; }
.step:nth-child(2)::before { background: var(--pink); } .step:nth-child(3)::before { background: var(--red); color: #fff; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-soft); margin: 0; }

/* reviews */
.reviews { background: var(--paper-2); border-block: 2px solid var(--ink); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 16px; margin: 0; }
.review:nth-child(2) { transform: rotate(-0.8deg); } .review:nth-child(3) { transform: rotate(0.7deg); }
.stars { color: var(--red); letter-spacing: 3px; font-size: 1.05rem; }
.review blockquote { margin: 0; font-family: var(--serif); font-size: 1.42rem; line-height: 1.25; }
.review figcaption { margin-top: auto; font-weight: 700; font-size: 0.92rem; }
.review figcaption span { display: block; font-weight: 500; color: var(--ink-soft); }

/* closing */
.closer { text-align: center; padding: 120px 0 110px; position: relative; }
.closer h2 { font-size: clamp(3rem, 10vw, 8rem); letter-spacing: -0.045em; margin-bottom: 26px; }
.closer h2 .bang { display: inline-block; color: var(--red); transform: rotate(10deg); }
.closer p { margin-inline: auto; margin-bottom: 30px; }

/* page hero (inner pages) */
.page-hero { padding: 160px 0 50px; }
.page-hero h1 { font-size: clamp(2.6rem, 6.4vw, 4.8rem); margin-bottom: 20px; }

/* shop filters */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.chip { font: 700 0.95rem var(--body); padding: 11px 20px; border-radius: 999px; border: 2px solid var(--ink); background: var(--white); color: var(--ink); cursor: pointer; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.chip:hover { transform: translate(-1px, -1px); box-shadow: 3px 3px 0 var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); color: var(--white); }
.shop-note { display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: center; justify-content: space-between; border: 2px dashed var(--ink); border-radius: var(--r); padding: 20px 26px; margin-top: 56px; font-weight: 600; }
.shop-note span b { color: var(--red-deep); }

/* two-col content */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.top { align-items: start; }
.prose h2 { margin-bottom: 20px; }
.prose h3 { margin: 30px 0 8px; }
.prose p, .prose li { color: var(--ink-soft); }
.prose strong { color: var(--ink); }
.spec { list-style: none; padding: 0; margin: 0; border: 2.5px solid var(--ink); border-radius: var(--r); background: var(--white); overflow: hidden; }
.spec li { display: flex; justify-content: space-between; gap: 20px; padding: 16px 22px; border-bottom: 2px dashed var(--paper-3); font-weight: 600; }
.spec li:last-child { border-bottom: 0; }
.spec li span:first-child { color: var(--ink-soft); font-weight: 500; }
.spec li span:last-child { text-align: right; }

/* paper sheet illustration: print face + grid-lined reverse */
.sheet { position: relative; aspect-ratio: 1 / 1; border: 2.5px solid var(--ink); border-radius: 14px; background: var(--pat) center / 130px; box-shadow: 10px 10px 0 var(--ink); transform: rotate(-2deg); overflow: hidden; }
.sheet::after { content: ""; position: absolute; right: -2.5px; bottom: -2.5px; width: 46%; height: 46%; border: 2.5px solid var(--ink); border-radius: 14px 0 12px 0;
  background-color: var(--white);
  background-image: linear-gradient(rgba(45,79,208,.35) 1.5px, transparent 1.5px), linear-gradient(90deg, rgba(45,79,208,.35) 1.5px, transparent 1.5px);
  background-size: 24px 24px; box-shadow: -8px -8px 18px rgba(29,26,43,.28); }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill { border: 2px solid var(--ink); background: var(--white); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: 0.88rem; }

/* add-on tiles */
.addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.addon { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.addon .ico { width: 60px; height: 60px; border-radius: 16px; border: 2.5px solid var(--ink); display: grid; place-items: center; margin-bottom: 8px; background: var(--c, var(--yellow)); }
.addon .ico svg { width: 32px; height: 32px; }
.addon p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; flex: 1; }
.addon .card-buy { margin-top: 14px; }

/* faq */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--white); border: 2.5px solid var(--ink); border-radius: 18px; padding: 0 24px; }
.faq summary { cursor: pointer; list-style: none; font-family: var(--display); font-weight: 700; font-size: 1.15rem; padding: 20px 34px 20px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.7rem; font-weight: 500; color: var(--red); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--ink-soft); padding-bottom: 20px; margin: 0; }

.big-fact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fact { border: 2.5px solid var(--ink); border-radius: var(--r); padding: 30px 26px; background: var(--white); }
.fact b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(2.4rem, 4.6vw, 3.5rem); letter-spacing: -0.04em; line-height: 1; margin-bottom: 10px; }
.fact:nth-child(1) { background: var(--yellow); } .fact:nth-child(2) { background: var(--pink); } .fact:nth-child(3) { background: var(--ink); color: var(--paper); }
.fact p { margin: 0; font-weight: 500; }

.contact-card { background: var(--ink); color: var(--paper); border-radius: var(--r); padding: 36px; }
.contact-card h3 { font-size: 1.7rem; margin-bottom: 14px; }
.contact-card p { color: #C9C4DA; }
.contact-card dl { margin: 22px 0 0; display: grid; gap: 14px; }
.contact-card dt { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--yellow); }
.contact-card dd { margin: 2px 0 0; font-weight: 600; font-size: 1.05rem; }
.contact-card a { text-decoration-color: var(--red); text-underline-offset: 4px; }

/* ---------- footer ---------- */
.site-foot { background: var(--ink); color: var(--paper); padding: 70px 0 36px; border-radius: 40px 40px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.foot-grid > * { min-width: 0; }
.site-foot .logo .l1 { color: var(--paper); } .site-foot .logo .l2 i { color: var(--yellow); }
.site-foot .logo { padding-left: 0; }
.foot-blurb { color: #C9C4DA; margin-top: 20px; max-width: 26em; font-size: 0.97rem; }
.site-foot h4 { font-family: var(--body); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; }
.site-foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-foot li, .site-foot li a { color: #E5E0F0; text-decoration: none; font-size: 0.97rem; }
.site-foot li a:hover { color: var(--yellow); }
.foot-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 30px; margin-top: 54px; padding-top: 24px; border-top: 1.5px solid rgba(251,245,234,.18); color: #A8A2BD; font-size: 0.88rem; }

/* ---------- bag drawer ---------- */
.scrim { position: fixed; inset: 0; background: rgba(29, 26, 43, 0.5); z-index: 200; opacity: 0; pointer-events: none; transition: opacity .25s; }
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 12px; right: 12px; bottom: calc(52px + env(safe-area-inset-bottom)); width: min(430px, calc(100% - 24px)); z-index: 210; background: var(--paper); border: 2.5px solid var(--ink); border-radius: 28px; box-shadow: -6px 6px 0 var(--ink); display: flex; flex-direction: column; transform: translateX(calc(100% + 40px)); transition: transform .32s cubic-bezier(.2,.9,.25,1); visibility: hidden; }
.drawer.open { transform: none; visibility: visible; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px 16px; border-bottom: 2px dashed var(--paper-3); }
.drawer-head h2 { font-size: 1.7rem; }
.x { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--ink); background: var(--white); cursor: pointer; font-size: 1.2rem; line-height: 1; display: grid; place-items: center; color: var(--ink); }
.x:hover { background: var(--ink); color: var(--white); }
.drawer-items { flex: 1; overflow-y: auto; padding: 8px 22px; }
.drawer-empty { text-align: center; padding: 50px 10px; color: var(--ink-soft); }
.drawer-empty b { display: block; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 1.9rem; color: var(--ink); margin-bottom: 8px; }
.line { display: grid; grid-template-columns: 62px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 2px dashed var(--paper-3); }
.line-sw { width: 62px; height: 62px; border-radius: 12px; border: 2px solid var(--ink); background: var(--pat, var(--kraft)) center / 60px; }
.line b { display: block; line-height: 1.2; }
.line small { color: var(--ink-soft); }
.qty { display: inline-flex; align-items: center; gap: 2px; margin-top: 6px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); }
.qty button { width: 30px; height: 28px; border: 0; background: none; cursor: pointer; font-weight: 800; font-size: 1rem; color: var(--ink); border-radius: 999px; }
.qty button:hover { background: var(--paper-3); }
.qty span { min-width: 20px; text-align: center; font-weight: 700; font-size: 0.9rem; }
.line-price { font-family: var(--display); font-weight: 800; }
.drawer-foot { padding: 18px 22px 22px; border-top: 2.5px solid var(--ink); background: var(--white); border-radius: 0 0 26px 26px; }
.sum { display: flex; justify-content: space-between; font-weight: 600; padding: 3px 0; }
.sum.total { font-family: var(--display); font-weight: 800; font-size: 1.35rem; padding: 10px 0 14px; }
.sum small { color: var(--ink-soft); font-weight: 500; }
.demo-note { display: none; margin-top: 12px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 14px; padding: 12px 14px; font-size: 0.9rem; font-weight: 600; }
.demo-note.show { display: block; }

/* reveal */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .head-link.hide-md { display: none; }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  section { padding: 70px 0; }
  .site-head { padding: 6px 8px; }
  .head-side.left .head-link, .head-side.right .head-link { display: none; }
  .burger { display: grid; }
  .menu-extra { display: block; }
  .logo .l1 { font-size: 1.3rem; } .logo .l2 { font-size: 1.42rem; }
  .logo { padding: 2px 6px; gap: 5px; }
  .bag-btn { padding: 11px 12px; }
  .bag-btn .bag-word { display: none; }
  .hero { padding: 120px 0 50px; }
  .hero-grid, .sos-grid, .split, .versus { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .stack { width: min(100%, 430px); }
  .cats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cat-label { left: 8px; right: 8px; bottom: 8px; padding: 9px 12px; flex-direction: column; align-items: flex-start; gap: 0; border-radius: 13px; }
  .cat-label b { font-size: 1.08rem; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 24px 14px; }
  .steps, .review-grid, .big-fact { grid-template-columns: 1fr; }
  .addons { grid-template-columns: 1fr 1fr; }
  .review:nth-child(n) { transform: none; }
  .manifesto { border-radius: 28px; margin-inline: 8px; }
  .vs { padding: 24px 20px; } .vs.us { transform: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .page-hero { padding: 125px 0 30px; }
  .split { gap: 40px; }
  .sos-box { max-width: 440px; margin-inline: auto; width: 100%; }
}
@media (max-width: 520px) {
  .wrap { width: calc(100% - 32px); }
  .card-buy { flex-direction: column; align-items: stretch; gap: 8px; }
  .card-buy .price { font-size: 1.12rem; }
  .card h3 { font-size: 1.08rem; }
  .art { background-size: calc(var(--ps, 120px) * 0.75); border-radius: 14px; }
  .addons { grid-template-columns: 1fr; }
  .addon .card-buy { flex-direction: row; align-items: center; }
  .sos-list { grid-template-columns: 1fr; }
  .menu-cats { grid-template-columns: repeat(2, 1fr); }
  .btn { padding: 15px 22px; }
  .hero-cta .btn { flex: 1 1 auto; }
  .spec li { padding: 14px 16px; font-size: 0.95rem; }
  .filters { gap: 8px; } .chip { padding: 9px 15px; font-size: 0.9rem; }
  .sticker { width: 34%; }
}
@media (max-width: 350px) {
  .logo .l1 { font-size: 1.12rem; } .logo .l2 { font-size: 1.22rem; }
  .burger { width: 38px; } .bag-btn { padding: 10px; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Lightwork demo bar (canonical, do not alter) ---------- */
.lw-demo-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; display: block; height: calc(40px + env(safe-area-inset-bottom)); line-height: 40px; box-sizing: border-box; padding: 0 8px env(safe-area-inset-bottom); background: #241631; color: rgba(255,255,255,0.88); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-size: clamp(9px, 2.7vw, 13px); letter-spacing: 0; white-space: nowrap; text-decoration: none; text-align: center; }
.lw-demo-bar strong { color: #78ffd3; font-weight: 700; }
.lw-demo-bar:hover { background: #2f1d40; color: #ffffff; }
