:root {
  --cor-verde: #2E6B3F;
  --cor-marrom: #6D4C41;
  --cor-dourado: #C89B3C;
  --cor-creme: #F7F3E8;
  --cor-grafite: #2D2D2D;
  --cor-verde-escuro: #214E2E;
  --cor-creme-claro: #FFFDF7;
  --sombra-suave: 0 18px 50px rgba(45, 45, 45, .10);
}

.public-register-form [data-cep-status]{display:block;min-height:1rem}.public-register-form [data-cep-status].is-loading{color:#9a6a00}.public-register-form [data-cep-status].is-success{color:#16713a}.public-register-form [data-cep-status].is-error{color:#b42318;font-weight:600}
.field-validation-status{display:block;min-height:1.2rem;margin-top:.3rem;font-size:.82rem}.field-validation-status.is-error{color:#b42318;font-weight:600}.public-register-form .form-control.is-invalid{border-color:#dc3545;background-image:none;box-shadow:0 0 0 .2rem rgba(220,53,69,.12)}.public-register-form .form-control.is-valid{border-color:#198754;background-image:none}

.home-partners-section{overflow:hidden;background:radial-gradient(circle at 8% 20%,rgba(200,155,60,.15),transparent 22rem),linear-gradient(135deg,#fffdf7,#f4f8f2)}.home-partners-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:1.75rem}.home-partners-heading p:last-child{max-width:720px;margin-bottom:0;color:#6c746e}.home-partners-controls{display:flex;gap:.65rem}.home-partners-controls button{display:grid;width:46px;height:46px;place-items:center;color:var(--cor-verde);border:1px solid rgba(46,107,63,.2);border-radius:50%;background:rgba(255,255,255,.85);box-shadow:0 8px 24px rgba(42,76,52,.08);transition:.2s}.home-partners-controls button:hover,.home-partners-controls button:focus-visible{color:#fff;border-color:var(--cor-verde);background:var(--cor-verde);transform:translateY(-2px)}.home-partners-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,300px);gap:1rem;overflow-x:auto;padding:.35rem .15rem 1.2rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgba(46,107,63,.28) transparent}.home-partner-card{position:relative;display:flex;min-height:126px;align-items:center;gap:1rem;padding:1.1rem;color:inherit;text-decoration:none;border:1px solid rgba(46,107,63,.12);border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 14px 38px rgba(44,71,52,.08);scroll-snap-align:start;transition:.25s}.home-partner-card:hover{color:inherit;border-color:rgba(200,155,60,.5);box-shadow:0 18px 44px rgba(44,71,52,.13);transform:translateY(-4px)}.home-partner-photo{display:grid;flex:0 0 82px;width:82px;height:82px;place-items:center;overflow:hidden;color:#fff;font-size:1.35rem;font-weight:900;border:3px solid rgba(200,155,60,.38);border-radius:50%;background:linear-gradient(145deg,var(--cor-verde),#183c25)}.home-partner-photo img{width:100%;height:100%;object-fit:cover}.home-partner-card h3{margin:0 1.4rem .3rem 0;color:var(--cor-verde);font-size:1.05rem;line-height:1.25}.home-partner-card p{margin:0;color:#9a6b18;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.home-partner-link-icon{position:absolute;top:1rem;right:1rem;color:rgba(46,107,63,.55)}@media(max-width:767.98px){.home-partners-heading{align-items:flex-start;flex-direction:column;gap:1rem}.home-partners-track{grid-auto-columns:minmax(82vw,300px)}.home-partners-controls{align-self:flex-end}}

body {
  background:
    radial-gradient(circle at top left, rgba(200, 155, 60, .16), transparent 34rem),
    linear-gradient(180deg, #fffdf7 0%, var(--cor-creme) 48%, #fffaf0 100%);
  color: var(--cor-grafite);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid rgba(200, 155, 60, .62);
  outline-offset: 3px;
}

.store-page img,
.product-detail-page img,
.product-detail-page video {
  max-width: 100%;
}

.product-placeholder {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  color: var(--cor-verde);
  background: linear-gradient(135deg, #fff8e8, #e4f0e5);
  border: 1px solid rgba(46, 107, 63, 0.12);
  border-radius: 22px;
  font-size: 2.4rem;
}

.bg-verde { background-color: var(--cor-verde); }
.text-verde { color: var(--cor-verde); }
.text-dourado { color: var(--cor-dourado); }
.text-marrom { color: var(--cor-marrom); }
.navbar {
  min-height: 92px;
}

.navbar.sticky-top {
  z-index: 1080;
}

.public-breadcrumb-bar {
  padding: .9rem 0;
  background: #f3ecdf;
  border-bottom: 1px solid rgba(109, 76, 65, .14);
}

.public-breadcrumb-list {
  gap: .42rem;
  flex-wrap: wrap;
}

.public-breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: rgba(45, 45, 45, .45);
  font-weight: 800;
  padding-right: .42rem;
}

.public-breadcrumb-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  padding: .32rem .92rem;
  background: #ffffff;
  border: 1px solid rgba(109, 76, 65, .16);
  color: var(--cor-verde);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(45, 45, 45, .08);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.public-breadcrumb-pill:hover,
.public-breadcrumb-pill:focus {
  background: var(--cor-verde);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(46, 107, 63, .26);
}

.public-breadcrumb-pill.is-active {
  background: #e9dcc0;
  border-color: rgba(109, 76, 65, .22);
  color: var(--cor-grafite);
}
.navbar-brand {
  padding-block: .25rem;
}
.navbar-nav .nav-link {
  font-size: 1rem;
}

.site-navbar-menu {
  gap: .15rem;
}

.nav-admin-item {
  margin-left: .75rem;
  padding-left: .75rem;
  border-left: 1px solid rgba(255, 255, 255, .20);
}

.nav-cart-link,
.nav-admin-link,
.nav-login-link,
.nav-user-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: 999px;
  padding: .48rem .95rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.site-navbar .nav-cart-link {
  margin-left: .35rem;
  border: 2px solid #f4cf77;
  background: var(--cor-marrom);
  color: #fff;
  box-shadow: 0 10px 24px rgba(42, 24, 17, .24);
}

.site-navbar .nav-cart-link:hover,
.site-navbar .nav-cart-link:focus {
  background: #53382f;
  border-color: #fff1bd;
  color: #fff;
  transform: translateY(-1px);
}

.nav-cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-cart-badge {
  position: absolute;
  top: -.72rem;
  right: -.72rem;
  min-width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .22rem;
  border: 2px solid var(--cor-verde);
  border-radius: 999px;
  background: var(--cor-dourado);
  color: #1f1f1f;
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
}

.nav-admin-link {
  background: var(--cor-dourado);
  border: 1px solid rgba(255, 255, 255, .34);
  color: #1f1f1f;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}

.nav-admin-link:hover,
.nav-admin-link:focus {
  background: var(--cor-verde-escuro);
  border-color: rgba(255, 255, 255, .56);
  color: #fff;
  transform: translateY(-1px);
}

.site-navbar .nav-login-link {
  margin-left: .35rem;
  border: 2px solid #fff4cf;
  color: #2f2108;
  background: #f4cf77;
  box-shadow: 0 10px 24px rgba(42, 24, 17, .22);
}

.site-navbar .nav-login-link:hover,
.site-navbar .nav-login-link:focus {
  background: #ffe49f;
  border-color: #fff;
  color: #2f2108;
  transform: translateY(-1px);
}

.nav-user-toggle {
  margin-left: .35rem;
  border: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.nav-user-toggle:hover,
.nav-user-toggle:focus {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.nav-user-item {
  position: relative;
}

.nav-raizplay-link {
  display: inline-flex;
  width: 210px;
  height: 76px;
  margin-left: .35rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: transform .2s ease, filter .2s ease;
}

.nav-raizplay-link:hover,
.nav-raizplay-link:focus {
  transform: translateY(-1px);
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.28));
}

.nav-raizplay-link img {
  width: 204px;
  height: 72px;
  object-fit: contain;
}

.nav-user-menu {
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(45, 45, 45, .16);
  overflow: hidden;
}

.site-pages-item {
  position: relative;
}

.site-pages-menu {
  min-width: 240px;
  max-height: min(70vh, 420px);
  overflow-y: auto;
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(45, 45, 45, .16);
}

.site-pages-menu .dropdown-item {
  white-space: normal;
  font-weight: 700;
}

.site-footer {
  padding: 3rem 0 1.2rem;
  background: linear-gradient(135deg, #214E2E, #2E6B3F);
  color: #fff;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(260px, 1.4fr) minmax(220px, .9fr);
  gap: 2rem;
  align-items: start;
}

.site-footer h2 {
  margin-bottom: .9rem;
  color: #F7F3E8;
  font-size: 1rem;
  font-weight: 900;
}

.site-footer-brand p,
.site-footer-contact p {
  color: rgba(255, 255, 255, .78);
}

.site-footer-brand strong {
  display: block;
  color: #F7F3E8;
}

.site-footer-contact-list {
  display: grid;
  gap: .45rem;
  margin-bottom: 1rem;
}

.site-footer-contact-list a,
.site-footer-contact-item {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  padding: .45rem 0;
  color: #fff;
  text-decoration: none;
}

.site-footer-contact-list a:hover strong,
.site-footer-contact-list a:focus-visible strong {
  text-decoration: underline;
}

.site-footer-contact-list span,
.site-footer-contact-list strong,
.site-footer-contact-list small {
  display: block;
  min-width: 0;
}

.site-footer-contact-item > i {
  color: var(--cor-dourado);
}

.site-footer-contact-list strong {
  color: #F7F3E8;
  font-size: .88rem;
}

.site-footer-contact-list small {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, .76);
}

.site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.site-footer-social a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #214E2E;
  background: #F7F3E8;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.site-footer-social a:hover {
  background: #C89B3C;
  transform: translateY(-2px);
}

.site-footer-link-list {
  columns: 2;
  column-gap: 1.4rem;
}

.site-footer-link-list a {
  display: block;
  break-inside: avoid;
  margin-bottom: .55rem;
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
  text-decoration: none;
}

.site-footer-link-list a:hover {
  color: #C89B3C;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
}

.checkout-frete-preview {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid rgba(200, 155, 60, .28);
  border-radius: 12px;
  background: #fffaf0;
  color: #6D4C41;
}

.checkout-frete-preview i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(46, 107, 63, .1);
  color: #2E6B3F;
  flex: 0 0 auto;
}

.checkout-frete-preview strong,
.checkout-frete-preview span {
  display: block;
}

.checkout-frete-preview strong {
  color: #2E6B3F;
  margin-bottom: 2px;
}

.checkout-frete-preview span {
  font-size: .92rem;
}

.checkout-frete-preview.is-ready {
  border-color: rgba(46, 107, 63, .28);
  background: #f4fbf5;
}

@media (max-width: 991.98px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-link-list {
    columns: 1;
  }

  .site-footer-bottom {
    flex-direction: column;
  }
}

@media (hover: hover) and (min-width: 992px) {
  .nav-user-item:hover > .dropdown-menu,
  .site-pages-item:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .site-navbar-menu {
    align-items: stretch !important;
    gap: .25rem;
    padding: .55rem 0 .7rem;
  }

  .site-navbar-menu .nav-link {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: .45rem .65rem;
  }

  .nav-admin-item {
    margin-left: 0;
    padding-left: 0;
    padding-top: .5rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .site-navbar .nav-cart-link,
  .site-navbar .nav-admin-link,
  .site-navbar .nav-login-link,
  .site-navbar .nav-user-toggle {
    width: 100%;
    height: 46px;
    min-height: 46px;
    margin-left: 0;
    justify-content: center;
    padding: .55rem .85rem;
    font-size: .92rem;
  }

  .site-navbar .nav-raizplay-link {
    width: 100%;
    height: 76px;
    min-height: 76px;
    margin-left: 0;
    padding: .25rem 0;
    justify-content: center;
  }

  .site-navbar .nav-raizplay-link img {
    width: min(210px, 68vw);
    height: 70px;
  }

  .nav-user-menu {
    width: 100%;
    margin-top: .45rem;
  }
}

@media (max-width: 575.98px) {
  .site-navbar .navbar-collapse {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }
}
.btn-dourado {
  background: var(--cor-dourado);
  border-color: var(--cor-dourado);
  color: #1f1f1f;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 700;
  padding-inline: 1.2rem;
}
.btn-dourado:hover { background: #b7892e; border-color: #b7892e; color: #111; }
.btn-brand,
.btn-verde {
  background: var(--cor-verde);
  border-color: var(--cor-verde);
  color: #fff;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 700;
  padding-inline: 1.2rem;
}
.btn-brand:hover,
.btn-verde:hover { background: var(--cor-verde-escuro); border-color: var(--cor-verde-escuro); color: #fff; }
.btn-brand-outline,
.btn-outline-verde {
  border-color: var(--cor-verde);
  color: var(--cor-verde);
  min-height: 46px;
  border-radius: 999px;
  font-weight: 700;
  padding-inline: 1.2rem;
}
.btn-brand-outline:hover,
.btn-outline-verde:hover { background: var(--cor-verde); color: #fff; }
.soft-shadow {
  box-shadow: var(--sombra-suave);
}
.rounded-xl {
  border-radius: 22px;
}
.brand-card {
  background: rgba(255, 253, 247, .94);
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 22px;
  box-shadow: var(--sombra-suave);
}
.hero-section,
.hero {
  background:
    radial-gradient(circle at 80% 24%, rgba(200, 155, 60, .32), transparent 18rem),
    linear-gradient(135deg, #fff8e7 0%, #f2ead8 42%, rgba(46, 107, 63, .92) 100%);
  color: var(--cor-grafite);
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem);
  overflow: hidden;
}
.hero-section {
  position: relative;
}
.card {
  border-radius: 18px;
  border: 1px solid rgba(109, 76, 65, .16);
  box-shadow: var(--sombra-suave);
  background: rgba(255, 253, 247, .92);
}
.icon-circle,
.pillar-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(46, 107, 63, .12);
  color: var(--cor-verde);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.section-title {
  color: var(--cor-verde);
  font-weight: 800;
}
.section-kicker {
  color: var(--cor-dourado);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
}
.page-hero {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(200, 155, 60, .18));
}
.hero-logo-card {
  background: rgba(255, 253, 247, .84);
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 28px;
  box-shadow: var(--sombra-suave);
  padding: clamp(1.25rem, 4vw, 2rem);
  position: relative;
  max-width: 520px;
  margin-inline: auto;
  overflow: hidden;
}
.hero-logo-card::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(200, 155, 60, .18);
}
.hero-logo {
  width: min(420px, 100%);
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.mascot-badge {
  border-left: 5px solid var(--cor-dourado);
  background: #fffdf7;
  border-radius: 18px;
  box-shadow: var(--sombra-suave);
}
.public-section {
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.section-white {
  background: rgba(255, 255, 255, .72);
}
.section-cream {
  background: rgba(247, 243, 232, .68);
}
.cta-section {
  background:
    radial-gradient(circle at top right, rgba(200, 155, 60, .24), transparent 22rem),
    linear-gradient(135deg, var(--cor-verde) 0%, var(--cor-verde-escuro) 100%);
  color: #fff;
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.cta-section .section-title,
.cta-section .section-kicker {
  color: #fff;
}
.cta-section .btn-outline-verde {
  border-color: #fff;
  color: #fff;
}
.cta-section .btn-outline-verde:hover {
  background: #fff;
  color: var(--cor-verde);
}
.login-section {
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 155, 60, .22), transparent 18rem),
    linear-gradient(135deg, #fffdf7 0%, #f5eedf 58%, rgba(46, 107, 63, .18) 100%);
}
.login-card {
  max-width: 460px;
  margin-inline: auto;
}
.password-toggle {
  border-color: #dee2e6;
  color: var(--cor-verde);
  min-width: 52px;
  border-radius: 0 14px 14px 0;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.password-toggle:hover,
.password-toggle:focus {
  background: rgba(46, 107, 63, .08);
  color: var(--cor-verde-escuro);
}
.password-toggle .bi {
  display: none;
}
.password-toggle-text,
.password-toggle-fallback {
  display: inline-block;
  line-height: 1;
}
.product-placeholder {
  min-height: 150px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(200, 155, 60, .25), transparent 9rem),
    linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(109, 76, 65, .10));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cor-verde);
  font-size: 2.4rem;
}
.footer {
  background: #2d2d2d;
  color: #f8f4ea;
}
.brand-logo {
  width: min(260px, 48vw);
  height: auto;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .25));
}
.brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer-logo {
  width: min(220px, 70vw);
  height: 76px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  flex: 0 0 auto;
}
.form-control,
.form-select {
  min-height: 46px;
  border-radius: 14px;
}

.password-field {
  position: relative;
}

.password-field .form-control {
  padding-right: 3rem;
}

.password-field button {
  position: absolute;
  top: 50%;
  right: .55rem;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: var(--cor-verde);
  font-size: 1.05rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-field button:hover,
.password-field button:focus {
  background: rgba(46, 107, 63, .09);
}

.password-match-status {
  display: block;
  margin-top: .4rem;
  color: #6c757d;
  font-size: .78rem;
}

.password-match-status.is-match { color: #23733a; }
.password-match-status.is-mismatch { color: #b02a37; font-weight: 700; }
.table-responsive {
  border-radius: 8px;
}
.product-price {
  color: var(--cor-verde);
  font-size: 1.25rem;
  font-weight: 800;
}
.site-logo {
  object-fit: contain;
  object-position: left center;
  background: transparent;
  flex: 0 0 auto;
}
.site-logo-header {
  width: min(260px, 48vw);
  height: auto;
  max-height: 90px;
}
.site-logo-footer,
.footer-logo {
  width: min(260px, 70vw);
  height: auto;
  max-height: 90px;
}
.admin-login-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 155, 60, .20), transparent 20rem),
    linear-gradient(135deg, #f7f3e8 0%, #fffdf7 42%, rgba(45, 45, 45, .10) 100%);
}
.admin-access-box {
  border-top: 1px solid rgba(109, 76, 65, .16);
  padding-top: 1rem;
}
.password-toggle-text {
  display: inline-block;
  line-height: 1;
}
.store-hero {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(200, 155, 60, .34), transparent 22rem),
    linear-gradient(135deg, var(--cor-verde) 0%, #1f4b2c 54%, var(--cor-marrom) 100%);
  color: #fff;
}
.store-search {
  background: #fff;
  border-radius: 999px;
  padding: .45rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
}
.store-search .form-control {
  border: 0;
  border-radius: 999px;
  min-height: 50px;
}
.category-card {
  background: #fffdf7;
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 18px;
  padding: 1.25rem;
  height: 100%;
  box-shadow: var(--sombra-suave);
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-card {
  background: #fffdf7;
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 20px;
  padding: 1rem;
  height: 100%;
  box-shadow: var(--sombra-suave);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.category-card:hover,
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(45, 45, 45, .14);
}
.product-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: .35rem .7rem;
  background: rgba(200, 155, 60, .20);
  color: #5c3d18;
  font-size: .78rem;
  font-weight: 800;
}
.store-benefit-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(109, 76, 65, .12);
  border-radius: 18px;
  padding: 1.25rem;
  height: 100%;
}
@media (max-width: 575.98px) {
  .hero { padding: 3.5rem 0; }
  .display-5 { font-size: 2rem; }
  .btn { width: 100%; }
  .public-breadcrumb-pill {
    min-height: 40px;
    font-size: .92rem;
    padding: .36rem .94rem;
  }
  .brand-logo {
    width: min(210px, 60vw);
    height: auto;
    max-height: 74px;
  }
  .site-logo-footer {
    width: min(220px, 80vw);
  }
  .store-search {
    border-radius: 18px;
  }
  .store-search .btn {
    width: 100%;
  }
}

/* Rodada de refinamento visual: home, loja e logos responsivos. */
.site-logo-header,
.site-logo-footer,
.footer-logo {
  width: min(260px, 48vw);
  height: auto;
  max-height: 90px;
}

.footer .container {
  align-items: center;
}

.home-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(200, 155, 60, .30), transparent 20rem),
    radial-gradient(circle at 10% 85%, rgba(46, 107, 63, .20), transparent 18rem),
    linear-gradient(135deg, #fffaf0 0%, var(--cor-creme) 48%, rgba(46, 107, 63, .16) 100%);
}

.hero-visual-panel {
  position: relative;
  max-width: 440px;
  margin-inline: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 22px;
  background: rgba(255, 253, 247, .86);
  box-shadow: 0 28px 80px rgba(45, 45, 45, .14);
}

.home-mascot {
  display: block;
  width: min(360px, 100%);
  max-height: 430px;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(45, 45, 45, .22));
}

.home-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.home-hero-stats span,
.visual-card,
.impact-panel {
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 18px;
  background: rgba(255, 253, 247, .88);
  box-shadow: 0 16px 38px rgba(45, 45, 45, .08);
}

.home-hero-stats span {
  padding: .8rem;
  color: var(--cor-grafite);
  font-size: .9rem;
}

.home-hero-stats strong {
  display: block;
  color: var(--cor-verde);
  font-size: 1.2rem;
}

.home-feature-band {
  background:
    linear-gradient(135deg, rgba(46, 107, 63, .09), rgba(200, 155, 60, .12)),
    #fffdf7;
}

.impact-panel {
  padding: clamp(1.5rem, 4vw, 2.4rem);
  background: linear-gradient(145deg, var(--cor-verde), #1f4b2c);
  color: #fff;
}

.impact-panel h2 {
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  line-height: 1.05;
}

.visual-card {
  height: 100%;
  padding: 1.35rem;
}

.cta-mascot {
  width: min(280px, 80vw);
  height: auto;
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(45, 45, 45, .20));
}

.about-mascot-card {
  overflow: hidden;
}

.about-mascot-img {
  display: block;
  width: min(300px, 88%);
  height: auto;
  max-height: 360px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(45, 45, 45, .18));
}

.founders-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(46, 107, 63, .16), transparent 17rem),
    radial-gradient(circle at 92% 10%, rgba(200, 155, 60, .22), transparent 18rem),
    linear-gradient(135deg, #fffdf7 0%, var(--cor-creme) 46%, rgba(46, 107, 63, .14) 100%);
}

.founders-section::before,
.founders-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .55;
}

.founders-section::before {
  inset: 2rem auto auto -4rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(200, 155, 60, .28);
  border-radius: 42% 58% 64% 36%;
  transform: rotate(-18deg);
}

.founders-section::after {
  right: -3rem;
  bottom: 2rem;
  width: 20rem;
  height: 20rem;
  background:
    linear-gradient(35deg, transparent 0 45%, rgba(46, 107, 63, .12) 46% 48%, transparent 49%),
    linear-gradient(95deg, transparent 0 50%, rgba(200, 155, 60, .16) 51% 53%, transparent 54%);
  border-radius: 50%;
}

.founders-section .container {
  position: relative;
  z-index: 1;
}

.founders-section-head {
  max-width: 940px;
  margin: 0 auto 2.25rem;
}

.founders-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 34px;
  margin-bottom: .65rem;
  padding: .25rem .85rem;
  border: 1px solid rgba(200, 155, 60, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--cor-marrom);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.founders-kicker::before,
.founders-kicker::after {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--cor-dourado);
}

.founders-intro {
  max-width: 860px;
  margin-top: .75rem;
  color: rgba(45, 45, 45, .74);
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.8;
}

.founder-card {
  position: relative;
  height: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(168px, 220px) minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(109, 76, 65, .13);
  border-top: 5px solid var(--cor-dourado);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 253, 247, .94)),
    #fff;
  box-shadow: 0 20px 58px rgba(45, 45, 45, .12);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.founder-card::before {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: rgba(46, 107, 63, .07);
}

.founder-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 155, 60, .55);
  box-shadow: 0 26px 70px rgba(45, 45, 45, .16);
}

.founder-media,
.founder-card-body {
  position: relative;
  z-index: 1;
}

.founder-media {
  display: grid;
  align-content: start;
  justify-items: center;
}

.founder-photo {
  width: min(210px, 100%);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(46, 107, 63, .14), rgba(200, 155, 60, .24));
  color: var(--cor-verde);
  box-shadow: 0 16px 38px rgba(45, 45, 45, .14), 0 0 0 1px rgba(200, 155, 60, .32);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-photo span {
  font-size: clamp(2rem, 8vw, 3.6rem);
  font-weight: 950;
}

.founder-card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.founder-card h3 {
  color: var(--cor-verde);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 950;
  line-height: 1.15;
}

.founder-role {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: .65rem;
  padding: .42rem .75rem;
  border-radius: 999px;
  background: rgba(200, 155, 60, .18);
  color: var(--cor-marrom);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.25;
}

.founder-description {
  margin-bottom: .95rem;
  color: rgba(45, 45, 45, .76);
  line-height: 1.7;
}

.founder-tags,
.founder-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.founder-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .28rem .72rem;
  border: 1px solid rgba(46, 107, 63, .14);
  border-radius: 999px;
  background: rgba(46, 107, 63, .08);
  color: var(--cor-verde);
  font-size: .8rem;
  font-weight: 900;
}

.founder-tags span:nth-child(3n+2) {
  border-color: rgba(200, 155, 60, .26);
  background: rgba(200, 155, 60, .13);
  color: var(--cor-marrom);
}

.founder-quote {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .6rem;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(200, 155, 60, .25);
  border-left: 5px solid var(--cor-dourado);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(247, 243, 232, .86), rgba(255, 255, 255, .86));
  color: var(--cor-marrom);
  font-weight: 850;
  line-height: 1.55;
}

.founder-quote i {
  color: var(--cor-dourado);
  font-size: 1.55rem;
  line-height: 1;
}

.founder-socials {
  margin-top: auto;
  padding-top: .35rem;
}

.founder-social {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(46, 107, 63, .16);
  border-radius: 16px;
  background: var(--cor-verde);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(46, 107, 63, .18);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.founder-social:hover,
.founder-social:focus {
  background: var(--cor-marrom);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(109, 76, 65, .22);
}

.founders-purpose-box {
  max-width: 1040px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin: 2rem auto 0;
  padding: clamp(1rem, 3vw, 1.4rem);
  border: 1px solid rgba(200, 155, 60, .30);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(46, 107, 63, .95), rgba(33, 78, 46, .94)),
    var(--cor-verde);
  color: #fff;
  box-shadow: 0 20px 50px rgba(46, 107, 63, .22);
}

.founders-purpose-box i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(200, 155, 60, .24);
  color: var(--cor-dourado);
  font-size: 1.6rem;
}

.founders-purpose-box p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.98rem, 1.2vw, 1.1rem);
  font-weight: 750;
  line-height: 1.65;
}

.founder-icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.founder-icon-chip {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(46, 107, 63, .14);
  border-radius: 16px;
  background: rgba(46, 107, 63, .08);
  color: var(--cor-verde);
  font-size: 1.25rem;
}

.founder-icon-chip:nth-child(3n+2) {
  background: rgba(200, 155, 60, .14);
  color: var(--cor-marrom);
}

.founder-icon-chip:nth-child(3n) {
  background: rgba(109, 76, 65, .10);
  color: var(--cor-dourado);
}

.team-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(200, 155, 60, .14), transparent 15rem),
    linear-gradient(180deg, #fffdf7 0%, var(--cor-creme) 100%);
}

.team-filter {
  display: flex;
  gap: .55rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 1.6rem;
}

.team-filter button {
  min-height: 42px;
  border: 1px solid rgba(46, 107, 63, .16);
  border-radius: 999px;
  padding: .48rem 1rem;
  background: #fff;
  color: var(--cor-verde);
  font-weight: 900;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.team-filter button:hover,
.team-filter button:focus,
.team-filter button.active {
  border-color: rgba(200, 155, 60, .58);
  background: var(--cor-verde);
  color: #fff;
  transform: translateY(-1px);
}

.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(109, 76, 65, .12);
  border-top: 4px solid var(--cor-dourado);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  text-align: center;
  box-shadow: 0 18px 46px rgba(45, 45, 45, .10);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 155, 60, .46);
  box-shadow: 0 24px 62px rgba(45, 45, 45, .14);
}

.team-photo {
  width: 132px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(46, 107, 63, .13), rgba(200, 155, 60, .22));
  color: var(--cor-verde);
  box-shadow: 0 14px 32px rgba(45, 45, 45, .12), 0 0 0 1px rgba(200, 155, 60, .28);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-photo span {
  font-size: 2.2rem;
  font-weight: 950;
}

.team-card h3 {
  margin: .9rem 0 .25rem;
  color: var(--cor-verde);
  font-size: 1.28rem;
  font-weight: 950;
}

.team-role {
  margin-bottom: .65rem;
  color: var(--cor-marrom);
  font-weight: 850;
}

.team-type-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-top: .8rem;
  padding: .22rem .68rem;
  border: 1px solid rgba(200, 155, 60, .36);
  border-radius: 999px;
  background: rgba(200, 155, 60, .16);
  color: var(--cor-marrom);
  font-size: .76rem;
  font-weight: 950;
}

.team-summary {
  color: rgba(45, 45, 45, .74);
  line-height: 1.65;
}

.team-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .3rem;
}

.team-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .25rem .64rem;
  border: 1px solid rgba(46, 107, 63, .14);
  border-radius: 999px;
  background: rgba(46, 107, 63, .08);
  color: var(--cor-verde);
  font-size: .78rem;
  font-weight: 850;
}

.team-card-footer {
  width: 100%;
  display: grid;
  gap: .7rem;
  justify-items: center;
  margin-top: auto;
  padding-top: 1rem;
}

.team-socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .45rem;
}

.team-social {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: var(--cor-verde);
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.team-social:hover,
.team-social:focus {
  background: var(--cor-marrom);
  color: #fff;
  transform: translateY(-2px);
}

.team-empty {
  max-width: 760px;
  display: grid;
  gap: .8rem;
  justify-items: center;
  margin-inline: auto;
  padding: 2rem;
  border: 1px solid rgba(200, 155, 60, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  text-align: center;
  box-shadow: 0 18px 42px rgba(45, 45, 45, .08);
}

.team-empty i {
  color: var(--cor-dourado);
  font-size: 2rem;
}

.team-bio-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}

.team-bio-modal .modal-header {
  background: linear-gradient(135deg, var(--cor-verde), #1f4b2c);
  color: #fff;
}

.team-bio-modal .team-type-badge {
  margin-top: 0;
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.team-modal-photo {
  width: min(210px, 100%);
}

.team-item.is-hidden {
  display: none;
}

@media (max-width: 767.98px) {
  .founder-card {
    grid-template-columns: 1fr;
    padding: 1rem;
    text-align: center;
  }

  .founder-photo {
    max-width: 230px;
    border-radius: 50%;
  }

  .founder-card-body,
  .founder-media {
    align-items: center;
  }

  .founder-role {
    margin-inline: auto;
  }

  .founder-tags,
  .founder-socials {
    justify-content: center;
  }

  .founder-quote {
    text-align: left;
  }

  .founders-purpose-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .founders-purpose-box i {
    margin-inline: auto;
  }

  .team-filter {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .35rem;
    scroll-snap-type: x proximity;
  }

  .team-filter button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

.store-hero {
  position: relative;
  overflow: hidden;
}

.store-showcase {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 24px;
  background: rgba(255, 253, 247, .94);
  color: var(--cor-grafite);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .20);
}

.store-showcase-logo {
  width: min(280px, 100%);
  height: auto;
}

.store-showcase-product {
  display: grid;
  gap: .65rem;
  padding: 1.25rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 0%, rgba(200, 155, 60, .24), transparent 9rem),
    linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(109, 76, 65, .08));
}

.store-showcase-product .bi {
  color: var(--cor-verde);
  font-size: 3rem;
}

.store-search {
  box-shadow: 0 18px 46px rgba(0, 0, 0, .16);
}

.category-card,
.store-benefit-card {
  height: 100%;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
}

.product-media {
  position: relative;
  min-height: 170px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 20%, rgba(200, 155, 60, .30), transparent 8rem),
    linear-gradient(135deg, rgba(46, 107, 63, .14), rgba(109, 76, 65, .10));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-media::after {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
}

.product-media .bi {
  position: relative;
  z-index: 1;
  color: var(--cor-verde);
  font-size: 3.25rem;
  line-height: 1;
}

.product-media .product-badge {
  position: absolute;
  z-index: 2;
  top: .75rem;
  left: .75rem;
}

.product-category {
  color: var(--cor-dourado);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .home-hero-stats {
    grid-template-columns: 1fr;
  }

  .site-logo-header,
  .site-logo-footer,
  .footer-logo {
    width: min(220px, 72vw);
    max-height: 82px;
  }

  .footer .container,
  .footer .d-flex {
    align-items: flex-start;
  }
}

/* Ajuste fino do hero principal para reduzir vazios e equilibrar mascote/texto. */
.home-hero {
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.25rem) 0;
}

.home-hero .container {
  width: 100%;
}

.home-hero-copy {
  max-width: 700px;
}

.home-hero-copy .lead {
  max-width: 640px;
}

.hero-visual-panel {
  display: grid;
  align-items: end;
  min-height: clamp(420px, 66vh, 560px);
  max-width: 500px;
  padding: clamp(1rem, 2.2vw, 1.5rem);
  isolation: isolate;
}

.hero-visual-panel::before {
  content: "";
  position: absolute;
  inset: 12% 4% 8% 16%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 253, 247, .86), rgba(200, 155, 60, .18) 55%, rgba(46, 107, 63, .10) 72%, transparent 73%);
}

.home-mascot {
  align-self: end;
  width: min(420px, 92%);
  max-height: min(540px, 70vh);
  margin: 0 auto;
}

.hero-mascot-note {
  position: absolute;
  right: clamp(.75rem, 2vw, 1.25rem);
  bottom: clamp(.75rem, 2vw, 1.25rem);
  z-index: 3;
  max-width: min(360px, 86%);
  margin: 0;
  box-shadow: 0 18px 42px rgba(45, 45, 45, .14);
}

@media (min-width: 992px) {
  .home-hero .row {
    min-height: min(620px, calc(100vh - 140px));
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    min-height: auto;
    padding: 2.5rem 0 3rem;
  }

  .hero-visual-panel {
    min-height: 430px;
    max-width: 520px;
  }
}

@media (max-width: 575.98px) {
  .hero-visual-panel {
    min-height: 390px;
    padding: 1rem;
  }

  .home-mascot {
    width: min(320px, 92%);
    max-height: 370px;
  }

  .hero-mascot-note {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: .75rem;
  }
}

/* Acabamento visual das páginas públicas. */
.page-hero-visual {
  position: relative;
  overflow: hidden;
  padding: clamp(3.25rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(200, 155, 60, .28), transparent 20rem),
    radial-gradient(circle at 10% 95%, rgba(46, 107, 63, .14), transparent 18rem),
    linear-gradient(135deg, #fffdf7 0%, var(--cor-creme) 52%, rgba(46, 107, 63, .18) 100%);
}

.hero-mini-panel,
.contact-hero-card,
.featured-post-card,
.workshop-card,
.step-card,
.post-card {
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 22px;
  background: rgba(255, 253, 247, .94);
  box-shadow: var(--sombra-suave);
}

.hero-mini-panel {
  padding: 1.25rem;
}

.info-strip {
  height: 100%;
  display: grid;
  gap: .35rem;
  padding: 1rem;
  border-left: 4px solid var(--cor-dourado);
  border-radius: 14px;
  background: rgba(46, 107, 63, .06);
}

.info-strip span {
  color: rgba(45, 45, 45, .78);
}

.hero-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-icon-grid span {
  min-height: 110px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 20%, rgba(200, 155, 60, .28), transparent 7rem),
    rgba(255, 253, 247, .92);
  color: var(--cor-verde);
  box-shadow: var(--sombra-suave);
  font-size: 2.2rem;
}

.workshop-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.workshop-media,
.post-media {
  min-height: 150px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 75% 20%, rgba(200, 155, 60, .26), transparent 8rem),
    linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(109, 76, 65, .08));
  color: var(--cor-verde);
  font-size: 3rem;
}

.workshop-meta {
  display: grid;
  gap: .35rem;
  margin: .75rem 0 1rem;
  color: rgba(45, 45, 45, .72);
  font-size: .92rem;
}

.workshop-meta span {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.workshop-description-preview {
  position: relative;
  max-height: 6.4em;
  overflow: hidden;
  line-height: 1.6;
}

.workshop-description-preview p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.workshop-description-preview::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 1.6em;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%);
}

.step-card {
  height: 100%;
  padding: 1.25rem;
}

.featured-post-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .75rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 78% 18%, rgba(200, 155, 60, .34), transparent 11rem),
    linear-gradient(145deg, #fffdf7, #f4eddd);
}

.featured-post-card .bi {
  color: var(--cor-verde);
  font-size: 3.3rem;
}

.category-pills,
.store-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.category-pills a,
.store-filter-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .45rem 1rem;
  border: 1px solid rgba(46, 107, 63, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--cor-verde);
  font-weight: 700;
  text-decoration: none;
}

.category-pills a:hover,
.store-filter-pills a:hover {
  background: var(--cor-verde);
  color: #fff;
}

.content-search {
  min-width: min(360px, 100%);
  padding: .35rem .5rem;
}

.post-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.post-body {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 1.15rem;
}

.post-body .btn {
  margin-top: auto;
}

.contact-hero-card {
  display: grid;
  gap: .5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-hero-card .bi {
  color: var(--cor-dourado);
  font-size: 3rem;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-list > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
}

.contact-list .icon-circle {
  margin-bottom: 0;
}

.contact-form textarea {
  resize: vertical;
}

.store-hero-pro {
  background:
    radial-gradient(circle at 80% 14%, rgba(200, 155, 60, .32), transparent 19rem),
    linear-gradient(135deg, var(--cor-verde) 0%, #214E2E 56%, var(--cor-marrom) 100%);
}

.store-showcase-pro {
  min-height: 360px;
}

.store-sort {
  width: min(240px, 100%);
}

.product-media-pro {
  min-height: 190px;
}

@media (max-width: 575.98px) {
  .page-hero-visual {
    padding: 2.5rem 0;
  }

  .hero-icon-grid {
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
  }

  .hero-icon-grid span {
    min-height: 86px;
    font-size: 1.75rem;
  }

  .post-body {
    min-height: auto;
  }

  .content-search,
  .store-sort {
    width: 100%;
  }
}

/* Camada de acabamento para lançamento público. */
.about-hero,
.workshops-hero,
.blog-hero,
.contact-hero {
  min-height: 420px;
}

.about-identity-panel,
.workshops-hero-panel,
.contact-side-panel {
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 24px;
  background: rgba(255, 253, 247, .94);
  box-shadow: 0 24px 70px rgba(45, 45, 45, .13);
}

.about-identity-panel {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.about-panel-logo {
  width: min(260px, 100%);
  height: auto;
}

.about-panel-mark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}

.about-panel-mark i {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(46, 107, 63, .12), rgba(200, 155, 60, .18));
  color: var(--cor-verde);
  font-size: 2rem;
}

.mission-card {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--sombra-suave);
}

.about-values-band {
  background:
    radial-gradient(circle at 12% 15%, rgba(200, 155, 60, .18), transparent 16rem),
    linear-gradient(135deg, rgba(46, 107, 63, .08), rgba(255, 253, 247, .92));
}

.workshops-hero-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.workshops-hero-panel span {
  display: block;
  color: rgba(45, 45, 45, .76);
  margin-top: .25rem;
}

.workshops-hero-icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: var(--cor-verde);
  color: #fff;
  font-size: 2.4rem;
  box-shadow: 0 18px 40px rgba(46, 107, 63, .24);
}

.workshop-card-pro {
  padding: 1.1rem;
  background: #fff;
}

.workshop-card-pro .workshop-media {
  position: relative;
  overflow: hidden;
}

.workshop-card-image {
  background-size: cover;
  background-position: center;
}

.workshop-card-pro .workshop-media span {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 2;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: var(--cor-grafite);
  font-size: .75rem;
  font-weight: 800;
}

.workshop-tone-verde { background: linear-gradient(135deg, rgba(46, 107, 63, .16), rgba(46, 107, 63, .34)); }
.workshop-tone-dourado { background: linear-gradient(135deg, rgba(200, 155, 60, .18), rgba(200, 155, 60, .38)); }
.workshop-tone-marrom { background: linear-gradient(135deg, rgba(109, 76, 65, .14), rgba(109, 76, 65, .34)); }
.workshop-tone-creme { background: linear-gradient(135deg, #fffdf7, var(--cor-creme)); }

.step-card-pro {
  background: #fff;
}

.featured-post-card-pro {
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.featured-post-card-pro::before {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(46, 107, 63, .10);
}

.featured-post-media {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: var(--cor-verde);
  color: #fff;
}

.featured-post-media .bi {
  color: #fff;
  font-size: 2.7rem;
}

.blog-category-card {
  min-height: 110px;
  display: grid;
  place-items: center;
  gap: .45rem;
  padding: 1rem;
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 18px;
  background: #fff;
  color: var(--cor-verde);
  text-align: center;
  text-decoration: none;
  box-shadow: var(--sombra-suave);
}

.blog-category-card i {
  font-size: 1.8rem;
}

.blog-category-card span {
  color: var(--cor-grafite);
  font-weight: 800;
}

.post-card-pro .post-media {
  min-height: 190px;
}

.post-card-large .post-media {
  min-height: 260px;
}

.contact-hero-card-pro {
  min-height: 260px;
  justify-content: center;
}

.contact-side-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-channel-grid {
  display: grid;
  gap: .9rem;
  margin-top: 1.25rem;
}

.contact-channel-grid article {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(46, 107, 63, .06);
}

.contact-channel-grid .icon-circle {
  margin-bottom: .65rem;
}

.contact-form-pro {
  background:
    radial-gradient(circle at 95% 8%, rgba(200, 155, 60, .16), transparent 13rem),
    #fff;
}

.contact-directory {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(33, 78, 46, .12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(247, 243, 232, .8), #fff);
  box-shadow: 0 18px 50px rgba(45, 45, 45, .07);
}

.contact-directory-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

.contact-hours {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  color: #214E2E;
  background: rgba(46, 107, 63, .09);
  font-weight: 800;
}

.contact-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-directory-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(33, 78, 46, .12);
  border-radius: 18px;
  color: #2D2D2D;
  background: #fff;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contact-directory-card:hover,
.contact-directory-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(33, 78, 46, .32);
  color: #2D2D2D;
  box-shadow: 0 14px 28px rgba(33, 78, 46, .1);
}

.contact-directory-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #214E2E;
  background: rgba(46, 107, 63, .1);
  font-size: 1.2rem;
}

.contact-directory-icon.whatsapp {
  color: #fff;
  background: #258c4b;
}

.contact-directory-card small,
.contact-directory-card strong,
.contact-directory-card > span > span {
  display: block;
}

.contact-directory-card small {
  color: #6b756e;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-directory-card strong {
  margin: .1rem 0;
  color: #214E2E;
}

.contact-directory-card > span > span {
  overflow-wrap: anywhere;
  color: #5f665f;
  font-size: .92rem;
}

.contact-directory-arrow {
  color: #8a947f;
}

@media (max-width: 767.98px) {
  .contact-directory-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-directory-grid {
    grid-template-columns: 1fr;
  }
}

/* Nossas Parcerias: carrossel circular com destaque central. */
.home-partners-section {
  position: relative;
  isolation: isolate;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 155, 60, .22), transparent 24rem),
    radial-gradient(circle at 88% 82%, rgba(46, 107, 63, .16), transparent 28rem),
    linear-gradient(145deg, #fffdf7 0%, #f3f8f2 55%, #fff9eb 100%);
}

.home-partners-section::before,
.home-partners-section::after {
  position: absolute;
  z-index: -1;
  width: 210px;
  height: 210px;
  content: "";
  border: 1px solid rgba(200, 155, 60, .15);
  border-radius: 50%;
}

.home-partners-section::before {
  top: -95px;
  left: -65px;
  box-shadow: 0 0 0 24px rgba(200, 155, 60, .04), 0 0 0 50px rgba(200, 155, 60, .025);
}

.home-partners-section::after {
  right: -80px;
  bottom: -100px;
  border-color: rgba(46, 107, 63, .13);
  box-shadow: 0 0 0 28px rgba(46, 107, 63, .035), 0 0 0 56px rgba(46, 107, 63, .02);
}

.home-partners-heading {
  position: relative;
  z-index: 3;
  align-items: center;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.home-partners-heading > div:first-child {
  max-width: 760px;
}

.home-partners-heading .section-title {
  margin-bottom: .7rem;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
}

.home-partners-caption {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  padding: .55rem .85rem;
  color: #6d4c41;
  border: 1px solid rgba(200, 155, 60, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  font-size: .82rem;
  font-weight: 800;
}

.home-partners-caption i {
  color: #b77a10;
}

.home-partners-controls button {
  width: 52px;
  height: 52px;
  border-color: rgba(46, 107, 63, .18);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(42, 76, 52, .12);
}

.home-partners-stage {
  position: relative;
  margin-inline: calc(50% - 50vw);
}

.home-partners-stage::before,
.home-partners-stage::after {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: clamp(28px, 9vw, 150px);
  content: "";
  pointer-events: none;
}

.home-partners-stage::before {
  left: 0;
  background: linear-gradient(90deg, #f8f8ef 10%, rgba(248, 248, 239, 0));
}

.home-partners-stage::after {
  right: 0;
  background: linear-gradient(270deg, #f9f8ee 10%, rgba(249, 248, 238, 0));
}

.home-partners-track {
  position: relative;
  z-index: 2;
  display: flex;
  grid-auto-flow: unset;
  grid-auto-columns: unset;
  gap: clamp(.85rem, 2vw, 1.5rem);
  align-items: center;
  overflow-x: auto;
  padding: 2.4rem max(1rem, calc(50vw - 190px)) 3rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.home-partners-track::-webkit-scrollbar {
  display: none;
}

.home-partner-card {
  position: relative;
  display: grid;
  flex: 0 0 clamp(260px, 27vw, 350px);
  min-height: 245px;
  grid-template-columns: 1fr;
  place-items: center;
  align-content: center;
  gap: .85rem;
  padding: 1.5rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(46, 107, 63, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 45px rgba(44, 71, 52, .09);
  scroll-snap-align: center;
  opacity: .56;
  filter: saturate(.7);
  transform: scale(.84);
  transition:
    transform .55s cubic-bezier(.2, .8, .2, 1),
    opacity .45s ease,
    filter .45s ease,
    border-color .45s ease,
    box-shadow .45s ease,
    background .45s ease;
}

.home-partner-card::before {
  position: absolute;
  top: -75px;
  right: -75px;
  width: 170px;
  height: 170px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 155, 60, .18), transparent 68%);
}

.home-partner-card.is-featured {
  z-index: 3;
  opacity: 1;
  filter: saturate(1);
  border-color: rgba(200, 155, 60, .5);
  background:
    radial-gradient(circle at 88% 8%, rgba(200, 155, 60, .17), transparent 9rem),
    rgba(255, 255, 255, .98);
  box-shadow: 0 28px 70px rgba(33, 78, 46, .2), 0 0 0 6px rgba(255, 255, 255, .7);
  transform: scale(1.08) translateY(-5px);
}

.home-partner-card:hover {
  color: inherit;
  border-color: rgba(200, 155, 60, .6);
}

.home-partner-card.is-featured:hover {
  transform: scale(1.08) translateY(-9px);
}

.home-partner-featured {
  position: absolute;
  top: .85rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .38rem .7rem;
  color: #5f410b;
  border: 1px solid rgba(200, 155, 60, .25);
  border-radius: 999px;
  background: #fff4cf;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, -7px);
  transition: .35s ease;
}

.home-partner-card.is-featured .home-partner-featured {
  opacity: 1;
  transform: translate(-50%, 0);
}

.home-partner-photo {
  flex: none;
  width: 112px;
  height: 112px;
  margin-top: .7rem;
  border: 4px solid rgba(200, 155, 60, .42);
  box-shadow: 0 12px 30px rgba(33, 78, 46, .16);
  transition: width .45s ease, height .45s ease, box-shadow .45s ease;
}

.home-partner-card.is-featured .home-partner-photo {
  width: 126px;
  height: 126px;
  box-shadow: 0 16px 38px rgba(33, 78, 46, .24), 0 0 0 6px rgba(200, 155, 60, .1);
}

.home-partner-card h3 {
  margin: 0;
  color: var(--cor-verde-escuro);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.home-partner-card p {
  max-width: 260px;
  margin: 0;
  color: #9a6b18;
  line-height: 1.45;
}

.home-partner-link-icon {
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(46, 107, 63, .08);
}

.home-partners-glow {
  position: absolute;
  z-index: 1;
  bottom: 1.2rem;
  left: 50%;
  width: min(430px, 72vw);
  height: 70px;
  border-radius: 50%;
  background: rgba(46, 107, 63, .16);
  filter: blur(28px);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .home-partners-section {
    padding-block: 3.75rem;
  }

  .home-partners-heading {
    align-items: flex-start;
  }

  .home-partners-controls {
    align-self: auto;
  }

  .home-partners-stage::before,
  .home-partners-stage::after {
    width: 24px;
  }

  .home-partners-track {
    gap: .75rem;
    padding-inline: max(1rem, calc(50vw - 142px));
  }

  .home-partner-card {
    flex-basis: 284px;
    min-height: 236px;
    transform: scale(.9);
  }

  .home-partner-card.is-featured,
  .home-partner-card.is-featured:hover {
    transform: scale(1) translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-partner-card {
    transition: none;
  }
}

/* Home: publicações e canais sociais. */
.home-social-section {
  position: relative;
  isolation: isolate;
  padding-block: clamp(4rem, 8vw, 6.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(200, 155, 60, .24), transparent 24rem),
    radial-gradient(circle at 6% 95%, rgba(46, 107, 63, .14), transparent 26rem),
    linear-gradient(145deg, #fffdf7 0%, #f8f4e9 58%, #fff 100%);
}

.home-social-section::before {
  position: absolute;
  inset: 1.4rem auto auto 3vw;
  z-index: -1;
  width: 180px;
  height: 180px;
  content: "";
  border: 1px solid rgba(200, 155, 60, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(200, 155, 60, .04), 0 0 0 46px rgba(46, 107, 63, .025);
}

.home-social-shell {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(46, 107, 63, .12);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 251, 241, .9)),
    radial-gradient(circle at 100% 0, rgba(200, 155, 60, .16), transparent 18rem);
  box-shadow: 0 28px 80px rgba(42, 76, 52, .10);
}

.home-social-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.home-social-heading > div:first-child {
  max-width: 720px;
}

.home-social-heading p:last-child {
  margin-bottom: 0;
  color: #687069;
}

.home-social-actions {
  display: grid;
  gap: .75rem;
  justify-items: end;
}

.home-social-actions > span {
  color: #6d4c41;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
}

.home-social-links a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--cor-verde);
  border: 1px solid rgba(46, 107, 63, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(42, 76, 52, .10);
  font-size: 1.25rem;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.home-social-links a:hover,
.home-social-links a:focus-visible {
  color: #fff;
  background: var(--cor-verde);
  transform: translateY(-3px);
}

.home-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 285px));
  gap: 1.25rem;
  justify-content: start;
}

.home-social-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  text-align: left;
  border: 1px solid rgba(46, 107, 63, .14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(45, 45, 45, .10);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-social-card::after {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(200, 155, 60, .42), transparent);
  opacity: 0;
  transition: opacity .22s ease;
}

.home-social-card:hover,
.home-social-card:focus-visible {
  border-color: rgba(200, 155, 60, .6);
  color: inherit;
  box-shadow: 0 26px 58px rgba(45, 45, 45, .15);
  text-decoration: none;
  transform: translateY(-5px);
}

.home-social-card:hover::after,
.home-social-card:focus-visible::after {
  opacity: 1;
}

.home-social-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(200, 155, 60, .14)),
    #e8ece8;
}

.home-social-media img,
.home-social-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-social-card:hover .home-social-media img,
.home-social-card:hover .home-social-media video {
  transform: scale(1.035);
}

.home-social-media-badge {
  position: absolute;
  top: .8rem;
  right: .8rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(46, 107, 63, .92), rgba(28, 62, 37, .82));
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.home-social-card-copy {
  display: grid;
  gap: .42rem;
  padding: 1rem 1rem 1.15rem;
}

.home-social-card-copy strong {
  color: var(--cor-verde);
  font-size: 1.06rem;
  line-height: 1.2;
}

.home-social-platform {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .38rem;
  padding: .28rem .62rem;
  color: #72520c;
  border: 1px solid rgba(200, 155, 60, .24);
  border-radius: 999px;
  background: #fff7de;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-social-card-copy small {
  display: -webkit-box;
  min-height: 2.9em;
  overflow: hidden;
  color: #6b716c;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-social-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .45rem;
  padding-top: .75rem;
  color: var(--cor-verde);
  border-top: 1px solid rgba(46, 107, 63, .1);
  font-size: .84rem;
  font-weight: 900;
}

.home-social-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 170px;
  padding: 2rem;
  text-align: left;
  border: 1px dashed rgba(46, 107, 63, .28);
  border-radius: 24px;
  background: rgba(255, 255, 255, .7);
}

.home-social-empty > i {
  color: var(--cor-dourado);
  font-size: 2.4rem;
}

.home-social-empty h3,
.home-social-empty p {
  margin: 0;
}

.home-social-empty h3 {
  color: var(--cor-verde);
  font-size: 1.15rem;
}

@media (max-width: 767.98px) {
  .home-social-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  .home-social-links {
    justify-content: flex-start;
  }

  .home-social-actions {
    justify-items: start;
  }

  .home-social-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-social-empty {
    align-items: flex-start;
  }
}

.product-card-launch {
  box-shadow: 0 18px 48px rgba(45, 45, 45, .10);
}

.product-media-pro {
  isolation: isolate;
  min-height: 215px;
  border: 1px solid rgba(109, 76, 65, .10);
}

.product-media-pro::before {
  content: "";
  position: absolute;
  inset: 16%;
  z-index: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, .48);
  transform: rotate(-8deg);
  box-shadow: 0 16px 30px rgba(45, 45, 45, .08);
}

.product-media-pro .bi {
  z-index: 2;
  font-size: 3.6rem;
}

.product-visual-label {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(255, 253, 247, .88);
  color: var(--cor-marrom);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-visual-vestuario { background: linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(200, 155, 60, .32)); }
.product-visual-material { background: linear-gradient(135deg, rgba(200, 155, 60, .18), rgba(255, 253, 247, .9)); }
.product-visual-digital { background: linear-gradient(135deg, rgba(46, 107, 63, .10), rgba(45, 45, 45, .12)); }
.product-visual-oficina { background: linear-gradient(135deg, rgba(200, 155, 60, .20), rgba(46, 107, 63, .28)); }
.product-visual-sustentavel { background: linear-gradient(135deg, rgba(46, 107, 63, .18), rgba(46, 107, 63, .36)); }
.product-visual-casa { background: linear-gradient(135deg, rgba(109, 76, 65, .16), rgba(200, 155, 60, .24)); }
.product-visual-presente { background: linear-gradient(135deg, rgba(200, 155, 60, .24), rgba(109, 76, 65, .18)); }
.product-visual-aluno { background: linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(247, 243, 232, .92)); }

.article-card {
  font-size: 1.06rem;
  line-height: 1.85;
}

.article-intro-meta span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .72rem;
  border-radius: 999px;
  background: rgba(255, 253, 247, .72);
  border: 1px solid rgba(109, 76, 65, .14);
  color: rgba(45, 45, 45, .84);
  font-weight: 700;
}

.blog-article-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(200, 155, 60, .28), transparent 16rem),
    linear-gradient(135deg, #fffdf7 0%, var(--cor-creme) 54%, rgba(46, 107, 63, .18) 100%);
}

.blog-post-cover-card {
  min-height: auto !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(109, 76, 65, .14);
  background: none !important;
  box-shadow: 0 22px 60px rgba(45, 45, 45, .12);
  display: block !important;
}

.blog-post-cover-card::before {
  display: none !important;
}

.blog-post-cover {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  max-height: none;
}

.article-card-reading {
  max-width: 860px;
}

.article-card p {
  margin-bottom: 1.25rem;
}

.article-card-reading p {
  font-size: clamp(1.02rem, 1.15vw, 1.12rem);
  line-height: 1.95;
}

.article-key-points {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(109, 76, 65, .14);
  background: rgba(247, 243, 232, .76);
}

.article-points-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.article-points-grid article {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 52px;
  padding: .7rem .8rem;
  border-radius: 14px;
  border: 1px solid rgba(109, 76, 65, .12);
  background: #fff;
  font-weight: 700;
  color: var(--cor-grafite);
}

.article-points-grid i {
  color: var(--cor-verde);
}

.blog-sidebar {
  display: block;
}

.blog-sidebar.sticky-lg-top {
  top: 118px;
  z-index: 1000;
}

.related-posts-list,
.related-categories-list {
  display: grid;
  gap: .6rem;
}

.related-post-link {
  display: grid;
  gap: .15rem;
  padding: .75rem .85rem;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(109, 76, 65, .12);
  background: rgba(247, 243, 232, .62);
}

.related-post-link strong {
  color: var(--cor-verde);
  font-size: .94rem;
}

.related-post-link span {
  color: rgba(45, 45, 45, .72);
  font-size: .82rem;
  font-weight: 700;
}

.related-post-link:hover {
  border-color: rgba(46, 107, 63, .34);
  transform: translateY(-1px);
}

.category-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: .35rem .75rem;
  border: 1px solid rgba(46, 107, 63, .22);
  color: var(--cor-verde);
  background: rgba(46, 107, 63, .08);
  text-decoration: none;
  font-weight: 800;
  font-size: .84rem;
}

.category-chip:hover {
  background: var(--cor-verde);
  color: #fff;
}

.sidebar-cta-block p {
  color: rgba(45, 45, 45, .78);
}

.article-cta-block {
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 18px;
  border: 1px solid rgba(109, 76, 65, .12);
  background:
    radial-gradient(circle at 90% 14%, rgba(200, 155, 60, .22), transparent 11rem),
    rgba(247, 243, 232, .72);
}

.article-cover-frame {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(109, 76, 65, .14);
  box-shadow: 0 18px 44px rgba(45, 45, 45, .10);
}

.article-cover-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.post-media-image {
  background-size: cover;
  background-position: center;
}

.workshop-subtitle,
.workshop-detail-subtitle {
  color: rgba(109, 76, 65, .82);
  font-weight: 700;
  line-height: 1.45;
}

.workshop-subtitle {
  font-size: .95rem;
}

.workshop-detail-subtitle {
  max-width: 760px;
  margin: .35rem 0 1rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.workshop-hero {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(200, 155, 60, .22), transparent 18rem),
    linear-gradient(135deg, var(--cor-creme) 0%, #fffdf7 52%, rgba(46, 107, 63, .20) 100%);
  overflow: hidden;
}

.breadcrumb-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  margin-bottom: clamp(1.2rem, 3vw, 2.2rem);
  color: rgba(45, 45, 45, .70);
  font-size: .92rem;
  font-weight: 800;
}

.breadcrumb-brand a {
  color: var(--cor-verde);
  text-decoration: none;
}

.breadcrumb-brand a:hover {
  color: var(--cor-marrom);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  max-width: 100%;
  padding: .42rem .85rem;
  border-radius: 999px;
  background: rgba(46, 107, 63, .10);
  color: var(--cor-verde);
  border: 1px solid rgba(46, 107, 63, .18);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-badge .bi {
  color: var(--cor-dourado);
  font-size: .62rem;
}

.workshop-hero-summary {
  max-width: 720px;
  color: rgba(45, 45, 45, .78);
}

.workshop-visual-card {
  position: relative;
  min-height: auto;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(45, 45, 45, .12);
}

.workshop-visual-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
}

.workshop-visual-placeholder {
  width: min(100%, 360px);
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .75rem;
  padding: 2rem;
  color: var(--cor-verde);
  text-align: center;
}

.workshop-visual-placeholder .bi {
  font-size: clamp(2.4rem, 6vw, 4rem);
}

.workshop-visual-placeholder .bi:nth-child(2) {
  color: var(--cor-dourado);
}

.workshop-visual-placeholder .bi:nth-child(3) {
  color: var(--cor-marrom);
}

.workshop-visual-placeholder strong {
  color: var(--cor-marrom);
  font-size: 1.05rem;
}

.workshop-section {
  padding: clamp(2.4rem, 5vw, 4.5rem) 0;
}

.workshop-meta-card,
.workshop-icon-card {
  height: 100%;
  border: 1px solid rgba(109, 76, 65, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(45, 45, 45, .08);
}

.workshop-meta-card {
  display: grid;
  gap: .35rem;
  padding: 1.05rem;
}

.workshop-meta-card span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(46, 107, 63, .10);
  color: var(--cor-verde);
  font-size: 1.2rem;
}

.workshop-meta-card small {
  color: rgba(45, 45, 45, .62);
  font-weight: 800;
  text-transform: uppercase;
}

.workshop-meta-card strong {
  color: var(--cor-grafite);
  line-height: 1.35;
}

.workshop-content-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.workshop-description {
  margin-top: 1.25rem;
}

.workshop-icon-card {
  padding: 1.15rem;
}

.workshop-icon-card h3 {
  margin: .9rem 0 0;
  color: var(--cor-verde);
  font-size: 1.05rem;
  font-weight: 900;
}

.target-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.target-pill {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  min-height: 58px;
  padding: .95rem 1rem;
  border-radius: 18px;
  background: rgba(247, 243, 232, .82);
  border: 1px solid rgba(109, 76, 65, .12);
  color: var(--cor-grafite);
  font-weight: 800;
  line-height: 1.35;
}

.target-pill .bi {
  color: var(--cor-verde);
  margin-top: .1rem;
}

.workshop-cta {
  padding: clamp(2.4rem, 5vw, 4rem) 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(200, 155, 60, .28), transparent 18rem),
    linear-gradient(135deg, var(--cor-verde), #214e2e);
  color: #fff;
}

.workshop-cta .section-title,
.workshop-cta .section-kicker {
  color: #fff;
}

.workshop-cta p {
  color: rgba(255, 255, 255, .86);
}

.workshop-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.workshop-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(109, 76, 65, .12);
  box-shadow: 0 16px 42px rgba(45, 45, 45, .08);
}

.workshop-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.workshop-gallery-item figcaption {
  padding: .75rem .9rem;
  color: var(--cor-marrom);
  font-weight: 800;
  line-height: 1.35;
}

.footer-extra-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem .85rem;
}

.footer-extra-links a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.footer-extra-links a:hover {
  color: var(--cor-dourado);
}

.page-dynamic-card img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.dynamic-page-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(46, 107, 63, .10);
  color: var(--cor-verde);
  font-size: 2.4rem;
}

.signup-hero {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(circle at 85% 14%, rgba(200, 155, 60, .26), transparent 18rem),
    linear-gradient(135deg, #fffdf7 0%, var(--cor-creme) 54%, rgba(46, 107, 63, .18) 100%);
}

.signup-info-card,
.signup-card,
.terms-card {
  border: 1px solid rgba(109, 76, 65, .14);
  border-radius: 22px;
  background: #fffdf7;
  box-shadow: var(--sombra-suave);
}

.signup-info-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.signup-info-card ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.signup-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.terms-inline-box {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(247, 243, 232, .78);
  border: 1px solid rgba(109, 76, 65, .12);
}

.terms-card {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  line-height: 1.75;
}

.terms-card h2 {
  margin-top: 1.6rem;
  color: var(--cor-verde);
  font-size: 1.25rem;
  font-weight: 900;
}

@media (max-width: 575.98px) {
  .about-hero,
  .workshops-hero,
  .blog-hero,
  .contact-hero {
    min-height: auto;
  }

  .workshops-hero-panel {
    grid-template-columns: 1fr;
  }

  .blog-category-card {
    min-height: 92px;
  }

  .post-card-large .post-media,
  .product-media-pro {
    min-height: 190px;
  }

  .footer-extra-links {
    justify-content: flex-start;
  }

  .workshop-hero {
    padding-top: 1.5rem;
  }

  .workshop-visual-card,
  .workshop-visual-card img {
    min-height: 0;
  }

  .target-list-grid {
    grid-template-columns: 1fr;
  }

  .workshop-gallery-grid {
    grid-template-columns: 1fr;
  }

  .workshop-meta-card,
  .workshop-icon-card {
    border-radius: 16px;
  }

  .article-intro-meta span {
    width: 100%;
    justify-content: center;
  }

  .article-points-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-cover {
    max-height: none;
  }

  .workshop-cta .btn,
  .workshop-hero .btn {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .article-points-grid {
    grid-template-columns: 1fr;
  }
}

/* Loja dinamica: vitrine e detalhe de produtos cadastrados no admin. */
.store-visual-card {
  min-height: 280px;
  display: grid;
  place-items: center;
  gap: .35rem;
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(46, 107, 63, .12), rgba(200, 155, 60, .22));
  box-shadow: 0 18px 45px rgba(45, 45, 45, .10);
  text-align: center;
}

.store-visual-card i {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cor-verde);
  color: #fff;
  font-size: 3rem;
}

.store-visual-card strong {
  color: var(--cor-grafite);
  font-size: 1.35rem;
}

.store-category-strip {
  display: flex;
  gap: .75rem;
  overflow-x: auto;
  padding-bottom: .35rem;
}

.store-category-strip span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex: 0 0 auto;
  padding: .65rem .95rem;
  border-radius: 999px;
  background: #fff;
  color: var(--cor-verde);
  box-shadow: 0 10px 24px rgba(45, 45, 45, .08);
  font-weight: 800;
}

.store-category-strip small {
  color: var(--cor-marrom);
}

.product-store-card {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(45, 45, 45, .10);
}

.product-store-image {
  position: relative;
  min-height: 250px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(247, 243, 232, .95), rgba(46, 107, 63, .15));
  color: var(--cor-verde);
  font-size: 4rem;
  text-decoration: none;
}

.product-store-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-store-image span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: var(--cor-dourado);
  color: #1f160d;
  font-size: .8rem;
  font-weight: 900;
}

.product-detail-media {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(247, 243, 232, 1), rgba(46, 107, 63, .12));
  box-shadow: 0 20px 50px rgba(45, 45, 45, .12);
}

.product-detail-media img,
.product-detail-media .product-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.product-detail-media .product-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  color: var(--cor-verde);
  font-size: 5rem;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: .75rem;
}

.product-detail-gallery a {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(45, 45, 45, .10);
}

.product-detail-gallery img,
.product-detail-gallery video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-detail-price {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.product-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.product-detail-badges span {
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(46, 107, 63, .10);
  color: var(--cor-verde);
  font-weight: 850;
}

.whatsapp-floating-button {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1050;
  min-width: 58px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.05rem;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 18px 42px rgba(37, 211, 102, .34), 0 8px 22px rgba(45, 45, 45, .18);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.whatsapp-floating-button i {
  font-size: 1.55rem;
  line-height: 1;
}

.whatsapp-floating-button:hover,
.whatsapp-floating-button:focus {
  transform: translateY(-2px);
  background: #1FB85A;
  color: #fff;
  box-shadow: 0 22px 48px rgba(37, 211, 102, .42), 0 10px 26px rgba(45, 45, 45, .2);
}

@media (max-width: 575.98px) {
  .product-store-image,
  .product-store-image img {
    min-height: 210px;
    height: 210px;
  }

  .product-detail-media .product-placeholder {
    min-height: 240px;
  }

  .whatsapp-floating-button {
    right: .9rem;
    bottom: .9rem;
    width: 56px;
    height: 56px;
    padding: 0;
  }

  .whatsapp-floating-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}
