:root {
  --rose: #d9567f;
  --rose-dark: #8b2446;
  --rose-soft: #f7b8ca;
  --blush: #fff0f5;
  --cream: #fffaf6;
  --champagne: #f3c995;
  --lavender: #b891d8;
  --ink: #34202a;
  --muted: #7e6270;
  --line: rgba(139, 36, 70, .16);
  --shadow: 0 24px 70px rgba(139, 36, 70, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 214, 226, .95), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(243, 201, 149, .45), transparent 24%),
    linear-gradient(180deg, #fff8fb 0%, #fffaf6 48%, #fff2f7 100%);
}

body.modal-open {
  overflow: hidden;
}

body::selection {
  color: #fff;
  background: var(--rose);
}

a { color: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,.62);
  background:
    linear-gradient(90deg, rgba(255, 248, 251, .94), rgba(255, 240, 246, .86)),
    rgba(255, 248, 251, .82);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(139, 36, 70, .08);
}

.brand, .topbar nav, .hero-actions, .product-meta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: .02em;
}

.brand span {
  color: var(--rose-dark);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(217, 86, 127, .24);
}

.topbar nav { gap: 18px; font-size: 14px; color: var(--muted); }
.topbar nav a,
.topbar nav button {
  padding: 9px 11px;
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  text-decoration: none;
  font-weight: 800;
  font: inherit;
  cursor: pointer;
}

.topbar nav a:hover,
.topbar nav button:hover {
  color: var(--rose-dark);
  background: rgba(255, 240, 245, .78);
}

.nav-cta, .button, .look-card button, .product-card button, .catalog-tools button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 950;
  cursor: pointer;
}

.nav-cta, .button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose), #ef8aae);
  box-shadow: 0 16px 36px rgba(217, 86, 127, .28);
}

.nav-cta:hover,
.button.primary:hover,
.button.soft:hover,
.look-card button:hover,
.product-card button:hover {
  transform: translateY(-1px);
}

.button.soft {
  color: var(--rose-dark);
  border-color: rgba(217, 86, 127, .22);
  background: rgba(255, 255, 255, .72);
}

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 74px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .86fr);
  align-items: center;
  gap: clamp(26px, 6vw, 80px);
  padding: clamp(34px, 6vw, 84px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 8% 3% auto auto;
  width: min(360px, 42vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .88) 0 6%, transparent 7%),
    radial-gradient(circle, rgba(255, 211, 226, .46), transparent 65%);
  filter: blur(.2px);
  opacity: .85;
  z-index: -1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, .97) 0%, rgba(255, 246, 250, .78) 42%, rgba(255, 246, 250, .18) 78%),
    url("../assets/beauty-hero.png") center / cover no-repeat;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 76%, #fffaf6 100%);
  z-index: -1;
}

main {
  min-height: calc(100vh - 74px);
}

.hero-copy {
  max-width: 720px;
}

.hero-showcase {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.hero-logo-frame {
  display: grid;
  place-items: center;
  width: min(620px, 88vw);
  padding: clamp(10px, 2vw, 18px);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 240, 245, .56)),
    radial-gradient(circle at 50% 0%, rgba(243, 201, 149, .34), transparent 46%);
  box-shadow: 0 30px 80px rgba(139, 36, 70, .2);
}

.hero-logo {
  display: block;
  width: 100%;
  filter: drop-shadow(0 24px 46px rgba(139, 36, 70, .2));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brand-slogan {
  margin: -4px 0 14px;
  color: var(--rose);
  font-weight: 950;
  letter-spacing: .04em;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 88px);
  line-height: .94;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: #6d4d5d;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.hero-actions { gap: 12px; flex-wrap: wrap; }

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-highlights span {
  padding: 9px 12px;
  border: 1px solid rgba(217, 86, 127, .2);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .66);
  font-size: 13px;
  font-weight: 950;
}

.mood-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mood-preview button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(217, 86, 127, .18);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 32px rgba(139, 36, 70, .08);
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.mood-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.72), 0 7px 16px rgba(139, 36, 70, .14);
}

.mood-dot.natural { background: linear-gradient(135deg, #ffd7c8, #f59cb7); }
.mood-dot.coquette { background: linear-gradient(135deg, #ff8fb7, #f3c995); }
.mood-dot.glam { background: linear-gradient(135deg, #b891d8, #d9567f); }

.hero-note {
  display: grid;
  gap: 8px;
  width: min(100%, 420px);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 24px;
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-note strong { color: var(--rose-dark); font-size: 18px; }
.hero-note span { color: var(--muted); line-height: 1.45; }

.hero-mini-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  width: min(100%, 480px);
}

.hero-mini-board span {
  padding: 9px 12px;
  border: 1px solid rgba(217, 86, 127, .18);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 24px rgba(139, 36, 70, .08);
  font-size: 13px;
  font-weight: 950;
}

.beauty-strip, .brand-story, .look-band, .catalog, .quiz-shell {
  padding: clamp(44px, 6vw, 78px) clamp(18px, 5vw, 72px);
}

.beauty-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: clamp(24px, 4vw, 46px);
  padding-bottom: clamp(24px, 4vw, 46px);
  border-top: 1px solid rgba(217, 86, 127, .12);
  border-bottom: 1px solid rgba(217, 86, 127, .12);
  background:
    linear-gradient(90deg, rgba(255, 250, 246, .78), rgba(255, 240, 245, .72)),
    rgba(255, 255, 255, .7);
}

.modal-section {
  position: fixed;
  inset: clamp(12px, 3vw, 30px);
  z-index: 80;
  max-height: calc(100vh - clamp(24px, 6vw, 60px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, .9), transparent 22%),
    linear-gradient(135deg, rgba(255, 250, 246, .96), rgba(255, 240, 245, .96)),
    rgba(255, 255, 255, .96);
  box-shadow: 0 30px 90px rgba(52, 32, 42, .28);
}

.modal-section > * {
  position: relative;
}

.modal-section[hidden] {
  display: none;
}

.modal-section::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(52, 32, 42, .42);
  backdrop-filter: blur(10px);
}

.modal-close {
  position: sticky;
  top: 0;
  z-index: 3;
  justify-self: end;
  float: right;
  min-height: 38px;
  margin: -18px -12px 12px 12px;
  padding: 0 14px;
  border: 1px solid rgba(217, 86, 127, .24);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 28px rgba(139, 36, 70, .12);
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.modal-close:hover {
  background: #fff;
  transform: translateY(-1px);
}

.beauty-strip article {
  display: grid;
  gap: 9px;
  padding: 8px clamp(14px, 2vw, 24px);
  border-right: 1px solid rgba(217, 86, 127, .14);
}

.beauty-strip article:last-child {
  border-right: 0;
}

.beauty-strip span {
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 950;
}

.beauty-strip strong {
  color: var(--rose-dark);
  font-size: 16px;
  font-weight: 950;
}

.beauty-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.brand-story {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.brand-story-card {
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 34px);
  border: 1px solid rgba(217, 86, 127, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .94), transparent 34%),
    linear-gradient(135deg, rgba(255, 240, 245, .9), rgba(255, 250, 246, .8));
  box-shadow: var(--shadow);
}

.brand-story-card img {
  width: min(100%, 460px);
  filter: drop-shadow(0 18px 34px rgba(139, 36, 70, .16));
}

.brand-story-copy h2 {
  max-width: 720px;
}

.brand-story-copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.brand-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.brand-values span {
  padding: 9px 13px;
  border: 1px solid rgba(217, 86, 127, .18);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .68);
  font-weight: 950;
}

.section-head {
  max-width: 680px;
  margin-bottom: 26px;
}

.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.look-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.look-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 240, 245, .55));
}

.catalog {
  background:
    linear-gradient(180deg, rgba(255, 250, 246, .55), rgba(255, 255, 255, .24));
}

.look-card, .product-card, .quiz-panel, .result-card {
  border: 1px solid rgba(217, 86, 127, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .74);
  box-shadow: var(--shadow);
}

.look-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background:
    radial-gradient(circle at 90% 0%, rgba(243, 201, 149, .2), transparent 30%),
    rgba(255, 255, 255, .78);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.look-card:hover,
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 86, 127, .28);
  box-shadow: 0 30px 76px rgba(139, 36, 70, .18);
}

.look-card span, .product-card h3, .result-card h3 {
  color: var(--rose-dark);
  font-size: 21px;
  font-weight: 950;
}

.look-card p, .product-card p, .result-card p { color: var(--muted); line-height: 1.55; }
.look-card ul, .result-card ul { margin: 0; padding-left: 20px; color: #5c3c4d; line-height: 1.8; }
.look-card button, .product-card button, .catalog-tools button { color: var(--rose-dark); background: var(--blush); border-color: var(--line); }

.catalog-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: -6px 0 24px;
}

.catalog-search {
  display: grid;
  gap: 6px;
  flex: 1 1 280px;
  min-width: min(100%, 280px);
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 950;
}

.catalog-search input {
  min-height: 46px;
  border: 1px solid rgba(217, 86, 127, .2);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, .84);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
  font: inherit;
}

.catalog-tools button {
  min-height: 40px;
  padding: 0 15px;
  background: rgba(255, 255, 255, .72);
}

.catalog-tools button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--rose), #ef8aae);
  box-shadow: 0 12px 28px rgba(217, 86, 127, .18);
}

.catalog-empty {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px dashed rgba(217, 86, 127, .32);
  border-radius: 18px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .62);
  font-weight: 900;
}

.beauty-profile,
.beauty-tips {
  display: grid;
  gap: 5px;
  padding: 13px 15px;
  border: 1px solid rgba(217, 86, 127, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .66);
}

.beauty-profile strong,
.beauty-tips strong {
  color: var(--rose-dark);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.beauty-profile span,
.beauty-tips span {
  color: var(--muted);
  line-height: 1.45;
}

.price-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 86, 127, .2);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,240,245,.72));
}

.price-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.price-summary strong {
  color: var(--rose-dark);
  font-size: 24px;
}

.product-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 250px;
  padding: 22px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card[hidden] {
  display: none;
}

.product-card button {
  align-self: end;
  width: 100%;
  margin-top: 4px;
}

.product-swatch {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 35% 30%, #fff, transparent 28%),
    linear-gradient(135deg, #f7a1bd, #f3c995);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 16px 28px rgba(217, 86, 127, .2);
}

.product-card:nth-child(2n) .product-swatch { background: linear-gradient(135deg, #f6c2db, #cdb4f6); }
.product-card:nth-child(3n) .product-swatch { background: linear-gradient(135deg, #ffdfcc, #e85d86); }

.product-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  object-fit: cover;
  background: var(--blush);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 16px 28px rgba(217, 86, 127, .14);
}

.product-card.featured {
  border-color: rgba(217, 86, 127, .34);
  background:
    radial-gradient(circle at 92% 4%, rgba(243, 201, 149, .25), transparent 28%),
    rgba(255, 255, 255, .86);
}

.product-badges {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: calc(100% - 36px);
}

.badge {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 240, 245, .9);
  font-size: 12px;
  font-weight: 950;
}

.featured-badge {
  color: #fff;
  background: linear-gradient(135deg, var(--rose), #ef8aae);
}

.product-meta {
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.product-meta small { color: var(--muted); font-weight: 800; }
.product-meta strong { color: var(--rose); font-size: 20px; }

.stock-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.quiz-shell {
  display: grid;
  place-items: center;
  gap: 22px;
}

.modal-section.quiz-shell {
  align-items: center;
}

.quiz-panel, .result-card {
  padding: clamp(24px, 4vw, 38px);
}

.quiz-panel {
  width: min(680px, 100%);
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, .9), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(255, 240, 245, .72)),
    rgba(255, 255, 255, .74);
  border: 1px solid rgba(217, 86, 127, .16);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(139, 36, 70, .12);
}

.quiz-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: -8px 0 18px;
}

.quiz-progress span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid rgba(217, 86, 127, .18);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 950;
}

.quiz-progress span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-bottom: 3px;
  border-radius: 999px;
  background: var(--rose-soft);
  box-shadow: 0 0 0 4px rgba(247, 184, 202, .22);
}

.quiz {
  display: grid;
  gap: 16px;
}

.quiz label {
  display: grid;
  gap: 8px;
  color: var(--rose-dark);
  font-weight: 950;
}

.quiz select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(217, 86, 127, .22);
  border-radius: 16px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  box-shadow: 0 10px 26px rgba(139, 36, 70, .06);
}

.result-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .95), transparent 22%),
    linear-gradient(135deg, rgba(255, 240, 245, .95), rgba(255, 250, 246, .92)),
    radial-gradient(circle at 90% 12%, rgba(243, 201, 149, .5), transparent 28%);
  border-color: rgba(217, 86, 127, .24);
}

.result-modal {
  display: grid;
  place-items: center;
}

.result-card h2 {
  max-width: 620px;
  margin: 0;
  color: var(--rose-dark);
  font-size: clamp(30px, 4vw, 54px);
  line-height: .98;
}

.result-logo {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 26px;
  box-shadow: 0 16px 34px rgba(217, 86, 127, .2);
}

.result-kicker {
  color: var(--rose);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.result-card .price-summary,
.result-card .beauty-profile,
.result-card .beauty-tips {
  width: min(520px, 100%);
  text-align: left;
}

.result-card ul {
  display: grid;
  justify-items: center;
  padding: 0;
  list-style: none;
}

.result-card li {
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .72);
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(139, 36, 70, .07);
}

.button.whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 16px 30px rgba(18, 140, 126, .18);
}

.result-card small { color: var(--muted); line-height: 1.45; }

.order-form {
  display: grid;
  gap: 10px;
  width: min(560px, 100%);
  margin: 4px 0;
  text-align: left;
}

.order-form label {
  display: grid;
  gap: 6px;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 950;
}

.gift-box {
  display: grid;
  gap: 10px;
  margin: 2px 0;
  padding: 14px;
  border: 1px solid rgba(217, 86, 127, .18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.9), transparent 30%),
    rgba(255, 240, 245, .55);
}

.gift-box legend {
  padding: 0 7px;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 950;
}

.payment-info {
  padding: 12px 14px;
  border: 1px solid rgba(217, 86, 127, .18);
  border-radius: 16px;
  color: var(--rose-dark);
  background: rgba(255, 240, 245, .72);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.gift-check {
  display: flex !important;
  align-items: center;
  grid-template-columns: none !important;
  gap: 8px !important;
}

.gift-check input {
  width: auto;
}

.order-form input,
.order-form select,
.order-form textarea,
.admin-form input,
.admin-form textarea,
.admin-form select,
.status-form select {
  width: 100%;
  border: 1px solid rgba(217, 86, 127, .2);
  border-radius: 14px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, .92);
  font: inherit;
}

.order-form textarea,
.admin-form textarea {
  resize: vertical;
}

.admin-body {
  min-height: 100vh;
  padding: 28px clamp(16px, 4vw, 54px);
  background: linear-gradient(135deg, #fff8fb, #fff1f7);
}

.admin-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.admin-head h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.admin-summary article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 10%, rgba(243, 201, 149, .26), transparent 30%),
    rgba(255, 255, 255, .82);
  box-shadow: 0 18px 42px rgba(139, 36, 70, .11);
}

.admin-summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-summary strong {
  color: var(--rose-dark);
  font-size: clamp(24px, 3vw, 34px);
}

.settings-card {
  display: grid;
  grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.settings-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.settings-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.settings-form label:nth-child(4),
.settings-form button {
  grid-column: 1 / -1;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
}

.admin-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow);
}

.admin-card h2 {
  margin: 0 0 14px;
  color: var(--rose-dark);
}

.admin-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.admin-section-head h2 {
  margin-bottom: 0;
}

.order-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.admin-form {
  display: grid;
  gap: 12px;
}

.admin-form label {
  display: grid;
  gap: 6px;
  color: var(--rose-dark);
  font-weight: 900;
}

.field-help {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.admin-form .inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-actions .button {
  flex: 1 1 180px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--rose-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--rose-dark);
  background: var(--blush);
  font-weight: 950;
  font-size: 12px;
}

.status-nuevo {
  color: #8b2446;
  background: #ffe2ec;
}

.status-contactado {
  color: #7a4d00;
  background: #fff0c8;
}

.status-separado {
  color: #693b91;
  background: #f0ddff;
}

.status-entregado {
  color: #176145;
  background: #dff8ec;
}

.status-cancelado {
  color: #40404a;
  background: #e7e7ec;
}

.status-pill.mini {
  margin-left: 6px;
  padding: 3px 7px;
  font-size: 11px;
}

.admin-thumb {
  float: left;
  width: 46px;
  height: 46px;
  margin: 0 10px 6px 0;
  border-radius: 12px;
  object-fit: cover;
  background: var(--blush);
  box-shadow: inset 0 0 0 1px rgba(217, 86, 127, .18);
}

.table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(217, 86, 127, .22);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 240, 245, .82);
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  text-decoration: none;
}

.table-action:hover {
  border-color: rgba(217, 86, 127, .42);
  background: #fff;
}

.whatsapp-mini {
  min-height: 28px;
  margin-top: 7px;
  color: #0b7a54;
  border-color: rgba(37, 211, 102, .32);
  background: rgba(226, 255, 239, .82);
}

.flash {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--rose-dark);
  background: var(--blush);
  font-weight: 900;
}

.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 205, 222, .9), transparent 30%),
    linear-gradient(135deg, #fff8fb, #fff0f6);
}

.admin-login-card {
  width: min(420px, 100%);
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .84);
  box-shadow: var(--shadow);
}

.admin-login-logo {
  display: block;
  width: min(250px, 72vw);
  margin: -8px auto 14px;
  filter: drop-shadow(0 16px 28px rgba(139, 36, 70, .14));
}

.admin-login-card h1 {
  margin-bottom: 12px;
  font-size: 42px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer strong { color: var(--rose-dark); }

.floating-actions {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 26px);
  z-index: 90;
  display: grid;
  gap: 10px;
  justify-items: end;
  pointer-events: none;
}

.floating-whatsapp,
.install-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  text-decoration: none;
  font: inherit;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(18, 140, 126, .22);
  pointer-events: auto;
}

.floating-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.install-app {
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .92);
  cursor: pointer;
}

@media (max-width: 960px) {
  .topbar nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-showcase { justify-items: center; }
  .hero-logo-frame { width: min(480px, 92vw); }
  .hero-note { max-width: 440px; }
  .beauty-strip, .brand-story, .look-grid, .product-grid, .quiz-shell, .admin-grid, .admin-summary, .settings-card, .settings-form { grid-template-columns: 1fr; }
  .quiz-panel, .result-card { width: 100%; }
  .beauty-strip article { border-right: 0; border-bottom: 1px solid rgba(217, 86, 127, .12); }
  .beauty-strip article:last-child { border-bottom: 0; }
  .admin-section-head { flex-direction: column; }
  .order-legend { justify-content: flex-start; }
  .modal-section { inset: 10px; border-radius: 24px; }
}

@media (max-width: 560px) {
  .topbar { min-height: 66px; }
  .brand span:last-child { display: none; }
  .nav-cta { min-height: 40px; padding: 0 14px; }
  h1 { font-size: 46px; }
  .hero { padding-top: 38px; }
  .hero-copy { text-align: left; }
  .hero-logo-frame { border-radius: 28px; }
  .mood-preview { display: grid; grid-template-columns: 1fr; }
  .mood-preview button { justify-content: center; }
  .quiz-progress { grid-template-columns: 1fr; }
  .result-logo { width: 64px; height: 64px; border-radius: 22px; }
  .result-card h2 { font-size: 32px; }
  .result-card li { width: 100%; }
  .hero-mini-board { justify-content: flex-start; }
  .floating-actions { left: 12px; right: 12px; justify-items: stretch; }
  .floating-whatsapp, .install-app { width: 100%; }
  .footer { align-items: flex-start; flex-direction: column; }
}
