:root {
  --ink: #251c20;
  --muted: #715f66;
  --cream: #fff8f4;
  --paper: #fffdfb;
  --blush: #f7d7dc;
  --rose: #d98899;
  --wine: #651f37;
  --wine-deep: #3d101f;
  --gold: #b8823e;
  --leaf: #667344;
  --line: rgba(55, 30, 38, 0.13);
  --shadow: 0 24px 70px rgba(79, 38, 53, 0.12);
  --radius: 28px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.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;
}

.announcement {
  min-height: 36px;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--wine-deep);
  color: #fff8f2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announcement a { border-bottom: 1px solid rgba(255,255,255,.55); }

.site-header {
  position: absolute;
  inset: 36px 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(55, 30, 38, .1);
}
.site-header.is-scrolled {
  position: fixed;
  top: 0;
  background: rgba(255, 248, 244, .92);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 32px rgba(50, 24, 33, .08);
}
.header-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 170px 1fr 190px;
  align-items: center;
  gap: 24px;
}
.brand { width: 108px; height: 72px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 84px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; }
.desktop-nav a { font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--wine); }

.button {
  min-height: 52px;
  padding: 14px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wine);
  border-radius: 999px;
  background: var(--wine);
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 12px 32px rgba(101, 31, 55, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #7b2947; box-shadow: 0 16px 38px rgba(101, 31, 55, .24); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #d69a42; outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.button-light { background: #fffaf6; border-color: #fffaf6; color: var(--wine-deep); box-shadow: none; }
.button-light:hover { background: #fff; }

.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; width: 24px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
.mobile-nav { position: absolute; top: 92px; left: 0; right: 0; padding: 18px 24px 28px; background: rgba(255,248,244,.98); box-shadow: 0 18px 36px rgba(40,20,28,.12); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 750; }

.hero { position: relative; min-height: 840px; overflow: hidden; background: #ead0c1; }
.hero-media { position: absolute; inset: 0; background: url('/assets/hero-perfumes.webp') center / cover no-repeat; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,248,244,.97) 0%, rgba(255,248,244,.86) 34%, rgba(255,248,244,.16) 62%, rgba(255,248,244,0) 78%); }
.hero-content { position: relative; z-index: 2; padding-top: 230px; padding-bottom: 90px; }
.hero-content > * { max-width: 620px; }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #e9bcc5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 94px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 500;
}
h1 em { color: var(--wine); font-weight: 400; }
h2 { font-family: var(--serif); font-size: clamp(42px, 5vw, 67px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
h3 { font-family: var(--serif); font-size: 30px; line-height: 1.1; font-weight: 500; }
.hero-copy { max-width: 540px; color: #57464d; font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { font-weight: 800; border-bottom: 1px solid rgba(37,28,32,.4); padding-bottom: 3px; }
.hero-proof { display: flex; gap: 38px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(55,30,38,.13); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font-family: var(--serif); font-size: 24px; color: var(--wine-deep); }
.hero-proof span { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.promise-bar { padding: 30px 0; color: #fdf5f0; background: var(--wine-deep); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.promise-grid > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.promise-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.promise-grid strong { color: #fff; font-size: 14px; }
.promise-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; color: #efbdc7; font-family: var(--serif); }

.collection { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin-bottom: 8px; color: var(--muted); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 24px; align-items: stretch; }
.product-card { min-width: 0; border-radius: var(--radius); overflow: hidden; }
.product-card-photo { padding: 12px 12px 22px; background: var(--cream); border: 1px solid var(--line); }
.product-image { position: relative; height: 430px; overflow: hidden; border-radius: 19px; background: #ede4df; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-card:nth-child(2) .product-image img { object-position: center 43%; }
.badge { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; background: #fff8f4; color: var(--wine); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.badge-dark { background: var(--wine-deep); color: #fff; }
.product-info { display: flex; justify-content: space-between; gap: 16px; align-items: end; padding: 22px 8px 0; }
.product-info h3 { margin: 0; }
.product-type { margin-bottom: 5px; color: var(--wine); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price { font-family: var(--serif); font-size: 31px; color: var(--wine); }
.product-note { min-height: 50px; margin: 12px 8px 18px; color: var(--muted); font-size: 14px; }
.card-link { margin: 0 8px; font-size: 13px; font-weight: 850; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.card-link span { margin-left: 3px; }
.product-card-editorial { position: relative; min-height: 100%; padding: 42px 34px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(155deg, #6d233d, #35101d); color: #fff; isolation: isolate; }
.product-card-editorial .product-type { color: #f0c2cc; }
.product-card-editorial h3 { font-size: 42px; }
.product-card-editorial p:not(.product-type) { color: rgba(255,255,255,.72); }
.scent-notes { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 28px; }
.scent-notes span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.editorial-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 240px; height: 240px; top: -55px; right: -60px; background: radial-gradient(circle at 35% 35%, #f7bbc6, #a84c6d 50%, #50172a 72%); opacity: .88; }
.orb-two { width: 95px; height: 95px; top: 150px; left: 34px; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 0 0 17px rgba(255,255,255,.045), 0 0 0 34px rgba(255,255,255,.025); }
.offer-note { margin: 24px 4px 0; color: var(--muted); font-size: 12px; }

.scent-finder { background: #f5e9e6; }
.scent-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.scent-intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.scent-quote { margin-top: 42px; padding: 24px 28px; display: grid; grid-template-columns: 30px 1fr; gap: 6px; background: rgba(255,255,255,.55); border-left: 3px solid var(--rose); }
.scent-quote span { font-family: var(--serif); font-size: 52px; line-height: .8; color: var(--rose); }
.scent-quote p { margin: 0; font-family: var(--serif); font-size: 20px; font-style: italic; }
.scent-panel { padding: 34px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.step-label { color: var(--wine); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mood-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mood-grid button { min-height: 112px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--ink); cursor: pointer; font-weight: 800; text-align: left; transition: border-color .2s, background .2s, transform .2s; }
.mood-grid button span { display: block; margin-bottom: 12px; font-size: 24px; }
.mood-grid button:hover, .mood-grid button[aria-pressed="true"] { border-color: var(--rose); background: #fff2f3; transform: translateY(-2px); }
.scent-result { min-height: 170px; margin-top: 18px; padding: 24px; border-radius: 19px; color: #fff; background: var(--wine-deep); }
.scent-result h3 { margin-bottom: 10px; font-size: 28px; }
.scent-result p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.scent-result .result-kicker { margin-bottom: 8px; color: #efbdc7; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.reseller { background: var(--paper); }
.reseller-card { position: relative; min-height: 590px; padding: 78px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; overflow: hidden; border-radius: 40px; background: var(--wine-deep); color: #fff; }
.reseller-card::before { content: ""; position: absolute; width: 520px; height: 520px; right: -130px; bottom: -180px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015); }
.reseller-copy { position: relative; z-index: 2; min-width: 0; }
.reseller-copy h2 { max-width: 680px; }
.reseller-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.72); font-size: 17px; }
.reseller-math { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 32px 0; }
.reseller-math div { padding: 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.055); }
.reseller-math span { display: block; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reseller-math strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 22px; }
.reseller-visual { position: relative; z-index: 2; min-height: 410px; }
.bottle { position: absolute; bottom: 30px; width: 120px; height: 305px; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,.4); border-radius: 15px 15px 26px 26px; color: rgba(255,255,255,.8); background: linear-gradient(160deg, rgba(255,255,255,.25), rgba(255,255,255,.035)); box-shadow: inset 0 0 30px rgba(255,255,255,.1), 0 22px 45px rgba(0,0,0,.25); backdrop-filter: blur(5px); }
.bottle::before { content: ""; position: absolute; top: -46px; width: 52px; height: 44px; border: 2px solid rgba(255,255,255,.4); border-bottom: 0; background: rgba(255,255,255,.12); }
.bottle::after { content: ""; position: absolute; top: -70px; width: 70px; height: 26px; border-radius: 5px 5px 1px 1px; background: linear-gradient(90deg, #ae7734, #f2d090, #9d672b); }
.bottle span { width: 54px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); font-family: var(--serif); font-size: 34px; }
.bottle-one { left: 20px; transform: rotate(-8deg); background: linear-gradient(160deg, rgba(228,130,155,.46), rgba(76,12,35,.4)); }
.bottle-two { left: 145px; height: 350px; width: 138px; z-index: 2; background: linear-gradient(160deg, rgba(248,192,204,.46), rgba(100,18,50,.36)); }
.bottle-three { left: 290px; transform: rotate(8deg); background: linear-gradient(160deg, rgba(154,71,99,.5), rgba(32,5,15,.5)); }
.profit-pill { position: absolute; right: 0; top: 22px; padding: 11px 16px; border-radius: 999px; background: #f2c5ce; color: var(--wine-deep); font-size: 12px; font-weight: 850; transform: rotate(4deg); }
.fine-print { position: absolute; left: 78px; bottom: 24px; max-width: 680px; margin: 0; color: rgba(255,255,255,.68); font-size: 10px; }

.about { background: #f4e1e2; }
.about-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.about-mark { min-height: 500px; display: grid; place-items: center; border-radius: 45% 45% 22% 22%; background: linear-gradient(145deg, #fff7f5, #edc8cc); box-shadow: inset 0 0 0 1px rgba(101,31,55,.08); }
.about-mark img { width: min(320px, 76%); height: auto; mix-blend-mode: multiply; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.check-list li { display: flex; gap: 12px; font-weight: 700; }
.check-list span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--wine); color: #fff; font-size: 12px; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; cursor: pointer; list-style: none; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-family: var(--serif); font-size: 30px; color: var(--wine); transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 700px; padding: 0 38px 24px 0; color: var(--muted); }

.final-cta { padding: 105px 0; overflow: hidden; background: linear-gradient(130deg, #f3cbd0, #fff5ef 50%, #eec3b9); }
.final-cta-inner { text-align: center; }
.final-cta h2 { max-width: 760px; margin: 0 auto 18px; }
.final-cta p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

.site-footer { padding: 70px 0 22px; background: #241218; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 110px; height: auto; padding: 7px; border-radius: 18px; background: #fff; }
.footer-brand p { margin-top: 16px; color: rgba(255,255,255,.6); }
.footer-title { color: #efbdc7; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a { display: block; width: max-content; max-width: 100%; margin: 10px 0; color: rgba(255,255,255,.72); font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.62); font-size: 11px; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 50; min-height: 52px; padding: 0 18px 0 14px; display: flex; gap: 8px; align-items: center; border-radius: 999px; color: #fff; background: #157d55; font-size: 13px; font-weight: 850; box-shadow: 0 14px 35px rgba(19,98,67,.28); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 24px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 770px; }
  .hero-wash { background: linear-gradient(90deg, rgba(255,248,244,.96), rgba(255,248,244,.72) 52%, rgba(255,248,244,.18)); }
  .hero-content { padding-top: 210px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-editorial { grid-column: 1 / -1; min-height: 440px; }
  .scent-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .reseller-card { padding: 60px 45px 70px; grid-template-columns: 1fr; }
  .reseller-visual { max-width: 470px; width: 100%; margin-inline: auto; }
  .fine-print { left: 45px; right: 45px; }
  .about-mark { min-height: 390px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .announcement { min-height: 32px; justify-content: space-between; font-size: 9px; letter-spacing: .06em; }
  .announcement span[aria-hidden] { display: none; }
  .site-header { top: 32px; }
  .site-header.is-scrolled { top: 0; }
  .header-inner { min-height: 76px; }
  .brand { height: 64px; }
  .brand img { width: 72px; }
  .mobile-nav { top: 76px; }
  .hero { min-height: 1050px; background: var(--cream); }
  .hero-media { inset: auto 0 0; height: 420px; background-position: 70% center; }
  .hero-wash { inset: auto 0 0; height: 430px; background: linear-gradient(180deg, var(--cream) 0%, rgba(255,248,244,.62) 13%, rgba(255,248,244,.08) 32%, rgba(255,248,244,0) 54%); }
  .hero-content { padding-top: 155px; padding-bottom: 455px; }
  h1 { font-size: clamp(50px, 16vw, 72px); }
  h2 { font-size: 42px; }
  .hero-copy { font-size: 17px; max-width: 92%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .text-link, .card-link, .site-footer a { min-height: 44px; display: flex; align-items: center; width: max-content; max-width: 100%; }
  .hero-proof { gap: 19px; margin-top: 34px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 9px; }
  .promise-grid { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-editorial { grid-column: auto; min-height: 470px; }
  .product-image { height: 460px; }
  .mood-grid { grid-template-columns: 1fr; }
  .scent-panel { padding: 22px; }
  .mood-grid button { min-height: 86px; }
  .reseller-card { width: calc(100% - 24px); padding: 48px 25px 76px; border-radius: 28px; }
  .reseller-math { grid-template-columns: 1fr; }
  .reseller-visual { min-height: 330px; width: 100%; max-width: 100%; transform: scale(.78); transform-origin: center bottom; }
  .fine-print { left: 25px; right: 25px; bottom: 18px; }
  .fine-print { font-size: 11px; }
  .about-mark { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { margin-top: 42px; flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
}

@media (max-width: 430px) {
  .announcement a { display: none; }
  .announcement { justify-content: center; }
  .hero { min-height: 1020px; }
  .hero-media { height: 385px; background-position: 69% center; }
  .hero-wash { height: 395px; }
  .hero-content { padding-bottom: 420px; }
  .hero-proof { justify-content: space-between; }
  .product-image { height: 420px; }
  .reseller-visual { transform: scale(.68); min-height: 285px; }
}

/* Ecommerce catalogue and checkout */
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.announcement-divider { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .7; }
.header-inner { grid-template-columns: 150px 1fr auto; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.cart-toggle { min-height: 44px; padding: 9px 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--wine); border-radius: 999px; color: #fff; background: var(--wine); cursor: pointer; font-weight: 800; }
.cart-toggle .icon { width: 18px; }
.cart-count { min-width: 21px; height: 21px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--wine); font-size: 11px; }
.icon-link { display: inline-flex; align-items: center; gap: 7px; }
.icon-link .icon { width: 17px; transition: transform .2s ease; }
.icon-link:hover .icon { transform: translateX(3px); }
.promise-icon .icon { width: 19px; height: 19px; }

.shop-section { background: var(--paper); }
.shop-section, .scent-finder, .reseller, .about { scroll-margin-top: 96px; }
.catalogue-toolbar { margin-bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.filter-list { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-button { min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }
.filter-button:hover, .filter-button.is-active { color: #fff; border-color: var(--wine); background: var(--wine); }
.catalogue-count { margin: 0; color: var(--muted); font-size: 13px; white-space: nowrap; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 24px; }
.shop-card { min-width: 0; }
.shop-card[hidden] { display: none; }
.shop-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 24px; background: #f1e9e4; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.shop-card:hover .shop-image img { transform: scale(1.035); }
.source-image img { object-position: center 43%; }
.shop-image-dark { background: #1d0d14; }
.product-badge { position: absolute; top: 15px; left: 15px; padding: 7px 11px; border-radius: 999px; color: var(--wine-deep); background: #fff7f2; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.product-badge-soft { background: #f0c8cf; }
.product-badge-dark { color: #fff; background: var(--wine-deep); }
.shop-meta { margin: 17px 0 5px; display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-card h3 { margin: 0 0 7px; font-size: 31px; }
.notes { min-height: 26px; margin-bottom: 17px; color: var(--muted); font-size: 13px; }
.shop-buy { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 15px; border-top: 1px solid var(--line); }
.shop-buy > strong { font-family: var(--serif); font-size: 25px; color: var(--wine); }
.add-button { min-height: 43px; padding: 9px 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-size: 12px; font-weight: 850; transition: color .2s, background .2s, transform .2s; }
.add-button:hover { color: #fff; background: var(--ink); transform: translateY(-1px); }
.add-button .icon { width: 16px; height: 16px; }
.mood-icon { display: block; width: 25px; height: 25px; margin-bottom: 12px; color: var(--rose); }
.mood-grid button span { display: none; }
.result-shop { min-height: 40px; margin-top: 18px; padding: 7px 0; display: inline-flex; align-items: center; gap: 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); color: #fff; background: transparent; cursor: pointer; font-weight: 850; }
.result-shop .icon { width: 17px; }
.check-list li { align-items: center; }
.check-list .icon { width: 24px; height: 24px; padding: 5px; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--wine); stroke-width: 2.4; }

.cart-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(24, 11, 16, .5); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 100; width: min(470px, 100%); padding: 28px; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 60px rgba(36, 18, 24, .2); transform: translateX(104%); visibility: hidden; transition: transform .32s ease, visibility .32s; }
.cart-drawer.is-open { transform: none; visibility: visible; }
.cart-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-header .eyebrow { margin-bottom: 4px; }
.cart-header h2 { margin: 0; font-size: 38px; }
.icon-button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; }
.icon-button:hover { background: #f7e8e7; }
.cart-content { min-height: 0; flex: 1 1 auto; overflow-y: auto; }
.cart-item { padding: 18px 0; display: grid; grid-template-columns: 88px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 88px; height: 96px; object-fit: cover; border-radius: 13px; background: #f1e9e4; }
.cart-item-top { display: flex; justify-content: space-between; gap: 14px; }
.cart-item h3 { margin: 0 0 3px; font-size: 20px; }
.cart-item-price { color: var(--wine); font-family: var(--serif); font-size: 19px; white-space: nowrap; }
.quantity-row { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.quantity-control { height: 36px; display: inline-grid; grid-template-columns: 36px 30px 36px; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.quantity-control button { height: 34px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.quantity-control .icon { width: 15px; }
.quantity-control span { text-align: center; font-size: 13px; font-weight: 800; }
.remove-button { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; }
.cart-empty { margin: auto; max-width: 300px; text-align: center; }
.cart-empty > .icon { width: 46px; height: 46px; margin-bottom: 16px; color: var(--rose); }
.cart-empty h3 { margin-bottom: 8px; }
.cart-empty p { color: var(--muted); }
.cart-empty .button { width: 100%; margin-top: 10px; }
.cart-footer { padding-top: 22px; border-top: 1px solid var(--line); }
.cart-subtotal { display: flex; justify-content: space-between; align-items: center; font-size: 16px; }
.cart-subtotal strong { font-family: var(--serif); font-size: 29px; }
.cart-footer > p { color: var(--muted); font-size: 12px; }
.checkout-button { width: 100%; }
.secure-note { margin-top: 13px; display: flex; justify-content: center; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.secure-note .icon { width: 14px; }

.checkout-dialog { width: min(1060px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 30px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(38, 16, 24, .28); }
.checkout-dialog::backdrop { background: rgba(24, 11, 16, .6); backdrop-filter: blur(5px); }
.checkout-shell { margin: 0; }
.checkout-topbar { min-height: 84px; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.checkout-brand { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.checkout-brand img { width: 62px; height: 56px; object-fit: contain; }
.checkout-grid { display: grid; grid-template-columns: 1.3fr .7fr; }
.checkout-form-area { padding: 38px 44px 44px; }
.checkout-form-area h2 { margin-bottom: 28px; font-size: 43px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-grid label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.field-full { grid-column: 1 / -1; }
.field-grid input, .field-grid select { min-width: 0; height: 49px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; font: 500 15px var(--sans); }
.field-grid input:focus, .field-grid select:focus { outline: 2px solid var(--rose); outline-offset: 1px; }
.shipping-options { margin: 26px 0; padding: 0; border: 0; }
.shipping-options legend { margin-bottom: 10px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.shipping-options label { padding: 14px; display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--line); }
.shipping-options label:first-of-type { border-radius: 12px 12px 0 0; }
.shipping-options label:last-of-type { border-top: 0; border-radius: 0 0 12px 12px; }
.shipping-options input { margin-top: 4px; accent-color: var(--wine); }
.shipping-options span { display: grid; }
.shipping-options small { margin-top: 2px; color: var(--muted); }
.checkout-review { gap: 9px; }
.checkout-review .icon { width: 17px; }
.checkout-summary { padding: 38px 30px; background: #f6e9e7; }
.checkout-summary-item { padding: 12px 0; display: grid; grid-template-columns: 54px 1fr auto; gap: 11px; align-items: center; border-bottom: 1px solid rgba(55,30,38,.1); }
.checkout-summary-item img { width: 54px; height: 58px; object-fit: cover; border-radius: 9px; }
.checkout-summary-item strong { display: block; font-size: 12px; }
.checkout-summary-item span { color: var(--muted); font-size: 11px; }
.summary-row, .summary-total { padding: 15px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(55,30,38,.1); font-size: 13px; }
.summary-total { align-items: center; border-bottom: 0; }
.summary-total strong { font-family: var(--serif); font-size: 28px; color: var(--wine); }
.concept-note { margin-top: 26px; color: var(--muted); font-size: 11px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 130; max-width: calc(100% - 32px); padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--wine-deep); box-shadow: var(--shadow); font-size: 12px; font-weight: 800; transform: translate(-50%, 140%); opacity: 0; transition: transform .25s, opacity .25s; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-summary { order: -1; }
  .checkout-dialog { overflow-y: auto; }
}

@media (max-width: 720px) {
  .announcement span:last-child, .announcement-divider { display: none; }
  .cart-toggle > span:not(.cart-count) { display: none; }
  .cart-toggle { width: 44px; padding: 0; justify-content: center; position: relative; }
  .cart-count { position: absolute; top: -5px; right: -5px; border: 2px solid var(--cream); }
  .menu-toggle { display: grid; place-items: center; }
  .menu-toggle .icon { width: 24px; height: 24px; }
  .catalogue-toolbar { align-items: flex-start; }
  .filter-list { flex-wrap: nowrap; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: none; }
  .filter-list::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .catalogue-count { display: none; }
  .shop-grid { grid-template-columns: 1fr; gap: 44px; }
  .shop-image { border-radius: 22px; }
  .shop-meta { margin-top: 15px; }
  .shop-card h3 { font-size: 30px; }
  .shop-buy { align-items: center; }
  .add-button { min-height: 46px; padding-inline: 16px; }
  .cart-drawer { padding: 22px 18px; }
  .cart-header h2 { font-size: 34px; }
  .checkout-dialog { width: 100%; max-height: 100vh; height: 100vh; border-radius: 0; }
  .checkout-topbar { min-height: 74px; position: sticky; top: 0; z-index: 2; background: var(--paper); }
  .checkout-form-area, .checkout-summary { padding: 28px 20px; }
  .checkout-form-area h2 { font-size: 38px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .checkout-review { width: 100%; }
}

@media (max-width: 430px) {
  .shop-buy > strong { font-size: 23px; }
  .add-button { font-size: 11px; }
}
