:root {
  --bg: #faf9f6;
  --bg-alt: #edece8;
  --primary: #1a2e2e;
  --primary-deep: #0f1e1e;
  --accent: #a8874a;
  --text: #4a4a42;
  --muted: #8a8a7e;
  --border: #dddbd5;
  --footer-rule: #1e3030;
  --success: #25d366;
  --error: #8b0000;
  --container: 1240px;
  --header-height: 72px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Manrope", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; border-radius: 0; }
button { cursor: pointer; }
:focus-visible { outline: 1.5px solid var(--primary); outline-offset: 2px; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.site-header { position: fixed; inset: 0 0 auto 0; height: var(--header-height); z-index: 20; transition: background-color 180ms ease, border-color 180ms ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: var(--bg); border-bottom-color: var(--border); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 24px; }
.brand, .footer-brand { font-size: 17px; font-weight: 700; letter-spacing: 0.02em; color: var(--primary); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { position: relative; font-size: 14px; font-weight: 600; color: var(--muted); transition: color 150ms ease; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1.5px; background: var(--accent); opacity: 0; transform: scaleX(0.6); transform-origin: center; transition: opacity 150ms ease, transform 150ms ease; }
.nav-link:hover, .nav-link-active { color: var(--primary); }
.nav-link:hover::after, .nav-link-active::after { opacity: 1; transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1.5px solid var(--primary); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.button-primary { background: var(--primary); color: #fff; }
.button-primary:hover { background: transparent; color: var(--primary); }
.button-secondary { background: transparent; color: var(--primary); }
.button-secondary:hover { background: var(--primary); color: #fff; }
.button-ghost { border-color: #fff; color: #fff; background: transparent; }
.button-ghost:hover { background: #fff; color: var(--primary); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1.5px solid var(--primary); background: transparent; flex-direction: column; justify-content: center; gap: 5px; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 0 auto; background: var(--primary); }
.mobile-overlay { position: fixed; inset: 0; background: rgba(15, 30, 30, 0.24); opacity: 0; pointer-events: none; transition: opacity 180ms ease; z-index: 15; }
.mobile-overlay.is-visible { opacity: 1; pointer-events: auto; }
.hero, .page-hero { padding-top: calc(var(--header-height) + 72px); }
.hero { padding-bottom: 72px; }
.hero-grid, .countries-grid, .quote-layout { display: grid; gap: 40px; }
.hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; }
.display-title, .section-title, .page-title { font-family: "Bebas Neue", sans-serif; line-height: 0.95; letter-spacing: 0.02em; margin: 0; color: var(--primary); }
.display-title { font-size: clamp(4.25rem, 8vw, 6rem); }
.page-title { font-size: clamp(4rem, 7vw, 5.8rem); }
.hero-text, .page-hero-content p, .countries-copy p { max-width: 620px; font-size: 17px; margin: 18px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.section-label { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.section-line { width: 32px; height: 1px; background: var(--accent); }
.section-label-text { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); }
.hero-visual { position: relative; border: 1px solid var(--primary); background: #fff; }
.hero-visual img { min-height: 520px; object-fit: cover; }
.departure-card { position: absolute; left: 28px; right: 28px; bottom: -32px; padding: 20px 22px; background: #fff; border: 1px solid var(--border); }
.departure-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.stats-strip, .countries-section { background: var(--primary); color: #dbe5e3; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 28px 0; }
.stat-item strong { display: block; font-size: 28px; font-weight: 800; color: #fff; }
.stat-item span { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #91a5a2; }
.section { padding: 104px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 780px; margin-bottom: 36px; }
.section-title { font-size: clamp(3rem, 4.8vw, 4.6rem); }
.section-title-light, .quote-panel-dark .page-title, .quote-panel-dark .section-label-text, .quote-panel-dark .section-line { color: #fff; }
.quote-panel-dark .section-line { background: var(--accent); }
.card { background: #fff; border: 1px solid var(--border); }
.service-grid, .product-category-grid, .comparison-grid, .process-grid, .products-grid, .footer-grid { display: grid; gap: 24px; }
.service-grid, .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-category-grid, .products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card, .category-card, .comparison-card, .product-card { padding: 22px; }
.card-image { aspect-ratio: 4 / 3; object-fit: cover; background: #f0efeb; border: 1px solid var(--border); margin-bottom: 18px; }
.card h3, .comparison-card h3, .product-card h3, .process-card h3, .flow-step h3, .site-footer h3 { margin: 0 0 10px; color: var(--primary); }
.text-link { display: inline-block; margin-top: 18px; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--primary); }
.text-link:hover { color: var(--accent); }
.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.product-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(168, 135, 74, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 16px 32px rgba(15, 30, 30, 0.08);
}
.product-card:hover::after {
  opacity: 1;
}
.product-card .card-image {
  margin-bottom: 0;
}
.product-card-body {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
}
.product-card-category {
  margin: 0;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.product-card-category-link {
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
}
.product-card-category-link:hover {
  color: var(--primary);
}
.product-card h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 0.95;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
}
.product-card-price {
  margin: 0;
  color: var(--primary);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.product-card-description {
  margin: 0;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.6em * 3);
}
.product-card-link {
  width: 100%;
  margin-top: auto;
}
.process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-card { position: relative; padding: 30px 24px 24px; overflow: hidden; }
.process-number { position: absolute; right: 18px; top: 8px; font-family: "Bebas Neue", sans-serif; font-size: 96px; line-height: 1; color: rgba(168, 135, 74, 0.14); }
.countries-section { padding: 104px 0; }
.countries-grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; }
.countries-copy p { color: #a4b1af; }
.pill-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pill-list span { padding: 10px 14px; border: 1px solid #39504f; color: #fff; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.map-card { border: 1px solid #39504f; padding: 28px; background: rgba(255, 255, 255, 0.02); }
.page-main { padding-top: var(--header-height); }
.page-hero { padding-bottom: 42px; }
.page-hero-content { padding: 40px 0 10px; }
.feature-list { margin: 0; padding-left: 18px; }
.horizontal-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.flow-step { padding: 26px 20px; position: relative; border-right: none; }
.flow-step:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -12px; width: 24px; height: 1px; background: var(--accent); }
.flow-step span { display: inline-block; margin-bottom: 14px; font-family: "Bebas Neue", sans-serif; font-size: 44px; color: var(--accent); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.filter-tab, .service-option { min-height: 48px; padding: 0 18px; border: 1px solid var(--border); background: #fff; color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.filter-tab.is-active, .service-option.is-active { border-color: var(--primary); background: var(--primary); color: #fff; }
.empty-state { margin: 24px 0 0; padding: 18px; border: 1px solid var(--border); background: #fff; }
.thank-you-card {
  max-width: 880px;
  padding: 48px;
}
.thank-you-title {
  margin-bottom: 18px;
}
.thank-you-copy {
  max-width: 56ch;
  font-size: 17px;
  margin: 0 0 14px;
}
.quote-layout { grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr); min-height: calc(100vh - var(--header-height)); }
.quote-panel { padding: 56px 48px; }
.quote-panel-dark { background: var(--primary); color: #dbe5e3; }
.quote-panel-dark p { color: #a4b1af; }
.quote-contact-list { display: grid; gap: 18px; margin-top: 32px; }
.quote-contact-list p { display: grid; gap: 6px; margin: 0; }
.quote-contact-list strong { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.quote-panel-form { background: var(--bg); }
.quote-form { max-width: 720px; }
.service-selector { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--border); background: #fff; color: var(--text); min-height: 52px; }
.field textarea { resize: vertical; min-height: 148px; }
.field input:focus, .field select:focus, .field textarea:focus { border-width: 1.5px; border-color: var(--primary); outline: none; }
.field-error { min-height: 16px; margin: 0; font-size: 11px; color: var(--error); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: var(--error); }
.is-hidden { display: none; }
.form-submit { margin-top: 12px; }
.site-footer { background: var(--primary-deep); color: #6a7e7e; border-top: 1px solid var(--footer-rule); }
.footer-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr; padding: 56px 0 36px; }
.footer-copy { max-width: 280px; }
.site-footer h3 { font-size: 14px; margin-bottom: 14px; color: #fff; }
.site-footer a, .site-footer p { display: block; margin: 0 0 10px; font-size: 14px; color: #6a7e7e; }
.site-footer a:hover { color: #fff; }
.footer-whatsapp { margin-top: 18px; }
.footer-bottom { border-top: 1px solid var(--footer-rule); }
.footer-bottom-row { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; }
.footer-bottom-row p:last-child { color: var(--accent); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; background: var(--success); color: #fff; z-index: 18; }
.whatsapp-float svg { width: 24px; height: 24px; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 550ms ease, transform 550ms ease; transition-delay: calc(var(--reveal-delay, 0) * 90ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.product-page-hero {
  padding-bottom: 26px;
  position: relative;
  overflow: hidden;
}

.product-page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: min(38vw, 420px);
  height: 160px;
  background: linear-gradient(90deg, rgba(168, 135, 74, 0.18), rgba(168, 135, 74, 0));
  pointer-events: none;
}

.product-page-section {
  padding-top: 18px;
}

.product-page-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.product-media-panel,
.product-details-panel,
.product-detail-card,
.product-loading-block,
.product-fetch-error {
  min-width: 0;
}

.product-main-image-frame {
  width: 100%;
  padding: 0;
  border: 1px solid var(--primary);
  background: #fff;
  overflow: hidden;
}

.product-main-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  min-height: 540px;
  transition: transform 600ms ease;
}

.product-main-image-frame:hover .product-main-image {
  transform: scale(1.02);
}

.product-thumbnail-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.product-thumbnail-button {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  background: #fff;
  scroll-snap-align: start;
  transition: transform 180ms ease, border-color 180ms ease;
}

.product-thumbnail-button.is-active {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.product-thumbnail-button img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-thumb-skeleton,
.skeleton {
  position: relative;
  overflow: hidden;
  background: #edece8;
}

.product-thumb-skeleton::after,
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(237, 236, 232, 0), rgba(255, 255, 255, 0.5), rgba(237, 236, 232, 0));
  transform: translateX(-100%);
  animation: shimmer 1.5s infinite;
}

.product-thumb-skeleton {
  min-height: 96px;
  border: 1px solid var(--border);
}

.product-detail-card,
.product-loading-block,
.product-fetch-error {
  border: 1px solid var(--border);
  background: #fff;
  padding: 28px;
  position: sticky;
  top: calc(var(--header-height) + 22px);
}

.product-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.product-category-chip,
.product-reference-chip {
  margin: 0;
  padding: 9px 12px;
  border: 1px solid var(--border);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-category-chip {
  color: var(--primary);
  background: var(--bg-alt);
}

.product-reference-chip {
  color: var(--accent);
}

.product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.product-detail-title {
  margin: 0;
  color: var(--primary);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
}

.share-product-button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
}

.share-product-button svg {
  width: 20px;
  height: 20px;
}

.share-product-button.is-copied {
  background: var(--primary);
  color: #fff;
}

.product-detail-price {
  margin: 18px 0 10px;
  color: var(--primary);
  font-size: 28px;
  font-weight: 800;
}

.product-detail-description {
  margin: 0 0 28px;
  max-width: 58ch;
}

.product-highlight-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  margin-bottom: 22px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #f7f5ef, #fff);
}

.product-selection-group {
  padding: 18px;
  border: 1px solid var(--border);
  margin-bottom: 20px;
  background: #fcfbf8;
}

.product-selection-group.has-error {
  border-color: var(--error);
}

.selector-block + .selector-block {
  margin-top: 18px;
}

.selector-label {
  display: block;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.color-swatch-row,
.option-choice-row,
.product-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.color-swatch,
.option-choice,
.size-option {
  min-width: 44px;
  min-height: 44px;
}

.color-swatch {
  padding: 0;
  border: 1px solid var(--border);
  clip-path: circle(50%);
}

.color-swatch.is-active {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.option-choice,
.size-option {
  position: relative;
  padding: 0 16px;
  border: 1px solid var(--primary);
  background: #fff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.option-choice.is-active,
.size-option.is-active {
  background: var(--primary);
  color: #fff;
}

.option-choice.sold-out,
.size-option.sold-out {
  border-color: var(--border);
  color: rgba(74, 74, 66, 0.4);
}

.option-choice.sold-out::after,
.size-option.sold-out::after {
  content: "";
  position: absolute;
  inset: 50% 6px auto 6px;
  height: 1px;
  background: currentColor;
  transform: rotate(-18deg);
}

.option-choice.is-unavailable {
  border-style: dashed;
  color: rgba(74, 74, 66, 0.3);
}

.selector-error {
  min-height: 16px;
  margin: 14px 0 0;
  color: var(--error);
  font-size: 11px;
}

.product-selection-summary {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  background: #f6f3ec;
}

.product-selection-copy {
  margin: 0;
  color: var(--primary);
  font-weight: 700;
}

.product-meta-grid {
  border-top: 1px solid var(--border);
  padding-top: 18px;
}

.product-meta-grid > div {
  min-width: 160px;
}

.product-meta-value {
  margin: 0;
  color: var(--primary);
  font-weight: 700;
}

.product-demo-note {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.product-whatsapp-cta {
  width: min(100%, var(--container));
  margin: 0 auto 48px;
  display: grid;
  gap: 4px;
  align-items: center;
  justify-items: center;
  min-height: 68px;
  padding: 10px 24px;
  border: 1.5px solid var(--primary);
  background: var(--primary);
  color: #fff;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.product-whatsapp-cta:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--primary);
  transform: translateY(-2px);
}

.product-whatsapp-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-whatsapp-meta {
  font-size: 12px;
  letter-spacing: 0.04em;
  opacity: 0.84;
}

.product-whatsapp-cta.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 50;
  box-shadow: 0 -6px 18px rgba(15, 30, 30, 0.14);
}

body.product-cta-sticky {
  padding-bottom: 56px;
}

.skeleton-label { width: 160px; height: 14px; margin-bottom: 18px; }
.skeleton-title { width: 72%; height: 80px; margin-bottom: 18px; }
.skeleton-price { width: 140px; height: 28px; margin-bottom: 20px; }
.skeleton-copy { width: 100%; height: 16px; margin-bottom: 12px; }
.skeleton-copy.short { width: 68%; margin-bottom: 28px; }
.skeleton-selector { width: 100%; height: 54px; margin-bottom: 14px; }
.skeleton-cta { width: 100%; height: 56px; margin-top: 18px; }

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: #0f1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.image-modal.is-hidden {
  display: none;
}

.image-modal-content {
  width: auto;
  max-width: min(100%, 1200px);
  max-height: calc(100vh - 48px);
  object-fit: contain;
}

.image-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

body.product-is-ready .product-media-panel {
  animation: productLift 500ms ease both;
}

body.product-is-ready .product-detail-card {
  animation: productLift 650ms ease both;
}

@keyframes productLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1080px) {
  .product-category-grid, .products-grid, .footer-grid, .horizontal-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid, .countries-grid, .quote-layout, .service-grid, .comparison-grid, .process-grid { grid-template-columns: 1fr; }
  .quote-layout { min-height: auto; }
  .product-page-layout { grid-template-columns: 1fr; }
  .product-detail-card,
  .product-loading-block,
  .product-fetch-error {
    position: static;
  }
  .product-highlight-band {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .nav-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; top: var(--header-height); right: 16px; width: min(320px, calc(100% - 32px)); padding: 22px; background: var(--bg); border: 1px solid var(--border); display: grid; gap: 18px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 180ms ease, transform 180ms ease; z-index: 16; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .display-title, .page-title { font-size: clamp(3.4rem, 16vw, 5rem); }
  .hero-visual img { min-height: 360px; }
  .stats-grid, .product-category-grid, .products-grid, .footer-grid, .horizontal-flow, .form-grid { grid-template-columns: 1fr; }
  .quote-panel { padding: 36px 20px; }
  .thank-you-card { padding: 28px 20px; }
  .footer-bottom-row { flex-direction: column; }
  .product-main-image { min-height: 320px; }
  .product-page-hero::after {
    width: 70vw;
    height: 120px;
    top: 72px;
  }
  .product-thumbnail-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .product-thumbnail-track::-webkit-scrollbar { display: none; }
  .product-thumbnail-button,
  .product-thumb-skeleton {
    flex: 0 0 112px;
  }
  .product-detail-card,
  .product-loading-block,
  .product-fetch-error {
    padding: 20px;
  }
  .product-highlight-band {
    gap: 14px;
    padding: 16px;
  }
  .product-whatsapp-cta {
    width: 100%;
    margin-bottom: 24px;
    min-height: 74px;
    padding: 12px 20px;
  }
}
