:root {
  --plum-950: #160c19;
  --plum-900: #241229;
  --plum-800: #35173a;
  --plum-700: #512151;
  --gold-600: #b98534;
  --gold-500: #d7a84c;
  --gold-300: #f0d08d;
  --cream-100: #fffaf0;
  --cream-200: #f5ead7;
  --ink: #281c29;
  --muted: #746879;
  --white: #fffefd;
  --line: rgba(215, 168, 76, 0.24);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 28px 80px rgba(30, 13, 31, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-100);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
section[id] { scroll-margin-top: 78px; }
.shell { width: var(--shell); 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: -60px; z-index: 100; background: var(--gold-500); color: var(--plum-950); padding: 10px 16px; border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { position: fixed; background: rgba(22, 12, 25, .93); backdrop-filter: blur(18px); box-shadow: 0 10px 40px rgba(0,0,0,.16); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo {
  width: 58px; height: 58px; display: block; position: relative; overflow: hidden; flex: 0 0 auto;
  border: 1px solid rgba(240,208,141,.44); border-radius: 12px; background: var(--plum-900);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.brand-logo img {
  position: absolute; width: 171px; max-width: none; height: auto; left: -56px; top: -2px;
}
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: var(--serif); font-size: 19px; font-weight: 600; letter-spacing: .02em; }
.brand-copy small { color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.main-nav > a { color: rgba(255,255,255,.76); transition: color .2s ease; }
.main-nav > a:hover { color: var(--white); }
.main-nav .nav-cta { color: var(--plum-950); background: var(--gold-500); padding: 11px 18px; border-radius: 999px; font-weight: 700; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: white; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .2s ease; }

.hero {
  min-height: 760px; position: relative; overflow: hidden; isolation: isolate; color: var(--white);
  background:
    radial-gradient(circle at 68% 35%, rgba(133,57,128,.28), transparent 32%),
    linear-gradient(125deg, var(--plum-950), var(--plum-900) 49%, #2d1431 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}
.hero-glow { position: absolute; border: 1px solid var(--line); border-radius: 50%; z-index: -1; }
.hero-glow-one { width: 650px; height: 650px; right: -300px; top: -180px; }
.hero-glow-two { width: 370px; height: 370px; left: -220px; bottom: -120px; }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: .84fr 1.16fr; gap: 52px; align-items: center; padding-top: 112px; }
.hero-copy { padding: 66px 0 56px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-300); }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1, .section h2, .final-cta h2 {
  margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: -.035em;
}
.hero h1 { max-width: 730px; font-size: clamp(3.7rem, 6.1vw, 6.2rem); }
.hero h1 em, .experience-copy h2 em, .final-cta h2 em { color: var(--gold-300); font-weight: 500; }
.hero-text { max-width: 600px; margin: 28px 0 32px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button {
  min-height: 54px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-gold { color: var(--plum-950); background: linear-gradient(110deg, var(--gold-300), var(--gold-500)); box-shadow: 0 14px 34px rgba(185,133,52,.22); }
.button-outline { color: var(--white); border: 1px solid rgba(240,208,141,.46); background: rgba(255,255,255,.035); }
.button-outline:hover { background: rgba(240,208,141,.1); }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(185,133,52,.32); }
.text-link { color: rgba(255,255,255,.82); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.22); padding: 8px 0 5px; }
.text-link span { margin-left: 7px; color: var(--gold-300); }
.hero-benefits { margin: 48px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.11); list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-benefits li { display: grid; grid-template-columns: 24px 1fr; column-gap: 7px; align-items: center; }
.hero-benefits .benefit-icon { grid-row: 1 / span 2; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--gold-500); color: var(--gold-300); border-radius: 50%; font-size: 11px; }
.hero-benefits strong { font-size: 13px; font-weight: 600; }
.hero-benefits small { font-size: 11px; color: rgba(255,255,255,.47); white-space: nowrap; }

.hero-visual { width: 100%; position: relative; }
.image-frame {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 28px;
  border: 1px solid rgba(240,208,141,.5); box-shadow: 0 34px 90px rgba(0,0,0,.38);
}
.image-frame::before { content: ""; position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(240,208,141,.22); border-radius: 20px; pointer-events: none; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.brand-strip { background: var(--gold-500); color: var(--plum-950); }
.brand-list { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 30px; overflow: hidden; }
.brand-list span { font-family: var(--serif); font-weight: 600; font-size: 17px; white-space: nowrap; }
.brand-list i { width: 4px; height: 4px; background: rgba(22,12,25,.45); border-radius: 50%; flex: 0 0 auto; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; margin-bottom: 52px; }
.eyebrow-dark { color: var(--gold-600); }
.section h2 { font-size: clamp(2.7rem, 4.4vw, 4.5rem); color: var(--plum-900); }
.section-heading > p { color: var(--muted); margin: 0 0 5px; font-size: 17px; }
.catalog { background: linear-gradient(180deg, var(--cream-100), #fff 54%, var(--cream-100)); }
.catalog-heading { margin-bottom: 34px; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-button {
  min-height: 42px; padding: 0 17px; border: 1px solid rgba(53,23,58,.16); border-radius: 999px;
  background: rgba(255,255,255,.74); color: var(--plum-800); font-size: 13px; font-weight: 700; cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.filter-button:hover { border-color: var(--gold-600); transform: translateY(-1px); }
.filter-button.is-active { color: var(--white); background: var(--plum-800); border-color: var(--plum-800); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.product-card {
  min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--white);
  border: 1px solid rgba(53,23,58,.1); border-radius: 22px; box-shadow: 0 12px 32px rgba(36,18,41,.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-5px); border-color: rgba(185,133,52,.44); box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-image { aspect-ratio: 4 / 4.25; overflow: hidden; display: grid; place-items: center; background: #eee7ea; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-image-dark { background: #160b19; }
.product-image-blush { background: #f2dbd3; }
.product-image-cream { background: #e9dfcf; }
.product-image-night { background: #0f2241; }
.product-image-rose { background: #b2646c; }
.product-image-lilac { background: #eee9ef; }
.product-image-caramel { background: #7c2f34; }
.product-image-solar { background: #eaa17f; }
.product-image-slate { background: #2d3a46; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.product-brand { margin: 0 0 7px; color: var(--gold-600); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.product-body h3 { margin: 0; color: var(--plum-900); font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.2; }
.product-type { min-height: 48px; margin: 8px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.availability { width: max-content; max-width: 100%; margin: auto 0 18px; padding: 6px 10px; border-radius: 999px; background: var(--cream-200); color: var(--plum-700); font-size: 11px; font-weight: 700; }
.product-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(53,23,58,.1); color: var(--plum-800); font-size: 14px; font-weight: 800; }
.product-cta span { color: var(--gold-600); font-size: 19px; transition: transform .2s ease; }
.product-cta:hover span { transform: translateX(4px); }

.experience { padding: 0; background: var(--plum-900); color: var(--white); overflow: hidden; }
.experience-grid { width: min(1380px, 100%); display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; }
.experience-art { position: relative; overflow: hidden; min-height: 620px; background: radial-gradient(circle at 38% 48%, #632862 0, #321535 42%, #170c1a 78%); display: grid; place-items: center; }
.experience-art::before, .experience-art::after { content: ""; position: absolute; border: 1px solid rgba(215,168,76,.22); border-radius: 50%; }
.experience-art::before { width: 520px; height: 520px; }
.experience-art::after { width: 390px; height: 390px; }
.outline-word { position: absolute; left: -44px; top: 50%; font-family: var(--serif); font-size: 86px; letter-spacing: .13em; color: transparent; -webkit-text-stroke: 1px rgba(240,208,141,.13); transform: rotate(-90deg) translateX(-50%); transform-origin: left top; white-space: nowrap; }
.seal { width: 250px; height: 250px; position: relative; z-index: 2; border: 1px solid var(--gold-500); outline: 1px solid rgba(215,168,76,.28); outline-offset: 10px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.seal::before, .seal::after { content: "✦"; position: absolute; color: var(--gold-300); }
.seal::before { top: 27px; }.seal::after { bottom: 27px; }
.seal strong { font-family: var(--serif); font-size: 62px; color: var(--gold-300); line-height: 1; font-style: italic; margin: 8px 0; }
.seal small { font-size: 9px; letter-spacing: .23em; color: rgba(255,255,255,.66); }
.experience-copy { padding: 100px 7vw 90px; align-self: center; }
.experience-copy h2 { color: var(--white); }
.experience-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 38px; color: rgba(255,255,255,.62); font-size: 17px; }
.feature-list { max-width: 650px; display: grid; gap: 0; }
.feature-list article { display: grid; grid-template-columns: 38px 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.feature-list article > span { color: var(--gold-300); font-size: 11px; letter-spacing: .12em; padding-top: 3px; }
.feature-list h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.feature-list p { margin: 0; color: rgba(255,255,255,.52); font-size: 14px; }

.how { background: var(--cream-200); }
.how-heading { text-align: center; margin-bottom: 64px; }
.how-heading .eyebrow { justify-content: center; }
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; left: 16.5%; right: 16.5%; top: 34px; height: 1px; background: rgba(185,133,52,.36); }
.steps li { position: relative; z-index: 1; text-align: center; padding: 0 38px; }
.steps li > span { width: 68px; height: 68px; margin: 0 auto 26px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-200); border: 1px solid var(--gold-600); color: var(--gold-600); font-family: var(--serif); font-size: 24px; }
.steps h3 { margin: 0 0 8px; font-family: var(--serif); color: var(--plum-900); font-size: 24px; }
.steps p { margin: 0 auto; max-width: 280px; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 100px 0; background: var(--plum-950); color: var(--white); }
.final-cta-pattern { position: absolute; inset: 0; z-index: -1; opacity: .5; background: radial-gradient(circle at 85% 50%, rgba(101,42,100,.7), transparent 34%); }
.final-cta-pattern::before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(215,168,76,.18); border-radius: 50%; right: -220px; top: -250px; box-shadow: 0 0 0 80px rgba(215,168,76,.025), 0 0 0 160px rgba(215,168,76,.02); }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.final-cta h2 { font-size: clamp(2.8rem, 4.7vw, 5rem); }
.final-cta-action { max-width: 400px; justify-self: end; }
.final-cta-action p { margin: 0 0 24px; color: rgba(255,255,255,.64); font-size: 17px; }

footer { background: #100812; color: rgba(255,255,255,.68); padding: 44px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: center; }
.brand-footer .brand-copy strong { color: var(--white); }
.footer-meta { display: flex; gap: 30px; font-size: 13px; }
.footer-meta p { margin: 0; }
.footer-meta a { color: var(--gold-300); }
.copyright { margin: 0; font-size: 12px; color: rgba(255,255,255,.38); }

.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 17px; border-radius: 999px; background: #25d366; color: #07190e; font-weight: 800; font-size: 13px; box-shadow: 0 14px 34px rgba(11,64,31,.28); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

:focus-visible { outline: 3px solid var(--gold-300); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .menu-button { display: flex; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 76px; display: none; padding: 18px; background: rgba(22,12,25,.98); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
  .main-nav.is-open { display: grid; }
  .main-nav > a { padding: 10px; }
  .main-nav .nav-cta { text-align: center; margin-top: 5px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 22px; padding: 112px 0 76px; }
  .hero-copy { padding: 34px 0 0; }
  .hero-visual { width: 100%; justify-self: center; }
  .image-frame { max-width: 820px; margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-art { min-height: 520px; }
  .experience-copy { padding: 80px max(24px, calc((100vw - 728px)/2)) 76px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .final-cta-action { justify-self: start; }
  .footer-inner { grid-template-columns: 1fr auto; gap: 30px; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); }
  .header-inner { min-height: 76px; }
  .brand-logo { width: 52px; height: 52px; }
  .brand-logo img { width: 154px; left: -51px; }
  .brand-copy strong { font-size: 17px; }
  .hero-grid { padding: 104px 0 64px; }
  .hero-copy { padding-top: 8px; }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 4.2rem); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .hero-benefits { grid-template-columns: 1fr; gap: 14px; }
  .hero-visual { width: 100%; order: -1; }
  .image-frame { border-radius: 18px; }
  .image-frame::before { inset: 7px; border-radius: 12px; }
  .brand-list { justify-content: flex-start; overflow-x: auto; padding-inline: 6px; min-height: 68px; scrollbar-width: none; }
  .brand-list::-webkit-scrollbar { display: none; }
  .section { padding: 86px 0; }
  .section h2 { font-size: clamp(2.45rem, 11vw, 3.4rem); }
  .catalog-heading { margin-bottom: 28px; }
  .catalog-filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: -16px; padding-inline: 16px; scrollbar-width: none; }
  .catalog-filters::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-image { aspect-ratio: 4 / 3.65; }
  .product-body { padding: 22px; }
  .product-type { min-height: 0; }
  .experience-art { min-height: 430px; }
  .seal { width: 220px; height: 220px; }
  .experience-copy { padding: 72px 16px; }
  .steps { grid-template-columns: 1fr; gap: 42px; }
  .steps::before { left: 33px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .steps li { text-align: left; padding: 0; display: grid; grid-template-columns: 68px 1fr; gap: 22px; }
  .steps li > span { margin: 0; }
  .steps p { margin: 0; }
  .final-cta { padding: 82px 0; }
  .final-cta h2 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-meta { flex-direction: column; gap: 5px; }
  .copyright { grid-column: auto; }
  .whatsapp-float { right: 16px; bottom: 16px; padding: 0; width: 54px; justify-content: center; }
  .whatsapp-float span { display: none; }
}

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