/* Self-hosted variable subsets preserve the approved storefront typography
   under the production same-origin CSP. */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/admin-fonts/manrope-v20-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/admin-fonts/manrope-v20-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/admin-fonts/montserrat-v31-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/admin-fonts/montserrat-v31-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: only light;
  --pink: #f70076;
  --pink-dark: #cf005f;
  --cyan: #10b9dc;
  --yellow: #ffd841;
  --ink: #18132b;
  --muted: #6f6678;
  --line: #e9e2e7;
  --paper: #fff;
  --soft-pink: #fff0f7;
  --soft-blue: #eafaff;
  --soft-yellow: #fff8d9;
  --violet: #7253de;
  --shell: 1360px;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(37, 16, 30, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Manrope, sans-serif; line-height: 1.5; overflow-x: hidden; }
body.admin-mode [data-editable] { outline: 2px dashed rgba(247, 0, 118, .46); outline-offset: 6px; border-radius: 4px; cursor: pointer; }
body.admin-mode [data-editable]:hover { outline-color: var(--pink); background: rgba(247, 0, 118, .05); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 500; background: #fff; padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.editable-wrap { position: relative; width: fit-content; max-width: 100%; }

.prototype-bar { background: #201a20; color: #fff; font-size: 12px; }
.prototype-bar__inner { width: min(calc(100% - 32px), var(--shell)); margin: auto; min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.prototype-admin-toggle { display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 999px; padding: 6px 12px; background: rgba(255,255,255,.11); color: #fff; cursor: pointer; }
.prototype-admin-toggle svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.prototype-admin-toggle[aria-pressed="true"] { background: var(--pink); }
.announcement { color: #fff; background: var(--pink); font-size: 12px; font-weight: 700; letter-spacing: .025em; }
.announcement__inner { min-height: 36px; display: flex; justify-content: center; align-items: center; gap: 25px; }
.announcement__star { color: var(--yellow); }
.announcement__mobile { display: none; }

.site-header { background: #fff; position: relative; z-index: 50; box-shadow: 0 1px 0 var(--line); }
.header-main { min-height: 91px; display: grid; grid-template-columns: 280px minmax(300px, 1fr) auto; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand__mark { width: 51px; height: 51px; border-radius: 50%; display: grid; place-items: center; background: var(--pink); color: #fff; box-shadow: 0 7px 20px rgba(247,0,118,.23); }
.brand__mark svg { width: 33px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand__copy { display: flex; flex-direction: column; }
.brand__copy strong { font-family: Montserrat, sans-serif; font-size: 17px; font-weight: 900; line-height: 1.1; }
.brand__copy small { color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; margin-top: 6px; }
.site-header .brand__copy small { max-width: none; font-size: 14px; letter-spacing: .02em; white-space: nowrap; }
.search { height: 48px; position: relative; display: flex; border: 1px solid #e4dce2; border-radius: 13px; background: #faf7f9; transition: .2s; }
.search > input { border-radius: 13px 0 0 13px; }
.search > button { border-radius: 0 13px 13px 0; }
.search-suggest { max-height: min(70vh,620px); position: absolute; z-index: 120; top: calc(100% + 8px); left: 0; right: 0; overflow-y: auto; padding: 9px; border: 1px solid #e4dce2; border-radius: 15px; color: var(--ink); background: #fff; box-shadow: 0 20px 55px rgba(35,22,31,.18); }
.search-suggest__heading { padding: 8px 10px 5px; display: block; color: #766b73; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.search-suggest a { min-height: 52px; padding: 8px 10px; border-radius: 11px; display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.search-suggest a:hover,.search-suggest a.is-active { background: #fff0f6; }
.search-suggest a > span { min-width: 0; display: grid; gap: 2px; }
.search-suggest a strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.search-suggest a small { color: #6d626a; font-size: 14px; }
.search-suggest__product img { width: 46px; height: 50px; flex: 0 0 46px; border-radius: 8px; object-fit: contain; background: #f8f3f6; }
.search-suggest__all { margin-top: 6px; justify-content: center; color: #fff !important; background: var(--pink); }
.search-suggest__all:hover,.search-suggest__all.is-active { background: #cf005f !important; }
.search:focus-within { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(247,0,118,.1); background: #fff; }
.search input { width: 100%; border: 0; outline: 0; padding: 0 17px; color: var(--ink); background: transparent; }
.search input::placeholder { color: #8c8289; }
.search button { width: 53px; border: 0; background: var(--pink); color: #fff; display: grid; place-items: center; cursor: pointer; }
.search svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-action, .menu-button { position: relative; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; background: #fff; transition: .2s; }
.icon-action:hover, .menu-button:hover { border-color: var(--pink); color: var(--pink); }
.icon-action svg, .menu-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-action--bag span { position: absolute; top: -6px; right: -6px; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; background: var(--pink); color: #fff; font-size: 10px; font-weight: 800; border: 2px solid #fff; }
.menu-button { display: none; cursor: pointer; }
.main-nav { border-top: 1px solid var(--line); }
.main-nav__inner { min-height: 51px; display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 700; }
.main-nav a { white-space: nowrap; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav__hot { color: var(--pink); }
.main-nav__sale { margin-left: auto; color: var(--pink); }

.hero { min-height: 586px; position: relative; overflow: hidden; background: linear-gradient(110deg, #fff0f6 0%, #fff7db 52%, #e9fbff 100%); }
.hero__pattern { position: absolute; inset: 0; opacity: .21; background-image: radial-gradient(var(--pink) 1.2px, transparent 1.2px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 35%, transparent 70%, #000); }
.hero::before { content: ''; position: absolute; width: 420px; height: 420px; left: -160px; bottom: -275px; border-radius: 50%; border: 75px solid rgba(16,185,220,.15); }
.hero::after { content: ''; position: absolute; width: 190px; height: 190px; right: -55px; top: -80px; border-radius: 50%; background: var(--pink); }
.hero__inner { min-height: 586px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr); gap: 24px; align-items: center; position: relative; z-index: 1; }
.hero__copy { padding-block: 64px; position: relative; z-index: 4; max-width: 590px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 15px; }
.eyebrow > span { width: 27px; height: 3px; background: currentColor; border-radius: 5px; }
.hero h1 { margin: 0; font-family: Montserrat, sans-serif; font-size: clamp(47px, 4.3vw, 72px); line-height: .99; letter-spacing: -.055em; font-weight: 900; }
.hero h1 em { color: var(--pink); font-style: normal; display: block; }
.hero__lead { max-width: 545px; color: #5e5360; font-size: 17px; line-height: 1.7; margin: 25px 0 27px; }
.hero__buttons { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 21px; border: 0; border-radius: 12px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--pink { background: var(--pink); color: #fff; box-shadow: 0 10px 24px rgba(247,0,118,.22); }
.button--pink:hover { background: var(--pink-dark); }
.button--white { background: #fff; color: var(--ink); box-shadow: 0 9px 24px rgba(42,25,33,.1); }
.button--cyan { background: var(--cyan); color: #082934; white-space: nowrap; }
.button--outline { border: 1.5px solid var(--ink); background: transparent; }
.button--dark { background: var(--ink); color: #fff; }
.hero__microtrust { margin-top: 26px; display: flex; gap: 22px; color: #675c65; font-size: 12px; font-weight: 700; }
.hero__microtrust span { display: flex; align-items: center; gap: 7px; }
.hero__microtrust svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; background: #fff; color: var(--pink); fill: none; stroke: currentColor; stroke-width: 3; }
.hero__visual { align-self: stretch; position: relative; min-width: 0; }
.hero-blob { position: absolute; border-radius: 50%; }
.hero-blob--yellow { width: 470px; height: 470px; right: 23px; top: 65px; background: var(--yellow); box-shadow: inset 0 0 0 16px rgba(255,255,255,.36); }
.hero-blob--blue { width: 230px; height: 230px; left: 58px; bottom: 7px; background: var(--cyan); border: 10px solid rgba(255,255,255,.58); }
.hero-person { position: absolute; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(42,23,35,.18)); }
.hero-person--left { height: 490px; bottom: -17px; right: 310px; z-index: 2; }
.hero-person--right { height: 533px; bottom: -26px; right: 37px; z-index: 3; }
.hero-sticker { position: absolute; z-index: 7; width: 98px; height: 98px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #fff; box-shadow: 0 13px 25px rgba(40,18,33,.15); font-family: Montserrat, sans-serif; font-weight: 900; transform: rotate(-8deg); }
.hero-sticker small { display: block; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-sticker--top { right: 12px; top: 55px; color: var(--pink); font-size: 23px; border: 5px solid #ffb8da; }
.hero-sticker--bottom { left: 42px; bottom: 63px; width: 112px; height: 112px; color: #151225; background: var(--yellow); border: 5px solid #fff; font-family: Manrope, sans-serif; font-size: 12px; transform: rotate(7deg); }
.hero-sticker--bottom strong { font-family: Montserrat, sans-serif; font-size: 19px; }
.spark { position: absolute; z-index: 6; color: var(--pink); font-size: 28px; }
.spark--one { left: 175px; top: 89px; transform: rotate(17deg); }
.spark--two { right: 270px; top: 88px; color: var(--cyan); font-size: 20px; }

.quick-rental { padding: 32px 0 24px; background: #fff; }
.quick-rental__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, .78fr); gap: 20px; align-items: stretch; }
.date-card { padding: 25px 28px 22px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 11px 31px rgba(32,17,29,.07); background: #fff; }
.date-card__heading { display: flex; align-items: center; gap: 12px; }
.date-card__icon { width: 40px; height: 40px; border-radius: 12px; background: var(--soft-pink); color: var(--pink); display: grid; place-items: center; flex: 0 0 auto; }
.date-card__icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.date-card h2 { font-family: Montserrat, sans-serif; font-size: 21px; margin: 0; letter-spacing: -.02em; }
.date-card__optional { margin-left: auto; padding: 6px 10px; border-radius: 99px; color: var(--pink); background: var(--soft-pink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.date-card > p { color: var(--muted); font-size: 13px; margin: 9px 0 18px 52px; }
.date-form { display: grid; grid-template-columns: minmax(145px, 1fr) 22px minmax(145px, 1fr) auto; align-items: end; gap: 10px; }
.date-form label > span:first-child { display: block; color: #7a7078; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin: 0 0 7px 3px; }
.date-input { height: 47px; display: flex; align-items: center; border: 1px solid #e5dce2; border-radius: 11px; background: #faf7f9; padding: 0 12px; }
.date-input input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 700; }
.date-input input::-webkit-calendar-picker-indicator { opacity: 0; width: 0; }
.date-input svg { width: 18px; flex: 0 0 auto; fill: none; stroke: #776c75; stroke-width: 1.6; }
.date-arrow { align-self: center; margin-top: 17px; color: var(--pink); font-weight: 800; }
.date-card__skip { margin: 13px 0 0; padding: 0; border: 0; background: transparent; color: #786b75; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.date-character { min-height: 207px; border-radius: var(--radius); position: relative; overflow: hidden; background: linear-gradient(135deg, #12bbdc, #66d7eb); box-shadow: 0 11px 31px rgba(6,139,167,.16); }
.date-character__shape { position: absolute; width: 265px; height: 265px; right: -65px; bottom: -120px; border-radius: 50%; background: var(--yellow); border: 14px solid rgba(255,255,255,.45); }
.date-character img { position: absolute; right: -10px; bottom: -115px; height: 344px; width: 250px; object-fit: contain; filter: drop-shadow(0 14px 14px rgba(23,15,26,.18)); }
.date-character__copy { position: absolute; left: 24px; top: 25px; z-index: 3; width: 50%; color: #082934; }
.date-character__copy strong { font-family: Montserrat, sans-serif; font-size: 18px; line-height: 1.15; display: block; }
.date-character__copy span { display: block; font-size: 12px; line-height: 1.45; margin-top: 7px; }

.benefits { padding: 0 0 63px; }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.benefit { min-height: 214px; padding: 21px 21px 18px; border-radius: 19px; position: relative; overflow: hidden; }
.benefit::after { content: ''; position: absolute; width: 110px; height: 110px; right: -38px; bottom: -44px; border: 20px solid rgba(255,255,255,.45); border-radius: 50%; }
.benefit--pink { background: #ffe4f0; color: #75113f; }
.benefit--yellow { background: #fff0aa; color: #604d00; }
.benefit--blue { background: #dff8ff; color: #07566c; }
.benefit--violet { background: #e9e1ff; color: #3c277a; }
.benefit__number { position: absolute; top: 16px; right: 17px; font: 900 12px Montserrat, sans-serif; opacity: .45; }
.benefit__art { width: 70px; height: 70px; margin-bottom: 15px; }
.benefit__art svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { font: 800 15px/1.25 Montserrat, sans-serif; margin: 0 0 7px; letter-spacing: -.015em; }
.benefit p { font-size: 11.5px; line-height: 1.5; margin: 0; opacity: .83; max-width: 230px; }

.section { padding: 76px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 31px; }
.section-heading h2 { margin: 0; font-family: Montserrat, sans-serif; font-size: clamp(30px, 3vw, 42px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.text-link { color: var(--pink); font-size: 13px; font-weight: 800; padding-bottom: 6px; border-bottom: 1px solid #ff9fc9; }
.text-link span { margin-left: 7px; }
.categories { background: #fff; }
.category-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; grid-template-rows: 240px 240px; gap: 16px; }
.category { position: relative; border-radius: 21px; overflow: hidden; isolation: isolate; }
.category img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.category:hover img { transform: scale(1.035); }
.category--wide { grid-column: span 1; }
.category--retro { grid-column: 1 / 2; grid-row: 1 / 2; }
.category--festival { grid-column: 1 / 2; grid-row: 2 / 3; }
.category--tall { grid-row: 1 / 3; }
.category--women { background: #ffe0ec; }
.category--men { background: #dff7fc; }
.category--tall img { object-fit: contain; object-position: center bottom; padding-top: 18px; }
.category__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,15,28,.82), rgba(21,15,28,.17) 68%, transparent); z-index: 1; }
.category__copy { position: absolute; left: 26px; right: 18px; bottom: 24px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.category--wide .category__copy { top: 50%; bottom: auto; transform: translateY(-50%); color: #fff; }
.category__copy small { font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; opacity: .8; }
.category__copy strong { font: 900 25px/1.1 Montserrat, sans-serif; letter-spacing: -.035em; margin-top: 4px; }
.category__copy b { margin-top: 11px; font-size: 11px; padding-bottom: 2px; border-bottom: 1px solid currentColor; }

.products-section { background: #faf7f9; }
.slider-buttons { display: flex; gap: 8px; }
.slider-buttons button { width: 41px; height: 41px; border-radius: 50%; border: 1px solid #d9cfd6; background: #fff; cursor: pointer; }
.slider-buttons button:hover { border-color: var(--pink); color: var(--pink); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.product-card { position: relative; min-width: 0; border-radius: 19px; overflow: hidden; background: #fff; border: 1px solid #eee7eb; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(42,20,35,.09); }
.product-card__image { height: 342px; display: block; position: relative; overflow: hidden; background: #f2eff0; }
.product-card__image--yellow { background: #fff1b7; }
.product-card__image--blue { background: #daf7fd; }
.product-card__image--pink { background: #ffe5f0; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; padding: 16px 12px 0; transition: transform .35s; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__badge { position: absolute; top: 13px; left: 13px; z-index: 3; background: var(--pink); color: #fff; border-radius: 999px; padding: 5px 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.product-card__badge--new { background: var(--cyan); color: #073845; }
.heart { position: absolute; top: 12px; right: 12px; z-index: 3; width: 35px; height: 35px; border-radius: 50%; border: 0; background: rgba(255,255,255,.93); font-size: 20px; cursor: pointer; }
.heart.is-favourite { color: var(--pink); }
.product-card__body { padding: 17px 17px 16px; }
.availability { color: #158a5e; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; display: flex; align-items: center; gap: 6px; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: #20bf80; box-shadow: 0 0 0 3px #dff8ee; }
.availability--few { color: #b06a07; }
.availability--few i { background: #f2a825; box-shadow: 0 0 0 3px #fff0cf; }
.product-card h3 { font: 800 15px/1.3 Montserrat, sans-serif; margin: 9px 0 5px; letter-spacing: -.015em; }
.product-card__meta { color: #8a8087; font-size: 11px; margin: 0; }
.product-card__footer { margin-top: 15px; padding-top: 13px; border-top: 1px solid #eee8ec; display: flex; justify-content: space-between; align-items: end; gap: 8px; }
.product-card__footer span { color: #81757e; font-size: 9px; }
.product-card__footer strong { display: block; color: var(--ink); font: 900 18px Montserrat, sans-serif; }
.product-card__footer a { color: var(--pink); font-size: 9.5px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.products-cta { display: flex; justify-content: center; margin-top: 32px; }

.occasions { background: #fff; }
.occasion-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 240px 240px; gap: 16px; }
.occasion { position: relative; overflow: hidden; border-radius: 21px; color: #fff; background: #222; }
.occasion--large { grid-row: 1 / 3; }
.occasion img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.occasion:hover img { transform: scale(1.03); }
.occasion::after { content: ''; position: absolute; inset: 0; background: linear-gradient(20deg, rgba(17,12,24,.86), transparent 70%); }
.occasion span { position: absolute; left: 27px; right: 20px; bottom: 24px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.occasion small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.occasion strong { font: 900 25px/1.15 Montserrat, sans-serif; margin-top: 4px; letter-spacing: -.035em; }
.occasion--large strong { font-size: 35px; max-width: 480px; }
.occasion b { font-size: 11px; margin-top: 12px; border-bottom: 1px solid currentColor; }

.how { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.how::before { content: ''; position: absolute; width: 510px; height: 510px; left: -360px; top: -280px; border: 80px solid rgba(247,0,118,.45); border-radius: 50%; }
.how::after { content: ''; position: absolute; width: 300px; height: 300px; right: -160px; bottom: -170px; border-radius: 50%; background: var(--cyan); opacity: .25; }
.how__inner { position: relative; z-index: 1; min-height: 475px; padding-block: 75px; display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: center; }
.eyebrow--light { color: #ff78b6; }
.how h2 { font: 900 clamp(34px, 3.4vw, 49px)/1.04 Montserrat, sans-serif; letter-spacing: -.05em; margin: 0; }
.how__intro > p:not(.eyebrow) { color: #c8c0c9; font-size: 14px; line-height: 1.7; max-width: 510px; margin: 20px 0 26px; }
.how__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.how__steps li { min-height: 136px; padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.how__steps li > span { flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--pink); font: 900 13px Montserrat, sans-serif; }
.how__steps strong { font: 800 13px Montserrat, sans-serif; }
.how__steps p { margin: 7px 0 0; color: #bcb3bd; font-size: 11px; line-height: 1.5; }

.shop-banner { background: #fff; }
.shop-banner__inner { min-height: 390px; border-radius: 27px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; background: linear-gradient(115deg, #ffd83f 0 55%, #ff6aaf 55%); }
.shop-banner__dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(24,19,43,.17) 2px, transparent 2px); background-size: 19px 19px; mask-image: linear-gradient(90deg, #000, transparent 53%); }
.shop-banner__copy { position: relative; z-index: 3; align-self: center; padding: 48px 58px; max-width: 700px; }
.shop-banner__tag { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.shop-banner h2 { font: 900 clamp(33px, 3.2vw, 48px)/1.04 Montserrat, sans-serif; letter-spacing: -.05em; margin: 17px 0 14px; }
.shop-banner__copy p { max-width: 575px; font-size: 14px; margin: 0 0 23px; }
.shop-banner__visual { position: relative; min-width: 0; }
.shop-banner__circle { position: absolute; width: 370px; height: 370px; right: 68px; top: 37px; border-radius: 50%; background: #fff; border: 13px solid rgba(255,255,255,.35); box-shadow: inset 0 0 0 4px var(--ink); }
.shop-banner__visual img { position: absolute; height: 420px; right: 93px; bottom: -40px; object-fit: contain; filter: drop-shadow(0 15px 12px rgba(40,12,27,.2)); }
.shop-banner__bubble { position: absolute; right: 25px; top: 26px; z-index: 4; width: 122px; height: 122px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--cyan); border: 5px solid #fff; transform: rotate(8deg); font-size: 12px; font-weight: 700; }
.shop-banner__bubble strong { font: 900 18px Montserrat, sans-serif; }

.instagram { background: #faf7f9; }
.instagram__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 29px; }
.instagram h2 { font: 900 clamp(32px, 3vw, 43px)/1.05 Montserrat, sans-serif; letter-spacing: -.045em; margin: 0; }
.instagram__handle { display: flex; align-items: center; gap: 11px; padding: 9px 14px 9px 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.instagram__handle svg { width: 32px; padding: 6px; border-radius: 9px; background: var(--soft-pink); color: var(--pink); fill: none; stroke: currentColor; stroke-width: 1.7; }
.instagram__handle span { display: flex; flex-direction: column; }
.instagram__handle small { color: var(--muted); font-size: 9px; }
.instagram__handle strong { font-size: 12px; }
.instagram-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.instagram-grid a { aspect-ratio: 1 / 1; position: relative; overflow: hidden; border-radius: 14px; background: #eee; }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s; }
.instagram-grid a:nth-child(2n) img { object-fit: contain; background: #e8f9fd; }
.instagram-grid a:nth-child(3n) img { background: #fff0ae; }
.instagram-grid a:hover img { transform: scale(1.05); }
.instagram-grid span { position: absolute; inset: auto 0 0; padding: 24px 11px 9px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.6)); font-size: 11px; font-weight: 800; opacity: 0; transition: opacity .25s; }
.instagram-grid a:hover span { opacity: 1; }
.instagram__note { color: #92868f; font-size: 10px; text-align: center; margin: 15px 0 0; }

.footer { background: #15111e; color: #fff; }
.footer__main { padding: 64px 0 51px; display: grid; grid-template-columns: 1.45fr .65fr .8fr 1fr; gap: 62px; }
.brand--footer .brand__mark { background: var(--pink); }
.footer__brand > p { max-width: 370px; color: #a8a0aa; font-size: 12px; line-height: 1.7; margin: 20px 0; }
.footer__socials { display: flex; gap: 8px; }
.footer__socials a { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); font-weight: 800; }
.footer h3 { color: #fff; font: 800 12px Montserrat, sans-serif; margin: 4px 0 17px; }
.footer__main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__main > div:not(:first-child) a, .footer__main > div:not(:first-child) p { color: #aaa2ac; font-size: 11px; line-height: 1.7; margin: 0 0 8px; }
.footer__main > div:not(:first-child) a:hover { color: #fff; }
.footer__bottom { min-height: 58px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; color: #77707a; font-size: 9px; }

.admin-toast { position: fixed; left: 50%; bottom: 22px; z-index: 300; transform: translate(-50%, 120px); opacity: 0; color: #fff; background: #201a20; padding: 11px 17px; border-radius: 99px; box-shadow: var(--shadow); font-size: 12px; font-weight: 700; transition: .3s; }
.admin-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.editor-dialog[hidden] { display: none; }
.editor-dialog { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; padding: 20px; background: rgba(15,10,16,.66); backdrop-filter: blur(4px); }
.editor-dialog__panel { width: min(620px, 100%); border-radius: 20px; background: #fff; padding: 25px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.editor-dialog__heading { display: flex; justify-content: space-between; gap: 20px; }
.editor-dialog__heading small { color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.editor-dialog h2 { margin: 4px 0 20px; font: 900 25px Montserrat, sans-serif; }
.editor-close { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: #fff; font-size: 24px; cursor: pointer; }
.editor-dialog label { font-size: 11px; font-weight: 800; }
.editor-dialog textarea { width: 100%; margin-top: 7px; padding: 12px; border: 1px solid #d9cfd6; border-radius: 11px; resize: vertical; outline: none; }
.editor-dialog textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(247,0,118,.1); }
.editor-dialog__help { color: var(--muted); font-size: 10px; line-height: 1.5; }
.editor-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }

@media (max-width: 1180px) {
  .header-main { grid-template-columns: 235px 1fr auto; gap: 20px; }
  .main-nav__inner { gap: 18px; font-size: 12px; }
  .hero__inner { grid-template-columns: .9fr 1.1fr; }
  .hero-person--left { right: 245px; }
  .hero-person--right { right: -10px; }
  .hero-blob--yellow { right: -35px; }
  .quick-rental__grid { grid-template-columns: minmax(0, 1.65fr) minmax(270px, .65fr); }
  .date-character__copy { width: 48%; left: 18px; }
  .date-character img { right: -45px; }
  .footer__main { gap: 35px; }
}

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .header-main { min-height: 76px; grid-template-columns: 1fr auto; }
  .search { grid-column: 1 / 3; grid-row: 2; margin-bottom: 14px; }
  .main-nav { display: none; }
  .main-nav.is-open { display: block; }
  .main-nav__inner { padding: 17px 0; flex-wrap: wrap; }
  .menu-button { display: grid; }
  .icon-action:nth-child(1) { display: none; }
  .hero, .hero__inner { min-height: 540px; }
  .hero__inner { grid-template-columns: .9fr 1.1fr; }
  .hero__copy { padding-block: 46px; }
  .hero h1 { font-size: 48px; }
  .hero__lead { font-size: 14px; }
  .hero-person--left { height: 395px; right: 170px; }
  .hero-person--right { height: 440px; right: -40px; }
  .hero-blob--yellow { width: 360px; height: 360px; right: -45px; top: 95px; }
  .hero-sticker--bottom { display: none; }
  .quick-rental__grid { grid-template-columns: 1fr; }
  .date-character { min-height: 190px; }
  .date-character__copy { width: 55%; }
  .date-character img { height: 330px; right: 55px; bottom: -115px; }
  .benefits__grid { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 350px 220px; }
  .category--retro { grid-column: 1 / 3; grid-row: 1; }
  .category--women { grid-column: 1; grid-row: 2; }
  .category--men { grid-column: 2; grid-row: 2; }
  .category--festival { grid-column: 1 / 3; grid-row: 3; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .occasion-grid { grid-template-rows: 220px 220px; }
  .how__inner { grid-template-columns: 1fr; gap: 38px; }
  .shop-banner__inner { grid-template-columns: 1fr 380px; }
  .shop-banner__copy { padding: 39px; }
  .shop-banner__circle { width: 315px; height: 315px; right: 15px; top: 70px; }
  .shop-banner__visual img { height: 360px; right: 33px; }
  .shop-banner__bubble { right: 8px; }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__main > div:last-child { grid-column: 1 / 4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .footer__main > div:last-child h3 { grid-column: 1 / 4; margin-bottom: 0; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .prototype-bar__inner { justify-content: flex-end; }
  .prototype-bar__inner > span { display: none; }
  .prototype-admin-toggle { font-size: 10px; }
  .announcement__inner { width: auto; padding: 0 12px; white-space: nowrap; overflow: hidden; justify-content: flex-start; }
  .announcement__inner span:nth-child(n+4) { display: none; }
  .header-main { gap: 12px; }
  .brand__mark { width: 43px; height: 43px; }
  .brand__mark svg { width: 28px; }
  .brand__copy strong { font-size: 13px; }
  .brand__copy small { font-size: 8px; }
  .header-actions { gap: 6px; }
  .icon-action, .menu-button { width: 39px; height: 39px; }
  .icon-action:nth-child(2) { display: none; }
  .main-nav__inner { align-items: flex-start; flex-direction: column; gap: 15px; }
  .main-nav__sale { margin-left: 0; }
  .hero { min-height: 768px; }
  .hero__inner { min-height: 768px; display: block; }
  .hero__copy { padding: 43px 0 0; max-width: none; }
  .hero h1 { font-size: clamp(42px, 12.3vw, 54px); max-width: 520px; }
  .hero__lead { font-size: 14px; line-height: 1.6; margin: 18px 0 21px; }
  .hero__buttons { align-items: stretch; }
  .hero__buttons .button { flex: 1 1 155px; padding-inline: 14px; }
  .hero__microtrust { gap: 8px; flex-direction: column; margin-top: 17px; }
  .hero__visual { position: absolute; left: 0; right: 0; bottom: 0; height: 360px; }
  .hero-blob--yellow { width: 315px; height: 315px; top: 44px; right: -20px; }
  .hero-blob--blue { width: 150px; height: 150px; left: 0; bottom: -5px; }
  .hero-person--left { height: 315px; right: 42%; bottom: -11px; }
  .hero-person--right { height: 365px; right: -11px; bottom: -20px; }
  .hero-sticker--top { width: 79px; height: 79px; top: 38px; right: -1px; font-size: 18px; }
  .spark { display: none; }
  .quick-rental { padding-top: 20px; }
  .date-card { padding: 20px 17px; }
  .date-card__heading { flex-wrap: wrap; }
  .date-card__optional { margin-left: 0; }
  .date-card > p { margin-left: 0; }
  .date-form { grid-template-columns: 1fr; gap: 11px; }
  .date-arrow { display: none; }
  .date-form .button { width: 100%; }
  .date-character { min-height: 175px; }
  .date-character__copy { left: 17px; top: 19px; width: 48%; }
  .date-character__copy strong { font-size: 15px; }
  .date-character__copy span { font-size: 10px; }
  .date-character img { right: -24px; height: 280px; bottom: -97px; }
  .benefits { padding-bottom: 45px; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefit { min-height: 154px; padding-left: 119px; display: flex; flex-direction: column; justify-content: center; }
  .benefit__art { position: absolute; left: 24px; top: 40px; }
  .benefit h3 { font-size: 14px; }
  .benefit__number { top: 13px; }
  .section { padding: 55px 0; }
  .section-heading { align-items: flex-start; margin-bottom: 24px; }
  .section-heading h2 { font-size: 30px; }
  .text-link { display: none; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 185px 285px 185px; gap: 10px; }
  .category { border-radius: 15px; }
  .category__copy { left: 17px; bottom: 17px; }
  .category__copy strong { font-size: 19px; }
  .category--wide .category__copy { bottom: 17px; top: auto; transform: none; }
  .product-grid { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; padding: 2px 14px 18px; margin-inline: -14px; }
  .product-card { flex: 0 0 77vw; scroll-snap-align: start; }
  .product-card__image { height: 325px; }
  .occasion-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-inline: -14px; padding-inline: 14px; }
  .occasion { flex: 0 0 83vw; height: 330px; scroll-snap-align: start; }
  .occasion--large strong { font-size: 27px; }
  .how__inner { padding-block: 56px; }
  .how h2 { font-size: 36px; }
  .how__steps { grid-template-columns: 1fr; }
  .how__steps li { min-height: 112px; }
  .shop-banner__inner { min-height: 610px; display: block; background: linear-gradient(160deg, #ffd83f 0 55%, #ff6aaf 55%); }
  .shop-banner__copy { padding: 29px 23px; }
  .shop-banner__visual { position: absolute; inset: auto 0 0; height: 330px; }
  .shop-banner__circle { width: 280px; height: 280px; right: 10px; top: 40px; }
  .shop-banner__visual img { height: 320px; right: 30px; }
  .shop-banner__bubble { width: 98px; height: 98px; top: 5px; left: 15px; right: auto; }
  .instagram__heading { align-items: flex-start; flex-direction: column; }
  .instagram-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .footer__main { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer__brand { grid-column: 1 / 3; }
  .footer__main > div:last-child { grid-column: 1 / 3; display: flex; }
  .footer__main > div:last-child h3 { grid-column: auto; }
  .footer__bottom { padding-block: 17px; gap: 10px; align-items: flex-start; flex-direction: column; }
  .editor-dialog__actions .button { flex: 1; padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ===== V3: brand, integrated date panel and complete admin editing ===== */
.brand__mark {
  overflow: hidden;
  background: transparent;
}
.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(2.34);
}
.brand__copy strong { font-size: 16px; }
.brand__copy small { letter-spacing: .15em; }

.quick-rental { padding-top: 30px; }
.quick-rental__grid { display: block; }
.rental-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(32,17,29,.08);
}
.rental-panel .date-card {
  padding: 27px 29px 23px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
}
.rental-panel .date-character {
  min-height: 238px;
  border-radius: 0;
  border-left: 1px solid rgba(24,19,43,.08);
  box-shadow: none;
  background: linear-gradient(145deg, #fff3a7 0 46%, #d9f8ff 46% 100%);
}
.rental-panel .date-character::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  right: -50px;
  top: -65px;
  border-radius: 50%;
  background: var(--pink);
  opacity: .92;
}
.rental-panel .date-character__shape {
  width: 210px;
  height: 210px;
  right: 70px;
  bottom: -93px;
  background: var(--cyan);
  border: 12px solid rgba(255,255,255,.68);
}
.rental-panel .date-character img {
  width: 205px;
  height: 286px;
  right: -2px;
  bottom: -50px;
  padding: 0;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 13px 12px rgba(23,15,26,.13));
}
.rental-panel .date-character__copy {
  left: 22px;
  top: 22px;
  width: 47%;
  color: var(--ink);
}
.rental-panel .date-character__copy strong { font-size: 20px; }
.rental-panel .date-character__copy span { font-size: 10.5px; }
.date-character__pointer {
  position: absolute;
  z-index: 5;
  left: 18px;
  top: 134px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--pink);
  transform: rotate(-5deg);
}
.date-character__pointer b {
  width: 83px;
  font-size: 9px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.date-character__pointer i {
  font: 900 51px/.7 Montserrat, sans-serif;
  font-style: normal;
}

.text-link--large {
  font-size: 17px;
  padding: 9px 0 6px;
  border-bottom-width: 2px;
}
.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 17px;
}
.category,
.category--women,
.category--men,
.category--kids {
  grid-column: auto;
  grid-row: auto;
  min-height: 365px;
  position: relative;
  isolation: isolate;
}
.category--women { background: linear-gradient(145deg, #ff8fbd, #ffcee1); }
.category--men { background: linear-gradient(145deg, #43c9e3, #c3f4fd); }
.category--kids { background: linear-gradient(145deg, #ffd83f, #fff0a3); }
.category::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(24,19,43,.18) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  mask-image: linear-gradient(110deg, #000, transparent 62%);
}
.category::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(24,19,43,.75));
  pointer-events: none;
}
.category__burst {
  position: absolute;
  z-index: 0;
  width: 305px;
  height: 305px;
  right: -64px;
  top: -66px;
  border-radius: 50%;
  border: 34px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.24);
}
.category .category__person {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 340px;
  padding: 0;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
  transition: transform .45s ease;
}
.category .category__person--main { right: 6px; bottom: -6px; }
.category .category__person--second { height: 245px; right: 188px; bottom: -5px; opacity: .92; }
.category:hover .category__person--main { transform: translateY(-5px) scale(1.02); }
.category:hover .category__person--second { transform: translateX(-4px) scale(1.02); }
.category__copy,
.category--wide .category__copy {
  z-index: 3;
  left: 25px;
  right: 18px;
  top: auto;
  bottom: 24px;
  transform: none;
  color: #fff;
  text-shadow: 0 2px 15px rgba(0,0,0,.25);
}
.category__copy small { opacity: .92; }
.category__copy strong { font-size: 32px; }
.category__copy b { font-size: 12px; }

.how {
  padding: 0;
  color: var(--ink);
  background: linear-gradient(135deg, #fff8cf, #fff2f8 50%, #e8faff);
}
.how::before {
  width: 380px;
  height: 380px;
  left: -250px;
  top: -250px;
  border: 60px solid rgba(247,0,118,.2);
}
.how::after {
  width: 240px;
  height: 240px;
  right: -120px;
  bottom: -135px;
  background: var(--cyan);
  opacity: .22;
}
.how__confetti {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: radial-gradient(var(--pink) 1.4px, transparent 1.4px);
  background-size: 25px 25px;
  mask-image: linear-gradient(90deg, #000, transparent 30%, transparent 72%, #000);
}
.how__inner {
  min-height: 0;
  display: block;
  padding-block: 76px 82px;
}
.how__heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 34px;
}
.how h2 {
  max-width: 740px;
  color: var(--ink);
  font-size: clamp(35px, 3.4vw, 50px);
}
.how__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.how__steps .how-step {
  min-height: 390px;
  padding: 0;
  border: 1px solid rgba(24,19,43,.08);
  border-radius: 21px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 15px 35px rgba(37,16,30,.08);
}
.how-step__visual {
  height: 250px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.how-step--choose .how-step__visual { background: #ffdbe9; }
.how-step--calendar .how-step__visual { background: #dff8ff; }
.how-step--payment .how-step__visual { background: #ece5ff; }
.how-step--delivery .how-step__visual { background: #fff0a9; }
.how-step__number {
  position: absolute;
  z-index: 5;
  left: 16px;
  top: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--pink);
  font: 900 14px Montserrat, sans-serif;
  box-shadow: 0 7px 17px rgba(247,0,118,.22);
}
.how-step__blob {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -42px;
  bottom: -80px;
  border-radius: 50%;
  background: var(--yellow);
  border: 12px solid rgba(255,255,255,.45);
}
.how-step__visual > img {
  position: absolute;
  z-index: 2;
  height: 245px;
  right: 6px;
  bottom: -25px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.how__steps .how-step--choose > .how-step__visual {
  display: grid !important;
  visibility: visible !important;
  height: 250px !important;
  min-height: 250px !important;
  background: #ffdbe9 !important;
}
.how__steps .how-step--choose > .how-step__visual > * { visibility: visible !important; }
.costume-picker {
  width: 224px;
  height: 185px;
  padding: 13px;
  border-radius: 17px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(164,54,104,.16);
  transform: rotate(-3deg);
}
.costume-picker__search {
  grid-column: 1 / 3;
  height: 30px;
  padding: 0 9px;
  border: 1px solid #eadde3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #968992;
  font-size: 8px;
}
.costume-picker__search b { color: var(--pink); font-size: 17px; }
.costume-picker__tile { height: 92px; border-radius: 9px; position: relative; overflow: hidden; background: #ffe1ed; }
.costume-picker__tile:nth-child(3) { background: #dcf8ff; }
.costume-picker__tile img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; mix-blend-mode: multiply; }
.costume-picker__tile span { position: absolute; left: 5px; bottom: 4px; padding: 2px 4px; border-radius: 5px; color: #fff; background: rgba(24,19,43,.8); font-size: 6px; font-weight: 800; }
.costume-picker > strong { grid-column: 1 / 3; color: var(--pink); font: 900 9px Montserrat, sans-serif; text-align: center; }
.how-step__mini-tag {
  position: absolute;
  z-index: 4;
  left: 18px;
  bottom: 25px;
  width: 78px;
  color: var(--pink);
  font: 900 18px/1.05 Montserrat, sans-serif;
  transform: rotate(-7deg);
}
.how-step__copy { padding: 20px 19px 22px; }
.how-step__copy strong { color: var(--ink); font: 800 14px Montserrat, sans-serif; }
.how-step__copy p { margin: 8px 0 0; color: #746972; font-size: 11px; line-height: 1.5; }
.mini-calendar {
  width: 208px;
  padding: 18px 15px 15px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(16,143,170,.16);
  transform: rotate(-3deg);
}
.mini-calendar strong { grid-column: 1 / 5; margin-bottom: 5px; color: var(--cyan); font: 900 12px Montserrat, sans-serif; }
.mini-calendar span { height: 30px; border-radius: 8px; display: grid; place-items: center; background: #f4f1f3; font-size: 10px; font-weight: 800; }
.mini-calendar .is-picked { color: #fff; background: var(--pink); }
.payment-card {
  width: 218px;
  min-height: 132px;
  padding: 20px;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(145deg, #21183d, #5937a8);
  box-shadow: 0 18px 34px rgba(52,33,95,.25);
  transform: rotate(4deg);
}
.payment-card i { width: 31px; height: 22px; border-radius: 5px; background: var(--yellow); }
.payment-card small { margin-top: 14px; font-size: 8px; opacity: .72; }
.payment-card strong { font: 900 18px Montserrat, sans-serif; }
.payment-card b { margin-top: 7px; font-size: 9px; letter-spacing: .18em; }
.payment-check { position: absolute; right: 25px; bottom: 35px; width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #20bf80; border: 5px solid #fff; font-size: 20px; font-weight: 900; }
.delivery-box {
  position: relative;
  width: 155px;
  height: 128px;
  padding: 22px 18px;
  color: #714a00;
  background: #dba552;
  border: 2px solid #9e6d25;
  transform: rotate(-5deg);
  box-shadow: 0 14px 25px rgba(113,74,0,.18);
}
.delivery-box::before, .delivery-box::after { content: ''; position: absolute; background: #f0c77e; }
.delivery-box::before { width: 22px; inset: 0 auto 0 50%; transform: translateX(-50%); }
.delivery-box::after { height: 16px; inset: 37px 0 auto; }
.delivery-box span, .delivery-box b { position: relative; z-index: 2; display: block; }
.delivery-box span { color: var(--pink); font: 900 22px Montserrat, sans-serif; }
.delivery-box b { margin-top: 35px; font-size: 10px; }
.delivery-choice { position: absolute; right: 15px; bottom: 15px; display: flex; gap: 5px; align-items: center; }
.delivery-choice span { padding: 5px 7px; border-radius: 7px; color: #fff; background: var(--cyan); font-size: 8px; font-weight: 900; }
.delivery-choice strong { font-size: 7px; }

.footer {
  color: #2464de;
  background: #edff65;
}
.footer__top {
  padding: 54px 0 47px;
  display: grid;
  grid-template-columns: 1.35fr .9fr 1.25fr .9fr;
  gap: 0;
}
.footer__top > div { padding: 0 27px; border-right: 1px solid rgba(36,100,222,.28); }
.footer__top > div:first-child { padding-left: 0; }
.footer__top > div:last-child { padding-right: 0; border-right: 0; }
.brand--footer .brand__mark { background: transparent; }
.brand--footer .brand__copy strong { color: var(--ink); }
.footer h3 {
  color: #2464de;
  font: 900 13px Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: .035em;
  margin: 18px 0 12px;
}
.footer__newsletter > p,
.footer__support > p,
.footer__connect > p { color: #3568c7; font-size: 11px; line-height: 1.55; }
.footer-subscribe { display: flex; margin-top: 15px; }
.footer-subscribe input { min-width: 0; flex: 1; height: 42px; padding: 0 12px; border: 2px solid #4a8feb; border-right: 0; border-radius: 7px 0 0 7px; outline: 0; }
.footer-subscribe button { border: 0; border-radius: 0 7px 7px 0; padding: 0 15px; color: #fff; background: #3f8fe9; font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.footer-subscribe--links { display: flex; gap: 10px; padding: 0; background: transparent; box-shadow: none; }
.footer-subscribe__link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px; border: 2px solid var(--ink); border-radius: 10px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; }
.footer-subscribe__link--secondary { background: #fff; color: var(--ink); }
.footer__support { display: flex; flex-direction: column; align-items: stretch; }
.footer-action { min-height: 47px; padding: 8px 10px; border: 2px solid #4a8feb; display: flex; align-items: center; gap: 9px; margin-bottom: 9px; background: rgba(255,255,255,.22); }
.footer-action span { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; border: 2px solid currentColor; font-weight: 900; }
.footer-action strong { font-size: 10px; text-transform: uppercase; }
.footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.footer__links > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer__links a { font-size: 10.5px; line-height: 1.65; }
.footer__connect { display: flex; flex-direction: column; align-items: flex-start; }
.footer__socials a { color: #fff; border: 0; background: #3f8fe9; text-transform: uppercase; }
.footer__badges { display: flex; flex-wrap: wrap; gap: 5px; }
.footer__badges span { padding: 5px 7px; border: 2px solid #4a8feb; border-radius: 5px; font-size: 7px; font-weight: 900; background: rgba(255,255,255,.2); }
.footer__bottom { color: #edff65; background: #3f8fe9; }
.footer__bottom .shell { min-height: 58px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 800; }

/* Admin-only content and layout controls */
body:not(.admin-mode) .is-public-hidden { display: none !important; }
body.admin-mode .is-public-hidden { opacity: .48; filter: grayscale(.25); outline: 3px dashed #f70076 !important; outline-offset: -3px; }
body.admin-mode .is-public-hidden::before { content: 'SKRYTO PRO NÁVŠTĚVNÍKY'; position: absolute; z-index: 80; left: 12px; top: 12px; padding: 6px 9px; color: #fff; background: #f70076; border-radius: 7px; font: 900 9px Montserrat, sans-serif; letter-spacing: .05em; }
body.admin-mode .is-editable-text {
  outline: 2px dashed rgba(247,0,118,.45);
  outline-offset: 3px;
  border-radius: 3px;
  cursor: text !important;
}
body.admin-mode .is-editable-text:hover { outline-color: var(--pink); background: rgba(247,0,118,.08); }
body.admin-mode input[data-editable-attr] { outline: 2px dashed rgba(247,0,118,.45); cursor: text; }
.admin-manageable { position: relative; }
.admin-block-toolbar {
  display: none;
  position: absolute;
  z-index: 90;
  top: 8px;
  right: 8px;
  min-height: 32px;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 9px;
  color: #fff;
  background: rgba(24,19,43,.94);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
  font: 700 9px Manrope, sans-serif;
  backdrop-filter: blur(8px);
}
[data-admin-ui].admin-block-toolbar { display: none !important; }
body.admin-mode [data-admin-ui].admin-block-toolbar { display: flex !important; }
.admin-block-toolbar__name { max-width: 145px; padding: 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.admin-block-toolbar button { width: 27px; height: 24px; border: 0; border-radius: 6px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.14); cursor: pointer; font-weight: 900; }
.admin-block-toolbar button:hover { background: var(--pink); }
[data-admin-section] > .admin-block-toolbar { position: sticky; float: right; margin: 8px 8px -40px 0; top: 8px; }
.editor-size-row { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 10px; margin-top: 15px; padding: 13px; border-radius: 11px; background: #faf6f8; }
.editor-size-row label { white-space: nowrap; }
.editor-size-row output { min-width: 45px; color: var(--pink); font-size: 11px; font-weight: 900; }
.editor-font-reset { border: 0; padding: 7px 9px; border-radius: 7px; color: #6f6678; background: #ece5e9; font-size: 9px; font-weight: 800; cursor: pointer; }

@media (max-width: 1080px) {
  .rental-panel { grid-template-columns: minmax(0, 1fr) 300px; }
  .category .category__person--second { right: 135px; height: 220px; }
  .category .category__person--main { right: -20px; }
  .how__steps { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1.2fr 1fr 1.2fr; }
  .footer__connect { grid-column: 1 / 4; margin-top: 32px; padding: 25px 0 0 !important; border-top: 1px solid rgba(36,100,222,.28); flex-direction: row; align-items: center; gap: 18px; }
  .footer__connect h3 { margin: 0; }
  .footer__connect p { margin-left: auto; }
}

@media (max-width: 760px) {
  .brand__copy strong { font-size: 12px; }
  .brand__copy small { max-width: 165px; font-size: 6px; letter-spacing: .08em; }
  .rental-panel { display: block; }
  .rental-panel .date-card { padding: 20px 17px; }
  .rental-panel .date-character { min-height: 205px; border-left: 0; border-top: 1px solid var(--line); }
  .rental-panel .date-character img { width: 190px; height: 255px; right: 0; bottom: -48px; }
  .rental-panel .date-character__copy { width: 45%; left: 17px; top: 19px; }
  .date-character__pointer { left: 16px; top: 132px; }
  .category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -14px; padding: 0 14px 16px; gap: 11px; }
  .category, .category--women, .category--men, .category--kids { flex: 0 0 84vw; min-height: 330px; scroll-snap-align: start; }
  .category .category__person { height: 310px; }
  .category .category__person--second { right: 145px; height: 215px; }
  .category__copy strong { font-size: 29px; }
  .how__inner { padding-block: 56px; }
  .how__heading { display: block; }
  .how__steps { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -14px; padding: 0 14px 18px; gap: 11px; }
  .how__steps .how-step { flex: 0 0 79vw; min-height: 385px; scroll-snap-align: start; }
  .footer__top { grid-template-columns: 1fr; padding-block: 43px 34px; }
  .footer__top > div { padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(36,100,222,.28); }
  .footer__top > div:first-child { padding-top: 0; }
  .footer__connect { grid-column: auto; margin: 0; padding: 25px 0 0 !important; border-bottom: 0; flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer__connect h3 { margin: 13px 0 8px; }
  .footer__connect p { margin-left: 0; }
  .footer__bottom .shell { padding-block: 15px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
  .editor-size-row { grid-template-columns: 1fr auto; }
  .editor-size-row input { grid-column: 1 / 3; }
}

/* ===== V4: tighter rhythm, three-character categories and updated rental steps ===== */
main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
main > [data-admin-section] {
  flex: 0 0 auto;
  margin-block: 0 !important;
}
.section { padding-block: 32px; }
.quick-rental { padding-block: 12px 0; }
.benefits { padding-block: 0 24px; }
.how__inner { padding-block: 38px 42px; }
.shop-banner,
.instagram { padding-block: 32px; }
.section-heading { margin-bottom: 24px; }

/* Multiline content entered in the inline editor is rendered exactly as typed. */
.is-editable-text.has-preserved-breaks { white-space: pre-wrap; }

/* The date filter character is intentionally a clean, standalone visual. */
.rental-panel .date-character__copy,
.rental-panel .date-character__pointer { display: none !important; }
.rental-panel .date-character {
  isolation: isolate;
  background: linear-gradient(145deg, #fff1a0 0 43%, #d8f8ff 43% 100%);
}
.rental-panel .date-character::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(rgba(24,19,43,.16) 1.3px, transparent 1.3px);
  background-size: 17px 17px;
  mask-image: linear-gradient(120deg, transparent 20%, #000);
  pointer-events: none;
}
.rental-panel .date-character__shape { right: 92px; bottom: -112px; }
.rental-panel .date-character img {
  z-index: 2;
  width: auto;
  max-width: none;
  height: 500px;
  right: 95px;
  top: -30px;
  bottom: auto;
  padding: 0;
  object-fit: initial;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 15px 12px rgba(23,15,26,.16));
}

/* Three costume personalities in every top-level category. */
.category .category__person {
  bottom: -8px;
  max-width: none;
  filter: saturate(1.05) drop-shadow(0 9px 9px rgba(35,20,30,.09));
}
.category .category__person--main {
  z-index: 2;
  left: 50%;
  right: auto;
  height: 335px;
  transform: translateX(-50%);
}
.category .category__person--second {
  z-index: 1;
  left: -17px;
  right: auto;
  height: 255px;
  opacity: .96;
}
.category .category__person--third {
  z-index: 1;
  right: -18px;
  left: auto;
  height: 252px;
  opacity: .96;
}
.category:hover .category__person--main { transform: translateX(-50%) translateY(-6px) scale(1.02); }
.category:hover .category__person--second { transform: translateX(-4px) scale(1.02); }
.category:hover .category__person--third { transform: translateX(4px) scale(1.02); }
.category--men .category__person--main { height: 350px; left: 51%; }
.category--kids .category__person--main { height: 330px; }
.category--kids .category__person--second { left: -25px; height: 245px; }
.category--kids .category__person--third { right: -23px; height: 245px; }

/* Payment methods replace the single gateway-card illustration. */
.payment-methods {
  width: 226px;
  padding: 15px 18px 18px;
  border-radius: 19px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 34px rgba(68,43,111,.18);
  transform: rotate(-2deg);
}
.payment-methods__title {
  grid-column: 1 / 3;
  margin: 0 0 1px;
  color: var(--ink);
  font: 900 10px/1.2 Montserrat, sans-serif;
  letter-spacing: .015em;
  text-align: left;
}
.pay-logo {
  min-height: 40px;
  padding: 6px 8px;
  border: 1px solid #e4dce9;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #18132b;
  background: #fff;
  font: 900 11px/1 Montserrat, sans-serif;
  letter-spacing: -.025em;
  box-shadow: 0 4px 10px rgba(24,19,43,.05);
}
.pay-logo--visa { color: #17357a; font-size: 17px; font-style: italic; letter-spacing: -.08em; }
.pay-logo--mastercard { position: relative; flex-direction: column; gap: 1px; font-size: 6px; font-weight: 700; }
.pay-logo--mastercard i {
  position: relative;
  width: 38px;
  height: 20px;
  display: block;
}
.pay-logo--mastercard i::before,
.pay-logo--mastercard i::after {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.pay-logo--mastercard i::before { left: 2px; background: #ea001b; }
.pay-logo--mastercard i::after { right: 2px; background: rgba(255,153,0,.9); }
.pay-logo--apple img,
.pay-logo--google img { width: 76px; height: 30px; object-fit: contain; }
.pay-logo--google img { width: 80px; }
.pay-logo--cod {
  grid-column: 1 / 3;
  min-height: 34px;
  color: #fff;
  background: var(--pink);
  border-color: var(--pink);
  letter-spacing: .015em;
}

.how-step--delivery .how-step__visual { background: #160e2b; }
.how__steps .how-step > .how-step__visual { width: 100%; }
.how-step__visual > .party-photo {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  filter: saturate(1.12) contrast(1.03);
}
.how-step--delivery .how-step__visual::after {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(19,9,34,.82));
}
.party-photo__label {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 15px;
  color: #fff;
  text-align: right;
  font: 800 10px/1.05 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.party-photo__label strong { color: #fff; font-size: 21px; }

@media (max-width: 1080px) {
  .category .category__person--main { left: 51%; right: auto; height: 310px; }
  .category .category__person--second { left: -27px; right: auto; height: 225px; }
  .category .category__person--third { right: -29px; height: 224px; }
  .category--men .category__person--main { height: 320px; }
  .category--kids .category__person--main { height: 304px; }
}

@media (max-width: 760px) {
  main { gap: 10px; }
  .section { padding-block: 30px; }
  .quick-rental { padding-block: 10px 0; }
  .benefits { padding-bottom: 20px; }
  .how__inner { padding-block: 34px 36px; }
  .shop-banner,
  .instagram { padding-block: 30px; }
  .section-heading { margin-bottom: 20px; }

  .rental-panel .date-character { min-height: 205px; }
  .rental-panel .date-character img {
    width: auto;
    height: 430px;
    right: 110px;
    top: -20px;
    bottom: auto;
  }
  .rental-panel .date-character__shape { right: 80px; bottom: -128px; }

  .category .category__person--main { left: 50%; right: auto; height: 310px; }
  .category .category__person--second { left: -14px; right: auto; height: 225px; }
  .category .category__person--third { right: -14px; height: 225px; }
  .category--men .category__person--main { height: 320px; }
  .category--kids .category__person--main { height: 300px; }
}

/* ===== V5: footer aligned with the main pink / cyan / yellow design language ===== */
.footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #18132b;
}
.footer::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 410px;
  height: 410px;
  right: -245px;
  bottom: 60px;
  border: 65px solid rgba(36,184,215,.11);
  border-radius: 50%;
  pointer-events: none;
}
.footer__party-strip {
  position: relative;
  z-index: 1;
  color: #fff;
  background: var(--pink);
}
.footer__party-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.42) 1.3px, transparent 1.3px);
  background-size: 17px 17px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, transparent 80%);
  pointer-events: none;
}
.footer__party-strip .shell {
  min-height: 54px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer__party-strip strong { font: 900 18px Montserrat, sans-serif; }
.footer__party-strip span { font-size: 11px; font-weight: 700; }

.footer__top {
  position: relative;
  z-index: 1;
  padding: 34px 0 18px;
  display: grid;
  grid-template-columns: .88fr 1.32fr;
  gap: 18px;
}
.footer__top > section {
  min-width: 0;
  border-radius: 24px;
}
.footer__identity {
  padding: 29px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 38px rgba(0,0,0,.12);
}
.brand--footer { align-items: center; }
.brand--footer .brand__mark {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 10px 23px rgba(247,0,118,.22);
}
.brand--footer .brand__copy strong { color: var(--ink); font-size: 15px; }
.brand--footer .brand__copy small { color: var(--pink); }
.footer__contact-card {
  margin-top: 25px;
  padding: 18px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 14px;
  align-items: center;
  color: var(--ink);
  background: linear-gradient(135deg, #fff0f6, #eefbff);
  border: 1px solid rgba(247,0,118,.12);
}
.footer__pin {
  grid-row: 1 / 3;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--pink);
  font-size: 24px;
  font-weight: 900;
  transform: rotate(-4deg);
}
.footer__address strong { color: var(--ink); font: 800 12px Montserrat, sans-serif; }
.footer__address p { margin: 4px 0 0; color: #6c6169; font-size: 11px; line-height: 1.45; }
.footer__hours {
  grid-column: 1 / 3;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(24,19,43,.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.footer__hours small { color: #6c6169; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer__hours strong { color: var(--pink); font: 900 18px Montserrat, sans-serif; }

.footer__newsletter {
  position: relative;
  overflow: hidden;
  padding: 31px 35px;
  color: var(--ink);
  background: linear-gradient(125deg, #ffd83f 0 47%, #ff9cc5 47% 73%, #7ee5f4 73%);
  box-shadow: 0 16px 38px rgba(0,0,0,.12);
}
.footer__newsletter::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(24,19,43,.16) 1.25px, transparent 1.25px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}
.footer__newsletter > * { position: relative; z-index: 2; }
.footer__newsletter .eyebrow { color: var(--ink); }
.footer__newsletter .eyebrow span { background: var(--pink); }
.footer__newsletter h2 {
  max-width: 690px;
  margin: 10px 0 10px;
  color: var(--ink);
  font: 900 clamp(25px, 2.5vw, 37px)/1.04 Montserrat, sans-serif;
  letter-spacing: -.045em;
}
.footer__newsletter > p:not(.eyebrow) { max-width: 610px; margin: 0; color: #4e414b; font-size: 11px; line-height: 1.6; }
.footer__newsletter-dot { position: absolute; z-index: 1; display: block; border-radius: 50%; }
.footer__newsletter-dot--one { width: 150px; height: 150px; right: -40px; top: -80px; background: var(--pink); border: 10px solid rgba(255,255,255,.45); }
.footer__newsletter-dot--two { width: 95px; height: 95px; right: 135px; bottom: -55px; background: var(--cyan); border: 9px solid rgba(255,255,255,.48); }
.footer-subscribe {
  max-width: 590px;
  margin-top: 18px;
  display: flex;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(65,25,48,.13);
}
.footer-subscribe input {
  min-width: 0;
  height: 48px;
  flex: 1;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  outline: 0;
}
.footer-subscribe button {
  min-width: 132px;
  padding: 0 19px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--ink);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.footer__nav {
  position: relative;
  z-index: 1;
  padding: 0 0 34px;
  display: grid;
  grid-template-columns: .95fr 1.25fr 1.05fr;
  gap: 18px;
}
.footer__nav > section {
  min-width: 0;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(8px);
}
.footer h3 {
  margin: 0 0 15px;
  color: #fff;
  font: 800 14px Montserrat, sans-serif;
  text-transform: none;
  letter-spacing: -.01em;
}
.footer__support > .footer__kicker { margin: 0 0 6px; color: #ff7fb8; font-size: 9px; line-height: 1.2; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.footer__support { display: flex; flex-direction: column; align-items: stretch; }
.footer-action {
  min-height: 45px;
  margin-bottom: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: rgba(255,255,255,.07);
}
.footer-action:hover { border-color: var(--pink); background: rgba(247,0,118,.13); }
.footer-action span { width: 27px; height: 27px; border: 0; border-radius: 9px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); font-weight: 900; }
.footer-action strong { color: #fff; font-size: 10px; text-transform: none; }
.footer__contact-links { margin: 10px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.footer__contact-links a { color: #c9c2ce; font-size: 10px; }
.footer__contact-links a:hover { color: #fff; }

.footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.footer__links > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer__links a { color: #bdb6c3; font-size: 10.5px; line-height: 1.85; }
.footer__links a:hover { color: #fff; }

.footer__connect { display: flex; flex-direction: column; align-items: flex-start; }
.footer__connect h3:not(:first-child) { margin-top: 18px; }
.footer__socials { display: flex; gap: 8px; }
.footer__socials a {
  width: 39px;
  height: 39px;
  border: 0;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--pink);
  transform: rotate(-3deg);
  transition: transform .2s ease;
}
.footer__socials a:nth-child(2) { background: var(--cyan); transform: rotate(3deg); }
.footer__socials a:nth-child(3) { background: var(--yellow); transform: rotate(-2deg); }
.footer__socials a:hover { transform: translateY(-3px) rotate(0); }
.footer__socials img { width: 19px; height: 19px; display: block; }
.footer__payment-logos { width: 100%; display: grid; grid-template-columns: 1.55fr .75fr .75fr; gap: 7px; }
.footer__logo {
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #fff;
}
.footer__logo img { display: block; width: 100%; max-width: 63px; max-height: 23px; object-fit: contain; }
.footer__logo--comgate { grid-row: 1 / 3; }
.footer__logo--comgate img { max-width: 108px; max-height: 30px; }
.footer__delivery-logo { width: 100%; min-height: 42px; padding: 7px 14px; border-radius: 9px; display: flex; align-items: center; background: #fff; }
.footer__delivery-logo img { width: 112px; max-height: 27px; object-fit: contain; }

.footer__bottom {
  position: relative;
  z-index: 1;
  color: #a9a1b0;
  background: #100c1d;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer__bottom .shell { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 9px; font-weight: 700; }

@media (max-width: 1080px) {
  .footer__top { grid-template-columns: 1fr 1.15fr; }
  .footer__nav { grid-template-columns: 1fr 1.25fr; }
  .footer__connect { grid-column: 1 / 3; margin: 0; padding: 25px !important; border-top: 1px solid rgba(255,255,255,.1); flex-direction: column; align-items: flex-start; gap: 0; }
  .footer__connect h3 { margin: 0 0 15px; }
  .footer__connect h3:not(:first-child) { margin-top: 18px; }
  .footer__payment-logos { max-width: 470px; }
  .footer__delivery-logo { max-width: 470px; }
}

@media (max-width: 760px) {
  .footer__party-strip .shell { min-height: 68px; padding-block: 12px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; }
  .footer__party-strip strong { font-size: 15px; }
  .footer__party-strip span { font-size: 9px; }
  .footer__top { grid-template-columns: 1fr; padding-block: 18px; gap: 12px; }
  .footer__top > section { border-radius: 19px; }
  .footer__identity { padding: 21px; }
  .footer__contact-card { margin-top: 19px; padding: 15px; }
  .footer__hours { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer__newsletter { padding: 24px 21px; }
  .footer__newsletter h2 { font-size: 28px; }
  .footer-subscribe { flex-direction: column; border-radius: 11px; }
  .footer-subscribe--links { align-items: stretch; }
  .footer-subscribe input { height: 46px; }
  .footer-subscribe button { min-height: 44px; }
  .footer__nav { grid-template-columns: 1fr; gap: 12px; padding-bottom: 18px; }
  .footer__nav > section { padding: 21px; border-radius: 17px; }
  .footer__connect { grid-column: auto; margin: 0; padding: 21px !important; border-bottom: 1px solid rgba(255,255,255,.1); flex-direction: column; align-items: flex-start; gap: 0; }
  .footer__payment-logos { grid-template-columns: 1.45fr .8fr .8fr; }
  .footer__bottom .shell { padding-block: 15px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
}

/* ===== V6: compact light footer continuing the opening hero design ===== */
.footer {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(247,0,118,.09) 0 145px, transparent 146px),
    radial-gradient(circle at 92% 24%, rgba(36,184,215,.12) 0 190px, transparent 191px),
    linear-gradient(120deg, #fff8ee, #fff6fb 52%, #effcff);
}
.footer::before {
  z-index: 0;
  width: auto;
  height: auto;
  inset: 0;
  right: auto;
  bottom: auto;
  border: 0;
  border-radius: 0;
  background-image: radial-gradient(rgba(247,0,118,.18) 1.2px, transparent 1.2px);
  background-size: 19px 19px;
  mask-image: linear-gradient(90deg, #000, transparent 33%, transparent 70%, #000);
  opacity: .72;
}
.footer__top {
  padding: 28px 0 14px;
  grid-template-columns: .82fr 1.38fr;
  gap: 14px;
}
.footer__identity {
  padding: 23px 25px;
  border: 1px solid rgba(24,19,43,.08);
  color: var(--ink);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(47,24,39,.07);
}
.footer__contact-card {
  margin-top: 18px;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid rgba(24,19,43,.1);
  border-radius: 0;
  grid-template-columns: auto minmax(110px, 1fr) auto;
  gap: 13px;
  background: transparent;
}
.footer__pin {
  grid-row: auto;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  font-size: 21px;
}
.footer__address p { margin: 0; color: #514750; font-size: 11px; line-height: 1.45; }
.footer__contact-card .footer__hours {
  grid-column: auto;
  margin: 0;
  padding: 0 0 0 17px;
  border-top: 0;
  border-left: 1px solid rgba(24,19,43,.11);
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.footer__hours strong { font-size: 17px; white-space: nowrap; }

.footer__newsletter {
  padding: 25px 31px;
  border: 1px solid rgba(24,19,43,.07);
  background: linear-gradient(122deg, #ffdf61 0 48%, #ffabd0 48% 75%, #9feaf5 75%);
  box-shadow: 0 10px 28px rgba(47,24,39,.07);
}
.footer__newsletter h2 { max-width: 650px; margin-block: 8px; font-size: clamp(24px, 2.25vw, 34px); }
.footer__newsletter > p:not(.eyebrow) { line-height: 1.5; }
.footer-subscribe { max-width: 620px; margin-top: 14px; }
.footer-subscribe input { height: 44px; }
.footer-subscribe button { min-width: 126px; }

.footer__nav {
  padding: 0;
  grid-template-columns: .9fr 1.3fr 1.18fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(24,19,43,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(47,24,39,.07);
}
.footer__nav > section {
  padding: 20px 23px;
  border: 0;
  border-right: 1px solid rgba(24,19,43,.09);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  backdrop-filter: none;
}
.footer__nav > section:last-child { border-right: 0; }
.footer h3 { margin-bottom: 11px; color: var(--ink); font-size: 13px; }
.footer__support > .footer__kicker { color: var(--pink); }
.footer-action {
  min-height: 39px;
  margin-bottom: 6px;
  padding: 6px 9px;
  border-color: rgba(24,19,43,.1);
  color: var(--ink);
  background: #fff;
}
.footer-action:hover { border-color: var(--pink); background: #fff0f6; }
.footer-action span { width: 25px; height: 25px; border-radius: 8px; }
.footer-action strong { color: var(--ink); }
.footer__contact-links { margin-top: 7px; gap: 2px; }
.footer__contact-links a { color: #665c65; font-size: 9.5px; }
.footer__contact-links a:hover { color: var(--pink); }
.footer__links { gap: 20px; }
.footer__links a { color: #655b64; font-size: 10px; line-height: 1.65; }
.footer__links a:hover { color: var(--pink); }

.footer__connect {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px 13px;
  align-items: center;
}
.footer__connect h3,
.footer__connect h3:not(:first-child) { margin: 0; color: var(--ink); }
.footer__socials { align-items: center; }
.footer__socials a { width: 36px; height: 36px; border-radius: 11px; }
.footer__socials a:first-child img { filter: brightness(0) invert(1); }
.footer__socials a:nth-child(2) img,
.footer__socials a:nth-child(3) img { filter: none; }
.footer__payment-logos {
  width: 100%;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, .72fr);
  gap: 5px;
}

/* Veřejné provozní informace musí zůstat čitelné i v kompaktním layoutu. */
.shop-banner__bubble,
.footer__phone,
.footer__hours > small,
.footer__hours dt,
.footer__hours dd,
.footer__contact-details .footer__address p,
.footer__contact-links a,
.footer__links a,
.footer__bottom .shell { font-size: 14px; }
.footer__logo,
.footer__logo--comgate {
  grid-row: auto;
  min-height: 36px;
  padding: 6px 7px;
  border: 1px solid rgba(24,19,43,.09);
  border-radius: 8px;
  background: #fff;
}
.footer__logo img { max-width: 54px; max-height: 19px; }
.footer__logo--comgate img { max-width: 90px; max-height: 24px; }
.footer__delivery-logo {
  width: 100%;
  min-height: 37px;
  padding: 5px 11px;
  border: 1px solid rgba(24,19,43,.09);
  border-radius: 8px;
  background: #fff;
}
.footer__delivery-logo img { width: 100px; max-height: 24px; }
.footer__bottom {
  color: #756a73;
  background: rgba(255,214,231,.82);
  border-top: 1px solid rgba(247,0,118,.09);
}
.footer__bottom .shell { min-height: 50px; }

@media (max-width: 1080px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__nav { grid-template-columns: 1fr 1.2fr; }
  .footer__connect {
    grid-column: 1 / 3;
    padding: 20px 23px !important;
    border-top: 1px solid rgba(24,19,43,.09);
    border-bottom: 0;
    flex-direction: unset;
  }
  .footer__payment-logos,
  .footer__delivery-logo { max-width: none; }
}

@media (max-width: 760px) {
  .footer__top { padding-block: 14px; gap: 10px; }
  .footer__identity,
  .footer__newsletter { padding: 20px; }
  .footer__contact-card { grid-template-columns: auto 1fr; }
  .footer__contact-card .footer__hours {
    grid-column: 1 / 3;
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(24,19,43,.1);
    flex-direction: row;
    align-items: center;
  }
  .footer__newsletter h2 { font-size: 27px; }
  .footer__nav { grid-template-columns: 1fr; border-radius: 18px; }
  .footer__nav > section { padding: 18px 20px; border-right: 0; border-bottom: 1px solid rgba(24,19,43,.09); }
  .footer__nav > section:last-child { border-bottom: 0; }
  .footer__connect { grid-column: auto; padding: 18px 20px !important; border-top: 0; }
  .footer__payment-logos { grid-template-columns: 1.35fr repeat(2, .8fr); }
  .footer__logo--comgate { grid-row: 1 / 3; }
}

@media (max-width: 430px) {
  .footer__connect { grid-template-columns: 1fr; gap: 8px; }
  .footer__connect h3:not(:first-child) { margin-top: 9px; }
}

/* ===== V7: photographic benefit banners matching the main category cards ===== */
.benefits { padding-block: 0 24px; background: #fff; }
.benefits__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.benefit {
  min-height: 295px;
  padding: 0;
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 13px 28px rgba(37,20,32,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.benefit:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(37,20,32,.15); }
.benefit--pink { background: linear-gradient(145deg, #ff87b9, #ffd0e3); }
.benefit--yellow { background: linear-gradient(145deg, #ffd63e, #fff1a5); }
.benefit--blue { background: linear-gradient(145deg, #3ec7df, #c8f4fb); }
.benefit--violet { background: linear-gradient(145deg, #927be5, #e6ddff); }
.benefit::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(rgba(24,19,43,.2) 1.25px, transparent 1.25px);
  background-size: 17px 17px;
  mask-image: linear-gradient(115deg, #000, transparent 66%);
}
.benefit::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
  inset: 37% 0 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(transparent, rgba(24,19,43,.88));
  pointer-events: none;
}
.benefit__burst {
  position: absolute;
  z-index: 0;
  width: 250px;
  height: 250px;
  right: -75px;
  top: -88px;
  border: 29px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: rgba(255,255,255,.2);
}
.benefit__number {
  position: absolute;
  z-index: 7;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255,255,255,.9);
  box-shadow: 0 7px 15px rgba(24,19,43,.12);
  font: 900 10px Montserrat, sans-serif;
  opacity: 1;
}
.benefit__person {
  position: absolute;
  z-index: 2;
  width: auto;
  max-width: none;
  padding: 0;
  bottom: -17px;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
  filter: saturate(1.04) drop-shadow(0 10px 10px rgba(37,20,32,.11));
  transition: transform .4s ease;
}
.benefit__person--main { height: 278px; right: 24px; }
.benefit__person--accent { height: 205px; left: -24px; opacity: .95; }
.benefit:hover .benefit__person--main { transform: translateY(-4px) scale(1.02); }
.benefit:hover .benefit__person--accent { transform: translateX(-3px) scale(1.02); }
.benefit--price .benefit__person--main { height: 285px; right: 32px; }
.benefit--price .benefit__person--accent { height: 205px; left: -25px; }
.benefit--dispatch .benefit__person--main { height: 312px; right: 24px; bottom: -28px; }
.benefit--dispatch .benefit__person--accent { height: 205px; left: -34px; }
.benefit--pickup .benefit__person--main { height: 282px; right: 17px; }
.benefit--pickup .benefit__person--accent { height: 205px; left: -22px; }
.benefit--delivery .benefit__person--main { height: 280px; right: 23px; }
.benefit--delivery .benefit__person--accent { height: 200px; left: -31px; }
.benefit__badge {
  position: absolute;
  z-index: 6;
  top: 17px;
  left: 17px;
  min-height: 43px;
  padding: 7px 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--ink);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(24,19,43,.13);
  transform: rotate(-3deg);
}
.benefit__badge small { font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.benefit__badge strong { font: 900 13px Montserrat, sans-serif; }
.benefit__badge--price {
  width: 76px;
  height: 76px;
  padding: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  align-items: center;
  background: var(--yellow);
  transform: rotate(-7deg);
}
.benefit__badge--price strong { font-size: 17px; }
.benefit__badge--price-fallback strong { color: var(--pink); }
.benefit__badge--dispatch strong { color: var(--pink); }
.benefit__badge--pickup strong { color: #0583a2; }
.benefit__badge--ppl { min-width: 100px; align-items: center; }
.benefit__badge--ppl img { width: 82px; max-height: 23px; object-fit: contain; }
.benefit__copy {
  position: absolute;
  z-index: 5;
  left: 19px;
  right: 17px;
  bottom: 18px;
  color: #fff;
  text-shadow: 0 2px 13px rgba(0,0,0,.28);
}
.benefit h3 {
  margin: 0 0 6px;
  color: #fff;
  font: 900 19px/1.12 Montserrat, sans-serif;
  letter-spacing: -.03em;
}
.benefit p {
  max-width: 255px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 10.5px;
  line-height: 1.42;
  opacity: 1;
}

@media (max-width: 1080px) {
  .benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit { min-height: 310px; }
  .benefit__person--main { height: 300px; right: 45px; }
  .benefit__person--accent { height: 220px; }
}

@media (max-width: 760px) {
  .benefits { padding-bottom: 17px; }
  .benefits__grid {
    display: flex;
    grid-template-columns: none;
    gap: 11px;
    margin-inline: -14px;
    padding: 0 14px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .benefit {
    flex: 0 0 84vw;
    min-height: 300px;
    padding: 0;
    scroll-snap-align: start;
  }
  .benefit__person--main { height: 290px; right: 25px; }
  .benefit__person--accent { height: 205px; left: -20px; }
  .benefit h3 { font-size: 20px; }
}

/* ===== V8: every benefit has its own graphic identity (no category background reuse) ===== */
.benefit--price { background: linear-gradient(145deg, #ff4f91, #ffb1cc); }
.benefit--dispatch { background: linear-gradient(145deg, #ff8b19, #ffe46a); }
.benefit--pickup { background: linear-gradient(145deg, #13abc7, #9eeef8); }
.benefit--delivery { background: linear-gradient(145deg, #6d55c9, #c9bfff); }
.benefit::before { mask-image: none; }
.benefit--price::before {
  background:
    linear-gradient(45deg, rgba(255,255,255,.17) 25%, transparent 25% 75%, rgba(255,255,255,.17) 75%),
    linear-gradient(45deg, rgba(24,19,43,.08) 25%, transparent 25% 75%, rgba(24,19,43,.08) 75%);
  background-position: 0 0, 16px 16px;
  background-size: 32px 32px;
}
.benefit--dispatch::before {
  background: repeating-linear-gradient(-24deg, transparent 0 20px, rgba(255,255,255,.3) 20px 27px, transparent 27px 42px);
  transform: translateX(36%);
}
.benefit--pickup::before {
  background:
    linear-gradient(rgba(255,255,255,.22) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.22) 2px, transparent 2px),
    linear-gradient(35deg, transparent 45%, rgba(255,255,255,.3) 46% 49%, transparent 50%);
  background-size: 54px 54px, 54px 54px, 135px 135px;
}
.benefit--delivery::before {
  background:
    linear-gradient(72deg, transparent 0 37%, rgba(255,220,64,.34) 37% 49%, transparent 49% 67%, rgba(255,255,255,.18) 67% 73%, transparent 73%),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(24,19,43,.08) 48px 50px);
}
.benefit::after {
  inset: auto 11px 11px;
  width: auto;
  height: 96px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(24,19,43,.82);
  box-shadow: 0 10px 25px rgba(24,19,43,.2);
  backdrop-filter: blur(9px);
}
.benefit__copy { left: 27px; right: 25px; bottom: 24px; }
.benefit__number { display: none; }
.benefit__copy {
  bottom: 11px;
  height: 96px;
  padding: 17px 0 11px;
  display: grid;
  grid-template-rows: 29px minmax(0, 1fr);
  align-content: start;
  box-sizing: border-box;
}
.benefit__copy .editable-wrap {
  width: 100%;
  height: 29px;
  display: flex;
  align-items: flex-start;
}
.benefit__copy h3 {
  width: 100%;
  margin: 0;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.2;
  white-space: nowrap;
}
.benefit__copy p { align-self: start; }
.benefit__burst { border: 0; }
.benefit--price .benefit__burst {
  width: 155px;
  height: 155px;
  right: -34px;
  top: -43px;
  border: 12px solid rgba(255,255,255,.42);
  border-radius: 24px;
  background: repeating-conic-gradient(rgba(255,255,255,.45) 0 25%, rgba(247,0,118,.22) 0 50%) 50% / 30px 30px;
  transform: rotate(17deg);
}
.benefit--dispatch .benefit__burst {
  width: 285px;
  height: 92px;
  right: -88px;
  top: 41px;
  border-radius: 0;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 35px, transparent 35px 56px);
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
  transform: rotate(-13deg);
}
.benefit--pickup .benefit__burst {
  width: 210px;
  height: 210px;
  right: -67px;
  top: -58px;
  border: 3px dashed rgba(255,255,255,.58);
  border-radius: 36px;
  background:
    linear-gradient(rgba(255,255,255,.2) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.2) 2px, transparent 2px);
  background-size: 36px 36px;
  transform: rotate(13deg);
}
.benefit--delivery .benefit__burst {
  width: 78px;
  height: 380px;
  right: 31px;
  top: -70px;
  border-radius: 0;
  background: rgba(255,222,76,.42);
  box-shadow: 110px 0 0 rgba(46,209,233,.18);
  transform: rotate(19deg);
}

/* ===== V9: retuned opening hero with pirate, princess and disco trio ===== */
.hero {
  background:
    linear-gradient(115deg, rgba(255,255,255,.45), transparent 46%),
    linear-gradient(112deg, #f1e9ff 0%, #ffe8f2 43%, #dff9ff 73%, #fff0b8 100%);
}
.hero__pattern {
  opacity: .36;
  background-image:
    linear-gradient(135deg, rgba(247,0,118,.12) 1px, transparent 1px),
    linear-gradient(45deg, rgba(36,184,215,.1) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 73%, #000);
}
.hero::before {
  width: 430px;
  height: 430px;
  left: -190px;
  bottom: -285px;
  border: 78px solid rgba(247,0,118,.11);
}
.hero::after {
  width: 230px;
  height: 230px;
  right: -84px;
  top: -108px;
  background: var(--cyan);
  opacity: .92;
}
.hero-blob--yellow {
  width: 475px;
  height: 475px;
  right: 20px;
  top: 61px;
  background: linear-gradient(145deg, #9aeaf5, #dbfaff);
  box-shadow: inset 0 0 0 16px rgba(255,255,255,.5);
}
.hero-blob--blue {
  width: 245px;
  height: 245px;
  left: 34px;
  bottom: -8px;
  background: var(--yellow);
  border-color: rgba(255,255,255,.68);
}
.hero-person {
  max-width: none;
  mix-blend-mode: multiply;
  object-position: center bottom;
  filter: saturate(1.05) drop-shadow(0 22px 18px rgba(42,23,35,.16));
}
.hero-person--left {
  height: 505px;
  right: 405px;
  bottom: -19px;
  z-index: 2;
}
.hero-person--middle {
  height: 420px;
  right: 205px;
  bottom: -15px;
  z-index: 4;
}
.hero-person--right {
  height: 515px;
  right: 0;
  bottom: -27px;
  z-index: 3;
}
.spark--one { left: 145px; top: 87px; }
.spark--two { right: 235px; top: 72px; }

@media (max-width: 1180px) {
  .hero-person--left { height: 460px; right: 335px; }
  .hero-person--middle { height: 380px; right: 168px; }
  .hero-person--right { height: 460px; right: -24px; }
}

@media (max-width: 980px) {
  .hero-person--left { height: 410px; right: 270px; }
  .hero-person--middle { height: 330px; right: 125px; }
  .hero-person--right { height: 405px; right: -55px; }
  .hero-blob--yellow { width: 370px; height: 370px; right: -35px; top: 88px; }
}

@media (max-width: 680px) {
  .hero-blob--yellow { width: 315px; height: 315px; top: 45px; right: -22px; }
  .hero-blob--blue { width: 145px; height: 145px; left: -12px; bottom: -3px; }
  .hero-person--left { height: 290px; right: 214px; bottom: -12px; }
  .hero-person--middle { height: 265px; right: 102px; bottom: -12px; }
  .hero-person--right { height: 326px; right: -26px; bottom: -19px; }
}

/* V15: výrazné světlé hlášení a rozšířené kontakty půjčovny */
.admin-toast {
  width: min(calc(100% - 32px), 650px);
  min-height: 76px;
  bottom: 28px;
  padding: 18px 56px 18px 74px;
  border: 2px solid rgba(247, 0, 118, .22);
  border-radius: 22px;
  opacity: 0;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(118deg, #fff6d8 0 34%, #ffe5f1 34% 73%, #dcf8fc 73%);
  box-shadow: 0 22px 56px rgba(31, 17, 27, .18);
  font: 800 16px/1.45 Manrope, sans-serif;
  text-align: left;
  transform: translate(-50%, 130px) scale(.96);
}
.admin-toast::before {
  content: 'i';
  position: absolute;
  left: 22px;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--pink);
  box-shadow: 0 8px 18px rgba(247, 0, 118, .24);
  font: 900 19px Montserrat, sans-serif;
  transform: translateY(-50%);
}
.admin-toast::after {
  content: '';
  position: absolute;
  right: -22px;
  top: -26px;
  width: 78px;
  height: 78px;
  border: 13px solid rgba(255,255,255,.52);
  border-radius: 50%;
}
.admin-toast.is-visible { opacity: 1; transform: translate(-50%, 0) scale(1); }

.footer__top {
  grid-template-columns: 1fr;
  gap: 14px;
}
.footer__identity {
  display: grid;
  grid-template-columns: minmax(250px, .42fr) minmax(0, 1.58fr);
  align-items: start;
  gap: 28px;
}
.footer__contact-card {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(247,0,118,.14);
  border-radius: 19px;
  grid-template-columns: minmax(230px, .8fr) minmax(430px, 1.2fr);
  align-items: start;
  gap: 22px;
  background: linear-gradient(135deg, #fff5fa, #f0fbff);
}
.footer__contact-details {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}
.footer__pin { grid-row: auto; }
.footer__address strong { color: var(--ink); font: 900 14px/1.35 Montserrat, sans-serif; }
.footer__address p { margin: 7px 0 0; color: #514750; font-size: 13px; line-height: 1.5; }
.footer__phone {
  margin-top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink);
  font-size: 14px;
  font-weight: 900;
}
.footer__phone span { font-size: 17px; }
.footer__contact-card .footer__hours {
  grid-column: auto;
  margin: 0;
  padding: 0 0 0 22px;
  border: 0;
  border-left: 1px solid rgba(24,19,43,.11);
  display: block;
}
.footer__contact-card .footer__hours > small {
  display: block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 11px;
}
.footer__hours dl { margin: 0; display: grid; gap: 4px; }
.footer__hours dl > div {
  min-height: 25px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
}
.footer__hours dt { color: #554a52; font-size: 13px; font-weight: 800; }
.footer__hours dt::after { content: ':'; }
.footer__hours dd { margin: 0; color: var(--ink); font-size: 13px; font-weight: 800; white-space: nowrap; }
.footer__hours dl > div:nth-last-child(-n+2) dd { color: #887c84; }

@media (max-width: 1080px) {
  .footer__identity { grid-template-columns: 1fr; gap: 20px; }
  .footer__contact-card { grid-template-columns: minmax(220px, .8fr) minmax(390px, 1.2fr); }
}

@media (max-width: 760px) {
  .admin-toast { min-height: 72px; bottom: 88px; padding: 16px 42px 16px 64px; border-radius: 18px; font-size: 14px; }
  .admin-toast::before { left: 17px; width: 34px; height: 34px; }
  .footer__contact-card { padding: 18px; grid-template-columns: 1fr; gap: 18px; }
  .footer__contact-card .footer__hours { grid-column: 1; padding: 17px 0 0; border-left: 0; border-top: 1px solid rgba(24,19,43,.1); }
  .footer__hours dl > div { grid-template-columns: 78px minmax(0, 1fr); gap: 8px; }
  .footer__hours dt, .footer__hours dd { font-size: 12.5px; }
  .footer__hours dd { white-space: normal; }
}

/* V16: kontakty a newsletter vedle sebe v hravé grafice webu */
.footer__top {
  grid-template-columns: minmax(0, 1.28fr) minmax(390px, .72fr);
  align-items: stretch;
  gap: 16px;
}
.footer__identity {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(247, 0, 118, .1);
  border-radius: 24px;
  display: block;
  background:
    radial-gradient(circle at 1px 1px, rgba(247,0,118,.13) 1.2px, transparent 1.4px) 0 0 / 18px 18px,
    linear-gradient(125deg, #fff2f8 0 42%, #fff7d7 42% 68%, #e5faff 68%);
  box-shadow: 0 16px 38px rgba(47, 24, 39, .08);
}
.footer__identity::before,
.footer__identity::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.footer__identity::before { width: 180px; height: 180px; right: -64px; top: -78px; border: 26px solid rgba(36,188,216,.16); }
.footer__identity::after { width: 110px; height: 110px; left: -47px; bottom: -62px; background: rgba(247,0,118,.1); }
.footer__identity .brand--footer { position: relative; z-index: 1; }
.footer__contact-card {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 21px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 19px;
  grid-template-columns: minmax(210px, .78fr) minmax(380px, 1.22fr);
  gap: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 30px rgba(51, 28, 43, .07);
  backdrop-filter: blur(8px);
}
.footer__newsletter {
  min-width: 0;
  height: 100%;
  padding: 30px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 1px 1px, rgba(24,19,43,.12) 1.15px, transparent 1.35px) 0 0 / 18px 18px,
    linear-gradient(135deg, #ffdc48 0 48%, #ff9bc6 48% 75%, #7de3f2 75%);
  box-shadow: 0 16px 38px rgba(47, 24, 39, .1);
}
.footer__newsletter h2 { max-width: 520px; font-size: clamp(27px, 2.4vw, 38px); }
.footer__newsletter > p:not(.eyebrow) { max-width: 520px; font-size: 14px; }
.footer__newsletter .footer-subscribe { width: 100%; max-width: 560px; }

@media (max-width: 1220px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__newsletter { min-height: 310px; }
}

@media (max-width: 760px) {
  .footer__identity, .footer__newsletter { padding: 20px; border-radius: 20px; }
  .footer__contact-card { padding: 17px; grid-template-columns: 1fr; }
  .footer__newsletter { min-height: 0; }
}

/* V17: kontaktní údaje jako integrovaný grafický panel */
.footer__contact-card { align-items: stretch; }
.footer__contact-details {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100%;
  padding: 19px;
  border: 1px solid rgba(247,0,118,.12);
  border-radius: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  background: linear-gradient(145deg, #fff4f9 0 55%, #fff3bc 100%);
}
.footer__contact-details::before,
.footer__contact-details::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.footer__contact-details::before {
  width: 118px;
  height: 118px;
  right: -55px;
  bottom: -60px;
  border: 18px solid rgba(247,0,118,.09);
}
.footer__contact-details::after {
  width: 44px;
  height: 44px;
  right: 18px;
  top: 16px;
  background: rgba(36,188,216,.13);
}
.footer__contact-details .footer__pin {
  width: 45px;
  height: 45px;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(247,0,118,.2);
}
.footer__contact-details .footer__address {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__contact-details .footer__address strong { font-size: 15px; }
.footer__contact-details .footer__address p { font-size: 13.5px; }
.footer__phone {
  margin-top: 15px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink);
  box-shadow: 0 9px 20px rgba(247,0,118,.2);
  font-size: 13px;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.footer__phone:hover {
  color: #fff;
  background: #da0069;
  box-shadow: 0 12px 24px rgba(247,0,118,.28);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .footer__contact-details { min-height: 180px; padding: 17px; }
}

/* V18: provozní upozornění PPL přímo v kontaktním panelu */
.footer__delivery-notice {
  width: 100%;
  margin-top: 15px;
  padding: 11px 12px;
  border: 1px solid rgba(0,75,147,.12);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 20px rgba(0,75,147,.05);
}
.footer__delivery-notice img { width: 51px; height: auto; }
.footer__delivery-notice p {
  margin: 0;
  color: #514850;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.45;
}
.footer__delivery-notice p strong { color: var(--ink); font-weight: 900; }

@media (max-width: 760px) {
  .footer__delivery-notice { grid-template-columns: 50px minmax(0, 1fr); }
  .footer__delivery-notice p { font-size: 12px; }
}

/* V19: kompaktní kontaktní a newsletterový celek bez prázdných ploch */
.footer__top {
  grid-template-columns: minmax(0, 1.34fr) minmax(360px, .66fr);
  align-items: start;
  gap: 14px;
}
.footer__identity {
  padding: 21px 23px;
  border-radius: 22px;
}
.footer__identity .brand--footer .brand__mark {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}
.footer__contact-card {
  margin-top: 15px;
  padding: 15px;
  border-radius: 17px;
  grid-template-columns: minmax(220px, .82fr) minmax(350px, 1.18fr);
  align-items: start;
  gap: 14px 18px;
}
.footer__contact-details {
  min-height: 0;
  padding: 15px;
  border-radius: 14px;
  align-content: start;
  gap: 12px;
}
.footer__contact-details .footer__pin {
  width: 41px;
  height: 41px;
  border-radius: 12px;
}
.footer__contact-details .footer__address {
  min-height: 0;
}
.footer__contact-details .footer__address strong { font-size: 14px; }
.footer__contact-details .footer__address p { margin-top: 5px; font-size: 12.5px; line-height: 1.4; }
.footer__phone {
  margin-top: 10px;
  padding: 8px 11px;
  font-size: 12.5px;
}
.footer__contact-card .footer__hours {
  padding-left: 18px;
}
.footer__contact-card .footer__hours > small {
  margin-bottom: 6px;
  font-size: 10.5px;
}
.footer__hours dl { gap: 1px; }
.footer__hours dl > div {
  min-height: 23px;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 8px;
}
.footer__hours dt,
.footer__hours dd { font-size: 12.5px; }
.footer__delivery-notice {
  grid-column: 1 / -1;
  width: auto;
  margin-top: 0;
  padding: 11px 14px;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 12px;
  border-color: rgba(0,75,147,.14);
  background: linear-gradient(100deg, rgba(255,255,255,.94), rgba(226,248,252,.9));
  box-shadow: none;
}
.footer__delivery-notice img { width: 57px; }
.footer__delivery-notice p {
  font-size: 12.5px;
  line-height: 1.4;
}
.footer__newsletter {
  height: auto;
  min-height: 0;
  padding: 25px 26px;
  border-radius: 22px;
  justify-content: flex-start;
}
.footer__newsletter h2 {
  margin: 8px 0;
  font-size: clamp(25px, 2.15vw, 34px);
}
.footer__newsletter > p:not(.eyebrow) {
  font-size: 12.5px;
  line-height: 1.45;
}
.footer__newsletter .footer-subscribe { margin-top: 14px; }
.footer__newsletter .footer-subscribe--links {
  display: flex;
  gap: 10px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footer__newsletter .footer-subscribe__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.footer__newsletter .footer-subscribe__link--secondary { background: #fff; color: var(--ink); }

@media (max-width: 1220px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__newsletter { min-height: 0; }
}

@media (max-width: 760px) {
  .footer__identity,
  .footer__newsletter { padding: 18px; }
  .footer__newsletter .footer-subscribe--links { flex-direction: column; align-items: stretch; }
  .footer__contact-card {
    padding: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer__contact-details { min-height: 0; padding: 14px; }
  .footer__contact-card .footer__hours {
    grid-column: 1;
    padding: 14px 0 0;
  }
  .footer__delivery-notice {
    grid-column: 1;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 11px 12px;
  }
  .footer__delivery-notice img { width: 51px; }
}

/* V20: poznámka pod telefonem a užší sloupec otevírací doby */
.footer__contact-card {
  grid-template-columns: minmax(340px, 1.2fr) minmax(310px, .8fr);
}
.footer__phone-note,
.footer__contact-details .footer__address .footer__phone-note {
  max-width: 430px;
  margin: 11px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(24,19,43,.09);
  color: #61565e;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.45;
}
.footer__phone-note a {
  color: var(--pink);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.footer__phone-note a:hover { color: #c50060; }

@media (max-width: 760px) {
  .footer__contact-card { grid-template-columns: 1fr; }
  .footer__phone-note,
  .footer__contact-details .footer__address .footer__phone-note {
    max-width: none;
    font-size: 12px;
  }
}

/* V21: kontaktní panel a newsletter mají na desktopu stejnou výšku */
@media (min-width: 1221px) {
  .footer__top { align-items: stretch; }
  .footer__top > .footer__identity,
  .footer__top > .footer__newsletter { align-self: stretch; }
  .footer__newsletter {
    height: 100%;
    justify-content: center;
  }
}

/* V22: logo je přímo v kontaktním panelu, bez samostatné horní řádky */
.footer__identity { padding: 17px; }
.footer__contact-card { margin-top: 0; }
.footer__contact-logo {
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
  align-self: start;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 10px 22px rgba(247,0,118,.2);
}

@media (max-width: 760px) {
  .footer__identity { padding: 14px; }
  .footer__contact-logo {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }
}

/* Čas a polední pauza zůstávají na samostatných čitelných řádcích. */
.opening-hours-line { display: block; white-space: normal; }
.opening-hours-line + .opening-hours-line { margin-top: 3px; font-weight: 500; }
body .footer__hours.footer__hours--grouped dl > div,
.contact-page .location-hours dl > div,
body .details-pickup-panel__hours p { grid-template-columns: minmax(0, 1fr); gap: 4px; }
body .details-pickup-panel__hours span { text-align: left; }

/* V23: kompaktní seskupení otevírací doby podle provozních dnů */
.footer__hours--grouped dl {
  gap: 18px;
}
.footer__hours--grouped dl > div {
  min-height: 0;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}
.footer__hours--grouped dt {
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}
.footer__hours--grouped dt::after {
  content: none;
}
.footer__hours--grouped dd {
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}
.footer__hours--grouped dl > div:nth-last-child(-n+2) dd {
  color: var(--ink);
}

@media (max-width: 760px) {
  .footer__hours--grouped dl > div {
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 12px;
  }
  .footer__hours--grouped dt,
  .footer__hours--grouped dd {
    font-size: 12.5px;
  }
}

/* V24: walk-in informace a sjednocená minimální čitelnost patičky */
.footer__contact-details {
  grid-row: 1 / span 2;
}
.footer__walkin-notice {
  grid-column: 2;
  padding: 13px 15px;
  border: 1px solid rgba(247, 0, 118, .2);
  border-radius: 12px;
  align-self: start;
  background: linear-gradient(135deg, #fff3f8, #fff9dd);
}
.footer__walkin-notice strong {
  display: block;
  color: var(--pink);
  font: 900 13px/1.35 Montserrat, sans-serif;
}
.footer__walkin-notice p {
  margin: 4px 0 0;
  color: #61565e;
  font-size: 13px;
  line-height: 1.45;
}
.footer__delivery-notice { grid-column: 1 / -1; }

.footer__phone-note,
.footer__contact-details .footer__address .footer__phone-note,
.footer__delivery-notice p,
.footer__newsletter > p:not(.eyebrow),
.footer__support > p,
.footer__contact-links a,
.footer__links a,
.footer-pending,
.footer-action strong,
.footer__bottom .shell {
  font-size: 13px;
}
.footer__links a,
.footer-pending { line-height: 1.65; }

.how-step__copy strong {
  font-size: 15px;
  line-height: 1.35;
}
.how-step__copy p {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .footer__contact-details { grid-row: auto; }
  .footer__walkin-notice {
    grid-column: 1;
    padding: 13px 14px;
  }
  .footer__delivery-notice { grid-column: 1; }
  .footer__bottom .shell { font-size: 13px; }
}

/* V25: čistá a lépe čitelná loga v dolní části patičky */
.footer__payment-logos {
  grid-template-columns: minmax(112px, 1.25fr) repeat(4, minmax(64px, .85fr));
  gap: 8px 12px;
  align-items: center;
}
.footer__logo,
.footer__logo--comgate,
.footer__delivery-logo {
  min-height: 42px;
  padding: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.footer__logo:not(.footer__logo--comgate) img {
  max-width: 78px;
  max-height: 31px;
}
.footer__logo--comgate img {
  max-width: 112px;
  max-height: 31px;
}
.footer__delivery-logo img {
  width: 126px;
  max-height: 34px;
}

@media (max-width: 760px) {
  .footer__payment-logos {
    grid-template-columns: repeat(2, minmax(92px, 1fr));
    gap: 8px 14px;
  }
  .footer__logo--comgate { grid-column: 1 / -1; }
}

/* V26: společná spodní hranice čitelnosti pro texty, které mají pozdější
   kompaktní přepisy s vyšší specificitou než obecná veřejná pravidla. */
.shop-banner__bubble,
.footer__phone,
.footer__contact-card .footer__hours > small { font-size: 14px; }

@media (max-width: 760px) {
  .brand__copy strong { font-size: 14px; }
}

/* V27: společný veřejný práh čitelnosti. Drobnější hodnoty patří jen do
   dekorativních ilustrací a log, nikoli do provozního nebo navigačního textu. */
.announcement,
.brand__copy small,
.main-nav__inner,
.eyebrow,
.button,
.hero__microtrust,
.hero-sticker small,
.hero-sticker--bottom,
.date-card__optional,
.date-card > p,
.date-form label > span:first-child,
.date-input input,
.date-card__skip,
.date-character__copy span,
.benefit p,
.text-link,
.category__copy small,
.category__copy b,
.product-card__badge,
.availability,
.product-card__meta,
.product-card__footer span,
.product-card__footer a,
.occasion small,
.occasion b,
.how__steps p,
.shop-banner__tag,
.instagram__handle small,
.instagram__handle strong,
.instagram-grid span,
.instagram__note,
.footer__party-strip span,
.footer__address p,
.footer__contact-details .footer__address .footer__phone-note,
.footer__contact-details .footer__address .footer__phone-note a,
.footer h3,
.footer__hours small,
.footer__hours dt,
.footer__hours dd,
.footer__newsletter > p:not(.eyebrow),
.footer__support > .footer__kicker,
.footer__support > p,
.footer-action strong,
.footer__contact-links a,
.footer__links a,
.footer-pending,
.footer__bottom .shell,
.footer__walkin-notice strong,
.footer__walkin-notice p,
.footer__delivery-notice p,
.how-step__copy p {
  font-size: 14px;
}

.product-card__footer a,
.text-link,
.date-card__skip { min-height: 24px; }

@media (max-width: 760px) {
  .brand__copy small,
  .main-nav__inner,
  .footer__party-strip span,
  .footer__hours--grouped dt,
  .footer__hours--grouped dd,
  .footer__bottom .shell { font-size: 14px; }

  .header-main { padding-top: 8px; }
  .site-header .brand__copy strong,
  .site-header .brand__copy small {
    max-width: none;
    white-space: nowrap;
  }
  .site-header .brand__copy small {
    margin-top: 3px;
    letter-spacing: .02em;
  }
}

@media (max-width: 420px) {
  .site-header .brand__copy small { display: none; }
}

@media (max-width: 1320px) and (min-width: 761px) {
  .footer__payment-logos {
    grid-template-columns: repeat(2, minmax(92px, 1fr));
  }
  .footer__logo--comgate { grid-column: 1 / -1; }
}

/* V28: adresa značky je provozní údaj, který musí zůstat na jednom řádku. */
.site-header .header-main .brand__copy small {
  max-width: none;
  font-size: 11px;
  letter-spacing: .035em;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .quick-rental { padding-bottom: 18px; }
  .rental-panel { min-height: 0; }
  .rental-panel .date-card { border-radius: 24px; }
  .rental-panel .date-character { display: none; }

  .benefits__grid {
    scroll-padding-inline: 14px;
  }
  .benefit {
    flex-basis: calc(100vw - 28px);
  }

  .site-header .header-main .brand__copy small { font-size: 14px; }
}

/* V29: mobilní informační proužek nesmí naznačovat další sdělení jeho
   oříznutím. Na telefonu zobrazujeme jeden úplný, nejdůležitější údaj. */
@media (max-width: 760px) {
  .announcement__inner {
    justify-content: center;
    text-align: center;
    padding-inline: 10px;
    overflow: visible;
    white-space: normal;
  }
  .announcement__inner > span { display: none; }
  .announcement__inner > .announcement__mobile {
    display: inline;
    font-size: 14px;
    line-height: 1.35;
  }
}

/* V30: všechny tři postavy úvodního banneru zůstávají na telefonu uvnitř
   viewportu. Pozice jsou odvozené od okrajů, nikoli od desktopových right
   offsetů, které levou postavu na úzkém displeji ořezávaly. */
@media (max-width: 760px) {
  .hero__visual--count-3 .hero-person--left {
    left: 0;
    right: auto;
    height: 280px;
    bottom: -10px;
  }
  .hero__visual--count-3 .hero-person--middle {
    left: 50%;
    right: auto;
    height: 250px;
    bottom: -10px;
    transform: translateX(-50%);
  }
  .hero__visual--count-3 .hero-person--right {
    left: auto;
    right: 0;
    height: 300px;
    bottom: -14px;
  }
}

@media (max-width: 420px) {
  .hero__visual--count-3 .hero-person--left { height: 260px; }
  .hero__visual--count-3 .hero-person--middle { height: 232px; }
  .hero__visual--count-3 .hero-person--right { height: 278px; }
}

/* Approved pre-footer: scoped overrides also win over runtime readability
   helpers. Intrinsic columns shrink without clipping text or form controls. */
body .footer__top--approved { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 14px; align-items: stretch; }
body .footer__top--approved > * { min-width: 0; }
body .footer__top--approved .footer__identity,
body .footer__top--approved .footer__newsletter,
body .footer__top--approved .footer__contact-details { overflow: clip; }
body .footer__top--approved .footer__identity { padding: 17px; }
body .footer__top--approved .footer__contact-card { min-width: 0; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 14px 18px; padding: 15px; }
body .footer__top--approved .footer__contact-details { min-width: 0; grid-row: auto; padding: 15px; align-self: stretch; }
body .footer__top--approved .footer__address { min-width: 0; }
body .footer__top--approved .footer__address > strong { display: block; font: 900 14px/1.4 Montserrat, sans-serif; }
body .footer__top--approved .footer__address address { margin-top: 5px; font: normal 12.5px/1.5 Manrope, sans-serif; }
body .footer__top--approved .footer__phone { min-height: 44px; max-width: 100%; padding: 8px 11px; font-size: 12.5px !important; white-space: nowrap; }
body .footer__top--approved .footer__phone-note,
body .footer__top--approved .footer__phone-note a { font-size: 12px !important; line-height: 1.45; font-weight: 500; }
body .footer__top--approved .footer__phone-note a { font-weight: 700; }
body .footer__top--approved .footer__hours { min-width: 0; padding-left: 18px; }
body .footer__top--approved .footer__hours > small { font-size: 11px !important; margin-bottom: 6px; }
body .footer__top--approved .footer__hours dl { gap: 4px; }
body .footer__top--approved .footer__hours dl > div { min-width: 0; min-height: 20px; grid-template-columns: minmax(60px, .7fr) minmax(0, 1fr); gap: 8px; }
body .footer__top--approved .footer__hours dt,
body .footer__top--approved .footer__hours dd,
body .footer__top--approved .footer__hours .opening-hours-line { font-size: 12.5px !important; line-height: 1.4; }
body .footer__top--approved .footer__hours dt { white-space: normal; }
body .footer__top--approved .footer__hours dd { margin: 0; text-align: left; }
body .footer__top--approved .footer__hours .footer__hours-break { display: block; margin: 1px 0 5px; }
body .footer__top--approved .footer__hours .footer__hours-break dd { font-weight: 500; }
body .footer__top--approved .footer__delivery-notice { padding: 10px 14px; grid-column: 1 / -1; grid-template-columns: 57px minmax(0, 1fr); gap: 12px; }
body .footer__top--approved .footer__delivery-notice p,
body .footer__top--approved .footer__delivery-notice strong { font-size: 12.5px !important; line-height: 1.45; }
body .footer__top--approved .footer__delivery-notice img { width: 57px; height: 20px; object-fit: contain; }
body .footer__top--approved .footer__newsletter { height: auto; min-height: 0; padding: 26px; justify-content: center; }
body .footer__top--approved .footer__newsletter .eyebrow { font-size: 11px !important; letter-spacing: .13em; }
body .footer__top--approved .footer__newsletter h2 { font-size: clamp(25px, 2.15vw, 34px); line-height: 1.07; overflow-wrap: normal; }
body .footer__top--approved .footer__newsletter > p:not(.eyebrow) { font-size: 12.5px !important; line-height: 1.5; }
body .footer__top--approved .footer-subscribe-form { min-width: 0; width: 100%; }
body .footer__top--approved .footer-subscribe { display: flex; flex-direction: row; width: 100%; max-width: none; border-radius: 12px; overflow: visible; box-shadow: none; background: #fff; }
body .footer__top--approved .footer-subscribe input { min-width: 0; width: 0; min-height: 46px; height: auto; padding: 10px 14px; border: 0; border-radius: 12px 0 0 12px; background: #fff; font: 400 16px/1.4 Manrope, sans-serif; }
body .footer__top--approved .footer-subscribe button { flex: 0 0 auto; min-width: 126px; min-height: 46px; padding: 10px 16px; border: 0; border-radius: 0 12px 12px 0; background: var(--ink); color: #fff; font: 800 11px/1.4 Montserrat, sans-serif; }
body .footer__top--approved .footer-subscribe button:disabled { opacity: .65; cursor: wait; }
body .footer__top--approved .footer-subscribe :focus-visible { outline: 3px solid #006c86; outline-offset: 3px; }
body .footer__top--approved .footer-subscribe-notice { margin: 9px 0 0; font-size: 12px !important; line-height: 1.45; color: #332b3d; }
body .footer__top--approved .footer-subscribe-notice a { color: inherit; text-decoration: underline; font-size: inherit !important; }
body .footer__top--approved .footer-subscribe-status { margin: 10px 0 0; padding: 10px; border-radius: 10px; background: #fff; color: #154c40; font-size: 14px; line-height: 1.4; }
body .footer__top--approved .footer-subscribe-status[data-state="error"] { color: #8b1738; }
@media (max-width: 1100px) {
  body .footer__top--approved { grid-template-columns: minmax(0, 1fr); }
  body .footer__top--approved .footer__newsletter { padding: 24px; }
}
@media (max-width: 600px) {
  body .footer__top--approved .footer__identity { padding: 10px; }
  body .footer__top--approved .footer__contact-card { grid-template-columns: minmax(0, 1fr); padding: 10px; }
  body .footer__top--approved .footer__contact-details { grid-template-columns: 40px minmax(0, 1fr); gap: 10px; padding: 12px; }
  body .footer__top--approved .footer__contact-logo { width: 40px; height: 40px; flex-basis: 40px; }
  body .footer__top--approved .footer__phone-note { margin-left: -50px; }
  body .footer__top--approved .footer__hours { grid-column: 1; border-left: 0; border-top: 1px solid var(--line); padding: 12px 2px 0; }
  body .footer__top--approved .footer__hours dl > div { grid-template-columns: minmax(75px, .7fr) minmax(0, 1fr); }
  body .footer__top--approved .footer__delivery-notice { grid-template-columns: 45px minmax(0, 1fr); gap: 10px; padding: 10px; }
  body .footer__top--approved .footer__delivery-notice img { width: 45px; }
  body .footer__top--approved .footer__newsletter { padding: 22px 18px; }
  body .footer__top--approved .footer-subscribe button { min-width: 108px; padding-inline: 10px; }
}
@media (max-width: 359px) {
  body .site-header .header-main { grid-template-columns: minmax(0, 1fr) auto; }
  body .site-header .brand, body .site-header .brand__copy { min-width: 0; }
  body .site-header .brand__copy strong { white-space: normal; overflow-wrap: anywhere; }
  body .site-header .search { min-width: 0; width: 100%; }
  body .footer__top--approved .footer__phone { font-size: 11px !important; padding-inline: 7px; }
  body .footer__top--approved .footer-subscribe { flex-direction: column; gap: 0; }
  body .footer__top--approved .footer-subscribe input { width: 100%; border-radius: 12px 12px 0 0; }
  body .footer__top--approved .footer-subscribe button { border-radius: 0 0 12px 12px; }
}
