/* Home “Busca + filtros” — composição editorial com semântica Material 3. */
:root {
  --home-surface: #fffdfb;
  --home-surface-warm: #f7f0ea;
  --home-surface-container: #f2e8e0;
  --home-on-surface: #211a16;
  --home-on-surface-variant: #685c54;
  --home-primary: #914107;
  --home-on-primary: #ffffff;
  --home-primary-container: #ffdcc2;
  --home-on-primary-container: #351000;
  --home-secondary-container: #f0ddea;
  --home-on-secondary-container: #382032;
  --home-tertiary-container: #f5e4bd;
  --home-on-tertiary-container: #2e2300;
  --home-success-container: #d7f5e2;
  --home-on-success-container: #075f34;
  --home-outline: #d8c9be;
  --home-outline-soft: rgba(73, 53, 40, 0.12);
}

.anchor-target {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
}

/* A referência usa uma barra horizontal; o shell lateral antigo fica fora. */
@media (min-width: 1100px) {
  :root {
    --desktop-header-height: 64px;
    --desktop-content-max: 1240px;
    --desktop-gutter: 24px;
  }
  .nav {
    height: 64px;
    background: #171717;
  }
  .nav .container.nav-inner {
    width: 100%;
    max-width: 1240px;
    height: 64px;
    margin-inline: auto;
    padding: 0 154px 0 24px;
    justify-content: space-between;
    gap: 22px;
  }
  .nav-logo {
    flex: 0 0 auto;
    width: auto;
    max-width: 240px;
  }
  .nav-logo-wordmark { width: 182px; height: auto; max-width: none; }
  .nav-logo-icon { width: 20px; height: 20px; }
  .nav-links {
    position: static;
    inset: auto;
    z-index: auto;
    width: auto;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2px;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .nav-links a {
    width: auto;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 650;
  }
  .nav-links a:hover { background: rgba(255,255,255,.06); color: #fff; }
  .nav-links a.is-active { background: #4d2c19; color: #ffdcc2; }
  .nav-link-icon { display: none; }
  .nav-actions,
  .nav-search-btn,
  .nav-whatsapp-btn { display: none !important; }

  main { margin-left: 0; }
  main .container { max-width: 1240px; padding-inline: 24px; }
  main [id] { scroll-margin-top: 64px; }
  .vit-desktop-index { top: 64px; min-height: 64px; max-height: none; }
  .servicos .serv-tabs { top: 64px; max-height: calc(100vh - 64px); }

  .site-view--home .hero > .container {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 24px;
  }
  .site-view--home .hero-grid {
    min-height: 410px;
    height: 410px;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 20px;
  }
  .site-view--home .hero-text {
    width: auto;
    max-width: 650px;
    align-self: center;
    justify-content: center;
    margin-left: 0;
    padding: 16px 0;
  }
  .site-view--home .hero-sub { margin: 0; font-size: 16px; }
  .site-view--home .hero-model { height: 410px; min-height: 410px; }

  #pm-cart-root .pm-cart-button {
    z-index: 51;
    top: 10px;
    right: max(18px, calc((100vw - 1240px) / 2 + 24px));
    bottom: auto;
    width: auto;
    min-width: 116px;
    height: 44px;
    min-height: 44px;
    padding: 0 17px;
    gap: 9px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.15);
    background: #1d1d1d;
    color: #fff8f3;
    box-shadow: none;
  }
  #pm-cart-root .pm-cart-button:hover { background: #2b2b2b; }
  #pm-cart-root .pm-cart-button svg { width: 19px; height: 19px; }
  #pm-cart-root .pm-cart-button > span:not(.pm-cart-count) {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    font-size: 12px;
    font-weight: 750;
  }
  #pm-cart-root .pm-cart-count {
    top: -6px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    border-color: #171717;
    background: #a64d0b;
    font-size: 9px;
  }
}

/* Hero editorial */
.site-view--home .hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(249, 243, 238, .86), rgba(249, 243, 238, .86)),
    url("brand_assets/fachada-petala-morena.webp") center 42% / cover no-repeat;
  color: var(--home-on-surface);
}

.site-view--home .hero-logo { width: min(100%, 520px); }
.site-view--home .hero .container { position: relative; }
.site-view--home .hero-grid {
  display: grid;
  min-height: 410px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: stretch;
  gap: 20px;
}
.site-view--home .hero-text {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 650px;
  padding: 16px 0;
}
.site-view--home .hero-title {
  position: relative;
  display: grid;
  width: fit-content;
  max-width: 610px;
  justify-items: start;
  margin: 0 0 10px;
}
.hero-title-top {
  margin: 0 0 -3px 3%;
  font-family: var(--font-display);
  font-size: clamp(31px,3.2vw,47px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}
.site-view--home .hero-logo {
  width: min(100%, 440px);
  height: auto;
}
.hero-title-mega {
  justify-self: end;
  margin: -7px 5% 0 0;
  color: #72330b;
  font-family: var(--font-ui);
  font-size: clamp(23px,2.35vw,35px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.035em;
}
.site-view--home .hero-sub {
  max-width: 48ch;
  margin: 0;
  color: var(--home-on-surface);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 550;
  line-height: 1.55;
}
.hero-promise {
  display: block;
  margin-top: 7px;
  color: var(--home-primary);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.hero-trust-item {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 9px 14px 9px 10px;
  border: 0;
  border-radius: 16px;
  background: #fffaf6;
}
.hero-trust-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f1dfd1;
  color: var(--home-primary);
}
.hero-trust-icon--wa { background: #dff3e6; color: #13773f; }
.hero-trust-icon svg { width: 20px; height: 20px; }
.hero-trust-item > span:last-child { display: grid; gap: 2px; }
.hero-trust-item strong { font-size: 12px; line-height: 1.25; }
.hero-trust-item small { color: var(--home-on-surface-variant); font-size: 10px; line-height: 1.3; }
.hero-model {
  position: relative;
  min-width: 0;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
}
.hero-model img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.1);
  transform-origin: center bottom;
}

/* Busca, atalhos e loja */
.site-view--home .home-hub {
  padding: 18px 0 30px;
  background: var(--home-surface);
  color: var(--home-on-surface);
}
.home-discovery-bar {
  display: grid;
  grid-template-columns: minmax(290px, 1.1fr) minmax(560px, 1.9fr);
  align-items: stretch;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--home-outline-soft);
  border-radius: 24px;
  background: #fff;
}
.site-view--home .home-app-search {
  display: grid;
  width: 100%;
  min-height: 58px;
  grid-template-columns: 22px minmax(0,1fr) 46px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 5px 6px 5px 16px;
  border: 1px solid var(--home-outline);
  border-radius: 18px;
  background: var(--home-surface);
  color: var(--home-on-surface-variant);
  font-size: 13px;
}
.site-view--home .home-app-search:hover { border-color: var(--home-primary); background: #fff; }
.site-view--home .home-app-search > svg { width: 20px; height: 20px; color: var(--home-on-surface); }
.home-search-submit {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--home-primary);
  color: var(--home-on-primary);
}
.home-search-submit svg { width: 20px; height: 20px; }
.site-view--home .home-app-destinations {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 7px;
  padding: 0;
  overflow: visible;
}
.site-view--home .home-app-destination {
  display: flex;
  min-width: 0;
  min-height: 58px;
  flex: initial;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 17px;
  background: var(--home-surface-container);
  color: var(--home-on-surface);
  text-align: left;
}
.site-view--home .home-app-destination:hover { background: #eadbd0; }
.home-app-destination-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--home-primary);
}
.home-app-destination-icon svg { width: 21px; height: 21px; }
.site-view--home .home-app-destination-copy { display: grid; min-width: 0; gap: 2px; }
.site-view--home .home-app-destination strong {
  margin: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-view--home .home-app-destination small {
  margin: 0;
  color: var(--home-on-surface-variant);
  font-size: 9px;
  line-height: 1.2;
  white-space: nowrap;
}
.home-app-destination-arrow { display: none; }
.site-view--home .home-app-destination--whatsapp { background: #edf5ef; }
.site-view--home .home-app-destination--whatsapp:hover { background: #dff0e4; }
.site-view--home .home-app-destination--whatsapp .home-app-destination-icon { color: #147842; }

.home-store-preview {
  display: grid;
  min-height: 220px;
  grid-template-columns: minmax(0,1fr) minmax(330px,1fr);
  margin-top: 18px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--home-surface-warm);
}
.home-store-media { min-width: 0; margin: 0; overflow: hidden; }
.home-store-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.home-store-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 32px;
}
.home-store-copy h2 {
  max-width: 12ch;
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(27px,2.5vw,36px);
  line-height: 1.03;
}
.home-store-fact { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 11px; margin-top: 13px; }
.home-store-fact > svg { width: 20px; height: 20px; color: var(--home-primary); }
.home-store-fact span { display: grid; gap: 3px; }
.home-store-fact strong { font-size: 13px; line-height: 1.35; }
.home-store-fact small { color: var(--home-on-surface-variant); font-size: 11px; line-height: 1.35; }
.home-store-route {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
  padding: 0 22px;
  border-radius: 18px;
  background: var(--home-primary);
  color: var(--home-on-primary);
  font-size: 13px;
  font-weight: 780;
}
.home-store-route:hover { background: #743300; }
.home-store-route svg { width: 19px; height: 19px; }

/* Avaliações — carrossel com uma prévia do próximo cartão. */
.site-view--home .home-rating { padding: 32px 0 62px; background: var(--home-surface-warm); }
.site-view--home .home-reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.site-view--home .home-reviews-head h2 { max-width: 10ch; margin-top: 7px; font-size: clamp(34px,4vw,50px); }
.home-reviews-actions { display: flex; gap: 8px; }
.home-reviews-actions button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--home-outline);
  border-radius: 16px;
  background: #fff;
  color: var(--home-on-surface);
}
.home-reviews-actions button:hover { border-color: var(--home-primary); color: var(--home-primary); }
.home-reviews-actions button:first-child svg { transform: rotate(180deg); }
.home-reviews-actions svg { width: 18px; height: 18px; }
.site-view--home .home-reviews-track {
  gap: 14px;
  margin-top: 20px;
  padding: 2px 2px 12px;
  border: 0;
  scroll-padding-inline: 2px;
}
.site-view--home .home-review {
  flex: 0 0 calc((100% - 28px) / 3);
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--home-outline-soft) !important;
  border-radius: 18px;
  background: rgba(255,255,255,.84);
}
.site-view--home .home-review p { font-size: 17px; }

@media (min-width: 1100px) {
  .home-discovery-bar {
    grid-template-columns: minmax(330px,.95fr) minmax(690px,2.05fr);
    gap: 12px;
    padding: 10px;
    border-radius: 26px;
  }
  .site-view--home .home-app-search {
    min-height: 64px;
    border: 0;
    border-radius: 18px;
    background: #f2efec;
    box-shadow: none;
  }
  .site-view--home .home-app-search:hover { border-color: transparent; background: #ebe7e3; }
  .home-search-submit { width: 50px; height: 50px; border-radius: 50%; }
  .site-view--home .home-app-destinations {
    grid-template-columns: 1.16fr .92fr 1.06fr 1.28fr;
    gap: 8px;
  }
  .site-view--home .home-app-destination {
    min-height: 64px;
    padding: 8px 11px;
    border-radius: 18px;
    transition: transform 180ms ease, background-color 160ms ease, border-radius 180ms ease;
  }
  .site-view--home .home-app-destination:nth-child(1) {
    border-radius: 18px;
    background: var(--home-primary);
    color: #fff;
  }
  .site-view--home .home-app-destination:nth-child(2) {
    background: #3a302b;
    color: #fffaf6;
  }
  .site-view--home .home-app-destination:nth-child(3) {
    background: #76513a;
    color: #fffaf6;
  }
  .site-view--home .home-app-destination--whatsapp {
    border-radius: 18px;
    background: var(--whatsapp);
    color: #fff;
  }
  .site-view--home .home-app-destination-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(255,255,255,.18);
    color: currentColor;
  }
  .site-view--home .home-app-destination-icon svg { width: 23px; height: 23px; }
  .site-view--home .home-app-destination strong { font-size: 11.5px; }
  .site-view--home .home-app-destination small { color: currentColor; opacity: .75; }
  .site-view--home .home-app-destination:hover { transform: translateY(-2px); border-radius: 18px; }
}

@media (max-width: 1099px) {
  .nav-inner { height: 60px; }
  .nav-logo-wordmark { width: 192px; height: auto; max-width: 192px; }
  .nav-search-btn { display: none !important; }
  .nav-actions { margin-left: auto; }
  .nav-whatsapp-btn { display: inline-flex; }
  .nav-burger,
  .nav-drawer { display: none !important; }

  .mobile-bottom-nav {
    height: calc(68px + env(safe-area-inset-bottom)) !important;
    padding: 4px 2px env(safe-area-inset-bottom) !important;
  }
  .mobile-bottom-nav > a,
  .mobile-bottom-nav > button { min-height: 62px !important; font-size: 10px !important; }
  .mobile-nav-indicator { width: 54px; height: 30px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }

  #pm-cart-root .pm-cart-button {
    top: auto;
    right: 16px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 20px;
    background: var(--home-primary-container);
    color: var(--home-on-primary-container);
  }
  #pm-cart-root .pm-cart-button svg { width: 28px; height: 28px; }
  #pm-cart-root .pm-cart-button > span:not(.pm-cart-count) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
  }

  .site-view--home .hero-grid { min-height: 460px; grid-template-columns: minmax(0,1.05fr) minmax(310px,.95fr); }
  .site-view--home .hero-text { padding: 38px 0 34px; }
  .home-discovery-bar { grid-template-columns: 1fr; }
  .home-store-preview { grid-template-columns: 1.15fr .85fr; }
}

@media (max-width: 640px) {
  .nav-inner { height: 56px; padding-inline: 16px; }
  .nav-logo-icon { width: 18px; height: 18px; }
  .nav-logo-wordmark { width: min(180px, 54vw); }
  .nav-whatsapp-btn { width: 42px; height: 42px; }

  .site-view--home .hero .container { padding-inline: 16px; }
  .site-view--home .hero-grid {
    position: relative;
    display: block;
    min-height: 370px;
  }
  .site-view--home .hero-text {
    position: static;
    z-index: 2;
    max-width: none;
    padding: 40px 0 16px;
  }
  .site-view--home .hero-title { z-index: 2; width: 66%; max-width: none; margin-bottom: 17px; }
  .hero-title-top { margin-left: 5%; font-size: clamp(25px,7.2vw,32px); white-space: nowrap; }
  .hero-title-mega { margin-top: -3px; margin-right: 2%; font-size: clamp(20px,6vw,26px); }
  .site-view--home .hero-sub { width: min(65%, 30ch); font-size: 12.5px; line-height: 1.42; }
  .hero-promise { width: min(65%, 30ch); font-size: 11px; }
  .hero-model {
    position: absolute;
    z-index: 0;
    top: 56px;
    right: -20%;
    bottom: 0;
    width: 66%;
    min-height: 0;
    overflow: visible;
    opacity: .98;
  }
  .hero-model img { object-position: center bottom; transform: none; }
  .hero-trust {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 18px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin: 0;
  }
  .hero-trust-item { min-height: 58px; padding: 7px; background: #fffaf6; }
  .hero-trust-icon { width: 32px; height: 32px; border-radius: 10px; }
  .hero-trust-icon svg { width: 18px; height: 18px; }
  .hero-trust-item strong { font-size: 10px; }
  .hero-trust-item small { font-size: 8.5px; }

  .site-view--home .home-hub { padding: 12px 0 24px; }
  .site-view--home .home-hub .container { padding-inline: 12px; }
  .home-discovery-bar { gap: 10px; padding: 0; border: 0; background: transparent; }
  .site-view--home .home-app-search {
    min-height: 64px;
    grid-template-columns: 24px minmax(0,1fr) 52px;
    padding: 5px 6px 5px 18px;
    border: 0;
    border-radius: 20px;
    background: #f2efec;
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
  }
  .site-view--home .home-app-search > svg { width: 24px; height: 24px; color: #5e5955; }
  .site-view--home .home-app-search:active { transform: scale(.985); }
  .site-view--home .home-app-search:hover { border-color: transparent; background: #ebe7e3; }
  .home-search-submit {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--home-primary);
    box-shadow: none;
  }
  .home-search-submit svg { width: 24px; height: 24px; }

  .site-view--home .home-app-destinations { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .site-view--home .home-app-destination {
    min-height: 94px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
    gap: 7px;
    border-radius: 20px;
    transition: transform 220ms cubic-bezier(.2,.8,.2,1), border-radius 220ms cubic-bezier(.2,.8,.2,1), background-color 160ms ease;
  }
  .site-view--home .home-app-destination:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 84px;
    padding: 12px 14px;
    border-radius: 20px;
    background: var(--home-primary);
    color: #fff;
    box-shadow: none;
  }
  .site-view--home .home-app-destination:nth-child(2) {
    border-radius: 20px;
    background: #3a302b;
    color: #fffaf6;
  }
  .site-view--home .home-app-destination:nth-child(3) {
    border-radius: 20px;
    background: #76513a;
    color: #fffaf6;
  }
  .site-view--home .home-app-destination:active { transform: scale(.96); border-radius: 20px; }
  .site-view--home .home-app-destination-icon {
    width: 38px;
    height: 38px;
    border-radius: 16px;
    background: rgba(255,255,255,.58);
    color: currentColor;
  }
  .site-view--home .home-app-destination-icon svg { width: 23px; height: 23px; }
  .site-view--home .home-app-destination:nth-child(1) .home-app-destination-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff3ec;
    color: #7d2d0d;
  }
  .site-view--home .home-app-destination:nth-child(1) .home-app-destination-icon svg { width: 28px; height: 28px; }
  .site-view--home .home-app-destination strong { font-size: 10.5px; font-weight: 800; }
  .site-view--home .home-app-destination:nth-child(1) strong { font-size: 16px; }
  .site-view--home .home-app-destination:nth-child(1) small { font-size: 10px; opacity: .88; }
  .site-view--home .home-app-destination small { color: currentColor; font-size: 8px; opacity: .72; }
  .home-app-destination-arrow {
    display: inline-flex;
    width: 18px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .site-view--home .home-app-destination:nth-child(2) .home-app-destination-copy,
  .site-view--home .home-app-destination:nth-child(3) .home-app-destination-copy {
    max-width: calc(100% - 62px);
  }
  .site-view--home .home-app-destination:nth-child(2) .home-app-destination-icon,
  .site-view--home .home-app-destination:nth-child(3) .home-app-destination-icon {
    background: rgba(255,255,255,.15);
    color: #fff;
  }
  .site-view--home .home-app-destination:nth-child(2) strong,
  .site-view--home .home-app-destination:nth-child(3) strong {
    font-size: 12px;
  }
  .home-app-destination-arrow svg { width: 17px; height: 17px; }
  .site-view--home .home-app-destination--whatsapp {
    grid-column: 1 / -1;
    min-height: 66px;
    flex-direction: row;
    gap: 10px;
    border-radius: 20px;
    background: var(--whatsapp);
    color: #fff;
    box-shadow: none;
  }
  .site-view--home .home-app-destination--whatsapp .home-app-destination-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.14);
    color: #fff;
  }
  .site-view--home .home-app-destination--whatsapp strong { font-size: 12px; }
  .site-view--home .home-app-destination--whatsapp small { font-size: 9px; opacity: .8; }

  .site-view--home .home-app-search:focus-visible,
  .site-view--home .home-app-destination:focus-visible,
  .home-store-route:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--home-primary) 72%, #fff);
    outline-offset: 3px;
  }

  .home-store-preview {
    min-height: 218px;
    grid-template-columns: 48% 52%;
    margin-top: 12px;
    border-radius: 20px;
    background: #f8eee7;
    box-shadow: none;
  }
  .home-store-copy { padding: 14px 12px 16px; }
  .home-store-copy h2 { margin-bottom: 7px; font-size: 21px; }
  .home-store-fact { grid-template-columns: 18px minmax(0,1fr); gap: 6px; margin-top: 8px; }
  .home-store-fact > svg { width: 16px; height: 16px; }
  .home-store-fact strong { font-size: 9.5px; }
  .home-store-fact small { font-size: 8.5px; }
  .home-store-route {
    width: 100%;
    min-height: 52px;
    margin-top: 11px;
    padding-inline: 10px;
    border-radius: 20px;
    background: var(--home-primary);
    box-shadow: none;
    font-size: 11px;
    transition: transform 220ms cubic-bezier(.2,.8,.2,1), border-radius 220ms cubic-bezier(.2,.8,.2,1), background-color 160ms ease;
  }
  .home-store-route svg { width: 22px; height: 22px; }
  .home-store-route:active { transform: scale(.97); border-radius: 20px; background: #743300; }

  .site-view--home .home-rating { padding: 28px 0 46px; }
  .site-view--home .home-reviews-head { align-items: center; }
  .site-view--home .home-reviews-head h2 { font-size: 31px; }
  .home-reviews-actions { display: none; }
  .site-view--home .home-reviews-track { margin-inline: -18px; padding-inline: 18px; }
  .site-view--home .home-review { flex-basis: min(82vw,310px); min-height: 218px; }
}

@media (max-width: 350px) {
  .site-view--home .hero-grid { min-height: 360px; }
  .hero-model { right: -34%; width: 72%; }
  .hero-trust-item { gap: 5px; }
  .site-view--home .home-app-search {
    min-height: 60px;
    grid-template-columns: 22px minmax(0,1fr) 48px;
    padding-left: 14px;
    font-size: 11.5px;
  }
  .site-view--home .home-app-search > svg { width: 22px; height: 22px; }
  .home-search-submit { width: 48px; height: 48px; }
  .home-store-preview { grid-template-columns: 48% 52%; }
  .home-store-copy h2 { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-reviews-track { scroll-behavior: auto !important; }
  .home-search-submit,
  .home-app-destination,
  .home-store-route { transition-duration: .01ms !important; }
  .site-view--home .home-app-search,
  .site-view--home .home-app-destination { transition-duration: .01ms !important; }
}

/* ==============================================================
   HOME — fidelidade à prancha "Busca + filtros"
   ============================================================== */
:root {
  --home-surface: #f7f2ee;
  --home-surface-warm: #f7f0ea;
  --home-surface-container: #ede3dc;
  --home-on-surface: #211a16;
  --home-on-surface-variant: #685c54;
  --home-primary: #914107;
  --home-primary-deep: #623015;
  --home-nav: #0d0c0b;
  --home-success: #147842;
  --home-success-container: #d7f5e2;
}

.site-view--home .hero {
  background:
    linear-gradient(rgba(247, 242, 238, .97), rgba(247, 242, 238, .97)),
    url("brand_assets/fachada-petala-morena.webp") center 42% / cover no-repeat;
}

.site-view--home .home-hub {
  padding: 18px 0 28px;
  background: #fff;
}

.home-hub-layout {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(480px, 1.65fr) minmax(176px, .55fr);
  grid-template-areas:
    "search destinations whatsapp"
    "store store store";
  gap: 16px 10px;
  padding: 10px;
  border: 1px solid var(--home-outline-soft);
  border-radius: 24px;
  background: #fff;
}

.home-hub-layout > .home-app-search { grid-area: search; }
.home-hub-layout > .home-app-destinations { grid-area: destinations; }
.home-hub-layout > .home-app-destination--whatsapp { grid-area: whatsapp; }
.home-hub-layout > .home-store-preview { grid-area: store; }

.home-hub-layout .home-app-search {
  min-height: 58px;
  border: 1px solid var(--home-outline);
  border-radius: 18px;
  background: #fff;
}

.home-hub-layout .home-search-submit {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--home-primary);
}

.home-hub-layout .home-app-destinations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.home-hub-layout .home-app-destination {
  min-height: 58px;
  padding: 8px 10px;
  border: 0;
  border-radius: 17px;
  background: var(--home-surface-container);
  color: var(--home-on-surface);
  box-shadow: none;
}

.home-hub-layout .home-app-destination:hover {
  background: #e7d8ce;
  color: var(--home-on-surface);
  transform: translateY(-1px);
}

.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(1),
.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(2),
.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(3) {
  grid-column: auto;
  min-height: 58px;
  padding: 8px 10px;
  border-radius: 17px;
  background: var(--home-surface-container);
  color: var(--home-on-surface);
}

.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(1) .home-app-destination-icon,
.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(2) .home-app-destination-icon,
.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(3) .home-app-destination-icon {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: transparent;
  color: var(--home-primary);
}

.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(1) strong,
.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(2) strong,
.site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(3) strong {
  font-size: 11px;
}

.home-hub-layout .home-app-destination-icon {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: transparent;
  color: var(--home-primary);
}

.home-hub-layout .home-app-destination strong { font-size: 11px; }
.home-hub-layout .home-app-destination small { color: var(--home-on-surface-variant); opacity: 1; }

.home-hub-layout > .home-app-destination--whatsapp {
  display: flex;
  background: #edf5ef;
  color: var(--home-on-surface);
}

.home-hub-layout > .home-app-destination--whatsapp:hover { background: #e1f0e6; }
.home-hub-layout > .home-app-destination--whatsapp .home-app-destination-icon { color: var(--home-success); }

.home-hub-layout .home-store-preview {
  height: 220px;
  min-height: 0;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, .94fr);
  margin-top: 0;
  border-radius: 18px;
  background: var(--home-surface-warm);
}

.home-hub-layout .home-store-media,
.home-hub-layout .home-store-media img {
  min-height: 0;
  display: block;
}

.home-hub-layout .home-store-media img {
  object-position: center 48%;
}

.home-hub-layout .home-store-copy { padding: 10px 30px; }
.home-hub-layout .home-store-copy h2 { margin-bottom: 3px; font-size: clamp(24px, 2.1vw, 29px); }
.home-hub-layout .home-store-fact { margin-top: 5px; }
.home-hub-layout .home-store-route { min-height: 36px; margin-top: 6px; border-radius: 14px; }

.site-view--home .home-rating {
  padding: 24px 0 54px;
  background: var(--home-surface-warm);
}

.site-view--home .home-reviews-head h2 { font-size: clamp(34px, 3.6vw, 48px); }
.site-view--home .home-reviews-track { margin-top: 16px; }

@media (min-width: 1100px) {
  .nav { background: var(--home-nav); }
  .nav-links a.is-active {
    background: transparent;
    color: #cf7134;
  }
  .nav-links a.is-active:hover { background: rgba(255,255,255,.05); color: #e48649; }

  .site-view--home .hero-model img {
    object-position: 56% bottom;
    transform: scale(1.2) translateX(8%);
    transform-origin: center bottom;
  }

  .site-view--home .hero-text { padding-left: 32px; }
  .site-view--home .hero-trust-item { min-height: 52px; }
}

/* Drawer mobile da home. O restante do site preserva o shell existente. */
.nav-burger,
.nav-drawer-layer { display: none; }

@media (max-width: 640px) {
  .nav--inicio .nav-inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 6px;
  }

  .nav--inicio .nav-burger {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f7f2ee;
  }

  .nav--inicio .nav-burger span {
    display: block;
    width: 18px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .nav--inicio .nav-logo {
    min-width: 0;
    justify-self: center;
  }

  .nav--inicio .nav-logo-icon { display: none; }
  .nav--inicio .nav-logo-wordmark { width: min(188px, 52vw); }
  .nav--inicio .nav-actions { width: 44px; margin: 0; }
  .nav--inicio .nav-whatsapp-btn { width: 42px; height: 42px; }

  .nav-drawer-layer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
  }

  .nav-drawer-scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(13,12,11,.72);
  }

  .nav-drawer {
    position: absolute;
    inset: 0 auto 0 0;
    display: flex !important;
    visibility: visible;
    clip-path: inset(0);
    width: min(86vw, 340px);
    flex-direction: column;
    padding: 18px 18px calc(24px + env(safe-area-inset-bottom));
    background: var(--home-nav);
    color: #f7f2ee;
    box-shadow: 18px 0 44px rgba(0,0,0,.28);
  }

  .nav-drawer-head {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .nav-drawer-head img { width: 190px; height: auto; }
  .nav-drawer-close {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 27px;
  }

  .nav-drawer nav { display: grid; gap: 2px; margin-top: 24px; }
  .nav-drawer nav a {
    display: flex;
    min-height: 52px;
    align-items: center;
    padding: 0 12px;
    border-radius: 12px;
    color: #f7f2ee;
    font-family: var(--font-display);
    font-size: 22px;
    text-decoration: none;
  }
  .nav-drawer nav a:hover { background: rgba(255,255,255,.07); }

  .nav-drawer-whatsapp {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: auto;
    border-radius: 999px;
    background: var(--home-success);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .nav-drawer-whatsapp svg { width: 20px; height: 20px; }

  .site-view--home .hero-grid { min-height: 270px; height: 270px; }
  .site-view--home .hero-text { padding: 25px 0 58px 22px; }
  .site-view--home .hero-title { width: 74%; margin-bottom: 8px; }
  .hero-title-top { font-size: clamp(23px, 6.6vw, 29px); }
  .hero-title-mega { font-size: clamp(18px, 5.2vw, 23px); }
  .site-view--home .hero-sub { width: min(64%, 29ch); font-size: 11px; line-height: 1.38; }
  .hero-promise { width: min(64%, 29ch); margin-top: 4px; font-size: 9.5px; }
  .hero-model {
    top: 0;
    right: -10%;
    width: 70%;
  }
  .hero-model img {
    object-position: 54% bottom;
    transform: scale(1) translateX(24%);
    transform-origin: center bottom;
  }
  .hero-trust { bottom: 0; gap: 6px; }
  .hero-trust-item { min-height: 46px; gap: 6px; padding: 5px 7px; border-radius: 14px; }
  .hero-trust-icon { width: 30px; height: 30px; }
  .hero-trust-item strong { font-size: 8.5px; }
  .hero-trust-item small { font-size: 7.5px; }

  .site-view--home .home-hub { padding: 10px 0 18px; }
  .home-hub-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "search"
      "destinations"
      "store"
      "whatsapp";
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .home-hub-layout .home-app-search {
    min-height: 54px;
    grid-template-columns: 20px minmax(0, 1fr) 44px;
    padding: 5px 5px 5px 14px;
    border: 1px solid var(--home-outline);
    border-radius: 18px;
    font-size: 11px;
  }
  .home-hub-layout .home-app-search > svg { width: 20px; height: 20px; }
  .home-hub-layout .home-search-submit { width: 44px; height: 44px; border-radius: 13px; }

  .home-hub-layout .home-app-destinations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .home-hub-layout .home-app-destination {
    min-height: 52px;
    gap: 5px;
    padding: 6px 7px;
    border-radius: 17px;
  }
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(1),
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(2),
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(3) {
    grid-column: auto;
    min-height: 52px;
    padding: 6px 7px;
    gap: 5px;
    border-radius: 17px;
    background: var(--home-surface-container);
    color: var(--home-on-surface);
  }
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(1) .home-app-destination-icon,
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(2) .home-app-destination-icon,
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(3) .home-app-destination-icon {
    width: 26px;
    height: 26px;
    border-radius: 0;
    background: transparent;
    color: var(--home-primary);
  }
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(1) .home-app-destination-icon svg,
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(2) .home-app-destination-icon svg,
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(3) .home-app-destination-icon svg {
    width: 18px;
    height: 18px;
  }
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(1) strong,
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(2) strong,
  .site-view--home .home-hub-layout .home-app-destinations .home-app-destination:nth-child(3) strong {
    font-size: 8.5px;
  }
  .home-hub-layout .home-app-destination-icon { width: 26px; height: 26px; }
  .home-hub-layout .home-app-destination-icon svg { width: 18px; height: 18px; }
  .home-hub-layout .home-app-destination strong { font-size: 8.5px; }
  .home-hub-layout .home-app-destination small { font-size: 7px; }
  .home-hub-layout .home-app-destination-arrow { display: none; }

  .home-hub-layout .home-store-preview {
    height: 170px;
    min-height: 0;
    grid-template-columns: 52% 48%;
    border-radius: 18px;
  }
  .home-hub-layout .home-store-copy { padding: 10px 10px 11px; }
  .home-hub-layout .home-store-copy h2 { max-width: none; margin-bottom: 3px; font-size: 17px; }
  .home-hub-layout .home-store-fact { grid-template-columns: 15px minmax(0, 1fr); gap: 4px; margin-top: 5px; }
  .home-hub-layout .home-store-fact > svg { width: 14px; height: 14px; }
  .home-hub-layout .home-store-fact strong { font-size: 8px; }
  .home-hub-layout .home-store-fact small { font-size: 7px; }
  .home-hub-layout .home-store-route {
    min-height: 38px;
    margin-top: 7px;
    border-radius: 12px;
    font-size: 9px;
  }
  .home-hub-layout .home-store-route svg { width: 17px; height: 17px; }

  .home-hub-layout > .home-app-destination--whatsapp {
    min-height: 50px;
    background: #fff;
    border: 1px solid #d7e6db;
    color: var(--home-on-surface);
  }
  .home-hub-layout > .home-app-destination--whatsapp .home-app-destination-icon {
    width: 30px;
    height: 30px;
    color: var(--home-success);
  }
  .home-hub-layout > .home-app-destination--whatsapp .home-app-destination-copy { display: grid; }
  .home-hub-layout > .home-app-destination--whatsapp strong { font-size: 10px; }
  .home-hub-layout > .home-app-destination--whatsapp small { font-size: 7.5px; }
  .home-hub-layout > .home-app-destination--whatsapp .home-app-destination-arrow {
    display: inline-flex;
    margin-left: auto;
  }

  .site-view--home .home-rating { padding: 18px 0 40px; }
  .site-view--home .home-reviews-head h2 { font-size: 27px; }
  .site-view--home .home-reviews-track { margin-top: 12px; }

  .mobile-bottom-nav { background: var(--home-nav); color: #cfc5bd; }
  .mobile-bottom-nav .is-active { color: #fff8f3; }
  .mobile-bottom-nav .is-active .mobile-nav-indicator { background: var(--home-primary-deep); color: #ffdcc2; }

  #pm-cart-root .pm-cart-button {
    border-radius: 50%;
    background: #f1dfd1;
    color: var(--home-primary-deep);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-drawer *,
  .home-hub-layout * { transition-duration: .01ms !important; }
}
