/* Úvodní stránka Velvi, světlá verze. Střídmý editorial: ostré rohy, vlasové linky, ploché barvy, zlatá jen na detaily.
   Jedinou ozdobou jsou 3D krabičky. Nadpisové písmo Marcellus vychází z verzálek na obalu, text Instrument Sans. */

@font-face { font-family: "Marcellus"; font-weight: 400; font-display: swap; src: url(/fonts/marcellus-latin-ext-400-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20C0; }
@font-face { font-family: "Marcellus"; font-weight: 400; font-display: swap; src: url(/fonts/marcellus-latin-400-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2212; }
/* Cormorant Garamond zůstává jen na 3D krabičce "Ta vaše" (původní vzhled obalu), nikde jinde na stránce */
@font-face { font-family: "Cormorant Garamond"; font-weight: 600; font-style: normal; font-display: swap; src: url(/fonts/cormorant-garamond-latin-ext-600-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20C0; }
@font-face { font-family: "Cormorant Garamond"; font-weight: 600; font-style: normal; font-display: swap; src: url(/fonts/cormorant-garamond-latin-600-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: "Cormorant Garamond"; font-weight: 500; font-style: italic; font-display: swap; src: url(/fonts/cormorant-garamond-latin-ext-500-italic.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20C0; }
@font-face { font-family: "Cormorant Garamond"; font-weight: 500; font-style: italic; font-display: swap; src: url(/fonts/cormorant-garamond-latin-500-italic.woff2) format("woff2"); unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: "Instrument Sans"; font-weight: 400 700; font-display: swap; src: url(/fonts/instrument-sans-latin-ext-wght-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20C0; }
@font-face { font-family: "Instrument Sans"; font-weight: 400 700; font-display: swap; src: url(/fonts/instrument-sans-latin-wght-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2212; }

:root {
  --bg: #ffffff;
  --ink: #14110f;
  --muted: #6f675c;
  --gold: #987838;
  --line: rgba(20, 17, 15, .13);
  --line-strong: rgba(20, 17, 15, .34);
  --tint: rgba(20, 17, 15, .04);
  --display: "Marcellus", "Iowan Old Style", Georgia, serif;
  --sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif; /* jen 3D krabička */
  --gold-hi: #f3e2b8;
  --gold-grad: linear-gradient(100deg, #b98d4a 0%, #f3e2b8 38%, #c8a466 62%, #f6e9c6 100%); /* jen fólie na 3D krabičce */
  --pad: clamp(20px, 5vw, 88px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--bg); color: var(--ink); position: relative; z-index: 0;
  font: 400 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body::after { /* sotva znatelná nazlátlá mřížka přes celou stránku, při skrolování stojí na místě */
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(152, 120, 56, .085) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(152, 120, 56, .085) 0 1px, transparent 1px 88px),
    var(--bg);
}
.deco { /* linkování převzaté z proužků na přebalu */
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(152, 120, 56, .16) 0 1px, transparent 1px 22px);
  -webkit-mask-image: radial-gradient(55% 70% at 74% 46%, #000, transparent 72%);
  mask-image: radial-gradient(55% 70% at 74% 46%, #000, transparent 72%);
}
.deco-center { -webkit-mask-image: radial-gradient(45% 80% at 50% 100%, #000, transparent 75%); mask-image: radial-gradient(45% 80% at 50% 100%, #000, transparent 75%); }
.hero-glow, .final-glow { display: none; }

a { color: inherit; }
p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; margin: 0; }
h1 { font-size: clamp(40px, 5.4vw, 78px); line-height: 1.06; letter-spacing: -.012em; }
h2 { font-size: clamp(30px, 3.5vw, 50px); line-height: 1.12; letter-spacing: -.008em; max-width: 20ch; }
h3 { font-size: 23px; line-height: 1.2; }
h1 em { font-style: normal; color: var(--gold); }
.eyebrow, .label {
  font: 500 11.5px/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px;
}

/* ---------- tlačítka: ostré rohy, ploché barvy */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 17px 28px; border-radius: 0; text-decoration: none; cursor: pointer; border: 1px solid transparent;
  font: 500 12px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.btn-gold { background: var(--ink); color: var(--bg); }
.btn-gold:hover { background: var(--gold); color: #fff; }
.btn-ghost, .btn-line { border-color: var(--line-strong); color: var(--ink); }
.btn-ghost:hover, .btn-line:hover { border-color: var(--ink); background: var(--tint); }
.btn-small { padding: 12px 18px; font-size: 11px; }
.btn-big { padding: 21px 40px; font-size: 13px; }
:focus-visible { outline: 1px solid var(--ink); outline-offset: 4px; }

/* ---------- navigace */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: 72px; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease;
}
.nav.scrolled { background: rgba(255, 255, 255, .86); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-color: var(--line); }
.logo { font: 400 25px/1 var(--display); letter-spacing: .3em; text-transform: uppercase; text-decoration: none; color: var(--ink); margin-right: -.3em; }
.nav-links { display: flex; gap: 34px; }
.nav-links a { text-decoration: none; color: var(--muted); font: 500 11.5px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }

/* ---------- hero */
.hero {
  position: relative; min-height: min(100svh, 940px); padding: 130px var(--pad) 70px;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: 40px;
}
.hero-text { position: relative; z-index: 2; max-width: 640px; }
.lead { font-size: 17px; line-height: 1.65; color: var(--muted); max-width: 46ch; margin-top: 28px; }
.tryit { display: block; margin-top: 46px; max-width: 440px; }
.tryit span { display: block; font: 500 11.5px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.tryit input {
  width: 100%; padding: 12px 0 14px; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0;
  background: none; color: var(--ink); font: 400 28px/1.2 var(--display); transition: border-color .25s;
}
.tryit input::placeholder { color: rgba(20, 17, 15, .28); }
.tryit input:focus { outline: none; border-color: var(--gold); }
.swatches { display: flex; gap: 8px; margin-top: 16px; }
.swatch { width: 22px; height: 22px; border-radius: 0; border: 1px solid var(--line-strong); cursor: pointer; padding: 0; transition: transform .2s; }
.swatch:hover { transform: translateY(-2px); }
.swatch.active { outline: 1px solid var(--ink); outline-offset: 3px; }
.swatch[data-theme="smaragd"] { background: #0f3b2e; }
.swatch[data-theme="bordo"] { background: #4a1220; }
.swatch[data-theme="pulnoc"] { background: #121c3a; }
.swatch[data-theme="krem"] { background: #efe6d6; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }

/* ---------- 3D krabičky */
.stage { position: relative; z-index: 1; min-width: 0; height: 560px; perspective: 1500px; display: grid; place-items: center; }
.tilt { display: flex; gap: 84px; align-items: center; transform-style: preserve-3d; transform: rotateX(var(--tx, 0deg)) rotateY(var(--ty, 0deg)); transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.box-wrap { position: relative; transform-style: preserve-3d; }
.box-wrap::after { /* stín pod krabičkou */
  content: ""; position: absolute; left: -22%; right: -22%; bottom: -44px; height: 40px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(20, 17, 15, .38), transparent); filter: blur(10px); transform: translateZ(-60px);
}
.box-caption { position: absolute; left: 50%; bottom: -84px; transform: translateX(-50%); white-space: nowrap; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.box { --w: 176px; --h: 395px; --d: 57px; position: relative; width: var(--w); height: var(--h); transform-style: preserve-3d; }
.box-velvi { animation: sway-a 11s ease-in-out infinite alternate; }
.box-custom { animation: sway-b 11s ease-in-out infinite alternate; }
@keyframes sway-a { from { transform: rotateX(4deg) rotateY(-34deg) translateY(0); } to { transform: rotateX(-2deg) rotateY(14deg) translateY(-12px); } }
@keyframes sway-b { from { transform: rotateX(-2deg) rotateY(30deg) translateY(-12px); } to { transform: rotateX(4deg) rotateY(-16deg) translateY(0); } }
.face { position: absolute; backface-visibility: hidden; background-size: 100% 100%; background-color: #070504; overflow: hidden; }
.face::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, .13) 0%, transparent 32%, transparent 70%, rgba(0, 0, 0, .28) 100%); }
.f-front, .f-back { width: var(--w); height: var(--h); }
.f-front { transform: translateZ(calc(var(--d) / 2)); }
.f-back { transform: rotateY(180deg) translateZ(calc(var(--d) / 2)); }
.f-left, .f-right { width: var(--d); height: var(--h); left: calc((var(--w) - var(--d)) / 2); filter: brightness(.78); }
.f-left { transform: rotateY(-90deg) translateZ(calc(var(--w) / 2)); }
.f-right { transform: rotateY(90deg) translateZ(calc(var(--w) / 2)); }
.f-top, .f-bottom { width: var(--w); height: var(--d); top: calc((var(--h) - var(--d)) / 2); filter: brightness(.9); }
.f-top { transform: rotateX(90deg) translateZ(calc(var(--h) / 2)); }
.f-bottom { transform: rotateX(-90deg) translateZ(calc(var(--h) / 2)); }

/* zákaznická krabička kreslená v CSS, barvu řídí data-theme */
.box-custom { --c1: #0f3b2e; --c2: #072119; --t: var(--gold-hi); --tg: var(--gold-grad); }
.box-custom[data-theme="bordo"] { --c1: #4a1220; --c2: #2a0911; }
.box-custom[data-theme="pulnoc"] { --c1: #121c3a; --c2: #080d1f; }
.box-custom[data-theme="krem"] { --c1: #f2eadb; --c2: #e0d3bb; --t: #6b4a1c; --tg: linear-gradient(100deg, #7a5420, #b98d4a 50%, #6b4a1c); }
.custom-front, .custom-plain { background: linear-gradient(160deg, var(--c1), var(--c2)); transition: background .5s; }
.custom-front { padding: 11px; }
.frame {
  height: 100%; border: 1px solid var(--t); outline: 1px solid var(--t); outline-offset: -5px; opacity: .96;
  display: flex; flex-direction: column; align-items: center; text-align: center; padding: 34px 12px 22px; color: var(--t);
}
.ornament { width: 84px; flex: none; }
.custom-name {
  margin-top: 26px; font: 600 var(--fs, 27px) / 1.08 var(--serif); letter-spacing: .04em; text-transform: uppercase;
  background: var(--tg); -webkit-background-clip: text; background-clip: text; color: transparent;
  overflow-wrap: break-word; max-width: 100%; min-height: 2.2em; display: grid; place-items: center;
}
.rule { width: 46px; height: 1px; background: var(--t); margin: 20px 0 16px; opacity: .7; }
.custom-sub { font: italic 500 17px/1.25 var(--serif); opacity: .9; }
.custom-weight { margin-top: auto; font: italic 500 22px/1 var(--serif); opacity: .85; }
.custom-plain { display: grid; place-items: center; }
.custom-side { writing-mode: vertical-rl; font: 600 15px/1 var(--serif); letter-spacing: .22em; text-transform: uppercase; color: var(--t); white-space: nowrap; opacity: .9; }
.f-left .custom-side { transform: rotate(180deg); }

/* ---------- pruh výhod */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); margin: 0 var(--pad); }
.strip div { padding: 28px 28px 28px 0; }
.strip div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.strip strong { display: block; font: 400 21px/1.2 var(--display); color: var(--ink); margin-bottom: 4px; }
.strip span { font-size: 13.5px; color: var(--muted); }

/* ---------- sekce */
.section { padding: clamp(90px, 12vw, 170px) var(--pad) 0; }
.section-lead { color: var(--muted); max-width: 52ch; margin-top: 22px; font-size: 17px; }

.steps { list-style: none; padding: 0; margin: 64px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps li { padding: 26px 32px 0 0; }
.steps li + li { padding-left: 32px; border-left: 1px solid var(--line); }
.num { font: 500 11.5px/1 var(--sans); letter-spacing: .2em; color: var(--gold); }
.steps h3 { margin: 38px 0 12px; }
.steps p { color: var(--muted); font-size: 15px; }

.products { display: grid; grid-template-columns: 1fr 1fr; margin-top: 64px; border-top: 1px solid var(--line); }
.product { display: flex; flex-direction: column; padding: 0 48px 0 0; }
.product + .product { padding: 0 0 0 48px; border-left: 1px solid var(--line); }
.product-visual { height: 420px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-visual img { max-height: 300px; max-width: 100%; width: auto; height: auto; box-shadow: 0 34px 60px -22px rgba(20, 17, 15, .55); transition: transform .7s cubic-bezier(.2, .7, .2, 1); transform: rotate(-3deg); }
.product-visual.tall img { transform: rotate(3deg); }
.product:hover .product-visual img { transform: rotate(0) scale(1.03); }
.product-body { display: flex; flex-direction: column; gap: 14px; flex: 1; border-top: 1px solid var(--line); padding-top: 28px; }
.product h3 { font-size: 30px; }
.product-meta { font: 500 11.5px/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.product-body > p { color: var(--muted); font-size: 15.5px; max-width: 48ch; }
.product-note { font-size: 13.5px !important; }
.facts { list-style: none; margin: 8px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.facts li { padding: 16px 0; }
.facts li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.facts span { display: block; font: 500 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.facts strong { font: 400 24px/1.2 var(--display); }
.product .btn { align-self: flex-start; margin-top: auto; }

/* náplně jako rejstřík, ne jako karty */
.fillings { margin-top: 56px; border-top: 1px solid var(--line); }
.filling { display: grid; grid-template-columns: 70px 14px minmax(0, 1fr) minmax(0, 1.4fr); gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); transition: padding .35s ease, background .35s ease; }
.filling:hover { padding-left: 14px; background: linear-gradient(90deg, var(--tint), transparent 70%); }
.filling .idx { font: 500 11.5px/1 var(--sans); letter-spacing: .2em; color: var(--muted); }
.filling .dot { width: 14px; height: 14px; background: var(--f1); }
.filling h3 { font-size: clamp(24px, 2.6vw, 36px); }
.filling p { color: var(--muted); font-size: 15px; }

.ways { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid var(--line); }
.way { padding: 30px 36px 8px 0; display: flex; flex-direction: column; gap: 14px; }
.way + .way { padding-left: 36px; border-left: 1px solid var(--line); }
.way p { color: var(--muted); font-size: 15px; }
.tag { margin-top: auto; padding-top: 18px; font: 500 11.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.tag-gold { color: var(--gold); }
.downloads { display: grid; margin: 6px 0 0; border-top: 1px solid var(--line); }
.downloads div { display: flex; align-items: center; gap: 18px; font-size: 14.5px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.downloads span { flex: 1; }
.downloads a { text-decoration: none; font: 500 11.5px/1 var(--sans); letter-spacing: .16em; color: var(--ink); border-bottom: 1px solid var(--gold); padding-bottom: 3px; transition: color .2s; }
.downloads a:hover { color: var(--gold); }

.calc { margin-top: 56px; border: 1px solid var(--line); display: grid; grid-template-columns: 1.3fr 1fr; }
.calc-controls { padding: clamp(28px, 4vw, 56px); }
.seg { display: inline-flex; border: 1px solid var(--line-strong); }
.seg button { border: 0; background: none; color: var(--muted); font: 500 11.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; padding: 14px 20px; cursor: pointer; transition: background .25s, color .25s; }
.seg button.active { background: var(--ink); color: var(--bg); }
.calc-qty { display: flex; justify-content: space-between; align-items: baseline; margin: 44px 0 10px; font: 500 11.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.calc-qty output { font: 400 44px/1 var(--display); color: var(--ink); letter-spacing: 0; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 1px; background: linear-gradient(90deg, var(--gold) var(--fill, 20%), var(--line-strong) var(--fill, 20%)); outline-offset: 10px; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 15px; height: 15px; border-radius: 0; background: var(--ink); transform: rotate(45deg); cursor: grab; }
input[type="range"]::-moz-range-thumb { width: 13px; height: 13px; border-radius: 0; border: 0; background: var(--ink); transform: rotate(45deg); cursor: grab; }
.calc-hint { margin-top: 26px; font-size: 14px; color: var(--muted); min-height: 3.2em; }
.calc-result { padding: clamp(28px, 4vw, 56px); border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.calc-label { font: 500 11.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.calc-unit { font: 400 clamp(56px, 6.5vw, 88px)/1 var(--display); color: var(--ink); }
.calc-total { color: var(--muted); font-size: 14.5px; margin-bottom: 26px; }
.calc-result .btn { align-self: flex-start; }

.occasions { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid var(--line); }
.occasions article { padding: 30px 36px 0 0; }
.occasions article + article { padding-left: 36px; border-left: 1px solid var(--line); }
.occasions p { color: var(--muted); margin-top: 12px; font-size: 15px; }

.faq { margin-top: 48px; max-width: 900px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 24px 48px 24px 0; font: 400 21px/1.3 var(--display); position: relative; transition: color .2s; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 50%; translate: 0 -50%; font: 300 24px/1 var(--sans); color: var(--muted); transition: rotate .3s; }
details[open] summary::after { rotate: 45deg; }
summary:hover { color: var(--gold); }
details p { color: var(--muted); padding: 0 48px 26px 0; max-width: 68ch; font-size: 15.5px; }

.final { position: relative; padding: clamp(110px, 14vw, 200px) var(--pad); margin-top: clamp(90px, 11vw, 160px); border-top: 1px solid var(--line); overflow: hidden; }
.final h2 { max-width: none; font-size: clamp(40px, 6.4vw, 100px); line-height: 1.02; }
.final p { color: var(--muted); margin: 26px 0 44px; font-size: 17px; }

.footer { border-top: 1px solid var(--line); padding: 40px var(--pad) 56px; display: flex; flex-wrap: wrap; gap: 12px 40px; align-items: baseline; color: var(--muted); font-size: 13px; }
.footer .logo { font-size: 18px; }
.footer-small { opacity: .7; }

/* ---------- nájezdy při scrollu. Skrývá se jen s běžícím JS (třída js na <html>). */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 1s cubic-bezier(.2, .7, .2, 1), transform 1s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--delay, 0ms); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- menší obrazovky */
@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; padding-top: 104px; }
  .stage { height: 520px; order: -1; }
  .nav-links { display: none; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .steps li:nth-child(3) { padding-left: 0; border-left: 0; }
  .ways, .calc { grid-template-columns: 1fr; }
  .way, .way + .way { padding: 28px 0; border-left: 0; }
  .way + .way { border-top: 1px solid var(--line); }
  .calc-result { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 720px) {
  .stage { height: 400px; overflow: clip; }
  .tilt { gap: 40px; scale: .68; }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip div, .strip div + div { padding: 22px 16px 22px 0; border-left: 0; }
  .strip div:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
  .strip div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .products, .occasions, .steps { grid-template-columns: 1fr; }
  .product, .product + .product { padding: 0; border-left: 0; }
  .product + .product { margin-top: 56px; }
  .steps li, .steps li + li { padding: 24px 0 0; border-left: 0; }
  .steps h3 { margin-top: 16px; }
  .occasions article, .occasions article + article { padding: 26px 0 0; border-left: 0; }
  .filling { grid-template-columns: 34px 12px minmax(0, 1fr); gap: 14px; }
  .filling p { grid-column: 3; }
  .product-visual { height: 320px; }
  .product-visual img { max-height: 230px; }
  .hero-cta .btn { width: 100%; }
  .btn-small { padding: 11px 12px; letter-spacing: .1em; }
  summary { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .box-velvi, .box-custom { animation: none; transform: rotateY(-24deg); }
  .box-custom { transform: rotateY(22deg); }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .tilt { transition: none; }
}
