:root {
  --primary: #0b5d46;
  --primary-dark: #063d30;
  --secondary: #d7b46a;
  --dark: #121816;
  --surface: #f7f5ef;
  --white: #ffffff;
  --muted: #68736f;
  --border: rgba(11, 93, 70, 0.14);
  --shadow: 0 22px 60px rgba(18, 24, 22, 0.14);
  --header-bg: rgba(255, 255, 255, 0.92);
  --text: #16211e;
  --soft: #edf3ef;
}

[data-theme="dark"] {
  --surface: #101816;
  --white: #17211e;
  --dark: #f8f5ec;
  --text: #f4f0e7;
  --muted: #b8c2bd;
  --border: rgba(215, 180, 106, 0.24);
  --header-bg: rgba(16, 24, 22, 0.92);
  --soft: #1d2c28;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: Manrope, Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.65;
  overflow-x: hidden;
}
main { overflow-x: clip; }
body.menu-open, body.age-locked, body.lightbox-open, body.order-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 3px solid var(--secondary); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  transform: translateY(-140%);
  background: var(--dark);
  color: var(--surface);
  padding: 10px 16px;
  border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }
.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 3px;
  width: 0;
  z-index: 2100;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1100;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
  color: #fff;
}
.site-header.is-solid, .site-header.header-inner {
  color: var(--text);
  background: var(--header-bg);
  box-shadow: 0 10px 28px rgba(18, 24, 22, .08);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}
.site-logo img {
  display: block;
  width: auto;
  height: 72px;
  max-width: 190px;
  object-fit: contain;
}
.site-header.is-solid .site-logo img,
.site-header.header-inner .site-logo img { height: 62px; }
.site-logo--footer img {
  height: 96px;
  max-width: 230px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
}
.nav-links a:hover, .nav-links a.active { color: var(--secondary); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn, .menu-toggle, .back-top {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--white);
  color: var(--text);
  transition: transform .2s ease, background .2s ease;
}
.icon-btn:hover, .menu-toggle:hover, .back-top:hover { transform: translateY(-2px); }
.menu-toggle { display: none; }
.btn-premium {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  padding: 11px 18px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(11, 93, 70, .2);
}
.btn-premium:hover { background: var(--primary-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-premium {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(215, 180, 106, .7);
  border-radius: 6px;
  padding: 10px 18px;
  color: inherit;
  font-weight: 900;
  background: rgba(255,255,255,.08);
}
.btn-outline-premium:hover { background: var(--secondary); color: #121816; }

.hero-slider {
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  background: #071d17;
  overflow: hidden;
}
.hero-slide {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #071d17;
  isolation: isolate;
  display: flex;
  align-items: center;
}
.hero-slide__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
}
.hero-slide--classic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/lifestyle/hero-classic-fit.jpeg");
  background-size: cover;
  background-position: 50% 20%;
  filter: blur(18px) brightness(.48);
  transform: scale(1.06);
}
.hero-slide--classic .hero-slide__image {
  object-position: 50% 20%;
  transform: scale(.975);
}
.hero-slide--premium .hero-slide__image { object-position: 58% 18%; }
.hero-slide__overlay {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(3, 24, 18, 0.94) 0%,
      rgba(3, 24, 18, 0.78) 32%,
      rgba(3, 24, 18, 0.28) 62%,
      rgba(3, 24, 18, 0.08) 100%
    );
}
.image-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 25, 20, .86), rgba(6, 25, 20, .44), rgba(6, 25, 20, .18));
}
.hero-slide__content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 70px;
}
.hero-slide__content-inner { max-width: 680px; }
.hero-slider h1, .page-hero h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(2.55rem, 6vw, 5.8rem);
  line-height: 1;
  letter-spacing: 0;
}
.hero-slider p { max-width: 620px; font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,.88); }
.trust-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-pills span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 13px;
}
.scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  opacity: .8;
}
.hero-nav {
  color: #fff;
  z-index: 6;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(3, 24, 18, .28);
  backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease;
}
.hero-nav:hover {
  background: rgba(3, 24, 18, .46);
  border-color: rgba(215,180,106,.7);
}
.hero-nav::after { font-size: 18px; }
.hero-pagination {
  z-index: 6;
  bottom: 26px !important;
}
.hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.72);
  opacity: 1;
}
.hero-pagination .swiper-pagination-bullet-active { background: var(--secondary); }

.section { padding: 92px 0; }
.section-sm { padding: 64px 0; }
.section-title { max-width: 760px; margin-bottom: 34px; }
.eyebrow {
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}
[data-theme="dark"] .eyebrow { color: var(--secondary); }
h2, h3, h4 { font-weight: 900; letter-spacing: 0; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; }
.lead-muted { color: var(--muted); font-size: 1.05rem; }
.surface { background: var(--white); }
.soft { background: var(--soft); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border);
}
.trust-item {
  background: var(--white);
  min-height: 118px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.trust-item i, .feature-card i { color: var(--secondary); font-size: 24px; }
.feature-card, .product-card, .faq-item, .info-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(18,24,22,.04);
}
.feature-card { padding: 26px; height: 100%; }
.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media {
  aspect-ratio: 1 / 1;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.product-media img,
.product-media__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  grid-area: 1 / 1;
  transition: opacity .35s ease, transform .45s ease;
}
.product-media__img--secondary { opacity: 0; }
.product-media__inner { display: none; }
.product-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.product-meta { color: var(--primary); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
[data-theme="dark"] .product-meta { color: var(--secondary); }
.product-actions { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; }
.product-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 18px;
  line-height: 1.1;
}
.product-price__old {
  font-size: 1rem;
  color: rgba(30, 45, 40, .55);
  text-decoration: line-through;
}
.product-price__sale {
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
  color: #006a50;
}
[data-theme="dark"] .product-price__old {
  color: rgba(248, 244, 235, .48);
}
[data-theme="dark"] .product-price__sale {
  color: var(--secondary);
}
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--text);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

body[data-page="products"] [data-product-count] {
  align-self: center;
}
body[data-page="products"] .filters {
  margin-bottom: 34px !important;
}
body[data-page="products"] .product-grid--listing.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}
body[data-page="products"] .product-grid--listing .product-card {
  min-width: 0;
  min-height: 500px;
  height: 100%;
  overflow: visible;
  border-radius: 24px;
  border: 1px solid rgba(11, 93, 70, .14);
  background: linear-gradient(145deg, #fffefb, #f8f4eb);
  box-shadow: 0 18px 44px rgba(18, 24, 22, .09);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}
body[data-page="products"] .product-grid--listing .product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 103, .34);
  box-shadow: 0 26px 58px rgba(18, 24, 22, .14);
}
body[data-page="products"] .product-grid--listing .product-media {
  min-height: 290px;
  height: 290px;
  aspect-ratio: auto;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(212, 175, 103, .12), transparent 44%),
    linear-gradient(145deg, #0b4034 0%, #063126 55%, #041d18 100%);
}
body[data-page="products"] .product-grid--listing .product-media::before {
  content: "";
  position: absolute;
  inset: 18%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,103,.2), transparent 68%);
  filter: blur(16px);
  pointer-events: none;
}
body[data-page="products"] .product-grid--listing .product-media__inner {
  width: 100%;
  height: 100%;
  padding: 14px;
  display: grid;
  place-items: center;
  grid-area: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 103, .18);
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 18px 40px rgba(0,0,0,.2);
}
body[data-page="products"] .product-grid--listing .product-media img {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 270px);
  max-height: min(100%, 270px);
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .24));
  transition: transform .28s ease;
}
body[data-page="products"] .product-grid--listing .product-card:hover .product-media__img--primary {
  opacity: 1;
  transform: scale(1.02);
}
body[data-page="products"] .product-grid--listing .product-body {
  min-width: 0;
  padding: 28px 30px 30px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefb, #f8f4eb);
}
body[data-page="products"] .product-grid--listing .product-body .h4 {
  margin-bottom: 10px;
}
body[data-page="products"] .product-grid--listing .product-body .lead-muted {
  margin-bottom: 18px;
  font-size: .98rem;
  line-height: 1.62;
}
body[data-page="products"] .product-grid--listing .product-actions {
  gap: 12px;
}
body[data-page="products"] .product-grid--listing .product-actions .btn-premium,
body[data-page="products"] .product-grid--listing .product-actions .btn-outline-premium {
  min-width: 128px;
  min-height: 44px;
  padding: 10px 16px;
}
body[data-page="products"] .product-grid--listing .product-actions .btn-outline-premium {
  background: rgba(255, 255, 255, .72);
  color: #18221f;
}
[data-theme="dark"] body[data-page="products"] .product-grid--listing .product-card,
[data-theme="dark"] body[data-page="products"] .product-grid--listing .product-body {
  background: linear-gradient(145deg, #17211e, #101816);
  border-color: rgba(215, 180, 106, .22);
}
[data-theme="dark"] body[data-page="products"] .product-grid--listing .product-body .h4 {
  color: var(--text);
}
[data-theme="dark"] body[data-page="products"] .product-grid--listing .product-actions .btn-outline-premium {
  background: rgba(248, 244, 235, .9);
  color: #14201c;
}

.page-hero {
  padding: 150px 0 78px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero p { color: rgba(255,255,255,.86); max-width: 760px; }

.about-story {
  padding: 104px 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(204,164,88,0.09), transparent 30%),
    linear-gradient(135deg,#03130f 0%,#061d17 50%,#020907 100%);
  color: #f8f4eb;
  overflow: hidden;
}
.about-story .container { max-width: 1380px; }
.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
  gap: clamp(38px, 5vw, 74px);
  align-items: start;
}
.about-story__media {
  position: relative;
  isolation: isolate;
  margin-top: 18px;
}
.about-story__media::before {
  content: "";
  position: absolute;
  inset: 28px -18px -24px 24px;
  z-index: -1;
  border: 1px solid rgba(215, 180, 106, .42);
  border-radius: 30px;
  background: rgba(215, 180, 106, .05);
}
.about-story__media::after {
  content: "";
  position: absolute;
  inset: auto 10% -34px 10%;
  height: 90px;
  z-index: -2;
  background: rgba(215, 180, 106, .28);
  filter: blur(42px);
  animation: aboutGlow 6s ease-in-out infinite alternate;
}
.about-story__media img {
  width: min(100%, 580px);
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(215, 180, 106, .45);
  border-radius: 28px;
  box-shadow: 0 34px 86px rgba(0, 0, 0, .36);
  object-fit: contain;
  background: #061d17;
  transition: transform .45s ease;
}
@media (hover: hover) and (pointer: fine) {
  .about-story__media:hover img { transform: scale(1.018); }
}
.about-story__content {
  max-width: 780px;
}
.about-story__content .eyebrow {
  color: var(--secondary);
  margin-bottom: 14px;
}
.about-story__content h2 {
  max-width: 12ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  line-height: .98;
  color: #fffaf1;
  margin-bottom: 22px;
}
.about-story__intro,
.about-story__closing,
.about-story__note {
  color: rgba(248, 244, 235, .82);
  font-size: clamp(1.06rem, 1.3vw, 1.18rem);
}
.about-story__intro {
  max-width: 64ch;
  margin-bottom: 20px;
}
.about-story__points {
  margin: 28px 0 26px;
  border-left: 1px solid rgba(215, 180, 106, .28);
}
.about-story__point {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0 24px 22px;
  border-top: 1px solid rgba(215, 180, 106, .2);
}
.about-story__point:last-child {
  border-bottom: 1px solid rgba(215, 180, 106, .2);
}
.about-story__point span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215, 180, 106, .5);
  border-radius: 50%;
  color: var(--secondary);
  font-size: 12px;
  font-weight: 900;
}
.about-story__point h3 {
  color: #fffaf1;
  font-size: clamp(1.12rem, 1.4vw, 1.32rem);
  margin-bottom: 8px;
}
.about-story__point p {
  max-width: 68ch;
  margin: 0;
  color: rgba(248, 244, 235, .74);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
}
.about-story__note {
  color: rgba(215, 180, 106, .92);
  font-weight: 800;
}
.about-story__link {
  margin-top: 12px;
  color: #fffaf1;
}

@keyframes aboutGlow {
  from { opacity: .5; transform: translateY(0); }
  to { opacity: .9; transform: translateY(-8px); }
}
.filters {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) auto;
  gap: 12px;
  align-items: end;
}
.form-control, .form-select {
  min-height: 48px;
  border-color: var(--border);
  border-radius: 6px;
  background-color: var(--white);
  color: var(--text);
}
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(11,93,70,.14); }
label { font-weight: 800; margin-bottom: 6px; }

body[data-page="contact"] .contact-layout {
  align-items: flex-start;
}
body[data-page="contact"] .contact-side {
  display: grid;
  gap: 16px;
}
body[data-page="contact"] .contact-info-card,
body[data-page="contact"] .contact-location-card {
  height: auto;
  padding: 24px;
}
body[data-page="contact"] .contact-info-card h2,
body[data-page="contact"] .contact-location-card h2 {
  margin-bottom: 14px;
}
body[data-page="contact"] .contact-lines {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}
body[data-page="contact"] .contact-lines p,
body[data-page="contact"] .business-hours p,
body[data-page="contact"] .business-hours dl,
body[data-page="contact"] .business-hours dd,
body[data-page="contact"] .contact-location-copy p {
  margin-bottom: 0;
}
body[data-page="contact"] .business-hours {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
body[data-page="contact"] .business-hours dl {
  display: grid;
  gap: 5px;
}
body[data-page="contact"] .business-hours dl > div {
  display: grid;
  grid-template-columns: minmax(92px, .7fr) minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}
body[data-page="contact"] .business-hours dt,
body[data-page="contact"] .business-hours dd {
  min-width: 0;
  font-size: .94rem;
  line-height: 1.35;
}
body[data-page="contact"] .business-hours dt {
  font-weight: 800;
}
body[data-page="contact"] .business-hours dd {
  color: var(--muted);
  text-align: right;
}
body[data-page="contact"] .contact-location-card {
  min-width: 0;
}
body[data-page="contact"] .contact-location-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
}
body[data-page="contact"] .contact-location-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}
body[data-page="contact"] .contact-map {
  min-width: 0;
  align-self: stretch;
  min-height: 220px;
}
body[data-page="contact"] .contact-map iframe {
  border: 0;
}

.image-band {
  min-height: 470px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  isolation: isolate;
}
.comparison {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}
.comparison table { margin: 0; color: var(--text); }
.comparison th { background: var(--primary); color: #fff; }
.accordion-button {
  background: var(--white);
  color: var(--text);
  font-weight: 900;
}
.accordion-button:not(.collapsed) { background: var(--soft); color: var(--text); }
.accordion-body { background: var(--white); color: var(--muted); }

.newsletter, .cta-band {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
}
.cta-band {
  border-radius: 8px;
  padding: 44px;
  position: relative;
  overflow: hidden;
}
.site-footer {
  background: #0d1412;
  color: rgba(255,255,255,.78);
  padding: 70px 0 28px;
}
.site-footer h3, .site-footer h4, .site-footer .brand { color: #fff; }
.site-footer a:hover { color: var(--secondary); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-note { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 22px; font-size: 14px; }

.age-modal, .zoom-modal, .order-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 12, 11, .78);
  padding: 20px;
}
.order-modal {
  display: flex;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(14px);
  transition: opacity .18s ease;
}
.age-modal.show, .zoom-modal.show { display: flex; }
.order-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.modal-panel {
  width: min(520px, 100%);
  background: var(--white);
  color: var(--text);
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.age-logo {
  width: auto;
  height: 112px;
  max-width: 180px;
  object-fit: contain;
  margin-bottom: 16px;
}
.zoom-panel { position: relative; width: min(1060px, 96vw); }
.zoom-panel img { max-height: 84vh; width: 100%; object-fit: contain; background: #0d1412; border-radius: 8px; }
.zoom-close { position: absolute; top: 12px; right: 12px; }
.zoom-prev,
.zoom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.zoom-prev { left: 12px; }
.zoom-next { right: 12px; }
.zoom-counter {
  margin: 12px 0 0;
  text-align: center;
  color: #fff;
  font-weight: 800;
}
.order-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(720px, calc(100vh - 24px));
  overflow: auto;
  padding: 22px 24px;
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(10px) scale(.985);
  transition: transform .18s ease;
}
.order-modal.show .order-panel {
  transform: translateY(0) scale(1);
}
.order-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.order-eyebrow {
  margin-bottom: 4px;
}
.order-panel h2 {
  margin-bottom: 0;
}
.order-summary {
  display: grid;
  gap: 2px;
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--soft);
}
.order-summary strong {
  padding-right: 44px;
  line-height: 1.35;
}
.order-summary span {
  color: var(--primary);
  font-weight: 900;
}
.order-form__row {
  display: grid;
  grid-template-columns: minmax(110px, .45fr) minmax(0, 1fr);
  gap: 10px;
}
.order-phone-row {
  display: grid;
  grid-template-columns: minmax(145px, 35%) minmax(0, 65%);
  gap: 5px;
}
.order-form .mb-3 {
  margin-bottom: 0px !important;
}
.order-form label {
  margin-bottom: 0px;
  font-size: .92rem;
}
.order-form .form-control,
.order-form .form-select {
  min-height: 42px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.order-form textarea.form-control {
  min-height: 50px;
}
.order-trust-note {
  margin: 2px 0 10px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.35;
}
.order-form-message {
  display: grid;
  gap: 8px;
  min-height: 0;
  margin: 0 0 10px;
  font-size: .92rem;
  line-height: 1.4;
  white-space: pre-line;
}
.order-form-message--error {
  color: #9f2d2d;
}
[data-theme="dark"] .order-form-message--error {
  color: #ffb4a9;
}
.order-fallback {
  width: 100%;
}
.order-success {
  display: grid;
  gap: 10px;
  padding-top: 8px;
}
.order-success[hidden] {
  display: none;
}
.order-success p {
  margin: 0;
  color: var(--muted);
}
.order-form .lead-muted {
  font-size: .85rem;
}
[data-theme="dark"] .order-summary span {
  color: var(--secondary);
}
.thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.thumbs button {
  width: 82px;
  height: 82px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 5px;
}
.thumbs img { width: 100%; height: 100%; object-fit: contain; }
.main-product-image {
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 20px;
  cursor: zoom-in;
}
.main-product-image img { width: 100%; height: 100%; object-fit: contain; }
.sticky-buy {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: var(--header-bg);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(16px);
}
.whatsapp-float, .back-top {
  position: fixed;
  right: 18px;
  z-index: 1000;
}
.whatsapp-float {
  bottom: 86px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 25px;
  box-shadow: var(--shadow);
}
.back-top { bottom: 24px; opacity: 0; pointer-events: none; }
.back-top.show { opacity: 1; pointer-events: auto; }
.invalid-feedback { display: block; min-height: 18px; }
.fade-in { animation: fadeIn .35s ease both; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

body[data-page="home"] .section { padding: 72px 0; }
body[data-page="home"] .section-sm { padding: 48px 0; }
body[data-page="home"] .section,
body[data-page="home"] .section-sm { scroll-margin-top: 86px; }
body[data-page="home"] .section-title { margin-bottom: 24px; }
body[data-page="home"] .section-title--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
body[data-page="home"] .section-title--row h2,
body[data-page="home"] .section-title--row p { margin-bottom: 0; }
body[data-page="home"] .section-title__action {
  flex: 0 0 auto;
  margin-bottom: 6px;
}
body[data-page="home"] .home-trust .trust-item {
  min-height: 92px;
  padding: 18px 20px;
}
body[data-page="home"] .home-trust .trust-item i { font-size: 21px; }

.featured-products { padding: 78px 0; }
.featured-products .container {
  max-width: 1360px;
}
.product-grid--featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.featured-products [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
.featured-products .section-title--row {
  align-items: center;
}
.featured-products .section-title__action {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(11, 93, 70, .18);
  background: rgba(11, 93, 70, .07);
  color: var(--text);
  box-shadow: none;
}
[data-theme="dark"] .featured-products .section-title__action {
  border-color: rgba(212, 175, 103, .24);
  background: rgba(212, 175, 103, .08);
}
.featured-products .product-card {
  display: grid;
  grid-template-columns: minmax(240px, 42%) 1fr;
  min-height: 340px;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(11, 93, 70, .12);
  border-radius: 22px;
  background: linear-gradient(145deg, #fffefb, #f9f6ef);
  box-shadow: 0 18px 46px rgba(20, 30, 26, .09);
  transition:
    transform .45s cubic-bezier(.2,.8,.2,1),
    box-shadow .45s ease,
    border-color .35s ease;
}
.featured-products .product-media {
  aspect-ratio: auto;
  min-height: 340px;
  height: 100%;
  padding: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(214, 178, 100, .14), transparent 42%),
    linear-gradient(145deg, #0b3c31 0%, #063127 52%, #041f19 100%);
}
.featured-products .product-media::before {
  content: "";
  position: absolute;
  inset: 18%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,103,.2), transparent 68%);
  filter: blur(16px);
  pointer-events: none;
}
.featured-products .product-media__inner {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin: 16px;
  padding: 12px;
  display: grid;
  place-items: center;
  overflow: hidden;
  grid-area: 1 / 1;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 103, .18);
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 18px 40px rgba(0,0,0,.22);
}
.featured-products .product-media img {
  display: block;
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  width: auto;
  height: auto;
  max-width: min(82%, 310px);
  max-height: min(82%, 310px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .26));
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
@media (hover: hover) and (pointer: fine) {
  .product-card:has(.product-media__img--secondary):hover .product-media__img--primary { opacity: 0; transform: scale(.985); }
  .product-card:has(.product-media__img--secondary):hover .product-media__img--secondary { opacity: 1; transform: scale(1.015); }
  .featured-products .product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 103, .36);
    box-shadow:
      0 28px 65px rgba(20, 30, 26, .14),
      0 0 0 1px rgba(212, 175, 103, .18);
  }
  .featured-products .product-card:hover .product-media__img--primary {
    opacity: 1;
    transform: scale(1.02);
  }
}
.featured-products .product-body {
  min-width: 0;
  padding: 34px 34px 32px;
  justify-content: center;
  background: linear-gradient(145deg, #fffefb, #f9f6ef);
}
.featured-products .product-meta {
  margin-bottom: 10px;
  color: #0b5d46;
}
.featured-products .product-body .h4 {
  margin: 0 0 12px;
  color: #063d30;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.1;
}
.featured-products .product-body .lead-muted {
  max-width: 430px;
  color: #59635f;
  font-size: .98rem;
  line-height: 1.65;
  margin-bottom: 18px;
}
.featured-products .badge-soft {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(11, 93, 70, .14);
  background: rgba(11, 93, 70, .07);
  color: #17322b;
  font-size: 11px;
}
.featured-products .badge-soft i {
  color: #0b5d46;
}
.featured-products .product-actions {
  margin-top: 8px;
  gap: 10px;
}
.featured-products .product-actions .btn-premium,
.featured-products .product-actions .btn-outline-premium {
  min-height: 44px;
  border-radius: 8px;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.featured-products .product-actions .btn-outline-premium {
  border-color: rgba(185, 145, 69, .46);
  background: #fffdf8;
  color: #17322b;
}
.featured-products .product-actions .btn-outline-premium:hover {
  border-color: rgba(185, 145, 69, .72);
  background: rgba(212, 175, 103, .16);
  color: #121816;
}
[data-theme="dark"] .featured-products .product-card,
[data-theme="dark"] .featured-products .product-body {
  background: linear-gradient(145deg, #17211e, #101816);
}
[data-theme="dark"] .featured-products .product-body .h4,
[data-theme="dark"] .featured-products .product-actions .btn-outline-premium {
  color: #f7f2e8;
}
[data-theme="dark"] .featured-products .product-body .lead-muted {
  color: rgba(255,255,255,.72);
}
[data-theme="dark"] .featured-products .badge-soft,
[data-theme="dark"] .featured-products .product-actions .btn-outline-premium {
  border-color: rgba(212, 175, 103, .24);
  background: rgba(212, 175, 103, .08);
}

.purpose-section { padding: 64px 0; }
.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.purpose-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  gap: 20px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 22%, rgba(215, 180, 106, .22), transparent 34%),
    var(--white);
  box-shadow: 0 12px 32px rgba(18,24,22,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.purpose-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(215, 180, 106, .55);
}
.purpose-card h3 { margin: 8px 0 6px; }
.purpose-card p {
  margin-bottom: 16px;
  color: var(--muted);
}
.purpose-card img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  justify-self: end;
  filter: drop-shadow(0 16px 18px rgba(18, 24, 22, .12));
}
.purpose-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 900;
}
[data-theme="dark"] .purpose-link { color: var(--secondary); }

.campaign-gallery-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(215, 180, 106, .16), transparent 32%),
    var(--white);
}
.campaign-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr) minmax(260px, .75fr);
  grid-auto-rows: minmax(220px, 1fr);
  gap: 18px;
}
.campaign-tile,
.lifestyle-story__image,
.story-strip button {
  border: 0;
  padding: 0;
  background: #071d17;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(18, 24, 22, .1);
  cursor: zoom-in;
}
.campaign-tile { min-height: 250px; }
.campaign-tile--large {
  grid-row: span 2;
  min-height: 520px;
}
.campaign-tile img,
.lifestyle-story__image img,
.story-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .35s ease;
}
.campaign-tile:hover img,
.lifestyle-story__image:hover img,
.story-strip button:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}
.campaign-tile--large img { object-position: center; }
.lifestyle-story {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
}
.lifestyle-story__image {
  aspect-ratio: 1 / 1;
}
.lifestyle-story__content {
  max-width: 680px;
}
.story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.story-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  font-weight: 850;
  font-size: 13px;
}
.story-points i { color: var(--secondary); }
.story-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.story-strip button {
  aspect-ratio: 1 / 1;
  box-shadow: none;
}
.story-strip img { object-fit: cover; }
.story-strip button:nth-child(3) img { object-fit: contain; padding: 10px; background: #f7f5ef; }

.why-choice-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 112px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 20%, rgba(196, 154, 74, .08), transparent 38%),
    linear-gradient(135deg, #020806 0%, #07110d 48%, #020403 100%);
}
.why-choice-section::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 60%;
  z-index: -1;
  background: radial-gradient(circle at 45% 50%, rgba(212, 175, 103, .11), transparent 58%);
  filter: blur(16px);
  opacity: .8;
  animation: whyAmbientGlow 18s ease-in-out infinite alternate;
  pointer-events: none;
}
.why-choice-section .section-title {
  max-width: 820px;
  margin-bottom: 54px;
}
.why-choice-section .eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #d4af67;
  letter-spacing: .08em;
}
.why-choice-section .eyebrow::after {
  content: "";
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,175,103,.9), rgba(212,175,103,0));
}
.why-choice-section h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 4.6vw, 4.35rem);
  line-height: .98;
  color: #f7f2e8;
}
.why-choice-section .lead-muted {
  max-width: 720px;
  color: rgba(255,255,255,.74);
}
.why-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.why-choice-card {
  position: relative;
  min-height: 300px;
  height: 100%;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(212, 175, 103, .44);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212,175,103,.09), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
    rgba(8, 13, 11, .92);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    inset 0 -1px 0 rgba(212,175,103,.08),
    0 24px 54px rgba(0,0,0,.35);
  transition:
    transform .45s cubic-bezier(.2,.8,.2,1),
    border-color .35s ease,
    box-shadow .45s ease,
    background .35s ease;
}
.why-choice-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(
      115deg,
      transparent 10%,
      rgba(212, 175, 103, .18) 28%,
      rgba(255, 229, 167, .62) 50%,
      rgba(212, 175, 103, .18) 72%,
      transparent 90%
    );
  background-size: 220% 100%;
  animation: goldBorderFlow 7s linear infinite;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.why-choice-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  bottom: -10px;
  width: 48%;
  z-index: -1;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,221,142,.32), transparent 66%),
    radial-gradient(ellipse at 50% 100%, rgba(255,221,142,.22), transparent 68%);
  filter: blur(9px);
  opacity: .58;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .why-choice-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 103, .72);
    background:
      radial-gradient(circle at 50% 0%, rgba(212,175,103,.13), transparent 38%),
      linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.012)),
      rgba(8, 13, 11, .95);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.065),
      inset 0 -1px 0 rgba(212,175,103,.11),
      0 30px 68px rgba(0,0,0,.42),
      0 0 38px rgba(212,175,103,.08);
  }
  .why-choice-card:hover i {
    transform: translateY(-2px) rotate(-3deg) scale(1.04);
  }
}
.why-choice-card i {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 24px;
  color: #d4af67;
  background:
    radial-gradient(circle, rgba(212, 175, 103, .15), rgba(212, 175, 103, .04));
  border: 1px solid rgba(212, 175, 103, .35);
  box-shadow:
    0 0 0 6px rgba(212, 175, 103, .035),
    0 8px 25px rgba(0, 0, 0, .3);
  font-size: 20px;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.why-choice-card h3 {
  margin-bottom: 14px;
  color: #f7f2e8;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.12;
  font-weight: 700;
}
.why-choice-card p {
  margin: 0;
  max-width: 25ch;
  color: rgba(255,255,255,.72);
  font-size: .95rem;
  line-height: 1.65;
}

@keyframes goldBorderFlow {
  from { background-position: 0% 50%; }
  to { background-position: 220% 50%; }
}
@keyframes whyAmbientGlow {
  from { transform: translate3d(-3%, 0, 0) scale(1); opacity: .56; }
  to { transform: translate3d(3%, 4%, 0) scale(1.04); opacity: .88; }
}

.journal-card {
  display: grid;
  grid-template-columns: minmax(260px, .52fr) 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.journal-card__media {
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background: #071d17;
}
.journal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.journal-card:hover .journal-card__media img { transform: scale(1.035); }
.journal-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}
.journal-card time,
.article-hero time {
  color: var(--secondary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.article-shell {
  background: var(--surface);
}
.article-hero {
  padding: 150px 0 58px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(215,180,106,.22), transparent 30%),
    linear-gradient(135deg, #063d30, #071d17 72%, #050807);
}
.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255,255,255,.76);
  font-weight: 800;
  font-size: 14px;
}
.article-breadcrumb a:hover { color: var(--secondary); }
.article-hero h1 {
  max-width: 960px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  line-height: 1;
}
.article-dek {
  max-width: 780px;
  margin: 18px 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
.article-feature {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}
.article-feature img {
  width: min(1120px, 100%);
  max-height: 680px;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
  background: #071d17;
  box-shadow: var(--shadow);
}
.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 840px);
  gap: 42px;
  align-items: start;
  padding-top: 56px;
  padding-bottom: 56px;
}
.article-aside {
  position: sticky;
  top: 100px;
}
.article-toc {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
  box-shadow: 0 12px 28px rgba(18,24,22,.05);
}
.article-toc summary {
  cursor: pointer;
  font-weight: 900;
  margin-bottom: 12px;
}
.article-toc nav {
  display: grid;
  gap: 8px;
}
.article-toc a {
  color: var(--muted);
  font-size: 14px;
}
.article-toc a:hover { color: var(--primary); }
.article-content {
  max-width: 840px;
  font-size: 1.05rem;
}
.article-content section {
  scroll-margin-top: 108px;
  margin-bottom: 42px;
}
.article-content h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}
.article-content li { margin-bottom: 8px; }
.article-disclaimer {
  padding: 24px;
  border: 1px solid rgba(215,180,106,.48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(215,180,106,.16), rgba(11,93,70,.08));
}
.article-disclaimer h2 { font-size: 1.4rem; }
.article-products {
  background: var(--soft);
}

.reviews-section .section-title { margin-bottom: 22px; }
.review-card {
  min-height: 190px;
  padding: 24px;
}
.review-card i {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--soft);
  font-size: 16px;
  margin-bottom: 14px;
}
.review-card p { margin-bottom: 16px; }
.review-card strong {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.faq-newsletter-section .accordion-button { min-height: 54px; padding: 14px 18px; }
.newsletter-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow);
}
.newsletter-card form { max-width: 520px; }
.home-final-cta .cta-band {
  padding: 38px 40px;
  background:
    linear-gradient(135deg, rgba(6,61,48,.98), rgba(11,93,70,.96)),
    radial-gradient(circle at 92% 18%, rgba(215,180,106,.28), transparent 28%);
}

@media (max-width: 991px) {
  .menu-toggle { display: inline-grid; }
  .nav-links {
    position: fixed;
    top: 76px;
    right: 14px;
    width: min(340px, calc(100vw - 28px));
    max-height: calc(100vh - 100px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: var(--white);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
  }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { width: 100%; }
  .filters { grid-template-columns: 1fr 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .site-logo img,
  .site-header.is-solid .site-logo img,
  .site-header.header-inner .site-logo img {
    height: 56px;
    max-width: 150px;
  }
  .site-logo--footer img { height: 76px; }
  body[data-page="home"] .section { padding: 56px 0; }
  body[data-page="home"] .section-sm { padding: 42px 0; }
  .campaign-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(220px, auto);
  }
  .why-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-choice-section { padding-top: 88px; padding-bottom: 88px; }
  .why-choice-section .section-title { margin-bottom: 42px; }
  .why-choice-card { min-height: 280px; }
  .journal-card { grid-template-columns: 1fr; }
  .journal-card__media { min-height: 360px; }
  body[data-page="contact"] .contact-side {
    gap: 18px;
  }
  body[data-page="contact"] .contact-location-grid {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  }
  body[data-page="contact"] .contact-map {
    min-height: 240px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .article-aside {
    position: static;
  }
  .article-toc[open] { padding-bottom: 16px; }
  .campaign-tile--large {
    grid-column: span 2;
    min-height: 440px;
  }
  .lifestyle-story {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-grid--featured,
  .purpose-grid { grid-template-columns: 1fr; }
  .featured-products .product-card {
    grid-template-columns: minmax(180px, 36%) 1fr;
    min-height: 290px;
  }
  .featured-products .product-media { min-height: 290px; }
  .featured-products .product-media img { max-height: 245px; }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .why-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-choice-card { min-height: 300px; }
}
@media (max-width: 1199px) {
  .about-story {
    padding: 84px 0;
  }
  body[data-page="contact"] .contact-layout > .col-lg-7,
  body[data-page="contact"] .contact-side {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body[data-page="contact"] .contact-location-grid {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  }
  body[data-page="contact"] .contact-map {
    min-height: 260px;
  }
  .about-story__grid {
    gap: 44px;
  }
  .about-story__content h2 {
    max-width: 13ch;
  }
  body[data-page="products"] .product-grid--listing.row {
    max-width: 1040px;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .about-story__grid {
    grid-template-columns: 1fr;
  }
  .about-story__media {
    order: 1;
  }
  .about-story__content {
    order: 2;
    max-width: 100%;
  }
  .about-story__content h2 {
    max-width: 15ch;
  }
  .about-story__media img {
    width: min(100%, 520px);
  }
  body[data-page="products"] .product-grid--listing.row {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  body[data-page="products"] .product-grid--listing .product-card {
    min-height: 0;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .hero-slider, .hero-slide { min-height: 100svh; }
  .hero-slide__content { min-height: 100svh; padding-top: 110px; padding-bottom: 84px; align-items: flex-end; }
  .hero-slide--classic .hero-slide__image { object-position: 48% center; }
  .hero-slide--premium .hero-slide__image { object-position: 55% center; }
  .hero-slide__overlay { background: linear-gradient(180deg, rgba(6,25,20,.66), rgba(6,25,20,.38) 34%, rgba(6,25,20,.92)); }
  .hero-slide--classic .hero-slide__image { transform: none; }
  .hero-nav { display: none; }
  .section { padding: 68px 0; }
  body[data-page="contact"] .section {
    padding: 52px 0;
  }
  body[data-page="contact"] .contact-layout {
    --bs-gutter-y: 24px;
  }
  body[data-page="contact"] .contact-info-card,
  body[data-page="contact"] .contact-location-card {
    padding: 22px;
  }
  body[data-page="contact"] .contact-location-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body[data-page="contact"] .contact-location-copy {
    justify-content: flex-start;
  }
  body[data-page="contact"] .contact-map {
    min-height: 230px;
  }
  body[data-page="contact"] .business-hours dl > div {
    grid-template-columns: minmax(86px, .6fr) minmax(0, 1fr);
    gap: 10px;
  }
  body[data-page="contact"] .business-hours dt,
  body[data-page="contact"] .business-hours dd {
    font-size: .9rem;
  }
  .about-story {
    padding: 70px 0;
  }
  .about-story__grid {
    gap: 32px;
  }
  .about-story__media::before {
    inset: 18px 8px -16px 8px;
    border-radius: 24px;
  }
  .about-story__media::after {
    inset-inline: 16%;
    bottom: -24px;
    height: 64px;
  }
  .about-story__media img {
    width: min(100%, 440px);
    border-radius: 24px;
  }
  .about-story__content h2 {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    max-width: 11ch;
  }
  .about-story__intro,
  .about-story__closing,
  .about-story__note {
    font-size: 1rem;
  }
  .about-story__points {
    margin: 22px 0;
  }
  .about-story__point {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0 20px 16px;
  }
  .about-story__point span {
    width: 36px;
    height: 36px;
  }
  .about-story__point p {
    font-size: .98rem;
  }
  body[data-page="home"] .section { padding: 40px 0; }
  body[data-page="home"] .section-sm { padding: 34px 0; }
  body[data-page="home"] .section-title { margin-bottom: 18px; }
  body[data-page="home"] .section-title--row {
    display: block;
  }
  body[data-page="home"] .section-title__action { margin-top: 12px; }
  .campaign-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .why-choice-grid { grid-template-columns: 1fr; }
  .why-choice-section { padding-top: 72px; padding-bottom: 72px; }
  .why-choice-section .section-title { margin-bottom: 34px; }
  .why-choice-card {
    min-height: 278px;
    padding: 26px 22px;
  }
  .why-choice-card p {
    max-width: 32ch;
  }
  .journal-card {
    padding: 12px;
    gap: 14px;
  }
  .journal-card__media {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .journal-card__body { padding: 12px; }
  .article-hero { padding: 122px 0 42px; }
  .article-breadcrumb { font-size: 13px; }
  .article-feature { margin-top: -20px; }
  .article-layout {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .article-toc {
    padding: 14px;
  }
  .article-content { font-size: 1rem; }
  .article-content section { margin-bottom: 32px; }
  .campaign-tile,
  .campaign-tile--large {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .campaign-tile img,
  .lifestyle-story__image img,
  .story-strip img {
    transform: none !important;
  }
  .story-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .story-points { gap: 8px; }
  .story-points span { border-radius: 8px; width: 100%; }
  .zoom-panel { width: 96vw; }
  .zoom-panel img { max-height: 76vh; }
  .order-panel {
    max-height: calc(100svh - 24px);
    padding: 20px;
  }
  .order-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .zoom-prev,
  .zoom-next {
    top: auto;
    bottom: 44px;
    transform: none;
  }
  body[data-page="home"] .home-trust .trust-item {
    min-height: 84px;
    padding: 16px;
    gap: 10px;
  }
  .trust-strip, .filters { grid-template-columns: 1fr; }
  body[data-page="home"] .home-trust .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-page="home"] .home-trust .trust-item {
    flex-direction: column;
    align-items: flex-start;
  }
  body[data-page="products"] .filters {
    margin-bottom: 26px !important;
  }
  body[data-page="products"] .product-grid--listing.row {
    gap: 22px;
  }
  body[data-page="products"] .product-grid--listing .product-card {
    border-radius: 20px;
  }
  body[data-page="products"] .product-grid--listing .product-media {
    min-height: 290px;
    height: 290px;
    padding: 18px;
  }
  body[data-page="products"] .product-grid--listing .product-media__inner {
    border-radius: 16px;
    padding: 12px;
  }
  body[data-page="products"] .product-grid--listing .product-media img {
    max-width: min(100%, 270px);
    max-height: min(100%, 260px);
  }
  body[data-page="products"] .product-grid--listing .product-body {
    padding: 24px;
  }
  body[data-page="products"] .product-grid--listing .product-actions .btn-premium,
  body[data-page="products"] .product-grid--listing .product-actions .btn-outline-premium {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
  .featured-products .product-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 20px;
  }
  .featured-products .product-media {
    min-height: 210px;
    height: 220px;
  }
  .featured-products .product-media__inner {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    margin: 16px;
    border-radius: 16px;
  }
  .featured-products .product-media img {
    max-height: 190px;
  }
  .featured-products .product-body { padding: 24px; }
  .featured-products .product-body .h4 { margin-bottom: 8px; }
  .featured-products .product-body .lead-muted {
    font-size: .94rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .featured-products .product-body .d-flex.mb-3 { margin-bottom: 12px !important; }
  .featured-products .product-actions .btn-premium,
  .featured-products .product-actions .btn-outline-premium {
    flex: 1 1 calc(50% - 5px);
    padding-inline: 12px;
  }
  .purpose-card {
    min-height: 0;
    grid-template-columns: 1fr 104px;
    padding: 22px;
  }
  .purpose-card img {
    width: 104px;
    height: 104px;
  }
  .review-card { min-height: 0; }
  .newsletter-card { min-height: 0; }
  .home-final-cta .cta-band { padding: 32px 24px; }
  .nav-actions .buy-top { display: none; }
  .cta-band { padding: 28px; }
  .sticky-buy.active { display: block; }
  .whatsapp-float { right: 14px; bottom: 82px; width: 50px; height: 50px; }
  .back-top { right: 14px; bottom: 20px; }
}
@media (max-width: 360px) {
  .order-phone-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .why-choice-section::before,
  .about-story__media::after,
  .why-choice-card::before {
    animation: none !important;
  }
  .about-story__media img,
  .about-story__media:hover img,
  .why-choice-card,
  .why-choice-card:hover,
  .why-choice-card:hover i,
  .featured-products .product-card,
  .featured-products .product-card:hover,
  .featured-products .product-card:hover .product-media__img--primary {
    transform: none !important;
  }
}
