:root {
  --bg: #f6f6f4;
  --paper: #ffffff;
  --ink: #090b0f;
  --muted: #5f6670;
  --blue: #86a9cf;
  --green: #ace17a;
  --dark: #0b0b0c;
  --dark-card: #1a1b20;
  --footer: #263240;
  --line: rgba(9, 11, 15, .08);
  --radius-xl: 46px;
  --radius-lg: 28px;
  --radius-md: 16px;
  --shadow: 0 22px 70px rgba(20, 28, 38, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Exo 2", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.theme-dark { background: var(--dark); color: #f8f8f8; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 18px; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.12; letter-spacing: 0; }

.container { width: min(100% - 48px, 1280px); margin: 0 auto; }
.narrow { width: min(100% - 48px, 940px); margin: 0 auto; }
.section { padding: 90px 0; }
.section-tight { padding: 56px 0; }
.center { text-align: center; }
.lead { font-size: clamp(20px, 3vw, 32px); line-height: 1.25; }
.eyebrow {
  color: var(--blue);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 0;
  background: var(--ink);
  color: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-1px); background: var(--green); color: var(--ink); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-green { background: var(--green); color: var(--ink); }
.btn-small { min-height: 34px; padding: 8px 18px; font-size: 12px; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 18px;
  width: min(100% - 40px, 1080px);
  margin: 18px auto 0;
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 40px rgba(20, 28, 38, .07);
  backdrop-filter: blur(14px);
}
.theme-dark .nav-shell {
  border-color: rgba(255,255,255,.12);
  background: rgba(10,10,11,.72);
  box-shadow: none;
}
.brand img { width: 142px; max-height: 34px; object-fit: contain; }
.main-nav { display: flex; gap: 26px; font-size: 13px; color: #1d2630; }
.theme-dark .main-nav { color: rgba(255,255,255,.82); }
.nav-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 30px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.hero { padding: 88px 0 60px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .8fr;
  gap: 90px;
  align-items: center;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(52px, 7vw, 96px);
}
.hero-copy { max-width: 540px; font-size: 22px; line-height: 1.35; margin-top: 22px; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.microcopy { display: block; margin-top: 12px; font-size: 12px; color: #1b1f24; }
.review-card { max-width: 380px; margin-left: auto; }
.review-person { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 13px; }
.review-person img { width: 34px; height: 34px; border-radius: 999px; }
.review-card p { font-size: 14px; color: #21262d; }
.rating { color: #d7a11b; font-size: 13px; font-weight: 700; }

.image-hero {
  position: relative;
  min-height: 480px;
  padding: 72px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #111 center/cover no-repeat;
  color: #fff;
}
.image-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.18));
}
.image-hero > * { position: relative; z-index: 1; }
.image-hero h2 { max-width: 620px; font-size: clamp(40px, 6vw, 72px); }
.hero-pills {
  position: absolute;
  right: 48px;
  bottom: 70px;
  display: grid;
  gap: 10px;
  justify-items: end;
}
.pill {
  display: inline-flex;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: #334052;
  font-size: 12px;
  font-weight: 700;
}
.stat-row {
  position: absolute;
  right: 54px;
  bottom: 28px;
  display: flex;
  gap: 30px;
  color: #fff;
}
.stat-row strong { display: block; font-size: 30px; line-height: 1; }
.stat-row span { font-size: 10px; }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.feature h3 { font-size: 18px; margin: 14px 0 6px; }
.feature p { font-size: 13px; color: var(--muted); }
.feature-icon { width: 32px; height: 32px; margin: 0 auto; color: var(--blue); }

.split-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
}
.split-head h2 { font-size: clamp(42px, 6vw, 68px); }
.split-head p { max-width: 520px; }

.story-grid {
  display: grid;
  grid-template-columns: 1.2fr .85fr;
  gap: 28px;
  margin-top: 54px;
}
.story-card, .card {
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.story-card { padding: 38px; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; }
.story-card h3 { font-size: 28px; }
.story-photo { overflow: hidden; border-radius: 18px 18px 0 0; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; }
.blue-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border-radius: 14px;
  background: var(--blue);
  color: #fff;
}
.image-card {
  min-height: 180px;
  padding: 30px;
  border-radius: 14px;
  background: #111 center/cover no-repeat;
  color: #fff;
}
.image-card h3 { max-width: 380px; font-size: 30px; }

.reviews-row, .brand-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
}
.review-tile {
  min-height: 120px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
}
.brand-row img {
  max-height: 44px;
  margin: 0 auto;
  object-fit: contain;
  filter: saturate(1.05);
}

.about-hero h1, .page-title {
  font-size: clamp(46px, 6vw, 72px);
}
.about-hero .lead { max-width: 760px; margin-top: 28px; }
.about-grid, .award-grid {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 52px;
  align-items: center;
}
.about-copy, .award-copy {
  padding: 42px;
  border-radius: var(--radius-lg);
  background: #fff;
}
.portrait img { border-radius: 8px; }
.caption { margin-top: 12px; font-size: 12px; text-align: center; color: var(--muted); }
.numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: center; }
.numbers strong { color: var(--blue); font-size: 56px; font-weight: 500; }
.numbers span { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.prep-preview {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: var(--radius-lg);
  background: #fff;
}
.prep-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.prep-mosaic img { border-radius: 22px; height: 190px; width: 100%; object-fit: cover; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.faq-answer { display: none; color: var(--muted); padding: 0 0 24px; }
.faq-item.is-open .faq-answer { display: block; }

.dark-section { background: var(--dark); color: #f6f7f8; }
.dark-hero { padding: 86px 0 70px; text-align: center; }
.dark-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(42px, 6vw, 72px); }
.dark-hero p { max-width: 680px; margin: 22px auto 0; color: rgba(255,255,255,.7); font-size: 20px; }
.dark-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 70px;
}
.dark-card {
  padding: 28px;
  border-radius: 8px;
  background: var(--dark-card);
  text-align: center;
}
.dark-card img { width: 118px; height: 118px; border-radius: 999px; object-fit: cover; margin: 0 auto 20px; }
.dark-feature {
  min-height: 420px;
  padding: 64px;
  border-radius: 28px;
  background: #1b2430 center/cover no-repeat;
  display: flex;
  align-items: end;
  margin-top: 70px;
}
.dark-feature h2 { font-size: clamp(38px, 6vw, 68px); }
.dark-feature p { max-width: 560px; color: rgba(255,255,255,.82); }
.dark-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 54px; }
.dark-icon { padding: 26px 20px; border-radius: 8px; background: #17191f; text-align: center; color: rgba(255,255,255,.76); }
.dark-icon h3 { color: #fff; font-size: 17px; margin-bottom: 8px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}
.product-card img { aspect-ratio: 1; width: 100%; object-fit: contain; }
.product-card h3 { font-size: 14px; margin: 14px 0; text-transform: uppercase; }

.catalog-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 36px;
  align-items: start;
}
.catalog-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
}
.catalog-search {
  width: 100%;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(9, 11, 15, .18);
  border-radius: 2px;
  background: #fff;
  font: inherit;
  font-size: 13px;
}
.catalog-filter-group {
  margin: 26px 0 0;
  padding: 0;
  border: 0;
}
.catalog-filter-group legend {
  margin-bottom: 12px;
  color: #d20a13;
  font-size: 15px;
  font-weight: 700;
}
.catalog-filter-group label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 22px;
  color: #3e4650;
  font-size: 13px;
}
.catalog-filter-group input { width: 14px; height: 14px; margin: 0; }
.catalog-filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-size: 13px;
}
.catalog-order {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}
.catalog-order select {
  min-width: 150px;
  min-height: 36px;
  border: 1px solid rgba(9, 11, 15, .18);
  border-radius: 2px;
  background: #fff;
  font: inherit;
  font-size: 13px;
}
.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.catalog-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(9, 11, 15, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(20, 28, 38, .06);
}
.catalog-card-image {
  display: grid;
  place-items: center;
  padding: 18px;
  min-height: 210px;
}
.catalog-card-image img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}
.catalog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 18px 16px;
}
.catalog-card h2 {
  min-height: 46px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}
.catalog-meta {
  display: grid;
  gap: 6px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  color: #333b45;
  font-size: 13px;
}
.catalog-meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.catalog-meta span {
  color: #d20a13;
  font-size: 10px;
  line-height: 1.7;
}
.catalog-sku {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(9, 11, 15, .07);
  color: #d20a13;
  font-size: 13px;
}
.product-detail-meta {
  max-width: 560px;
  font-size: 15px;
}
.product-detail-section {
  padding-top: 92px;
}
.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, .92fr);
  gap: 64px;
  align-items: start;
}
.product-gallery-card {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 56px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(20, 28, 38, .04);
}
.product-gallery-card img {
  width: 100%;
  max-width: 420px;
  max-height: 390px;
  object-fit: contain;
}
.product-detail-summary {
  padding-top: 22px;
}
.product-detail-title {
  max-width: 560px;
  margin-top: 16px;
  font-size: clamp(38px, 4.2vw, 54px);
  line-height: 1.15;
}
.product-detail-actions {
  margin-top: 32px;
}
.product-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 640px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(9, 11, 15, .1);
}
.product-trust-card {
  text-align: center;
}
.product-trust-card img {
  width: 86px;
  height: 86px;
  margin: 0 auto 12px;
  border-radius: 999px;
  object-fit: cover;
}
.product-trust-card h2 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}
.product-trust-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.catalog-entry {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 52px;
  align-items: center;
}
.catalog-panel { padding: 44px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 48px;
}
.contact-card, .form-card {
  padding: 36px;
  border-radius: var(--radius-lg);
  background: #fff;
}
.form-card input, .form-card textarea {
  width: 100%;
  min-height: 46px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
}
.form-card textarea { min-height: 132px; resize: vertical; }

.whatsapp-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: #f7f8fa;
  color: #1f2c34;
  text-align: center;
}
.whatsapp-box { max-width: 520px; }
.wa-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 40px;
}
.typing {
  display: inline-flex;
  gap: 6px;
  padding: 14px 18px;
  border: 1px solid #e5e9ee;
  border-radius: 20px;
  background: #fff;
  margin: 20px 0;
}
.typing span { width: 8px; height: 8px; border-radius: 999px; background: #25d366; animation: blink 1s infinite; }
.typing span:nth-child(2) { animation-delay: .15s; }
.typing span:nth-child(3) { animation-delay: .3s; }
@keyframes blink { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }

.bio-page { min-height: 100vh; padding: 34px 20px; background: var(--footer); color: #fff; }
.bio-card { max-width: 460px; margin: 0 auto; text-align: center; }
.bio-card .logo { width: 190px; margin: 0 auto 28px; }
.bio-links { display: grid; gap: 12px; margin-top: 28px; }
.bio-links a { padding: 15px 18px; border-radius: 999px; background: rgba(255,255,255,.12); }
.bio-links a:first-child { background: var(--green); color: var(--ink); font-weight: 700; }

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--footer);
  color: rgba(255,255,255,.74);
}
.site-footer::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 520px;
  height: 520px;
  background: url("../images/footer-bg.png") center/contain no-repeat;
  opacity: .45;
}
.footer-cta { padding: 74px 24px; border-bottom: 1px solid rgba(255,255,255,.15); text-align: center; position: relative; z-index: 1; }
.footer-cta h2 { color: #fff; font-size: 36px; margin-bottom: 22px; }
.footer-main {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
  padding: 70px 0 56px;
  display: grid;
  grid-template-columns: .9fr 1.1fr .75fr;
  gap: 58px;
}
.footer-main h3 { color: #fff; font-size: 14px; text-transform: uppercase; margin-bottom: 18px; }
.footer-brand img { width: 180px; margin-bottom: 22px; }
.footer-main iframe { width: 100%; height: 170px; border: 0; border-radius: 3px; }
.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
  padding: 20px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
}
.footer-signature { flex: 0 1 auto; }
.footer-signature a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  transition: color .2s ease;
}
.footer-signature a:hover { color: #f59e0b; }
.footer-signature img { width: auto; max-width: 22px; height: auto; opacity: .85; transition: opacity .2s ease; }
.footer-signature a:hover img { opacity: 1; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
}

@media (max-width: 900px) {
  .container, .narrow { width: min(100% - 30px, 720px); }
  .section { padding: 64px 0; }
  .site-header { width: min(100% - 20px, 720px); top: 10px; margin-top: 10px; }
  .nav-shell { padding: 8px 10px; }
  .main-nav { display: none; }
  .brand img { width: 132px; }
  .hero { padding-top: 58px; }
  .hero-grid, .split-head, .story-grid, .about-grid, .award-grid, .prep-preview, .catalog-entry, .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero h1 { font-size: 48px; }
  .hero-copy { font-size: 18px; }
  .review-card { margin-left: 0; }
  .image-hero { min-height: 360px; padding: 42px 24px; border-radius: 22px; }
  .hero-pills, .stat-row { position: static; margin-top: 24px; justify-items: start; }
  .features, .reviews-row, .brand-row, .numbers, .dark-cards, .dark-icons, .product-grid, .footer-main {
    grid-template-columns: 1fr;
  }
  .catalog-layout, .catalog-product-grid {
    grid-template-columns: 1fr;
  }
  .product-trust-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .product-gallery-card {
    min-height: 320px;
    padding: 28px;
  }
  .product-detail-summary {
    padding-top: 0;
  }
  .product-detail-title {
    font-size: 38px;
  }
  .catalog-sidebar {
    position: static;
  }
  .catalog-order {
    justify-content: stretch;
  }
  .catalog-order select {
    width: 100%;
  }
  .mini-grid { grid-template-columns: 1fr; }
  .about-copy, .award-copy, .story-card, .prep-preview, .catalog-panel, .contact-card, .form-card { padding: 26px; }
  .dark-feature { min-height: 360px; padding: 32px 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
