:root {
  --ink: #241b1e;
  --wine: #7d2443;
  --rose: #d77d99;
  --blush: #f4dfe4;
  --cream: #fbf7f3;
  --white: #fffdfb;
  --line: rgba(36, 27, 30, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
img { display: block; width: 100%; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 0 clamp(24px, 5vw, 76px); background: color-mix(in srgb, var(--cream) 86%, transparent); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .3s ease; }
.site-header.scrolled { border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; letter-spacing: .24em; font-size: .8rem; font-weight: 600; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { font-size: .79rem; text-decoration: none; }
.nav-cta { padding: 11px 20px; color: white; background: var(--wine); border-radius: 100px; }
.menu-toggle { display: none; background: none; border: 0; }

.hero { position: relative; min-height: 100vh; padding: 150px clamp(24px, 7vw, 112px) 80px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 130px); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; color: var(--wine); font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.04em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(3.8rem, 7.4vw, 7.7rem); }
h1 em, h2 em { color: var(--wine); font-weight: 500; }
.hero-intro { max-width: 530px; margin: 34px 0; font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.7; color: #5f5055; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 26px; border-radius: 100px; font-size: .82rem; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--wine); }
.text-link { font-size: .83rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-card-main { width: min(74%, 410px); aspect-ratio: 4/5; border-radius: 46% 46% 24px 24px; overflow: hidden; box-shadow: 0 28px 70px rgba(70, 25, 40, .18); transform: rotate(3deg); }
.hero-card-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; left: 2%; bottom: 12%; display: flex; gap: 14px; align-items: flex-start; padding: 18px 22px; background: var(--white); box-shadow: 0 15px 45px rgba(70, 25, 40, .12); transform: rotate(-4deg); }
.hero-note span { color: var(--rose); font-family: "Playfair Display", serif; font-size: 1.7rem; }
.hero-note p { margin: 4px 0 0; font-size: .78rem; line-height: 1.4; }
.hero-orbit { position: absolute; border: 1px solid rgba(125,36,67,.16); border-radius: 50%; }
.orbit-one { width: 640px; height: 640px; right: -80px; top: 80px; }
.orbit-two { width: 420px; height: 420px; right: 40px; top: 190px; }
.spark { position: absolute; color: var(--rose); font-size: 2rem; }
.spark-one { top: 14%; left: 8%; }
.spark-two { right: 3%; bottom: 15%; font-size: 1.2rem; }

.manifesto { padding: 130px clamp(24px, 7vw, 112px); background: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 12vw; align-items: end; }
h2 { font-size: clamp(3rem, 5.8vw, 6.4rem); }
.manifesto-copy { padding-bottom: 8px; }
.manifesto-copy p { margin: 0 0 24px; font-size: 1rem; line-height: 1.75; color: #66575c; }

.categories { padding: 130px clamp(24px, 7vw, 112px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 64px; }
.category-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 20px; }
.category-card { min-height: 510px; padding: 34px; background: var(--blush); display: flex; flex-direction: column; position: relative; overflow: hidden; border-radius: 4px; }
.category-card:nth-child(3) { background: var(--ink); color: white; }
.category-number { font-size: .7rem; letter-spacing: .18em; opacity: .65; }
.category-icon { margin: auto; color: var(--wine); font-family: "Playfair Display", serif; font-size: 7rem; transform: rotate(-12deg); }
.category-icon.perfume { color: var(--rose); transform: none; }
.category-card h3 { margin: auto 0 12px; font-family: "Playfair Display", serif; font-size: 2.6rem; font-weight: 500; }
.category-card p { margin: 0; max-width: 310px; font-size: .86rem; line-height: 1.65; opacity: .76; }
.category-card.feature { padding: 0; color: white; }
.category-card.feature img { width: 100%; height: 100%; object-fit: cover; }
.category-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 34px; background: linear-gradient(180deg, rgba(20,12,14,.05), rgba(20,12,14,.72)); }

.products { padding: 130px clamp(24px, 7vw, 112px); background: var(--white); }
.products-head { display: grid; grid-template-columns: 1fr minmax(240px, 420px); gap: 8vw; align-items: end; }
.products-head h2 { font-size: clamp(3rem, 5.4vw, 6rem); }
.products-head > p { margin: 0 0 8px; color: #66575c; line-height: 1.75; }
.product-filters { display: flex; gap: 9px; flex-wrap: wrap; margin: 55px 0 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.filter { padding: 10px 17px; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: var(--ink); font: 600 .72rem "DM Sans", sans-serif; cursor: pointer; transition: .2s ease; }
.filter:hover, .filter.active { border-color: var(--wine); background: var(--wine); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 18px; }
.product-card { min-width: 0; transition: opacity .28s ease, transform .28s ease; }
.product-card.hidden { display: none; }
.product-featured { grid-column: span 2; }
.product-image { position: relative; display: block; height: 430px; overflow: hidden; background: var(--blush); }
.product-featured .product-image { height: 560px; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(35,20,25,.14)); opacity: 0; transition: opacity .35s ease; }
.product-image:hover::after { opacity: 1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-image:hover img { transform: scale(1.025); }
.product-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 12px; border-radius: 100px; background: var(--white); color: var(--wine); font-size: .63rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.product-info { padding: 17px 3px 0; }
.product-info p { margin: 0 0 7px; color: var(--wine); font-size: .64rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { margin: 0 0 12px; font-family: "Playfair Display", serif; font-size: 1.5rem; font-weight: 500; }
.product-info span { color: #716269; font-size: .75rem; }
.product-info b { color: var(--wine); }
.products-cta { margin-top: 70px; padding: 30px 34px; background: var(--blush); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.products-cta p { margin: 0; font-family: "Playfair Display", serif; font-size: 1.55rem; }

.magazine { padding: 130px clamp(24px, 7vw, 112px); background: #f1e7e7; }
.magazine-heading { max-width: 940px; margin-bottom: 60px; }
.magazine-heading h2 { font-size: clamp(3rem, 5.5vw, 6rem); }
.magazine-heading > p:last-child { max-width: 540px; margin: 28px 0 0; color: #695a60; line-height: 1.7; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.article-card { min-width: 0; background: var(--white); }
.article-card > a { display: block; height: 100%; text-decoration: none; }
.article-lead { grid-column: span 2; grid-row: span 2; }
.article-cover { position: relative; height: 270px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.article-lead .article-cover { height: 520px; }
.article-cover.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.article-card:hover .article-cover.photo img { transform: scale(1.025); }
.article-cover span { position: absolute; left: 22px; top: 18px; font: 600 .7rem "DM Sans", sans-serif; letter-spacing: .16em; }
.article-cover i { font-family: "Playfair Display", serif; font-size: clamp(2.2rem, 4vw, 4.6rem); font-weight: 500; }
.cover-rose { background: #e8b7c4; color: #6a1835; }
.cover-cream { background: #fff8ee; color: #8b6671; }
.cover-wine { background: var(--wine); color: #f6dbe3; }
.cover-pink { background: #f29bb7; color: #521128; }
.cover-dark { background: var(--ink); color: #f3d4dd; }
.article-copy { padding: 25px 26px 28px; }
.article-copy > span { color: var(--wine); font-size: .64rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.article-copy h3 { margin: 12px 0 16px; font-family: "Playfair Display", serif; font-size: clamp(1.45rem, 2vw, 2.05rem); font-weight: 500; line-height: 1.15; }
.article-lead .article-copy h3 { max-width: 720px; font-size: clamp(2rem, 3.2vw, 3.5rem); }
.article-copy p { color: #6b5d62; line-height: 1.6; }
.article-copy b { color: var(--wine); font-size: .73rem; }

.reviews { padding: 130px clamp(24px, 7vw, 112px); background: var(--white); }
.reviews-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 60px; }
.reviews-heading h2 { font-size: clamp(3rem, 5.4vw, 6rem); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; background: var(--blush); }
.review-card-featured { background: var(--wine); color: white; }
.review-mark { height: 72px; color: var(--rose); font: 500 6rem/.8 "Playfair Display", serif; }
.review-card-featured .review-mark { color: #f0c6d2; }
.review-card blockquote { margin: auto 0 34px; font: 500 clamp(1.45rem, 2vw, 2rem)/1.25 "Playfair Display", serif; }
.review-card footer { padding: 0; background: transparent; color: inherit; text-align: left; }
.review-card footer strong, .review-card footer span { display: block; }
.review-card footer strong { margin-bottom: 7px; font-size: .8rem; }
.review-card footer span { color: #715f65; font-size: .68rem; letter-spacing: .04em; }
.review-card-featured footer span { color: #ead6dc; }

.experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: var(--wine); color: white; }
.experience-images { position: relative; min-height: 780px; background: var(--blush); overflow: hidden; }
.image-tall { position: absolute; width: 58%; height: 78%; left: 7%; top: 9%; object-fit: cover; border-radius: 160px 160px 12px 12px; }
.image-square { position: absolute; width: 42%; height: 44%; right: 6%; bottom: 5%; object-fit: cover; border: 10px solid var(--blush); }
.experience-copy { padding: 120px clamp(36px, 7vw, 110px); align-self: center; }
.experience-copy .eyebrow { color: #f0c6d2; }
.experience-copy h2 { font-size: clamp(3rem, 5vw, 5.6rem); }
.experience-copy h2 em { color: #f0c6d2; }
.experience-copy > p:not(.eyebrow) { max-width: 520px; margin: 34px 0; color: #f6e9ed; line-height: 1.8; }

.store { padding: 130px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 5vw; align-items: center; min-height: 690px; }
.store-card { padding: clamp(38px, 5vw, 74px); background: var(--white); box-shadow: 0 25px 70px rgba(70,25,40,.09); }
.store-card h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.store-card address { margin: 36px 0; font-style: normal; line-height: 1.8; color: #615258; }
.store-links { display: flex; gap: 26px; flex-wrap: wrap; }
.store-links a { color: var(--wine); font-size: .82rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--wine); }
.store-art { display: flex; justify-content: center; gap: .01em; color: var(--rose); font-family: "Playfair Display", serif; font-size: clamp(4.4rem, 11vw, 11rem); line-height: 1; }
.store-art span:nth-child(2) { transform: translateY(18%); }
.store-art span:nth-child(3) { transform: translateY(-12%); }
.store-art span:nth-child(4) { transform: translateY(12%); }

footer { padding: 70px clamp(24px, 7vw, 112px) 30px; background: var(--ink); color: white; text-align: center; }
.footer-brand { font-family: "Playfair Display", serif; font-size: clamp(4rem, 13vw, 12rem); line-height: .85; letter-spacing: .08em; }
footer > p { color: #d9c8cd; letter-spacing: .12em; font-size: .72rem; text-transform: uppercase; }
.footer-links { display: flex; justify-content: center; gap: 30px; margin: 38px 0 70px; }
.footer-links a { font-size: .8rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }
footer small { display: block; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #a8999e; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 20; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: white; text-decoration: none; box-shadow: 0 12px 28px rgba(70,25,40,.25); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-toggle { display: grid; gap: 7px; padding: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); }
  nav { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 28px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-visual { min-height: 540px; }
  .hero-card-main { width: min(74vw, 390px); }
  .manifesto-grid { grid-template-columns: 1fr; gap: 50px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 440px; }
  .products-head { grid-template-columns: 1fr; gap: 34px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-featured { grid-column: span 2; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-lead { grid-column: span 2; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 300px; }
  .experience { grid-template-columns: 1fr; }
  .experience-images { min-height: 650px; }
  .store { grid-template-columns: 1fr; }
  .store-art { order: -1; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  h2 { font-size: 3.25rem; }
  .hero { gap: 20px; }
  .hero-visual { min-height: 470px; }
  .hero-card-main { width: 76%; }
  .hero-note { left: 0; bottom: 5%; }
  .manifesto, .categories, .reviews, .store { padding-top: 90px; padding-bottom: 90px; }
  .products { padding: 90px 20px; }
  .magazine { padding: 90px 20px; }
  .product-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-featured { grid-column: auto; }
  .product-image, .product-featured .product-image { height: 500px; }
  .products-cta { align-items: stretch; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-lead { grid-column: auto; grid-row: auto; }
  .article-cover, .article-lead .article-cover { height: 390px; }
  .experience-images { min-height: 540px; }
  .experience-copy { padding: 90px 26px; }
  .footer-brand { font-size: 19vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
