:root{
  --cream:#FAF6F3;
  --blush:#F5E6E9;
  --rose:#E7C5CA;
  --rose-deep:#DDB9BC;
  --taupe:#C8B7A6;
  --ink:#403938;
  --muted:#786d69;
  --line:rgba(64,57,56,.15);
  --white:#fffdfb;
  --shadow:0 18px 50px rgba(95,72,66,.10);
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Montserrat', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-weight:300;line-height:1.6}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.shell{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;z-index:9999;left:16px;top:-80px;background:var(--ink);color:white;padding:10px 14px;border-radius:4px}.skip-link:focus{top:16px}
.announcement{background:#d5aba5;color:#fffaf7;font-size:11px;letter-spacing:.15em;text-transform:uppercase}.announcement__track{min-height:34px;display:flex;gap:18px;align-items:center;justify-content:center;padding:5px 18px;text-align:center}
.site-header{background:rgba(250,246,243,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}
.header-main{height:92px;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:20px}.brand{display:flex;justify-content:flex-start}.brand img{width:74px;height:74px;border-radius:50%;object-fit:cover;box-shadow:0 5px 18px rgba(100,75,68,.08)}
.search{max-width:560px;width:100%;margin:auto;border-bottom:1px solid var(--taupe);display:flex;align-items:center}.search input{width:100%;border:0;background:transparent;padding:12px 4px;outline:none;font-size:13px}.search button{border:0;background:transparent;padding:8px;cursor:pointer}.search svg,.icon-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.header-actions{display:flex;justify-content:flex-end;gap:9px}.icon-btn{position:relative;border:0;background:transparent;width:40px;height:40px;display:grid;place-items:center;cursor:pointer;border-radius:50%}.icon-btn:hover,.icon-btn:focus-visible{background:var(--blush);outline:none}.menu-toggle,.search-toggle{display:none}.cart-count{position:absolute;right:0;top:1px;min-width:17px;height:17px;border-radius:50%;background:var(--ink);color:white;font-size:9px;display:grid;place-items:center}
.desktop-nav{border-top:1px solid rgba(64,57,56,.08)}.nav-links{height:44px;display:flex;align-items:center;justify-content:center;gap:36px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:500}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--ink);transition:.25s}.nav-links a:hover:after{right:0}
.mobile-nav{padding:12px 20px 24px;border-top:1px solid var(--line)}.mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid rgba(64,57,56,.08);font-size:13px}
.hero{padding:66px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.eyebrow{margin:0 0 12px;font-size:10px;letter-spacing:.28em;font-weight:500}.hero h1,.section h2,.brand-story h2,.newsletter h2{font-family:var(--serif);font-weight:500;line-height:.95;margin:0}.hero h1{font-size:clamp(52px,6vw,84px);max-width:700px}.hero-copy>p:not(.eyebrow){max-width:560px;color:var(--muted);font-size:15px;margin:28px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{min-height:48px;padding:0 24px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:500;cursor:pointer;transition:.2s}.btn-primary{background:var(--ink);color:var(--white)}.btn-primary:hover{background:#5a4f4c}.btn-ghost{border-color:var(--ink);background:transparent}.btn-ghost:hover{background:var(--blush)}.hero-note{margin-top:36px;font-size:9px;letter-spacing:.25em;color:var(--muted)}.hero-note i{font-style:normal;color:var(--rose-deep);margin:0 7px}
.hero-visual{position:relative;min-height:600px}.hero-card{margin:0;position:absolute;overflow:hidden;box-shadow:var(--shadow);background:var(--blush)}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card--large{width:66%;height:86%;left:0;top:4%}.hero-card--small{width:48%;height:56%;right:0;bottom:0;border:12px solid var(--cream)}.hero-seal{position:absolute;right:2%;top:2%;width:120px;height:120px;border:1px solid rgba(221,185,188,.9);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:38px;color:#b78984;background:rgba(250,246,243,.84);backdrop-filter:blur(6px)}
.benefits{border-block:1px solid var(--line);background:var(--white)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-block:22px}.benefits-grid div{text-align:center;padding:0 20px;border-right:1px solid var(--line)}.benefits-grid div:last-child{border-right:0}.benefits strong{display:block;font-family:var(--serif);font-size:20px;font-weight:500}.benefits span{font-size:10px;color:var(--muted);letter-spacing:.03em}
.section{padding-block:96px}.section-soft{background:#f4e9e7}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.section-head.centered{justify-content:center;text-align:center}.section h2{font-size:clamp(40px,5vw,62px)}.section-note{max-width:510px;color:var(--muted);font-size:12px;margin:0;text-align:right}.text-link{text-transform:uppercase;font-size:10px;letter-spacing:.14em;font-weight:500;border-bottom:1px solid var(--taupe);padding-bottom:4px;white-space:nowrap}
.editorial-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.editorial-card{position:relative;min-height:590px;overflow:hidden;background:var(--blush)}.editorial-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.editorial-card:hover img{transform:scale(1.025)}.card-overlay{position:absolute;inset:auto 0 0;padding:72px 34px 30px;color:white;background:linear-gradient(transparent,rgba(54,43,41,.64))}.card-overlay span{font-size:9px;letter-spacing:.18em;text-transform:uppercase}.card-overlay h3{font-family:var(--serif);font-size:34px;line-height:1.05;margin:8px 0 16px;max-width:480px}.card-overlay a{font-size:10px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.7)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--rose)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 58%,rgba(60,46,43,.6))}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.category-card:hover img{transform:scale(1.035)}.category-card span{position:absolute;left:20px;bottom:18px;z-index:2;color:white;font-family:var(--serif);font-size:30px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-media{position:relative;aspect-ratio:3/4;background:var(--blush);overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:10px;top:10px;background:rgba(250,246,243,.9);padding:7px 9px;font-size:8px;letter-spacing:.12em;text-transform:uppercase}.product-info{padding-top:16px}.product-type{font-size:8px;letter-spacing:.18em;color:var(--muted);margin:0 0 5px}.product-info h3{font-family:var(--serif);font-size:23px;font-weight:500;margin:0}.product-status{font-size:10px;color:var(--muted);margin:5px 0 0}
.brand-story{background:var(--ink);color:var(--white);padding:90px 0}.brand-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.brand-story-image{overflow:hidden;max-height:650px}.brand-story-image img{width:100%;height:100%;object-fit:cover}.brand-story-copy h2{font-size:clamp(42px,5vw,66px)}.brand-story-copy>p:not(.eyebrow){color:#ded6d2;max-width:560px;font-size:14px}.brand-story blockquote{font-family:var(--serif);font-size:27px;margin:30px 0;color:var(--rose)}.brand-story .text-link{border-color:var(--rose)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.values-grid article{padding:30px 0;border-top:1px solid var(--taupe)}.values-grid span{font-size:9px;letter-spacing:.15em;color:var(--muted)}.values-grid h3{font-family:var(--serif);font-size:34px;font-weight:500;margin:14px 0 4px}.values-grid p{font-size:12px;color:var(--muted);max-width:300px}
.newsletter{padding:76px 0;background:var(--rose);color:#4b4140}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.newsletter h2{font-size:clamp(40px,5vw,58px)}.newsletter p{font-size:12px;max-width:520px}.newsletter-form label{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.newsletter-form>div{display:flex}.newsletter-form input{flex:1;min-width:0;border:0;background:rgba(255,255,255,.65);padding:0 16px;outline:none}.newsletter-form small{display:block;margin-top:9px;font-size:8px;line-height:1.5}.newsletter .btn-primary{background:#4b4140}
.footer{background:#f3ece8;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px;padding-bottom:50px}.footer-brand img{width:96px;height:96px;border-radius:50%;object-fit:cover}.footer-brand p{font-size:9px;letter-spacing:.18em}.footer h2{font-size:10px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 14px}.footer a,.footer button{display:block;border:0;background:none;padding:5px 0;font-size:11px;color:var(--muted);cursor:pointer;text-align:left}.footer a:hover,.footer button:hover{text-decoration:underline}.footer-bottom{min-height:58px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.1em;color:var(--muted)}
.drawer-backdrop{position:fixed;z-index:80;inset:0;background:rgba(30,25,24,.32);backdrop-filter:blur(2px)}.cart-drawer{position:fixed;z-index:90;right:0;top:0;height:100%;width:min(430px,100%);background:var(--cream);transform:translateX(100%);transition:transform .3s;box-shadow:-20px 0 60px rgba(40,33,31,.14);padding:20px}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px}.drawer-head h2{font-family:var(--serif);font-size:34px;font-weight:500;margin:0}.drawer-close{font-size:26px}.drawer-empty{text-align:center;padding:100px 18px}.bag-icon{font-size:44px;color:var(--rose-deep)}.drawer-empty h3{font-family:var(--serif);font-size:30px;font-weight:500;margin:8px 0}.drawer-empty p{font-size:11px;color:var(--muted);margin-bottom:22px}
.search-panel{position:fixed;z-index:95;inset:0;background:rgba(250,246,243,.98);padding:24px}.search-panel form{max-width:760px;margin:12vh auto;display:grid;grid-template-columns:1fr auto auto;border-bottom:1px solid var(--ink)}.search-panel input{border:0;background:transparent;font-family:var(--serif);font-size:40px;outline:none;min-width:0;padding:15px 0}.search-panel button{border:0;background:none;cursor:pointer;padding:0 12px;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.toast{position:fixed;left:50%;bottom:24px;z-index:120;transform:translate(-50%,20px);background:var(--ink);color:white;padding:12px 18px;border-radius:2px;font-size:11px;opacity:0;pointer-events:none;transition:.2s;max-width:min(90vw,520px);text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
@media (max-width:900px){
  .shell{width:min(100% - 28px,1200px)}.header-main{height:76px;grid-template-columns:50px 1fr auto}.brand{justify-content:center}.brand img{width:58px;height:58px}.search,.desktop-nav{display:none}.menu-toggle,.search-toggle{display:grid}.header-actions{gap:0}.header-actions>.icon-btn:nth-child(2){display:none}
  .hero{padding:44px 0 52px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero h1{font-size:clamp(48px,13vw,70px)}.hero-visual{min-height:520px}.hero-card--large{width:73%;height:82%}.hero-card--small{width:47%;height:48%}.hero-seal{width:90px;height:90px;font-size:30px}
  .benefits-grid{grid-template-columns:1fr;padding-block:8px}.benefits-grid div{border-right:0;border-bottom:1px solid var(--line);padding:15px 10px}.benefits-grid div:last-child{border-bottom:0}.editorial-grid,.brand-story-grid,.newsletter-grid{grid-template-columns:1fr}.editorial-card{min-height:480px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.brand-story-grid{gap:40px}.newsletter-grid{gap:30px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .announcement__track span:nth-of-type(3),.announcement__track span:nth-of-type(4),.announcement__track span:nth-of-type(5){display:none}.announcement__track{min-height:30px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-visual{min-height:430px}.hero-card--large{width:76%;height:84%}.hero-card--small{width:48%;height:46%;border-width:7px}.hero-seal{width:76px;height:76px;font-size:26px}.section{padding-block:68px}.section-head{display:block;margin-bottom:28px}.section-head .text-link{display:inline-block;margin-top:16px}.section-note{text-align:left;margin-top:14px}.editorial-grid{grid-template-columns:1fr}.editorial-card{min-height:440px}.category-grid{gap:8px}.category-card span{font-size:24px;left:13px;bottom:12px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-info h3{font-size:19px}.values-grid{grid-template-columns:1fr}.newsletter-form>div{display:grid;gap:8px}.newsletter-form input{min-height:48px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-bottom{display:grid;gap:5px;padding-block:14px}.search-panel form{grid-template-columns:1fr auto}.search-panel input{font-size:26px}.search-panel form button:first-of-type{display:none}.search-close{grid-column:2}.brand-story{padding:65px 0}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.product-price{font-family:var(--serif);font-size:22px;margin:8px 0 0;color:var(--text)}
.product-payment{font-size:9px;letter-spacing:.08em;color:var(--muted);margin:2px 0 12px}
.product-btn{width:100%;min-height:42px;border:1px solid var(--text);background:transparent;color:var(--text);font-size:9px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:.2s}
.product-btn:hover,.product-btn:focus-visible{background:var(--text);color:#fff}
.product-card[hidden]{display:none}
.drawer-items{padding:20px;overflow:auto}
.drawer-item{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}
.drawer-item strong{font-family:var(--serif);font-size:17px;font-weight:500;display:block}
.drawer-item button{border:0;background:transparent;text-decoration:underline;cursor:pointer;font-size:10px;padding:6px 0}
.drawer-total{display:flex;justify-content:space-between;padding:18px 0;font-family:var(--serif);font-size:20px}


.drawer-item--rich{justify-content:flex-start}.drawer-item--rich>img{width:72px;height:96px;object-fit:cover;background:var(--blush)}.drawer-item__info{flex:1;display:grid;gap:3px}.drawer-item__info>span{font-size:9px;color:var(--muted)}.drawer-item__info .qty-control{width:max-content;margin-top:5px}.drawer-item__info .qty-control span{width:28px;text-align:center;font-size:10px}.remove-link{width:max-content}.drawer-shipping-note{font-size:9px;color:var(--muted)}.checkout-link{width:100%;display:grid;place-items:center}.product-media-link{display:block;width:100%;height:100%}.product-info h3 a:hover{text-decoration:underline}.product-btn{display:grid;place-items:center;text-decoration:none}

/* V6 — identidade reforçada, favoritos, mais vendidos e coleções */
:root{--aurea-copper:#a96f62;--aurea-copper-dark:#795048;--aurea-rose:#d9aaa9;--aurea-cream:#fbf5f1;--aurea-ink:#352d2c}
body{color:var(--aurea-ink);background:var(--aurea-cream)}
.announcement{background:linear-gradient(90deg,#b87970,#cf9b96,#b87970);font-weight:500}
.header-main{grid-template-columns:270px 1fr 220px;height:104px}
.brand{align-items:center;gap:14px;min-width:0}.brand img{width:86px;height:86px;box-shadow:0 8px 24px rgba(92,55,49,.15);image-rendering:auto}.brand-wordmark{display:grid;line-height:1.1;white-space:nowrap}.brand-wordmark strong{font-family:var(--serif);font-size:24px;letter-spacing:.16em;font-weight:600;color:#6e4943}.brand-wordmark small{margin-top:6px;font-size:7px;letter-spacing:.19em;text-transform:uppercase;color:#9b716a}
.site-header{background:rgba(251,245,241,.97)}.nav-links{font-weight:600;color:#5b4642}.hero h1{color:#3b302f}.eyebrow{color:#9a625a;font-weight:600}.hero-seal{border-color:#c88983;color:#9d625b;background:rgba(251,245,241,.92);box-shadow:0 10px 35px rgba(120,74,67,.10)}
.btn-primary{background:#6f4b46}.btn-primary:hover{background:#533834}.section-soft{background:#f1dfdd}.newsletter{background:#d8aaa8}.brand-story{background:#382e2d}
.favorite-count{position:absolute;right:-1px;top:0;min-width:17px;height:17px;border-radius:50%;background:#a96f62;color:white;font-size:9px;display:grid;place-items:center}.favorites-toggle svg{fill:none}.favorites-toggle.has-favorites svg{fill:#a96f62;stroke:#a96f62}
.favorite-btn{position:absolute;z-index:4;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,253,251,.92);display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 16px rgba(66,45,42,.08)}.favorite-btn svg{width:19px;height:19px;fill:none;stroke:#6f4b46;stroke-width:1.5}.favorite-btn:hover{transform:translateY(-1px)}.favorite-btn.is-favorite{background:#6f4b46}.favorite-btn.is-favorite svg{fill:#fff;stroke:#fff}.favorite-btn:focus-visible{outline:2px solid #6f4b46;outline-offset:2px}
.curated-section{padding-bottom:70px}.product-grid--curated .product-card:nth-child(n+5){display:none}.collections-section{background:#ead4d1}.collections-intro{max-width:520px;margin:16px auto 0;color:#705c58;font-size:12px}.collections-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:16px}.collection-card{position:relative;min-height:520px;overflow:hidden;background:#d9b6b1}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.collection-card:hover img{transform:scale(1.025)}.collection-card:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(47,31,29,.72))}.collection-card>div{position:absolute;z-index:2;left:26px;right:26px;bottom:25px;color:white}.collection-card span{font-size:8px;letter-spacing:.22em}.collection-card h3{font-family:var(--serif);font-size:40px;line-height:1;margin:6px 0}.collection-card p{font-size:10px;margin:0;letter-spacing:.04em}.favorites-section{scroll-margin-top:150px}.favorites-empty{text-align:center;padding:56px 20px;border:1px solid rgba(111,75,70,.16);background:#fffaf7}.favorites-empty>span{font-family:var(--serif);font-size:52px;color:#b97972}.favorites-empty h3{font-family:var(--serif);font-size:31px;font-weight:500;margin:2px 0}.favorites-empty p{font-size:11px;color:var(--muted);margin:0 0 22px}
@media(max-width:1050px){.header-main{grid-template-columns:210px 1fr 180px}.brand-wordmark strong{font-size:19px}.brand-wordmark small{display:none}.nav-links{gap:22px}}
@media(max-width:900px){.header-main{height:80px;grid-template-columns:50px 1fr auto}.brand{justify-content:center;gap:8px}.brand img{width:62px;height:62px}.brand-wordmark{display:none}.collections-grid{grid-template-columns:1fr 1fr}.collection-card--large{grid-column:1/-1;min-height:500px}.collection-card{min-height:430px}.header-actions>.favorites-toggle{display:grid}}
@media(max-width:560px){.collections-grid{grid-template-columns:1fr}.collection-card--large{grid-column:auto}.collection-card{min-height:440px}.favorite-btn{width:34px;height:34px}.favorite-btn svg{width:17px;height:17px}}
/* V7 — hero editorial premium */
.hero--editorial{padding:0;background:#f7efeb;border-bottom:1px solid var(--line)}
.hero-editorial-grid{display:grid;grid-template-columns:.88fr 1.12fr;min-height:680px;align-items:stretch}
.hero-editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:72px 64px 64px 0;position:relative}
.hero-editorial-copy:before{content:"";width:64px;height:2px;background:#b77870;margin-bottom:30px}
.hero-editorial-copy h1{font-family:var(--serif);font-size:clamp(58px,5.5vw,86px);font-weight:500;line-height:.92;letter-spacing:-.025em;color:#332827;margin:0;max-width:650px}
.hero-lead{font-size:15px;line-height:1.8;color:#725d58;max-width:520px;margin:30px 0 28px}
.hero-editorial-copy .hero-actions{margin-bottom:42px}
.hero-editorial-copy .btn-primary{background:#553b37;min-width:170px}
.hero-editorial-copy .btn-ghost{border-color:#8f625b;color:#553b37;background:transparent;min-width:170px}
.hero-trust{display:flex;gap:25px;padding-top:24px;border-top:1px solid #ddc9c3;flex-wrap:wrap}
.hero-trust span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#745c57;display:flex;align-items:center;gap:8px;white-space:nowrap}
.hero-trust b{font-family:var(--serif);font-size:16px;color:#b77870;font-weight:500}
.hero-editorial-media{position:relative;min-height:680px;overflow:hidden;background:#e9e1dc}
.hero-editorial-media>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 45%}
.hero-editorial-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,239,235,.14),transparent 28%);pointer-events:none}
.hero-brand-stamp{position:absolute;z-index:2;left:26px;bottom:26px;display:flex;align-items:center;gap:11px;padding:9px 16px 9px 9px;background:rgba(250,246,243,.92);backdrop-filter:blur(8px);border:1px solid rgba(183,120,112,.24);box-shadow:0 10px 35px rgba(70,45,40,.12)}
.hero-brand-stamp img{width:46px;height:46px;object-fit:cover;border-radius:50%}.hero-brand-stamp span{font-family:var(--serif);font-size:17px;letter-spacing:.18em;color:#5b413d}
.brand img{object-fit:cover;border-radius:50%;background:#fbf4f0}
@media(max-width:900px){.hero-editorial-grid{grid-template-columns:1fr;min-height:0}.hero-editorial-copy{padding:54px 12px 46px}.hero-editorial-copy h1{font-size:clamp(52px,12vw,72px)}.hero-editorial-media{min-height:620px}.hero-trust{gap:16px}}
@media(max-width:560px){.hero-editorial-copy{padding:42px 4px 36px}.hero-editorial-copy:before{margin-bottom:22px}.hero-editorial-copy h1{font-size:49px}.hero-lead{font-size:14px;margin:22px 0}.hero-editorial-copy .hero-actions{margin-bottom:30px}.hero-trust{display:grid;gap:9px}.hero-editorial-media{min-height:520px}.hero-editorial-media>img{object-position:center 42%}.hero-brand-stamp{left:14px;bottom:14px}.hero-brand-stamp img{width:38px;height:38px}}

/* V8 — home aligned to approved premium visual reference */
:root{
  --cream:#fcf7f3;
  --white:#fffdfb;
  --ink:#342a29;
  --muted:#75645f;
  --line:rgba(80,57,52,.13);
  --rose:#d9aaa0;
  --rose-deep:#bd7968;
  --taupe:#ccb6aa;
  --aurea-copper:#b96f5a;
  --aurea-copper-dark:#8b5043;
  --shadow:0 18px 55px rgba(74,49,43,.10);
}
body{background:var(--cream);color:var(--ink)}
.shell{width:min(1360px,calc(100% - 64px))}
.announcement{background:linear-gradient(90deg,#b96550,#c77a62,#b96550);font-weight:600;box-shadow:none}
.announcement__track{min-height:36px;justify-content:space-between;max-width:1120px;margin:auto;padding:6px 0;gap:36px}
.announcement-item{display:flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap;font-size:10px;letter-spacing:.065em}
.announcement-item svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.site-header{background:rgba(252,247,243,.985);box-shadow:0 4px 22px rgba(73,50,45,.025)}
.header-main{height:110px;grid-template-columns:330px minmax(320px,1fr) 220px;gap:34px}
.brand{gap:16px}.brand img{width:78px;height:78px;border-radius:50%;box-shadow:none;border:0}.brand-wordmark strong{font-size:25px;letter-spacing:.24em;color:#4a3834;font-weight:500}.brand-wordmark small{font-size:8px;letter-spacing:.21em;color:#8d746d;margin-top:8px}
.search{max-width:650px;border:1px solid rgba(91,65,60,.22);border-radius:4px;background:rgba(255,255,255,.28);padding:0 13px;box-shadow:0 2px 8px rgba(64,45,41,.02)}
.search input{padding:15px 8px;font-size:12px;color:#443632}.search input::placeholder{color:#9a8b86}.search button{padding:10px}.search svg{width:20px;height:20px;stroke-width:1.6}
.header-actions{gap:12px}.icon-btn{width:42px;height:42px}.icon-btn svg{width:22px;height:22px;stroke-width:1.5}.icon-btn:hover,.icon-btn:focus-visible{background:#f2e4df}
.desktop-nav{border-top:1px solid rgba(72,50,46,.08);border-bottom:1px solid rgba(72,50,46,.09)}
.nav-links{height:56px;gap:clamp(22px,2.5vw,42px);font-size:10px;letter-spacing:.10em;font-weight:600;color:#5d4944}
.nav-links a:after{background:#b96f5a;bottom:-8px}

.hero-v8{padding:0;background:linear-gradient(90deg,#f5ebe5 0%,#f8f0eb 49%,#efe2da 100%);overflow:hidden}
.hero-v8-grid{min-height:575px;display:grid;grid-template-columns:1.06fr .94fr;align-items:stretch;position:relative}
.hero-v8-copy{display:flex;flex-direction:column;justify-content:center;padding:62px 56px 66px 8px;z-index:2}
.hero-v8-copy .eyebrow{font-size:11px;letter-spacing:.22em;color:#b36c5b;margin-bottom:22px;font-weight:600}
.hero-v8-copy h1{font-family:var(--serif);font-weight:500;font-size:clamp(58px,5.3vw,82px);line-height:.91;letter-spacing:-.03em;margin:0;color:#342a29;max-width:690px}
.hero-v8-copy h1 em{font-style:normal;color:#bc735f;font-weight:500}
.hero-v8-copy .hero-lead{margin:30px 0 32px;max-width:600px;color:#6c5a55;font-size:15px;line-height:1.85}
.hero-v8-copy .hero-actions{display:flex;gap:24px;margin:0}
.hero-v8-copy .btn{height:54px;min-width:230px;border-radius:3px;font-size:11px;letter-spacing:.09em;font-weight:600}
.hero-v8-copy .btn-primary{background:#b96853;color:white;border-color:#b96853;box-shadow:0 7px 18px rgba(165,91,72,.14)}
.hero-v8-copy .btn-primary:hover{background:#a95f4c;border-color:#a95f4c}
.hero-v8-copy .btn-ghost{border-color:#b86e5a;color:#a75f4e;background:rgba(255,255,255,.12)}
.hero-v8-copy .btn-ghost:hover{background:#f1dfd8}
.hero-v8-media{position:relative;min-height:575px;overflow:hidden;background:#eee2dc}
.hero-v8-media:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#f5ebe5 0%,rgba(245,235,229,.66) 8%,rgba(245,235,229,0) 27%),linear-gradient(0deg,rgba(102,64,54,.02),rgba(255,255,255,.03));pointer-events:none}
.hero-v8-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 37%;filter:saturate(.91) contrast(.99)}
.hero-watermark{position:absolute;z-index:3;right:3%;top:26%;font-family:var(--serif);font-size:clamp(110px,11vw,180px);line-height:.7;color:rgba(190,112,92,.28);font-weight:500;letter-spacing:-.12em;pointer-events:none}

.benefits-v8{background:#fffaf6;border-block:1px solid rgba(99,68,61,.08)}
.benefits-v8-grid{min-height:90px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:0}
.benefit-v8{display:flex;align-items:center;justify-content:center;gap:16px;padding:15px 34px;border-right:1px solid rgba(91,64,58,.10);text-align:left!important}
.benefit-v8:last-child{border-right:0}.benefit-icon{width:50px;height:50px;display:grid!important;place-items:center;border-radius:50%;background:linear-gradient(145deg,#b9795f,#d5a886);color:white;font-family:var(--serif);font-size:27px;line-height:1;flex:0 0 auto}
.benefit-v8 strong{font-family:var(--sans);font-size:11px!important;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:#453532}
.benefit-v8 div>span{font-size:10px!important;color:#7c6a65;letter-spacing:.02em}

.home-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:30px;padding-bottom:52px}
.shortcut-card{position:relative;min-height:325px;overflow:hidden;background:#c8a791;color:white;border-radius:5px;box-shadow:0 10px 28px rgba(74,48,42,.06)}
.shortcut-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .65s ease,filter .4s ease;filter:saturate(.84) contrast(.96)}
.shortcut-card:nth-child(2) img{object-position:center 34%}.shortcut-card:nth-child(3) img{object-position:center 28%}
.shortcut-card:hover img{transform:scale(1.025);filter:saturate(.92) contrast(.98)}
.shortcut-shade{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(65,43,38,.48) 0%,rgba(65,43,38,.18) 56%,rgba(65,43,38,.06) 100%),linear-gradient(0deg,rgba(55,37,33,.22),transparent 60%)}
.shortcut-card>div{position:absolute;z-index:2;left:30px;top:32px;bottom:26px;right:26px;display:flex;flex-direction:column;align-items:flex-start}
.shortcut-card small{font-size:9px;letter-spacing:.14em;font-weight:600}.shortcut-card h2{font-family:var(--serif);font-size:34px;line-height:.92;font-weight:500;margin:24px 0 auto;max-width:260px;text-shadow:0 2px 10px rgba(50,30,25,.12)}
.shortcut-btn{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.78);border-radius:2px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;background:rgba(255,255,255,.04)}
.shortcut-card:hover .shortcut-btn{background:white;color:#745146}

/* Keep the rest of the store consistent with the stronger V8 identity */
.section h2,.brand-story h2,.newsletter h2{letter-spacing:-.02em}.section{padding-block:84px}.section-soft{background:#f2e5df}.collections-section{background:#ead8d0}.newsletter{background:#d6a493}.brand-story{background:#3b302e}.btn-primary{background:#9f5d4d}.btn-primary:hover{background:#864b3e}.product-btn:hover,.product-btn:focus-visible{background:#51403b}.favorite-btn.is-favorite{background:#a75f4e}.favorite-btn.is-favorite svg{fill:#fff;stroke:#fff}

@media(max-width:1120px){
 .shell{width:min(100% - 40px,1200px)}.header-main{grid-template-columns:245px 1fr 185px;gap:18px}.brand-wordmark strong{font-size:20px}.brand-wordmark small{font-size:7px}.nav-links{gap:20px;font-size:9px}.hero-v8-grid{grid-template-columns:1fr .9fr}.hero-v8-copy h1{font-size:clamp(54px,6.1vw,74px)}.hero-v8-copy .btn{min-width:195px}.shortcut-card h2{font-size:30px}
}
@media(max-width:900px){
 .shell{width:min(100% - 30px,760px)}.announcement__track{justify-content:center}.announcement-item:nth-child(2),.announcement-item:nth-child(3){display:none}.header-main{height:82px;grid-template-columns:48px 1fr auto}.brand{justify-content:center}.brand img{width:64px;height:64px}.brand-wordmark{display:grid}.brand-wordmark strong{font-size:18px}.brand-wordmark small{display:block;font-size:6px}.header-actions{gap:3px}.header-actions .search-toggle{display:grid}.hero-v8-grid{grid-template-columns:1fr}.hero-v8-copy{padding:48px 10px 46px}.hero-v8-copy h1{font-size:clamp(50px,10vw,68px);max-width:620px}.hero-v8-copy .hero-lead{max-width:620px}.hero-v8-media{min-height:560px}.hero-v8-media>img{object-position:center 38%}.hero-watermark{right:10%;top:16%}.benefits-v8-grid{grid-template-columns:1fr}.benefit-v8{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(91,64,58,.08);padding:13px 22px}.benefit-v8:last-child{border-bottom:0}.home-shortcuts{grid-template-columns:1fr 1fr}.shortcut-card:last-child{grid-column:1/-1}.shortcut-card{min-height:330px}
}
@media(max-width:620px){
 .shell{width:calc(100% - 24px)}.announcement__track{padding-inline:12px}.announcement-item{font-size:9px}.header-main{grid-template-columns:44px 1fr auto}.brand img{width:56px;height:56px}.brand-wordmark strong{font-size:15px;letter-spacing:.16em}.brand-wordmark small{display:none}.header-actions .icon-btn{width:35px;height:35px}.header-actions .favorites-toggle{display:grid}.hero-v8-copy{padding:40px 4px 38px}.hero-v8-copy .eyebrow{font-size:9px;margin-bottom:17px}.hero-v8-copy h1{font-size:47px;line-height:.94}.hero-v8-copy .hero-lead{font-size:13px;margin:22px 0 25px;line-height:1.72}.hero-v8-copy .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-v8-copy .btn{width:100%;min-width:0;height:50px}.hero-v8-media{min-height:460px}.hero-watermark{font-size:100px;right:9%;top:13%}.benefit-icon{width:43px;height:43px;font-size:23px}.home-shortcuts{grid-template-columns:1fr;padding-top:18px;padding-bottom:38px}.shortcut-card,.shortcut-card:last-child{grid-column:auto;min-height:365px}.shortcut-card h2{font-size:36px}.shortcut-card>div{left:24px;top:27px;bottom:22px}.section{padding-block:64px}
}

/* V10 — visual da referência, tipografia mais nítida, logo integrada e mídia HQ */
html{scroll-behavior:smooth;scroll-padding-top:150px}
body{font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}
body,button,input,select,textarea{font-synthesis:none}
p,a,button,input,small,span,strong{font-weight:inherit}
.site-header{background:#fcf7f3}
.header-main{height:106px;grid-template-columns:360px minmax(480px,1fr) 210px;gap:30px}
.brand{align-items:center;gap:18px;text-decoration:none;cursor:pointer}
.brand img{width:82px;height:82px;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important}
.brand-wordmark strong{font-size:28px;letter-spacing:.235em;color:#302725;font-weight:500}
.brand-wordmark small{font-size:8px;letter-spacing:.22em;color:#8d7770;font-weight:500}
.v10-top-nav{display:flex;align-items:center;justify-content:center;gap:clamp(25px,3vw,48px);height:100%}
.v10-top-nav a{position:relative;text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:600;color:#3d3431;text-decoration:none;padding:12px 0}
.v10-top-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:#b96853;transition:right .2s ease}
.v10-top-nav a:hover:after,.v10-top-nav a:focus-visible:after{right:0}
.desktop-nav{display:none}
.header-actions{justify-content:flex-end}
.header-actions .search-toggle{display:grid}
.hero-v8{background:linear-gradient(90deg,#f8efea 0%,#fbf5f1 52%,#f4e8e1 100%)}
.hero-v8-grid{min-height:610px;grid-template-columns:1.02fr .98fr}
.hero-v8-copy{padding:70px 58px 72px 22px}
.hero-v8-copy h1{font-size:clamp(62px,5.55vw,86px);line-height:.94;color:#2f2725;font-weight:500;letter-spacing:-.025em}
.hero-v8-copy .eyebrow{font-size:11px;font-weight:700;letter-spacing:.28em;color:#b55f4b}
.hero-v8-copy .hero-lead{font-size:16px;line-height:1.75;color:#63534f;font-weight:400}
.hero-v8-media{min-height:610px;background:#f1e6df}
.hero-v8-media>img{object-fit:cover;object-position:center 38%;filter:none;image-rendering:auto;transform:translateZ(0)}
.hero-v8-media:before{background:linear-gradient(90deg,#f8efea 0%,rgba(248,239,234,.64) 8%,rgba(248,239,234,0) 25%)}
.hero-watermark{color:rgba(190,112,92,.25)}
.contact-strip-v10{background:#fffaf6;border-block:1px solid rgba(84,59,53,.10)}
.contact-strip-v10-grid{min-height:98px;display:grid;grid-template-columns:1fr 1fr;max-width:980px}
.contact-item-v10{display:flex;align-items:center;justify-content:center;gap:16px;padding:18px 34px;text-decoration:none;color:#332c2a;transition:background .2s ease}
.contact-item-v10:first-child{border-right:1px solid rgba(84,59,53,.12)}
.contact-item-v10:hover,.contact-item-v10:focus-visible{background:#f7ebe5}
.contact-item-v10>span:last-child{display:grid;gap:3px}
.contact-item-v10 small{font-size:12px;color:#5f514d;font-weight:500}
.contact-item-v10 strong{font-size:15px;font-weight:700;letter-spacing:.01em;color:#2d2826}
.contact-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(81,61,56,.28);border-radius:50%;font-size:25px;font-family:Arial,sans-serif;background:#fff}
.whatsapp-icon{color:#168447}.instagram-icon{color:#9b5d72}
/* Preserve real source content but render catalog imagery at a much higher pixel density. */
.product-media img,.product-main-image img,.product-thumb img,.drawer-item--rich>img{image-rendering:auto;filter:none;transform:translateZ(0);backface-visibility:hidden}
.product-media{background:#f4e8e2}
.product-media img{object-fit:cover}
.brand-story-image{background:#f8efeb}
.brand-story-image img{display:block;width:100%;height:100%;object-fit:cover;image-rendering:auto;filter:none}
.brand-story-copy>p:not(.eyebrow){font-size:15px;line-height:1.75;color:#eee4df;font-weight:400}
.brand-story blockquote{color:#efc3b8;font-weight:500}
.section p,.product-payment,.product-status,.values-grid p,.newsletter p,.footer a,.footer button{font-weight:400}
.product-info h3,.product-price,.detail-price{color:#2f2826}
.footer-grid{grid-template-columns:1.25fr repeat(4,1fr);gap:34px}
.footer-brand img{object-fit:contain!important;border-radius:0!important;background:transparent!important}
.footer-contact-v10 a{white-space:nowrap}
@media(max-width:1120px){
 .header-main{grid-template-columns:285px 1fr 180px}.v10-top-nav{gap:21px}.v10-top-nav a{font-size:9px}.brand-wordmark strong{font-size:22px}.hero-v8-copy{padding-left:10px}.footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}.footer-contact-v10{grid-column:auto}
}
@media(max-width:900px){
 .header-main{grid-template-columns:48px 1fr auto}.v10-top-nav{display:none}.brand img{width:62px;height:62px}.brand-wordmark{display:grid}.contact-strip-v10-grid{grid-template-columns:1fr}.contact-item-v10:first-child{border-right:0;border-bottom:1px solid rgba(84,59,53,.12)}.hero-v8-grid{min-height:auto}.hero-v8-media{min-height:600px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 html{scroll-padding-top:90px}.brand img{width:56px;height:56px}.brand-wordmark strong{font-size:16px;letter-spacing:.16em}.brand-wordmark small{display:none}.hero-v8-copy h1{font-size:47px}.hero-v8-media{min-height:500px}.contact-item-v10{justify-content:flex-start;padding:15px 16px}.contact-icon{width:44px;height:44px}.contact-item-v10 small{font-size:11px}.contact-item-v10 strong{font-size:14px}.footer-grid{grid-template-columns:1fr 1fr}.footer-contact-v10{grid-column:1/-1}
}

/* V11 — nitidez de imagens e tipografia sem alterar o layout */
img{image-rendering:auto;-ms-interpolation-mode:bicubic;backface-visibility:hidden}
.product-media img,.editorial-card img,.category-card img,.collection-card img,.brand-story-image img,.hero-v8-media img{transform:translateZ(0)}
body{font-weight:400;text-rendering:optimizeLegibility;font-kerning:normal;font-variant-ligatures:common-ligatures}
.hero-v8-copy p,.product-info,.brand-story-copy,.contact-item,.footer-main{font-weight:400}
.product-info h3,.hero-v8-copy h1,.section-head h2,.brand-wordmark strong{font-synthesis:none}

/* V12 — correções solicitadas: texto nítido, logo sem bloco de cor e atendimento clicável */
.announcement-link{color:inherit;text-decoration:none;cursor:pointer;border-radius:999px;padding:5px 8px;margin:-5px -8px;transition:background .18s ease,transform .18s ease}
.announcement-link:hover,.announcement-link:focus-visible{background:rgba(255,255,255,.14);outline:none;transform:translateY(-1px)}
.announcement-link:focus-visible{box-shadow:0 0 0 2px rgba(255,255,255,.65)}
.footer-brand img{background:transparent!important;mix-blend-mode:multiply}

.brand-identity-board{min-height:590px;background:#fbf2ee;border:1px solid rgba(164,103,91,.16);display:grid;grid-template-columns:1.18fr .82fr .82fr;grid-template-rows:1fr auto auto;gap:18px;padding:24px;color:#8f615b;box-shadow:0 18px 44px rgba(39,27,24,.09)}
.identity-piece{position:relative;min-height:370px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.identity-fabric{overflow:hidden;background:linear-gradient(145deg,#d7a79e 0%,#c79087 48%,#dcb3aa 100%);border-radius:3px}
.identity-fabric:before,.identity-fabric:after{content:"";position:absolute;left:-8%;right:-8%;height:16px;border-top:2px solid rgba(116,72,65,.42);border-bottom:2px solid rgba(255,255,255,.30);transform:rotate(-5deg)}
.identity-fabric:before{top:17%}.identity-fabric:after{top:23%}
.fabric-lines{position:absolute;inset:0;background:repeating-linear-gradient(110deg,rgba(255,255,255,.05) 0 2px,rgba(110,65,58,.045) 2px 4px);mix-blend-mode:soft-light}
.fabric-label{position:relative;width:68%;background:#f7e9e4;border:1px solid rgba(146,94,84,.3);box-shadow:0 9px 20px rgba(69,45,40,.12);padding:27px 18px 17px;display:grid;justify-items:center;gap:4px}
.fabric-label .af-mini,.identity-hangtag .af-mini{font-family:var(--serif);font-size:48px;line-height:.9;color:#bf7f74}
.fabric-label strong,.identity-hangtag strong,.identity-care strong{font-family:var(--serif);font-size:27px;font-weight:500;color:#b9776e;line-height:1}
.fabric-label small,.identity-hangtag small{font-size:6px;letter-spacing:.22em;color:#866762;font-weight:600}
.fabric-label b{position:absolute;bottom:-30px;background:#f4ddd7;border:1px solid rgba(146,94,84,.25);padding:7px 18px;font-size:12px;font-weight:500}
.identity-hangtag{align-self:center;justify-self:center;width:78%;min-height:345px;background:linear-gradient(#fbf7f2,#f5eee7);border:1px solid rgba(126,97,88,.2);border-radius:11px;box-shadow:0 8px 20px rgba(68,48,42,.12);gap:9px;padding-top:26px}
.identity-hangtag:before{content:"";position:absolute;top:-72px;width:2px;height:75px;background:#b79b73}.tag-hole{position:absolute;top:18px;width:15px;height:15px;border-radius:50%;background:#c2ae9a;box-shadow:inset 0 0 0 4px #8d7a67}
.identity-hangtag em{font-style:normal;font-size:8px;letter-spacing:.15em;line-height:1.6;color:#8b716b;margin-top:14px}.heart-mark{font-size:18px}
.identity-care{background:#f8eee9;border:1px solid rgba(146,94,84,.18);box-shadow:0 8px 20px rgba(68,48,42,.09);padding:18px 14px;justify-content:flex-start;gap:7px}
.identity-care>small{font-size:7px;letter-spacing:.16em;color:#7a635e;font-weight:700}.identity-care strong{font-size:23px;margin-top:6px}.identity-care>b{font-size:13px;font-weight:600;color:#6b5752}.identity-care>p{font-size:8px;line-height:1.5;margin:2px 0 5px;color:#5f504c;font-weight:600}.identity-care ul{list-style:none;padding:0;margin:0;width:100%;display:grid;gap:5px}.identity-care li{font-size:7px;line-height:1.35;color:#5d4c48;border-top:1px solid rgba(115,84,76,.12);padding-top:5px}.identity-care em{font-style:normal;font-size:7px;letter-spacing:.14em;color:#7a615a;margin-top:auto}
.identity-details{grid-column:1 / 2;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center;padding-top:8px}.identity-details div{display:grid;gap:8px;justify-items:center}.identity-details span{font-size:22px;color:#c59288}.identity-details strong,.identity-palette strong{font-size:7px;line-height:1.45;letter-spacing:.12em;color:#67504b}
.identity-palette{grid-column:2 / 4;text-align:center;padding-top:8px}.identity-palette small{font-size:8px;letter-spacing:.17em;font-weight:700;color:#755a55}.identity-palette>div{display:flex;gap:10px;justify-content:center;margin:12px 0}.identity-palette i{width:22px;height:22px;border-radius:50%;border:1px solid rgba(93,67,61,.15)}.identity-palette i:nth-child(1){background:#f7f3ef}.identity-palette i:nth-child(2){background:#efd0cb}.identity-palette i:nth-child(3){background:#dba49d}.identity-palette i:nth-child(4){background:#b78f87}.identity-palette i:nth-child(5){background:#cbb39d}

/* Força renderização tipográfica limpa, sem depender de texto rasterizado. */
.brand-identity-board,.brand-identity-board *{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}

@media(max-width:900px){.brand-identity-board{min-height:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto;padding:18px}.identity-fabric{grid-column:1/-1;min-height:340px}.identity-hangtag,.identity-care{width:100%;min-height:330px}.identity-details{grid-column:1/-1}.identity-palette{grid-column:1/-1}}
@media(max-width:620px){.brand-identity-board{grid-template-columns:1fr}.identity-fabric,.identity-hangtag,.identity-care,.identity-details,.identity-palette{grid-column:1}.identity-hangtag{width:82%}.identity-details{grid-template-columns:repeat(3,1fr)}.announcement-link{display:flex!important}}
.announcement-link{border:1px solid rgba(255,255,255,.58);background:rgba(255,255,255,.10);padding:6px 12px!important;margin:0!important;font-weight:700}
.announcement-link:hover,.announcement-link:focus-visible{background:#fff;color:#a55343;transform:none}
@media(max-width:900px){.announcement-link{display:flex!important}.announcement-item:nth-child(2){display:none!important}}

/* V13 — carrossel do topo com os três banners originais, sem edição dos arquivos */
.hero-carousel{width:100%;background:#f6eee9;border-bottom:1px solid rgba(90,61,55,.08);overflow:hidden}
.hero-carousel__viewport{position:relative;width:100%;aspect-ratio:1536 / 428;overflow:hidden;background:#f6eee9}
.hero-carousel__track{position:absolute;inset:0}
.hero-carousel__slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .48s ease,visibility .48s ease;display:flex;align-items:center;justify-content:center;background:#f6eee9}
.hero-carousel__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.hero-carousel__slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;image-rendering:auto}
.hero-carousel__dots{position:absolute;z-index:5;left:50%;bottom:15px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:9px;padding:7px 10px;border-radius:999px;background:rgba(255,250,247,.72);backdrop-filter:blur(4px);box-shadow:0 3px 14px rgba(70,45,40,.08)}
.hero-carousel__dot{width:10px;height:10px;padding:0;border-radius:50%;border:1px solid rgba(119,77,68,.48);background:rgba(255,255,255,.72);cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.hero-carousel__dot:hover,.hero-carousel__dot:focus-visible{transform:scale(1.14);outline:none;border-color:#9f5d50}
.hero-carousel__dot.is-active{background:#a96354;border-color:#a96354;transform:scale(1.08)}
.vip-float{position:fixed;z-index:90;right:0;top:58%;transform:translateY(-50%);display:flex;align-items:center;gap:8px;writing-mode:vertical-rl;rotate:180deg;padding:14px 10px 16px;border-radius:10px 0 0 10px;background:#a96354;color:#fff;text-decoration:none;font-size:10px;font-weight:700;letter-spacing:.13em;box-shadow:0 7px 24px rgba(76,44,39,.22);transition:background .2s ease,transform .2s ease}
.vip-float:hover,.vip-float:focus-visible{background:#935044;transform:translateY(-50%) translateX(-2px);outline:2px solid #fff;outline-offset:-4px}
.vip-float__icon{font-size:16px;line-height:1}
@media(max-width:760px){.hero-carousel__viewport{aspect-ratio:1536 / 428}.hero-carousel__dots{bottom:8px;gap:7px;padding:5px 8px}.hero-carousel__dot{width:8px;height:8px}.vip-float{top:auto;bottom:96px;transform:none;padding:12px 8px 13px;font-size:9px}.vip-float:hover,.vip-float:focus-visible{transform:translateX(-2px)}}
@media(prefers-reduced-motion:reduce){.hero-carousel__slide,.hero-carousel__dot,.vip-float{transition:none}}

/* V14 — ajustes pontuais solicitados: ícones oficiais, coração VIP e paginação */
.contact-icon svg{display:block;width:24px;height:24px}
.whatsapp-icon{color:#25D366}
.instagram-icon{color:#E4405F}
.hero-carousel__dots{bottom:4px;background:rgba(255,250,247,.38);box-shadow:0 2px 10px rgba(70,45,40,.04);backdrop-filter:blur(2px)}
.hero-carousel__dot{border-color:rgba(119,77,68,.30);background:rgba(255,255,255,.42);opacity:.68}
.hero-carousel__dot.is-active{background:rgba(169,99,84,.68);border-color:rgba(169,99,84,.68);opacity:.82}
@media(max-width:760px){.hero-carousel__dots{bottom:2px}}


/* V15 — somente setas do carrossel e orientação normal do coração VIP */
.hero-carousel__dots{display:none!important}
.hero-carousel__arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.78);background:rgba(255,255,255,.16);color:#fff;display:grid;place-items:center;font:300 30px/1 Arial,sans-serif;cursor:pointer;backdrop-filter:blur(2px);box-shadow:0 2px 10px rgba(65,42,37,.08);transition:background .2s ease,border-color .2s ease,transform .2s ease}
.hero-carousel__arrow--prev{left:16px}
.hero-carousel__arrow--next{right:16px}
.hero-carousel__arrow:hover,.hero-carousel__arrow:focus-visible{background:rgba(255,255,255,.28);border-color:#fff;outline:none;transform:translateY(-50%) scale(1.05)}
.vip-float__icon{display:inline-block;transform:rotate(180deg)}
@media(max-width:760px){.hero-carousel__arrow{width:32px;height:32px;font-size:25px}.hero-carousel__arrow--prev{left:8px}.hero-carousel__arrow--next{right:8px}}
@media(prefers-reduced-motion:reduce){.hero-carousel__arrow{transition:none}}

/* V16 — carrossel de tipos de roupa + seção informativa de diferenciais */
.garment-types{overflow:hidden}
.garment-types__head{display:flex;align-items:end;justify-content:space-between;gap:28px}
.garment-types__intro{margin:9px 0 0;color:var(--muted);font-size:13px}
.garment-types__controls{display:flex;gap:10px;flex:0 0 auto}
.garment-types__arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(109,75,68,.24);background:#fffaf6;color:#8b5043;display:grid;place-items:center;font:300 27px/1 Arial,sans-serif;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}
.garment-types__arrow:hover,.garment-types__arrow:focus-visible{background:#b96f5a;color:#fff;border-color:#b96f5a;outline:none}
.garment-types__arrow:disabled{opacity:.32;cursor:default;background:#fffaf6;color:#8b5043;border-color:rgba(109,75,68,.16)}
.garment-types__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain;padding:2px 1px 12px}
.garment-types__viewport::-webkit-scrollbar{display:none}
.garment-types__track{display:flex;gap:18px;width:max-content}
.garment-type-card{width:clamp(245px,28vw,340px);scroll-snap-align:start;text-decoration:none;color:var(--ink);display:grid;gap:14px}
.garment-type-card__media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;border-radius:3px;background:#eadbd4;box-shadow:0 12px 30px rgba(70,48,43,.08)}
.garment-type-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(52,42,41,.12),transparent 36%);pointer-events:none}
.garment-type-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.garment-type-card:hover img{transform:scale(1.025)}
.garment-type-card__label{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:0 2px 2px}
.garment-type-card__label strong{font-family:var(--serif);font-size:30px;font-weight:500;letter-spacing:.01em}
.garment-type-card__label small{text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.14em;color:#a45f4f}

.aurea-differentials{background:#fffaf6;border-block:1px solid rgba(99,68,61,.08)}
.aurea-differentials__intro{max-width:660px;margin:12px auto 0;color:var(--muted);font-size:13px;line-height:1.7}
.aurea-differentials__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.aurea-differential{min-height:250px;padding:30px 24px 26px;background:#fcf5f1;border:1px solid rgba(132,88,78,.12);display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.aurea-differential:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(70,48,43,.07);border-color:rgba(185,111,90,.25)}
.aurea-differential__icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin-bottom:22px;border:1px solid rgba(185,111,90,.34);color:#b96f5a;font-family:var(--serif);font-size:22px;background:#fffaf6}
.aurea-differential h3{font-family:var(--serif);font-size:24px;line-height:1.05;font-weight:500;margin:0 0 12px;color:#4b3935}
.aurea-differential p{margin:0;color:#735f59;font-size:11.5px;line-height:1.75}
.aurea-differentials__note{max-width:920px;margin:26px auto 0;text-align:center;color:#806b65;font-size:10.5px;line-height:1.7}
.aurea-differentials__note strong{color:#5b4540}

@media(max-width:1100px){.aurea-differentials__grid{grid-template-columns:repeat(3,1fr)}.garment-type-card{width:310px}}
@media(max-width:760px){.garment-types__head{align-items:center}.garment-types__intro{font-size:12px}.garment-types__arrow{width:38px;height:38px}.garment-type-card{width:min(74vw,290px)}.garment-type-card__label strong{font-size:26px}.aurea-differentials__grid{grid-template-columns:1fr 1fr}.aurea-differential{min-height:220px;padding:24px 18px}.aurea-differential h3{font-size:22px}}
@media(max-width:520px){.garment-types__controls{gap:6px}.garment-types__arrow{width:34px;height:34px;font-size:23px}.garment-type-card{width:78vw}.aurea-differentials__grid{grid-template-columns:1fr}.aurea-differential{min-height:0}.aurea-differentials__note{text-align:left}}
@media(prefers-reduced-motion:reduce){.garment-types__viewport{scroll-behavior:auto}.garment-type-card img,.aurea-differential,.garment-types__arrow{transition:none}}


/* V18 — categoria Jaquetas Fitness */
.garment-type-card__media--coming{display:grid;place-items:center;background:linear-gradient(145deg,#e8d7cf,#c58d7e)}
.garment-type-card__media--coming:before{content:"";position:absolute;inset:12%;border:1px solid rgba(255,255,255,.5);border-radius:50% 50% 44% 44% / 34% 34% 62% 62%;opacity:.42}
.garment-type-card__coming{position:relative;z-index:1;font-size:11px;font-weight:700;letter-spacing:.22em;color:#fff;text-transform:uppercase}

/* V20 — estoque indisponível e conta obrigatória */
.stock-notice{margin:18px 0;padding:14px 16px;border:1px solid rgba(169,99,84,.24);border-radius:14px;background:rgba(250,246,243,.82);display:grid;gap:4px}
.stock-notice strong{font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;color:#8d5549}
.stock-notice span{font-size:.9rem;line-height:1.55;color:#5f514d}
.add-to-cart:disabled{cursor:not-allowed;opacity:.6;filter:saturate(.55)}
.drawer-account-note{margin:10px 0 12px;font-size:.78rem;line-height:1.5;color:#6d5c57}
/* V23 — filtros, relacionados e área de pedidos */
.catalog-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:end;margin:0 0 28px;padding:18px;border:1px solid rgba(119,77,68,.14);border-radius:18px;background:#fffaf7}
.catalog-filters label{display:grid;gap:6px;font-size:12px;font-weight:600;letter-spacing:.04em;min-width:150px}.catalog-filters select{min-height:44px;border:1px solid rgba(119,77,68,.22);border-radius:10px;background:#fff;padding:0 34px 0 12px;color:inherit}.catalog-filters #filter-count{margin-left:auto;font-size:13px;opacity:.72;padding-bottom:12px}.related-products{padding-top:44px;padding-bottom:64px}.product-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}.orders-panel{margin-top:28px;padding-top:24px;border-top:1px solid rgba(119,77,68,.16)}.orders-empty{padding:20px;border-radius:14px;background:#fff8f4}.orders-empty p{margin:8px 0 16px}
@media(max-width:760px){.catalog-filters{display:grid;grid-template-columns:1fr 1fr}.catalog-filters label{min-width:0}.catalog-filters .btn{grid-column:1/-1}.catalog-filters #filter-count{grid-column:1/-1;margin:0;padding:0}.product-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* V24 — faixa de contato mais fina, preservando conteúdo e identidade */
.contact-strip-v10-grid{min-height:72px}
.contact-item-v10{gap:13px;padding:10px 30px}
.contact-icon{width:40px;height:40px}
.contact-icon svg{width:21px;height:21px}
@media(max-width:760px){
  .contact-item-v10{padding:10px 16px}
  .contact-icon{width:38px;height:38px}
}

/* V26 — oculta as setas incorporadas aos pixels do primeiro banner sem editar o arquivo.
   O leve zoom é aplicado somente à imagem que contém as setas gravadas; os controles HTML permanecem intactos. */
.hero-carousel__slide[data-slide="0"] img{
  transform:scale(1.06);
  transform-origin:center center;
}

/* V27 — faixa de contato mais estreita e botões centralizados */
.contact-strip-v10-grid{
  min-height:56px;
  max-width:760px;
  margin-inline:auto;
}
.contact-item-v10{
  justify-content:center;
  gap:10px;
  padding:6px 18px;
}
.contact-icon{
  width:34px;
  height:34px;
}
.contact-icon svg{
  width:18px;
  height:18px;
}
.contact-item-v10>span:last-child{
  gap:1px;
}
.contact-item-v10 small{
  font-size:11px;
}
.contact-item-v10 strong{
  font-size:14px;
}
@media(max-width:760px){
  .contact-strip-v10-grid{
    max-width:100%;
    min-height:0;
  }
  .contact-item-v10{
    justify-content:center;
    padding:7px 14px;
  }
  .contact-icon{
    width:32px;
    height:32px;
  }
}


/* V30 — padronização do Grupo VIP + faixas de contato e benefícios mais compactas */
.vip-float{
  width:30px;
  padding:10px 6px 11px;
  gap:7px;
  flex-direction:column;
  justify-content:center;
  writing-mode:initial;
  rotate:initial;
  border-radius:9px 0 0 9px;
  font-size:10px;
  line-height:1;
}
.vip-float>span:first-child{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  letter-spacing:.12em;
  line-height:1;
  display:block;
}
.vip-float__icon{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  transform:none;
  font-size:15px;
  line-height:1;
  color:#fff;
}

.contact-strip-v10-grid{
  width:100%;
  max-width:none;
  min-height:48px;
  margin:0;
}
.contact-item-v10{
  min-width:0;
  gap:9px;
  padding:5px 18px;
  justify-content:center;
}
.contact-icon{
  width:30px;
  height:30px;
}
.contact-icon svg{
  width:16px;
  height:16px;
}
.contact-item-v10 small{font-size:10px}
.contact-item-v10 strong{font-size:13px}

.benefits-v8-grid{min-height:70px}
.benefit-v8{
  gap:13px;
  padding:10px 24px;
}
.benefit-icon{
  width:42px;
  height:42px;
  border:1px solid rgba(126,74,61,.14);
  box-shadow:0 6px 18px rgba(108,64,53,.12), inset 0 1px 0 rgba(255,255,255,.55);
  transition:transform .2s ease, box-shadow .2s ease;
}
.benefit-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.benefit-v8--curadoria .benefit-icon{
  border-radius:14px;
  background:linear-gradient(145deg,#ba765b,#d9a78a);
}
.benefit-v8--curadoria .benefit-icon svg path:first-child{fill:rgba(255,255,255,.12)}
.benefit-v8--movimento .benefit-icon{
  border-radius:50%;
  background:linear-gradient(145deg,#9f6556,#c98b72);
}
.benefit-v8--atendimento .benefit-icon{
  border-radius:50% 50% 42% 42%;
  background:linear-gradient(145deg,#c17a68,#e0a58f);
}
.benefit-v8:hover .benefit-icon{
  transform:translateY(-2px);
  box-shadow:0 9px 22px rgba(108,64,53,.17), inset 0 1px 0 rgba(255,255,255,.6);
}
.benefit-v8 strong{font-size:10.5px!important}
.benefit-v8 div>span{font-size:9.5px!important}

@media(max-width:760px){
  .vip-float{bottom:96px;width:29px;padding:9px 5px 10px;gap:6px}
  .contact-strip-v10-grid{grid-template-columns:1fr;min-height:0}
  .contact-item-v10{padding:6px 12px}
  .contact-icon{width:29px;height:29px}
  .benefits-v8-grid{min-height:0}
  .benefit-v8{padding:9px 18px;gap:12px}
  .benefit-icon{width:39px;height:39px}
  .benefit-icon svg{width:20px;height:20px}
}

/* V31 — ajustes solicitados: padronização editorial, contato e catálogo progressivo */
#novidades .editorial-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}
#novidades .editorial-card,
#novidades .editorial-card--wide{
  min-height:0;
  aspect-ratio:4/3;
}
#novidades .editorial-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
#novidades .card-overlay{z-index:1}

.contact-strip-v10-grid{
  width:100%;
  max-width:none;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
.contact-item-v10{
  width:100%;
  justify-content:center;
  align-items:center;
}
.contact-item-v10>span:last-child{
  min-width:190px;
  text-align:center;
  justify-items:center;
}
.contact-item-v10 small,
.contact-item-v10 strong{
  display:block;
  width:100%;
  text-align:center;
}

.curated-intro{
  margin:8px 0 0;
  max-width:520px;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.catalog-progress{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:32px 0 8px;
}
.catalog-progress>span{
  font-size:11px;
  letter-spacing:.08em;
  color:var(--muted);
}
.catalog-load-more{
  min-width:220px;
}
.catalog-load-more[hidden],
#product-grid .product-card[hidden]{display:none!important}

.brand-story-copy .eyebrow{max-width:520px;line-height:1.6}
.brand-story-copy>p{max-width:650px}

@media(max-width:760px){
  #novidades .editorial-grid{grid-template-columns:1fr}
  #novidades .editorial-card,
  #novidades .editorial-card--wide{aspect-ratio:4/3;min-height:0}
  .contact-strip-v10-grid{grid-template-columns:1fr}
  .contact-item-v10>span:last-child{min-width:0}
  .catalog-progress{padding-top:24px}
  .catalog-load-more{width:min(100%,320px)}
}
