:root {
  /* Mistura dos fundos oficiais: ameixa #5F1D41 + rosa #F6DAE9 */
  --ivory: #f6dae9;
  --paper: #fff8fc;
  --ink: #5f1d41;
  --ink-soft: #7d4363;
  --jade: #5f1d41;
  --jade-dark: #471631;
  --gold: #aa7c95;
  --sand: #d8b4c7;
  --muted: #80536a;
  --muted-soft: #ad849a;
  --line: rgba(95, 29, 65, 0.16);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(95, 29, 65, 0.15);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.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; z-index: 200; top: 10px; left: 10px; background: var(--ink); color: #fff; padding: 10px 16px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 34px; padding: 7px clamp(20px, 4vw, 64px); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: repeat(3, 1fr); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement span { color: #f0bfd8; font-weight: 600; }
.announcement-center { text-align: center; }
.announcement-end { text-align: right; }

.site-header { height: 89px; padding: 0 clamp(22px, 5vw, 78px); display: grid; grid-template-columns: 180px 1fr 180px; align-items: center; gap: 20px; background: rgba(255,248,252,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 40; }
.brand { display: inline-flex; width: max-content; flex-direction: column; align-items: center; line-height: 1; }
.brand span { font-family: var(--serif); font-size: 27px; letter-spacing: .22em; }
.brand small { margin-top: 7px; font-size: 7px; letter-spacing: .52em; padding-left: .52em; }
.main-nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 48px); font-size: 12px; letter-spacing: .07em; }
.main-nav a { position: relative; padding: 35px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 29px; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; justify-content: flex-end; gap: 6px; }
.icon-button { width: 40px; height: 40px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; border-radius: 50%; transition: background .2s, transform .2s; }
.icon-button:hover { background: var(--ivory); }
.icon-button:active { transform: scale(.94); }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.cart-button { position: relative; }
.cart-count { position: absolute; right: 0; top: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 10px; display: grid; place-items: center; background: var(--gold); color: #fff; font-size: 9px; font-weight: 600; }
.mobile-menu-button { display: none; }
.mobile-nav { position: absolute; z-index: 35; top: 123px; left: 0; right: 0; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 15px 2px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 23px; }
.mobile-nav-note { padding-top: 20px; font-size: 11px; color: var(--ink-soft); }

.hero { min-height: 690px; padding: 0 clamp(24px, 8vw, 130px); display: flex; align-items: center; position: relative; overflow: hidden; background: #f1d1e1 url("hero-fluere.png") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,218,233,.20) 0%, rgba(255,248,252,.06) 39%, transparent 62%); pointer-events: none; }
.hero-content { width: min(510px, 42vw); position: relative; z-index: 2; margin-top: -15px; }
.hero-logo { width: min(230px, 58%); height: auto; margin: -18px 0 16px -10px; display: block; object-fit: contain; object-position: left center; filter: drop-shadow(0 5px 16px rgba(95,29,65,.08)) hue-rotate(318deg) saturate(.9); }
.eyebrow { margin: 0 0 20px; color: var(--ink-soft); font-size: 10px; line-height: 1.2; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { margin-bottom: 26px; font-size: clamp(52px, 5.25vw, 82px); line-height: 1.04; letter-spacing: -.03em; }
h1 em { color: var(--jade); font-weight: 400; }
.hero-copy { max-width: 425px; margin-bottom: 34px; color: var(--ink-soft); font-family: var(--serif); font-size: 20px; line-height: 1.52; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; border: 1px solid transparent; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--jade); color: #fff; }
.button-primary:hover { background: var(--jade-dark); }
.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.text-link { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.hero-caption { position: absolute; z-index: 2; right: 25px; bottom: 25px; margin: 0; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-mobile-image { display: none; }

.benefits { min-height: 115px; padding: 25px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-bottom: 1px solid var(--line); background: var(--paper); }
.benefits article { min-height: 48px; padding: 0 clamp(15px, 2.4vw, 38px); display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { border-right: 0; }
.benefits svg { flex: 0 0 auto; width: 29px; height: 29px; fill: none; stroke: var(--gold); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.benefits strong, .benefits span { display: block; }
.benefits strong { margin-bottom: 5px; font-family: var(--serif); font-size: 15px; font-weight: 400; }
.benefits span { color: var(--muted); font-size: 9px; line-height: 1.4; }

.section-shell { padding-left: clamp(24px, 6vw, 92px); padding-right: clamp(24px, 6vw, 92px); }
.section-heading { text-align: center; }
.section-heading h2, .products-top h2, .story-content h2, .newsletter h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.12; letter-spacing: -.025em; }
.collections { padding-top: 110px; padding-bottom: 115px; background: var(--paper); }
.collections .section-heading { margin-bottom: 50px; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.collection-card { height: 395px; padding: 0; border: 0; position: relative; overflow: hidden; cursor: pointer; text-align: left; color: var(--ink); }
.collection-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(58,13,39,.38), transparent 48%); transition: background .35s; }
.collection-card::after { content: ""; position: absolute; inset: 0; border: 1px solid transparent; transition: inset .3s, border .3s; }
.collection-card:hover::after { inset: 10px; border-color: rgba(255,255,255,.65); }
.collection-card span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; color: #fff; font-family: var(--serif); font-size: 27px; }
.collection-card small { margin-bottom: 8px; display: block; font-family: var(--sans); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.collection-card b { float: right; font-family: var(--sans); font-size: 18px; font-weight: 400; }
.atlas { background-image: url("produtos-fluere.png"); background-repeat: no-repeat; background-size: 200% 200%; }
.atlas-earrings { background-position: 0 0; }
.atlas-necklace { background-position: 100% 0; }
.atlas-rings { background-position: 0 100%; }
.atlas-bracelet { background-position: 100% 100%; }

.products-section { padding-top: 110px; padding-bottom: 125px; background: var(--ivory); }
.products-top { display: flex; align-items: flex-end; justify-content: space-between; }
.products-top .eyebrow { margin-bottom: 14px; }
.filters { margin: 42px 0 35px; display: flex; gap: 8px; }
.filter { padding: 10px 18px; border: 1px solid var(--line); border-radius: 40px; background: transparent; cursor: pointer; color: var(--ink-soft); font-size: 10px; letter-spacing: .07em; transition: .2s; }
.filter:hover, .filter.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 16px; }
.product-card { min-width: 0; }
.product-image { height: clamp(290px, 27vw, 410px); position: relative; overflow: hidden; background-color: #f8e7f0; cursor: pointer; }
.product-image::before { content: ""; position: absolute; inset: 0; background-image: var(--product-photo); background-repeat: no-repeat; background-position: center; background-size: cover; transition: transform .55s cubic-bezier(.2,.6,.2,1); }
.product-image:hover::before { transform: scale(1.055); }
.product-image.atlas-earrings::before { background-position: 0 0; }
.product-image.atlas-necklace::before { background-position: 100% 0; }
.product-image.atlas-rings::before { background-position: 0 100%; }
.product-image.atlas-bracelet::before { background-position: 100% 100%; }
.badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 7px 10px; background: rgba(255,248,252,.9); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.badge.sale { background: var(--jade); color: #fff; }
.favorite { position: absolute; z-index: 2; top: 9px; right: 9px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,248,252,.82); display: grid; place-items: center; cursor: pointer; }
.favorite svg { width: 19px; fill: none; stroke: var(--ink); stroke-width: 1.4; transition: fill .2s; }
.favorite.active svg { fill: var(--gold); stroke: var(--gold); }
.quick-add { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; height: 45px; border: 0; background: rgba(255,248,252,.95); color: var(--ink); cursor: pointer; transform: translateY(65px); transition: transform .28s ease, background .2s, color .2s; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-image:hover .quick-add, .quick-add:focus-visible { transform: translateY(0); }
.quick-add:hover { background: var(--jade); color: #fff; }
.product-info { padding-top: 17px; }
.product-category { margin-bottom: 7px; color: var(--muted); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.product-name { margin-bottom: 9px; font-family: var(--serif); font-size: 19px; font-weight: 400; cursor: pointer; }
.product-price { margin: 0; font-size: 12px; }
.product-price s { margin-right: 7px; color: var(--muted-soft); }
.product-installments { margin-top: 6px; color: var(--muted); font-size: 9px; }
.mobile-view-all { display: none; }

.story { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(60px, 9vw, 150px); background: var(--paper); }
.story-visual { min-height: 520px; position: relative; }
.story-visual::before { content: ""; position: absolute; width: 82%; height: 92%; left: 0; top: 0; background: var(--sand); border-radius: 48% 48% 7% 7%; }
.story-shape { position: absolute; width: 82%; height: 88%; right: 0; bottom: 0; border-radius: 7% 7% 48% 48%; box-shadow: var(--shadow); }
.story-seal { position: absolute; z-index: 2; right: -20px; top: 35px; width: 94px; height: 94px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--jade); color: #fff; font-family: var(--serif); font-size: 34px; box-shadow: 0 10px 30px rgba(95,29,65,.25); }
.story-seal small { font-family: var(--sans); font-size: 6px; letter-spacing: .17em; }
.story-content { max-width: 530px; }
.story-content h2 { margin-bottom: 28px; }
.story-content > p:not(.eyebrow) { max-width: 465px; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.story-content .text-link { margin-top: 15px; display: inline-block; }

.testimonial { padding: 82px 22px; text-align: center; background: var(--ink); color: #fff; }
.stars { margin-bottom: 25px; color: #efbcd6; font-size: 12px; letter-spacing: .33em; }
.testimonial blockquote { max-width: 850px; margin: 0 auto 25px; font-family: var(--serif); font-size: clamp(27px, 3vw, 41px); line-height: 1.35; }
.testimonial p { margin: 0; color: #ddb4ca; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.newsletter { padding: 80px clamp(24px, 8vw, 125px); display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 60px; background: var(--sand); }
.newsletter .eyebrow { margin-bottom: 13px; }
.newsletter h2 { margin-bottom: 13px; font-size: clamp(34px, 3.3vw, 49px); }
.newsletter > div > p:last-child { margin-bottom: 0; color: var(--muted); font-family: var(--serif); font-size: 16px; }
.newsletter-form { position: relative; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.newsletter-form input { min-width: 0; height: 56px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.newsletter-form input::placeholder { color: var(--muted); }
.newsletter-form button { border: 0; background: transparent; cursor: pointer; color: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.newsletter-form button span { margin-left: 8px; }
.form-feedback { position: absolute; left: 0; top: 64px; font-size: 10px; }

.site-footer { background: var(--paper); }
.footer-main { padding: 70px clamp(24px, 6vw, 92px) 60px; display: grid; grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(120px, 1fr)); gap: clamp(28px, 3vw, 48px); }
.brand-footer { align-items: flex-start; }
.footer-brand > p { margin: 20px 0; color: var(--muted); font-family: var(--serif); font-size: 16px; }
.socials { display: flex; gap: 8px; }
.socials button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-family: var(--serif); font-size: 12px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column h3 { margin: 0 0 8px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a, .footer-column button, .footer-column p { margin: 0; border: 0; padding: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; line-height: 1.7; text-align: left; }
.footer-column a:hover, .footer-column button:hover { color: var(--ink); text-decoration: underline; }
.footer-bottom { min-height: 73px; padding: 20px clamp(24px, 6vw, 92px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom button { border: 0; background: transparent; color: inherit; cursor: pointer; font-size: inherit; }
.payment-tags { justify-self: end; letter-spacing: .12em; }

.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; height: 50px; padding: 0 20px 0 13px; display: flex; align-items: center; gap: 9px; border: 0; border-radius: 30px; background: var(--jade); color: #fff; box-shadow: 0 8px 25px rgba(95,29,65,.28); cursor: pointer; font-size: 10px; font-weight: 600; text-decoration: none; }
.whatsapp-float svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.4; }

.policy-page { background: var(--paper); }
.policy-header { min-height: 89px; padding: 0 clamp(22px, 5vw, 78px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; position: sticky; z-index: 50; top: 0; background: rgba(255,248,252,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.policy-back, .policy-header-contact { width: max-content; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.policy-back span { margin-right: 7px; font-size: 16px; vertical-align: -1px; }
.policy-header-contact { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid var(--gold); }
.policy-back:hover, .policy-header-contact:hover { color: var(--ink); }
.policy-hero { max-width: 980px; margin: 0 auto; padding: clamp(80px, 10vw, 145px) 28px clamp(65px, 8vw, 105px); text-align: center; }
.policy-hero .eyebrow { margin-bottom: 25px; }
.policy-hero h1 { max-width: 900px; margin: 0 auto 35px; font-size: clamp(46px, 6vw, 80px); line-height: 1.08; }
.policy-hero > p:not(.eyebrow) { max-width: 760px; margin: 0 auto 14px; color: var(--ink-soft); font-family: var(--sans); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.75; }
.policy-hero .policy-lead { color: var(--ink); font-size: clamp(22px, 2.6vw, 30px); }
.policy-nav { max-width: 1120px; margin: 0 auto; padding: 20px 28px; display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy-nav a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 30px; color: var(--ink-soft); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.policy-nav a:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.policy-content { width: min(1000px, calc(100% - 48px)); margin: 35px auto 110px; }
.policy-section { padding: clamp(48px, 7vw, 82px) 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: clamp(20px, 5vw, 64px); scroll-margin-top: 110px; border-bottom: 1px solid var(--line); }
.policy-number { margin: 5px 0 0; color: var(--gold); font-family: var(--serif); font-size: 32px; }
.policy-section h2 { margin-bottom: 25px; font-size: clamp(32px, 4.1vw, 50px); line-height: 1.16; }
.policy-section p { color: var(--ink-soft); font-family: var(--sans); font-size: 15px; line-height: 1.8; }
.policy-section strong { color: var(--ink); }
.policy-section ul { margin: 22px 0 27px; padding: 23px 28px 23px 48px; background: var(--ivory); color: var(--ink-soft); }
.policy-section li { padding: 7px 0 7px 4px; font-size: 13px; line-height: 1.65; }
.policy-care li::marker { content: "✦  "; color: var(--gold); }
.policy-contact-button { margin-top: 10px; }
.policy-commitment { padding: clamp(75px, 10vw, 130px) 28px; background: var(--ink); color: var(--paper); text-align: center; }
.policy-commitment .eyebrow { color: #e3aeca; }
.policy-commitment h2 { max-width: 750px; margin: 0 auto 28px; font-size: clamp(38px, 5vw, 66px); }
.policy-commitment p { max-width: 700px; margin: 0 auto 16px; color: #edcfdf; font-family: var(--sans); font-size: 15px; line-height: 1.8; }
.policy-commitment strong, .policy-commitment span { display: block; }
.policy-commitment strong { margin-top: 32px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.policy-commitment span { margin-top: 8px; color: #e3aeca; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.policy-footer { min-height: 120px; padding: 28px clamp(24px, 6vw, 92px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-top: 1px solid var(--line); }
.policy-footer .brand span { font-size: 22px; }
.policy-footer p, .policy-footer > a:last-child { margin: 0; color: var(--muted); font-size: 9px; }
.policy-footer > a:last-child { justify-self: end; text-decoration: underline; }

.institutional-page { background: var(--paper); }
.institutional-hero { max-width: 1120px; margin: 0 auto; padding: clamp(85px, 11vw, 150px) 28px clamp(60px, 8vw, 100px); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: end; gap: clamp(45px, 8vw, 120px); }
.institutional-hero .eyebrow { margin-bottom: 22px; }
.institutional-hero h1 { margin-bottom: 0; font-size: clamp(54px, 7vw, 96px); line-height: 1; }
.institutional-intro { margin: 0; color: var(--ink-soft); font-family: var(--sans); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.8; }
.institutional-nav { max-width: 1120px; margin: 0 auto; padding: 20px 28px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.institutional-nav a { padding: 10px 17px; border: 1px solid var(--line); border-radius: 30px; color: var(--ink-soft); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.institutional-nav a:hover, .institutional-nav a[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.institutional-content { width: min(960px, calc(100% - 56px)); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.institutional-content h2 { max-width: 800px; margin-bottom: 30px; font-size: clamp(35px, 4.5vw, 56px); line-height: 1.15; }
.institutional-content > p { max-width: 800px; color: var(--ink-soft); font-family: var(--sans); font-size: 16px; line-height: 1.85; }
.institutional-highlight { margin: clamp(48px, 7vw, 80px) 0 0; padding: clamp(34px, 5vw, 56px); border-left: 3px solid var(--gold); background: var(--ivory); color: var(--ink); font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); line-height: 1.35; }
.institutional-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.institutional-card { padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); background: var(--ivory); }
.institutional-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.institutional-card p { margin: 0; color: var(--ink-soft); font-family: var(--sans); font-size: 14px; line-height: 1.75; }

.drawer-backdrop, .modal-backdrop { position: fixed; z-index: 90; inset: 0; background: rgba(53,10,35,.47); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; padding: 30px; display: flex; flex-direction: column; background: var(--paper); transform: translateX(105%); visibility: hidden; transition: transform .36s ease, visibility .36s; }
.cart-drawer.open { transform: translateX(0); visibility: visible; }
.drawer-header { display: flex; justify-content: space-between; align-items: flex-start; }
.drawer-header .eyebrow { margin-bottom: 7px; }
.drawer-header h2 { margin-bottom: 0; font-size: 35px; }
.shipping-progress { margin-top: 22px; padding: 15px; background: var(--ivory); }
.shipping-progress p { margin-bottom: 10px; color: var(--ink-soft); font-size: 10px; }
.shipping-progress > div { height: 4px; overflow: hidden; background: var(--sand); }
.shipping-progress span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .35s; }
.cart-items { margin-top: 15px; overflow: auto; flex: 1; }
.cart-line { padding: 16px 0; display: grid; grid-template-columns: 80px 1fr auto; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-line-image { height: 88px; background-color: #f8e7f0; background-position: center; background-size: cover; }
.cart-line h3 { margin: 3px 0 8px; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.cart-line p { margin-bottom: 10px; font-size: 10px; }
.quantity { width: max-content; display: flex; align-items: center; border: 1px solid var(--line); }
.quantity button { width: 27px; height: 25px; border: 0; background: transparent; cursor: pointer; }
.quantity span { width: 22px; text-align: center; font-size: 9px; }
.remove-item { align-self: start; border: 0; background: transparent; color: var(--muted-soft); cursor: pointer; font-size: 17px; }
.cart-empty { margin: auto; max-width: 280px; text-align: center; }
.cart-empty > span { color: var(--gold); font-family: var(--serif); font-size: 50px; }
.cart-empty h3 { margin: 10px 0; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.cart-empty p { color: var(--muted); font-size: 11px; line-height: 1.5; }
.cart-empty .button { margin-top: 10px; }
.cart-summary { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 20px; }
.cart-summary p { margin: 8px 0 18px; color: var(--muted); font-size: 9px; }
.cart-summary .button { width: 100%; }
.cart-summary small { margin-top: 12px; display: block; text-align: center; color: var(--muted); font-size: 8px; }

.modal-backdrop { display: grid; place-items: center; padding: 24px; }
.product-modal { width: min(890px, 100%); max-height: calc(100dvh - 48px); display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: auto; background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: absolute; z-index: 3; top: 13px; right: 13px; background: rgba(255,248,252,.8); }
.modal-image { min-height: 560px; background-color: #f8e7f0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.modal-content { padding: clamp(40px, 6vw, 75px) clamp(30px, 5vw, 62px); }
.modal-content h2 { margin-bottom: 14px; font-size: 41px; }
.modal-rating { margin-bottom: 17px; color: var(--gold); font-size: 11px; letter-spacing: .12em; }
.modal-rating span { margin-left: 8px; color: var(--muted); font-size: 9px; letter-spacing: 0; }
.modal-price { font-size: 16px; }
.modal-description { margin: 27px 0; color: var(--muted); font-family: var(--serif); font-size: 16px; line-height: 1.6; }
.modal-content ul { margin: 0 0 30px; padding: 18px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modal-content li { padding: 5px 0; font-size: 10px; }
.modal-content li::before { content: "◇"; margin-right: 10px; color: var(--gold); }
.modal-content .button { width: 100%; }
.toast { position: fixed; z-index: 160; left: 50%; bottom: 25px; max-width: calc(100% - 40px); padding: 14px 20px; background: var(--ink); color: #fff; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; font-size: 10px; letter-spacing: .04em; text-align: center; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 120px 1fr 120px; padding-inline: 25px; }
  .main-nav { display: none; }
  .mobile-menu-button { display: grid; justify-self: start; }
  .brand { justify-self: center; }
  .search-button, .account-button { display: none; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits article { border-bottom: 1px solid var(--line); }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(3), .benefits article:nth-child(4) { border-bottom: 0; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-image { height: 52vw; }
  .footer-main { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px 28px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .announcement { min-height: 31px; display: flex; justify-content: center; align-items: center; }
  .announcement-center, .announcement-end { display: none; }
  .site-header { height: 72px; grid-template-columns: 55px 1fr 55px; padding-inline: 13px; }
  .mobile-nav { top: 103px; }
  .brand span { font-size: 22px; }
  .header-actions { justify-content: flex-end; }
  .cart-button { display: grid !important; }
  .hero { min-height: 0; padding: 62px 0 0; display: block; background: var(--ivory); }
  .hero::after { display: none; }
  .hero-content { width: auto; margin: 0; padding: 0 24px 44px; }
  .hero-logo { width: min(205px, 58%); margin: -18px 0 16px -8px; }
  h1 { font-size: clamp(49px, 14vw, 65px); }
  .hero-copy { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-mobile-image { display: block; height: 390px; background: url("hero-fluere.png") 69% center/cover no-repeat; }
  .hero-caption { right: 11px; bottom: 15px; color: #fff; }
  .benefits { min-height: auto; padding: 12px 24px; grid-template-columns: repeat(2, 1fr); }
  .benefits article { padding: 17px 10px 17px 0; gap: 10px; }
  .benefits article:nth-child(2n) { padding-left: 14px; }
  .benefits svg { width: 23px; }
  .benefits strong { font-size: 12px; }
  .benefits span { display: none; }
  .collections, .products-section { padding-top: 78px; padding-bottom: 85px; }
  .collections .section-heading { margin-bottom: 34px; }
  .section-heading { text-align: left; }
  .section-heading h2, .products-top h2, .story-content h2 { font-size: 39px; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .collection-card { height: 235px; }
  .collection-card span { left: 15px; right: 15px; bottom: 16px; font-size: 20px; }
  .collection-card small { font-size: 7px; }
  .desktop-view-all { display: none; }
  .filters { margin: 30px -24px 28px; padding: 0 24px; overflow-x: auto; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 10px; }
  .product-image { height: 58vw; }
  .product-name { font-size: 16px; }
  .product-price { font-size: 10px; }
  .product-installments { line-height: 1.35; }
  .quick-add { height: 38px; transform: none; font-size: 8px; }
  .badge { top: 8px; left: 8px; padding: 6px 8px; font-size: 6px; }
  .favorite { top: 5px; right: 5px; width: 32px; height: 32px; }
  .mobile-view-all { width: 100%; margin-top: 38px; display: flex; }
  .story { padding-top: 85px; padding-bottom: 85px; grid-template-columns: 1fr; gap: 55px; }
  .story-visual { min-height: 410px; margin-right: 8px; }
  .story-seal { right: -10px; width: 80px; height: 80px; }
  .story-content > p:not(.eyebrow) { font-size: 17px; }
  .testimonial { padding: 70px 28px; }
  .newsletter { padding: 65px 24px 75px; grid-template-columns: 1fr; gap: 32px; }
  .newsletter h2 { font-size: 37px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { height: 48px; justify-self: start; padding: 0; }
  .form-feedback { top: 110px; }
  .footer-main { padding-top: 55px; grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { padding-block: 30px; grid-template-columns: 1fr; gap: 15px; }
  .payment-tags { justify-self: start; }
  .whatsapp-float { width: 50px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .policy-header { min-height: 72px; padding: 0 17px; grid-template-columns: 48px 1fr 48px; gap: 6px; }
  .policy-header .brand { justify-self: center; }
  .policy-header .brand span { font-size: 22px; }
  .policy-back { font-size: 0; }
  .policy-back span { margin: 0; font-size: 21px; }
  .policy-header-contact { display: none; }
  .policy-hero { padding: 72px 24px 60px; }
  .policy-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .policy-nav { padding: 16px 24px; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .policy-nav::-webkit-scrollbar { display: none; }
  .policy-nav a { flex: 0 0 auto; }
  .policy-content { width: calc(100% - 48px); margin-bottom: 75px; }
  .policy-section { padding: 52px 0; grid-template-columns: 1fr; gap: 13px; scroll-margin-top: 82px; }
  .policy-number { font-size: 21px; }
  .policy-section h2 { margin-bottom: 20px; font-size: 34px; }
  .policy-section p { font-size: 14px; }
  .policy-section ul { padding: 18px 18px 18px 37px; }
  .policy-commitment { padding: 78px 24px; }
  .policy-footer { padding-block: 38px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .policy-footer > a:last-child { justify-self: center; }
  .institutional-hero { padding: 72px 24px 58px; grid-template-columns: 1fr; gap: 30px; }
  .institutional-hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .institutional-nav { padding: 16px 24px; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .institutional-nav::-webkit-scrollbar { display: none; }
  .institutional-nav a { flex: 0 0 auto; }
  .institutional-content { width: calc(100% - 48px); padding: 66px 0 78px; }
  .institutional-content > p { font-size: 14px; }
  .institutional-grid { grid-template-columns: 1fr; }
  .cart-drawer { padding: 23px; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-image { min-height: 54vh; }
  .modal-content { padding: 34px 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
