﻿:root {
  color-scheme: light;
  --ink: #241916;
  --muted: #6b5b54;
  --line: #eadcd2;
  --paper: #fffaf6;
  --cream: #f7efe7;
  --rose: #b9435d;
  --rose-dark: #8d2840;
  --mint: #54786a;
  --cocoa: #5a382d;
  --gold: #c18b47;
  --shadow: 0 22px 60px rgba(70, 42, 34, 0.14);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  width: min(1180px, calc(100% - 36px));
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 14px 0;
  background: rgba(255, 250, 246, 0.92);
  border-bottom: 1px solid rgba(234, 220, 210, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand > span:last-child {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.12;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.brand-logo {
  width: min(300px, 100%);
}

.brand-logo picture,
.brand-logo img {
  display: block;
}

.brand-logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--rose-dark);
}

.main-nav a[aria-current="page"] {
  color: var(--rose-dark);
  font-weight: 800;
}

.button,
.order-button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
}

.hero {
  position: relative;
  height: 540px;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(36, 25, 22, 0.78), rgba(36, 25, 22, 0.3) 48%, rgba(36, 25, 22, 0.08)),
    linear-gradient(0deg, rgba(36, 25, 22, 0.36), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  min-height: 0;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 10vh, 108px) 0 34px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: #f7d7ad;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--rose);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  max-width: 760px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 580px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.logo-hero {
  height: auto;
  background: linear-gradient(180deg, #fbd8cf 0%, #ffe9df 62%, var(--paper) 100%);
}

.logo-hero picture,
.logo-hero img {
  position: static;
  inset: auto;
}

.logo-hero picture {
  display: grid;
  width: 100%;
  height: clamp(240px, 31vw, 430px);
  place-items: center;
  padding: 8px 18px 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 248, 220, 0.82), transparent 34%),
    linear-gradient(135deg, #fbd8cf 0%, #ffe4de 48%, #fbd8cf 100%);
}

.logo-hero img {
  width: min(100%, 1120px) !important;
  max-width: none;
  height: auto !important;
  max-height: clamp(230px, 29vw, 405px);
  object-fit: contain;
}

.logo-hero .hero-overlay {
  display: none;
}

.logo-hero .hero-content {
  display: grid;
  height: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 30px;
  padding: 18px 0 24px;
  align-items: center;
  color: var(--ink);
}

.logo-hero .eyebrow {
  color: var(--rose);
}

.logo-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.logo-hero .hero-copy {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.logo-hero .hero-actions {
  margin-bottom: 0;
}

.logo-hero .button.ghost {
  color: var(--ink);
  border-color: rgba(36, 25, 22, 0.26);
  background: rgba(255, 255, 255, 0.72);
}

.logo-hero .hero-facts {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
}

.button.primary {
  color: #fff;
  background: var(--rose);
}

.button.primary:hover,
.order-button:hover,
.button.primary:focus-visible,
.order-button:focus-visible {
  background: var(--rose-dark);
}

.button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.12);
}

.page-main {
  padding: clamp(28px, 5vw, 62px) 0 0;
}

.page-hero,
.page-section,
.page-grid,
.category-strip {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.36fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: end;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 88% 18%, rgba(193, 139, 71, 0.18), transparent 30%),
    linear-gradient(135deg, #fff3ed 0%, #fffaf6 62%, #f7efe7 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
}

.page-hero p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.page-hero p + p {
  margin-top: 12px;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-hero-actions .button.ghost {
  color: var(--rose-dark);
  border-color: rgba(192, 66, 102, 0.28);
  background: rgba(255, 255, 255, 0.72);
}

.page-hero-actions .button.ghost:hover,
.page-hero-actions .button.ghost:focus-visible {
  color: #fff;
  background: var(--rose-dark);
}

.page-note {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(70, 42, 34, 0.08);
}

.page-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rose);
}

.page-note p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.52;
}

.about-hero {
  align-items: center;
}

.about-photo {
  width: min(100%, 360px);
  margin: 0;
  justify-self: end;
}

.about-photo picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(234, 220, 210, 0.86);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(70, 42, 34, 0.12);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-section {
  padding: clamp(42px, 7vw, 76px) 0 0;
}

.page-section > p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.58;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: clamp(24px, 4vw, 42px);
}

.content-card,
.link-card {
  min-height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(70, 42, 34, 0.08);
}

.content-card span,
.link-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-card p,
.link-card p {
  color: var(--muted);
  line-height: 1.58;
}

.link-card {
  display: grid;
  gap: 10px;
}

.link-card strong {
  font-size: 20px;
}

.category-strip {
  display: flex;
  gap: 10px;
  padding-top: 22px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-strip a {
  flex: 0 0 auto;
  padding: 12px 14px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.category-strip a[aria-current="page"],
.category-strip a:hover,
.category-strip a:focus-visible {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero-facts {
  display: grid;
  width: min(740px, 100%);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: auto 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.hero-facts div {
  padding: 18px;
  background: rgba(36, 25, 22, 0.34);
}

.hero-facts dt {
  font-size: 24px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.trust-band {
  display: grid;
  width: min(1180px, calc(100% - 36px));
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.trust-item {
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
}

.trust-item span {
  color: var(--gold);
  font-weight: 800;
}

.trust-item strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 20px;
}

.trust-item p,
.intro p,
.feature-copy p,
.quote-band p,
.order-section p,
.steps p,
.product-body p,
.fillings-grid p,
.site-footer p {
  color: var(--muted);
  line-height: 1.58;
}

.section,
.catalog-shell,
.feature-band,
.special-band,
.quote-band,
.delivery-band,
.order-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 34px;
  padding: clamp(34px, 5vw, 58px) 0 22px;
  align-items: end;
}

.intro p {
  margin-bottom: 6px;
}

.catalog-shell {
  padding-bottom: clamp(42px, 6vw, 72px);
}

.catalog-shell-direct {
  padding-top: clamp(28px, 4vw, 48px);
}

.catalog-page-main {
  padding-top: clamp(24px, 4vw, 44px);
}

.catalog-page-catalog {
  padding-bottom: clamp(42px, 6vw, 72px);
}

.catalog-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.catalog-head h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.catalog-head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.5;
}

.audience-grid {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
  max-width: 100%;
}

.audience-card {
  position: relative;
  height: 132px;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(70, 42, 34, 0.12);
  cursor: pointer;
}

.audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36, 25, 22, 0.02), rgba(36, 25, 22, 0.68)),
    linear-gradient(0deg, rgba(36, 25, 22, 0.22), transparent 58%);
}

.audience-card picture {
  display: block;
  width: 100%;
  height: 100%;
}

.audience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.audience-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.audience-card:hover img,
.audience-card:focus-visible img {
  transform: scale(1.04);
}

.audience-card.is-active,
.audience-card:focus-visible {
  border-color: var(--gold);
  outline: 0;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter {
  min-height: 42px;
  padding: 0 16px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.filter.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.catalog-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.order-text {
  display: grid;
  gap: 6px;
}

.order-text span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.order-text textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
}

.order-text textarea:focus {
  border-color: rgba(185, 67, 93, 0.5);
  box-shadow: 0 0 0 3px rgba(185, 67, 93, 0.12);
}

.filter-toggle {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.catalog-count {
  min-width: 116px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.shop-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 86px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 104px);
  overflow: hidden;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(70, 42, 34, 0.06);
}

.filter-panel-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.filter-panel-head strong {
  font-size: 16px;
}

.filter-panel-head button {
  padding: 0;
  color: var(--rose-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.filter-panel .filters {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: rgba(185, 67, 93, 0.42) transparent;
  scrollbar-width: thin;
}

.filter-panel .filter {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

.product-area {
  min-width: 0;
  scroll-margin-top: 92px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(70, 42, 34, 0.08);
}

.product-card.is-hidden {
  display: none;
}

.product-card picture {
  display: block;
}

.product-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.product-image-button:focus-visible {
  outline: 3px solid rgba(185, 67, 93, 0.28);
  outline-offset: -3px;
}

.product-image-button img {
  transition: transform 0.24s ease;
}

.product-image-button:hover img {
  transform: scale(1.025);
}

.product-video-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(35, 24, 22, 0.78);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(35, 24, 22, 0.22);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.product-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.product-body {
  display: flex;
  min-height: 240px;
  padding: 20px;
  flex: 1;
  flex-direction: column;
}

.product-topline,
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-topline {
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.product-sku {
  padding: 5px 8px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
}

.product-footer {
  margin-top: auto;
  padding-top: 18px;
  flex-wrap: wrap;
}

.product-footer strong {
  font-size: 16px;
}

.details-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--rose-dark);
  background: #fff;
  border: 1px solid rgba(185, 67, 93, 0.28);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.order-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  background: var(--rose);
}

.catalog-empty {
  padding: 28px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 8px;
  text-align: center;
}

.catalog-loading {
  padding: 28px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}

.catalog-loading[hidden] {
  display: none;
}

.catalog-loading.is-error {
  color: var(--rose-dark);
  border-color: rgba(185, 67, 93, 0.3);
}

.custom-order-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 239, 231, 0.94)),
    var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(70, 42, 34, 0.08);
}

.custom-order-card span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.custom-order-card h2 {
  margin: 8px 0;
  font-size: clamp(28px, 3vw, 40px);
}

.custom-order-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.modal-open {
  overflow: hidden;
}

.product-modal[hidden] {
  display: none;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 18px;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 25, 22, 0.58);
}

.product-modal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(920px, 100%);
  max-height: min(780px, calc(100vh - 36px));
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(36, 25, 22, 0.28);
  align-items: stretch;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.modal-gallery {
  display: grid;
  gap: 12px;
  align-content: start;
  align-self: stretch;
  background: #fff8f3;
  border-right: 1px solid var(--line);
  min-height: 100%;
  padding: 16px;
}

.modal-media {
  aspect-ratio: 3 / 4;
  background: var(--cream);
  border: 1px solid rgba(221, 198, 185, 0.78);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(70, 42, 34, 0.08);
  overflow: hidden;
}

.modal-media img,
.modal-media video {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.modal-media video {
  display: block;
  background: #1d1716;
}

.modal-content {
  display: grid;
  gap: 14px;
  align-content: center;
  overflow-y: auto;
  min-height: 100%;
  padding: clamp(34px, 4vw, 44px) clamp(24px, 4vw, 40px);
}

.modal-content h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  margin: 2px 0 0;
}

.modal-content p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
}

.modal-content .product-topline {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-right: 42px;
}

.modal-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 2px;
}

.modal-thumbs:empty {
  display: none;
}

.modal-thumbs button {
  flex: 0 0 58px;
  width: 58px;
  height: 76px;
  padding: 0;
  overflow: hidden;
  background: var(--cream);
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

.modal-thumbs button.is-active {
  border-color: var(--rose);
}

.modal-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-video-thumb {
  display: grid;
  place-items: center;
  gap: 4px;
  color: var(--rose-dark);
  font-weight: 900;
}

.modal-video-thumb span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--rose);
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

.modal-video-thumb small {
  font-size: 11px;
  line-height: 1;
}

.modal-order-panel {
  display: grid;
  gap: 14px;
  margin-top: 6px;
  padding: 18px;
  background: #fff8f3;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.modal-order-panel > div:first-child {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.modal-order-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-order-panel strong {
  color: var(--ink);
  font-size: 18px;
}

.modal-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modal-actions .button {
  width: 100%;
  min-height: 44px;
  padding: 12px 15px;
}

.modal-actions .button.ghost {
  color: var(--rose-dark);
  border-color: rgba(185, 67, 93, 0.28);
  background: #fff;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 58px);
  padding: clamp(44px, 7vw, 76px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.special-band {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  scroll-margin-top: 150px;
  padding: clamp(42px, 7vw, 72px);
  margin-bottom: clamp(42px, 7vw, 74px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 239, 231, 0.96)),
    var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(70, 42, 34, 0.08);
}

.special-copy p,
.special-note p {
  color: var(--muted);
  line-height: 1.58;
}

.special-note {
  position: relative;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(234, 220, 210, 0.92);
  border-radius: 8px;
}

.special-note::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--rose), var(--gold));
  border-radius: 0 4px 4px 0;
}

.special-note h3 {
  color: var(--rose-dark);
}

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

.fillings-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(234, 220, 210, 0.8);
  border-radius: 8px;
}

.process {
  padding: clamp(64px, 9vw, 110px) 0;
}

.process-head {
  max-width: 560px;
  margin-bottom: 28px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.steps li {
  min-height: 250px;
  padding: 24px;
  background: #fff;
}

.steps span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  place-items: center;
  color: #fff;
  background: var(--mint);
  border-radius: 50%;
  font-weight: 800;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding-bottom: clamp(66px, 9vw, 110px);
}

.quote-band picture {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-band img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.delivery-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
  padding: clamp(42px, 7vw, 72px) 0;
}

.delivery-band > div:first-child p {
  color: var(--muted);
  line-height: 1.58;
}

.delivery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.delivery-list article {
  min-height: 230px;
  padding: 22px;
  background: #fff;
}

.delivery-list span {
  color: var(--gold);
  font-weight: 800;
}

.delivery-list h3 {
  margin-top: 28px;
}

.delivery-list p {
  color: var(--muted);
  line-height: 1.58;
}

.order-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 58px);
  padding: clamp(44px, 7vw, 76px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-button {
  display: inline-flex;
  min-height: 54px;
  flex: 1 1 160px;
  align-items: center;
  justify-content: center;
  padding: 15px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(72, 46, 42, 0.06);
}

.contact-button-max {
  border-color: transparent;
  color: #fff;
  background: var(--rose);
}

.contact-button-whatsapp {
  border-color: rgba(67, 156, 111, 0.28);
  color: #1d6f48;
  background: #f5fff8;
}

.contact-button-phone {
  border-color: transparent;
  color: #fff;
  background: var(--ink);
}

.map-link {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 3px;
}

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

.text-map-link {
  color: var(--rose-dark);
  font-weight: 800;
  text-decoration-color: rgba(141, 40, 64, 0.38);
}

.contact-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(204, 166, 124, 0.34);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 247, 242, 0.92), rgba(255, 255, 255, 0.96));
}

.contact-address:hover,
.contact-address:focus-visible {
  border-color: rgba(192, 66, 102, 0.34);
  box-shadow: 0 14px 34px rgba(70, 42, 34, 0.09);
}

.contact-address span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-address strong {
  line-height: 1.35;
  text-align: right;
}

.form-note {
  margin: 0;
  color: var(--mint);
  font-weight: 700;
}

.form-note:empty {
  display: none;
}

.site-footer {
  display: grid;
  width: min(1180px, calc(100% - 36px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin: 64px auto 0;
  padding: 34px clamp(18px, 3vw, 34px);
  color: #fff;
  background: var(--ink);
  border-radius: 8px 8px 0 0;
}

.site-footer p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer address {
  display: grid;
  gap: 8px;
  font-style: normal;
  text-align: right;
}

.footer-messengers {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .main-nav {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(234, 220, 210, 0.82);
    border-radius: 8px;
  }

  .product-grid,
  .steps,
  .trust-band,
  .page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .catalog-controls {
    justify-content: space-between;
  }

  .filter-toggle {
    position: fixed;
    top: var(--sticky-category-top, calc(env(safe-area-inset-top) + 104px));
    left: 50%;
    z-index: 35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(360px, calc(100% - 28px));
    box-shadow: 0 14px 34px rgba(36, 25, 22, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .filter-toggle.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .catalog-count {
    text-align: left;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: fixed;
    top: var(--sticky-category-panel-top, calc(env(safe-area-inset-top) + 158px));
    left: 50%;
    z-index: 34;
    display: block;
    width: min(520px, calc(100% - 28px));
    max-height: min(68vh, 520px);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .filter-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .filter-panel-head {
    display: flex;
  }

  .filter-panel .filters {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    padding-right: 0;
  }

  .intro,
  .feature-band,
  .special-band,
  .quote-band,
  .delivery-band,
  .order-section,
  .page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 28px, 1180px);
    gap: 10px;
    padding: 12px 0;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand-logo {
    width: min(286px, 100%);
  }

  .brand-logo img {
    width: 100%;
    max-width: 286px;
    height: auto;
  }

  .hero {
    height: 420px;
    min-height: 420px;
  }

  .logo-hero {
    height: auto;
    min-height: 0;
  }

  .logo-hero picture {
    height: 205px;
    padding: 6px 8px 0;
  }

  .logo-hero img {
    width: 100% !important;
    max-width: 100%;
    max-height: 194px;
    height: auto !important;
  }

  .logo-hero .hero-content {
    display: block;
    width: min(100% - 28px, 1180px);
    padding: 18px 0 24px;
  }

  .logo-hero h1 {
    font-size: 40px;
  }

  .logo-hero .hero-copy {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    padding-top: 54px;
    padding-bottom: 22px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(40px, 12vw, 48px);
    line-height: 1;
  }

  h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.12;
  }

  h3 {
    font-size: 18px;
  }

  .hero-copy {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.44;
  }

  .hero-actions {
    margin-bottom: 0;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(36, 25, 22, 0.82), rgba(36, 25, 22, 0.44)),
      linear-gradient(0deg, rgba(36, 25, 22, 0.42), transparent 48%);
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .button {
    flex: 1 1 150px;
    min-height: 46px;
    padding: 13px 14px;
  }

  .hero-facts,
  .product-grid,
  .steps,
  .trust-band,
  .fillings-grid,
  .contact-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-facts div,
  .trust-item,
  .steps li {
    padding: 18px;
  }

  .hero-facts dt {
    font-size: 22px;
  }

  .hero-facts {
    display: none;
  }

  .intro {
    gap: 14px;
    padding: 28px 0 16px;
  }

  .catalog-shell {
    padding-bottom: 48px;
  }

  .audience-grid {
    display: flex;
    gap: 10px;
    margin-right: -14px;
    margin-bottom: 12px;
    padding-bottom: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .audience-card {
    flex: 0 0 138px;
    aspect-ratio: auto;
  }

  .audience-card,
  .audience-card img {
    height: 112px;
    min-height: 112px;
  }

  .audience-card span {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 15px;
  }

  .section,
  .catalog-shell,
  .feature-band,
  .special-band,
  .quote-band,
  .delivery-band,
  .order-section,
  .page-hero,
  .page-section,
  .page-grid,
  .category-strip {
    width: min(100% - 28px, 1180px);
  }

  .feature-band,
  .special-band,
  .order-section,
  .page-hero,
  .catalog-head,
  .content-card,
  .link-card {
    padding: 22px 16px;
  }

  .contact-button {
    flex-basis: 100%;
  }

  .contact-address {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .contact-address strong {
    text-align: left;
  }

  .catalog-head h1 {
    font-size: 36px;
  }

  .page-main {
    padding-top: 18px;
  }

  .page-hero h1 {
    margin-bottom: 10px;
    font-size: clamp(32px, 9vw, 40px);
  }

  .page-hero p {
    font-size: 16px;
    line-height: 1.48;
  }

  .about-photo {
    width: min(100%, 300px);
    justify-self: center;
  }

  .page-note {
    padding: 16px;
  }

  .page-grid {
    grid-template-columns: 1fr;
  }

  .product-body {
    min-height: 0;
    padding: 18px;
  }

  .catalog-controls {
    gap: 10px;
  }

  .catalog-count {
    min-width: 0;
  }

  .filter-panel {
    padding: 12px;
  }

  .filter-panel .filter {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
  }

  .product-modal {
    overflow-y: auto;
    padding: 10px;
    align-items: start;
  }

  .product-modal-dialog {
    background: #fff;
    align-items: start;
    max-height: none;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .modal-gallery {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 0;
    padding: 12px;
  }

  .modal-media {
    max-height: none;
  }

  .modal-media img,
  .modal-media video {
    min-height: 0;
    max-height: none;
  }

  .modal-content {
    align-content: start;
    min-height: 0;
    overflow: visible;
    padding: 22px 16px 20px;
  }

  .modal-content h2 {
    font-size: clamp(26px, 8vw, 32px);
  }

  .modal-order-panel {
    padding: 14px;
  }

  .modal-actions {
    display: grid;
  }

  .custom-order-card {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .process {
    padding: 50px 0;
  }

  .steps li {
    min-height: 0;
  }

  .delivery-band {
    padding: 44px 0;
  }

  .delivery-list {
    grid-template-columns: 1fr;
  }

  .delivery-list article {
    min-height: 0;
    padding: 18px;
  }

  .delivery-list h3 {
    margin-top: 18px;
  }

  .steps span {
    margin-bottom: 18px;
  }

  .product-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .order-button {
    width: 100%;
  }

  .quote-band img {
    min-height: 320px;
  }

  .site-footer address {
    text-align: left;
  }

  .footer-messengers {
    justify-content: flex-start;
  }
}
