:root {
  --ink: #102f31;
  --ink-soft: #25484a;
  --orange: #d4783f;
  --orange-dark: #af5d2f;
  --cream: #f6f1e8;
  --paper: #fffdf9;
  --mint: #dce9e4;
  --line: #d4dfdc;
  --muted: #637573;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(16, 47, 49, 0.11);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 253, 249, .88);
  border-bottom: 1px solid rgba(212, 223, 220, .65);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.15; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--ink); color: var(--white); font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.04em; }
.brand strong { display: block; font-family: "Manrope", sans-serif; font-size: 15px; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--orange-dark); }
.nav-cta { padding: 10px 18px; background: var(--ink); color: var(--white); border-radius: 999px; }
.nav-cta:hover { background: var(--orange-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--ink); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); border-radius: 2px; }

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 56px;
  min-height: 730px;
  padding: 80px max(24px, calc((100vw - 1180px) / 2)) 90px;
  background: var(--cream);
}
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -150px; top: -210px; border: 1px solid rgba(16,47,49,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(16,47,49,.025), 0 0 0 140px rgba(16,47,49,.018); }
.hero-copy, .hero-products { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(46px, 5.4vw, 76px); }
.hero-lead { max-width: 630px; margin: 0 0 32px; color: var(--ink-soft); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(16,47,49,.16); color: var(--muted); font-size: 14px; }
.hero-points strong { color: var(--ink); }

.hero-products { height: 530px; }
.hero-card { position: absolute; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 10px solid var(--white); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: contain; }
.hero-card span { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(16,47,49,.9); color: var(--white); font-size: 12px; font-weight: 700; }
.hero-card-carrot { left: 0; top: 12px; width: 235px; height: 380px; transform: rotate(-3deg); }
.hero-card-shea { right: 0; top: 40px; width: 250px; height: 365px; transform: rotate(3deg); }
.hero-card-wax { left: 155px; bottom: 0; width: 260px; height: 245px; transform: rotate(-1deg); }
.stock-note { position: absolute; right: 12px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid rgba(16,47,49,.13); border-radius: 999px; background: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; backdrop-filter: blur(10px); }
.stock-note i { width: 8px; height: 8px; border-radius: 50%; background: #2e9c63; box-shadow: 0 0 0 4px rgba(46,156,99,.13); }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: var(--container); margin: -32px auto 0; position: relative; z-index: 2; background: var(--ink); color: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.trust-strip div { position: relative; min-height: 152px; padding: 30px 34px; }
.trust-strip div + div { border-left: 1px solid rgba(255,255,255,.15); }
.trust-strip span { position: absolute; right: 26px; top: 20px; color: rgba(255,255,255,.17); font-family: "Manrope", sans-serif; font-size: 34px; font-weight: 800; }
.trust-strip strong { display: block; margin-bottom: 7px; font-family: "Manrope", sans-serif; font-size: 17px; }
.trust-strip p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.section { width: var(--container); margin-inline: auto; padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
.section-heading h2, .trial-intro h2, .inquiry-copy h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(38px, 4.4vw, 58px); }
.section-heading > p { max-width: 500px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image { display: grid; place-items: center; height: 350px; margin: 10px; overflow: hidden; border-radius: 16px; }
.product-image.warm { background: #f7e5d5; }
.product-image.cream { background: #f4ecdc; }
.product-image.dark { background: var(--mint); }
.product-image img { width: 88%; height: 92%; object-fit: contain; mix-blend-mode: multiply; }
.product-content { padding: 18px 24px 26px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.product-meta span:last-child { color: #2b8054; }
.product-content h3 { margin-bottom: 12px; font-size: 25px; }
.product-content > p { min-height: 78px; margin: 0; color: var(--muted); }
.product-content dl { display: grid; grid-template-columns: 1fr 1.4fr; margin: 22px 0; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-content dl div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.product-content dt { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.product-content dd { margin: 2px 0 0; font-weight: 700; }
.text-link { padding: 0; border: 0; background: none; color: var(--orange-dark); font-weight: 700; cursor: pointer; }
.text-link:hover { text-decoration: underline; }
.visual-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.section-link { color: var(--orange-dark); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-grid > a { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.category-grid > a:hover { transform: translateY(-4px); border-color: var(--orange); background: var(--cream); }
.category-grid span { color: var(--orange-dark); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.category-grid h3 { margin: 54px 0 18px; font-size: 25px; }
.category-grid p { margin: 0; color: var(--muted); font-weight: 700; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalog-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.catalog-card[hidden] { display: none; }
.catalog-image { display: grid; place-items: center; height: 300px; margin: 10px; overflow: hidden; border-radius: 16px; background: #f2f5f3; }
.catalog-image img { width: 92%; height: 92%; object-fit: contain; mix-blend-mode: multiply; transform: scale(var(--product-scale, 1)); }
.catalog-content { display: flex; flex: 1; flex-direction: column; padding: 16px 22px 24px; }
.category-label { margin: 0 0 8px !important; color: var(--orange-dark) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.catalog-content h3 { margin-bottom: 10px; font-size: 23px; }
.catalog-content h3 a { text-decoration: none; }
.catalog-content h3 a:hover { color: var(--orange-dark); }
.catalog-content > p { margin: 0; color: var(--muted); }
.catalog-content dl { display: grid; grid-template-columns: 1fr 1.35fr; margin: auto 0 18px; padding-top: 22px; }
.catalog-content dl div { padding-top: 13px; border-top: 1px solid var(--line); }
.catalog-content dl div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.catalog-content dt { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.catalog-content dd { margin: 2px 0 0; font-weight: 700; }
.card-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.quote-link { color: var(--orange-dark); font-size: 14px; font-weight: 800; }

.page-hero { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; padding: 90px max(24px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.page-hero h1 { margin-bottom: 22px; }
.page-hero > div > p:last-child { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: 19px; }
.compact-hero { min-height: 470px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--ink-soft); }
.catalog-stat { min-width: 220px; padding: 30px; border-radius: var(--radius-md); background: var(--ink); color: var(--white); }
.catalog-stat strong { display: block; font-family: "Manrope", sans-serif; font-size: 70px; line-height: 1; letter-spacing: -.06em; }
.catalog-stat span { display: block; margin-top: 10px; color: rgba(255,255,255,.68); }
.catalogue-section { padding-top: 64px; }
.filter-bar { position: sticky; top: 82px; z-index: 10; display: flex; flex-wrap: wrap; gap: 9px; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,249,.95); box-shadow: 0 12px 30px rgba(16,47,49,.07); backdrop-filter: blur(15px); }
.filter-button { padding: 10px 14px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--ink); font-weight: 700; cursor: pointer; }
.filter-button span { display: inline-grid; place-items: center; min-width: 25px; height: 25px; margin-left: 5px; border-radius: 999px; background: var(--mint); font-size: 12px; }
.filter-button:hover, .filter-button.active { background: var(--ink); color: var(--white); }
.filter-button.active span { background: rgba(255,255,255,.17); }
.results-count { margin: 20px 2px 24px; color: var(--muted); font-size: 14px; }
.catalog-disclaimer { margin-top: 38px; padding: 26px 30px; border-left: 4px solid var(--orange); border-radius: 0 18px 18px 0; background: var(--cream); }
.catalog-disclaimer strong { font-family: "Manrope", sans-serif; }
.catalog-disclaimer p { margin: 5px 0 0; color: var(--muted); }

.product-detail { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; min-height: 760px; padding: 80px max(24px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.product-detail-image { display: grid; place-items: center; min-height: 590px; padding: 25px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.product-detail-image img { width: 100%; max-height: 540px; object-fit: contain; mix-blend-mode: multiply; transform: scale(var(--product-scale, 1)); }
.product-detail-copy h1 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 66px); }
.detail-lead { margin: 0 0 20px; color: var(--ink-soft); font-size: 18px; }
.detail-status { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 13px; font-weight: 800; }
.detail-status i { width: 8px; height: 8px; border-radius: 50%; background: #2e9c63; }
.spec-table { margin: 28px 0; border-top: 1px solid rgba(16,47,49,.16); }
.spec-table div { display: grid; grid-template-columns: 155px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(16,47,49,.16); }
.spec-table dt { color: var(--muted); }
.spec-table dd { margin: 0; font-weight: 700; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.buying-notes > div:first-child { max-width: 780px; }
.buying-notes h2 { font-size: clamp(38px, 4.4vw, 58px); }
.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.note-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.note-grid span { color: var(--orange-dark); font-family: "Manrope", sans-serif; font-weight: 800; }
.note-grid h3 { margin: 45px 0 10px; font-size: 22px; }
.note-grid p { margin: 0; color: var(--muted); }
.related-section { padding-top: 20px; }

.faq-list { display: grid; gap: 12px; max-width: 900px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.faq-list summary { padding: 20px 24px; font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; cursor: pointer; }
.faq-list p { margin: 0; padding: 0 24px 22px; color: var(--muted); }

.guide-hero { grid-template-columns: 1fr; min-height: 540px; }
.guide-hero h1 { max-width: 940px; }
.guide-content { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; }
.guide-content section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.guide-content h2 { margin-bottom: 16px; font-size: 30px; }
.guide-content p { color: var(--ink-soft); font-size: 17px; }
.guide-cta { margin-top: 54px; padding: 42px; border-radius: var(--radius-lg); background: var(--ink); color: var(--white); }
.guide-cta h2 { margin-bottom: 12px; font-size: 38px; }
.guide-cta p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.not-found { width: var(--container); min-height: 650px; margin: 0 auto; padding: 130px 0; }
.not-found h1 { max-width: 850px; }
.not-found > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 18px; }

.trial-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; width: 100%; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: var(--ink); color: var(--white); }
.trial-intro { align-self: center; }
.trial-intro .eyebrow { color: #eda979; }
.trial-intro p:last-child { max-width: 480px; color: rgba(255,255,255,.68); font-size: 17px; }
.mix-grid { display: grid; gap: 13px; }
.mix-card { position: relative; padding: 25px 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.045); }
.mix-card.recommended { border-color: var(--orange); background: var(--white); color: var(--ink); }
.recommended-label { position: absolute; right: 20px; top: 18px; padding: 6px 10px; border-radius: 999px; background: var(--orange); color: var(--white); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.mix-card p { margin: 0 0 5px; color: #eda979; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mix-card h3 { margin: 0 0 8px; font-size: 32px; }
.mix-card strong { display: block; font-size: 16px; }
.mix-card span { display: block; margin-top: 6px; color: rgba(255,255,255,.63); font-size: 14px; }
.mix-card.recommended span { color: var(--muted); }

.section-heading.compact { margin-bottom: 36px; }
.process-section { padding-bottom: 130px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.process-list li > span { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 42px; border-radius: 50%; background: var(--mint); font-family: "Manrope", sans-serif; font-weight: 800; }
.process-list h3 { margin-bottom: 8px; font-size: 21px; }
.process-list p { margin: 0; color: var(--muted); }

.inquiry-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 100px max(24px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.inquiry-copy { align-self: center; }
.inquiry-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 17px; }
.inquiry-copy > a { display: inline-block; margin-top: 14px; color: var(--orange-dark); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.inquiry-form { padding: 34px; border: 1px solid rgba(16,47,49,.12); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.inquiry-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: 14px; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #c9d4d1; border-radius: 11px; background: #fff; color: var(--ink); outline: none; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(212,120,63,.13); }
.inquiry-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-button { width: 100%; border: 0; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 30px max(24px, calc((100vw - 1180px) / 2)); background: #0b2527; color: var(--white); }
.footer-brand small { color: rgba(255,255,255,.58); }
.footer-brand .brand-mark { background: var(--orange); }
.site-footer > p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 999px; background: #1f9f5d; color: var(--white); box-shadow: 0 14px 35px rgba(8,76,41,.28); font-weight: 800; text-decoration: none; }
.floating-whatsapp svg { width: 23px; height: 23px; fill: currentColor; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 70px; }
  .hero-products { max-width: 590px; width: 100%; margin-inline: auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; max-width: 570px; width: 100%; justify-self: center; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .page-hero { grid-template-columns: 1fr; align-items: start; }
  .catalog-stat { width: 220px; }
  .product-detail { grid-template-columns: 1fr; gap: 45px; }
  .product-detail-image { min-height: 500px; }
  .trial-section, .inquiry-section { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .process-list { grid-template-columns: 1fr; }
  .note-grid { grid-template-columns: 1fr; }
  .process-list li { display: grid; grid-template-columns: auto 1fr; gap: 22px; min-height: auto; }
  .process-list li > span { margin-bottom: 0; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 620px); }
  .site-header { padding-inline: 16px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 71px 0 auto; display: grid; gap: 0; padding: 16px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: transform .25s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 14px 10px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding: 58px 18px 68px; }
  h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lead { font-size: 17px; }
  .hero-products { height: 430px; }
  .hero-card-carrot { width: 45%; height: 310px; }
  .hero-card-shea { width: 47%; height: 295px; }
  .hero-card-wax { left: 23%; width: 56%; height: 205px; }
  .stock-note { display: none; }
  .trust-strip { grid-template-columns: 1fr; margin-top: -18px; }
  .trust-strip div { min-height: auto; padding: 24px 26px; }
  .trust-strip div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .section { padding: 82px 0; }
  .category-grid, .catalog-grid { grid-template-columns: 1fr; }
  .category-grid > a { min-height: 185px; }
  .category-grid h3 { margin-top: 38px; }
  .page-hero, .product-detail { padding: 58px 18px 72px; }
  .compact-hero { min-height: auto; }
  .catalog-stat { width: 100%; }
  .catalog-stat strong { font-size: 56px; }
  .filter-bar { top: 76px; flex-wrap: nowrap; overflow-x: auto; border-radius: 14px; }
  .filter-button { flex: 0 0 auto; }
  .catalog-image { height: 330px; }
  .product-detail-image { min-height: 380px; padding: 16px; }
  .product-detail-image img { max-height: 360px; }
  .spec-table div { grid-template-columns: 120px 1fr; }
  .guide-content { width: min(100% - 32px, 840px); padding-top: 50px; }
  .guide-cta { padding: 30px 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .product-image { height: 320px; }
  .trial-section, .inquiry-section { padding: 82px 18px; }
  .mix-card { padding: 23px; }
  .inquiry-form { padding: 24px 18px; border-radius: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer .brand { justify-self: center; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 54px; height: 54px; justify-content: center; padding: 0; }
}

@media (max-width: 430px) {
  .brand small { display: none; }
  .hero-products { height: 380px; }
  .hero-card { border-width: 7px; border-radius: 20px; }
  .hero-card-carrot { height: 270px; }
  .hero-card-shea { height: 255px; }
  .hero-card-wax { left: 19%; width: 64%; height: 185px; }
  .hero-card span { display: none; }
  .product-content > p { min-height: auto; }
}
