:root {
  --ink: #0d1821;
  --navy: #0b1721;
  --navy-2: #142634;
  --cream: #fff0d0;
  --paper: #f4ead7;
  --orange: #e9851d;
  --orange-2: #ffb33f;
  --red: #b83f31;
  --muted: #aab3ba;
  --line: rgba(255,255,255,.13);
  --shadow: 0 24px 75px rgba(0,0,0,.3);
  --radius: 26px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 80% 4%, rgba(233,133,29,.13), transparent 29rem),
    linear-gradient(180deg, #09141d 0%, #10202c 46%, #09141d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  min-height: 76px; display: grid; grid-template-columns: 180px auto 1fr; gap: 28px;
  align-items: center; padding: 9px max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line); background: rgba(9,20,29,.88);
  backdrop-filter: blur(18px);
}
.brand img { width: 158px; max-height: 56px; object-fit: contain; }
.edition-switch {
  display: flex; gap: 3px; padding: 4px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(255,255,255,.035);
}
.edition-switch a { padding: 7px 12px; border-radius: 999px; text-decoration: none; color: #c8c6bf; font-size: .78rem; font-weight: 850; white-space: nowrap; }
.edition-switch a span { opacity: .65; }
.edition-switch .active { color: #241506; background: var(--orange-2); }
nav { display: flex; align-items: center; justify-content: flex-end; gap: 25px; }
nav a { text-decoration: none; color: #e6ddce; font-weight: 750; font-size: .9rem; }
nav a:hover { color: white; }
.nav-cta { padding: 9px 16px; border-radius: 999px; color: #241506; background: var(--orange-2); }
.menu-button { display: none; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: transparent; }
main { overflow: hidden; }
.hero {
  min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr;
  gap: clamp(36px, 6vw, 80px); align-items: center; padding-block: 72px 96px;
}
.eyebrow, .kicker {
  margin: 0 0 13px; color: var(--orange-2); font-size: .76rem; font-weight: 900;
  letter-spacing: .13em; text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.04; text-wrap: balance; }
h1 { margin-bottom: 23px; font-size: clamp(3.15rem, 5.75vw, 5.85rem); letter-spacing: -.055em; }
h1 em { color: var(--orange-2); font-style: normal; }
h2 { margin-bottom: 19px; font-size: clamp(2.2rem, 4.15vw, 4.2rem); letter-spacing: -.045em; }
h3 { font-size: 1.4rem; }
p { margin-top: 0; }
.lead { max-width: 720px; color: #d7d0c5; font-size: clamp(1.02rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 31px 0 37px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 12px 22px; border: 0; border-radius: 999px; text-decoration: none;
  font-weight: 900; cursor: pointer; transition: .17s ease;
}
.button.primary { color: #211407; background: linear-gradient(135deg, var(--orange-2), var(--orange)); box-shadow: 0 12px 34px rgba(233,133,29,.24); }
.button.primary:hover { transform: translateY(-1px); filter: brightness(1.05); }
.button.ghost { color: var(--cream); border: 1px solid rgba(255,240,208,.29); background: rgba(255,255,255,.035); }
.button.light { color: var(--ink); border-color: rgba(13,24,33,.2); background: rgba(255,255,255,.42); }
.button.wide { width: 100%; }
.stats { display: flex; gap: 10px; flex-wrap: wrap; }
.stats div { min-width: 108px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.035); }
.stats strong { display: block; color: white; font-size: 1.28rem; }
.stats span { color: var(--muted); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-art { position: relative; isolation: isolate; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 600px); margin: auto; border-radius: 24px; box-shadow: var(--shadow); transform: rotate(1deg); }
.art-glow { position: absolute; inset: 9% 3%; border-radius: 50%; background: #ed8b20; filter: blur(78px); opacity: .26; }
.section { padding-block: 104px; }
.section-heading { max-width: 810px; margin-bottom: 48px; }
.section-heading > p:last-child { color: #d5cec2; font-size: 1.08rem; }
.wide-heading { max-width: 930px; }
.compact-heading { margin-bottom: 35px; }
.why-section { border-top: 1px solid var(--line); }
.benefits { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.benefits article { padding: 25px 22px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 35px; border-radius: 14px; color: #201407; background: var(--orange-2); font-size: 1.2rem; font-weight: 950; }
.benefits h3 { margin-bottom: 11px; }
.benefits p { margin: 0; color: var(--muted); font-size: .94rem; }
.how-section { border-top: 1px solid var(--line); }
.night-route { list-style: none; display: grid; grid-template-columns: repeat(6,1fr); gap: 7px; padding: 0; margin: 0 0 42px; }
.night-route li { position: relative; padding: 17px 10px 18px; text-align: center; border-radius: 15px; color: var(--ink); background: var(--paper); }
.night-route li:nth-child(2){background:#ead5a5}.night-route li:nth-child(3){background:#e7b172}.night-route li:nth-child(4){background:#bf796c}.night-route li:nth-child(5){background:#929aa3}.night-route li:nth-child(6){background:#7193a5}
.night-route li:not(:last-child)::after { content:"›"; position:absolute; right:-8px; top:50%; z-index:2; transform:translateY(-50%); color:white; font-weight:900; }
.night-route time { display: block; margin-bottom: 4px; font-size: .75rem; font-weight: 900; opacity: .65; }
.night-route strong { font-size: .93rem; }
.phases { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.phases article { min-height: 280px; padding: 27px 23px; border-radius: 20px; color: var(--ink); background: var(--paper); }
.phases article:nth-child(2){background:#edca8e}.phases article:nth-child(3){background:#d87557}.phases article:nth-child(4){background:#9eacb5}
.phase-number { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 52px; border-radius: 50%; color: white; background: var(--ink); font-weight: 900; }
.phases p { color: #25313a; }
.modes-heading { margin: 72px 0 27px; }
.modes-heading h3 { margin-bottom: 0; font-size: clamp(1.8rem,3vw,2.8rem); }
.modes { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.modes article { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); }
.modes article.featured-mode { color: var(--ink); border: 0; background: var(--orange-2); }
.modes span { display: block; margin-bottom: 20px; color: var(--orange-2); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.modes .featured-mode span { color: #71400e; }
.modes h3 { margin-bottom: 10px; }
.modes p { margin: 0; color: var(--muted); }
.modes .featured-mode p { color: #49301b; }
.components-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 65px; align-items: center; border-top: 1px solid var(--line); }
.components-photo { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #172734; }
.components-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.component-list { list-style: none; padding: 0; margin: 34px 0 0; }
.component-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.component-list strong { display: block; }
.component-list span { color: var(--muted); font-size: .9rem; }
.gallery-section { border-top: 1px solid var(--line); }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 13px; }
.gallery figure { margin: 0; overflow: hidden; min-height: 330px; border-radius: 20px; background: #162735; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figure:nth-child(3) img { object-position: center 20%; }
.order-section { border-top: 1px solid var(--line); }
.order-heading { max-width: 650px; }
.order-layout { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.product-card { display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: center; padding: 38px; }
.product-card > img { width: 250px; border-radius: 17px; box-shadow: 0 15px 38px rgba(0,0,0,.2); }
.product-badge { display: inline-block; margin-bottom: 18px; padding: 6px 10px; border-radius: 999px; color: #8a4317; background: #f6d5a2; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { margin-bottom: 9px; font-size: clamp(1.9rem,3vw,3rem); }
.product-info p { color: #52606a; }
.price { display: flex; align-items: baseline; gap: 12px; margin: 24px 0; }
.price del { color: #869097; }
.price strong { font-size: 2rem; }
.quantity { display: flex; align-items: center; gap: 9px; }
.quantity button { width: 38px; height: 38px; border: 1px solid #c8c1b6; border-radius: 50%; color: var(--ink); background: white; cursor: pointer; font-size: 1.25rem; }
.quantity output { min-width: 25px; text-align: center; font-weight: 900; }
.quantity span { color: #68727a; }
.order-summary { padding: 38px; color: white; background: var(--navy-2); }
.order-summary h3 { margin-bottom: 25px; font-size: 1.65rem; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.summary-row.total { margin: 11px 0 18px; border: 0; font-size: 1.35rem; }
.delivery-note { margin: 14px 0 0; color: #b8c1c7; font-size: .83rem; }
.order-form { margin-top: 18px; padding: 34px; border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; margin-bottom: 23px; }
.form-heading h3 { margin-bottom: 0; font-size: 2rem; }
.close-form { border: 0; background: transparent; color: #5f686f; font-size: 2.1rem; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-bottom: 24px; }
.form-grid label { display: grid; gap: 7px; color: #34414a; font-size: .86rem; font-weight: 800; }
.form-grid input[type="text"],.form-grid input[type="email"],.form-grid input[type="tel"] { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfc6b8; border-radius: 11px; color: var(--ink); background: white; }
.pickup-button { min-height: 48px; padding: 10px 13px; border: 1px solid #cfc6b8; border-radius: 11px; color: var(--ink); background: white; text-align: left; cursor: pointer; }
.full-field { grid-column: 1/-1; }
.checkbox { display: flex !important; grid-template-columns: auto 1fr !important; align-items: flex-start; font-weight: 500 !important; }
.checkbox input { margin-top: 4px; }
.form-message { min-height: 24px; margin-top: 12px; color: #8a4317; font-weight: 800; }
.learn-section { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid var(--line); }
.learn-section article { padding: 42px; border-radius: 24px; color: var(--ink); background: linear-gradient(135deg,#ffe8b7,#eec57d); }
.learn-section h2 { font-size: clamp(2.1rem,3.6vw,3.6rem); }
.learn-section p:not(.kicker) { max-width: 520px; color: #4d4438; }
.video-card { background: linear-gradient(135deg,#d7dee2,#9eafb8) !important; }
.video-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 30px; border-radius: 50%; color: white; background: var(--ink); }
.origin-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; border-top: 1px solid var(--line); }
.origin-copy { color: #d5cec2; font-size: 1.06rem; }
.contact-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; border-top: 1px solid var(--line); }
.contact-section > div > p:not(.kicker) { color: #d5cec2; }
.contact-email { display: inline-block; margin-top: 12px; color: var(--orange-2); font-size: clamp(1.2rem,2.3vw,1.8rem); font-weight: 900; text-decoration: none; }
.social-links { display: grid; gap: 10px; }
.social-links a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; background: rgba(255,255,255,.035); }
.social-links span { color: var(--muted); }
footer { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 52px max(20px,calc((100vw - var(--max))/2)); border-top: 1px solid var(--line); background: #060e15; }
.footer-brand img { width: 155px; }
.footer-brand p { color: var(--muted); }
.footer-nav { display: flex; align-content: flex-start; justify-content: flex-end; gap: 18px; flex-wrap: wrap; }
.footer-nav a,.footer-nav span { color: #dcd5c8; text-decoration: none; font-size: .86rem; }
footer small { grid-column: 1/-1; color: #707c84; }

/* Zmrzlíci structural page */
.kids-page { color:#24404b; background:#fff9ed; }
.kids-header { grid-template-columns: 190px auto 1fr; border-color:rgba(36,64,75,.13); background:rgba(255,249,237,.92); }
.kids-brand { display:flex; align-items:baseline; gap:5px; text-decoration:none; color:#24404b; }
.kids-brand small { font-weight:800; }
.kids-brand strong { font-size:1.55rem; color:#e55472; }
.edition-switch .kids-active { color:white; background:#e55472; }
.kids-back { justify-self:end; color:#24404b; font-size:.86rem; font-weight:800; text-decoration:none; }
.kids-hero { min-height:700px; display:grid; grid-template-columns:1fr 1fr; gap:45px; align-items:center; padding-block:75px; }
.kids-eyebrow { margin:0 0 13px; color:#e55472; font-size:.76rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.kids-copy h1 { margin-bottom:10px; color:#24404b; font-size:clamp(3.2rem,7vw,6.5rem); }
.kids-copy h1 span { display:block; font-size:.32em; letter-spacing:.02em; color:#6e8993; }
.kids-tagline { margin-bottom:22px; color:#e55472; font-size:clamp(1.45rem,2.7vw,2.3rem); font-weight:950; }
.kids-copy .lead { color:#536e78; }
.kids-button { color:white; background:linear-gradient(135deg,#f37f9b,#e55472); box-shadow:0 12px 32px rgba(229,84,114,.2); }
.kids-ghost { color:#24404b; border:1px solid rgba(36,64,75,.2); background:white; }
.kids-visual { position:relative; min-height:520px; overflow:hidden; border-radius:46% 54% 49% 51% / 52% 46% 54% 48%; background:linear-gradient(#8fd9ed 0 55%,#ffc865 55%); box-shadow:0 30px 70px rgba(50,102,119,.18); }
.sun { position:absolute; top:55px; right:65px; width:90px; height:90px; border-radius:50%; background:#ffe783; box-shadow:0 0 0 16px rgba(255,231,131,.22); }
.wheel { position:absolute; left:65px; bottom:88px; width:245px; height:245px; border:12px solid #fff5dd; border-radius:50%; box-shadow:0 0 0 6px #e55472; }
.wheel::before,.wheel::after { content:""; position:absolute; left:50%; bottom:-105px; width:10px; height:140px; background:#fff5dd; transform-origin:top; }
.wheel::before{transform:rotate(23deg)}.wheel::after{transform:rotate(-23deg)}
.wheel i { position:absolute; left:50%; top:50%; width:4px; height:50%; background:#fff5dd; transform-origin:top; }
.wheel i:nth-child(1){transform:rotate(0deg)}.wheel i:nth-child(2){transform:rotate(45deg)}.wheel i:nth-child(3){transform:rotate(90deg)}.wheel i:nth-child(4){transform:rotate(135deg)}.wheel i:nth-child(5){transform:rotate(180deg)}.wheel i:nth-child(6){transform:rotate(225deg)}.wheel i:nth-child(7){transform:rotate(270deg)}.wheel i:nth-child(8){transform:rotate(315deg)}
.icecream { position:absolute; width:70px; height:145px; }
.icecream b { position:absolute; left:10px; top:0; width:52px; height:82px; border-radius:50% 50% 42% 42%; background:#f37f9b; }
.icecream span { position:absolute; left:19px; top:68px; width:34px; height:75px; clip-path:polygon(0 0,100% 0,50% 100%); background:#d99c54; }
.ice-1{right:75px;bottom:72px;transform:rotate(9deg)}.ice-2{right:185px;bottom:40px;transform:rotate(-8deg)}.ice-2 b{background:#8dd7aa}.ice-3{right:20px;bottom:22px;transform:rotate(18deg) scale(.8)}.ice-3 b{background:#b39ae4}
.ground { position:absolute; left:0; right:0; bottom:0; height:65px; background:#83c775; }
.kids-strip { background:#24404b; color:white; }
.kids-benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding-block:0; }
.kids-benefits article { padding:28px 25px; border-left:1px solid rgba(255,255,255,.15); }
.kids-benefits article:last-child { border-right:1px solid rgba(255,255,255,.15); }
.kids-benefits strong,.kids-benefits span { display:block; }.kids-benefits span{color:#bdd0d6;font-size:.9rem;margin-top:5px}
.kids-how { padding-block:100px; }
.kids-how .section-heading p:last-child { color:#536e78; }
.kids-how h2,.kids-note h2 { color:#24404b; }
.kids-route { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.kids-route span { padding:26px 18px; border-radius:18px; text-align:center; font-weight:900; background:#fff; box-shadow:0 10px 30px rgba(50,102,119,.09); }
.kids-route span:nth-child(2),.kids-route span:nth-child(5){background:#ffe0a0}.kids-route span:nth-child(3),.kids-route span:nth-child(6){background:#ffd3dd}
.kids-note { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; padding-block:95px; border-top:1px solid rgba(36,64,75,.14); }
.kids-note > p { color:#536e78; font-size:1.06rem; }
.kids-footer { color:#24404b; border-color:rgba(36,64,75,.14); background:#f5eddd; }
.kids-footer strong { font-size:1.3rem; }.kids-footer p{color:#6c828a}.kids-footer a{justify-self:end;color:#e55472;font-weight:900;text-decoration:none}

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 160px auto 1fr; gap: 16px; }
  nav { gap: 16px; }
  .benefits { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: 1/-1; }
}
@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .edition-switch { justify-self:center; }
  .menu-button { display:block; }
  nav { display:none; position:absolute; top:76px; left:0; right:0; padding:20px; flex-direction:column; align-items:stretch; background:#0b1721; border-bottom:1px solid var(--line); }
  nav.open { display:flex; }
  .hero,.components-section,.order-layout,.learn-section,.origin-section,.contact-section,.kids-hero,.kids-note { grid-template-columns:1fr; }
  .hero { padding-top:55px; }
  .hero-art { max-width:620px; margin:auto; }
  .phases { grid-template-columns:repeat(2,1fr); }
  .night-route { grid-template-columns:repeat(3,1fr); }
  .night-route li:nth-child(3)::after { display:none; }
  .components-section { gap:40px; }
  .order-layout { overflow:visible; background:transparent; box-shadow:none; }
  .product-card,.order-summary { border-radius:24px; }
  .product-card { background:var(--paper); }
  .order-summary { margin-top:12px; }
  .kids-header { grid-template-columns:1fr auto; }.kids-back{display:none}.kids-visual{min-height:470px;max-width:600px;width:100%;margin:auto}.kids-note{gap:20px}
}
@media (max-width: 650px) {
  .section-shell { width:min(var(--max),calc(100% - 28px)); }
  .site-header { min-height:68px; grid-template-columns:1fr auto; padding-inline:14px; }
  .brand img { width:130px; }
  .edition-switch { grid-row:2; grid-column:1/-1; justify-self:stretch; justify-content:center; margin-bottom:5px; }
  nav { top:112px; }
  h1 { font-size:clamp(3rem,14.5vw,4.6rem); }
  .hero { min-height:0; padding-block:47px 70px; }
  .section { padding-block:74px; }
  .benefits,.phases,.modes,.form-grid,.gallery,.kids-benefits,.kids-route { grid-template-columns:1fr; }
  .night-route { grid-template-columns:repeat(2,1fr); }
  .night-route li:nth-child(3)::after { display:block; }.night-route li:nth-child(2)::after,.night-route li:nth-child(4)::after { display:none; }
  .phases article { min-height:225px; }.phase-number{margin-bottom:31px}
  .gallery-wide { grid-column:auto; }
  .gallery figure { min-height:250px; }
  .product-card { grid-template-columns:1fr; padding:26px; }.product-card>img{width:min(240px,80%)}
  .order-summary,.order-form { padding:26px; }.full-field{grid-column:auto}
  .learn-section article { padding:29px; }
  .social-links a { align-items:flex-start; flex-direction:column; gap:2px; }
  footer { grid-template-columns:1fr; }.footer-nav{justify-content:flex-start}footer small{grid-column:auto}
  .kids-header { min-height:100px; }.kids-brand{align-self:start}.kids-hero{padding-top:45px}.kids-visual{min-height:390px}.wheel{left:32px;bottom:82px;width:190px;height:190px}.icecream{transform:scale(.75)}.ice-1{right:45px;bottom:50px}.ice-2{right:120px;bottom:20px}.ice-3{right:0;bottom:10px}.kids-footer a{justify-self:start}
}
@media (prefers-reduced-motion: no-preference) { .button,.benefits article,.social-links a { transition:.18s ease; } }

/* v3: logo + edition selector form one compact brand unit */
.brand-edition {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
}
.brand-edition .edition-switch {
  margin-left: -2px;
}
.hero-copy .stats {
  margin-top: 31px;
}
.hero-copy .hero-actions {
  margin: 18px 0 0;
}
.why-section .section-heading h2 {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .brand-edition {
    justify-self: start;
  }
}

@media (max-width: 650px) {
  .brand-edition {
    gap: 5px;
  }
  .brand-edition .edition-switch {
    margin-left: -4px;
  }
  .edition-switch a {
    padding: 6px 9px;
    font-size: .72rem;
  }
}

@media (min-width: 861px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }
  .site-header nav {
    grid-column: 2 / -1;
  }
  .kids-header {
    grid-template-columns: auto 1fr;
  }
  .kids-header .kids-back {
    grid-column: 2;
  }
}

/* v4: unified and more compact "Jak se hraje" section */
.how-heading {
  max-width: 920px;
  margin-bottom: 38px;
}
.how-heading h2 {
  margin-bottom: 18px;
}
.how-heading p {
  max-width: 900px;
  color: #d5cec2;
  font-size: 1.08rem;
}
.night-route li {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
}
.night-route strong {
  display: block;
  font-size: 1rem;
}
.night-route span {
  display: block;
  max-width: 145px;
  margin-top: 7px;
  font-size: .76rem;
  line-height: 1.25;
  opacity: .78;
}
.phases article {
  min-height: 220px;
  padding: 25px 22px;
  color: var(--cream);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.phases article:nth-child(2),
.phases article:nth-child(3),
.phases article:nth-child(4) {
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.phase-number {
  margin-bottom: 34px;
  color: #201407;
  background: var(--orange-2);
}
.phases h3 {
  margin-bottom: 11px;
}
.phases p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .94rem;
}
.modes-heading {
  margin: 52px 0 17px;
}
.modes-heading h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  letter-spacing: -.015em;
}
.modes article,
.modes article.featured-mode {
  padding: 20px 21px;
  color: var(--cream);
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.025);
}
.modes span,
.modes .featured-mode span {
  margin-bottom: 7px;
  color: var(--orange-2);
  font-size: .68rem;
}
.modes h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}
.modes p,
.modes .featured-mode p {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
}

@media (max-width: 650px) {
  .night-route li {
    min-height: 108px;
  }
  .phases article {
    min-height: 190px;
  }
}


/* v5: clearer hierarchy inside "Jak se hraje" */
.how-intro {
  display: grid;
  gap: 13px;
  max-width: 900px;
}
.how-intro p {
  margin: 0;
}
.how-subheading {
  margin: 46px 0 19px;
}
.how-subheading h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  letter-spacing: -.025em;
}
.how-subheading p {
  max-width: 660px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .96rem;
}
.phases-subheading {
  margin-top: 54px;
}

@media (max-width: 650px) {
  .how-subheading {
    margin-top: 38px;
  }
  .phases-subheading {
    margin-top: 44px;
  }
}


/* v7: visual explanation and unified components section */
.how-visual {
  overflow: hidden;
  margin: 35px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #172734;
  box-shadow: var(--shadow);
}
.how-visual img {
  width: 100%;
  aspect-ratio: 13 / 6;
  object-fit: cover;
  object-position: center 48%;
}
.components-section {
  display: block;
  border-top: 1px solid var(--line);
}
.components-layout {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 22px;
  align-items: stretch;
}
.components-photo {
  min-height: 100%;
}
.components-photo img {
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
  object-fit: cover;
}
.component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.component-grid article {
  padding: 23px 21px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.component-grid h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.18;
}
.component-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

@media (max-width: 860px) {
  .components-layout {
    grid-template-columns: 1fr;
  }
  .components-photo img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 650px) {
  .how-visual img {
    aspect-ratio: 4 / 3;
  }
  .component-grid {
    grid-template-columns: 1fr;
  }
}


/* v8: compact how-to visual and focused photo section */
.how-overview-layout {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 22px;
  align-items: stretch;
}
.how-overview-layout .how-intro {
  align-content: center;
  max-width: none;
  padding: 8px 18px 8px 0;
}
.how-overview-layout .how-visual {
  margin: 0;
  min-height: 100%;
}
.how-overview-layout .how-visual img {
  height: 100%;
  min-height: 340px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 48%;
}
.gallery-single {
  display: block;
  max-width: 860px;
  margin-inline: auto;
}
.gallery-single figure {
  min-height: 0;
  aspect-ratio: 2 / 1;
}
.gallery-single img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 860px) {
  .how-overview-layout {
    grid-template-columns: 1fr;
  }
  .how-overview-layout .how-intro {
    padding-right: 0;
  }
  .how-overview-layout .how-visual img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 650px) {
  .gallery-single figure {
    aspect-ratio: 16 / 9;
  }
}


/* v9: simplified order flow and offline confirmation preview */
.product-type {
  display: block;
  margin-bottom: 10px;
  color: #765a3b;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.order-heading {
  margin-bottom: 35px;
}
.order-heading h2 {
  margin-bottom: 0;
}
.order-form[hidden],
.order-confirmation[hidden] {
  display: none;
}
.order-confirmation {
  margin-top: 18px;
  padding: 34px;
  border-radius: 24px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.confirmation-heading {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #d6ccbd;
}
.confirmation-heading h3 {
  margin-bottom: 7px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.confirmation-heading p {
  margin: 0;
  color: #52606a;
}
.confirmation-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #1c371e;
  background: #b9dda7;
  font-size: 1.7rem;
  font-weight: 950;
}
.confirmation-content {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 34px;
  align-items: center;
  padding-top: 30px;
}
.payment-details h4 {
  margin: 0 0 17px;
  font-size: 1.2rem;
}
.payment-details dl {
  margin: 0 0 22px;
}
.payment-details dl > div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 11px 0;
  border-bottom: 1px solid #d6ccbd;
}
.payment-details dt {
  color: #68727a;
}
.payment-details dd {
  margin: 0;
  text-align: right;
  font-weight: 900;
}
.confirmation-order-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0;
  color: #43515b;
  font-size: .92rem;
}
.qr-payment {
  margin: 0;
  padding: 18px;
  border: 1px solid #d6ccbd;
  border-radius: 18px;
  text-align: center;
  background: #fff;
}
.qr-payment img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.qr-payment figcaption {
  margin-top: 10px;
  color: #68727a;
  font-size: .78rem;
}
.confirmation-back {
  margin-top: 26px;
  color: var(--ink);
  border-color: rgba(13,24,33,.22);
  background: rgba(255,255,255,.45);
}

@media (max-width: 760px) {
  .confirmation-content {
    grid-template-columns: 1fr;
  }
  .qr-payment {
    width: min(280px, 100%);
  }
}

@media (max-width: 650px) {
  .order-confirmation {
    padding: 26px;
  }
  .confirmation-heading {
    align-items: flex-start;
  }
  .payment-details dl > div {
    display: grid;
    gap: 2px;
  }
  .payment-details dd {
    text-align: left;
  }
}

/* v10: clearer confirmation action and quieter rules/video section */
.confirmation-actions {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d6ccbd;
}
.confirmation-back {
  min-height: 48px;
  margin-top: 0;
  color: var(--ink);
  border: 1px solid #9f9588;
  background: #fff;
  box-shadow: 0 7px 20px rgba(13,24,33,.08);
}
.confirmation-back:hover {
  border-color: #6f665c;
  background: #f8f2e7;
}
.rules-section {
  border-top: 1px solid var(--line);
}
.rules-heading {
  max-width: 760px;
}
.rules-heading > p:last-child {
  max-width: 690px;
  color: #c9c3b9;
}
.rules-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  align-items: stretch;
}
.video-embed-preview {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: white;
  background: #071018;
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
}
.video-embed-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) brightness(.65);
  transition: transform .25s ease, filter .25s ease;
}
.video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,12,18,.08), rgba(5,12,18,.78));
}
.video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding-left: 4px;
  transform: translate(-50%,-55%);
  border-radius: 50%;
  color: #251606;
  background: var(--orange-2);
  box-shadow: 0 12px 35px rgba(0,0,0,.3);
  font-size: 1.45rem;
}
.video-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 21px;
  display: grid;
  gap: 2px;
}
.video-copy strong {
  font-size: 1.25rem;
}
.video-copy small {
  color: #d2d7da;
  font-size: .82rem;
}
.video-embed-preview:hover img {
  transform: scale(1.015);
  filter: saturate(.9) brightness(.72);
}
.rules-download-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.document-mark {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  margin-bottom: 31px;
  border: 1px solid rgba(255,179,63,.45);
  border-radius: 13px;
  color: var(--orange-2);
  background: rgba(255,179,63,.08);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.rules-download-card h3 {
  margin-bottom: 11px;
  font-size: 1.55rem;
}
.rules-download-card p {
  flex: 1;
  margin-bottom: 25px;
  color: var(--muted);
}
.rules-download-button {
  color: var(--cream);
  border: 1px solid rgba(255,240,208,.29);
  background: rgba(255,255,255,.04);
}
.rules-download-button:hover {
  background: rgba(255,255,255,.08);
}

@media (max-width: 850px) {
  .rules-layout {
    grid-template-columns: 1fr;
  }
  .rules-download-card {
    min-height: 0;
  }
}
@media (max-width: 650px) {
  .video-play {
    width: 56px;
    height: 56px;
    font-size: 1.15rem;
  }
  .video-copy {
    left: 18px;
    right: 18px;
    bottom: 15px;
  }
  .video-copy small {
    display: none;
  }
  .rules-download-card {
    padding: 25px;
  }
}


/* v11: one-shot order confirmation, minimal rules block and compact footer */
.button:disabled,
.quantity button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
  filter: none;
}

.rules-heading {
  margin-bottom: 30px;
}
.rules-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr);
}
.video-embed-preview img {
  filter: saturate(.82) brightness(.72);
}
.video-shade {
  background: rgba(5,12,18,.22);
}
.rules-download-card {
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 100%;
  padding: 28px;
  text-align: center;
}
.document-mark {
  margin: 0;
}
.rules-download-button {
  width: 100%;
}

.site-footer {
  display: block;
  padding: 0;
  border-top: 1px solid var(--line);
  background: #060e15;
}
.footer-main {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.25fr .9fr .75fr;
  gap: clamp(36px, 6vw, 80px);
  padding-block: 58px 46px;
}
.footer-game img {
  width: 160px;
  margin-bottom: 20px;
}
.footer-kicker {
  margin-bottom: 10px;
  color: var(--orange-2);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-game p:last-child {
  margin: 0;
  color: #b8c0c5;
  font-size: .9rem;
  line-height: 1.75;
}
.footer-game strong {
  color: #eee7db;
}
.footer-contact h3,
.footer-links h3 {
  margin-bottom: 18px;
  font-size: 1rem;
  letter-spacing: .02em;
}
.footer-email {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--orange-2);
  font-weight: 850;
  text-decoration: none;
}
.footer-socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-socials a,
.footer-links a,
.footer-links span {
  color: #c6ced3;
  font-size: .88rem;
  text-decoration: none;
}
.footer-socials a:hover,
.footer-links a:hover,
.footer-email:hover {
  color: white;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-links h3 {
  margin-bottom: 8px;
}
.footer-links span {
  color: #8e989f;
}
.footer-bottom {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-block: 22px 28px;
  border-top: 1px solid var(--line);
}
.footer-bottom p,
.footer-bottom small {
  margin: 0;
  color: #737e85;
  font-size: .8rem;
}

@media (max-width: 850px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-game {
    grid-column: 1 / -1;
  }
}
@media (max-width: 650px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-game {
    grid-column: auto;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* v12: unified purchase wording and simplified footer */
.footer-kicker {
  display: none;
}
.footer-game img {
  margin-bottom: 18px;
}
.footer-socials {
  gap: 10px;
}
.footer-socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: #c6ced3;
  background: rgba(255,255,255,.035);
}
.footer-socials a:hover {
  color: white;
  border-color: rgba(255,179,63,.7);
  background: rgba(255,179,63,.1);
}
.footer-socials img {
  width: 22px;
  height: 22px;
}
.footer-bottom {
  justify-content: flex-start;
}


/* v13: cleaner hero parameters and tighter overall rhythm */
body:not(.kids-page) h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.55vw, 3.65rem);
}
body:not(.kids-page) .section {
  padding-block: 88px;
}
body:not(.kids-page) .section-heading {
  margin-bottom: 38px;
}
body:not(.kids-page) .compact-heading {
  margin-bottom: 29px;
}
body:not(.kids-page) .hero {
  min-height: 680px;
  padding-block: 64px 82px;
}
body:not(.kids-page) .stats {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-top: 27px;
  color: var(--muted);
  font-size: .98rem;
}
body:not(.kids-page) .stats span {
  color: var(--muted);
  font-size: .98rem;
  letter-spacing: 0;
  text-transform: none;
}
body:not(.kids-page) .stats strong {
  display: inline;
  color: var(--cream);
  font-size: 1.06rem;
}
body:not(.kids-page) .stats-separator {
  color: rgba(255,240,208,.38);
}
body:not(.kids-page) .hero-copy .hero-actions {
  margin-top: 17px;
}
body:not(.kids-page) .how-subheading {
  margin-top: 41px;
}
body:not(.kids-page) .phases-subheading {
  margin-top: 48px;
}
body:not(.kids-page) .modes-heading {
  margin-top: 47px;
}
body:not(.kids-page) .benefit-icon {
  margin-bottom: 28px;
}
body:not(.kids-page) .footer-main {
  padding-block: 52px;
}
.footer-copyright {
  display: block;
  margin-top: 12px;
  color: #737e85;
  font-size: .8rem;
}
@media (max-width: 650px) {
  body:not(.kids-page) .section {
    padding-block: 64px;
  }
  body:not(.kids-page) .hero {
    padding-block: 43px 62px;
  }
  body:not(.kids-page) .stats {
    gap: 8px;
    font-size: .91rem;
  }
  body:not(.kids-page) .stats span {
    font-size: .91rem;
  }
}

/* Production order flow */
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.pickup-button.selected {
  border-color: #9b6b31;
  background: #fff8ec;
  font-weight: 800;
}
.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: #52606a;
  font-weight: 750;
}
.form-status.error {
  color: #9c2f24;
}
.order-form[aria-busy="true"] {
  cursor: progress;
}
#payment-qr:not([src]) {
  visibility: hidden;
}
