:root {
  --forest-980: #08110d;
  --forest-950: #0f1d17;
  --forest-900: #13251d;
  --forest-850: #183026;
  --forest-800: #214034;
  --forest-700: #2d5646;
  --forest-500: #4f7a67;
  --sage-100: #dbe7de;
  --sage-50: #edf5ef;
  --sand-50: #f7f3ec;
  --sand-100: #f1eadf;
  --sand-200: #e6dac8;
  --gold-200: #e3c997;
  --gold-300: #d0ae71;
  --gold-400: #bc8d4d;
  --gold-500: #a97035;
  --ink-950: #16211c;
  --ink-900: #24312b;
  --ink-700: #5c6a64;
  --ink-600: #73817b;
  --line-soft: rgba(18, 33, 27, 0.1);
  --line-strong: rgba(255, 255, 255, 0.14);
  --success: #2a8a5a;
  --error: #bc4f4f;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --section-space: clamp(3.5rem, 6vw, 5.5rem);
  --content-width: min(1180px, calc(100% - 2rem));
  --shadow-soft: 0 24px 60px rgba(11, 24, 19, 0.08);
  --shadow-card: 0 24px 50px rgba(15, 27, 22, 0.12);
  --shadow-strong: 0 34px 70px rgba(8, 19, 15, 0.22);
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --surface-panel:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.76));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(169, 112, 53, 0.85) rgba(18, 33, 27, 0.12);
  scrollbar-width: thin;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink-950);
  background:
    radial-gradient(circle at top left, rgba(188, 141, 77, 0.14) 0%, transparent 34%),
    linear-gradient(180deg, #fcf8f2 0%, #f8f3eb 48%, #f4efe7 100%);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: rgba(18, 33, 27, 0.08);
}

body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #c89b5d, #a97035);
  border: 2px solid rgba(248, 243, 235, 0.9);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(169, 112, 53, 0.09), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(79, 122, 103, 0.08), transparent 30%);
  z-index: -1;
}

body.nav-open {
  overflow: hidden;
}

body.dev-version-popup-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

section,
footer {
  scroll-margin-top: 110px;
}

.container {
  width: var(--content-width);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  opacity: 0.4;
}

.section-shell > .container {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border-radius: calc(var(--radius-xl) + 4px);
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.08), transparent 32%),
    radial-gradient(circle at right bottom, rgba(79, 122, 103, 0.08), transparent 30%),
    var(--surface-panel);
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 28px 64px rgba(15, 27, 22, 0.08);
}

.section-shell > .container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 300;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  background: var(--forest-900);
  color: #fff;
  font-weight: 800;
  transition: top 0.2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 1rem;
}

.utility-bar {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(10, 19, 15, 0.96), rgba(18, 37, 29, 0.94)),
    var(--forest-950);
  color: #d8e5de;
  display: none;
}

.utility-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 1.4rem;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}

.utility-inner p {
  margin: 0;
  position: relative;
  font-size: 0.92rem;
}

.utility-inner strong,
.utility-inner a {
  color: #fff;
  font-weight: 800;
}

.promo-bar {
  position: relative;
  z-index: 31;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(201, 153, 87, 0.18), rgba(243, 217, 165, 0.18), rgba(201, 153, 87, 0.18)),
    linear-gradient(90deg, rgba(17, 33, 26, 0.98), rgba(25, 47, 37, 0.96));
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.promo-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0;
}

.promo-inner p {
  margin: 0;
  color: #f4ece0;
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
}

.promo-inner strong {
  color: #fff3da;
}

.menu-shop-notice {
  position: relative;
  z-index: 121;
  border-bottom: 1px solid rgba(132, 78, 12, 0.2);
  background: linear-gradient(90deg, #ffe58a 0%, #ffd15a 50%, #ffe28a 100%);
  color: #2d1d05;
  box-shadow: 0 8px 22px rgba(132, 78, 12, 0.12);
}

.menu-shop-notice__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 1rem;
  padding: 0.42rem 0;
}

.menu-shop-notice p {
  margin: 0;
  font-size: clamp(0.86rem, 1.1vw, 0.96rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.menu-shop-notice strong {
  color: #141007;
  font-weight: 900;
}

.menu-shop-notice a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(18, 33, 27, 0.1);
  color: #1d1608;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.menu-shop-notice a:hover,
.menu-shop-notice a:focus-visible {
  background: rgba(18, 33, 27, 0.16);
}

.dev-version-strip {
  position: relative;
  z-index: 32;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(169, 112, 53, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(13, 25, 20, 0.98), rgba(21, 40, 31, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 28px rgba(8, 19, 15, 0.14);
}

.dev-version-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.4rem;
  padding: 0.8rem 0;
}

.dev-version-strip__copy {
  display: grid;
  gap: 0.28rem;
  color: #dce9e2;
}

.dev-version-strip__copy strong {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff3da;
}

.dev-version-strip__copy span {
  color: rgba(220, 233, 226, 0.88);
  font-size: 0.94rem;
}

.dev-version-strip__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 46px;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(227, 201, 151, 0.22);
  background: linear-gradient(135deg, rgba(200, 155, 93, 0.16), rgba(169, 112, 53, 0.22));
  color: #fff4dc;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(169, 112, 53, 0.16);
  transition:
    transform 0.24s var(--ease-premium),
    box-shadow 0.24s var(--ease-premium),
    border-color 0.24s ease,
    background 0.24s ease;
}

.dev-version-strip__link:hover,
.dev-version-strip__link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(227, 201, 151, 0.34);
  background: linear-gradient(135deg, rgba(208, 174, 113, 0.24), rgba(169, 112, 53, 0.28));
  box-shadow: 0 24px 36px rgba(169, 112, 53, 0.2);
}

.dev-version-strip__url {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(15, 29, 23, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.site-header.header-scrolled {
  background: rgba(10, 20, 16, 0.9);
  box-shadow: 0 16px 40px rgba(8, 16, 13, 0.22);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.brand-copy {
  display: grid;
  gap: 0.18rem;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #a5db72;
}

.brand-copy small {
  max-width: 28ch;
  color: #c5d6ca;
  font-size: 0.68rem;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
}

.site-nav a {
  color: #ebf3ef;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.72rem 0.82rem;
  border-radius: 999px;
  white-space: nowrap;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.site-nav a.is-active,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.site-nav a[href="https://www.eshop.peletyeu.cz/"] {
  color: #fff3da;
  background: rgba(188, 141, 77, 0.12);
  box-shadow: inset 0 0 0 1px rgba(227, 201, 151, 0.16);
}

.site-nav a[href="https://www.eshop.peletyeu.cz/"]:hover,
.site-nav a[href="https://www.eshop.peletyeu.cz/"]:focus-visible {
  background: rgba(188, 141, 77, 0.18);
}

.site-nav .nav-shop-link {
  color: #fff;
  background: linear-gradient(135deg, #c89b5d 0%, #ae7538 100%);
  box-shadow: 0 16px 30px rgba(169, 112, 53, 0.26);
}

.site-nav .nav-shop-link:hover,
.site-nav .nav-shop-link:focus-visible {
  background: linear-gradient(135deg, #d3a362 0%, #b37b3d 100%);
  box-shadow: 0 22px 34px rgba(169, 112, 53, 0.3);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nav-toggle::before {
  content: "☰";
  font-size: 1.05rem;
  line-height: 1;
}

.nav-toggle[aria-expanded="true"]::before {
  content: "×";
  font-size: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.98rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1;
  transition:
    transform 0.24s var(--ease-premium),
    box-shadow 0.24s var(--ease-premium),
    border-color 0.24s ease,
    background-color 0.24s ease,
    color 0.24s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-solid {
  background: linear-gradient(135deg, #c89b5d 0%, #ae7538 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(169, 112, 53, 0.28);
}

.btn-solid:hover,
.btn-solid:focus-visible {
  box-shadow: 0 24px 38px rgba(169, 112, 53, 0.35);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.03);
  color: var(--forest-950);
  border-color: rgba(18, 37, 29, 0.18);
}

.hero .btn-outline,
.cta-banner .btn-outline,
.final-cta-box .btn-outline,
.chatbot-actions .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.hero .btn-outline:hover,
.cta-banner .btn-outline:hover,
.final-cta-box .btn-outline:hover,
.chatbot-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-small {
  padding: 0.86rem 1.15rem;
  font-size: 0.9rem;
}

.btn-submit {
  width: fit-content;
  min-width: 220px;
}

.btn[disabled] {
  opacity: 0.78;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.35rem;
}

.manufacturers-head,
.articles-preview-head .section-head {
  margin-bottom: 0;
}

.benefits .section-head,
.references .section-head,
.faq .section-head,
.manufacturers-head {
  margin-inline: auto;
  text-align: center;
}

.section-head h1,
.section-head h2,
.hero-copy h1,
.contact-card h2,
.final-cta-box h2,
.cta-banner h2,
.hero-panel h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-head h1,
.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  max-width: 16ch;
}

.section-lead,
.section-head p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--ink-700);
  font-size: 1.06rem;
  max-width: 60ch;
}

.section-head h2 + p,
.section-head h1 + p {
  margin-top: 1.15rem;
}

.page-main {
  padding: 1.75rem 0 0;
}

.page-hero {
  padding: clamp(2.1rem, 5vw, 4rem) 0 2rem;
}

.page-hero-layout,
.page-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 2rem;
  align-items: start;
}

.page-hero-copy h1,
.page-copy h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.95rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.page-hero-copy p,
.page-copy p {
  margin: 1rem 0 0;
  color: var(--ink-700);
  font-size: 1.07rem;
}

.page-note {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 33, 27, 0.08);
  color: var(--ink-900);
  font-weight: 700;
}

.page-side-list {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-side-list li {
  padding: 1rem 0 0;
  border-top: 1px solid rgba(18, 33, 27, 0.1);
}

.page-side-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.page-side-list strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
  color: var(--ink-950);
  line-height: 1.28;
}

.page-side-list span {
  display: block;
  color: var(--ink-700);
  line-height: 1.6;
}

.page-side-stack {
  display: grid;
  gap: 1.25rem;
}

.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: 2rem;
  align-items: start;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 33, 27, 0.08);
  color: var(--ink-900);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-body {
  max-width: 760px;
}

.article-cover {
  margin: 1.55rem 0 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.14), transparent 52%),
    linear-gradient(180deg, rgba(247, 240, 226, 0.92), rgba(255, 255, 255, 0.82));
  box-shadow: 0 24px 48px rgba(15, 27, 22, 0.1);
}

.article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.article-cover figcaption {
  padding: 1rem 1.15rem 1.1rem;
  color: var(--ink-700);
  font-size: 0.94rem;
  line-height: 1.55;
}

.article-cover-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1rem;
}

.article-cover-grid img {
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.06);
  box-shadow: 0 16px 34px rgba(15, 27, 22, 0.09);
}

.article-body h2 {
  margin: 2.2rem 0 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.article-body p {
  margin: 1rem 0 0;
  color: var(--ink-700);
  font-size: 1.05rem;
  line-height: 1.75;
}

.article-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.article-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--ink-900);
  line-height: 1.65;
}

.article-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(79, 122, 103, 0.12);
  color: var(--forest-700);
  font-size: 0.68rem;
  font-weight: 900;
}

.article-note {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 33, 27, 0.08);
  color: var(--ink-800);
  font-weight: 600;
}

.article-side {
  display: grid;
  gap: 1rem;
}

.article-side .page-note {
  margin-top: 0;
}

.article-mini-card {
  padding: 1.25rem 1.3rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 18px 36px rgba(15, 27, 22, 0.08);
}

.article-mini-card h3 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.08rem;
}

.article-mini-card p {
  margin: 0.65rem 0 0;
  color: var(--ink-700);
  font-size: 0.98rem;
  line-height: 1.65;
}

.inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.about-preview .inline-points {
  align-self: center;
  justify-content: center;
  max-width: 560px;
  margin-inline: auto;
}

.page-side-points {
  margin-top: 0;
}

.inline-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 33, 27, 0.08);
  font-weight: 700;
  color: var(--ink-900);
}

.inline-points span::before {
  content: "✓";
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(79, 122, 103, 0.14);
  color: var(--forest-700);
  font-size: 0.72rem;
  font-weight: 900;
}

.overview-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.overview-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 1rem 2rem;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(18, 33, 27, 0.1);
}

.overview-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.overview-row h3 {
  margin: 0 0 0.35rem;
  font-size: 1.16rem;
}

.overview-row p {
  margin: 0;
  color: var(--ink-700);
  max-width: 32ch;
}

.overview-row a {
  color: var(--forest-800);
  font-weight: 800;
}

.overview-row a:hover,
.overview-row a:focus-visible {
  color: var(--gold-500);
}

.overview-row strong {
  font-family: "Sora", sans-serif;
  color: var(--ink-950);
}

.overview-list-steps .overview-row h3 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.overview-step-number {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5e0b9, #e9c98f);
  color: var(--forest-900);
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 0.5rem 1rem rgba(201, 154, 86, 0.18);
}

.delivery-summary-top {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(1.4rem, 3vw, 2.2rem);
  align-items: start;
}

.delivery-summary-top .section-head {
  max-width: none;
  margin-bottom: 0;
}

.delivery-summary-top .section-head .delivery-region-card-inline {
  margin-top: 1.35rem;
  max-width: 560px;
}

.delivery-summary-layout {
  margin-top: 1.5rem;
}

.delivery-summary-layout .page-copy {
  max-width: none;
}

.delivery-summary-layout .page-side-list li {
  padding: 1.1rem 0 1.15rem;
}

.delivery-summary-layout .page-side-list strong {
  margin-bottom: 0.5rem;
}

.delivery-summary-layout .page-side-list span {
  max-width: 27ch;
}

.overview-cta,
.about-preview-links {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.about-preview {
  padding-top: 1rem;
}

.about-preview .page-copy h2 {
  font-size: clamp(1.95rem, 4vw, 3rem);
}

.about-preview-copy {
  max-width: 60ch;
}

.about-preview-side {
  align-self: stretch;
  display: flex;
}

.about-preview-side-card {
  width: 100%;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 22px 48px rgba(15, 27, 22, 0.08);
}

.about-preview-side-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.85rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(18, 33, 27, 0.08);
}

.about-preview-side-row:last-child {
  border-bottom: 0;
}

.about-preview-side-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(208, 174, 113, 0.18), rgba(169, 112, 53, 0.1));
  border: 1px solid rgba(169, 112, 53, 0.2);
  flex-shrink: 0;
}

.about-preview-side-icon img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
}

.about-preview-side-row strong {
  display: block;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem;
  color: var(--ink-950);
  line-height: 1.3;
}

.about-preview-side-row p {
  margin: 0.3rem 0 0;
  color: var(--ink-700);
  font-size: 0.95rem;
  line-height: 1.5;
}

.about-preview-copy p + p {
  margin-top: 0.85rem;
}

.hero {
  position: relative;
  overflow: clip;
  padding: clamp(5rem, 8vw, 7.2rem) 0 4.2rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 16, 13, 0.92) 0%, rgba(13, 24, 19, 0.84) 64%, rgba(17, 31, 25, 0.74) 100%),
    linear-gradient(135deg, rgba(29, 53, 42, 0.92), rgba(13, 24, 19, 0.88));
}

/* =============== Hero Home (homepage hero with header.png) =============== */
.hero-home {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 74vh, 760px);
  padding: clamp(3.4rem, 6vw, 5.8rem) 0 clamp(2.6rem, 5vw, 4.3rem);
  color: #fff;
  background:
    radial-gradient(circle at 20% 8%, rgba(201, 149, 80, 0.18), transparent 32%),
    linear-gradient(135deg, #07110d 0%, #13251d 52%, #0c1813 100%);
  isolation: isolate;
}

.hero-home-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-home-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.02);
  opacity: 0;
}

.hero-home-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.9) 0%, rgba(8, 16, 13, 0.68) 46%, rgba(8, 16, 13, 0.72) 100%),
    linear-gradient(180deg, rgba(8, 16, 13, 0.3) 0%, rgba(8, 16, 13, 0) 32%, rgba(8, 16, 13, 0) 62%, rgba(8, 16, 13, 0.55) 100%);
}

.hero-home-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3.2rem);
  justify-content: center;
  align-items: center;
  min-height: inherit;
}

.hero-home-copy {
  max-width: 780px;
  display: grid;
  gap: 1.15rem;
  justify-items: start;
  text-align: left;
}

.hero-home-eyebrow {
  margin: 0;
  color: #f1dfb6;
  letter-spacing: 0.22em;
  font-size: 0.82rem;
}

.hero-home h1 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2.1rem, 5.6vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.hero-home-lead {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.6;
}

.hero-home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.hero-home-points {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem 0.6rem;
}

.hero-home-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f7efe0;
  font-weight: 700;
  font-size: 0.88rem;
  backdrop-filter: blur(6px);
}

.hero-home-points li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: rgba(227, 201, 151, 0.28);
  color: #ffe7b6;
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-home .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.hero-home .btn-outline:hover,
.hero-home .btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.6);
}

.hero-home-promos {
  width: 100%;
  max-width: 620px;
  display: grid;
  gap: clamp(0.75rem, 1.4vw, 1rem);
  align-self: center;
  justify-self: end;
}

.hero-home-promo {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.28);
  transform: translateZ(0);
  transition:
    transform 0.26s var(--ease-premium),
    box-shadow 0.26s var(--ease-premium),
    border-color 0.26s ease;
}

.hero-home-promo:hover,
.hero-home-promo:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.34);
}

.hero-home-promo picture,
.hero-home-promo img {
  display: block;
  width: 100%;
}

.hero-home-promo img {
  aspect-ratio: 2161 / 728;
  height: auto;
  object-fit: contain;
}

.hero-home-promo-main img {
  aspect-ratio: 2161 / 728;
}

.hero-home-slider {
  min-height: 0;
  padding: 0;
}

.hero-home-track {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #0b1712, #13251d);
}

.hero-home-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  align-items: center;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.55s var(--ease-premium),
    visibility 0.55s var(--ease-premium);
}

.hero-home-slide.is-active {
  position: relative;
  inset: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.hero-home-slide-copy {
  min-height: clamp(430px, 34vw, 620px);
}

.hero-home-slide-copy .hero-home-inner {
  grid-template-columns: 1fr;
  min-height: inherit;
}

.hero-home-slide-copy .hero-home-copy {
  max-width: 860px;
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

.hero-home-slide-copy .hero-home-actions,
.hero-home-slide-copy .hero-home-points {
  justify-content: center;
}

.hero-home-slide-banner {
  display: block;
  padding: 0;
  background: linear-gradient(180deg, #0b1712, #13251d);
}

.hero-home-banner-link {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #0b1712, #13251d);
  box-shadow: none;
}

.hero-home-banner-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2160 / 728;
  object-fit: contain;
  object-position: center;
}

.hero-home-slide-feature {
  position: absolute;
  min-height: clamp(520px, 68vh, 720px);
  padding: clamp(3rem, 5vw, 5rem) 0 5.2rem;
  color: #fff;
  background: var(--forest-980);
}

.hero-home-slide-feature.is-active {
  position: relative;
}

.hero-feature-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3rem);
}

.hero-feature-layout-delivery {
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.78fr);
}

.hero-feature-copy {
  display: grid;
  gap: 1rem;
  max-width: 720px;
}

.hero-feature-copy h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.hero-feature-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.65;
}

.hero-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-feature-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #f7efe0;
  font-weight: 800;
  font-size: 0.88rem;
  backdrop-filter: blur(8px);
}

.hero-feature-pills li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: rgba(227, 201, 151, 0.28);
  color: #ffe7b6;
  font-size: 0.7rem;
  font-weight: 900;
}

.hero-feature-visual {
  justify-self: end;
  width: min(100%, 420px);
  padding: clamp(1rem, 2vw, 1.4rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.hero-feature-visual img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.24));
}

.hero-home-slide-delivery .hero-home-backdrop img {
  object-position: 68% center;
}

.hero-home-slide-delivery .hero-home-backdrop::after {
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.92) 0%, rgba(8, 16, 13, 0.76) 46%, rgba(8, 16, 13, 0.6) 100%),
    linear-gradient(180deg, rgba(8, 16, 13, 0.18) 0%, rgba(8, 16, 13, 0.08) 42%, rgba(8, 16, 13, 0.62) 100%);
}

.hero-delivery-table {
  display: grid;
  gap: 0.75rem;
  justify-self: end;
  width: min(100%, 460px);
  padding: clamp(1.05rem, 2.4vw, 1.5rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink-950);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.hero-delivery-table div {
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(18, 33, 27, 0.12);
}

.hero-delivery-table div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-delivery-table strong {
  color: var(--gold-500);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.hero-delivery-table span {
  color: var(--forest-950);
  font-weight: 800;
  line-height: 1.35;
}

.hero-home-slider-ui {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.62rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 23, 19, 0.5);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.hero-home-slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.hero-home-slider-button:hover,
.hero-home-slider-button:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.hero-home-slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

@media (max-width: 880px) {
  .hero-home {
    min-height: auto;
    padding: 2.75rem 0 1.6rem;
  }

  .hero-home.hero-home-slider {
    padding: 0;
    background: linear-gradient(180deg, #0b1712 0%, #0b1712 72%, #f7f3ec 72%, #f7f3ec 100%);
  }

  .hero-home-slider {
    min-height: 0;
    padding: 0;
  }

  .hero-home-slide-copy,
  .hero-home-slide-feature {
    min-height: clamp(430px, 46vw, 560px);
  }

  .hero-home-slide-feature {
    padding: 2.4rem 0 5rem;
  }

  .hero-feature-layout,
  .hero-feature-layout-delivery {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .hero-feature-copy {
    justify-items: center;
    text-align: center;
    margin-inline: auto;
  }

  .hero-feature-copy h2 {
    max-width: 13ch;
  }

  .hero-feature-copy p:not(.eyebrow) {
    max-width: 42ch;
  }

  .hero-feature-pills {
    justify-content: center;
  }

  .hero-feature-visual,
  .hero-delivery-table {
    justify-self: center;
  }

  .hero-home-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    min-height: 0;
  }

  .hero-home-copy {
    width: 100%;
    max-width: 620px;
    justify-items: center;
    text-align: center;
    margin-inline: auto;
  }

  .hero-home h1 {
    max-width: 12ch;
  }

  .hero-home-lead {
    max-width: 44ch;
  }

  .hero-home-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-home-points {
    justify-content: center;
  }

  .hero-home-promos {
    width: min(100%, 620px);
    justify-self: center;
    margin-inline: auto;
  }

  .hero-home-promo img,
  .hero-home-promo-main img {
    aspect-ratio: 2161 / 728;
  }

  .hero-home-slide-banner {
    padding: 0;
  }

  .hero-home-banner-link {
    width: 100%;
    border-radius: 0;
  }

  .hero-home-banner-link img {
    height: clamp(250px, 38vw, 380px);
    object-fit: cover;
    object-position: 14% center;
  }

  .hero-home-slide-delivery .hero-home-banner-link img {
    object-position: 24% center;
  }
}

@media (max-width: 640px) {
  .menu-shop-notice__inner {
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.55rem 0;
  }

  .menu-shop-notice p {
    max-width: 29ch;
    font-size: 0.84rem;
  }

  .nav-toggle {
    min-width: 74px;
    padding-inline: 0.75rem;
  }

  .hero-home {
    min-height: auto;
    padding: 2rem 0 1.25rem;
  }

  .hero-home.hero-home-slider {
    padding: 0;
    background: #f7f3ec;
  }

  .hero-home-slider {
    min-height: 0;
    padding: 0;
  }

  .hero-home-slide-copy,
  .hero-home-slide-feature {
    min-height: 430px;
  }

  .hero-home-slide-feature {
    padding: 2rem 0 4.7rem;
  }

  .hero-feature-copy h2 {
    max-width: min(100%, 340px);
    font-size: clamp(1.85rem, 7.6vw, 2.45rem);
    line-height: 1.05;
  }

  .hero-feature-pills {
    display: none;
  }

  .hero-feature-visual {
    display: none;
  }

  .hero-delivery-table {
    width: 100%;
    border-radius: 22px;
  }

  .hero-delivery-table div {
    grid-template-columns: 2.45rem minmax(0, 1fr);
    gap: 0.55rem;
  }

  .hero-delivery-table strong {
    font-size: 1.8rem;
  }

  .hero-delivery-table span {
    font-size: 0.92rem;
  }

  .hero-home-inner {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .hero-home-copy {
    justify-items: center;
    text-align: center;
  }

  .hero-home h1 {
    max-width: min(100%, 330px);
    font-size: clamp(1.85rem, 7.6vw, 2.35rem);
    line-height: 1.05;
  }

  .hero-home h1 br {
    display: none;
  }

  .hero-home-eyebrow {
    max-width: 32ch;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
  }

  .hero-home-lead {
    font-size: 0.98rem;
  }

  .hero-home-actions {
    width: 100%;
    justify-content: center;
    gap: 0.55rem;
  }

  .hero-home-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
    padding: 0.95rem 1.2rem;
  }

  .hero-home-points {
    display: none;
  }

  .hero-home-promos {
    width: 100%;
    gap: 0.7rem;
  }

  .hero-home-promo {
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
  }

  .hero-home-promo img,
  .hero-home-promo-main img {
    aspect-ratio: 2161 / 728;
  }

  .hero-home-slide-copy {
    padding-bottom: 4.4rem;
  }

  .hero-home-slide-banner {
    align-items: center;
    padding: 0;
  }

  .hero-home-banner-link {
    width: 100%;
    border-radius: 0;
  }

  .hero-home-banner-link img {
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-home-slide-delivery .hero-home-banner-link img {
    object-position: center;
  }

  .hero-home-slider-ui {
    position: static;
    display: flex;
    width: max-content;
    margin: 0.32rem auto 0.15rem;
    gap: 0.55rem;
    padding: 0.42rem 0.5rem;
    border: 0;
    background: rgba(12, 23, 19, 0.62);
    box-shadow: none;
    backdrop-filter: blur(10px);
    transform: scale(0.82);
    transform-origin: center;
  }

  .hero-home-slider-button {
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
  }
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.84) 0%, rgba(8, 16, 13, 0.58) 42%, rgba(8, 16, 13, 0.7) 100%),
    url("./assets/header.webp") center center / cover no-repeat;
  opacity: 0.92;
}

.hero::after {
  display: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.72fr);
  gap: 2rem;
  align-items: center;
}

.hero-slider {
  padding: 0;
  background: transparent;
}

.hero-banner-board {
  padding-top: 0.45rem;
  padding-bottom: 1rem;
  background: transparent;
  overflow: visible;
}

.hero-banner-board .container {
  position: relative;
  z-index: 2;
}

.hero-banner-board-shell {
  position: relative;
  display: grid;
  gap: 0.62rem;
  max-width: min(1320px, 100%);
  margin-inline: auto;
  padding: clamp(0.7rem, 1.2vw, 0.95rem);
  border-radius: 22px;
  border: 1px solid rgba(18, 33, 27, 0.16);
  background:
    radial-gradient(circle at 14% -8%, rgba(201, 149, 80, 0.14), transparent 33%),
    linear-gradient(180deg, rgba(250, 248, 244, 0.98), rgba(242, 238, 230, 0.94));
  box-shadow:
    0 18px 42px rgba(15, 27, 22, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-banner-main {
  position: relative;
  aspect-ratio: 1844 / 853;
  border-radius: 18px;
  overflow: hidden;
  background: #10231b;
  border: 1px solid rgba(18, 33, 27, 0.26);
  box-shadow:
    0 14px 34px rgba(8, 19, 15, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.hero-banner-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 19, 15, 0.1), rgba(8, 19, 15, 0) 24%, rgba(8, 19, 15, 0.12)),
    linear-gradient(90deg, rgba(8, 19, 15, 0.08), rgba(8, 19, 15, 0) 18%, rgba(8, 19, 15, 0) 82%, rgba(8, 19, 15, 0.08));
}

.hero-banner-board .hero-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.hero-banner-board .hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
  background: transparent;
}

.hero-banner-board .hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-banner-main-link {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-banner-main-link--placeholder {
  display: grid;
  place-content: center;
  gap: 0.55rem;
  padding: 1.25rem;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.24), transparent 42%),
    linear-gradient(135deg, rgba(19, 37, 29, 0.96), rgba(13, 27, 21, 0.96));
  border: 1px dashed rgba(255, 255, 255, 0.32);
}

.hero-banner-placeholder-title {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-banner-main-link--placeholder small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
}

.hero-banner-board .hero-banner-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.04);
}

.hero-banner-board .hero-slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 3.08rem;
  height: 3.08rem;
  border: 1px solid rgba(16, 35, 27, 0.24);
  background: rgba(255, 255, 255, 0.94);
  color: var(--forest-900);
  box-shadow: 0 12px 24px rgba(8, 19, 15, 0.2);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.hero-banner-board .hero-slider-button:hover,
.hero-banner-board .hero-slider-button:focus-visible {
  background: #fff;
  color: var(--forest-900);
  border-color: rgba(169, 112, 53, 0.52);
  box-shadow:
    0 12px 26px rgba(8, 19, 15, 0.24),
    0 0 0 3px rgba(169, 112, 53, 0.2);
}

.hero-banner-board .hero-slider-button:focus {
  outline: none;
}

.hero-banner-board .hero-slider-button[data-hero-prev] {
  left: clamp(0.6rem, 1.35vw, 1rem);
}

.hero-banner-board .hero-slider-button[data-hero-next] {
  right: clamp(0.6rem, 1.35vw, 1rem);
}

.hero-banner-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-banner-thumb {
  position: relative;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(18, 33, 27, 0.14);
  background: #fff;
  aspect-ratio: 1 / 1;
  transition:
    transform 0.22s var(--ease-premium),
    box-shadow 0.22s var(--ease-premium),
    border-color 0.22s ease;
}

.hero-banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-banner-thumb--placeholder {
  display: grid;
  place-content: center;
  padding: 0.9rem;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 233, 0.95));
  color: var(--ink-900);
}

.hero-banner-thumb--placeholder span {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.28;
}

.hero-banner-thumb--placeholder small {
  display: inline-block;
  margin-top: 0.35rem;
  color: var(--ink-700);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-banner-thumb:hover,
.hero-banner-thumb:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(169, 112, 53, 0.34);
  box-shadow: 0 12px 22px rgba(15, 27, 22, 0.12);
}

.hero-banner-thumb.is-active {
  border-color: rgba(169, 112, 53, 0.58);
  box-shadow: inset 0 0 0 2px rgba(169, 112, 53, 0.24);
}

.hero-banner-dots {
  position: relative;
  z-index: 3;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0.14rem 0.38rem;
  border-radius: 999px;
  background: rgba(16, 35, 27, 0.08);
  border: 1px solid rgba(16, 35, 27, 0.08);
  box-shadow: none;
}

.hero-banner-dots .hero-slider-dot {
  width: 0.56rem;
  height: 0.56rem;
  background: rgba(16, 35, 27, 0.24);
}

.hero-banner-dots .hero-slider-dot:hover,
.hero-banner-dots .hero-slider-dot:focus-visible {
  background: rgba(16, 35, 27, 0.42);
}

.hero-banner-dots .hero-slider-dot:focus {
  outline: none;
}

.hero-banner-dots .hero-slider-dot.is-active {
  background: #be8840;
  transform: scale(1.12);
}

.hero-banner-board .hero-slider-pagination {
  justify-content: center;
  width: fit-content;
  gap: 0.45rem;
}

.hero-banner-static {
  padding: 0;
  overflow: visible;
  background: transparent;
}

.hero-banner-static .hero-slider-track {
  min-height: 0;
}

.hero-banner-static .hero-slide {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  background: transparent;
}

.hero-banner-static .hero-slide-backdrop,
.hero-banner-static .hero-slider-ui {
  display: none;
}

.hero-banner-static .hero-slide-layout {
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: 0.45rem;
  padding-bottom: 0.65rem;
}

.hero-banner-static .hero-banner-media-wrap {
  width: 100%;
  border-radius: 16px;
}

.hero-slider .container {
  position: relative;
  z-index: 2;
}

.hero-slider-track {
  position: relative;
  min-height: clamp(620px, 78vh, 760px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  background:
    linear-gradient(135deg, rgba(12, 23, 19, 0.88), rgba(12, 23, 19, 0.72)),
    linear-gradient(180deg, rgba(15, 29, 23, 0.66), rgba(15, 29, 23, 0.88));
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.86), rgba(8, 16, 13, 0.48) 42%, rgba(8, 16, 13, 0.7)),
    var(--hero-image) center center / cover no-repeat;
  transform: scale(1.02);
}

.hero-slide-sale .hero-slide-backdrop {
  background:
    linear-gradient(90deg, rgba(11, 20, 16, 0.2) 0%, rgba(11, 20, 16, 0.08) 28%, rgba(11, 20, 16, 0.16) 100%),
    linear-gradient(180deg, rgba(11, 20, 16, 0.1), rgba(11, 20, 16, 0.18)),
    var(--hero-image) center center / cover no-repeat;
}

.hero-slide-home .hero-slide-backdrop {
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.76) 0%, rgba(8, 16, 13, 0.36) 38%, rgba(8, 16, 13, 0.52) 100%),
    linear-gradient(180deg, rgba(8, 16, 13, 0.14), rgba(8, 16, 13, 0.3)),
    var(--hero-image) 58% center / cover no-repeat;
}

.hero-slide-banner .hero-slide-backdrop {
  display: none;
}

.hero-slide-banner {
  align-items: start;
  background: transparent;
}

.hero-slide-layout {
  position: relative;
  min-height: clamp(620px, 78vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: 2rem;
  align-items: center;
  padding-top: clamp(7rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 7vw, 6rem);
}

.hero-slide-banner .hero-slide-layout {
  min-height: auto;
  grid-template-columns: 1fr;
  align-items: start;
  padding-top: clamp(0.7rem, 1.6vw, 1.2rem);
  padding-bottom: clamp(1.5rem, 2.7vw, 2.2rem);
}

.hero-slider .hero-slide.hero-slide-banner {
  align-items: start;
}

.hero-slider .hero-slide.hero-slide-banner .hero-slide-layout {
  min-height: auto;
  align-items: start;
  padding-top: 0.35rem !important;
  padding-bottom: 0.95rem !important;
}

.hero-banner-media-wrap {
  display: block;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  border-radius: 20px;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.hero-banner-media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1844 / 853;
  object-fit: cover;
}

.hero-highlight-card,
.hero-season-card {
  justify-self: end;
  width: min(100%, 360px);
  padding: 1.45rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 46px rgba(8, 19, 15, 0.2);
  backdrop-filter: blur(18px);
}

.hero-highlight-card__label,
.hero-season-card__eyebrow {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f3d5a6;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-highlight-card h2,
.hero-season-card strong {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  color: #fff;
}

.hero-highlight-card h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.14;
}

.hero-highlight-card p,
.hero-season-card p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.hero-highlight-card__meta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-highlight-card__meta strong,
.hero-highlight-card__meta span {
  display: block;
  color: #fff;
}

.hero-highlight-card__meta span {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.74);
}

.hero-highlight-card-sale {
  width: min(100%, 320px);
  background:
    linear-gradient(180deg, rgba(20, 41, 32, 0.82), rgba(12, 23, 19, 0.78));
  border-color: rgba(255, 255, 255, 0.1);
}

.hero-slide-home .hero-highlight-card {
  width: min(100%, 340px);
  margin-right: 0.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
}

.hero-season-card {
  align-self: end;
  margin-bottom: 2rem;
}

.hero-season-card strong {
  font-size: 1.6rem;
  line-height: 1.1;
}

.hero-slider-ui {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 1.6rem;
  transform: translateX(-50%);
}

.hero-slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(12, 23, 19, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.hero-slider-button {
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero-slider-pagination {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.hero-slider-dot {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.28);
  transition: transform 0.24s ease, background-color 0.24s ease;
}

.hero-slider-dot.is-active {
  background: #f3d5a6;
  transform: scale(1.2);
}

.home-banner-strip {
  padding-top: clamp(1.4rem, 3vw, 2.2rem);
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
  background: transparent;
}

.home-banner-strip-shell {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(18, 33, 27, 0.16);
  background: #10231b;
  box-shadow:
    0 24px 50px rgba(15, 27, 22, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-banner-strip-shell .home-banner-strip-track {
  position: relative;
  width: 100%;
  /* container takes the height of the active slide so the banner never gets cropped */
  min-height: 0;
  height: auto;
}

.home-banner-strip-shell .hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s var(--ease-premium), visibility 0.55s var(--ease-premium);
  background: transparent;
}

/* the active slide is in normal flow so its image dictates the track height */
.home-banner-strip-shell .hero-slide.is-active {
  position: relative;
  inset: auto;
}

.home-banner-strip-shell .hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.home-banner-strip-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.home-banner-strip-shell picture {
  display: block;
  width: 100%;
  height: auto;
}

.home-banner-strip-media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04);
}

.home-banner-strip-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 19, 15, 0.06) 0%, rgba(8, 19, 15, 0) 22%, rgba(8, 19, 15, 0) 78%, rgba(8, 19, 15, 0.18) 100%);
}

.home-banner-strip-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(12, 23, 19, 0.55);
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  backdrop-filter: blur(8px);
  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s var(--ease-premium),
    box-shadow 0.24s ease;
}

.home-banner-strip-button[data-hero-prev] {
  left: clamp(0.6rem, 1.4vw, 1.1rem);
}

.home-banner-strip-button[data-hero-next] {
  right: clamp(0.6rem, 1.4vw, 1.1rem);
}

.home-banner-strip-button:hover,
.home-banner-strip-button:focus-visible {
  background: rgba(12, 23, 19, 0.78);
  border-color: rgba(211, 167, 105, 0.7);
  box-shadow: 0 12px 28px rgba(8, 19, 15, 0.32);
  transform: translateY(-50%) scale(1.05);
}

.home-banner-strip-button:focus-visible {
  outline: 2px solid rgba(211, 167, 105, 0.7);
  outline-offset: 3px;
}

.home-banner-strip-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin: 0.95rem auto 0;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(16, 35, 27, 0.08);
  border: 1px solid rgba(16, 35, 27, 0.1);
}

.home-banner-strip-dots .hero-slider-dot {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(16, 35, 27, 0.28);
  cursor: pointer;
}

.home-banner-strip-dots .hero-slider-dot:hover,
.home-banner-strip-dots .hero-slider-dot:focus-visible {
  background: rgba(16, 35, 27, 0.5);
}

.home-banner-strip-dots .hero-slider-dot.is-active {
  background: #be8840;
  transform: scale(1.25);
}

@media (max-width: 720px) {
  .home-banner-strip-button {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.95rem;
  }

  .home-banner-strip-button[data-hero-prev] {
    left: 0.5rem;
  }

  .home-banner-strip-button[data-hero-next] {
    right: 0.5rem;
  }
}

.product-quick-picks.section-shell > .container {
  padding-inline: clamp(1rem, 2.6vw, 1.75rem);
  background:
    radial-gradient(circle at top center, rgba(201, 149, 80, 0.05), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.68));
  box-shadow: 0 20px 44px rgba(15, 27, 22, 0.06);
}

.hero-copy {
  max-width: 720px;
}

.hero-slide-sale .hero-copy {
  max-width: 650px;
  padding: clamp(1.15rem, 2vw, 1.5rem);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46));
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 28px 48px rgba(24, 37, 30, 0.12);
  backdrop-filter: blur(12px);
}

.hero-slide-home .hero-copy {
  max-width: 560px;
  margin-left: 0.25rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateY(0.2rem);
}

.hero-slide-sale .eyebrow,
.hero-slide-sale h1,
.hero-slide-sale .hero-lead {
  color: var(--ink-950);
}

.hero-slide-sale .eyebrow {
  margin-bottom: 0.95rem;
  color: var(--gold-500);
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 6.5vw, 5.1rem);
  max-width: 12ch;
}

.hero-slide-home .hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(1.95rem, 4vw, 3.35rem);
  line-height: 1.04;
}

.hero-lead {
  margin: 1.35rem 0 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.13rem;
}

.hero-slide-sale .hero-lead {
  max-width: 46ch;
}

.hero-slide-home .hero-lead {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
}

.hero-slide-home .hero-actions {
  margin-top: 1.35rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.shop-shortcut-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(201, 154, 86, 0.2);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow: 0 1rem 2rem rgba(32, 18, 3, 0.06);
}

.shop-shortcut-banner strong {
  display: block;
  color: var(--forest-950);
  font-size: 1rem;
  max-width: 16ch;
}

.shop-shortcut-banner p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 24ch;
}

.shop-shortcut-banner-inline {
  margin-bottom: 1.5rem;
}

.shop-launch-panel {
  grid-template-columns: minmax(0, 1fr) minmax(250px, auto);
  align-items: stretch;
  gap: 1.1rem;
  padding: 1.1rem;
  border-color: rgba(188, 141, 77, 0.24);
  background:
    radial-gradient(circle at top right, rgba(255, 214, 87, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 252, 244, 0.98), rgba(255, 255, 255, 0.94));
}

.shop-launch-panel__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.shop-launch-panel .shop-launch-panel__copy strong {
  max-width: none;
  font-size: clamp(1.03rem, 1.6vw, 1.18rem);
}

.shop-launch-panel .shop-launch-panel__copy p {
  max-width: 58ch;
  color: var(--ink-700);
}

.shop-launch-panel__side {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.55rem;
  min-width: 250px;
  padding: 0.85rem;
  border-radius: 1.15rem;
  background: rgba(255, 245, 222, 0.78);
  border: 1px solid rgba(188, 141, 77, 0.18);
}

.shop-launch-panel__label {
  color: var(--ink-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.shop-launch-countdown {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.22rem;
  color: var(--forest-950);
  font-family: "Sora", "Manrope", sans-serif;
  line-height: 1;
}

.shop-launch-countdown span {
  min-width: 2ch;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  text-align: center;
}

.shop-launch-countdown small {
  margin-right: 0.28rem;
  color: var(--gold-500);
  font-size: 0.78rem;
  font-weight: 900;
}

.shop-launch-panel__button {
  min-height: 44px;
  padding: 0.72rem 1.1rem;
  white-space: nowrap;
}

.shop-launch-panel__button[aria-disabled="true"] {
  cursor: not-allowed;
  filter: saturate(0.78);
  opacity: 0.78;
}

.shop-launch-panel.is-live .shop-launch-panel__side {
  background: rgba(237, 245, 239, 0.9);
  border-color: rgba(79, 122, 103, 0.2);
}

.hero-slide-sale .btn-outline {
  color: var(--forest-950);
  border-color: rgba(18, 33, 27, 0.16);
  background: rgba(255, 255, 255, 0.64);
}

.hero-slide-sale .btn-outline:hover,
.hero-slide-sale .btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.86);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 0.8rem;
}

.hero-links a {
  padding-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.hero-links a:hover,
.hero-links a:focus-visible {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.44);
  transform: translateY(-1px);
}

.hero-links-page a {
  color: var(--ink-900);
  border-bottom-color: rgba(18, 33, 27, 0.12);
}

.hero-links-page a:hover,
.hero-links-page a:focus-visible {
  color: var(--forest-900);
  border-bottom-color: rgba(18, 33, 27, 0.26);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.15rem;
  position: relative;
  z-index: 1;
}

.hero-sale-points {
  margin-top: 1rem;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.74rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-slide-sale .hero-points span {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(18, 33, 27, 0.08);
  color: var(--ink-900);
  backdrop-filter: blur(8px);
}

.hero-points span::before {
  content: "✓";
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(151, 216, 108, 0.16);
  color: #97d86c;
  box-shadow: 0 0 0 6px rgba(151, 216, 108, 0.08);
  font-size: 0.7rem;
  font-weight: 900;
}

.hero-slide-sale .hero-points span::before {
  background: rgba(169, 112, 53, 0.12);
  color: var(--gold-500);
  box-shadow: 0 0 0 6px rgba(169, 112, 53, 0.08);
}

.hero-panel {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
  transform: translateY(-1rem);
}

.hero-panel-note {
  margin: 1.15rem 0 0;
  padding: 0.95rem 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  text-shadow: 0 1px 12px rgba(7, 15, 12, 0.34);
}

.hero-panel-badge {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(205, 175, 127, 0.16);
  color: #f3d5a6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-panel h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.hero-panel ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero-panel li {
  position: relative;
  padding-left: 1.15rem;
}

.hero-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--gold-300);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.hero-metrics article {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 100%;
}

.hero-metrics strong {
  display: block;
  font-size: 1rem;
  line-height: 1.32;
}

.hero-metrics span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  line-height: 1.5;
}

.product-quick-picks {
  padding-top: 1.4rem;
  padding-bottom: 2.1rem;
  background: linear-gradient(180deg, rgba(244, 239, 229, 0.72), rgba(244, 239, 229, 0));
}

.product-quick-picks-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem 2rem;
  align-items: end;
  margin-bottom: 1.85rem;
}

.product-quick-picks .section-head {
  max-width: none;
  margin-bottom: 0;
}

.product-quick-picks .section-head > .shop-shortcut-banner {
  margin-top: 1.35rem;
  max-width: 760px;
}

.product-quick-picks-copy {
  padding: 0.4rem 0 0;
}

.product-quick-picks-copy p {
  margin: 0;
  color: var(--ink-700);
  max-width: 34ch;
  line-height: 1.6;
}

.product-quick-picks-shape {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1.4rem;
}

.product-quick-picks-shape img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(120, 83, 42, 0.18));
}

.product-quick-picks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-carousel {
  display: grid;
  gap: 1rem;
}

.product-carousel-note {
  margin: 0;
  max-width: 54ch;
  color: var(--ink-700);
  font-size: 0.95rem;
  line-height: 1.6;
}

.product-carousel-progress {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 33, 27, 0.08);
  color: var(--ink-700);
  font-weight: 800;
}

.product-carousel-progress strong {
  color: var(--forest-900);
  font-family: "Sora", "Manrope", sans-serif;
}

.product-carousel-button {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(18, 33, 27, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: var(--forest-900);
  box-shadow: 0 18px 28px rgba(15, 27, 22, 0.08);
  transition:
    transform 0.24s var(--ease-premium),
    background-color 0.24s ease,
    border-color 0.24s ease,
    opacity 0.24s ease;
}

.product-carousel-button:hover,
.product-carousel-button:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(169, 112, 53, 0.24);
}

.product-carousel-button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.product-carousel-button span {
  font-size: 1.2rem;
  line-height: 1;
}

.product-carousel-shell {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.product-carousel-viewport {
  overflow: hidden;
  padding: 0.25rem 0;
}

.product-carousel-track {
  --products-per-view: 3;
  display: flex;
  gap: 1rem;
  transform: translate3d(0, 0, 0);
  transition: transform 0.55s var(--ease-premium);
  will-change: transform;
  touch-action: pan-y;
}

.product-carousel-track.is-animating-next {
  animation: product-shift-next 0.42s var(--ease-premium);
}

.product-carousel-track.is-animating-prev {
  animation: product-shift-prev 0.42s var(--ease-premium);
}

.product-carousel-track .product-quick-picks-card {
  flex: 0 0 calc((100% - (1rem * (var(--products-per-view) - 1))) / var(--products-per-view));
  min-width: 0;
}

.product-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
}

.product-quick-picks-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.94));
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 18px 36px rgba(15, 27, 22, 0.08);
  transition:
    transform 0.3s var(--ease-premium),
    box-shadow 0.3s var(--ease-premium),
    border-color 0.24s ease;
}

.product-quick-picks-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(196, 145, 78, 0), rgba(196, 145, 78, 0.9), rgba(196, 145, 78, 0));
  opacity: 0;
  transform: scaleX(0.42);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.product-quick-picks-card:hover,
.product-quick-picks-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 26px 46px rgba(15, 27, 22, 0.12);
  border-color: rgba(169, 112, 53, 0.18);
}

.product-quick-picks-card:hover::before,
.product-quick-picks-card:focus-within::before {
  opacity: 1;
  transform: scaleX(1);
}

.product-quick-picks-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: -0.15rem -0.15rem 1.15rem;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.06);
  background:
    radial-gradient(circle at top left, rgba(196, 145, 78, 0.1), transparent 54%),
    linear-gradient(180deg, rgba(250, 246, 238, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.product-quick-picks-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s var(--ease-premium);
}

.product-quick-picks-card:hover .product-quick-picks-media img,
.product-quick-picks-card:focus-within .product-quick-picks-media img {
  transform: scale(1.04);
}

.product-quick-picks-card h3 {
  margin: 0.82rem 0 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.32rem;
  line-height: 1.16;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.product-quick-picks-card p {
  margin: 0.72rem 0 0;
  color: var(--ink-700);
  font-size: 1rem;
}

.product-quick-picks-card .text-link {
  margin-top: auto;
  padding-top: 1.1rem;
}

.product-card-link {
  cursor: pointer;
}

.manufacturers-strip {
  padding: 2.2rem 0 1rem;
}

.manufacturers-strip .container {
  display: grid;
  gap: 1.8rem;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.manufacturers-strip .container::before {
  display: none;
}

.manufacturers-strip-head {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.55rem;
}

.manufacturers-strip-head .eyebrow {
  margin-bottom: 0.3rem;
  font-size: 1.15rem;
}

.manufacturers-strip-head p:last-child {
  margin: 0;
  max-width: 54ch;
  color: var(--ink-700);
  font-size: 1.42rem;
  line-height: 1.5;
}

.manufacturers-strip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1.4rem 2rem;
  align-items: start;
}

.manufacturer-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  padding: 0.55rem 0.45rem;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: var(--ink-900);
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 700;
  text-align: center;
  transition:
    transform 0.24s var(--ease-premium),
    opacity 0.24s ease;
}

.manufacturer-chip-logo {
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  padding-inline: 0;
}

.manufacturer-chip-logo img {
  width: 148px;
  height: 74px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: grayscale(1) brightness(0.55) contrast(1.05);
  opacity: 0.74;
  transition:
    filter 0.24s ease,
    opacity 0.24s ease,
    transform 0.24s var(--ease-premium);
}

.manufacturer-chip-logo span {
  color: var(--ink-700);
  font-size: 1.14rem;
  line-height: 1.28;
  transition: color 0.24s ease;
}

.manufacturer-chip:hover,
.manufacturer-chip:focus-visible {
  transform: translateY(-2px);
}

.manufacturer-chip-logo:hover img,
.manufacturer-chip-logo:focus-visible img {
  filter: none;
  opacity: 1;
  transform: scale(1.02);
}

.manufacturer-chip-logo:hover span,
.manufacturer-chip-logo:focus-visible span {
  color: var(--ink-950);
}

.manufacturer-chip:not(.manufacturer-chip-logo) {
  justify-content: flex-start;
  color: rgba(36, 49, 43, 0.66);
}

.manufacturer-chip:not(.manufacturer-chip-logo):hover,
.manufacturer-chip:not(.manufacturer-chip-logo):focus-visible {
  color: var(--ink-950);
}

.trust-strip {
  padding-top: 2.8rem;
  background: linear-gradient(180deg, rgba(244, 238, 226, 0.96) 0%, var(--sand-50) 100%);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0;
}

.contact-page-layout {
  align-items: start;
}

.contact-page-card {
  min-height: 100%;
}

.contact-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 1.8rem 2rem;
  align-items: stretch;
}

.contact-map-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 24px 48px rgba(15, 27, 22, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.legal-list-numbered {
  list-style: decimal;
  padding-left: 1.35rem;
}

.legal-list-numbered li {
  padding-left: 0;
  margin-bottom: 0.6rem;
}

.legal-list-numbered li::before {
  content: none;
}

.trust-strip-grid article {
  padding: 1.25rem 1.35rem;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(11, 24, 19, 0.08);
  border: 1px solid rgba(18, 33, 27, 0.08);
  transition:
    transform 0.3s var(--ease-premium),
    box-shadow 0.3s var(--ease-premium),
    border-color 0.24s ease,
    background 0.24s ease;
}

.trust-strip-grid strong {
  display: block;
  font-size: 1rem;
}

.trust-strip-grid span {
  display: block;
  margin-top: 0.4rem;
  color: var(--ink-700);
  font-size: 0.94rem;
}

.trust-strip-grid article:hover,
.trust-strip-grid article:focus-within {
  transform: translateY(-4px);
  background: linear-gradient(180deg, #ffffff 0%, #f5eddc 100%);
  border-color: rgba(169, 112, 53, 0.16);
  box-shadow: 0 28px 54px rgba(15, 27, 22, 0.12);
}

.benefit-grid,
.offer-grid,
.reference-grid,
.content-grid,
.gallery-grid {
  display: grid;
  gap: 1.25rem;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-grid-two {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-inline {
  padding-top: 0.55rem;
}

.offer-inline-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.52fr);
  gap: 1.5rem 2rem;
  align-items: center;
}

.offer-inline-head .section-head {
  margin-bottom: 0;
  max-width: none;
}

.offer-inline-shape {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-inline-shape img {
  display: block;
  width: min(100%, 340px);
  height: auto;
  object-fit: contain;
}

.reference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-grid-articles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gallery-card {
  grid-column: span 4;
}

.gallery-card-wide {
  grid-column: span 4;
}

.benefit-card,
.offer-card,
.reference-card,
.content-card,
.delivery-steps article,
.delivery-panel,
.trust-cards article,
.contact-card,
.lead-form,
.final-cta-box,
.cta-banner,
.quality-facts article {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 22px 44px rgba(15, 27, 22, 0.1);
  transition:
    transform 0.34s var(--ease-premium),
    box-shadow 0.34s var(--ease-premium),
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.benefit-card,
.offer-card,
.reference-card,
.trust-cards article {
  padding: 1.6rem;
}

.offer-card {
  padding: 1rem 1rem 1.35rem;
}

.offer-card-media {
  margin: -0.1rem -0.1rem 1.15rem;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background:
    radial-gradient(circle at top left, rgba(196, 145, 78, 0.14), transparent 50%),
    linear-gradient(180deg, rgba(247, 240, 226, 0.88), rgba(255, 255, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.offer-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  transition: transform 0.5s var(--ease-premium);
}

.offer-card:hover .offer-card-media img,
.offer-card:focus-within .offer-card-media img {
  transform: scale(1.04);
}

.benefit-card::before,
.offer-card::before,
.reference-card::before,
.content-card::before,
.delivery-steps article::before,
.delivery-panel::before,
.trust-cards article::before,
.contact-card::before,
.lead-form::before,
.final-cta-box::before,
.cta-banner::before,
.quality-facts article::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(196, 145, 78, 0), rgba(196, 145, 78, 0.9), rgba(196, 145, 78, 0));
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.benefit-card:hover::before,
.offer-card:hover::before,
.reference-card:hover::before,
.content-card:hover::before,
.delivery-steps article:hover::before,
.delivery-panel:hover::before,
.trust-cards article:hover::before,
.contact-card:hover::before,
.lead-form:hover::before,
.final-cta-box:hover::before,
.cta-banner:hover::before,
.quality-facts article:hover::before,
.scroll-accent::before {
  opacity: 1;
  transform: scaleX(1);
}

.benefit-card:hover,
.offer-card:hover,
.reference-card:hover,
.content-card:hover,
.delivery-steps article:hover,
.delivery-panel:hover,
.trust-cards article:hover,
.quality-facts article:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 58px rgba(15, 27, 22, 0.14);
  border-color: rgba(169, 112, 53, 0.16);
}

.icon {
  width: 3.65rem;
  height: 3.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7e6c0 0%, #ecd39d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 12px 24px rgba(188, 141, 77, 0.16);
}

.icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: #39554a;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon img {
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
}

.icon-plain {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.icon-plain img {
  width: 3.1rem;
  height: 3.1rem;
}

.benefit-card h3,
.offer-card h3,
.reference-card h3,
.content-card h3,
.delivery-steps h3,
.delivery-panel h3,
.trust-cards h3,
.quality-facts h3,
.contact-card h3,
.lead-form h3 {
  margin: 1rem 0 0;
  font-family: "Sora", "Manrope", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.benefit-card h3,
.offer-card h3,
.quality-facts h3 {
  font-size: 1.35rem;
}

.benefit-card p,
.offer-card p,
.reference-card p,
.content-card p,
.delivery-steps p,
.delivery-panel p,
.trust-cards p,
.quality-copy p,
.contact-card p,
.footer-text,
.hero-panel p {
  color: var(--ink-700);
}

.card-tag {
  display: inline-flex;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(169, 112, 53, 0.1);
  color: var(--gold-500);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card ul,
.contact-card ul,
.footer ul,
.region-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.offer-card li,
.region-list li {
  position: relative;
  padding-left: 1.55rem;
  margin-bottom: 0.65rem;
  color: var(--ink-900);
}

.offer-card li::before,
.region-list li::before,
.contact-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(79, 122, 103, 0.12);
  color: var(--forest-700);
  font-size: 0.72rem;
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--forest-800);
  font-weight: 800;
  transition: color 0.22s ease;
}

.text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(3px);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--gold-500);
}

.quality {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.quality-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.quality-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 14ch;
}

.quality-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.quality-facts article {
  padding: 1.3rem;
}

.quality-facts h3 {
  margin-top: 0;
}

.quality-facts p {
  margin-bottom: 0;
}

.quality-visual {
  margin: 0;
  position: relative;
}

.quality-visual img {
  width: 100%;
  height: min(560px, 66vw);
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-strong);
}

.quality-visual figcaption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  background: rgba(15, 29, 23, 0.78);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.quality-visual-stacked {
  min-height: 100%;
}

.quality-visual-stacked > img:first-child {
  height: min(560px, 58vw);
}

.quality-badge-image {
  position: absolute;
  right: 1.15rem;
  top: 1.15rem;
  width: clamp(112px, 18vw, 148px);
  height: auto !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.35rem;
  box-shadow: 0 18px 36px rgba(15, 27, 22, 0.16);
}

.cta-banner-section {
  padding-top: 0;
}

.cta-banner,
.final-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(2.2rem, 3vw, 2.65rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(20, 41, 32, 0.92) 0%, rgba(13, 27, 21, 0.92) 100%),
    url("./assets/forest-bg.svg") right 2rem bottom / min(38%, 360px) auto no-repeat,
    var(--forest-900);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-strong);
}

.cta-banner-copy,
.final-cta-copy {
  position: relative;
}

.cta-banner-copy::after,
.final-cta-copy::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(120px, 18vw, 190px);
  height: clamp(120px, 18vw, 190px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 68%);
  pointer-events: none;
}

.cta-banner h2,
.final-cta-box h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  max-width: 12ch;
}

.cta-banner .eyebrow,
.final-cta-box .eyebrow {
  margin-bottom: 1.15rem;
}

.cta-banner .hero-actions,
.final-cta-box .hero-actions {
  justify-content: flex-start;
  align-self: center;
  gap: 1rem;
  padding: 1.05rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.final-cta-copy {
  display: grid;
  gap: 0.9rem;
}

.final-cta-copy h2,
.final-cta-copy p {
  max-width: 16ch;
}

.overview-cta .btn,
.about-preview-links .btn,
.cta-banner .btn,
.final-cta-box .btn {
  min-width: 220px;
}

.overview-cta .btn-outline,
.about-preview-links .btn-outline {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(18, 37, 29, 0.14);
  box-shadow: 0 14px 28px rgba(15, 27, 22, 0.06);
}

.overview-cta .btn-outline:hover,
.overview-cta .btn-outline:focus-visible,
.about-preview-links .btn-outline:hover,
.about-preview-links .btn-outline:focus-visible {
  background: #fff;
}

.reference-card h3 {
  margin-top: 0;
  font-size: 1.35rem;
}

.article-card,
.gallery-card {
  padding: 0;
}

.article-card-featured {
  display: flex;
  flex-direction: column;
  align-self: start;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 24px 50px rgba(15, 27, 22, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  min-height: 0;
}

.article-card-image,
.gallery-card img {
  width: 100%;
  height: clamp(200px, 24vw, 260px);
  object-fit: cover;
}

.gallery-card img {
  height: clamp(240px, 24vw, 320px);
}

.article-card-copy,
.gallery-card-body {
  padding: 1.1rem 1.15rem 1.2rem;
}

.article-card-visual {
  position: relative;
  padding: 1rem;
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(247, 240, 226, 0.92), rgba(255, 255, 255, 0.76));
  border-bottom: 1px solid rgba(18, 33, 27, 0.08);
}

.article-card-visual .article-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(15, 27, 22, 0.12);
}

.content-card-article-visual {
  margin: -0.25rem -0.15rem 1rem;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background: linear-gradient(180deg, rgba(247, 240, 226, 0.9), rgba(255, 255, 255, 0.85));
}

.content-card-article-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.article-card-featured .article-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
}

.article-card-copy h3,
.gallery-card-body h3 {
  margin-top: 0;
}

.delivery-grid,
.trust-layout,
.poptavka-layout,
.faq-layout,
.articles-preview-layout,
.articles-showcase {
  display: grid;
  gap: 1.5rem 2rem;
}

.page-side-stack {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.delivery-region-grid {
  display: grid;
  gap: 0.9rem;
}

.delivery-region-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.75rem;
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86));
  box-shadow: 0 14px 30px rgba(15, 27, 22, 0.07);
}

.delivery-region-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.delivery-region-card-logo img {
  object-fit: contain;
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(18, 33, 27, 0.06);
}

.delivery-region-card strong,
.delivery-region-card span {
  display: block;
}

.delivery-region-card strong {
  margin-bottom: 0.25rem;
  color: var(--ink-950);
  font-size: 0.98rem;
}

.delivery-region-card span {
  color: var(--ink-700);
  font-size: 0.92rem;
  line-height: 1.55;
}

.section-media-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  box-shadow: 0 24px 48px rgba(15, 27, 22, 0.1);
}

.section-media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}

.section-media-card figcaption {
  padding: 1rem 1.1rem 1.15rem;
  color: var(--ink-700);
  font-size: 0.96rem;
  line-height: 1.6;
}

.articles-preview-head {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  gap: 1.5rem 2rem;
  align-items: end;
  margin-bottom: 1.15rem;
}

.articles-preview-intro {
  padding: 1.35rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(20, 41, 32, 0.05), rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 18px 34px rgba(15, 27, 22, 0.06);
}

.articles-preview-intro p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.72;
}

.articles-preview .section-lead {
  max-width: 58ch;
}

.articles-copy-frame,
.articles-head-frame {
  position: relative;
  padding-left: 1.3rem;
}

.articles-copy-frame::before,
.articles-head-frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  bottom: 0.3rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(196, 145, 78, 0.88), rgba(196, 145, 78, 0.12));
}

.articles-preview-note {
  margin-top: 0.85rem;
}

.articles-page .section-head {
  max-width: 980px;
}

.articles-showcase {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 2rem;
}

.articles-showcase-home {
  margin-top: 0;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1rem;
  align-items: start;
}

.articles-showcase > .article-card-featured {
  grid-column: span 2;
}

.articles-showcase-home > .article-card-featured {
  grid-column: auto;
  height: auto;
}

.content-card-article {
  padding: 1.1rem 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  border-radius: 26px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88));
  box-shadow: 0 18px 36px rgba(15, 27, 22, 0.08);
}

.articles-showcase-home .content-card-article {
  min-height: 0;
}

.article-card-visual .article-card-image {
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.content-card-article-visual img {
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.content-card-article:hover,
.content-card-article:focus-within,
.article-card-featured:hover,
.article-card-featured:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 30px 58px rgba(15, 27, 22, 0.13);
  border-color: rgba(169, 112, 53, 0.16);
}

.content-card-article .card-tag {
  margin-bottom: 0.9rem;
}

.article-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  margin-bottom: 0.95rem;
}

.article-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.46rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background: rgba(247, 241, 230, 0.86);
  color: var(--ink-600);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.content-card-article h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
}

.content-card-article p {
  margin: 0.62rem 0 0;
  font-size: 0.96rem;
}

.article-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(18, 33, 27, 0.08);
}

.article-inline-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ink-600);
  font-size: 0.9rem;
  font-weight: 700;
}

.articles-page-actions {
  margin-top: 1.6rem;
}

.content-grid-articles {
  grid-column: span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-content: start;
}

.articles-showcase-home .content-grid-articles {
  grid-column: auto;
  grid-template-columns: 1fr;
  align-content: start;
}

.content-card-article-wide {
  grid-column: 1 / -1;
}

.delivery-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.82fr);
  align-items: start;
}

.delivery-steps {
  display: grid;
  gap: 1rem;
}

.delivery-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.4rem;
}

.delivery-steps span {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #f5e0b9, #e9c98f);
  color: var(--forest-900);
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.delivery-steps h3 {
  margin-top: 0;
  font-size: 1.16rem;
}

.delivery-steps p {
  margin: 0.45rem 0 0;
}

.delivery-panel {
  padding: 1.6rem;
  background:
    linear-gradient(180deg, rgba(34, 64, 52, 0.95), rgba(17, 31, 25, 0.98)),
    var(--forest-900);
  color: #fff;
}

.delivery-panel-media {
  margin: -0.25rem -0.25rem 1.15rem;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.delivery-panel-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.delivery-panel p,
.delivery-panel li {
  color: rgba(255, 255, 255, 0.78);
}

.delivery-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.delivery-note::before {
  content: "ℹ️ ";
}

.delivery-panel h4 {
  margin: 1.25rem 0 0.65rem;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.delivery-fleet {
  margin-top: 1.45rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(18, 33, 27, 0.08);
}

.delivery-fleet-head {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.delivery-fleet-head h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.delivery-fleet-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}

.delivery-tech-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.3rem;
}

.delivery-tech-visuals .section-media-card img {
  aspect-ratio: 1.3 / 1;
}

.delivery-fleet-list article {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(18, 33, 27, 0.1);
}

.delivery-fleet-list strong {
  display: block;
  color: var(--ink-950);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.delivery-fleet-list p {
  margin: 0.55rem 0 0;
  color: var(--ink-700);
}

.delivery-fleet-list article:nth-child(1) strong::before,
.delivery-fleet-list article:nth-child(2) strong::before,
.delivery-fleet-list article:nth-child(3) strong::before {
  margin-right: 0.45rem;
}

.delivery-fleet-list article:nth-child(1) strong::before {
  content: "🚚";
}

.delivery-fleet-list article:nth-child(2) strong::before {
  content: "🏗️";
}

.delivery-fleet-list article:nth-child(3) strong::before {
  content: "🛞";
}

.delivery-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 1.4rem 1.6rem;
  align-items: start;
}

.delivery-calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 1.3rem 1.5rem;
  align-items: start;
  margin-bottom: 1.35rem;
}

.delivery-calculator-card,
.delivery-calculator-side {
  border-radius: 28px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 20px 42px rgba(11, 24, 19, 0.08);
}

.delivery-calculator-card {
  --delivery-slider-progress: 50%;
  padding: 1.45rem;
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.delivery-calculator-head h3,
.delivery-calculator-side h3 {
  margin: 0.85rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.delivery-calculator-head p,
.delivery-calculator-side p {
  margin: 0.85rem 0 0;
  color: var(--ink-700);
  line-height: 1.7;
}

.delivery-calculator-dev-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin: 1.15rem 0 1.25rem;
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(79, 122, 103, 0.16);
  background:
    radial-gradient(circle at 1rem 0.5rem, rgba(208, 174, 113, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(241, 248, 243, 0.96), rgba(255, 255, 255, 0.86));
  box-shadow:
    0 18px 36px rgba(15, 27, 22, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.delivery-calculator-dev-note strong {
  display: block;
  color: var(--ink-950);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.02rem;
  line-height: 1.35;
}

.delivery-calculator-dev-note p {
  margin: 0.45rem 0 0;
  color: var(--ink-700);
  font-size: 0.96rem;
  line-height: 1.62;
}

.delivery-robot {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 18%, rgba(165, 219, 114, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(19, 37, 29, 0.96), rgba(24, 48, 38, 0.92));
  box-shadow: 0 16px 28px rgba(15, 27, 22, 0.14);
  transition:
    transform 0.24s var(--ease-premium),
    box-shadow 0.24s var(--ease-premium);
}

.delivery-calculator-dev-note:hover .delivery-robot {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(15, 27, 22, 0.18);
}

.delivery-robot svg {
  width: 68px;
  height: 68px;
  overflow: visible;
  animation: deliveryRobotFloat 4.2s var(--ease-premium) infinite;
}

.delivery-robot__signal,
.delivery-robot__arm,
.delivery-robot__leg,
.delivery-robot__foot,
.delivery-robot__mouth {
  fill: none;
  stroke: #e3c997;
  stroke-width: 4;
  stroke-linecap: round;
}

.delivery-robot__eye {
  fill: #a5db72;
  filter: drop-shadow(0 0 5px rgba(165, 219, 114, 0.75));
}

.delivery-robot__led {
  fill: #a5db72;
  filter: drop-shadow(0 0 9px rgba(165, 219, 114, 0.85));
  animation: deliveryRobotPulse 1.7s ease-in-out infinite;
}

.delivery-calculator-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}

.delivery-calculator-card .form-field {
  margin-bottom: 0;
}

.form-field-locator {
  grid-column: 1 / -1;
}

.delivery-locator-tools {
  display: grid;
  gap: 0.55rem;
}

.delivery-location-button {
  width: fit-content;
  min-width: min(100%, 320px);
  border-color: rgba(18, 37, 29, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(15, 27, 22, 0.06);
}

.delivery-location-note {
  color: var(--ink-600);
  font-size: 0.84rem;
  line-height: 1.45;
}

.delivery-calculator-card .form-field input,
.delivery-calculator-card .form-field select {
  min-height: 58px;
}

.form-field-slider {
  grid-column: 1 / -1;
}

.delivery-calculator-slider {
  position: relative;
  padding: 1.15rem 1.05rem 0.95rem;
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background:
    radial-gradient(circle at top right, rgba(201, 149, 80, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(252, 249, 243, 0.96), rgba(247, 242, 232, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 28px rgba(15, 27, 22, 0.05);
}

.delivery-calculator-slider input[type="range"] {
  width: 100%;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  height: 12px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(169, 112, 53, 0.98) 0%,
      rgba(212, 170, 109, 0.96) var(--delivery-slider-progress),
      rgba(236, 226, 207, 0.92) var(--delivery-slider-progress),
      rgba(236, 226, 207, 0.92) 100%
    );
  outline: none;
  box-shadow:
    inset 0 2px 4px rgba(94, 63, 30, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.62);
}

.delivery-calculator-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 4px solid #fff;
  background:
    radial-gradient(circle at 30% 30%, #284539, #10251d 72%);
  box-shadow:
    0 14px 24px rgba(15, 27, 22, 0.18),
    0 0 0 8px rgba(169, 112, 53, 0.14);
  transition:
    transform 0.22s var(--ease-premium),
    box-shadow 0.22s ease;
}

.delivery-calculator-slider input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 4px solid #fff;
  background:
    radial-gradient(circle at 30% 30%, #284539, #10251d 72%);
  box-shadow:
    0 14px 24px rgba(15, 27, 22, 0.18),
    0 0 0 8px rgba(169, 112, 53, 0.14);
  transition:
    transform 0.22s var(--ease-premium),
    box-shadow 0.22s ease;
}

.delivery-calculator-slider input[type="range"]::-moz-range-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(236, 226, 207, 0.92);
}

.delivery-calculator-slider input[type="range"]:active::-webkit-slider-thumb,
.delivery-calculator-slider input[type="range"]:focus-visible::-webkit-slider-thumb,
.delivery-calculator-slider input[type="range"]:active::-moz-range-thumb,
.delivery-calculator-slider input[type="range"]:focus-visible::-moz-range-thumb {
  transform: scale(1.08);
  box-shadow:
    0 18px 28px rgba(15, 27, 22, 0.2),
    0 0 0 10px rgba(169, 112, 53, 0.18);
}

.delivery-calculator-slider__meta,
.delivery-calculator-slider__scale {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.delivery-calculator-slider__meta {
  gap: 1rem;
  margin-top: 1rem;
}

.delivery-calculator-slider__meta strong {
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  color: var(--ink-950);
  letter-spacing: -0.02em;
}

.delivery-calculator-slider__meta span {
  color: var(--ink-600);
  font-size: 0.88rem;
  text-align: right;
}

.delivery-calculator-slider__scale {
  margin-top: 0.55rem;
  color: var(--ink-600);
  font-size: 0.8rem;
  font-weight: 700;
}

.delivery-calculator-hint {
  display: block;
  min-height: 2.5rem;
  margin-top: 0.45rem;
  color: var(--ink-600);
  font-size: 0.84rem;
  line-height: 1.45;
}

.delivery-locator-status {
  min-height: 1.35rem;
  margin: 0.9rem 0 0;
  color: var(--ink-700);
  font-size: 0.92rem;
  font-weight: 700;
}

.delivery-locator-status.is-warning {
  color: var(--gold-500);
}

.delivery-locator-status.is-error {
  color: var(--error);
}

.delivery-calculator-result {
  margin-top: 1.1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(20, 41, 32, 0.96), rgba(13, 27, 21, 0.94)),
    var(--forest-900);
  color: #fff;
  box-shadow: 0 24px 44px rgba(11, 24, 19, 0.14);
  transition:
    transform 0.24s var(--ease-premium),
    box-shadow 0.24s var(--ease-premium),
    filter 0.24s ease;
}

.delivery-calculator-result.is-emphasized {
  transform: translateY(-2px);
  box-shadow: 0 28px 48px rgba(11, 24, 19, 0.18);
}

.delivery-calculator-result.is-refreshing {
  animation: delivery-result-pulse 0.42s var(--ease-premium);
}

.delivery-calculator-result__label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.delivery-calculator-result__price {
  display: block;
  margin-top: 0.65rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
  text-shadow: 0 8px 20px rgba(8, 19, 15, 0.24);
}

.delivery-calculator-result__message {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.delivery-calculator-result.is-warning .delivery-calculator-result__price,
.delivery-calculator-result.is-warning .delivery-calculator-result__label {
  color: #f4d5a8;
}

.delivery-calculator-result.is-warning {
  background:
    linear-gradient(135deg, rgba(54, 44, 22, 0.96), rgba(39, 28, 14, 0.94)),
    #2c2010;
}

@keyframes deliveryRobotFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-4px) rotate(-1deg);
  }
}

@keyframes deliveryRobotPulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.delivery-calculator-footnotes {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.95rem;
}

.delivery-calculator-footnotes p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.9rem;
}

.delivery-calculator-side {
  padding: 1.35rem 1.3rem 1.4rem;
  background:
    linear-gradient(180deg, rgba(34, 64, 52, 0.96), rgba(17, 31, 25, 0.98)),
    var(--forest-900);
  color: #fff;
}

.delivery-calculator-side .page-side-list {
  margin-top: 1rem;
}

.delivery-calculator-side .page-side-list li {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.delivery-calculator-side .page-side-list strong {
  color: #fff;
}

.delivery-calculator-side .page-side-list span {
  color: rgba(255, 255, 255, 0.78);
}

.delivery-pricing-table-wrap {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 20px 42px rgba(11, 24, 19, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.delivery-pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.delivery-pricing-table thead th {
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, rgba(24, 43, 34, 0.98), rgba(18, 33, 27, 0.96));
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  text-align: left;
}

.delivery-pricing-table tbody th,
.delivery-pricing-table tbody td {
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(18, 33, 27, 0.08);
  vertical-align: top;
}

.delivery-pricing-table tbody th {
  width: 22%;
  color: var(--ink-950);
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  background: rgba(248, 244, 235, 0.9);
}

.delivery-pricing-table tbody td {
  color: var(--ink-800);
  font-weight: 700;
}

.delivery-pricing-note {
  padding: 1.5rem 1.45rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(34, 64, 52, 0.96), rgba(17, 31, 25, 0.98)),
    var(--forest-900);
  color: #fff;
  box-shadow: 0 20px 42px rgba(11, 24, 19, 0.16);
}

.delivery-pricing-note .eyebrow {
  color: #f2d29b;
}

.delivery-pricing-note .page-side-list strong {
  color: #fff;
}

.delivery-pricing-note .page-side-list span {
  color: rgba(255, 255, 255, 0.78);
}

.delivery-pricing-note .page-side-list li {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.delivery-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.1rem;
  margin-top: 1.3rem;
}

.delivery-zone-card {
  padding: 1.35rem 1.35rem 1.45rem;
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(15, 27, 22, 0.08);
  transition:
    transform 0.24s var(--ease-premium),
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}

.delivery-zone-card h3 {
  margin: 0.85rem 0 0.55rem;
  font-size: 1.16rem;
}

.delivery-zone-card p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.72;
}

.delivery-zone-card.is-highlighted {
  transform: translateY(-2px);
  border-color: rgba(169, 112, 53, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 230, 0.92));
  box-shadow: 0 24px 42px rgba(15, 27, 22, 0.12);
}

@keyframes delivery-result-pulse {
  0% {
    transform: translateY(0);
    filter: brightness(1);
  }

  45% {
    transform: translateY(-3px);
    filter: brightness(1.06);
  }

  100% {
    transform: translateY(0);
    filter: brightness(1);
  }
}

.trust-layout {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: start;
}

.trust-layout h2,
.faq-layout h2,
.contact-card h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  max-width: 15ch;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.trust-cards article {
  min-height: 100%;
}

.faq-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  padding: 1.2rem 1.3rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.faq-list details[open] {
  transform: translateY(-2px);
  border-color: rgba(169, 112, 53, 0.26);
  box-shadow: var(--shadow-card);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  color: var(--ink-950);
  padding-right: 2rem;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.1rem;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--gold-500);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0.75rem 0 0;
  color: var(--ink-700);
}

.poptavka-layout {
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
}

.poptavka {
  padding-top: 1.4rem;
}

.poptavka > .container {
  position: relative;
  width: var(--content-width);
  margin-inline: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.poptavka > .container::before {
  display: none;
}

.contact-card,
.lead-form {
  padding: clamp(1.45rem, 3vw, 2rem);
}

.contact-card {
  background:
    linear-gradient(180deg, rgba(20, 41, 32, 0.98), rgba(14, 26, 21, 0.96)),
    var(--forest-900);
  color: #fff;
  box-shadow: 0 26px 50px rgba(8, 19, 15, 0.18);
}

.contact-card-map {
  margin-top: 1.4rem;
  min-height: 300px;
}

.contact-card-map iframe {
  min-height: 300px;
}

.contact-map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.delivery-map-card {
  margin-top: 1.35rem;
  min-height: 320px;
}

.delivery-map-links {
  margin-top: 1rem;
}

.contact-card li {
  padding-left: 1.75rem;
}

.contact-card ul {
  display: grid;
  gap: 0.8rem;
}

.contact-card li {
  position: relative;
  padding-left: 2.2rem;
  color: rgba(255, 255, 255, 0.82);
}

.contact-card li::before {
  left: 0;
  top: 0.16rem;
  width: 1.15rem;
  height: 1.15rem;
}

.contact-card strong,
.contact-card a {
  color: #fff;
}

.lead-form h3 {
  margin-top: 0;
  font-size: 1.8rem;
}

.form-hint {
  margin: 0.5rem 0 1.3rem;
  color: var(--ink-700);
}

.lead-form {
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.08), transparent 36%),
    var(--surface-card);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  margin-bottom: 1rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--ink-900);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(18, 33, 27, 0.13);
  border-radius: 16px;
  background: rgba(249, 247, 242, 0.96);
  padding: 0.95rem 1rem;
  color: var(--ink-950);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
  appearance: none;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(169, 112, 53, 0.48);
  box-shadow: 0 0 0 4px rgba(169, 112, 53, 0.12);
  background: #fff;
}

.is-invalid {
  border-color: rgba(188, 79, 79, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(188, 79, 79, 0.12) !important;
}

.consent-field {
  margin-bottom: 1.2rem;
}

.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  cursor: pointer;
}

.consent-label input {
  appearance: none;
  -webkit-appearance: none;
  width: 1.18rem;
  min-width: 1.18rem;
  max-width: 1.18rem;
  height: 1.18rem;
  margin-top: 0.18rem;
  padding: 0;
  border: 1.5px solid rgba(18, 33, 27, 0.2);
  border-radius: 0.32rem;
  background: #fff;
  box-shadow: none;
  flex: 0 0 auto;
  cursor: pointer;
}

.consent-label input:checked {
  background: var(--forest-700);
  border-color: var(--forest-700);
}

.consent-label input:checked::after {
  content: "✓";
  display: block;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.12rem;
  text-align: center;
}

.honeypot,
.honeypot[hidden] {
  display: none !important;
}

.field-error {
  display: block;
  min-height: 1.1rem;
  margin-top: 0.35rem;
  color: var(--error);
  font-size: 0.84rem;
}

.form-status {
  min-height: 1.35rem;
  margin: 1rem 0 0;
  font-weight: 700;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: var(--error);
}

.footer {
  position: relative;
  margin-top: 2rem;
  padding: 3.2rem 0 1.5rem;
  color: #d8e7df;
  background:
    radial-gradient(circle at top left, rgba(188, 141, 77, 0.14) 0%, transparent 32%),
    linear-gradient(180deg, #101d18 0%, #0a1410 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.8fr 0.9fr;
  gap: 1.4rem 2rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand-copy strong {
  color: #a9df76;
}

.footer-brand-copy small {
  color: #c8d7cd;
}

.footer h3 {
  margin: 0 0 0.9rem;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: #fff;
}

.footer ul {
  display: grid;
  gap: 0.7rem;
}

.footer li,
.footer a,
.footer-text {
  color: rgba(216, 231, 223, 0.82);
}

.footer a:hover,
.footer a:focus-visible {
  color: #fff;
}

.footer a[href="https://www.eshop.peletyeu.cz/"] {
  color: #f4d5a8;
  font-weight: 800;
}

.utility-socials {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.social-link {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.social-link svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(216, 231, 223, 0.74);
  font-size: 0.92rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #f0d4aa;
  font-weight: 800;
}

.footer-dev-note {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.2rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(227, 201, 151, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(169, 112, 53, 0.1)),
    rgba(12, 23, 19, 0.76);
}

.footer-dev-note span {
  color: rgba(228, 237, 232, 0.9);
}

.footer-dev-note strong {
  color: #fff2d5;
}

.footer-dev-note a {
  white-space: nowrap;
}

.dev-version-popup {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(7, 15, 12, 0.6);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.dev-version-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.dev-version-popup__dialog {
  position: relative;
  width: min(100%, 760px);
  padding: clamp(1.45rem, 3vw, 2rem);
  border-radius: 30px;
  border: 1px solid rgba(227, 201, 151, 0.22);
  background:
    radial-gradient(circle at top right, rgba(188, 141, 77, 0.18), transparent 34%),
    linear-gradient(155deg, rgba(18, 35, 28, 0.98), rgba(9, 18, 14, 0.98));
  box-shadow:
    0 36px 82px rgba(4, 10, 8, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #edf5ef;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.32s var(--ease-premium);
}

.dev-version-popup.is-open .dev-version-popup__dialog {
  transform: translateY(0) scale(1);
}

.dev-version-popup__dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, #d0ae71 0%, #a5db72 100%);
}

.dev-version-popup__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(227, 201, 151, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff6e1;
  font-size: 1.4rem;
  line-height: 1;
  transition:
    transform 0.24s var(--ease-premium),
    background 0.24s ease,
    border-color 0.24s ease;
}

.dev-version-popup__close:hover,
.dev-version-popup__close:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(227, 201, 151, 0.28);
}

.dev-version-popup__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(227, 201, 151, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f2debb;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dev-version-popup__dialog h2 {
  margin: 1rem 0 0;
  max-width: 13ch;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.96;
  color: #fffaf0;
}

.dev-version-popup__lead {
  margin: 1rem 0 0;
  max-width: 58ch;
  color: rgba(228, 237, 232, 0.86);
  font-size: 1rem;
}

.dev-version-popup__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.dev-version-popup__points span {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(227, 201, 151, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #edf5ef;
  font-size: 0.88rem;
  font-weight: 700;
}

.dev-version-popup__card {
  margin-top: 1.2rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(227, 201, 151, 0.14);
  background:
    linear-gradient(135deg, rgba(169, 112, 53, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(9, 18, 14, 0.46);
}

.dev-version-popup__card-label {
  display: block;
  margin-bottom: 0.45rem;
  color: #a5db72;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dev-version-popup__card a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff1d2;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
}

.dev-version-popup__card p {
  margin: 0.55rem 0 0;
  color: rgba(228, 237, 232, 0.78);
  font-size: 0.94rem;
}

.dev-version-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.dev-version-popup__actions .btn {
  min-width: 220px;
}

.dev-version-popup__actions .btn-outline {
  border-color: rgba(227, 201, 151, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff7e8;
}

.dev-version-popup__actions .btn-outline:hover,
.dev-version-popup__actions .btn-outline:focus-visible {
  border-color: rgba(227, 201, 151, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.chatbot-launcher {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 130;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1.15rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(27, 58, 46, 0.98), rgba(12, 26, 20, 0.98)),
    var(--forest-900);
  box-shadow: 0 22px 45px rgba(10, 20, 16, 0.28);
}

.chatbot-launcher::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(188, 141, 77, 0.25);
  opacity: 0.9;
  animation: pulse-ring 2.8s ease-out infinite;
}

.chatbot-badge {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #e5c489, #b27a3d);
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 12px 24px rgba(178, 122, 61, 0.28);
}

.chatbot-launcher strong,
.chatbot-launcher small {
  display: block;
  text-align: left;
}

.chatbot-launcher strong {
  font-size: 0.96rem;
}

.chatbot-launcher small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
}

.chatbot-panel {
  position: fixed;
  right: 1rem;
  bottom: 5.95rem;
  z-index: 129;
  width: min(390px, calc(100vw - 1.5rem));
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: var(--shadow-strong);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  transform-origin: bottom right;
  transition:
    opacity 0.24s ease,
    transform 0.24s var(--ease-premium),
    visibility 0.24s ease;
}

.chatbot-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chatbot-head {
  padding: 1.15rem 1.2rem 0.95rem;
  color: #fff;
  border-radius: 28px 28px 0 0;
  background:
    linear-gradient(135deg, rgba(28, 56, 45, 0.98), rgba(12, 25, 19, 0.98)),
    var(--forest-900);
}

.chatbot-head strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.chatbot-head p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
}

.chatbot-body {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.98);
}

.chatbot-thread {
  max-height: 240px;
  overflow: auto;
  display: grid;
  gap: 0.65rem;
  padding-right: 0.2rem;
}

.chatbot-message {
  max-width: 88%;
  padding: 0.82rem 0.95rem;
  border-radius: 18px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.chatbot-message.is-bot {
  background: #f4efe6;
  color: var(--ink-900);
  border-top-left-radius: 8px;
}

.chatbot-message.is-user {
  margin-left: auto;
  background: rgba(33, 64, 52, 0.95);
  color: #fff;
  border-top-right-radius: 8px;
}

.chatbot-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.chatbot-actions .btn {
  width: 100%;
}

.chatbot-actions .btn-outline {
  color: var(--forest-950);
  border-color: rgba(18, 37, 29, 0.12);
  background: #f4efe6;
}

.chatbot-actions .btn-outline:hover,
.chatbot-actions .btn-outline:focus-visible {
  background: #efe6d8;
}

.chatbot-actions .btn-outline,
.chatbot-actions .btn-outline:hover,
.chatbot-actions .btn-outline:focus-visible {
  color: var(--forest-950);
}

.chatbot-actions > * + * {
  margin-top: 0;
}

.legal-page {
  background:
    radial-gradient(circle at top left, rgba(188, 141, 77, 0.1) 0%, transparent 34%),
    var(--sand-50);
}

.legal-main {
  padding-top: 1.8rem;
}

.legal-card {
  padding: 2.2rem 0 0;
}

.legal-card h1 {
  margin: 0 0 1rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.legal-card > p,
.legal-card li {
  color: var(--ink-700);
}

.legal-intro {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.legal-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.1rem;
  margin: 1rem 0 0.25rem;
}

.legal-meta article {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 30px rgba(17, 28, 23, 0.05);
}

.legal-meta strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
  color: var(--forest-950);
}

.legal-meta span,
.legal-meta a {
  color: var(--ink-700);
  word-break: break-word;
}

.legal-card h2 {
  margin: 2rem 0 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 33, 27, 0.1);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.18;
}

.legal-list {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s ease,
    transform 0.75s var(--ease-premium),
    filter 0.75s var(--ease-premium);
  transition-delay: var(--reveal-delay, 0ms);
  filter: blur(6px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  75% {
    transform: scale(1.06);
    opacity: 0;
  }

  100% {
    transform: scale(1.06);
    opacity: 0;
  }
}

@keyframes product-shift-next {
  0% {
    transform: translate3d(0, 0, 0);
  }

  45% {
    transform: translate3d(-58px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes product-shift-prev {
  0% {
    transform: translate3d(0, 0, 0);
  }

  45% {
    transform: translate3d(58px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ambient-fall {
  0% {
    transform: translate3d(var(--ambient-x-start, 0), -12vh, 0) rotate(0deg);
    opacity: 0;
  }

  12% {
    opacity: 0.22;
  }

  100% {
    transform: translate3d(var(--ambient-x-end, 0), 112vh, 0) rotate(160deg);
    opacity: 0;
  }
}

.ambient-fall-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 5;
}

.ambient-fall-item {
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--ambient-size, 1rem);
  opacity: 0;
  filter: blur(0.2px);
  animation: ambient-fall var(--ambient-duration, 14s) linear forwards;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .hero-slide-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 7.4rem;
    padding-bottom: 7rem;
  }

  .hero-highlight-card,
  .hero-season-card {
    justify-self: start;
    width: min(100%, 440px);
  }

  .hero-slide-sale .hero-copy,
  .hero-highlight-card-sale {
    width: min(100%, 520px);
  }

  .hero-slide-banner .hero-slide-layout {
    padding-top: 0.45rem;
    padding-bottom: 0.75rem;
  }

  .hero-slider .hero-slide.hero-slide-banner .hero-slide-layout {
    padding-top: 0.25rem !important;
    padding-bottom: 0.7rem !important;
  }

  .product-quick-picks-head {
    grid-template-columns: 1fr;
  }

  .product-quick-picks-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-carousel-track {
    --products-per-view: 2;
  }

  .hero-layout,
  .quality-layout,
  .delivery-grid,
  .trust-layout,
  .poptavka-layout,
  .faq-layout,
  .page-hero-layout,
  .article-detail-layout,
  .page-split,
  .cta-banner,
  .final-cta-box {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .offer-grid,
  .reference-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .articles-preview-layout,
  .articles-preview-head,
  .articles-showcase,
  .article-card-featured {
    grid-template-columns: 1fr;
  }

  .manufacturers-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quality-layout,
  .delivery-tech-visuals {
    grid-template-columns: 1fr;
  }

  .article-card-visual {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 33, 27, 0.08);
  }

  .gallery-card,
  .gallery-card-wide {
    grid-column: span 6;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    transform: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-fleet-list {
    grid-template-columns: 1fr;
  }

  .contact-map-layout {
    grid-template-columns: 1fr;
  }

  .page-side-stack {
    order: 2;
  }

  .contact-map-frame {
    min-height: 360px;
  }

  .delivery-pricing-layout,
  .delivery-zone-grid,
  .delivery-calculator-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .hero-slider-track,
  .hero-slide-layout {
    min-height: 0;
  }

  .hero-slider-ui {
    bottom: 1rem;
  }

  .manufacturers-strip-head {
    justify-items: start;
    text-align: left;
  }

  .manufacturers-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
  }

  .product-quick-picks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-quick-picks-copy {
    padding: 0.2rem 0 0;
  }

  .product-quick-picks-copy p {
    max-width: 38ch;
  }

  .offer-inline-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .offer-inline-shape {
    justify-content: flex-start;
  }

  .delivery-summary-top,
  .delivery-summary-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .delivery-summary-top .section-head,
  .delivery-summary-layout .page-copy,
  .delivery-inline-list {
    max-width: none;
  }

  .delivery-summary-top .page-side-stack {
    max-width: 540px;
  }

  .articles-showcase-home {
    gap: 0.9rem;
  }

  .hero-slide-home .hero-copy {
    margin-left: 0;
    max-width: 460px;
    transform: translateY(0.1rem);
  }

  .hero-slide-home .hero-highlight-card {
    width: min(100%, 320px);
    margin-left: auto;
    margin-right: 0;
  }

  body.nav-open {
    overflow: hidden;
  }

  .dev-version-strip__inner,
  .footer-dev-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .dev-version-strip__link {
    width: 100%;
  }

  .dev-version-popup__actions {
    flex-direction: column;
  }

  .dev-version-popup__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .utility-inner {
    justify-content: flex-start;
  }

  .nav-wrap {
    min-height: 80px;
    gap: 0.85rem;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 102px;
    min-height: 56px;
    padding: 0.72rem 1rem;
  }

  .site-nav {
    position: absolute;
    z-index: 130;
    top: calc(100% + 0.35rem);
    left: 0.75rem;
    right: 0.75rem;
    margin-left: 0;
    padding: 0.8rem;
    border-radius: 24px;
    background: rgba(13, 24, 19, 0.98);
    box-shadow: var(--shadow-strong);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    justify-items: stretch;
    align-items: stretch;
    gap: 0.18rem;
    max-height: min(calc(100dvh - 7rem), 540px);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    padding: 0.78rem 0.95rem;
    font-size: 0.98rem;
    border-radius: 18px;
    white-space: normal;
  }

  .site-nav a[href="https://www.eshop.peletyeu.cz/"] {
    background: rgba(188, 141, 77, 0.16);
  }

  .site-nav .nav-shop-link {
    margin-top: 0.2rem;
  }

  .hero-copy h1,
  .section-head h1,
  .section-head h2,
  .quality-copy h2,
  .trust-layout h2,
  .faq-layout h2,
  .contact-card h2,
  .cta-banner h2,
  .final-cta-box h2 {
    max-width: none;
  }

  .benefit-grid,
  .offer-grid,
  .reference-grid,
  .content-grid,
  .form-grid,
  .trust-cards {
    grid-template-columns: 1fr;
  }

  .delivery-calculator-form {
    grid-template-columns: 1fr;
  }

  .delivery-calculator-slider__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .delivery-calculator-slider__meta span {
    text-align: left;
  }

  .overview-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-wide {
    grid-column: auto;
  }

  .trust-strip-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .delivery-pricing-table-wrap {
    overflow: visible;
  }

  .delivery-pricing-table,
  .delivery-pricing-table thead,
  .delivery-pricing-table tbody,
  .delivery-pricing-table tr,
  .delivery-pricing-table th,
  .delivery-pricing-table td {
    display: block;
    width: 100%;
  }

  .delivery-pricing-table thead {
    display: none;
  }

  .delivery-pricing-table tbody tr {
    padding: 1rem 1rem 1.05rem;
    border-top: 1px solid rgba(18, 33, 27, 0.08);
  }

  .delivery-pricing-table tbody tr:first-child {
    border-top: 0;
  }

  .delivery-pricing-table tbody th {
    width: 100%;
    padding: 0 0 0.8rem;
    background: transparent;
    border-top: 0;
  }

  .delivery-pricing-table tbody td {
    padding: 0.4rem 0;
    border-top: 0;
    display: grid;
    grid-template-columns: minmax(0, 120px) 1fr;
    gap: 0.8rem;
    align-items: start;
  }

  .delivery-pricing-table tbody td::before {
    content: attr(data-label);
    color: var(--ink-600);
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .legal-meta {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    justify-content: flex-start;
  }

  body.nav-open .chatbot-launcher,
  body.nav-open .chatbot-panel {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .offer-inline {
    padding-top: 0.4rem;
  }

  .product-quick-picks {
    padding-top: 0.95rem;
    padding-bottom: 1.5rem;
  }

  .product-quick-picks-head {
    gap: 1rem;
    margin-bottom: 1.35rem;
  }

  .product-quick-picks-copy,
  .product-quick-picks-card {
    border-radius: 22px;
  }

  .product-quick-picks-copy {
    padding: 1rem;
  }

  .product-quick-picks-copy p {
    max-width: none;
  }

  .product-quick-picks-shape {
    margin-top: 0.9rem;
  }

  .offer-inline-shape img {
    width: min(100%, 220px);
  }

  .product-quick-picks-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .manufacturers-strip-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .manufacturer-chip {
    min-height: 84px;
  }

  .manufacturer-chip-logo {
    justify-content: center;
  }

  .manufacturer-chip-logo img {
    width: 120px;
    height: 60px;
  }

  .product-carousel-track {
    --products-per-view: 1;
    gap: 0.9rem;
  }

  .product-carousel-note {
    font-size: 0.92rem;
  }

  .product-carousel-progress {
    padding: 0.72rem 0.92rem;
  }

  .product-carousel-button {
    width: 3rem;
    height: 3rem;
  }

  .product-carousel-shell {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .product-carousel-button-side {
    display: none;
  }

  .hero-slide-layout {
    padding-top: 6.5rem;
    padding-bottom: 6rem;
  }

  .hero-banner-static .hero-slide-layout {
    padding-top: 0.2rem;
    padding-bottom: 0.45rem;
  }

  .hero-banner-board {
    padding-top: 0.2rem;
    padding-bottom: 0.52rem;
  }

  .hero-banner-board-shell {
    padding: 0.46rem;
    border-radius: 16px;
    gap: 0.48rem;
  }

  .hero-banner-main {
    border-radius: 12px;
    aspect-ratio: 1844 / 853;
  }

  .hero-banner-board .hero-slider-button {
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero-banner-board .hero-slider-button[data-hero-prev] {
    left: 0.4rem;
  }

  .hero-banner-board .hero-slider-button[data-hero-next] {
    right: 0.4rem;
  }

  .hero-banner-dots {
    padding: 0.1rem 0.32rem;
  }

  .hero-banner-thumbs {
    gap: 0.55rem;
  }

  .hero-slide-banner .hero-slide-layout {
    padding-top: 0.35rem;
    padding-bottom: 0.55rem;
  }

  .hero-slider .hero-slide.hero-slide-banner .hero-slide-layout {
    padding-top: 0.12rem !important;
    padding-bottom: 0.45rem !important;
  }

  .hero-banner-media-wrap {
    border-radius: 14px;
  }

  .hero-slide-sale .hero-slide-layout {
    gap: 0.95rem;
    padding-top: 5.35rem;
    padding-bottom: 4.9rem;
  }

  .hero-slide-home .hero-copy {
    max-width: 100%;
    margin-left: 0;
    transform: none;
    padding: 0;
    border-radius: 0;
  }

  .hero-slide-home .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(1.95rem, 9vw, 2.8rem);
  }

  .hero-slide-home .hero-lead {
    max-width: none;
    font-size: 1rem;
  }

  .hero-slide-home .hero-highlight-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .delivery-region-card {
    grid-template-columns: 72px 1fr;
    gap: 0.75rem;
    padding: 0.68rem;
  }

  .delivery-inline-list {
    margin-top: 1.15rem;
  }

  .delivery-inline-list li {
    padding: 0.9rem 0 0.95rem;
  }

  .delivery-inline-list li span {
    max-width: none;
  }

  .article-card-copy,
  .gallery-card-body {
    padding: 0.95rem 0.95rem 1rem;
  }

  .content-card-article {
    padding: 0.95rem 0.92rem 1rem;
  }

  .content-card-article-visual img,
  .article-card-visual .article-card-image {
    aspect-ratio: 1.16 / 1;
  }

  .hero-slide-sale .hero-copy {
    width: 100%;
    padding: 1rem;
    border-radius: 24px;
  }

  .hero-highlight-card-sale {
    width: 100%;
    max-width: none;
    padding: 1rem;
    border-radius: 22px;
  }

  .hero-slide-sale .hero-lead {
    max-width: none;
  }

  .hero-slide-sale .hero-copy h1 {
    max-width: 8ch;
    font-size: clamp(2.35rem, 12vw, 3.55rem);
    line-height: 0.94;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  .hero-slider-controls {
    padding: 0.62rem 0.8rem;
  }

  .hero-highlight-card,
  .hero-season-card {
    width: 100%;
    border-radius: 24px;
  }

  .hero-highlight-card-sale {
    padding: 1.1rem;
  }

  .product-quick-picks-card {
    padding: 0.95rem;
  }

  .product-quick-picks-media {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 0.85rem;
    border-radius: 18px;
  }

  .product-quick-picks-media img {
    width: 100%;
    height: 100%;
  }

  .product-quick-picks-card h3 {
    font-size: 1.12rem;
  }

  .product-quick-picks-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .container {
    width: min(100% - 1.1rem, 100%);
  }

  .dev-version-strip__inner {
    padding: 0.75rem 0;
  }

  .dev-version-strip__copy span {
    font-size: 0.88rem;
  }

  .dev-version-strip__link {
    min-height: 44px;
    padding: 0.75rem 0.95rem;
  }

  .dev-version-popup {
    padding: 0.7rem;
  }

  .dev-version-popup__dialog {
    padding: 1.2rem 1rem 1rem;
    border-radius: 24px;
  }

  .dev-version-popup__dialog::before {
    border-radius: 24px 24px 0 0;
  }

  .dev-version-popup__close {
    top: 0.72rem;
    right: 0.72rem;
    width: 40px;
    height: 40px;
  }

  .dev-version-popup__dialog h2 {
    max-width: none;
    padding-right: 2rem;
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }

  .dev-version-popup__lead {
    font-size: 0.96rem;
  }

  .dev-version-popup__card a {
    overflow-wrap: anywhere;
  }

  .footer-dev-note {
    padding: 0.9rem;
  }

  .section {
    padding: 4.2rem 0;
  }

  .section-shell > .container {
    padding: 1rem;
    border-radius: 24px;
  }

  .utility-bar {
    font-size: 0.84rem;
  }

  .utility-inner {
    gap: 0.25rem 0.9rem;
    padding: 0.35rem 0;
  }

  .promo-inner {
    justify-content: flex-start;
  }

  .promo-inner p {
    font-size: 0.88rem;
    text-align: left;
  }

  .nav-wrap {
    min-height: 78px;
  }

  .brand {
    gap: 0.62rem;
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-copy strong {
    font-size: 0.98rem;
    line-height: 1.04;
  }

  .brand-copy small {
    font-size: 0.58rem;
    line-height: 1.18;
    max-width: 15ch;
  }

  .nav-toggle {
    min-width: 96px;
    min-height: 54px;
    font-size: 0.98rem;
  }

  .delivery-calculator-dev-note {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0.8rem;
    padding: 0.95rem;
    border-radius: 20px;
  }

  .delivery-robot {
    width: 74px;
    height: 74px;
    border-radius: 20px;
  }

  .page-main {
    padding-top: 1.1rem;
  }

  .contact-map-frame {
    min-height: 320px;
  }

  .contact-map-frame iframe {
    min-height: 320px;
    height: 320px;
  }

  .page-hero {
    padding: 1.45rem 0 1.2rem;
  }

  .page-hero-copy h1,
  .page-copy h2,
  .legal-card h1 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .page-hero-copy p,
  .page-copy p,
  .legal-card > p,
  .legal-card li {
    font-size: 1rem;
  }

  .delivery-fleet {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }

  .delivery-fleet-head {
    margin-bottom: 1rem;
  }

  .hero {
    padding-top: 4.1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .hero-lead {
    font-size: 1.03rem;
  }

  .hero-panel,
  .contact-card,
  .lead-form,
  .benefit-card,
  .offer-card,
  .reference-card,
  .content-card,
  .delivery-steps article,
  .delivery-panel,
  .delivery-calculator-card,
  .delivery-calculator-side,
  .trust-cards article,
  .quality-facts article,
  .cta-banner,
  .final-cta-box {
    border-radius: 22px;
  }

  .delivery-calculator-card,
  .delivery-calculator-side {
    padding: 1rem;
  }

  .delivery-calculator-result {
    padding: 1rem;
    border-radius: 20px;
  }

  .delivery-calculator-result__price {
    font-size: clamp(1.8rem, 10vw, 2.6rem);
  }

  .btn,
  .btn-small {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shop-shortcut-banner {
    grid-template-columns: 1fr;
  }

  .menu-shop-notice__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
    min-height: auto;
    padding: 0.52rem 0;
  }

  .menu-shop-notice p {
    text-align: left;
  }

  .shop-launch-panel {
    padding: 0.95rem;
  }

  .shop-launch-panel__side {
    min-width: 0;
    justify-items: stretch;
  }

  .shop-launch-countdown {
    justify-content: flex-start;
  }

  .shop-launch-panel__label {
    text-align: left;
  }

  .shop-launch-panel__button {
    width: 100%;
  }

  .hero-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-links-page a {
    display: inline-flex;
    width: fit-content;
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-preview .inline-points {
    max-width: 100%;
    padding: 0.85rem;
  }

  .about-preview .inline-points span {
    width: 100%;
    margin-inline: 0;
  }

  .cta-banner .hero-actions,
  .final-cta-box .hero-actions {
    justify-content: stretch;
  }

  .final-cta-copy h2,
  .final-cta-copy p {
    max-width: none;
  }

  .chatbot-launcher {
    right: 0.75rem;
    left: 0.75rem;
    bottom: 0.75rem;
    justify-content: center;
  }

  .chatbot-panel {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    bottom: 5.8rem;
  }

  .article-card-image,
  .gallery-card img,
  .quality-visual img {
    height: 220px;
  }

  .offer-card-media img,
  .section-media-card img,
  .delivery-panel-media img {
    height: auto;
    min-height: 220px;
  }

  .article-card-meta {
    gap: 0.42rem;
  }

  .article-card-meta span {
    font-size: 0.78rem;
    padding: 0.42rem 0.66rem;
  }

  .article-card-featured .article-card-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .content-card-article-visual img {
    aspect-ratio: 1.14 / 1;
  }

  .article-cover-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    margin-bottom: 1.8rem;
  }

  .legal-card {
    padding-top: 1.3rem;
  }

  .legal-card h2 {
    margin-top: 1.55rem;
    padding-top: 0.85rem;
  }

  .legal-meta article {
    padding: 0.92rem 0.96rem;
    border-radius: 18px;
  }

  .quality-badge-image {
    width: 104px;
    right: 0.85rem;
    top: 0.85rem;
  }

  .footer-bottom {
    gap: 0.5rem;
  }
}

@media (max-width: 430px) {
  .hero-slide-sale .hero-slide-layout {
    padding-top: 4.9rem;
    padding-bottom: 4.35rem;
  }

  .hero-slide-sale .hero-copy {
    padding: 0.9rem;
    border-radius: 20px;
  }

  .hero-highlight-card-sale {
    padding: 0.95rem;
    border-radius: 20px;
  }

  .hero-slide-sale .hero-copy h1 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .promo-inner p {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .delivery-fleet-head h3 {
    font-size: 1.42rem;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    max-width: 13ch;
    font-size: 0.56rem;
  }

  .site-nav {
    left: 0.55rem;
    right: 0.55rem;
    padding: 0.72rem;
    max-height: min(calc(100dvh - 6.2rem), 500px);
  }

  .site-nav a {
    min-height: 48px;
    padding: 0.72rem 0.82rem;
  }

  .nav-wrap {
    gap: 0.8rem;
  }

  .contact-map-frame {
    min-height: 280px;
  }

  .contact-map-frame iframe {
    min-height: 280px;
    height: 280px;
  }

  .page-note {
    width: 100%;
    justify-content: center;
  }

  .hero-links-page a {
    width: 100%;
  }

  .chatbot-panel {
    max-height: min(78vh, 560px);
    overflow: hidden;
  }

  .chatbot-thread {
    max-height: 180px;
  }
}

/* =============== Additional mobile polish =============== */
@media (max-width: 880px) {
  .site-header {
    backdrop-filter: blur(14px);
  }

  .nav-wrap {
    padding: 0.35rem 0;
  }

  .cta-banner,
  .final-cta-box {
    text-align: center;
  }

  .cta-banner .hero-actions,
  .final-cta-box .hero-actions,
  .about-preview-links {
    justify-content: center;
  }

  .hero-actions .btn,
  .about-preview-links .btn,
  .overview-cta .btn {
    flex: 1 1 260px;
    justify-content: center;
  }

  .footer-grid {
    gap: 1.75rem;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .section {
    padding: clamp(3rem, 7vw, 5rem) 0;
  }
}

@media (max-width: 640px) {
  /* Ensure all primary CTAs fill width cleanly on phones */
  .hero-actions,
  .about-preview-links,
  .overview-cta {
    width: 100%;
  }

  .hero-actions .btn,
  .about-preview-links .btn,
  .overview-cta .btn {
    flex: 1 1 100%;
  }

  .section {
    padding: clamp(2.6rem, 9vw, 3.6rem) 0;
  }

  .section-head {
    margin-bottom: 1.4rem;
  }

  .section-head h1,
  .section-head h2 {
    font-size: clamp(1.75rem, 7.5vw, 2.3rem);
    line-height: 1.1;
    max-width: none;
  }

  .section-lead,
  .section-head p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  /* Compact manufacturer chips */
  .manufacturer-chip-logo img {
    width: 108px;
    height: 54px;
  }

  /* Compact article cards */
  .article-card-featured {
    border-radius: 22px;
  }

  .article-card-featured h3,
  .content-card-article h3 {
    font-size: 1.08rem;
    line-height: 1.22;
  }

  .article-card-featured p,
  .content-card-article p {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  /* Benefit cards a bit tighter */
  .benefit-card {
    padding: 1.1rem;
  }

  .benefit-card h3 {
    font-size: 1.05rem;
  }

  /* Offer card tightening */
  .offer-card {
    padding: 1rem;
    border-radius: 22px;
  }

  .offer-card h3 {
    font-size: 1.1rem;
  }

  .offer-card ul {
    padding-left: 1.1rem;
  }

  /* Reference cards */
  .reference-card h3 {
    font-size: 1rem;
    line-height: 1.3;
  }

  /* Contact card */
  .contact-card {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .contact-card h2 {
    font-size: clamp(1.55rem, 7.5vw, 2.1rem);
  }

  /* Form on mobile */
  .lead-form {
    padding: 1.1rem;
    border-radius: 22px;
  }

  .lead-form h3 {
    font-size: 1.25rem;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 1rem;
  }

  .btn-submit {
    width: 100%;
    min-width: 0;
  }

  /* Footer grid stacks cleaner */
  .footer-grid {
    gap: 1.5rem;
  }

  .footer {
    padding-bottom: 6.5rem;
  }

  /* Chatbot label shrinks to icon-only feel on small screens */
  .chatbot-launcher {
    padding: 0.75rem 1rem;
    gap: 0.55rem;
  }

  .chatbot-launcher strong {
    font-size: 0.88rem;
  }

  .chatbot-launcher small {
    font-size: 0.76rem;
  }
}

@media (max-width: 430px) {
  /* Phone-first tightening */
  .container {
    width: min(100% - 0.9rem, 100%);
  }

  .nav-wrap {
    min-height: 72px;
    gap: 0.55rem;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .hero-home h1 {
    font-size: clamp(1.75rem, 9.5vw, 2.4rem);
    letter-spacing: -0.035em;
  }

  .hero-home-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .hero-home-points {
    display: none;
  }

  /* Simplify chatbot to a bubble on very small screens */
  .chatbot-launcher {
    left: auto;
    right: 0.65rem;
    bottom: 0.65rem;
    padding: 0.7rem 0.85rem;
    gap: 0.55rem;
  }

  .chatbot-launcher span:not(.chatbot-badge) {
    display: none;
  }

  .chatbot-badge {
    width: 2.2rem;
    height: 2.2rem;
  }

  .footer {
    padding-bottom: 5rem;
  }

  /* Tighter CTA banner on phones */
  .cta-banner {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .cta-banner h2 {
    font-size: clamp(1.35rem, 7vw, 1.95rem);
  }

  .final-cta-box {
    padding: 1.15rem;
    border-radius: 22px;
  }

  /* FAQ compact */
  .faq-list details {
    padding: 0.92rem 1rem;
  }

  .faq-list summary {
    font-size: 1rem;
  }
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 4px;
  background: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.reading-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #c89252, #eeaa52, #4f7a67);
  box-shadow: 0 0 16px rgba(200, 146, 82, 0.38);
  transition: width 0.14s linear;
}

.article-page .page-main {
  overflow: clip;
}

.article-shell {
  position: relative;
}

.article-hero-section {
  padding-bottom: 2.2rem;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  color: var(--ink-600);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-breadcrumbs a {
  color: var(--ink-700);
}

.article-breadcrumbs a:hover,
.article-breadcrumbs a:focus-visible {
  color: var(--forest-700);
}

.article-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 1.5rem 2rem;
  align-items: center;
}

.article-hero-copy,
.article-hero-visual,
.article-toc-card,
.article-side-card,
.article-magazine,
.article-final-cta,
.article-related-card {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 248, 241, 0.92));
  box-shadow: 0 24px 48px rgba(15, 27, 22, 0.09);
}

.article-hero-copy {
  padding: clamp(1.5rem, 4vw, 2.3rem);
}

.article-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.article-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(79, 122, 103, 0.11);
  border: 1px solid rgba(79, 122, 103, 0.12);
  color: var(--forest-700);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-badge-soft {
  background: rgba(200, 146, 82, 0.1);
  border-color: rgba(200, 146, 82, 0.14);
  color: #9e6c31;
}

.article-hero-copy h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.35rem, 4.8vw, 4.15rem);
  line-height: 0.98;
}

.article-perex {
  margin-top: 1.2rem;
  max-width: 60ch;
  color: var(--ink-700);
  font-size: 1.08rem;
  line-height: 1.78;
}

.article-meta-magazine {
  margin-top: 1.25rem;
}

.article-meta-magazine span {
  background: rgba(247, 241, 230, 0.9);
}

.article-hero-visual {
  overflow: hidden;
  padding: 1rem;
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.22), transparent 50%),
    linear-gradient(180deg, rgba(247, 240, 226, 0.95), rgba(255, 255, 255, 0.92));
}

.article-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  box-shadow: 0 18px 36px rgba(15, 27, 22, 0.1);
}

.article-hero-media img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.article-hero-panel {
  margin-top: 1rem;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 33, 27, 0.07);
}

.article-hero-panel strong {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--ink-900);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.08rem;
}

.article-hero-panel ul,
.article-side-list,
.article-mini-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.article-hero-panel li,
.article-side-list li,
.article-mini-list a {
  position: relative;
  padding-left: 1.2rem;
  color: var(--ink-700);
  line-height: 1.6;
}

.article-hero-panel li::before,
.article-side-list li::before,
.article-mini-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold-500);
  box-shadow: 0 0 0 5px rgba(200, 146, 82, 0.12);
}

.article-content-section {
  padding-top: 0;
}

.article-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: 1.5rem 2rem;
  align-items: start;
}

.article-content-main {
  display: grid;
  gap: 1.15rem;
}

.article-toc-card,
.article-side-card,
.article-magazine {
  padding: 1.4rem;
}

.article-toc-card h2 {
  margin: 0.1rem 0 0;
  max-width: none;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
}

.article-toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.article-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(18, 33, 27, 0.07);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink-800);
  font-weight: 700;
  line-height: 1.45;
  transition:
    background 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.article-toc a:hover,
.article-toc a:focus-visible,
.article-toc a.is-active {
  background: rgba(246, 234, 215, 0.95);
  border-color: rgba(200, 146, 82, 0.18);
  color: var(--ink-900);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 27, 22, 0.08);
}

.article-magazine {
  display: grid;
}

.article-section + .article-section {
  margin-top: 2.25rem;
  padding-top: 2.1rem;
  border-top: 1px solid rgba(18, 33, 27, 0.08);
}

.article-section h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.68rem, 3.2vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.article-section h3 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.08rem;
}

.article-section p {
  margin: 1rem 0 0;
  color: var(--ink-700);
  font-size: 1.05rem;
  line-height: 1.82;
}

.article-highlight-box,
.article-checklist-card,
.article-inline-cta,
.article-surface-card,
.article-compare-card,
.article-quote {
  margin-top: 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(18, 33, 27, 0.07);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(15, 27, 22, 0.06);
}

.article-highlight-box,
.article-checklist-card,
.article-surface-card,
.article-compare-card {
  padding: 1.15rem 1.2rem;
}

.article-highlight-box h3 {
  margin-bottom: 0.55rem;
}

.article-highlight-box p:first-child {
  margin-top: 0;
}

.article-highlight-box.is-tip {
  background: linear-gradient(180deg, rgba(244, 239, 228, 0.96), rgba(255, 255, 255, 0.88));
  border-color: rgba(200, 146, 82, 0.12);
}

.article-highlight-box.is-warning {
  background: linear-gradient(180deg, rgba(255, 244, 236, 0.98), rgba(255, 255, 255, 0.92));
  border-color: rgba(201, 116, 80, 0.18);
}

.article-highlight-box.is-check {
  background: linear-gradient(180deg, rgba(241, 248, 243, 0.98), rgba(255, 255, 255, 0.92));
  border-color: rgba(79, 122, 103, 0.14);
}

.article-highlight-box.is-info {
  background: linear-gradient(180deg, rgba(243, 247, 251, 0.98), rgba(255, 255, 255, 0.92));
  border-color: rgba(18, 33, 27, 0.08);
}

.article-columns {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}

.article-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-surface-card-muted {
  background: linear-gradient(180deg, rgba(249, 246, 239, 0.94), rgba(255, 255, 255, 0.88));
}

.article-quote {
  padding: 1.35rem 1.4rem;
  background: linear-gradient(180deg, rgba(249, 241, 228, 0.96), rgba(255, 255, 255, 0.92));
}

.article-quote p {
  margin: 0;
  color: var(--ink-900);
  font-size: 1.08rem;
  font-weight: 700;
}

.article-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.15rem;
}

.article-compare-card span {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: var(--gold-700);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-compare-card strong {
  display: block;
  color: var(--ink-900);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.1rem;
}

.article-compare-card p {
  margin-top: 0.7rem;
  font-size: 0.98rem;
  line-height: 1.68;
}

.article-compare-card-warn {
  background: linear-gradient(180deg, rgba(255, 244, 236, 0.98), rgba(255, 255, 255, 0.92));
}

.article-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.2rem 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(247, 240, 226, 0.96), rgba(255, 255, 255, 0.9));
}

.article-inline-cta strong {
  display: block;
  color: var(--ink-900);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.08rem;
}

.article-inline-cta p {
  margin-top: 0.45rem;
  font-size: 0.98rem;
}

.article-sidebar {
  display: grid;
  gap: 1rem;
}

.article-side-card-sticky {
  position: sticky;
  top: 102px;
}

.article-side-card h2,
.article-side-card h3 {
  margin: 0;
  max-width: none;
}

.article-side-card p {
  margin: 0.75rem 0 0;
  color: var(--ink-700);
  line-height: 1.7;
}

.article-side-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1rem;
}

.article-mini-list a {
  display: block;
  padding-left: 1.2rem;
  color: var(--ink-800);
  font-weight: 700;
}

.article-mini-list a:hover,
.article-mini-list a:focus-visible {
  color: var(--forest-700);
}

.article-final-cta-section {
  padding-top: 0.7rem;
}

.article-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 1.3rem 2rem;
  align-items: center;
  padding: 1.65rem;
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 226, 0.92));
}

.article-final-cta h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.article-final-cta p {
  margin-top: 0.85rem;
}

.article-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.article-related-card {
  padding: 1.35rem;
  transition:
    transform 0.28s var(--ease-premium),
    box-shadow 0.28s var(--ease-premium),
    border-color 0.22s ease;
}

.article-related-card:hover,
.article-related-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 28px 48px rgba(15, 27, 22, 0.11);
  border-color: rgba(169, 112, 53, 0.16);
}

.article-related-card .card-tag {
  margin-bottom: 0.9rem;
}

.article-related-card h3 {
  margin: 0;
  font-size: 1.22rem;
}

.article-related-card p {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
}

.article-related-card .text-link {
  display: inline-flex;
  margin-top: 1rem;
}

.articles-page .articles-head-frame {
  padding: 1.6rem 1.7rem 1.7rem 2.1rem;
  border-radius: 30px;
  border: 1px solid rgba(18, 33, 27, 0.08);
  background:
    radial-gradient(circle at top left, rgba(201, 149, 80, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 241, 0.92));
  box-shadow: 0 24px 48px rgba(15, 27, 22, 0.08);
}

.articles-page .articles-head-frame::before {
  left: 1rem;
}

.articles-page .article-card-featured,
.articles-page .content-card-article {
  transition:
    transform 0.3s var(--ease-premium),
    box-shadow 0.3s var(--ease-premium),
    border-color 0.24s ease;
}

@media (max-width: 1120px) {
  .article-hero-layout,
  .article-content-layout,
  .article-final-cta {
    grid-template-columns: 1fr;
  }

  .article-side-card-sticky {
    position: static;
  }

  .article-final-cta-actions {
    justify-content: flex-start;
  }

  .article-related-grid,
  .article-compare-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 880px) {
  .article-toc {
    grid-template-columns: 1fr;
  }

  .article-columns-2,
  .article-related-grid,
  .article-compare-grid {
    grid-template-columns: 1fr;
  }

  .article-breadcrumbs {
    font-size: 0.86rem;
  }

  .article-hero-copy,
  .article-hero-visual,
  .article-toc-card,
  .article-magazine,
  .article-side-card,
  .article-final-cta,
  .article-related-card {
    border-radius: 26px;
  }
}

@media (max-width: 640px) {
  .reading-progress {
    height: 3px;
  }

  .article-hero-copy,
  .article-hero-visual,
  .article-toc-card,
  .article-side-card,
  .article-magazine,
  .article-final-cta,
  .article-related-card {
    padding: 1.15rem;
  }

  .article-hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .article-perex,
  .article-section p {
    font-size: 1rem;
  }

  .article-inline-cta,
  .article-final-cta-actions,
  .article-side-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-inline-cta .btn,
  .article-final-cta-actions .btn,
  .article-side-actions .btn {
    width: 100%;
  }
}

/* Subpage layout fixes (o-nas, doprava, galerie) */
.about-page .page-main .container,
.delivery-page .page-main .container,
.gallery-page .page-main .container {
  width: min(1080px, calc(100% - 2rem));
}

.about-page .section,
.delivery-page .section,
.gallery-page .section.gallery {
  padding-block: clamp(3rem, 5.2vw, 4.8rem);
}

.about-page .page-hero,
.delivery-page .page-hero {
  padding-top: clamp(1.8rem, 3.8vw, 3rem);
  padding-bottom: 1.4rem;
}

.about-page .section-head,
.delivery-page .section-head,
.gallery-page .section-head {
  margin-bottom: 1.75rem;
}

.about-page .quality-layout {
  align-items: start;
  gap: clamp(1.2rem, 2.4vw, 1.8rem);
}

.about-page .quality-facts {
  margin-top: 1rem;
}

.about-page .quality-visual {
  display: grid;
  gap: 0.85rem;
}

.about-page .quality-visual img {
  height: clamp(320px, 44vw, 460px);
}

.about-page .quality-visual figcaption {
  position: static;
  margin: 0;
  border-radius: 18px;
  padding: 0.9rem 1rem;
}

.about-page .references {
  padding-bottom: clamp(2.2rem, 4vw, 3.3rem);
}

.delivery-page .delivery-grid {
  gap: 1.25rem 1.5rem;
}

.delivery-page .overview-list {
  max-width: 980px;
  margin-inline: auto;
  gap: 0.9rem;
}

.delivery-page .overview-row {
  grid-template-columns: 1fr;
  gap: 0.85rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(18, 33, 27, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88));
}

.delivery-page .overview-row:first-child {
  border-top: 1px solid rgba(18, 33, 27, 0.08);
  padding-top: 1.15rem;
}

.delivery-page .overview-row h3,
.delivery-page .overview-row strong {
  margin: 0;
}

.delivery-page .overview-row p {
  margin-top: 0.45rem;
  max-width: 62ch;
}

.delivery-page .delivery-map-card {
  margin-top: 1.1rem;
  height: clamp(300px, 42vw, 420px);
  min-height: 300px;
}

.delivery-page .delivery-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.delivery-page .delivery-map-links {
  margin-top: 0.85rem;
}

.gallery-page .section.gallery {
  padding-top: clamp(2.4rem, 4.6vw, 3.6rem);
  padding-bottom: clamp(2.2rem, 4.3vw, 3.4rem);
}

.gallery-page .gallery-grid {
  gap: 1rem;
}

.gallery-page .gallery-card,
.gallery-page .gallery-card-wide {
  grid-column: span 4;
}

.gallery-page .gallery-card img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.gallery-page .gallery-info-grid {
  margin-top: 1rem;
  gap: 1rem;
}

.gallery-page .gallery-info-grid .content-card {
  padding: 1.3rem;
}

.gallery-page .gallery-actions {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

@media (max-width: 1100px) {
  .about-page .quality-layout,
  .delivery-page .delivery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-page .gallery-card,
  .gallery-page .gallery-card-wide {
    grid-column: span 6;
  }
}

@media (max-width: 880px) {
  .about-page .page-main .container,
  .delivery-page .page-main .container,
  .gallery-page .page-main .container {
    width: min(100% - 1.4rem, 100%);
  }

  .about-page .section,
  .delivery-page .section,
  .gallery-page .section.gallery {
    padding-block: clamp(2.6rem, 7vw, 3.5rem);
  }

  .delivery-page .overview-row {
    padding: 1rem 1.05rem;
  }

  .gallery-page .gallery-grid,
  .gallery-page .gallery-info-grid {
    grid-template-columns: 1fr;
  }

  .gallery-page .gallery-card,
  .gallery-page .gallery-card-wide {
    grid-column: auto;
  }

  .gallery-page .gallery-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-page .quality-visual img {
    height: clamp(240px, 62vw, 320px);
  }

  .delivery-page .delivery-map-card {
    height: 300px;
    min-height: 300px;
  }
}
