:root {
  --cream: #fffaf5;
  --sand: #f8f3ed;
  --gold: #c9a45c;
  --gold-dark: #9d7a38;
  --gold-text: #806128;
  --brown: #3a2a1f;
  --nude: #e8d6c0;
  --ink: #1f1a17;
  --muted: #6f6258;
  --white: #ffffff;
  --green: #25d366;
  --danger: #9f463c;
  --border: rgba(58, 42, 31, 0.14);
  --shadow-sm: 0 8px 24px rgba(58, 42, 31, 0.08);
  --shadow-lg: 0 20px 60px rgba(58, 42, 31, 0.14);
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 28px;
  --container: 1220px;
  --header-offset: 154px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
body.modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--brown); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.15; }
h1 { font-size: clamp(2.3rem, 5vw, 4.7rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); letter-spacing: -0.025em; }
h3 { font-size: 1.28rem; }
p { color: var(--muted); }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--white); padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(201, 164, 92, .16); }
:focus-visible { outline: 3px solid rgba(128, 97, 40, .42); outline-offset: 3px; }
label { display: block; margin-bottom: 6px; color: var(--brown); font-size: .88rem; font-weight: 700; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--gold-text); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section { padding: 84px 0; }
.section--sand { background: var(--sand); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 7px; }
.section-heading p { max-width: 560px; margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-text); font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link:hover { color: var(--brown); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--gold-text); border-radius: 999px; padding: 11px 22px; background: var(--gold-text); color: var(--white); font-size: .88rem; font-weight: 700; letter-spacing: .02em; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--brown); border-color: var(--brown); box-shadow: var(--shadow-sm); }
.button--dark { background: var(--brown); border-color: var(--brown); }
.button--outline { background: transparent; color: var(--brown); }
.button--outline:hover { color: var(--white); }
.button--soft { border-color: var(--nude); background: var(--sand); color: var(--brown); }
.button--whatsapp { border-color: #147434; background: #147434; }
.button--danger { border-color: var(--danger); background: transparent; color: var(--danger); }
.button--block { width: 100%; }
.button:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.icon-button { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 0; background: transparent; }
.icon-button svg, .header-action svg, .location-button svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.topbar { background: var(--brown); color: rgba(255,255,255,.9); font-size: .73rem; letter-spacing: .03em; }
.topbar__inner { display: flex; min-height: 31px; align-items: center; justify-content: space-between; }
.header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid var(--border); background: rgba(255,250,245,.96); backdrop-filter: blur(16px); }
.header__main { display: grid; min-height: 82px; grid-template-columns: 210px minmax(260px, 1fr) auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; color: var(--brown); }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 500; letter-spacing: -.03em; }
.brand__name { display: inline-flex; align-items: baseline; gap: .18em; line-height: 1.2; }
.brand__josy { letter-spacing: .02em; }
.brand__joias { font-size: .62em; font-weight: 400; letter-spacing: 0; }
.brand__crowned-letter { position: relative; display: inline-block; }
.brand__crown { position: absolute; top: -.46em; left: 50%; width: 1em; height: auto; overflow: visible; color: var(--gold-text); fill: currentColor; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transform: translateX(-50%); pointer-events: none; }
.brand__crown > path:first-child { fill: none; }
.brand__crown circle { stroke: none; }
.brand__crown-gem { stroke: none; }
.brand small { color: var(--gold-text); font-size: .62rem; letter-spacing: .2em; }
.search { position: relative; }
.search input { height: 46px; border-radius: 999px; padding: 10px 52px 10px 20px; background: var(--white); }
.search > button { position: absolute; top: 3px; right: 4px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: var(--brown); color: white; }
.search svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-suggestions { position: absolute; top: calc(100% + 9px); right: 0; left: 0; z-index: 90; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: var(--shadow-lg); }
.search-suggestions a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-bottom: 1px solid var(--border); font-size: .88rem; }
.search-suggestions a:hover { background: var(--sand); }
.search-suggestions p { margin: 0; padding: 18px; }
.search-suggestions small { display: block; color: var(--gold-text); }
.suggestion-mark { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold-text); font-family: Georgia, serif; }
.header__actions { display: flex; align-items: center; gap: 18px; }
.header-action { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; color: var(--brown); font-size: .66rem; }
.badge { position: absolute; top: -7px; right: -8px; min-width: 18px; height: 18px; border-radius: 9px; padding: 0 5px; background: var(--gold-text); color: white; font-size: .66rem; line-height: 18px; text-align: center; }
.location-button { display: flex; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--brown); text-align: left; }
.location-button small { display: block; color: var(--muted); font-size: .65rem; font-weight: 400; }
.location-button span { font-size: .72rem; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; }
.main-nav { border-top: 1px solid var(--border); }
.main-nav__inner { display: flex; min-height: 40px; align-items: center; justify-content: center; gap: clamp(20px, 3.4vw, 48px); }
.main-nav a { position: relative; font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 50%; bottom: -10px; left: 50%; height: 1px; background: var(--gold-dark); content: ""; transition: right .2s, left .2s; }
.main-nav a:hover::after { right: 0; left: 0; }
.main-nav .nav-sale { color: var(--danger); }

.hero { position: relative; overflow: hidden; min-height: 650px; background: linear-gradient(115deg, #f3e5d5 0 52%, #e5cba9 52%); }
.hero::before { position: absolute; top: -30%; right: -8%; width: 55vw; height: 55vw; border: 1px solid rgba(157,122,56,.22); border-radius: 50%; content: ""; }
.hero::after { position: absolute; right: 13%; bottom: 15%; width: 260px; height: 260px; border: 1px solid rgba(157,122,56,.25); border-radius: 50%; box-shadow: inset 0 0 0 35px rgba(255,255,255,.08), 0 0 0 35px rgba(255,255,255,.08); content: ""; }
.hero__inner { position: relative; z-index: 1; display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; align-items: center; }
.hero__content { max-width: 590px; padding: 80px 0; }
.hero h1 { margin-bottom: 22px; }
.hero h1 em { color: var(--gold-text); font-style: italic; }
.hero p { max-width: 520px; margin-bottom: 30px; font-size: 1.08rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__art { position: relative; height: 100%; }
.hero-jewel { position: absolute; top: 50%; left: 50%; z-index: 0; display: grid; width: 350px; height: 350px; place-items: center; border: 2px solid rgba(157,122,56,.65); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 18px rgba(255,255,255,.22), var(--shadow-lg); }
.hero-jewel::before { width: 170px; height: 170px; border: 1px solid rgba(157,122,56,.5); border-radius: 50% 50% 45% 55%; content: ""; transform: rotate(32deg); }
.hero-premium-ring { position: absolute; top: 50%; left: 52%; z-index: 1; width: clamp(350px,36vw,455px); aspect-ratio: 1; pointer-events: none; transform: translate(-50%,-50%); animation: hero-premium-float 8s ease-in-out infinite; isolation: isolate; }
.hero-premium-ring img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; filter: drop-shadow(0 22px 26px rgba(58,42,31,.16)); -webkit-mask-image: radial-gradient(circle, #000 48%, rgba(0,0,0,.96) 64%, transparent 88%); mask-image: radial-gradient(circle, #000 48%, rgba(0,0,0,.96) 64%, transparent 88%); }
.hero-premium-ring__glow { position: absolute; z-index: 0; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(255,244,205,.8), rgba(201,164,92,.24) 48%, transparent 72%); filter: blur(20px); }
.hero-premium-ring__shine { position: absolute; z-index: 2; top: 13%; left: 18%; width: 26%; height: 62%; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); filter: blur(10px); mix-blend-mode: screen; transform: rotate(24deg); animation: hero-premium-shine 7s ease-in-out infinite; }
.hero-3d { position: absolute; top: 50%; left: 50%; z-index: 1; width: clamp(280px,30vw,360px); max-width: 92%; aspect-ratio: 1; transform: translate(-50%,-50%); }
.hero-note { position: absolute; right: clamp(150px,13vw,180px); bottom: 8%; z-index: 2; max-width: 210px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius); background: rgba(255,255,255,.62); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.hero-note b { display: block; color: var(--brown); font-family: Georgia, serif; font-size: 1.08rem; }
.hero-note small { color: var(--muted); }
.hero-3d, .alliance-3d { display: grid; place-items: center; overflow: hidden; pointer-events: none; isolation: isolate; }
.hero-3d--experimental[hidden] { display: none; }
.hero-3d canvas, .hero-3d__fallback, .alliance-3d canvas, .alliance-3d__fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-3d canvas, .alliance-3d canvas { z-index: 1; opacity: 0; transition: opacity .45s ease; }
.hero-3d__fallback, .alliance-3d__fallback { z-index: 0; border-radius: 50%; object-fit: cover; filter: drop-shadow(0 18px 20px rgba(58,42,31,.18)); transition: opacity .35s ease, visibility .35s ease; }
.hero-3d__fallback { opacity: .72; mix-blend-mode: multiply; }
.hero-3d[data-ring-state="webgl"] canvas, .alliance-3d[data-ring-state="webgl"] canvas { opacity: 1; }
.hero-3d[data-ring-state="webgl"] .hero-3d__fallback, .alliance-3d[data-ring-state="webgl"] .alliance-3d__fallback { visibility: hidden; opacity: 0; }
body[data-ring-experiment="three"] .hero-premium-ring { visibility: hidden; opacity: 0; }

@keyframes hero-premium-float {
  0%, 100% { transform: translate(-50%,-50%) scale(1); }
  50% { transform: translate(-50%,calc(-50% - 7px)) scale(1.012); }
}

@keyframes hero-premium-shine {
  0%, 100% { opacity: .18; transform: translateX(-8%) rotate(24deg); }
  50% { opacity: .42; transform: translateX(18%) rotate(24deg); }
}

.categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 310px; overflow: hidden; border-radius: var(--radius-lg); background: var(--nude); box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.category-card::before, .category-card::after { position: absolute; border: 1px solid rgba(157,122,56,.33); border-radius: 50%; content: ""; }
.category-card::before { top: 30px; right: -30px; width: 180px; height: 180px; }
.category-card::after { top: 70px; right: 18px; width: 90px; height: 90px; box-shadow: 0 0 0 16px rgba(255,255,255,.12); }
.category-card:nth-child(2) { background: #eadfd4; }
.category-card:nth-child(3) { background: #eee7df; }
.category-card:nth-child(4) { background: #dfcdb7; }
.category-card__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 26px; background: linear-gradient(transparent, rgba(58,42,31,.72)); color: white; }
.category-card h3 { margin-bottom: 4px; color: white; font-size: 1.65rem; }
.category-card span { font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.category-card__mark { position: absolute; top: 40%; left: 23%; color: rgba(157,122,56,.85); font-family: Georgia, serif; font-size: 2rem; transform: translate(-50%,-50%); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 18px; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-card__media { position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; }
.product-visual { position: relative; overflow: hidden; background: linear-gradient(145deg, #f4e7d8, #dfc6a6); }
.product-visual.tone-2 { background: linear-gradient(145deg, #f4eeea, #d9ccc3); }
.product-visual.tone-3 { background: linear-gradient(145deg, #f5e6df, #e1c1b2); }
.product-visual.tone-4 { background: linear-gradient(145deg, #ece9e6, #cec7c1); }
.product-visual > a, .product-visual__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.product-visual > a::before, .product-visual__content::before { position: absolute; width: 52%; height: 52%; border: 1px solid rgba(157,122,56,.33); border-radius: 50%; box-shadow: inset 0 0 0 20px rgba(255,255,255,.1), 0 0 0 12px rgba(255,255,255,.12); content: ""; transform: rotate(-18deg); }
.product-visual--photo > a::before, .product-visual--photo .product-visual__content::before { display: none; }
.product-visual b { z-index: 1; color: var(--gold-dark); font-family: Georgia, serif; font-size: 2.5rem; font-weight: 400; letter-spacing: .05em; }
.product-visual small { z-index: 1; color: var(--brown); font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.product-visual__spark { position: absolute; top: 26%; right: 25%; color: rgba(255,255,255,.9); font-size: 1.35rem; }
.product-photo-frame, .product-photo__fallback { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.product-photo { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.gallery-main .product-photo { object-fit: contain; padding: clamp(18px,4vw,48px); }
.gallery-thumb--photo { overflow: hidden; padding: 0; background: var(--white); }
.gallery-thumb--photo img { width: 100%; height: 100%; object-fit: cover; }
.product-card__tag, .product-card__discount { position: absolute; top: 14px; left: 14px; z-index: 2; border-radius: 999px; padding: 5px 10px; background: rgba(255,255,255,.88); color: var(--brown); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-card__discount { top: auto; bottom: 14px; background: var(--danger); color: white; }
.favorite-button { position: absolute; top: 12px; right: 12px; z-index: 3; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--brown); box-shadow: 0 4px 12px rgba(58,42,31,.08); }
.favorite-button svg { width: 19px; fill: transparent; stroke: currentColor; stroke-width: 1.5; transition: fill .2s; }
.favorite-button.is-active { color: var(--danger); }
.favorite-button.is-active svg { fill: currentColor; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-card__collection { margin-bottom: 7px; color: var(--gold-text); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { min-height: 2.5em; margin-bottom: 14px; font-size: 1.05rem; }
.product-card h3 a:hover { color: var(--gold-text); }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: auto 0 16px; }
.price s { width: 100%; color: var(--muted); font-size: .75rem; }
.price strong { color: var(--brown); font-size: 1.16rem; }
.price small { width: 100%; color: var(--muted); font-size: .72rem; }
.stock { margin: auto 0 16px; font-size: .8rem; font-weight: 700; }
.stock--in { color: #39724a; }
.stock--out { color: var(--danger); }

.editorial-banner { overflow: hidden; border-radius: var(--radius-lg); background: var(--brown); color: white; }
.editorial-banner__inner { position: relative; display: grid; min-height: 410px; grid-template-columns: 1.1fr .9fr; align-items: center; }
.editorial-banner__copy { max-width: 650px; padding: 60px; }
.editorial-banner h2 { color: white; }
.editorial-banner p { color: rgba(255,255,255,.7); }
.editorial-banner__art { position: relative; align-self: stretch; background: linear-gradient(145deg,#d5b77e,#9d7a38); }
.editorial-banner__art::before, .editorial-banner__art::after { position: absolute; border: 2px solid rgba(255,255,255,.38); border-radius: 50%; content: ""; }
.editorial-banner__art::before { top: 20%; left: 18%; width: 240px; height: 240px; box-shadow: inset 0 0 0 34px rgba(255,255,255,.06); }
.editorial-banner__art::after { right: 14%; bottom: 13%; width: 130px; height: 130px; }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: var(--radius); background: white; }
.benefit { padding: 30px; border-right: 1px solid var(--border); }
.benefit:last-child { border: 0; }
.benefit__icon { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold-text); font-family: Georgia, serif; }
.benefit h3 { margin-bottom: 6px; font-size: 1rem; }
.benefit p { margin: 0; font-size: .82rem; }
.trust { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.trust__art { position: relative; min-height: 480px; border-radius: 50% 50% 20px 20px; background: linear-gradient(155deg,#eedccb,#caa874); }
.trust__art::before { position: absolute; top: 18%; left: 20%; width: 60%; height: 60%; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.1); content: ""; }
.trust__stamp { position: absolute; right: -20px; bottom: 55px; display: grid; width: 145px; height: 145px; place-items: center; border-radius: 50%; background: white; color: var(--gold-text); font-family: Georgia,serif; text-align: center; box-shadow: var(--shadow-lg); }
.check-list { display: grid; gap: 16px; margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--nude); color: var(--brown); content: "✓"; font-size: .75rem; font-weight: 700; }

.history-card { display: grid; max-width: 1020px; min-height: 430px; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); margin-inline: auto; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.history-card__media { position: relative; min-height: 430px; overflow: hidden; background: var(--nude); }
.history-card__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(58,42,31,.15)); content: ""; pointer-events: none; }
.history-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.history-card__copy { align-self: center; padding: clamp(38px,6vw,72px); }
.history-card__copy h2 { max-width: 560px; }
.history-card__copy p { max-width: 600px; }
.history-card__note { margin: 25px 0 0; border-left: 2px solid var(--gold); padding-left: 17px; color: var(--brown); font-size: .86rem; }

#lojas { scroll-margin-top: 155px; }
.store-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.store-card { position: relative; min-height: 245px; overflow: hidden; border: 1px solid rgba(201,164,92,.38); border-radius: var(--radius); padding: 28px; background: var(--white); box-shadow: var(--shadow-sm); }
.store-card__detail { display: block; width: 34px; height: 1px; margin-bottom: 22px; background: var(--gold); }
.store-card small { color: var(--gold-text); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.store-card h3 { margin: 9px 0 20px; font-size: 1.48rem; }
.store-card address { display: grid; gap: 4px; color: var(--muted); font-size: .83rem; font-style: normal; }
.store-card address span:last-child { margin-top: 7px; color: var(--brown); font-weight: 700; }
.alliance-feature { position: relative; overflow: hidden; }
.alliance-callout { position: relative; display: grid; min-height: 270px; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: clamp(34px,6vw,84px); overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 42px clamp(28px,5vw,62px); background: var(--white); box-shadow: var(--shadow-sm); }
.alliance-callout--editorial::before { position: absolute; top: 0; right: 0; bottom: 0; width: 42%; background: linear-gradient(135deg, transparent, rgba(232,214,192,.28)); content: ""; }
.alliance-callout__copy { position: relative; z-index: 1; min-width: 0; }
.alliance-callout h2 { margin-bottom: 10px; font-size: clamp(1.8rem,3vw,2.5rem); }
.alliance-callout p { max-width: 640px; margin-bottom: 0; }
.alliance-callout__aside { position: relative; z-index: 1; display: grid; min-width: 225px; justify-items: start; gap: 24px; }
.alliance-callout__seal { display: grid; gap: 5px; border-left: 1px solid var(--gold); padding-left: 16px; }
.alliance-callout__seal b { color: var(--gold-text); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }
.alliance-callout__seal small { color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.alliance-callout__ornament, .alliance-callout__ornament span { position: absolute; border: 1px solid rgba(157,122,56,.22); border-radius: 50%; }
.alliance-callout__ornament { top: 50%; right: -96px; width: 310px; aspect-ratio: 1; transform: translateY(-50%); }
.alliance-callout__ornament span:first-child { inset: 34px; }
.alliance-callout__ornament span:last-child { inset: 78px; border-color: rgba(201,164,92,.18); box-shadow: 0 0 0 18px rgba(201,164,92,.035); }
.alliance-callout .button { flex: 0 0 auto; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0; color: var(--muted); font-size: .75rem; }
.breadcrumb a:hover { color: var(--gold-dark); }
.page-hero { padding: 40px 0 52px; text-align: center; }
.page-hero h1 { margin-bottom: 12px; font-size: clamp(2.2rem,4vw,3.8rem); }
.page-hero p { max-width: 620px; margin: 0 auto; }
.catalog-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); align-items: start; gap: 42px; padding-bottom: 90px; }
.filters { position: sticky; top: 175px; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; background: white; }
.filters__heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.filters [data-filter-close] { display: none; }
.filters__heading h2 { margin: 0; font-size: 1.25rem; }
.filter-group { padding: 18px 0; border-top: 1px solid var(--border); }
.filter-group h3 { margin-bottom: 12px; font-family: Arial,sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filter-options { display: grid; gap: 9px; }
.check-option { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--muted); font-size: .82rem; font-weight: 400; cursor: pointer; }
.check-option input { width: 16px; height: 16px; margin: 0; accent-color: var(--gold-dark); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.catalog-toolbar p { margin: 0; font-size: .85rem; }
.catalog-toolbar label { display: flex; align-items: center; gap: 10px; margin: 0; white-space: nowrap; }
.catalog-toolbar select { width: auto; min-width: 180px; padding-block: 9px; }
.filter-toggle { display: none; }
.empty-state { grid-column: 1 / -1; padding: 70px 28px; border: 1px dashed var(--border); border-radius: var(--radius); background: white; text-align: center; }
.empty-state__mark { display: grid; width: 72px; height: 72px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold-dark); font-family: Georgia,serif; font-size: 1.8rem; }
.empty-state h2 { font-size: 1.8rem; }
.empty-state .button { margin-top: 8px; }
.empty-state .button + .button { margin-left: 8px; }

.product-page { padding-bottom: 90px; }
.product-detail { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); align-items: start; gap: 54px; }
.product-gallery { display: grid; grid-template-columns: 90px 1fr; gap: 16px; }
.gallery-thumbs { display: grid; align-content: start; gap: 12px; }
.gallery-thumb { aspect-ratio: 1; border: 1px solid transparent; border-radius: var(--radius-sm); background: var(--sand); color: var(--gold-text); }
.gallery-thumb.is-active { border-color: var(--gold-dark); }
.gallery-main { min-height: 590px; border-radius: var(--radius-lg); }
.gallery-main b { font-size: 4.5rem; }
.product-info { position: sticky; top: 175px; padding-top: 15px; }
.product-info h1 { margin-bottom: 12px; font-size: clamp(2rem,3.4vw,3.25rem); }
.product-sku { margin-bottom: 20px; color: var(--muted); font-size: .74rem; letter-spacing: .08em; }
.product-price { margin-bottom: 18px; }
.product-price s { display: block; color: var(--muted); font-size: .9rem; }
.product-price strong { display: block; color: var(--brown); font-family: Georgia,serif; font-size: 2rem; font-weight: 500; }
.product-price small { color: var(--muted); }
.variation { margin: 24px 0; }
.variation__options { display: flex; flex-wrap: wrap; gap: 9px; }
.variation__options label { margin: 0; }
.variation__options input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.variation__options span { display: grid; min-width: 46px; height: 42px; place-items: center; border: 1px solid var(--border); border-radius: var(--radius-sm); background: white; cursor: pointer; }
.variation__options input:checked + span { border-color: var(--brown); background: var(--brown); color: white; }
.delivery-box { margin: 24px 0; padding: 18px; border-radius: var(--radius); background: var(--sand); }
.delivery-box h3 { margin-bottom: 10px; font-family: Arial,sans-serif; font-size: .86rem; font-weight: 700; }
.input-group { display: flex; gap: 9px; }
.input-group input { min-width: 0; }
.product-actions { display: grid; gap: 10px; }
.product-favorite { margin-top: 5px; border: 0; background: transparent; color: var(--brown); font-weight: 700; }
.product-favorite.is-active { color: var(--danger); }
.product-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; padding-top: 90px; }
.content-panel { border-top: 1px solid var(--border); padding-top: 30px; }
.content-panel h2 { font-size: 1.8rem; }
.specs { display: grid; margin: 0; }
.specs div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--border); }
.specs dt { color: var(--brown); font-size: .78rem; font-weight: 700; }
.specs dd { margin: 0; color: var(--muted); font-size: .85rem; }
.reviews { margin-top: 64px; padding: 34px; border-radius: var(--radius-lg); background: var(--sand); }
.reviews__summary { display: flex; align-items: center; gap: 24px; }
.reviews__score { color: var(--brown); font-family: Georgia,serif; font-size: 3rem; }
.stars { color: var(--gold-dark); letter-spacing: .12em; }

.cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; align-items: start; gap: 38px; padding-bottom: 90px; }
.cart-list { display: grid; gap: 16px; }
.cart-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 22px; align-items: center; padding: 18px; border: 1px solid var(--border); border-radius: var(--radius); background: white; }
.cart-item__visual { aspect-ratio: 1; border-radius: var(--radius-sm); }
.cart-item__visual b { font-size: 1.65rem; }
.cart-item h3 { margin-bottom: 5px; font-size: 1.1rem; }
.cart-item p { margin-bottom: 10px; font-size: .75rem; }
.quantity { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 999px; }
.quantity button { width: 34px; height: 34px; border: 0; background: transparent; }
.quantity span { min-width: 28px; text-align: center; }
.cart-item__end { text-align: right; }
.cart-item__end strong { display: block; margin-bottom: 18px; }
.link-button { border: 0; padding: 0; background: transparent; color: var(--muted); font-size: .75rem; text-decoration: underline; }
.order-summary { position: sticky; top: 175px; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; background: white; box-shadow: var(--shadow-sm); }
.order-summary h2 { font-size: 1.55rem; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; color: var(--muted); font-size: .86rem; }
.summary-row--total { margin-top: 10px; border-top: 1px solid var(--border); padding-top: 18px; color: var(--brown); font-size: 1.05rem; font-weight: 700; }
.summary-form { margin: 18px 0; }
.summary-form label { font-size: .78rem; }
.summary-form .input-group .button { padding-inline: 15px; }
.cart-customer { display: grid; gap: 9px; margin: 16px 0; border-top: 1px solid var(--border); padding-top: 16px; }
.cart-customer label { display: grid; gap: 5px; color: var(--brown); font-size: .72rem; font-weight: 700; }
.cart-customer input, .cart-customer select { width: 100%; border: 1px solid var(--border); border-radius: 9px; padding: 10px 11px; background: white; }
.summary-note { margin-top: 15px; font-size: .7rem; text-align: center; }

.favorites-grid { padding-bottom: 90px; }
.admin-notice { margin-bottom: 28px; border-left: 3px solid var(--gold); padding: 17px 20px; background: var(--sand); color: var(--muted); font-size: .86rem; }
.admin-layout { display: grid; grid-template-columns: minmax(350px,.72fr) minmax(0,1.28fr); align-items: start; gap: 34px; padding-bottom: 90px; }
.admin-form { position: sticky; top: 175px; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; background: white; }
.admin-form h2, .admin-list h2 { font-size: 1.6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field--full { grid-column: 1 / -1; }
.admin-media-heading { margin-top: 8px; border-top: 1px solid var(--border); padding-top: 18px; }
.admin-media-heading h3 { margin-bottom: 5px; font-family: Arial,sans-serif; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-media-heading p { margin: 0; color: var(--muted); font-size: .74rem; }
.admin-media-heading code { color: var(--brown); }
.form-checks { display: flex; flex-wrap: wrap; gap: 16px; margin: 18px 0; }
.form-checks label { display: flex; align-items: center; gap: 7px; margin: 0; font-weight: 400; }
.form-checks input { width: auto; }
.form-actions { display: flex; gap: 9px; }
.admin-products { display: grid; gap: 10px; }
.admin-product { display: grid; grid-template-columns: 56px minmax(0,1fr) auto; align-items: center; gap: 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 12px; background: white; }
.admin-product__mark { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold-text); font-family: Georgia,serif; }
.admin-product h3 { margin: 0 0 3px; font-family: Arial,sans-serif; font-size: .9rem; font-weight: 700; }
.admin-product p { margin: 0; font-size: .72rem; }
.admin-product__actions { display: flex; gap: 7px; }
.small-button { min-height: 34px; border: 1px solid var(--border); border-radius: 999px; padding: 6px 10px; background: white; font-size: .7rem; }
.small-button:hover { border-color: var(--gold-dark); }
.small-button--danger { color: var(--danger); }
.form-feedback { margin-top: 10px; font-size: .78rem; }
.form-feedback.is-error { color: var(--danger); }
.form-feedback.is-success { color: #39724a; }

.legal { max-width: 820px; padding-bottom: 90px; }
.legal__intro { margin-bottom: 44px; padding: 28px; border-radius: var(--radius); background: var(--sand); }
.legal section { margin-bottom: 35px; }
.legal h2 { font-size: 1.6rem; }
.legal ul { color: var(--muted); }

.newsletter { padding: 56px 0; background: var(--nude); }
.newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.newsletter h2 { margin-bottom: 8px; font-size: 2rem; }
.newsletter p { margin: 0; }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter__form small { grid-column: 1 / -1; color: var(--muted); font-size: .67rem; }
.footer { padding: 70px 0 26px; background: var(--brown); color: rgba(255,255,255,.75); }
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 60px; }
.footer h3 { margin-bottom: 20px; color: white; font-family: Arial,sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer a, .footer-link { display: block; margin-bottom: 10px; border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.68); font-size: .8rem; text-align: left; }
.footer a:hover, .footer-link:hover { color: white; }
.footer .brand { margin-bottom: 20px; }
.brand--light strong { color: white; }
.brand--light small { color: #e7c98e; }
.brand--light .brand__crown { color: #e7c98e; }
.footer__brand p { max-width: 310px; color: rgba(255,255,255,.6); font-size: .82rem; }
.footer .text-link { display: inline-block; color: #e7c98e; }
.footer__stores { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; }
.footer__stores h4 { margin: 0 0 9px; color: white; font-family: Arial,sans-serif; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer__stores p { margin: 0 0 5px; color: rgba(255,255,255,.7); font-size: .73rem; line-height: 1.6; }
.footer__stores span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.48); font-size: .69rem; }
.footer__stores a { color: #e7c98e; text-decoration: underline; text-underline-offset: 3px; }
.footer__hours { margin-top: 22px; color: rgba(255,255,255,.48); font-size: .76rem; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; color: rgba(255,255,255,.45); font-size: .68rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: flex; align-items: center; gap: 9px; border-radius: 999px; padding: 8px 15px 8px 8px; background: var(--green); color: #093916; box-shadow: 0 10px 30px rgba(14,95,42,.28); }
.whatsapp-float span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); font-size: .67rem; font-weight: 800; }
.whatsapp-float b { font-size: .76rem; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(31,26,23,.54); backdrop-filter: blur(4px); }
.modal__dialog { position: relative; z-index: 1; width: min(100%,560px); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: var(--radius-lg); padding: 38px; background: var(--cream); box-shadow: var(--shadow-lg); }
.modal__dialog h2 { margin-bottom: 8px; }
.modal__close { position: absolute; top: 13px; right: 15px; width: 36px; height: 36px; border: 0; background: transparent; font-size: 1.5rem; }
.location-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0 14px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.location-divider::before, .location-divider::after { height: 1px; flex: 1; background: var(--border); content: ""; }
.location-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.location-chip { min-height: 38px; border: 1px solid var(--border); border-radius: 999px; padding: 8px 13px; background: var(--white); color: var(--brown); font-size: .75rem; font-weight: 700; transition: border-color .2s, background .2s, color .2s; }
.location-chip:hover, .location-chip[aria-pressed="true"] { border-color: var(--gold-text); background: var(--brown); color: var(--white); }
.location-result { display: grid; gap: 3px; margin-top: 18px; border: 1px solid rgba(201,164,92,.38); border-radius: var(--radius); padding: 18px 20px; background: var(--white); color: var(--muted); font-size: .82rem; }
.location-result[hidden] { display: none; }
.location-result strong { margin-bottom: 5px; color: var(--brown); font-family: Georgia,"Times New Roman",serif; font-size: 1.18rem; font-weight: 500; }
.location-result span { display: block; }
.location-result p { margin: 0; font-size: .82rem; }
.toast { position: fixed; right: 50%; bottom: -80px; z-index: 250; border-radius: 999px; padding: 12px 20px; background: var(--ink); color: white; font-size: .8rem; box-shadow: var(--shadow-lg); opacity: 0; transform: translateX(50%); transition: bottom .25s, opacity .25s; }
.toast.is-visible { bottom: 26px; opacity: 1; }

/* Painel operacional: usa os mesmos tokens da identidade aprovada. */
.admin-page { min-width: 0; background: var(--cream); }
.admin-topbar { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); padding: 12px clamp(20px,4vw,54px); background: rgba(255,250,245,.97); }
.admin-session { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .78rem; }
.admin-main { min-height: calc(100vh - 78px); }
.admin-auth { display: grid; width: min(940px,calc(100% - 36px)); grid-template-columns: 1fr minmax(320px,.8fr); align-items: center; gap: clamp(30px,7vw,90px); margin: 70px auto; }
.admin-auth__intro h1 { font-size: clamp(2.2rem,5vw,4.2rem); }
.admin-auth__card, .admin-edit-form, .admin-status, .admin-category-box { display: grid; gap: 15px; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; background: var(--white); box-shadow: var(--shadow-sm); }
.admin-auth__card label, .admin-edit-form label, .admin-upload label { display: grid; gap: 6px; color: var(--brown); font-size: .75rem; font-weight: 700; }
.admin-auth__card input, .admin-edit-form input, .admin-edit-form select, .admin-edit-form textarea, .admin-toolbar input, .admin-table input, .admin-table select, .admin-media-grid input { width: 100%; min-width: 0; border: 1px solid var(--border); border-radius: 9px; padding: 10px 12px; background: var(--white); }
.admin-workspace { display: grid; min-width: 0; grid-template-columns: 230px minmax(0,1fr); }
.admin-sidebar { position: sticky; top: 0; display: grid; height: calc(100vh - 78px); align-content: start; gap: 4px; border-right: 1px solid var(--border); padding: 28px 18px; background: var(--white); }
.admin-sidebar button { border: 0; border-radius: 10px; padding: 12px 15px; background: transparent; color: var(--muted); text-align: left; }
.admin-sidebar button:hover, .admin-sidebar button.is-active { background: var(--sand); color: var(--brown); font-weight: 700; }
.admin-content { min-width: 0; padding: clamp(24px,4vw,52px); }
.admin-panel { display: none; }
.admin-panel.is-active { display: block; }
.admin-panel__heading, .admin-form-title, .admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.admin-panel__heading h1 { margin: 3px 0 0; }
.admin-metrics { display: grid; grid-template-columns: repeat(4,minmax(140px,1fr)); gap: 15px; margin-bottom: 22px; }
.admin-metrics article { border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; background: var(--white); }
.admin-metrics span { display: block; color: var(--muted); font-size: .72rem; }
.admin-metrics strong { display: block; margin-top: 8px; color: var(--brown); font: 2rem Georgia,serif; }
.admin-status { margin-bottom: 22px; }
.admin-status h2, .admin-category-box h2 { font-size: 1.3rem; }
.admin-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: white; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--border); padding: 13px; text-align: left; vertical-align: top; }
.admin-table th { background: var(--sand); color: var(--brown); white-space: nowrap; }
.admin-table small { color: var(--muted); }
.admin-row-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.admin-edit-form { margin-bottom: 28px; }
.admin-form-title { margin: 0; }
.admin-toolbar input { max-width: 360px; }
.admin-category-box { margin-top: 26px; }
.admin-inline-form, .inventory-adjust { display: flex; align-items: center; gap: 8px; }
.admin-inline-form input { width: min(300px,100%); }
.admin-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-chips span { border-radius: 999px; padding: 7px 11px; background: var(--sand); font-size: .72rem; }
.admin-upload { display: flex; align-items: end; gap: 15px; margin-bottom: 25px; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; background: white; }
.admin-upload small { color: var(--muted); }
.admin-media-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(190px,1fr)); gap: 16px; }
.admin-media-grid article { display: grid; gap: 8px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); padding: 10px; background: white; }
.admin-media-grid img { width: 100%; aspect-ratio: 1; border-radius: 8px; object-fit: cover; background: var(--sand); }
.admin-settings-grid { display: grid; gap: 26px; }
.admin-store-list { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: 15px; }
.toast.is-error { background: var(--danger); }

@media (max-width: 900px) {
  .admin-workspace { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; overflow-x: auto; height: auto; grid-auto-flow: column; grid-auto-columns: max-content; border-right: 0; border-bottom: 1px solid var(--border); padding: 12px 18px; }
  .admin-metrics { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .admin-auth { grid-template-columns: 1fr; margin-block: 38px; }
  .admin-content { padding: 22px 16px 60px; }
  .admin-topbar { min-height: 68px; }
  .admin-session span { display: none; }
  .admin-panel__heading { align-items: flex-start; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .admin-upload { align-items: stretch; flex-direction: column; }
  .inventory-adjust { min-width: 300px; }
}

@media (max-width: 1050px) {
  .header__main { grid-template-columns: auto 170px 1fr auto; gap: 16px; }
  .menu-toggle { display: grid; }
  .location-button { display: none; }
  .main-nav { display: none; }
  .main-nav.is-open { display: block; }
  .main-nav__inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 12px 20px; }
  .main-nav a { padding: 10px; text-align: center; }
  .main-nav a::after { display: none; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .categories { grid-template-columns: repeat(2,1fr); }
  .benefits { grid-template-columns: repeat(2,1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .product-detail { gap: 32px; }
  .gallery-main { min-height: 480px; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-form { position: static; }
}

@media (max-width: 760px) {
  :root { --header-offset: 128px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 58px 0; }
  .topbar__inner span:not(:first-child) { display: none; }
  .topbar__inner { justify-content: center; }
  .header__main { min-height: 70px; grid-template-columns: auto 1fr auto; }
  .header__main .brand { justify-self: center; }
  .brand strong { font-size: 1.35rem; }
  .brand small { font-size: .56rem; letter-spacing: .16em; }
  .search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 10px; }
  .header-action span { display: none; }
  .header__actions { gap: 10px; }
  .header-action[href="favoritos.html"] { display: none; }
  .main-nav__inner { grid-template-columns: repeat(2,1fr); }
  .hero, .hero__inner { min-height: 610px; }
  .hero { background: linear-gradient(160deg,#f3e5d5 0 68%,#dfc39e 68%); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__content { padding: 65px 0 230px; text-align: center; }
  .hero__actions { justify-content: center; }
  .hero__art { position: absolute; right: 0; bottom: 0; left: 0; height: 250px; }
  .hero-jewel { width: 180px; height: 180px; }
  .hero-jewel::before { width: 85px; height: 85px; }
  .hero-premium-ring { left: 68%; width: min(218px,57vw); }
  .hero-3d { left: 68%; width: min(194px,51vw); }
  .hero-note { right: auto; bottom: 16px; left: 0; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 12px; }
  .categories { grid-template-columns: 1fr 1fr; gap: 12px; }
  .category-card { min-height: 230px; }
  .category-card__content { padding: 18px; }
  .category-card h3 { font-size: 1.3rem; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .product-card__body { padding: 14px; }
  .product-card h3 { font-size: .94rem; }
  .product-card .button { padding-inline: 12px; font-size: .75rem; }
  .editorial-banner__inner { grid-template-columns: 1fr; }
  .editorial-banner__copy { padding: 38px 28px; }
  .editorial-banner__art { min-height: 220px; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--border); }
  .benefit:nth-child(3) { border-bottom: 1px solid var(--border); }
  .trust { grid-template-columns: 1fr; gap: 40px; }
  .trust__art { min-height: 340px; }
  .trust__stamp { right: 10px; }
  .history-card { grid-template-columns: 1fr; }
  .history-card__media { min-height: 320px; max-height: 380px; }
  .history-card__copy { padding: 36px 26px 40px; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card { min-height: 0; }
  .alliance-callout { display: flex; min-height: 0; align-items: flex-start; flex-direction: column; gap: 26px; padding-block: 38px; }
  .alliance-callout--editorial::before { width: 72%; }
  .alliance-callout__aside { min-width: 0; gap: 20px; }
  .alliance-callout__ornament { right: -150px; width: 270px; opacity: .72; }
  .catalog-layout { display: block; }
  .filters { position: fixed; z-index: 120; top: 0; bottom: 0; left: -100%; width: min(88vw,340px); overflow-y: auto; border-radius: 0; transition: left .25s; }
  .filters.is-open { left: 0; box-shadow: var(--shadow-lg); }
  .filters [data-filter-close] { display: inline-block; }
  .filter-toggle { display: inline-flex; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-toolbar__actions { display: flex; gap: 10px; }
  .catalog-toolbar select { width: 100%; min-width: 0; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(2,70px); grid-row: 2; }
  .gallery-main { min-height: 430px; }
  .product-info { position: static; }
  .product-sections { grid-template-columns: 1fr; gap: 35px; padding-top: 58px; }
  .reviews { padding: 24px; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 90px 1fr; }
  .cart-item__end { grid-column: 2; display: flex; align-items: center; justify-content: space-between; text-align: left; }
  .cart-item__end strong { margin: 0; }
  .order-summary { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .admin-product { grid-template-columns: 48px 1fr; }
  .admin-product__mark { width: 48px; height: 48px; }
  .admin-product__actions { grid-column: 2; }
  .newsletter__inner { grid-template-columns: 1fr; gap: 24px; }
  .newsletter__form { grid-template-columns: 1fr; }
  .newsletter__form small { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding-right: 8px; }
}

@media (max-width: 430px) {
  .categories { grid-template-columns: 1fr; }
  .category-card { min-height: 200px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__media { aspect-ratio: 1.2 / 1; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
  .modal__dialog { padding: 32px 22px 24px; }
  .input-group { flex-direction: column; }
  .empty-state .button { width: 100%; }
  .empty-state .button + .button { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-3d canvas, .hero-3d__fallback, .alliance-3d canvas, .alliance-3d__fallback { transition: none; }
  .hero-premium-ring, .hero-premium-ring__shine { animation: none; }
}
