:root {
  --ink: #083f75;
  --forest: #0751a8;
  --forest-light: #16b8d2;
  --cream: #fff8dc;
  --paper: #fffdf7;
  --gold: #ffdc55;
  --pink: #f600a8;
  --coral: #ff5353;
  --lime: #aef85e;
  --line: #d9e3ea;
  --muted: #617386;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
[hidden] { display: none !important; }
body:not(.page-router-ready) main > [data-page]:not([data-page="forside"]) { display: none; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow { margin: 0 0 16px; color: #ffd170; font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--pink); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4vw, 3.3rem); line-height: 1.08; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(8,63,117,.08);
  box-shadow: 0 5px 22px rgba(8,63,117,.07);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1380px, calc(100% - 54px));
  min-height: 96px;
  margin: auto;
}
.brand { display: flex; align-items: center; gap: 11px; font-size: .95rem; letter-spacing: .02em; }
.brand-logo {
  display: block;
  width: 225px;
  height: 82px;
  object-fit: contain;
  filter: none;
}
.brand strong { display: block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark {
  display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%; color: #ffd170; font-family: "Playfair Display", serif; font-size: 1.3rem;
}
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 35px); font-size: .87rem; font-weight: 700; }
.main-nav > a:not(.nav-cart) { opacity: .9; }
.main-nav > a:hover { color: var(--pink); opacity: 1; }
.main-nav > a.active:not(.nav-cart) { color: var(--pink); opacity: 1; }
.nav-mega { position: static; }
.nav-mega-trigger {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 36px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.nav-mega-trigger > span { font-size: 1.05rem; transition: transform .2s ease; }
.nav-mega.open .nav-mega-trigger,
.nav-mega.active .nav-mega-trigger,
.nav-mega-trigger:hover { color: var(--pink); }
.nav-mega.open .nav-mega-trigger > span { transform: rotate(180deg); }
.mega-menu {
  visibility: hidden;
  position: absolute;
  z-index: 30;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  padding: 14px 24px 30px;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-mega.open .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mega-menu-inner {
  display: grid;
  grid-template-columns: .9fr .9fr 1fr 1.35fr;
  gap: clamp(28px, 4vw, 68px);
  width: min(1310px, 100%);
  margin: auto;
  padding: 36px 42px;
  border: 1px solid rgba(8,63,117,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(8,63,117,.18);
}
.mega-column { display: grid; align-content: start; gap: 13px; }
.mega-column p {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: .79rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mega-column a { color: #3f5870; font-size: .86rem; font-weight: 600; }
.mega-column a:hover { color: var(--pink); transform: translateX(3px); }
.mega-all-link { margin-top: 7px; color: var(--forest) !important; font-weight: 900 !important; }
.mega-help-card {
  position: relative;
  display: block;
  min-height: 230px;
  overflow: hidden;
  border-radius: 13px;
  color: white;
  background: var(--forest);
}
.mega-help-card img { width: 100%; height: 100%; object-fit: cover; }
.mega-help-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,38,82,.94), rgba(4,38,82,.42)); }
.mega-help-content { position: absolute; inset: 0; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; padding: 25px; }
.mega-help-content small { margin-bottom: 9px; color: var(--gold); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mega-help-content strong { max-width: 290px; margin-bottom: 17px; font-size: 1.2rem; line-height: 1.25; }
.mega-help-content b { color: var(--gold); font-size: .82rem; }
.nav-phone { display: grid; gap: 2px; min-width: 108px; text-align: right; }
.nav-phone small { color: var(--muted); font-size: .66rem; font-weight: 500; }
.nav-phone strong { color: var(--ink); font-size: .92rem; }
.nav-cart {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
}
.nav-cart:hover { color: var(--ink) !important; background: #ffc92e; }
.nav-cart svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.nav-cart > span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  place-items: center;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  background: var(--pink);
  font-size: .65rem;
  font-weight: 900;
}
.catalog-card.menu-highlight {
  animation: menuProductHighlight 1.35s ease;
}
@keyframes menuProductHighlight {
  0%, 100% { box-shadow: 0 12px 32px rgba(7,63,117,.1); }
  35% { box-shadow: 0 0 0 5px rgba(246,0,168,.24), 0 22px 50px rgba(7,63,117,.22); transform: translateY(-5px); }
}
.menu-button { display: none; padding: 7px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: white;
  background: #0753b2 url("hero-family-party.webp") center/cover;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(4,55,121,.96) 0%, rgba(5,91,163,.78) 38%, rgba(8,45,94,.12) 73%);
}
.hero-slideshow { position: absolute; inset: 0; z-index: 0; }
.hero-slideshow span {
  position: absolute; inset: -4%; background-position: center; background-size: cover;
  opacity: 0; transform: scale(1); animation: heroKenBurns 28s infinite;
}
.hero-slideshow span:nth-child(1) { opacity: 1; animation-delay: 0s; }
.hero-slideshow span:nth-child(2) { animation-delay: 7s; }
.hero-slideshow span:nth-child(3) { animation-delay: 14s; }
.hero-slideshow span:nth-child(4) { animation-delay: 21s; }
.hero-content { position: relative; z-index: 2; width: min(610px, 90%); margin-left: max(7vw, calc((100vw - 1180px) / 2)); padding: 125px 0 75px; }
@keyframes heroKenBurns {
  0% { opacity: 0; transform: scale(1); }
  7% { opacity: 1; }
  34% { opacity: 1; }
  45% { opacity: 0; transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
  100% { opacity: 0; transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slideshow span { animation: none; }
  .hero-slideshow span:first-child { opacity: 1; }
}
h1 { margin-bottom: 25px; font-size: clamp(3rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.035em; }
h1 em { color: #ffcd68; font-weight: 600; }
.hero-text { max-width: 510px; color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 34px 0 58px; }
.button { display: inline-flex; justify-content: center; border: 0; border-radius: 3px; padding: 15px 23px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #17393d; }
.button-primary:hover { background: #ffc665; }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .9rem; font-weight: 600; }
.text-link span { margin-left: 10px; color: #f1cc84; }
.trust-row { display: flex; gap: 28px; color: rgba(255,255,255,.74); font-size: .75rem; }

.home-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 44px));
  margin: -38px auto 0;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  box-shadow: 0 18px 50px rgba(7,63,117,.15);
}
.home-benefits article { display: flex; align-items: center; gap: 17px; padding: 25px 28px; }
.home-benefits article + article { border-left: 1px solid var(--line); }
.home-benefits article > span {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--forest-light);
  font-weight: 900;
}
.home-benefits article:nth-child(2) > span { background: var(--pink); }
.home-benefits article:nth-child(3) > span { color: var(--ink); background: var(--gold); }
.home-benefits strong { display: block; margin-bottom: 4px; color: var(--ink); }
.home-benefits p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }

.home-categories { padding-top: 95px; }
.home-category-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-template-rows: repeat(2, 270px);
  gap: 18px;
}
.home-category-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  color: white;
  background: #0751a8;
  box-shadow: 0 16px 38px rgba(7,63,117,.12);
}
.home-category-card.large { grid-row: 1 / 3; }
.home-category-card:nth-child(2) { grid-column: 2 / 4; background: #087eaa; }
.home-category-card:nth-child(3) { background: #7352bd; }
.home-category-card:nth-child(4) { background: #d94871; }
.home-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(4,33,76,.88) 100%);
}
.home-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-category-card:hover img { transform: scale(1.045); }
.home-category-card > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 26px; }
.home-category-card span { color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-category-card h3 { margin: 7px 0 5px; font: 700 clamp(1.55rem, 3vw, 2.35rem) "Playfair Display", serif; }
.home-category-card p { max-width: 390px; margin-bottom: 12px; color: rgba(255,255,255,.78); font-size: .82rem; }
.home-category-card b { color: white; font-size: .8rem; }
.home-featured { padding-top: 90px; }
.process-action { margin-top: 38px; text-align: center; }
.home-faq { background: #fffdf7; }
.faq-list { display: grid; max-width: 920px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 23px 50px 23px 0;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 5px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--forest-light);
  font-size: 1.25rem;
}
.faq-list details[open] summary::after { content: "−"; background: var(--pink); }
.faq-list details p { max-width: 760px; padding: 0 50px 22px 0; color: var(--muted); line-height: 1.7; }
.home-help {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 8vw, 110px);
  padding: 80px max(6vw, calc((100vw - 1180px) / 2));
  color: white;
  background: linear-gradient(135deg, #0751a8, #087eaa);
}
.home-help h2 { max-width: 520px; margin-bottom: 14px; }
.home-help > div > p:last-child { max-width: 530px; margin-bottom: 0; color: rgba(255,255,255,.76); line-height: 1.65; }
.home-help-actions { display: grid; gap: 11px; }
.home-help-actions a, .home-help-actions span {
  display: grid;
  gap: 4px;
  padding: 17px 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(255,255,255,.08);
}
.home-help-actions a:hover { background: rgba(255,255,255,.15); }
.home-help-actions small { color: var(--gold); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-help-actions strong { font-size: .92rem; overflow-wrap: anywhere; }

.page-router-ready main > [data-page]:not([hidden]) { animation: pageIn .28s ease both; }
@keyframes pageIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

body.subpage .site-header {
  position: sticky;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
}
body.subpage .main-nav > a.active:not(.nav-cart) { color: var(--pink); }
body.subpage .menu-button span:not(.sr-only) { background: var(--ink); }
.page-contact { min-height: calc(100vh - 175px); align-content: center; }
.trust-row span::first-letter { color: #e7bd6d; }

.section { padding: 105px max(6vw, calc((100vw - 1180px) / 2)); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading > p { max-width: 480px; color: var(--muted); line-height: 1.7; }
.section-heading.centered { display: block; text-align: center; }
.products { padding-top: 48px; background: #fffdf7; }
.shop-breadcrumb { display: flex; gap: 9px; margin-bottom: 22px; color: var(--muted); font-size: .76rem; }
.shop-breadcrumb a:hover { color: var(--pink); }
.shop-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  align-items: center;
  min-height: 300px;
  margin-bottom: 28px;
  padding: 45px clamp(28px, 5vw, 65px);
  overflow: hidden;
  border-radius: 24px;
  color: white;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,220,85,.95) 0 8%, transparent 8.4%),
    radial-gradient(circle at 82% 24%, rgba(246,0,168,.75) 0 3%, transparent 3.4%),
    linear-gradient(130deg, #0751a8 0%, #087eaa 58%, #16b8d2 100%);
}
.shop-hero::after {
  content: "";
  position: absolute;
  right: 32%;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(174,248,94,.35);
  border-radius: 50%;
}
.shop-hero > div { position: relative; z-index: 1; max-width: 620px; }
.shop-hero h1 { margin-bottom: 16px; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.shop-hero p:last-child { max-width: 580px; margin-bottom: 0; color: rgba(255,255,255,.84); line-height: 1.65; }
.shop-hero img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 9px 14px rgba(4,45,94,.25));
}
.shop-toolbar {
  position: sticky;
  z-index: 4;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,253,247,.94);
  box-shadow: 0 10px 30px rgba(7,63,117,.08);
  backdrop-filter: blur(10px);
}
.category-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.category-filter {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 50px;
  color: var(--ink);
  background: white;
  font-weight: 800;
  font-size: .78rem;
  cursor: pointer;
}
.category-filter.active { border-color: var(--forest-light); color: white; background: var(--forest-light); }
.shop-booking-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
  cursor: pointer;
}
.shop-booking-button span { padding: 4px 8px; border-radius: 50px; color: white; background: var(--pink); font-size: .68rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.catalog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 32px rgba(7,63,117,.08); transition: transform .25s, border-color .25s, box-shadow .25s; }
.catalog-card:hover { transform: translateY(-4px); }
.catalog-card.selected { border-color: var(--pink); box-shadow: 0 0 0 2px rgba(246,0,168,.14); }
.catalog-card img { display: block; width: 100%; height: 280px; object-fit: cover; }
.category-image { position: relative; }
.category-image img { filter: saturate(1.05); }
.category-count { position: absolute; right: 18px; bottom: 18px; padding: 8px 13px; border-radius: 50px; color: white; background: rgba(7,83,178,.92); font-size: .72rem; font-weight: 700; }
.category-card .select-product { padding-inline: 17px; }
.bouncy-catalog { background: #f3fbfd; }
.back-button { margin-bottom: 35px; padding: 10px 0; border: 0; border-bottom: 1px solid #bf7d31; color: #945c1f; background: transparent; font-weight: 700; cursor: pointer; }
[hidden] { display: none !important; }
.catalog-body { padding: 25px; }
.catalog-body h3 { margin: 12px 0 8px; font-family: "Playfair Display", serif; font-size: 1.45rem; }
.catalog-body > p { min-height: 45px; color: var(--muted); line-height: 1.55; }
.product-specs {
  display: grid; gap: 7px; margin: 15px 0 0; padding: 0; list-style: none;
  color: #466260; font-size: .78rem; line-height: 1.35;
}
.product-specs li { position: relative; padding-left: 18px; }
.product-specs li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); font-weight: 900; }
.tag { display: inline-block; padding: 5px 9px; border-radius: 50px; color: #9d402f; background: #fff0eb; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tag.blue { color: #176477; background: #e3f6fa; }
.tag.green { color: #39703e; background: #eaf7e7; }
.tag.yellow { color: #856514; background: #fff6cd; }
.tag.pink { color: #9d476a; background: #ffedf4; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 20px; }
.select-product { border: 0; border-radius: 4px; padding: 11px 22px; color: white; background: var(--forest-light); font-weight: 700; cursor: pointer; }
.gallery-button {
  width: 100%; margin-top: 13px; padding: 11px 16px; border: 1px solid #d6cabb; border-radius: 4px;
  color: var(--forest); background: #fffaf2; font-weight: 800; cursor: pointer;
}
.gallery-button:hover { border-color: var(--forest-light); background: #eef9f8; }
.price-disclaimer { margin: 24px 0 0; color: var(--muted); font-size: .75rem; }
.shop-service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding: 19px 24px;
  border-radius: 14px;
  color: var(--ink);
  background: var(--cream);
  font-size: .8rem;
  font-weight: 700;
}
.shop-service-strip b { margin-right: 7px; color: var(--pink); }
.real-gallery { background: linear-gradient(180deg, #fffdf7 0%, #eefafd 100%); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.gallery-grid figure {
  position: relative; min-height: 265px; margin: 0; overflow: hidden; border-radius: 16px;
  background: #f0ebe2; box-shadow: 0 16px 38px rgba(16,43,43,.1);
}
.gallery-grid img { width: 100%; height: 100%; min-height: 265px; display: block; object-fit: cover; transition: transform .45s ease; }
.gallery-grid figure:hover img { transform: scale(1.045); }
.gallery-grid figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px 14px; border-radius: 10px;
  color: white; background: rgba(7,57,67,.86); font-size: .78rem; font-weight: 700; line-height: 1.35;
  backdrop-filter: blur(6px);
}
.gallery-feature { grid-row: span 2; }
.gallery-feature img { min-height: 548px; }
.product-card {
  min-height: 225px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 30px; border: 1px solid #e6e0d6; background: #faf8f3; transition: transform .25s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(16,43,43,.09); }
.product-icon { color: #ef6a54; font-family: serif; font-size: 2.35rem; }
.product-bouncy { background: #fff3e5; }
.product-slush { background: #eaf8fb; }
.product-popcorn { background: #fff8d9; }
.product-candy { background: #fff0f5; }
.product-package { background: #eff8eb; }
.product-card h3 { margin-bottom: 9px; font-family: "Playfair Display", serif; font-size: 1.35rem; }
.product-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.product-card > a:not(.button) { align-self: flex-end; color: #9b6a24; font-size: 1.4rem; }
.product-more { justify-content: center; color: white; background: var(--forest); border-color: var(--forest); }
.product-more p { color: #dec58d; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-more h3 { margin: 10px 0 25px; font-size: 1.7rem; }
.button-light { align-self: flex-start; padding: 12px 20px; background: var(--cream); color: var(--forest); font-size: .85rem; }

.process { background: linear-gradient(135deg, #fff8dc, #f3fbfd); }
.practical-info { background: #fffdf9; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-grid article {
  min-height: 230px; padding: 28px; border: 1px solid #e6ded2; border-radius: 14px;
  background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%); box-shadow: 0 14px 32px rgba(16,43,43,.06);
}
.info-grid span {
  display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 22px;
  border-radius: 50%; color: #fff; background: var(--forest-light); font-weight: 900; font-size: .78rem;
}
.info-grid article:nth-child(3n + 2) span { background: var(--pink); }
.info-grid article:nth-child(3n + 3) span { color: var(--ink); background: var(--gold); }
.info-grid h3 { margin-bottom: 10px; font-family: "Playfair Display", serif; font-size: 1.35rem; }
.info-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.62; font-size: .9rem; }
.terms-section { background: linear-gradient(180deg, #fff8dc, #fffdf7); }
.terms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.terms-grid article {
  padding: 28px; border-radius: 14px; color: white; background: var(--forest);
  box-shadow: 0 16px 36px rgba(16,43,43,.12);
}
.terms-grid article:nth-child(4n + 2) { background: #087eaa; }
.terms-grid article:nth-child(4n + 3) { background: #7352bd; }
.terms-grid article:nth-child(4n + 4) { background: #d94871; }
.terms-grid h3 { margin-bottom: 10px; color: #ffd170; font-family: "Playfair Display", serif; font-size: 1.25rem; }
.terms-grid p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.62; font-size: .88rem; }
.terms-version { margin: 22px 0 0; color: var(--muted); font-size: .75rem; text-align: right; }
.privacy-section { background: #fffdf7; }
.privacy-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.privacy-content article { padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.privacy-content h3 { margin-bottom: 9px; font-family: "Playfair Display", serif; }
.privacy-content p { margin: 0; color: var(--muted); line-height: 1.65; }
.booking-section { background: #f2fafc; }
.booking-intro { max-width: 720px; margin-bottom: 45px; }
.booking-intro > p:last-child { color: var(--muted); line-height: 1.7; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 35px; }
.booking-choices { display: grid; gap: 18px; }
fieldset { margin: 0; padding: 27px; border: 1px solid #e0d8ca; border-radius: 8px; background: white; }
legend { padding: 0 9px; font-family: "Playfair Display", serif; font-size: 1.25rem; font-weight: 700; }
.booking-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-product, .option-row { cursor: pointer; }
.booking-product { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 6px; }
.booking-product:has(input:checked) { border-color: var(--pink); background: #fff3fb; }
.booking-product input, .option-row input { width: 18px; height: 18px; accent-color: var(--pink); }
.booking-product span, .option-row span { display: grid; gap: 3px; }
.booking-product small, .option-row small { color: var(--muted); font-size: .72rem; }
.booking-choices label:not(.option-row):not(.booking-product) { display: grid; gap: 7px; font-size: .75rem; font-weight: 700; }
.booking-choices input:not([type="checkbox"]), .booking-choices select, .booking-choices textarea {
  width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 4px; background: white; outline: none;
}
.booking-choices input:focus, .booking-choices select:focus, .booking-choices textarea:focus { border-color: #e86851; box-shadow: 0 0 0 2px rgba(232,104,81,.1); }
.terms-acceptance {
  display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 12px !important;
  padding: 15px; border: 1px solid #e1d7c8; border-radius: 8px; color: #435b59; background: #fffaf2;
  font-size: .82rem !important; line-height: 1.55;
}
.terms-acceptance input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--pink); }
.terms-acceptance a { color: var(--forest-light); font-weight: 800; text-decoration: underline; }
.field-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; }
.availability-note { margin: 8px 0 0; color: #287367; font-size: .75rem; font-weight: 700; }
.booking-product.unavailable { opacity: .5; cursor: not-allowed; background: #f3f0eb; }
.option-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 14px 0; }
.option-row + .option-row { border-top: 1px solid #eee7dc; }
.option-row b { font-size: .8rem; }

.transport-options { display: grid; gap: 0; margin-bottom: 18px; }
.distance-fields { padding: 16px; border: 1px solid rgba(21,55,57,.16); border-radius: 8px; background: #fff8ec; }
.distance-fields[hidden] { display: none; }
.distance-input { display: flex; align-items: center; gap: 10px; margin-top: 7px; }
.distance-input input { max-width: 180px; }
.booking-summary { position: sticky; top: 20px; padding: 28px; border-radius: 14px; color: white; background: linear-gradient(155deg, #0751a8, #087eaa); box-shadow: 0 18px 45px rgba(7,81,168,.22); }
.summary-label { color: #ffd170; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.summary-items { min-height: 55px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.18); }
.empty-cart { color: rgba(255,255,255,.6); font-size: .85rem; }
.summary-line { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; font-size: .82rem; }
.summary-line strong { white-space: nowrap; }
.summary-total { display: flex; justify-content: space-between; align-items: end; margin-top: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.summary-total strong { color: #ffd170; font-family: "Playfair Display", serif; font-size: 1.75rem; }
.payment-note { display: grid; gap: 4px; margin-top: 18px; padding: 14px; border-radius: 8px; color: var(--ink); background: var(--gold); }
.payment-note strong { font-size: .84rem; }
.payment-note span { font-size: .72rem; line-height: 1.45; }
.summary-note { margin: 18px 0; color: rgba(255,255,255,.66); font-size: .7rem; line-height: 1.5; }
.summary-button { width: 100%; }
.booking-error { margin: 12px 0 0; color: #ffd0c7; font-size: .75rem; text-align: center; }
.booking-dialog { width:min(520px,calc(100% - 30px)); padding:42px; border:0; border-radius:12px; color:var(--ink); background:var(--paper); box-shadow:0 30px 80px rgba(7,35,33,.3); }
.booking-dialog::backdrop { background:rgba(5,35,39,.72); }
.booking-dialog h2 { font-size:2rem; }
.booking-dialog p { color:var(--muted); line-height:1.65; }
.booking-dialog strong { color:var(--forest); }
.dialog-close { position:absolute; top:13px; right:15px; border:0; color:var(--ink); background:transparent; font-size:1.7rem; cursor:pointer; }
.product-gallery-dialog {
  width: min(1040px, calc(100vw - 32px)); max-width: calc(100vw - 32px);
  max-height: calc(100dvh - 32px); padding: 0; overflow: hidden;
  border: 0; border-radius: 18px; color: var(--ink); background: var(--paper);
  box-shadow: 0 35px 95px rgba(7,35,33,.34);
}
.product-gallery-dialog::backdrop { background: rgba(5,35,39,.76); }
.product-gallery-layout {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr);
  width: 100%; max-width: 100%; min-width: 0;
  height: min(700px, calc(100dvh - 32px)); overflow: hidden;
}
.product-gallery-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #0b3438; }
.product-gallery-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-gallery-copy {
  display: flex; min-width: 0; overflow-x: hidden; overflow-y: auto;
  flex-direction: column; justify-content: center; padding: 48px 42px;
}
.product-gallery-copy h2 {
  max-width: 100%; margin-bottom: 12px;
  overflow-wrap: anywhere; font-size: clamp(2rem, 3.4vw, 3.2rem);
}
.product-gallery-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.gallery-spec-list { display: grid; gap: 8px; margin: 8px 0 18px; padding: 0; list-style: none; }
.gallery-spec-list li { padding: 9px 11px; border-radius: 8px; color: #315755; background: #eff8f6; font-size: .82rem; font-weight: 700; }
.gallery-price { color: var(--forest) !important; font-weight: 900; }
.gallery-nav {
  position: absolute; top: 50%; display: grid; place-items: center; width: 44px; height: 44px;
  border: 0; border-radius: 50%; color: white; background: rgba(7,57,67,.82); font-size: 2rem; cursor: pointer;
}
.gallery-prev { left: 18px; }
.gallery-next { right: 18px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 20px 0 28px; }
.gallery-thumb { padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: transparent; cursor: pointer; }
.gallery-thumb.active { border-color: #ef6a54; }
.gallery-thumb img { width: 100%; height: 72px; display: block; object-fit: cover; }
.product-gallery-dialog .dialog-close { z-index: 5; }
.availability-button {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 16px;
  border: 1px solid var(--forest-light);
  border-radius: 6px;
  color: var(--forest);
  background: #eefafd;
  font-weight: 800;
  cursor: pointer;
}
.availability-button:hover { color: white; background: var(--forest-light); }

.quick-cart-toggle {
  position: fixed;
  z-index: 17;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 11px 17px 11px 10px;
  border: 0;
  border-radius: 50px;
  color: white;
  background: var(--forest);
  box-shadow: 0 14px 38px rgba(7,63,117,.3);
  cursor: pointer;
}
.quick-cart-toggle:hover { transform: translateY(-2px); background: #06458f; }
.quick-cart-toggle > span:last-child { display: grid; gap: 1px; text-align: left; }
.quick-cart-toggle small { color: rgba(255,255,255,.72); font-size: .65rem; }
.quick-cart-toggle strong { font-size: .9rem; }
.quick-cart-icon {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
}
.quick-cart-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.quick-cart-icon b {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 21px;
  height: 21px;
  padding: 0 4px;
  place-items: center;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  background: var(--pink);
  font-size: .62rem;
}
.quick-cart-backdrop { position: fixed; z-index: 38; inset: 0; background: rgba(4,33,76,.48); backdrop-filter: blur(3px); }
.quick-cart {
  visibility: hidden;
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(430px, 100vw);
  height: 100dvh;
  color: var(--ink);
  background: var(--paper);
  box-shadow: -20px 0 60px rgba(7,63,117,.24);
  opacity: 0;
  transform: translateX(100%);
  transition: transform .25s ease, opacity .25s ease, visibility .25s;
}
.quick-cart.open { visibility: visible; opacity: 1; transform: translateX(0); }
.quick-cart-header { display: flex; align-items: center; justify-content: space-between; padding: 25px 26px; border-bottom: 1px solid var(--line); }
.quick-cart-header p { margin: 0 0 3px; color: var(--pink); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.quick-cart-header h2 { margin: 0; font-size: 1.75rem; }
.quick-cart-header button { border: 0; color: var(--ink); background: transparent; font-size: 2rem; cursor: pointer; }
.quick-cart-body { overflow-y: auto; padding: 24px 26px; }
.quick-cart-items { display: grid; gap: 9px; margin-bottom: 22px; }
.quick-cart-items > p { padding: 20px; border-radius: 10px; color: var(--muted); background: #f1f6f8; text-align: center; font-size: .82rem; }
.quick-cart-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.quick-cart-item span { display: grid; gap: 3px; }
.quick-cart-item small { color: var(--muted); }
.quick-cart-remove { align-self: center; border: 0; color: #a64c62; background: transparent; font-size: .72rem; font-weight: 800; cursor: pointer; }
.quick-cart-period { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; margin-bottom: 12px; }
.quick-cart-period label { display: grid; gap: 6px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.quick-cart-period input, .quick-cart-period select { min-width: 0; width: 100%; padding: 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: white; }
.quick-cart-availability { margin: 8px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.quick-cart-availability.ok { color: #287367; font-weight: 800; }
.quick-cart-availability.error { color: #a64c62; font-weight: 800; }
.quick-cart-footer { padding: 20px 26px 25px; border-top: 1px solid var(--line); background: white; }
.quick-cart-footer > div { display: flex; align-items: end; justify-content: space-between; margin-bottom: 15px; }
.quick-cart-footer span { color: var(--muted); font-size: .75rem; }
.quick-cart-footer strong { color: var(--forest); font: 700 1.65rem "Playfair Display", serif; }
.quick-cart-footer .button { width: 100%; }

.availability-calendar-dialog {
  width: min(690px, calc(100vw - 28px));
  max-height: calc(100dvh - 28px);
  padding: 34px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 35px 95px rgba(7,35,33,.34);
}
.availability-calendar-dialog::backdrop { background: rgba(5,35,39,.76); }
.availability-calendar-heading h2 { margin-bottom: 9px; font-size: 2.25rem; }
.availability-calendar-heading > p:last-child { color: var(--muted); line-height: 1.5; }
.availability-calendar-nav { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 12px; margin: 25px 0 16px; }
.availability-calendar-nav strong { text-align: center; text-transform: capitalize; }
.availability-calendar-nav button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; cursor: pointer; }
.availability-weekdays, .availability-calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.availability-weekdays span { padding: 6px 0; color: var(--muted); text-align: center; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.availability-day {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  background: white;
  font-weight: 800;
}
.availability-day:not(:disabled) { cursor: pointer; }
.availability-day.available { border-color: #8bd6bc; background: #eaf9f3; }
.availability-day.available:hover { color: white; background: #2e9b78; transform: translateY(-2px); }
.availability-day.unavailable { color: #a45b68; background: #fff0f3; }
.availability-day.past { color: #a8b0b5; background: #f1f3f4; }
.availability-day.outside { visibility: hidden; }
.availability-day.selected { box-shadow: 0 0 0 3px rgba(246,0,168,.28); }
.availability-calendar-loading { grid-column: 1 / -1; padding: 45px; color: var(--muted); text-align: center; }
.availability-legend { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 20px; color: var(--muted); font-size: .7rem; }
.availability-legend span { display: flex; align-items: center; gap: 7px; }
.availability-legend i { width: 13px; height: 13px; border-radius: 4px; }
.availability-legend i.available { background: #bcebd9; }
.availability-legend i.unavailable { background: #f5c8d0; }
.availability-legend i.past { background: #dfe3e5; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; }
.steps article { position: relative; padding: 15px 48px; text-align: center; }
.steps article + article { border-left: 1px solid #d7cebd; }
.steps span { color: #b38239; font-family: "Playfair Display", serif; font-size: 2.2rem; }
.steps h3 { margin: 15px 0 10px; font-family: "Playfair Display", serif; font-size: 1.35rem; }
.steps p { color: var(--muted); font-size: .9rem; line-height: 1.65; }

.about { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; color: white; background: var(--forest); }
.about-photo { min-height: 500px; background: linear-gradient(0deg, rgba(8,27,27,.1), rgba(8,27,27,.1)), url("hero-rolighed.webp") 72% center/cover; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 85px clamp(45px, 7vw, 110px); }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); line-height: 1.75; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 35px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.stats strong { display: block; color: #efc778; font-family: "Playfair Display", serif; font-size: 1.75rem; }
.stats span { color: rgba(255,255,255,.65); font-size: .7rem; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); color: white; background: var(--forest); }
.contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 75px max(6vw, calc((100vw - 1180px) / 2)); color: white; background: linear-gradient(135deg, #0751a8, #16b8d2); }
.contact-strip h2 { margin: 0; }
.contact-lead { max-width: 540px; margin: 15px 0 0; color: rgba(255,255,255,.76); line-height: 1.65; }
.contact-copy { padding-top: 15px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height: 1.7; }
.contact-details { display: grid; gap: 18px; margin-top: 40px; }
.contact-details a { font-family: "Playfair Display", serif; font-size: 1.25rem; }
.contact-details span { display: block; margin-bottom: 4px; color: #e5bd70; font-family: "DM Sans", sans-serif; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { display: grid; gap: 16px; padding: 36px; color: var(--ink); background: var(--paper); }
.contact-form label { display: grid; gap: 7px; font-size: .74rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 2px; padding: 12px 13px; outline: none; background: white; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #b58135; box-shadow: 0 0 0 2px rgba(181,129,53,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { margin: -4px 0 0; color: #78817e; text-align: center; font-size: .68rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px max(6vw, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.82); background: #073f82; font-size: .72rem; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: 175px; height: 72px; }
.admin-link { border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.75); }
.admin-link:hover { color: white; }

@media (max-width: 850px) {
  .header-inner { width: calc(100% - 36px); min-height: 82px; }
  .brand-logo { width: 175px; height: 68px; }
  .menu-button { display: block; z-index: 2; }
  .main-nav {
    position: fixed; top: 0; right: 0; display: none; width: min(390px, 92vw); height: 100vh;
    overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 95px 25px 35px;
    color: var(--ink); background: white; box-shadow: -20px 0 50px rgba(8,63,117,.18); font-size: 1rem;
  }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 15px 5px; border-bottom: 1px solid var(--line); }
  .nav-mega-trigger { width: 100%; justify-content: space-between; padding: 15px 5px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .mega-menu { position: static; display: none; padding: 0; transform: none; }
  .nav-mega.open .mega-menu { display: block; }
  .nav-mega.active .nav-mega-trigger { color: var(--pink); }
  .mega-menu-inner { display: grid; grid-template-columns: 1fr; gap: 25px; padding: 25px 12px; border: 0; border-radius: 0; box-shadow: none; }
  .mega-column { gap: 10px; }
  .mega-help-card { min-height: 190px; }
  .nav-phone { display: grid; padding: 18px 5px !important; text-align: left; }
  .nav-cart { width: 100%; height: 52px; margin-top: 20px; border-radius: 10px; }
  .nav-cart > span { top: 7px; right: calc(50% - 30px); }
  .hero { min-height: 700px; background-position: 62% center; }
  .hero-content { margin-left: 7vw; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .home-benefits { grid-template-columns: 1fr; width: min(680px, calc(100% - 36px)); margin-top: -24px; }
  .home-benefits article + article { border-top: 1px solid var(--line); border-left: 0; }
  .home-category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 250px 250px; }
  .home-category-card.large { grid-column: 1 / -1; grid-row: auto; }
  .home-category-card:nth-child(2) { grid-column: 1 / -1; }
  .home-help { grid-template-columns: 1fr; }
  .shop-hero { grid-template-columns: 1fr; min-height: 360px; }
  .shop-hero img { position: absolute; right: -20px; bottom: -15px; width: 47%; opacity: .42; }
  .shop-toolbar { align-items: stretch; flex-direction: column; }
  .shop-booking-button { justify-content: center; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-feature { grid-column: 1 / -1; grid-row: auto; }
  .gallery-feature img { min-height: 360px; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .product-gallery-layout { grid-template-columns: 1fr; }
  .product-gallery-layout { height: auto; max-height: calc(100dvh - 32px); overflow-x: hidden; overflow-y: auto; }
  .product-gallery-photo { min-height: 390px; }
  .product-gallery-copy { overflow: visible; padding: 34px 26px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .terms-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-content { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-photo { min-height: 420px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .site-header { position: sticky; }
  .header-inner { width: calc(100% - 28px); min-height: 74px; }
  .brand { font-size: .84rem; }
  .brand-logo { width: 155px; height: 58px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 660px; background-position: 65% center; }
  .hero::after { background: linear-gradient(90deg, rgba(4,55,121,.97) 0%, rgba(5,91,163,.86) 58%, rgba(8,45,94,.30) 100%); }
  .hero-content { width: auto; margin: 0; padding: 118px 22px 42px; }
  h1 { font-size: clamp(2.75rem, 15vw, 3.25rem); }
  h2 { font-size: 2.25rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 38px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; text-align: center; }
  .trust-row { flex-direction: column; gap: 9px; }
  .section { padding: 78px 22px; }
  .home-benefits { width: calc(100% - 28px); }
  .home-benefits article { padding: 20px; }
  .home-categories { padding-top: 70px; }
  .home-category-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 285px); }
  .home-category-card.large, .home-category-card:nth-child(2) { grid-column: auto; grid-row: auto; }
  .home-help { padding: 65px 22px; }
  .products { padding-top: 28px; }
  .shop-hero { min-height: 330px; padding: 34px 24px; border-radius: 18px; }
  .shop-hero h1 { font-size: 2.8rem; }
  .shop-hero img { width: 62%; }
  .shop-toolbar { position: static; }
  .category-filters { display: grid; grid-template-columns: 1fr; }
  .category-filter { width: 100%; }
  .shop-service-strip { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .product-grid, .steps { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid article { min-height: auto; padding: 24px; }
  .terms-grid { grid-template-columns: 1fr; }
  .terms-grid article { padding: 24px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure, .gallery-grid img, .gallery-feature img { min-height: 245px; }
  .catalog-grid, .booking-products { grid-template-columns: 1fr; }
  .catalog-card img { height: 225px; }
  .card-bottom { align-items: stretch; flex-direction: column; }
  .select-product, .gallery-button { width: 100%; }
  .booking-summary { margin-inline: -4px; border-radius: 12px; }
  .product-gallery-photo { min-height: 280px; }
  .product-gallery-dialog { width: calc(100vw - 18px); max-width: calc(100vw - 18px); border-radius: 14px; }
  .product-gallery-copy { padding: 28px 20px; }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .gallery-thumb img { height: 62px; }
  .quick-cart-toggle { right: 12px; bottom: 12px; min-width: 0; padding-right: 13px; }
  .quick-cart-toggle > span:last-child small { display: none; }
  .quick-cart { width: 100vw; }
  .quick-cart-period { grid-template-columns: 1fr; }
  .availability-calendar-dialog { padding: 27px 15px 22px; }
  .availability-calendar-heading { padding-right: 28px; }
  .availability-calendar-heading h2 { font-size: 1.85rem; }
  .availability-weekdays, .availability-calendar-grid { gap: 4px; }
  .availability-day { border-radius: 7px; font-size: .75rem; }
  fieldset { padding: 20px 16px; }
  .option-row { grid-template-columns: auto 1fr; }
  .option-row b { grid-column: 2; }
  .contact-strip { align-items: flex-start; flex-direction: column; padding: 65px 22px; }
  .steps article { padding: 28px 20px; }
  .steps article + article { border-top: 1px solid #d7cebd; border-left: 0; }
  .about-copy { padding: 70px 25px; }
  .stats { gap: 8px; }
  .stats strong { font-size: 1.35rem; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; padding: 35px 22px; }
}
