/* ============================================================
   Wolff Aromas — folha de estilo
   Direção: boutique sensorial, minimalista, editorial.
   ============================================================ */

:root {
  --cream: #f6f1e8;
  --paper: #efe7da;
  --ivory: #fcfaf5;
  --sand: #e6dccb;
  --plum: #3b2c45;
  --plum-deep: #2a1f32;
  --lavender: #a99bc1;
  --lavender-soft: #ddd5e8;
  --mauve: #8a6f93;
  --sage: #9daa8c;
  --rose: #c48c90;
  --ink: #2e2630;
  --muted: #7a6e7d;
  --line: rgba(59, 44, 69, 0.14);
  --line-strong: rgba(59, 44, 69, 0.32);

  --serif: "Cormorant Garamond", "Cormorant", Garamond, "Times New Roman", serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1280px;
  --gutter: clamp(20px, 4vw, 56px);
  --section: clamp(72px, 10vw, 140px);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input { font: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--plum); margin: 0; letter-spacing: -0.005em; }
h1 { font-size: clamp(42px, 5.6vw, 76px); line-height: 1.02; }
h2 { font-size: clamp(32px, 3.8vw, 52px); line-height: 1.08; max-width: 18ch; }
h3 { font-size: 24px; line-height: 1.2; }
p { margin: 0; }
strong { font-weight: 500; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--plum); color: #fff; padding: 10px 14px; z-index: 999; }
.skip:focus { left: 8px; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }

.eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  color: var(--mauve); margin-bottom: 18px;
}
.eyebrow-light { color: var(--lavender); }
.lead { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: var(--muted); max-width: 46ch; }
.lead-light { color: rgba(255, 255, 255, 0.72); }
.section-note { color: var(--muted); max-width: 40ch; }
.section-head .section-note { margin-top: 18px; }

:focus-visible { outline: 2px solid var(--mauve); outline-offset: 3px; border-radius: 2px; }

/* Botões */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  transition: transform 0.35s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
}
.btn-primary { background: var(--plum); color: var(--ivory); }
.btn-primary:hover { background: var(--plum-deep); transform: translateY(-1px); }
.btn-outline { border: 1px solid var(--line-strong); color: var(--plum); }
.btn-outline:hover { border-color: var(--plum); }
.btn-light { background: var(--ivory); color: var(--plum); }
.btn-light:hover { background: #fff; }
.btn-text {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--plum);
  padding-bottom: 4px; border-bottom: 1px solid var(--line-strong);
  transition: border-color 0.25s, gap 0.3s var(--ease);
}
.btn-text:hover { border-color: var(--plum); gap: 12px; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: 0.45; cursor: default; transform: none; }

/* Faixa superior */
.strip {
  display: flex; justify-content: center; align-items: center; gap: 18px;
  padding: 9px var(--gutter);
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: var(--mauve);
  border-bottom: 1px solid var(--line);
}
.strip-sep { width: 1px; height: 10px; background: var(--line-strong); }

/* Header */
.header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--cream) 86%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; height: 100px; gap: 32px; }
.brand { display: flex; align-items: center; gap: 14px; }
.mono { width: 66px; height: 66px; overflow: visible; }
.mono-w { font-family: var(--serif); font-size: 50px; font-weight: 500; fill: var(--plum); font-style: italic; }
.mono-stem { fill: none; stroke: var(--sage); stroke-width: 1.2; stroke-linecap: round; }
.mono-buds { fill: var(--lavender); }
.mono-leaf { fill: var(--sage); opacity: 0.85; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 30px; font-weight: 500; color: var(--plum); letter-spacing: 0.01em; white-space: nowrap; }
.brand-tag { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--mauve); margin-top: 4px; letter-spacing: 0.02em; }
.nav { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; }
.nav a, .link-wa {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--plum);
  position: relative; padding: 6px 0;
}
.nav a::after, .link-wa::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--plum);
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease);
}
.nav a:hover::after, .link-wa:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.cart-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  padding: 10px 16px 10px 18px; border: 1px solid var(--line-strong); border-radius: 999px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.cart-btn:hover { background: var(--plum); color: var(--ivory); border-color: var(--plum); }
.cart-count {
  display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px;
  background: var(--plum); color: var(--ivory); font-size: 10.5px; letter-spacing: 0;
}
.cart-btn:hover .cart-count { background: var(--ivory); color: var(--plum); }
.burger { display: none; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 6px; align-items: center; }
.burger span { display: block; width: 22px; height: 1px; background: var(--plum); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 80; background: var(--cream);
  display: flex; flex-direction: column; padding: 28px var(--gutter);
}
.mobile-menu[hidden] { display: none; }
.mobile-close { align-self: flex-end; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 6px; margin-top: 40px; }
.mobile-menu nav a { font-family: var(--serif); font-size: 38px; color: var(--plum); padding: 10px 0; border-bottom: 1px solid var(--line); }
.mobile-menu nav .mobile-wa { font-family: var(--sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; border: 0; margin-top: 24px; }

/* Hero */
.hero {
  display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: clamp(32px, 6vw, 96px);
  padding-block: clamp(48px, 7vw, 104px) clamp(48px, 6vw, 88px);
}
.hero-copy .lead { margin-top: 26px; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.hero-figure { position: relative; }
.arch {
  overflow: hidden; border-radius: 999px 999px 24px 24px; aspect-ratio: 4 / 4.6;
  background: var(--paper);
}
.arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transform: scale(1.02); transition: transform 1.6s var(--ease); }
.hero-figure:hover .arch img { transform: scale(1.06); }
.hero-figure figcaption {
  margin-top: 14px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-align: right;
}

/* Valores */
.values {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.values > div { padding: 26px 24px; display: flex; flex-direction: column; gap: 4px; border-left: 1px solid var(--line); }
.values > div:first-child { border-left: 0; padding-left: 0; }
.values strong { font-family: var(--serif); font-size: 20px; color: var(--plum); font-weight: 500; }
.values span { font-size: 12.5px; color: var(--muted); }

/* Seções */
.section-head { margin-bottom: clamp(36px, 4vw, 56px); }
.section-head.split { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.intents, .products, .guide, .about { padding-block: var(--section); }
.intents { padding-bottom: clamp(40px, 5vw, 72px); }
.products { padding-top: clamp(48px, 6vw, 88px); }

/* Intenções */
.intent-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.intent {
  text-align: left; padding: 34px 28px 38px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px; min-height: 260px;
  transition: background 0.4s var(--ease);
}
.intent:first-child { border-left: 0; }
.intent:hover, .intent:focus-visible { background: var(--paper); }
.intent .num { font-size: 11px; letter-spacing: 0.2em; color: var(--mauve); font-weight: 500; }
.intent h3 { font-size: clamp(28px, 2.6vw, 38px); font-weight: 400; }
.intent p { color: var(--muted); font-size: 14px; max-width: 26ch; }
.intent .go { margin-top: auto; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--plum); display: inline-flex; gap: 8px; transition: gap 0.3s var(--ease); }
.intent:hover .go { gap: 12px; }

/* Vitrine */
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  padding: 9px 16px; border-radius: 999px; border: 1px solid transparent;
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--muted);
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.chip:hover { color: var(--plum); }
.chip.is-active { color: var(--plum); border-color: var(--line-strong); }
.search input {
  width: min(300px, 60vw); padding: 10px 0; border: 0; border-bottom: 1px solid var(--line-strong); background: transparent;
  font-weight: 300; color: var(--ink); outline: none; transition: border-color 0.25s;
}
.search input::placeholder { color: var(--muted); }
.search input:focus { border-color: var(--plum); }
.filter-status { display: flex; align-items: center; gap: 14px; margin: -20px 0 28px; font-size: 13px; color: var(--muted); }
.filter-status button { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--plum); border-bottom: 1px solid var(--line-strong); }

.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 36px) clamp(18px, 2vw, 28px); }
.card { display: flex; flex-direction: column; gap: 14px; }
.card-media {
  position: relative; aspect-ratio: 1; background: var(--paper); border-radius: 4px; overflow: hidden;
  display: block; width: 100%; padding: 0; text-align: left;
}
.card-media img {
  width: 100%; height: 100%; object-fit: contain; padding: 7%;
  mix-blend-mode: multiply; transition: transform 1.2s var(--ease);
}
.card-media img.cover { object-fit: cover; padding: 0; mix-blend-mode: normal; }
.card:hover .card-media img { transform: scale(1.04); }
.card-media .tag {
  position: absolute; left: 14px; top: 14px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  color: var(--mauve); background: var(--ivory); padding: 6px 10px; border-radius: 999px;
}
.card-body { display: flex; flex-direction: column; gap: 4px; }
.card-name { font-family: var(--serif); font-size: 22px; color: var(--plum); font-weight: 500; line-height: 1.15; }
.card-aroma { font-size: 12.5px; color: var(--muted); }
.card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.price { font-family: var(--serif); font-size: 19px; color: var(--plum); }
.price small { font-size: 12px; font-family: var(--sans); color: var(--muted); margin-left: 6px; }
.price small.from { margin: 0 6px 0 0; font-size: 11px; letter-spacing: 0.08em; text-transform: lowercase; }
.add {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--plum);
  padding: 8px 14px; border: 1px solid var(--line-strong); border-radius: 999px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.add:hover { background: var(--plum); color: var(--ivory); border-color: var(--plum); }
.card-custom {
  grid-column: span 1; background: var(--plum); color: var(--ivory); border-radius: 4px; padding: 32px 28px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 24px; min-height: 100%;
}
.card-custom h3 { color: var(--ivory); font-size: 30px; font-weight: 400; }
.card-custom p { color: rgba(255, 255, 255, 0.7); font-size: 14px; }
.card-custom .btn-text { color: var(--ivory); border-color: rgba(255, 255, 255, 0.4); align-self: flex-start; }
.card-custom .btn-text:hover { border-color: var(--ivory); }
.empty { grid-column: 1 / -1; padding: 60px 0; text-align: center; color: var(--muted); }

/* Kits */
.kits { background: var(--paper); padding-block: var(--section); }
.kits-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.kits-figure { border-radius: 4px; overflow: hidden; aspect-ratio: 4 / 3.4; }
.kits-figure img { width: 100%; height: 100%; object-fit: cover; }
.kits-copy p { color: var(--muted); margin-top: 22px; max-width: 46ch; }
.kit-list { margin: 36px 0 34px; border-top: 1px solid var(--line-strong); }
.kit-list li { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line-strong); }
.kit-list .kit-name { font-family: var(--serif); font-size: 22px; color: var(--plum); }
.kit-list .kit-desc { font-size: 12.5px; color: var(--muted); display: block; margin-top: 2px; }

/* Clube */
.club { background: var(--plum); color: var(--ivory); padding-block: var(--section); position: relative; overflow: hidden; }
.club::before {
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(169, 155, 193, 0.22), transparent 62%); pointer-events: none;
}
.club h2 { color: var(--ivory); max-width: 22ch; }
.club-head { position: relative; }
.club-head .lead { margin-top: 24px; }
.club-controls { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; margin: 52px 0 28px; position: relative; }
.seg { display: inline-flex; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; padding: 4px; }
.seg button {
  padding: 9px 18px; border-radius: 999px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  color: rgba(255, 255, 255, 0.7); transition: background 0.3s, color 0.3s;
}
.seg button.is-active { background: var(--ivory); color: var(--plum); }
.seg button em { font-style: normal; opacity: 0.6; margin-left: 6px; letter-spacing: 0; text-transform: none; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.plan {
  border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 6px; padding: 34px 30px;
  display: flex; flex-direction: column; gap: 22px; transition: border-color 0.3s, background 0.3s;
}
.plan:hover { border-color: rgba(255, 255, 255, 0.5); }
.plan.is-highlight { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.45); }
.plan-top { display: flex; justify-content: space-between; align-items: baseline; }
.plan h3 { color: var(--ivory); font-size: 32px; font-weight: 400; }
.plan .tagline { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lavender); }
.plan .plan-price { font-family: var(--serif); font-size: 40px; line-height: 1; }
.plan .plan-price small { font-family: var(--sans); font-size: 12px; opacity: 0.65; margin-left: 6px; }
.plan .plan-sub { font-size: 12.5px; color: rgba(255, 255, 255, 0.6); margin-top: 6px; min-height: 1.2em; }
.plan ul { display: flex; flex-direction: column; gap: 8px; border-top: 1px solid rgba(255, 255, 255, 0.16); padding-top: 20px; }
.plan li { font-size: 14px; color: rgba(255, 255, 255, 0.85); display: flex; gap: 12px; }
.plan li::before { content: "—"; opacity: 0.45; }
.plan .btn { margin-top: auto; }
.plan .badge { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--plum); background: var(--lavender-soft); padding: 5px 10px; border-radius: 999px; }
.club-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; border-top: 1px solid rgba(255, 255, 255, 0.16); padding-top: 28px; position: relative; }
.club-steps li { font-size: 13.5px; color: rgba(255, 255, 255, 0.72); display: flex; flex-direction: column; gap: 10px; }
.club-steps span { font-size: 11px; letter-spacing: 0.2em; color: var(--lavender); }

/* Guia */
.guide { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.aroma-list { border-top: 1px solid var(--line-strong); }
.aroma { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line-strong); }
.aroma h3 { font-size: 28px; font-weight: 400; }
.aroma p { color: var(--muted); font-size: 14px; margin-top: 4px; max-width: 46ch; }
.aroma button { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--plum); white-space: nowrap; display: inline-flex; gap: 8px; transition: gap 0.3s var(--ease); }
.aroma button:hover { gap: 12px; }
.guide-figure { position: sticky; top: 110px; border-radius: 4px; overflow: hidden; aspect-ratio: 4 / 4.4; }
.guide-figure img { width: 100%; height: 100%; object-fit: cover; }

/* Atendimento */
.care { background: var(--ivory); padding-block: var(--section); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.care-steps li { padding: 30px 26px 34px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--muted); }
.care-steps li:first-child { border-left: 0; padding-left: 0; }
.care-steps span { font-size: 11px; letter-spacing: 0.2em; color: var(--mauve); font-weight: 500; }
.care-steps strong { font-family: var(--serif); font-size: 22px; color: var(--plum); font-weight: 500; }
.care-cta { display: flex; align-items: center; gap: 32px; margin-top: 44px; flex-wrap: wrap; }
.care-note { font-size: 13px; color: var(--muted); }

/* Sobre */
.about { display: grid; grid-template-columns: 0.8fr 1fr; gap: clamp(32px, 7vw, 120px); align-items: center; }
.about-figure { border-radius: 999px 999px 4px 4px; overflow: hidden; aspect-ratio: 3 / 4; }
.about-figure img { width: 100%; height: 100%; object-fit: cover; }
.about-copy p { color: var(--muted); margin-top: 20px; max-width: 50ch; font-size: 15.5px; }
.about-copy blockquote { margin: 34px 0 0; font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--plum); }

/* Footer */
.footer { background: var(--plum-deep); color: rgba(255, 255, 255, 0.7); padding-top: 72px; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.footer-brand .brand-name { color: var(--ivory); font-size: 30px; }
.footer-brand p { margin-top: 12px; max-width: 30ch; font-family: var(--serif); font-style: italic; font-size: 18px; color: rgba(255, 255, 255, 0.6); }
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.footer-col h3 { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lavender); font-weight: 500; margin-bottom: 8px; }
.footer-col a:hover { color: var(--ivory); }
.footer-legal { display: flex; justify-content: space-between; gap: 24px; padding: 26px 0 34px; font-size: 12px; color: rgba(255, 255, 255, 0.45); flex-wrap: wrap; }

/* WhatsApp flutuante */
.float-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 50;
  display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px; border-radius: 999px;
  background: var(--plum); color: var(--ivory); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  box-shadow: 0 14px 34px rgba(42, 31, 50, 0.28); transition: transform 0.35s var(--ease), background 0.25s;
}
.float-wa:hover { transform: translateY(-2px); background: var(--plum-deep); }
.float-wa svg { width: 20px; height: 20px; fill: currentColor; }

/* Sacola */
.overlay { position: fixed; inset: 0; z-index: 90; background: rgba(42, 31, 50, 0.42); backdrop-filter: blur(2px); }
.overlay[hidden] { display: none; }
.cart {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 95; width: min(460px, 100%);
  background: var(--cream); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.45s var(--ease);
  box-shadow: -20px 0 60px rgba(42, 31, 50, 0.18);
}
.cart.is-open { transform: none; }
.cart[hidden] { display: flex; }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding: 26px 28px; border-bottom: 1px solid var(--line); }
.cart-head h2 { font-size: 28px; }
.icon-close { font-size: 30px; line-height: 1; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--plum); transition: background 0.25s; font-weight: 300; }
.icon-close:hover { background: var(--paper); }
.cart-body { flex: 1; overflow: auto; padding: 8px 28px; }
.cart-empty { padding: 60px 0; text-align: center; color: var(--muted); display: flex; flex-direction: column; gap: 18px; align-items: center; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item img { width: 76px; height: 76px; object-fit: contain; background: var(--paper); border-radius: 4px; mix-blend-mode: multiply; padding: 4px; }
.cart-item .ci-name { font-family: var(--serif); font-size: 19px; color: var(--plum); line-height: 1.15; }
.cart-item .ci-aroma { font-size: 12px; color: var(--muted); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 999px; margin-top: 10px; }
.qty button { width: 30px; height: 28px; font-size: 16px; color: var(--plum); }
.qty output { min-width: 22px; text-align: center; font-size: 13px; }
.ci-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.ci-remove { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.ci-remove:hover { color: var(--plum); }
.cart-foot { padding: 22px 28px 28px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; background: var(--cream); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; }
.cart-total span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.cart-total strong { font-family: var(--serif); font-size: 28px; color: var(--plum); font-weight: 500; }
.cart-note { font-size: 12px; color: var(--muted); }
.cart-foot .btn { width: 100%; }
.cart-gift { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink); }
.cart-gift input { accent-color: var(--plum); width: 16px; height: 16px; }
.ship { display: flex; flex-direction: column; gap: 10px; padding: 12px 0 4px; border-top: 1px solid var(--line); }
.ship-row { display: flex; gap: 10px; align-items: center; }
.ship-cep { flex: 1; }
.ship-cep input { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line-strong); background: transparent; font-weight: 300; color: var(--ink); outline: none; letter-spacing: 0.04em; }
.ship-cep input:focus { border-color: var(--plum); }
.ship-msg { font-size: 12.5px; color: var(--muted); }
.ship-options { display: flex; flex-direction: column; gap: 6px; }
.ship-opt { display: grid; grid-template-columns: auto 1fr auto auto; gap: 10px; align-items: center; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 13px; cursor: pointer; }
.ship-opt.is-on { border-color: var(--plum); background: var(--paper); }
.ship-opt input { accent-color: var(--plum); }
.ship-name { color: var(--plum); font-weight: 400; }
.ship-days { font-size: 11.5px; color: var(--muted); white-space: nowrap; }
.ship-price { font-family: var(--serif); font-size: 17px; color: var(--plum); }
.cart-total-ship strong { font-size: 20px; }
.checkout { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; padding-top: 6px; }
.checkout-title { grid-column: 1 / -1; font-family: var(--serif); font-size: 20px; color: var(--plum); margin-bottom: 2px; }
.ck-field { display: flex; flex-direction: column; gap: 3px; }
.ck-field span { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.ck-field input { padding: 9px 0; border: 0; border-bottom: 1px solid var(--line-strong); background: transparent; font-weight: 300; color: var(--ink); outline: none; font-size: 14px; }
.ck-field input:focus { border-color: var(--plum); }
.ck-nome, .ck-email, .ck-rua, .ck-observacao, .ck-error, .checkout .btn, .checkout .cart-note, .checkout .btn-text { grid-column: 1 / -1; }
.ck-uf input { text-transform: uppercase; }
.checkout .btn-text { justify-self: start; }

/* Modal produto */
.modal { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; padding: 24px; overflow: auto; }
.modal[hidden] { display: none; }
.modal-card {
  width: min(1040px, 100%); background: var(--cream); border-radius: 6px; overflow: hidden;
  display: grid; grid-template-columns: 1.05fr 1fr; animation: rise 0.5s var(--ease);
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.modal-media { background: var(--paper); position: relative; display: flex; flex-direction: column; }
.modal-main { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; }
.modal-main img { width: 100%; height: 100%; object-fit: contain; padding: 6%; mix-blend-mode: multiply; }
.modal-main img.cover { object-fit: cover; padding: 0; mix-blend-mode: normal; }
.modal-thumbs { display: flex; gap: 8px; padding: 0 16px 16px; }
.modal-thumbs button { width: 60px; height: 60px; border-radius: 4px; overflow: hidden; border: 1px solid transparent; background: var(--ivory); }
.modal-thumbs button.is-active { border-color: var(--plum); }
.modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-info { padding: 44px 44px 40px; display: flex; flex-direction: column; gap: 18px; position: relative; }
.modal-info .icon-close { position: absolute; right: 16px; top: 14px; }
.modal-info h2 { font-size: 38px; max-width: none; }
.modal-info .aroma-line { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mauve); font-weight: 500; }
.modal-info .price { font-size: 28px; }
.modal-info .desc { color: var(--muted); font-size: 15px; }
.uses { display: flex; flex-wrap: wrap; gap: 8px; }
.uses li { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--plum); border: 1px solid var(--line-strong); padding: 6px 12px; border-radius: 999px; }
.modal-meta { font-size: 12.5px; color: var(--muted); display: flex; gap: 18px; flex-wrap: wrap; }
.modal-meta .sku { letter-spacing: 0.12em; text-transform: uppercase; font-size: 11px; }
.modal-actions { display: flex; align-items: center; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.modal-actions .qty { margin: 0; }
.modal-actions .btn { flex: 1; }
.modal-wa { font-size: 12px; color: var(--muted); }
.modal-wa a { color: var(--plum); border-bottom: 1px solid var(--line-strong); }

/* Toast */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 100;
  background: var(--plum); color: var(--ivory); padding: 14px 20px; border-radius: 999px; font-size: 13px;
  display: flex; align-items: center; gap: 18px; box-shadow: 0 14px 34px rgba(42, 31, 50, 0.28);
  animation: rise 0.4s var(--ease);
}
.toast[hidden] { display: none; }
.toast button { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--lavender-soft); border-bottom: 1px solid rgba(255, 255, 255, 0.35); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
body.no-scroll { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Responsivo */
@media (max-width: 1100px) {
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .nav { gap: 24px; }
}
@media (max-width: 920px) {
  .nav, .link-wa { display: none; }
  .burger { display: flex; }
  .header-inner { grid-template-columns: 1fr auto; height: 84px; }
  .mono { width: 54px; height: 54px; }
  .brand-name { font-size: 26px; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-figure { order: -1; }
  .arch { aspect-ratio: 4 / 3.6; border-radius: 200px 200px 16px 16px; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .values > div { padding: 20px 18px; }
  .values > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .values > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intent-grid { grid-template-columns: repeat(2, 1fr); }
  .intent:nth-child(odd) { border-left: 0; }
  .intent { min-height: 220px; padding: 26px 20px 28px; }
  .section-head.split { flex-direction: column; align-items: flex-start; gap: 14px; }
  .toolbar { flex-direction: column; align-items: stretch; gap: 16px; }
  .search input { width: 100%; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kits-inner, .guide, .about { grid-template-columns: 1fr; }
  .guide-figure { position: static; aspect-ratio: 4 / 3; }
  .about-figure { aspect-ratio: 4 / 3.4; border-radius: 200px 200px 4px 4px; }
  .plans { grid-template-columns: 1fr; }
  .club-steps, .care-steps { grid-template-columns: repeat(2, 1fr); }
  .care-steps li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .modal-card { grid-template-columns: 1fr; }
  .modal-main { aspect-ratio: 4 / 3; }
  .modal-info { padding: 28px 24px 30px; }
  .modal-info h2 { font-size: 32px; }
  .float-wa span { display: none; }
  .float-wa { padding: 14px; }
}
@media (max-width: 560px) {
  body { font-size: 14.5px; }
  .strip { font-size: 9.5px; gap: 12px; }
  .brand-tag { display: none; }
  .cart-btn span:first-child { display: none; }
  .cart-btn { padding: 8px 10px; gap: 0; }
  .page-marca .cart-btn { display: none; }
  .brand-tag { display: none; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .card { min-width: 0; }
  .card-foot { flex-direction: column; align-items: stretch; gap: 8px; }
  .card-foot .add { text-align: center; padding: 11px 12px; font-size: 11px; }
  .card-name { font-size: 18px; }
  .card-name { font-size: 19px; }
  .kit-list li { grid-template-columns: 1fr auto; }
  .kit-list li .add { grid-column: 1 / -1; justify-self: start; }
  .club-steps, .care-steps { grid-template-columns: 1fr; }
  .care-steps li { border-left: 0; padding-left: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .modal { padding: 0; align-items: end; }
  .modal-card { border-radius: 12px 12px 0 0; max-height: 100vh; overflow: auto; }
}

/* ===== Página: A marca ===== */
.nav a[aria-current="page"]::after { transform: scaleX(1); }
.about-link { margin-top: 30px; }
.brand-hero { padding: clamp(56px, 8vw, 120px) 0 clamp(48px, 6vw, 80px); text-align: center; }
.brand-hero-inner { max-width: 820px; display: flex; flex-direction: column; align-items: center; }
.mono-large { width: clamp(120px, 14vw, 180px); height: auto; overflow: visible; margin-bottom: 10px; }
.brand-wordmark { font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); color: var(--plum); font-weight: 500; letter-spacing: 0.02em; line-height: 1; }
.brand-motto { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 1.8vw, 24px); color: var(--mauve); margin-top: 8px; letter-spacing: 0.04em; }
.brand-hero h1 { margin-top: clamp(40px, 5vw, 64px); font-size: clamp(40px, 5.4vw, 74px); max-width: 16ch; }
.brand-hero .lead { margin-top: 26px; max-width: 58ch; font-size: clamp(16px, 1.35vw, 20px); }
.manifesto { padding-block: var(--section); border-top: 1px solid var(--line); }
.manifesto-inner { display: grid; grid-template-columns: 0.72fr 1fr; gap: clamp(32px, 7vw, 120px); align-items: center; }
.manifesto-figure { border-radius: 999px 999px 4px 4px; overflow: hidden; aspect-ratio: 3 / 4.2; }
.manifesto-figure img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-p { font-family: var(--serif); font-size: clamp(21px, 1.9vw, 27px); line-height: 1.45; color: var(--ink); max-width: 30ch; }
.manifesto-p + .manifesto-p { margin-top: 26px; }
.manifesto-quote { margin: 40px 0 0; padding-left: 24px; border-left: 1px solid var(--line-strong); font-family: var(--serif); font-style: italic; font-size: clamp(24px, 2.2vw, 32px); color: var(--plum); max-width: 24ch; line-height: 1.3; }
.beliefs { background: var(--paper); padding-block: var(--section); }
.belief-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); }
.belief { padding: 36px 28px 44px; border-left: 1px solid var(--line-strong); display: flex; flex-direction: column; gap: 14px; }
.belief:first-child { border-left: 0; padding-left: 0; }
.belief .num { font-size: 11px; letter-spacing: 0.2em; color: var(--mauve); font-weight: 500; }
.belief h3 { font-size: clamp(24px, 2vw, 30px); font-weight: 400; max-width: 14ch; }
.belief p { color: var(--muted); font-size: 14.5px; max-width: 30ch; }
.full-bleed { position: relative; min-height: clamp(420px, 70vh, 720px); overflow: hidden; display: grid; place-items: end start; }
.full-bleed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.full-bleed::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,31,50,0) 30%, rgba(42,31,50,0.72) 100%); }
.full-bleed-quote { position: relative; z-index: 1; padding: clamp(40px, 6vw, 96px) var(--gutter); max-width: 900px; }
.full-bleed-quote p:last-child { font-family: var(--serif); font-size: clamp(30px, 3.6vw, 52px); line-height: 1.12; color: var(--ivory); max-width: 22ch; }
.craft { padding-block: var(--section); }
.craft-inner { display: grid; grid-template-columns: 1fr 0.7fr; gap: clamp(32px, 7vw, 120px); align-items: center; }
.craft-steps { margin-top: 44px; border-top: 1px solid var(--line-strong); }
.craft-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 0 20px; padding: 24px 0; border-bottom: 1px solid var(--line-strong); color: var(--muted); font-size: 15px; }
.craft-steps li p { margin: 0; max-width: 52ch; }
.craft-steps span { font-size: 11px; letter-spacing: 0.2em; color: var(--mauve); font-weight: 500; padding-top: 6px; }
.craft-steps strong { display: block; font-family: var(--serif); font-size: 24px; color: var(--plum); font-weight: 500; margin-bottom: 4px; }
.craft-figure { border-radius: 4px; overflow: hidden; aspect-ratio: 3 / 4; }
.craft-figure img { width: 100%; height: 100%; object-fit: cover; }
.invite { background: var(--plum); color: var(--ivory); padding-block: var(--section); text-align: center; }
.invite-inner { display: flex; flex-direction: column; align-items: center; }
.invite h2 { color: var(--ivory); max-width: 20ch; }
.invite-actions { display: flex; gap: 34px; align-items: center; flex-wrap: wrap; justify-content: center; margin-top: 40px; }
.btn-text-light { color: var(--ivory); border-color: rgba(255,255,255,0.4); }
.btn-text-light:hover { border-color: var(--ivory); }

/* ===== Mobile: vendas primeiro ===== */
.mini-cart {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 55;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 18px; border-radius: 14px; background: var(--plum); color: var(--ivory);
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  box-shadow: 0 14px 34px rgba(42, 31, 50, 0.32);
}
.mini-cart strong { font-family: var(--serif); font-size: 20px; letter-spacing: 0; text-transform: none; font-weight: 500; }
@media (max-width: 920px) {
  .manifesto-inner, .craft-inner { grid-template-columns: 1fr; }
  .manifesto-figure { aspect-ratio: 4 / 3.4; border-radius: 200px 200px 4px 4px; }
  .belief-grid { grid-template-columns: 1fr 1fr; }
  .belief:nth-child(odd) { border-left: 0; padding-left: 0; }
  .belief:nth-child(-n+2) { border-bottom: 1px solid var(--line-strong); }
  .belief { padding: 26px 20px 30px; }
  .craft-figure { order: -1; aspect-ratio: 4 / 3; }
  .full-bleed { min-height: clamp(360px, 60vh, 560px); }
  /* ordem das seções no celular: vitrine logo após o hero */
  main { display: flex; flex-direction: column; }
  .hero { order: 0; } .values { order: 1; } .products { order: 2; } .kits { order: 3; }
  .club { order: 4; } .intents { order: 5; } .guide { order: 6; } .care { order: 7; } .about { order: 8; }
  .hero { padding-bottom: 32px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 16px; margin-top: 28px; }
  .hero-actions .btn { width: 100%; padding: 18px 24px; }
  .hero-actions .btn-text { align-self: center; }
  .values { display: none; }
  .products { padding-top: 56px; }
  .mini-cart:not([hidden]) { display: flex; }
  body.has-mini-cart { padding-bottom: 88px; }
  .float-wa { bottom: 84px; }
  .toast { bottom: 150px; max-width: calc(100% - 24px); text-align: left; }
  .card .add { padding: 10px 14px; }
}
@media (max-width: 560px) {
  .belief-grid { grid-template-columns: 1fr; }
  .belief { border-left: 0; padding-left: 0; border-bottom: 1px solid var(--line-strong); }
  .craft-steps li { grid-template-columns: 40px 1fr; gap: 0 14px; }
  .arch { aspect-ratio: 4 / 3.2; border-radius: 160px 160px 12px 12px; }
  .cart-foot .btn { padding: 18px 20px; }
}
