:root {
  --cream:#f7f1e5;
  --paper:#fffdf9;
  --ink:#472b24;
  --muted:#786b62;
  --green:#294d2f;
  --red:#a23532;
  --line:#e9dfd0;
  --shadow:0 14px 36px rgba(58,43,31,.08);
}

body.v8-home {
  margin:0;
  color:var(--ink);
  background:var(--cream);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.45;
}

.v8-home .v8-wrap,
.v8-home .site-header__inner,
.v8-home .hero__inner {
  width:min(1180px,calc(100% - 32px));
  max-width:none;
  margin:auto;
}

.v8-home .site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(247,241,229,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(71,43,36,.08);
  box-shadow:none;
}

.v8-home .site-header__inner {
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0;
}

.v8-home .brand {
  width:auto;
  color:var(--ink);
  font-size:1.15rem;
  font-weight:900;
  letter-spacing:-.03em;
}

.v8-home .main-nav {
  display:flex;
  align-items:center;
  gap:22px;
  font-size:.93rem;
}

.v8-home .main-nav a {
  color:var(--ink);
  font-weight:500;
}

.v8-home .main-nav .nav-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  color:#fff;
  background:var(--green);
  font-weight:800;
}

.v8-home .hero {
  padding:62px 0 46px;
  background:var(--cream);
}

.v8-home .hero__inner {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:44px;
  align-items:center;
}

.v8-home .hero__content {
  max-width:none;
  padding:0;
}

.v8-home .v8-kicker {
  display:inline-flex;
  padding:8px 12px;
  border:1px solid #d8cab8;
  border-radius:999px;
  color:#6a5b4f;
  background:#fbf7ef;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
}

.v8-home .hero h1 {
  max-width:780px;
  margin:18px 0 22px;
  color:var(--ink);
  font-size:clamp(2.6rem,6vw,5.2rem);
  line-height:.98;
  letter-spacing:-.055em;
}

.v8-home .hero p.tagline {
  max-width:720px;
  margin:0;
  color:#67584e;
  font-size:1.12rem;
}

.v8-home .cta-row {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.v8-home .btn {
  min-height:auto;
  padding:12px 18px;
  border-radius:999px;
  font-weight:800;
}

.v8-home .btn--primary {
  color:#fff;
  background:var(--green);
}

.v8-home .btn--outline {
  color:var(--ink);
  background:#fbf7ef;
  border:1px solid #cdbda9;
}

.v8-home .hero__photo {
  min-height:520px;
  aspect-ratio:auto;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(71,43,36,.06);
  border-radius:28px;
  background:#e8dbc8;
  box-shadow:var(--shadow);
}

.v8-home .hero__photo img {
  width:100%;
  height:100%;
  min-height:520px;
  display:block;
  object-fit:cover;
  object-position:50% 62%;
}

.v8-home .trust-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fbf7ef;
}

.v8-home .trust-strip .v8-wrap {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:28px;
  padding:16px 0;
  font-weight:750;
}

.v8-home .catalog-shell {
  padding:62px 0;
  background:var(--cream);
}

.v8-home .catalog-heading {
  margin-bottom:0;
}

.v8-home .catalog-heading h2,
.v8-home .benefits-section h2,
.v8-home .story-copy h2,
.v8-home .testimonials-section h2,
.v8-home .faq-section h2 {
  margin:0 0 12px;
  color:var(--ink);
  font-size:clamp(2rem,3vw,3rem);
  line-height:1.1;
  letter-spacing:-.04em;
}

.v8-home .catalog-heading > p,
.v8-home .section-lead {
  max-width:760px;
  margin:0 0 30px;
  color:#75685f;
}

.v8-home .catalog-heading > p {
  width:100%;
  max-width:none;
  text-wrap:pretty;
  overflow-wrap:break-word;
}

.v8-home .catalog-note {
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin:0 0 24px;
  padding:16px 18px;
  color:#6c5d52;
  background:#fff9ee;
  border:1px solid #e5d8c6;
  border-radius:18px;
}

.v8-home .catalog-tabs {
  position:sticky;
  top:74px;
  z-index:15;
  padding:12px 0;
  background:rgba(247,241,229,.96);
  border:0;
  backdrop-filter:blur(12px);
}

.v8-home .tab-row {
  display:flex;
  gap:10px;
  padding-bottom:2px;
  overflow:auto;
}

.v8-home .catalog-tab {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  padding:10px 16px;
  color:var(--ink);
  background:#fffaf2;
  border:1px solid #d7c9b9;
  border-radius:999px;
  font-weight:800;
  white-space:nowrap;
}

.v8-home .catalog-tab.active {
  color:#fff;
  background:var(--ink);
  border-color:var(--ink);
}

.v8-home #catalogo .category {
  width:min(1180px,calc(100% - 32px));
  max-width:none;
  margin:46px auto 0;
  padding:0;
}

.v8-home .category__header {
  margin:0 0 18px;
  padding:0;
  border:0;
}

.v8-home .category__title {
  margin:0;
  color:var(--ink);
  font-size:1.7rem;
  letter-spacing:0;
}

.v8-home .product-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.v8-home .tag-card {
  min-height:100%;
  padding:16px;
  gap:0;
  color:var(--ink);
  background:var(--paper);
  border:1px solid rgba(71,43,36,.06);
  border-radius:24px;
  box-shadow:var(--shadow);
}

.v8-home .tag-card__hole {
  position:relative;
  top:auto;
  left:auto;
  width:22px;
  height:22px;
  margin:-28px auto 10px;
  background:#fff;
  border:6px solid #fbf7ef;
  border-radius:50%;
  box-shadow:0 2px 9px rgba(0,0,0,.07);
}

.v8-home .tag-card__image {
  width:100%;
  aspect-ratio:1/1;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#e8dbc8;
  border-radius:16px;
  cursor:pointer;
}

.v8-home .tag-card__image:focus-visible {
  outline:3px solid var(--green);
  outline-offset:4px;
}

.v8-home .tag-card__image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:none;
}

.v8-home .tag-card__name {
  min-height:0;
  margin:12px 0 4px;
  color:var(--ink);
  font-size:1.02rem;
  line-height:1.2;
}

.v8-home .tag-card__detail,
.v8-home .tag-card__flag {
  min-height:20px;
  color:#8d8178;
  font-size:.82rem;
}

.v8-home .tag-card__price-row {
  margin-top:auto;
  padding-top:18px;
}

.v8-home .tag-card__price {
  color:var(--red);
  font-size:1.22rem;
  font-weight:900;
}

.v8-home .tag-card__unit {
  color:#65584f;
  font-size:.93rem;
  font-weight:700;
}

.v8-home .tag-card__availability {
  align-self:flex-start;
  margin-top:12px;
  padding:7px 11px;
  color:#8b4e12;
  background:#fff4df;
  border:1px solid #e2a34d;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800;
}

.v8-home .tag-card__details {
  align-self:flex-start;
  margin-top:10px;
  color:var(--green);
  font-size:.82rem;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
}

.v8-home .qty-btn--add {
  width:100%;
  margin-top:14px;
  padding:12px 14px;
  color:#fff;
  background:var(--green);
  border:0;
  border-radius:999px;
  font-weight:850;
}

.v8-home .category__footnotes {
  margin-top:14px;
  color:#8d8178;
}

.v8-home .benefits-section,
.v8-home .testimonials-section {
  padding:62px 0;
  background:#f2eadf;
}

.v8-home .info-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.v8-home .info-card {
  padding:22px;
  background:#fbf7ef;
  border:1px solid #e2d7c7;
  border-radius:20px;
  box-shadow:none;
}

.v8-home .info-card b {
  display:block;
  margin-bottom:7px;
}

.v8-home .story-section,
.v8-home .faq-section {
  padding:62px 0;
  background:var(--cream);
}

.v8-home .story-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  align-items:stretch;
}

.v8-home .story-media {
  min-height:360px;
  overflow:hidden;
  background:#e9ddca;
  border-radius:28px;
}

.v8-home .story-media img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.v8-home .story-copy {
  padding:34px;
  background:var(--paper);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.v8-home .testimonials {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.v8-home .quote {
  padding:24px;
  background:var(--paper);
  border:1px solid rgba(71,43,36,.06);
  border-radius:22px;
}

.v8-home .small {
  color:#897b71;
  font-size:.84rem;
}

.v8-home .faq-wrap {
  max-width:1180px;
}

.v8-home .faq-section details {
  margin-bottom:10px;
  padding:16px 18px;
  background:#fbf7ef;
  border:1px solid #e2d7c7;
  border-radius:16px;
}

.v8-home .faq-section summary {
  color:var(--ink);
  font-weight:850;
  cursor:pointer;
}

.v8-home .site-footer {
  margin-top:40px;
  padding:34px 0;
  color:#f8efe3;
  background:#3d2a23;
}

.v8-home .footer-grid {
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1.2fr;
  gap:24px;
  align-items:start;
}

.v8-home .site-footer h3 {
  margin:0 0 10px;
  color:#c9b8a6;
  font-size:.9rem;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.v8-home .site-footer a {
  display:block;
  margin-bottom:6px;
  color:#f8efe3;
  opacity:.9;
}

.analytics-consent {
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:120;
  width:min(460px,calc(100% - 36px));
  padding:18px;
  border:1px solid #d9cbb9;
  border-radius:18px;
  background:#fffdf9;
  color:#472b24;
  box-shadow:0 18px 48px rgba(58,43,31,.2);
  font:500 .9rem/1.45 Inter,system-ui,sans-serif;
}

.analytics-consent p { margin:0 0 14px; }
.analytics-consent a { color:#294d2f; font-weight:800; }
.analytics-consent div { display:flex; justify-content:flex-end; gap:8px; flex-wrap:wrap; }
.analytics-consent button { min-height:42px; padding:0 14px; border:1px solid #d7c9b9; border-radius:999px; background:#fffaf2; color:#472b24; font-weight:800; cursor:pointer; }
.analytics-consent button.primary { border-color:#294d2f; background:#294d2f; color:#fff; }

.v8-home .review-logout {
  color:#8a3027;
  font-size:.86rem;
}

.v8-home .catalog-search {
  max-width:720px;
  margin:8px 0 26px;
}

.v8-home .catalog-search label {
  display:block;
  margin-bottom:8px;
  color:var(--ink);
  font-weight:850;
}

.v8-home .catalog-search__row {
  display:flex;
  gap:10px;
}

.v8-home .catalog-search input {
  width:100%;
  min-height:52px;
  padding:0 16px;
  border:1px solid #d7c9b9;
  border-radius:14px;
  background:#fffdf8;
  color:var(--ink);
  font:inherit;
}

.v8-home .catalog-search input:focus {
  outline:3px solid rgba(36,79,49,.16);
  border-color:var(--green);
}

.v8-home .catalog-search button {
  padding:0 16px;
  border:1px solid #d7c9b9;
  border-radius:14px;
  background:#fffaf2;
  color:var(--ink);
  font-weight:800;
}

.v8-home .catalog-search__status {
  min-height:22px;
  margin:8px 0 0;
  color:var(--muted);
  font-size:.9rem;
}

.v8-home .tag-card__availability--available {
  color:#27633b;
  background:#e8f4e9;
  border-color:#bdd8c2;
}

.v8-home .delivery-payment-section {
  padding:76px 0;
  background:#f2eadf;
  scroll-margin-top:90px;
}
.v8-home .seo-category-links{display:flex;flex-wrap:wrap;gap:12px;padding-top:24px}.v8-home .seo-category-links a{display:inline-flex;padding:10px 15px;border:1px solid #d7c7b2;border-radius:999px;background:#fffaf2;color:#294d2f;font-weight:800;text-decoration:none}.v8-home .seo-category-links a:hover{text-decoration:underline}

.v8-home .delivery-payment-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.v8-home .delivery-card,
.v8-home .payment-card {
  padding:30px;
  border:1px solid #e2d7c7;
  border-radius:24px;
  background:#fffaf2;
}

.v8-home .delivery-card h2,
.v8-home .payment-card h2 {
  margin:16px 0;
  color:var(--ink);
  font-size:clamp(1.65rem,3vw,2.35rem);
  letter-spacing:-.035em;
  line-height:1.08;
}

.v8-home .delivery-card ul {
  margin:0;
  padding-left:20px;
  color:#67584e;
}

.v8-home .delivery-card li { margin:12px 0; }

.v8-home .payment-card {
  display:grid;
  grid-template-columns:92px 1fr;
  gap:22px;
  align-items:start;
}

.v8-home .payment-card__logo {
  display:grid;
  place-items:center;
  min-height:78px;
  padding:14px 8px;
  border-radius:16px;
  background:#fff;
}

.v8-home .payment-card__logo img {
  width:74px;
  height:46px;
  object-fit:contain;
}

.v8-home .payment-card p { color:#67584e; }
.v8-home .payment-card__note { color:#7d7067; font-size:.84rem; }

.v8-home .floating-whatsapp {
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:85;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  color:#fff;
  background:#1f8f4e;
  box-shadow:0 10px 28px rgba(31,143,78,.3);
  font-size:.9rem;
  font-weight:850;
  text-decoration:none;
  transition:bottom .2s ease;
}

.v8-home.has-cart-bar .floating-whatsapp { bottom:82px; }
.v8-home.has-cart-bar { padding-bottom:76px; }

.v8-home .field-error {
  margin:6px 0 0;
  color:#a1372d;
  font-size:.82rem;
  font-weight:700;
}

.v8-home #cart-panel-phone[aria-invalid="true"] { border-color:#b94337; }

.v8-home .cart-panel__payment-note {
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:14px;
  padding:10px 12px;
  border:1px solid #e2d7c7;
  border-radius:12px;
  background:#fff;
  color:#5f5148;
  font-size:.82rem;
}

.v8-home .cart-panel__payment-note img { width:52px; height:32px; object-fit:contain; }

@media (max-width:980px) {
  .v8-home .hero__inner { grid-template-columns:1fr; gap:28px; }
  .v8-home .hero__photo,
  .v8-home .hero__photo img { min-height:340px; }
  .v8-home .story-grid { grid-template-columns:1fr; }
  .v8-home .product-grid,
  .v8-home .info-grid { grid-template-columns:repeat(2,1fr); }
  .v8-home .testimonials { grid-template-columns:1fr; }
  .v8-home .main-nav {
    position:absolute;
    top:74px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:2px;
    padding:10px 16px 16px;
    background:var(--paper);
    border-bottom:1px solid rgba(71,43,36,.08);
    box-shadow:var(--shadow);
  }
  .v8-home .main-nav.is-open { display:flex; }
  .v8-home .main-nav a { padding:12px 4px; border-bottom:1px solid var(--line); }
  .v8-home .main-nav .nav-cta { margin-top:8px; border-bottom:0; }
  .v8-home .nav-toggle {
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    padding:0;
    color:var(--ink);
    background:#fbf7ef;
    border:1px solid #d7c9b9;
    border-radius:12px;
    font-size:1.25rem;
  }
  .v8-home .footer-grid { grid-template-columns:1fr 1fr; gap:22px 28px; }
  .v8-home .delivery-payment-grid { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  .v8-home .product-grid,
  .v8-home .info-grid { grid-template-columns:1fr; }
  .v8-home .hero { padding-top:38px; }
  .v8-home .hero__photo,
  .v8-home .hero__photo img { min-height:260px; }
  .v8-home .hero h1 { font-size:3rem; }
  .v8-home .footer-grid { grid-template-columns:1fr; gap:16px; }
  .v8-home .catalog-note { flex-direction:column; gap:5px; }
  .v8-home .catalog-tabs { position:relative; top:auto; }
  .v8-home .tab-row { flex-wrap:wrap; overflow:visible; }
  .v8-home .catalog-tab { padding:9px 13px; font-size:.82rem; }
  .v8-home .catalog-search__row { align-items:stretch; }
  .v8-home .catalog-search button { padding:0 12px; }
  .v8-home .delivery-payment-section { padding:52px 0; }
  .v8-home .delivery-card,
  .v8-home .payment-card { padding:22px; }
  .v8-home .payment-card { grid-template-columns:1fr; }
  .v8-home .payment-card__logo { width:92px; }
  .v8-home .cart-bar { top:14px; right:70px; bottom:auto; left:auto; width:46px; max-width:none; transform:none; z-index:90; }
  .v8-home .cart-bar__summary {
    position:relative;
    display:grid;
    place-items:center;
    width:46px;
    min-width:46px;
    min-height:46px;
    padding:0;
    gap:0;
    border-radius:14px;
  }
  .v8-home .cart-bar__icon { display:block; font-size:1.05rem; line-height:1; }
  .v8-home #cart-bar-count {
    position:absolute;
    top:-6px;
    right:-6px;
    display:grid;
    place-items:center;
    min-width:20px;
    height:20px;
    padding:0 5px;
    border:2px solid var(--paper);
    border-radius:999px;
    background:#fffaf2;
    color:var(--ink);
    font-size:.68rem;
    font-weight:900;
    line-height:1;
    box-sizing:border-box;
  }
  .v8-home #cart-bar-label,
  .v8-home .cart-bar__action { display:none; }
  .v8-home.has-cart-bar { padding-bottom:0; }
  .v8-home.has-cart-bar .floating-whatsapp { bottom:12px; }
  .v8-home .floating-whatsapp { right:12px; bottom:12px; min-height:44px; padding:0 14px; font-size:.8rem; }
}
