:root {
  --ink: #251b24;
  --muted: #766b74;
  --plum: #4c233f;
  --berry: #9f3f77;
  --berry-dark: #80315f;
  --pink: #efafd0;
  --lavender: #e5d7f4;
  --soft: #fbf8fc;
  --white: #ffffff;
  --line: #eadfe7;
  --green: #20a866;
  --shadow: 0 18px 50px rgba(76, 35, 63, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.announcement {
  min-height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, var(--plum), var(--berry), #c05b91);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.announcement__track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 52px);
  width: max-content;
  padding: 8px 20px;
}
.announcement__track span:nth-child(even) { color: #f9d8e8; font-size: 0.55rem; }

.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, 0.98); }
.header-main {
  min-height: 98px;
  display: grid;
  grid-template-columns: 200px minmax(260px, 1fr) 150px;
  align-items: center;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; width: fit-content; border-radius: 50%; }
.brand__logo {
  width: 78px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 7px 22px rgba(159, 63, 119, .18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.brand:hover .brand__logo { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(159, 63, 119, .26); }
.header-search {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid #cfcfcb;
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.header-search:focus-within { border-color: var(--berry); box-shadow: 0 0 0 3px rgba(159, 63, 119, 0.1); }
.header-search svg { width: 20px; fill: none; stroke: var(--berry); stroke-width: 1.8; }
.header-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 0.9rem; }
.header-search input::placeholder { color: #a697a2; }
.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--berry-dark);
  font-size: 0.86rem;
  font-weight: 700;
}
.header-contact svg, .floating-whatsapp svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.header-contact svg { width: 24px; }
.menu-toggle { display: none; }
.main-nav { border-block: 1px solid #f0e8ee; }
.main-nav .page-shell { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 42px); }
.main-nav a, .main-nav button {
  position: relative;
  border: 0;
  padding: 14px 0;
  color: #4e424b;
  background: none;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.main-nav a::after, .main-nav button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--berry);
  transition: transform 180ms ease;
}
.main-nav a:hover::after, .main-nav button:hover::after, .main-nav .is-active::after { transform: scaleX(1); }
.main-nav .is-active { color: var(--berry); }

.hero {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e9c8ca;
  background: radial-gradient(circle at 8% 18%, rgba(255,255,255,.86) 0 2px, transparent 3px),
    linear-gradient(115deg, #f8eee6 0%, #f3dfd9 52%, #e9c8ca 100%);
}
.hero::before {
  content: "LUNAVIE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(121, 66, 79, .10);
  pointer-events: none;
  white-space: nowrap;
}
.hero__content { position: relative; display: grid; place-items: center; min-height: 620px; padding-block: 80px; }
.hero__copy { position: relative; z-index: 2; width: min(100%, 980px); text-align: center; }
.eyebrow { margin: 0 0 14px; color: var(--berry-dark); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.21em; }
.hero h1 {
  max-width: none;
  margin: 0;
  color: #3e201f;
  font-family: var(--serif);
  font-size: clamp(4.3rem, 9.2vw, 8.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.82;
}
.hero h1 em { color: #a84e70; font-weight: 500; }
.hero__text { max-width: 720px; margin: 34px auto 0; color: #6e5653; font-size: 1.08rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 13px 22px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--berry); box-shadow: 0 12px 26px rgba(159, 63, 119, 0.24); }
.button--primary:hover { background: var(--berry-dark); }
.button--ghost { border-color: rgba(76, 35, 63, 0.35); color: var(--plum); background: rgba(255,255,255,.38); }
.button--ghost:hover { background: white; }
.button--light { color: var(--berry-dark); background: white; box-shadow: 0 12px 28px rgba(64, 25, 51, .18); }
.button--whatsapp { width: 100%; margin-top: 24px; color: white; background: var(--green); }

.benefits { position: relative; z-index: 3; background: white; border-bottom: 1px solid var(--line); }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefits article { min-height: 108px; display: flex; align-items: center; gap: 16px; padding: 24px 30px; }
.benefits article + article { border-left: 1px solid var(--line); }
.benefits__icon { display: grid; place-items: center; min-width: 44px; aspect-ratio: 1; border-radius: 50%; color: var(--berry); background: #fae8f1; font-family: var(--serif); font-weight: 700; }
.benefits article div { display: flex; flex-direction: column; }
.benefits strong { font-size: .88rem; letter-spacing: .03em; text-transform: uppercase; }
.benefits article span:last-child { margin-top: 4px; color: var(--muted); font-size: .82rem; }

.section { padding-block: 92px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); }
.section-heading--center { max-width: 650px; margin: 0 auto 42px; text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 315px; gap: 14px; }
.category-card {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: white;
  background: #d9c5d7;
  text-align: left;
}
.category-card--wide { grid-column: span 2; }
.category-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform 450ms ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,15,25,.02) 25%, rgba(29,15,25,.76) 100%); }
.category-card__copy { position: absolute; right: 22px; bottom: 22px; left: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.category-card__copy small { margin-bottom: 4px; color: #f4c6dc; font-size: .65rem; font-weight: 900; letter-spacing: .2em; }
.category-card__copy strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; line-height: 1.08; }
.category-card__copy > span { margin-top: 9px; border-bottom: 1px solid rgba(255,255,255,.8); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.category-card--coming { background: linear-gradient(145deg, var(--plum), var(--berry) 55%, #d585b0); }
.category-card--coming::after { content: ""; position: absolute; width: 240px; aspect-ratio: 1; right: -70px; top: -85px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.category-card__logo { position: absolute; top: 24px; left: 20px; width: 128px; border-radius: 50%; opacity: .22; }

.catalog { background: var(--soft); }
.catalog__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.catalog__heading > p { max-width: 420px; margin: 0 0 6px; color: var(--muted); text-align: right; }
.catalog-tools { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 36px 0 28px; border-bottom: 1px solid var(--line); }
.filter-pills { display: flex; flex-wrap: wrap; gap: 2px; }
.filter-pills button {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 12px 15px;
  cursor: pointer;
  color: var(--muted);
  background: transparent;
  font-size: .76rem;
  font-weight: 800;
}
.filter-pills button:hover, .filter-pills button.is-active { border-bottom-color: var(--berry); color: var(--berry); }
.result-count { flex: 0 0 auto; margin: 0 0 12px; color: var(--muted); font-size: .78rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 16px; }
.product-card { min-width: 0; }
.product-card__image {
  position: relative;
  aspect-ratio: .74;
  overflow: hidden;
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  background: #eee7ec;
}
.product-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform 420ms ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__tag { position: absolute; top: 12px; left: 12px; padding: 6px 9px; color: var(--berry-dark); background: rgba(255,255,255,.92); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card__quick { position: absolute; right: 10px; bottom: 10px; left: 10px; transform: translateY(calc(100% + 12px)); padding: 11px; color: white; background: rgba(76,35,63,.91); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: transform 220ms ease; }
.product-card:hover .product-card__quick, .product-card__image:focus-visible .product-card__quick { transform: translateY(0); }
.product-card__copy { padding: 14px 2px 0; }
.product-card__category { color: var(--berry); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { min-height: 48px; margin: 6px 0 4px; font-family: var(--serif); font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
.product-card__availability { color: var(--muted); font-size: .78rem; }
.product-card__whatsapp { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; border-bottom: 1px solid var(--berry); padding-bottom: 2px; color: var(--berry-dark); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.product-card__whatsapp::after { content: "→"; font-size: 1rem; line-height: .8; }
.empty-state { max-width: 570px; margin: 40px auto 0; padding: 52px 25px; border: 1px solid var(--line); background: white; text-align: center; }
.empty-state > span { display: inline-grid; place-items: center; width: 62px; aspect-ratio: 1; border-radius: 50%; color: white; background: var(--berry); font-family: var(--serif); font-style: italic; }
.empty-state h3 { margin: 18px 0 6px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.empty-state p { margin: 0 auto 22px; color: var(--muted); }

.contact-banner { overflow: hidden; color: white; background: linear-gradient(115deg, var(--plum), var(--berry) 64%, #ce74a5); }
.contact-banner__inner { position: relative; min-height: 255px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 46px; }
.contact-banner__inner::after { content: "LV"; position: absolute; right: 22%; bottom: -78px; font-family: var(--serif); font-size: 15rem; font-style: italic; font-weight: 700; color: rgba(255,255,255,.06); }
.contact-banner .eyebrow { color: var(--pink); }
.contact-banner h2 { position: relative; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; }
.contact-banner p:last-child { position: relative; max-width: 650px; margin: 12px 0 0; color: #f0dce8; }
.contact-banner .button { position: relative; z-index: 2; flex: 0 0 auto; }

.site-footer { padding: 65px 0 22px; color: #d4c5d0; background: #21181f; }
.site-footer__grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 55px; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer__grid strong { color: white; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__grid a, .site-footer__grid button, .site-footer__grid p { margin: 0; color: #b9abb5; font-size: .82rem; line-height: 1.7; }
.site-footer__grid button { border: 0; padding: 0; cursor: pointer; background: none; }
.site-footer__grid a:hover, .site-footer__grid button:hover { color: var(--pink); }
.footer-brand__logo { width: 116px; margin-bottom: 8px; border-radius: 50%; }
.footer-brand p { max-width: 280px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; border-top: 1px solid #333333; padding-top: 20px; color: #8e808a; font-size: .72rem; }
.floating-whatsapp {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 4px solid white;
  border-radius: 50%;
  color: white;
  background: var(--green);
  box-shadow: 0 12px 30px rgba(16, 99, 57, .3);
  transition: transform 180ms ease;
}
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 29px; }

.product-dialog { width: min(920px, calc(100% - 30px)); max-height: min(760px, calc(100vh - 30px)); border: 0; padding: 0; color: var(--ink); background: white; box-shadow: 0 26px 100px rgba(32,15,28,.32); }
.product-dialog::backdrop { background: rgba(32,15,28,.65); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; aspect-ratio: 1; border: 0; border-radius: 50%; cursor: pointer; color: var(--ink); background: rgba(255,255,255,.9); font-size: 1.8rem; line-height: 1; }
.product-dialog__layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }
.product-dialog__image { min-height: 590px; overflow: hidden; background: #eee7ec; }
.product-dialog__gallery { min-width: 0; }
.dialog-photo-caption { margin: 0; padding: 10px 12px 0; font-size: 13px; color: var(--muted); }
.product-dialog__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.dialog-thumbnails { display: flex; gap: 8px; overflow-x: auto; padding: 12px; background: var(--soft); }
.dialog-thumbnails[hidden] { display: none; }
.dialog-thumbnails button { flex: 0 0 58px; height: 76px; padding: 2px; border: 2px solid transparent; background: white; cursor: pointer; }
.dialog-thumbnails button[aria-pressed="true"] { border-color: var(--berry); }
.dialog-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-dialog__copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.product-dialog__copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.02; }
.product-dialog__copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); line-height: 1.7; }
.dialog-note { display: flex; flex-direction: column; gap: 4px; margin-top: 25px; border-block: 1px solid var(--line); padding-block: 18px; }
.dialog-note strong { font-size: .86rem; }
.dialog-note span { color: var(--muted); font-size: .78rem; }

@media (max-width: 1020px) {
  .header-main { grid-template-columns: 220px 1fr 40px; gap: 18px; }
  .header-contact { display: none; }
  .menu-toggle { width: 38px; height: 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; cursor: pointer; background: transparent; }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; background: var(--plum); transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 12px 0 20px; background: white; box-shadow: 0 20px 30px rgba(0,0,0,.12); }
  .main-nav.is-open { display: block; }
  .main-nav .page-shell { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a, .main-nav button { padding: 12px 2px; text-align: left; }
  .main-nav a::after, .main-nav button::after { display: none; }
  .hero__content { min-height: 590px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .page-shell { width: min(100% - 28px, 620px); }
  .announcement { font-size: .62rem; }
  .announcement__track span:nth-of-type(3), .announcement__track span:nth-of-type(4), .announcement__track span:nth-of-type(5) { display: none; }
  .header-main { min-height: 84px; grid-template-columns: 1fr 42px; gap: 12px; padding-block: 10px; }
  .brand__logo { width: 68px; }
  .header-search { grid-column: 1 / -1; grid-row: 2; height: 42px; }
  .hero { min-height: 540px; }
  .hero::before { font-size: 32vw; }
  .hero__content { min-height: 540px; padding: 62px 0; }
  .hero__copy { text-align: center; }
  .hero h1 { font-size: clamp(3.6rem, 15vw, 5rem); }
  .hero__text { margin-inline: auto; font-size: 1rem; }
  .hero__actions { justify-content: center; }
  .benefits__grid { grid-template-columns: 1fr; padding-block: 8px; }
  .benefits article { min-height: 88px; padding: 16px 8px; }
  .benefits article + article { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding-block: 66px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 255px; gap: 9px; }
  .category-card--wide { grid-column: span 2; }
  .category-card__copy { right: 14px; bottom: 15px; left: 14px; }
  .category-card__copy strong { font-size: 1.35rem; }
  .catalog__heading { display: block; }
  .catalog__heading > p { margin-top: 15px; text-align: left; }
  .catalog-tools { display: block; overflow: hidden; }
  .filter-pills { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-pills::-webkit-scrollbar { display: none; }
  .filter-pills button { flex: 0 0 auto; }
  .result-count { margin: 8px 0 10px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 10px; }
  .product-card__quick { display: none; }
  .product-card h3 { min-height: 43px; font-size: 1.05rem; }
  .product-card__copy { padding-top: 11px; }
  .contact-banner__inner { display: block; text-align: center; }
  .contact-banner .button { margin-top: 26px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: span 2; }
  .site-footer__bottom { flex-direction: column; }
  .product-dialog { overflow-y: auto; }
  .product-dialog__layout { grid-template-columns: 1fr; }
  .product-dialog__image { min-height: 0; aspect-ratio: .92; }
  .product-dialog__copy { padding: 34px 24px 30px; }
}

@media (max-width: 430px) {
  .button { width: 100%; }
  .category-grid { grid-auto-rows: 220px; }
  .category-card--wide { height: 280px; }
  .category-card__copy strong { font-size: 1.18rem; }
  .product-card__tag { top: 7px; left: 7px; padding: 5px 7px; font-size: .55rem; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Lunavie — identidade rosa delicada da versão aprovada */
:root {
  --ink: #3f2934;
  --muted: #77616c;
  --plum: #8a4564;
  --berry: #d95c93;
  --berry-dark: #b93f77;
  --pink: #ed9fc1;
  --lavender: #f7dce8;
  --soft: #fff7fa;
  --white: #ffffff;
  --line: #f0cfdd;
  --shadow: 0 22px 60px rgba(185, 63, 119, .16);
  --serif: "Poppins", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body { background: #fff9fb; }
.announcement { color: #fff; background: var(--berry); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.announcement__track span:nth-child(even) { color: #fff1f7; font-size: .7rem; }
.site-header { background: rgba(255, 250, 252, .98); box-shadow: 0 10px 30px rgba(137, 65, 99, .08); }
.header-main { min-height: 108px; }
.brand__logo { width: 96px; box-shadow: 0 9px 24px rgba(145, 73, 103, .12); }
.footer-brand__logo { width: 132px; box-shadow: 0 9px 24px rgba(0,0,0,.10); }
.header-search { border-color: #edc6d7; background: #fff8fb; }
.header-contact { color: var(--berry-dark); }
.main-nav { border-color: #f2d8e3; background: #fffafc; }
.main-nav a, .main-nav button { color: #684f5b; font-weight: 700; letter-spacing: .04em; }

.hero {
  min-height: 650px;
  border-bottom: 1px solid #efc8d8;
  background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.96) 0 3px, transparent 4px), linear-gradient(115deg, #fff8fb 0%, #fbe6ef 46%, #f3cadb 100%);
}
.hero::before { content: "LUNAVIE"; top: 53%; left: 50%; color: transparent; font-size: clamp(7rem, 15vw, 14rem); letter-spacing: -.055em; -webkit-text-stroke: 1px rgba(217, 92, 147, .11); }
.hero__content { min-height: 650px; display: grid; place-items: center; padding-block: 56px; }
.hero__copy { width: min(100%, 760px); max-width: none; text-align: center; }
.eyebrow { color: var(--berry-dark); font-size: .7rem; font-weight: 700; letter-spacing: .23em; }
.hero h1 { max-width: 760px; color: #442a37; font-size: clamp(4rem, 7vw, 6.9rem); font-weight: 600; letter-spacing: -.06em; line-height: .9; }
.hero h1 em { color: var(--berry); font-weight: 600; font-style: italic; }
.hero__text { max-width: 620px; margin: 28px auto 0; color: #6f5964; font-size: 1rem; line-height: 1.75; }
.hero__delivery { display: inline-flex; align-items: center; gap: 8px; margin: 18px 0 0; color: var(--berry-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__delivery::before { content: "♥"; font-size: .72rem; }
.hero__actions { justify-content: center; margin-top: 28px; }
.button { border-radius: 2px; font-family: var(--sans); font-size: .72rem; letter-spacing: .11em; }
.button--primary { background: var(--berry); box-shadow: 0 14px 30px rgba(217, 92, 147, .28); }
.button--primary:hover { background: var(--berry-dark); }
.button--ghost { border-color: #e5afc6; color: var(--berry-dark); background: rgba(255,255,255,.7); }

.benefits { background: #fff7fa; border-bottom: 1px solid #f0d6e1; }
.benefits__icon { color: var(--berry-dark); background: #f7dce8; }
.section-heading h2, .catalog__heading h2, .contact-banner h2 { color: #442a37; font-family: var(--serif); font-weight: 600; }
.categories { background: #fffafc; }
.category-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: auto; gap: 22px; }
.category-card, .category-card--wide { grid-column: auto; overflow: visible; height: auto; color: var(--ink); background: transparent; text-align: center; }
.category-card img, .category-card--wide img { width: 100%; height: auto; aspect-ratio: 1; border: 3px solid #fff; border-radius: 50%; outline: 1px solid #edb8cf; object-fit: cover; object-position: center 22%; box-shadow: 0 12px 30px rgba(185, 63, 119, .14); }
.category-card__shade { display: none; }
.category-card__copy { position: static; display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 12px; color: var(--ink); text-align: center; }
.category-card__copy small, .category-card__copy > span { display: none; }
.category-card__copy strong { color: #5f4350; font-family: var(--sans); font-size: .82rem; font-weight: 700; line-height: 1.2; letter-spacing: .015em; text-transform: uppercase; }
.catalog { background: #fff5f9; }
.filter-pills button { border-color: #edc8d7; color: #715764; background: #fff; }
.filter-pills button.is-active { border-color: var(--berry); color: #fff; background: var(--berry); }
.product-card__tag { color: #fff; background: var(--berry); }
.product-card__category, .product-card__whatsapp { color: var(--berry-dark); }
.contact-banner { background: linear-gradient(120deg, #8a4564, #d95c93 58%, #ee9dc0); }
.site-footer { background: #382630; }

@media (max-width: 1020px) {
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .header-main { min-height: 92px; }
  .brand__logo { width: 82px; }
  .hero { min-height: auto; }
  .hero::before { top: 42%; left: 50%; font-size: 8rem; }
  .hero__content { min-height: auto; padding-block: 42px 54px; }
  .hero__copy { max-width: 100%; text-align: center; }
  .hero h1 { font-size: clamp(3.6rem, 15vw, 5.7rem); line-height: .88; }
  .hero__text { margin-inline: auto; }
  .hero__delivery { justify-content: center; }
  .hero__actions { justify-content: center; }
  .category-grid { display: flex; gap: 18px; overflow-x: auto; grid-auto-rows: auto; padding: 2px 4px 10px; margin-inline: -4px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .category-grid::-webkit-scrollbar { display: none; }
  .category-card, .category-card--wide { flex: 0 0 112px; width: 112px; height: auto; scroll-snap-align: start; }
  .category-card img, .category-card--wide img { width: 112px; height: 112px; }
  .category-card__copy { margin-top: 9px; }
  .category-card__copy strong { font-size: .72rem; }
}
