:root {
  --ink: #241c1d;
  --wine: #741f3a;
  --wine-deep: #4e1328;
  --rose: #d7a3aa;
  --blush: #f2dfe0;
  --cream: #f8f1e8;
  --paper: #fffaf4;
  --gold: #bd8c51;
  --white: #fffdf9;
  --line: rgba(36, 28, 29, 0.15);
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.announcement {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px;
  padding: 7px 24px; background: var(--wine-deep); color: #fff4ec; text-transform: uppercase;
  font-size: 10px; font-weight: 600; letter-spacing: .18em;
}
.announcement__spark { color: #e1b489; font-size: 9px; }

.header {
  width: min(1400px, calc(100% - 64px)); height: 92px; margin: 0 auto; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(0,0,0,.1); }
.brand span { font-family: var(--display); font-size: 18px; letter-spacing: .02em; }
.nav { display: flex; gap: 38px; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -6px; background: var(--wine); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header__cta { justify-self: end; padding: 13px 19px; border: 1px solid var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .04em; transition: .25s ease; }
.header__cta:hover { background: var(--ink); color: white; }
.menu-button { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 11px; }
.menu-button span { display: block; width: 20px; height: 1px; background: var(--ink); margin: 5px 0; transition: .2s; }

.hero { min-height: calc(100vh - 126px); width: min(1400px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 40px; padding: 58px 4vw 66px; }
.hero__copy { max-width: 610px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--wine); text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .28em; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(52px, 6vw, 96px); max-width: 720px; }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
.hero__text { max-width: 520px; margin: 30px 0 32px; color: #6e6263; font-size: 15px; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 18px 23px; font-size: 11px; font-weight: 600; letter-spacing: .04em; transition: transform .25s ease, background .25s ease; }
.button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: white; background: var(--wine); box-shadow: 0 12px 30px rgba(116, 31, 58, .18); }
.button--primary:hover { background: var(--wine-deep); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.hero__note { display: flex; align-items: center; gap: 10px; margin-top: 46px; font-size: 11px; color: #7a6b6d; }
.hero__note-icon { width: 29px; height: 29px; border: 1px solid var(--rose); color: var(--wine); border-radius: 50%; display: grid; place-items: center; font-size: 10px; }

.hero__visual { min-height: 610px; position: relative; }
.hero__visual::before { content: ""; position: absolute; width: 77%; aspect-ratio: 1; top: 5%; left: 13%; border-radius: 50%; background: radial-gradient(circle at 45% 40%, #f3d7d9, #ead0cd 55%, transparent 56%); opacity: .9; }
.hero__arch { width: 54%; height: 80%; position: absolute; top: 2%; left: 22%; border-radius: 240px 240px 18px 18px; overflow: hidden; box-shadow: 0 28px 60px rgba(69, 30, 39, .15); }
.hero__arch img { height: 100%; object-fit: cover; object-position: 50% 43%; }
.hero__card { position: absolute; overflow: hidden; border: 9px solid var(--paper); box-shadow: 0 20px 50px rgba(42, 24, 26, .15); }
.hero__card img { height: 100%; object-fit: cover; }
.hero__card--one { width: 29%; height: 39%; left: 0; bottom: 2%; transform: rotate(-3deg); }
.hero__card--two { width: 27%; height: 36%; right: 1%; top: 9%; transform: rotate(3deg); }
.hero__seal { position: absolute; right: 2%; bottom: 7%; width: 115px; height: 115px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--wine); color: white; border-radius: 50%; transform: rotate(7deg); text-transform: uppercase; font-size: 8px; letter-spacing: .18em; box-shadow: 0 16px 35px rgba(70, 20, 36, .22); }
.hero__seal::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.hero__seal strong { font-family: var(--display); font-size: 19px; font-weight: 400; text-transform: none; letter-spacing: 0; margin: 2px 0; }
.hero__caption { position: absolute; top: 4%; left: -2%; margin: 0; color: var(--gold); font-family: var(--display); font-size: 20px; font-style: italic; line-height: 1.1; transform: rotate(-9deg); }

.marquee { overflow: hidden; padding: 17px 0; background: var(--wine); color: #fff8f1; }
.marquee__track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { padding: 0 26px; font-family: var(--display); font-size: 20px; }
.marquee b { color: #e5b98c; font-size: 8px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px max(32px, calc((100vw - 1270px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr .8fr; align-items: end; gap: 40px; margin-bottom: 54px; }
.section-heading .eyebrow { align-self: start; margin-top: 9px; }
h2 { font-size: clamp(45px, 5vw, 76px); }
.section-heading > p:last-child { margin: 0; color: #74686a; font-size: 13px; line-height: 1.7; }
.categories { background: var(--cream); }
.category-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 270px 270px; gap: 16px; }
.category-card { position: relative; overflow: hidden; min-height: 250px; }
.category-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.category-card:hover img { transform: scale(1.045); }
.category-card--large { grid-row: 1 / 3; }
.category-card--wide { grid-column: 2 / 4; }
.category-card--wide img { object-position: center 56%; }
.category-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(22, 8, 12, .82)); }
.category-card__content { position: absolute; left: 28px; right: 28px; bottom: 25px; color: white; }
.category-card span, .category-card i { display: block; font-size: 9px; text-transform: uppercase; font-style: normal; letter-spacing: .18em; }
.category-card h3 { margin: 7px 0 14px; font-family: var(--display); font-size: clamp(25px, 2.4vw, 38px); font-weight: 400; }
.category-card i { opacity: 0; transform: translateY(8px); transition: .25s; }
.category-card:hover i { opacity: 1; transform: none; }
.category-card--color { padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.category-card--color svg { width: 76px; fill: none; stroke: currentColor; stroke-width: 1.15; }
.category-card--color h3 { margin-bottom: 13px; }
.category-card--color i { color: inherit; }
.category-card--beauty { background: #d9a0a8; color: #4e1727; }
.category-card--home { background: #b98765; color: #fff7ef; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(70px, 10vw, 160px); background: var(--paper); }
.about__visual { min-height: 700px; position: relative; }
.about__frame { position: absolute; inset: 0 9% 0 5%; overflow: hidden; border-radius: 220px 220px 0 0; }
.about__frame img { height: 100%; object-fit: cover; }
.about__stamp { position: absolute; right: 0; top: 47%; width: 105px; height: 105px; display: grid; place-content: center; text-align: center; background: var(--wine); color: white; border: 7px solid var(--paper); border-radius: 50%; font-size: 9px; letter-spacing: .18em; line-height: 1.5; }
.about__stamp b { font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: 0; }
.about__line-art { position: absolute; left: -12%; bottom: -4%; color: var(--rose); font-family: var(--display); font-size: 190px; opacity: .33; transform: rotate(-12deg); }
.about__copy { max-width: 600px; }
.about__copy > p:not(.eyebrow) { color: #716466; line-height: 1.85; font-size: 14px; margin: 32px 0 45px; }
.about__list { list-style: none; margin: 0; padding: 0; }
.about__list li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.about__list li:last-child { border-bottom: 1px solid var(--line); }
.about__list span { color: var(--wine); font-family: var(--display); font-size: 18px; }
.about__list strong, .about__list small { display: block; }
.about__list strong { font-family: var(--display); font-size: 22px; font-weight: 400; margin-bottom: 5px; }
.about__list small { color: #837679; font-size: 11px; }

.newness { background: #f0dfdf; }
.newness__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.newness__head h2 { max-width: 760px; }
.newness__grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 18px; align-items: start; }
.post-card { height: 455px; position: relative; overflow: hidden; background: #e5cccd; }
.post-card--tall { height: 560px; }
.post-card img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.post-card:hover img { transform: scale(1.04); }
.post-card span { position: absolute; inset: auto 18px 18px; background: rgba(255,250,244,.92); backdrop-filter: blur(8px); padding: 13px 15px; font-size: 10px; font-weight: 600; transform: translateY(70px); transition: transform .3s ease; }
.post-card:hover span { transform: none; }

.contact { min-height: 610px; position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 80px; background: var(--wine-deep); color: white; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -150px; top: -190px; }
.contact__pattern { position: absolute; right: 2%; bottom: -26%; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 520px; line-height: 1; }
.contact__content { position: relative; z-index: 1; max-width: 770px; }
.contact .eyebrow { color: #ddb799; }
.contact h2 { font-size: clamp(49px, 6.2vw, 92px); }
.contact__content > p:not(.eyebrow) { max-width: 540px; margin: 26px 0 34px; color: #d7c4c8; line-height: 1.7; }
.button--light { background: var(--paper); color: var(--wine-deep); }
.button--light:hover { background: white; }
.contact__details { position: relative; z-index: 1; border-left: 1px solid rgba(255,255,255,.15); padding-left: 50px; }
.contact__details div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact__details span, .contact__details strong { display: block; }
.contact__details span { color: #c9abb1; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 8px; }
.contact__details strong { font-family: var(--display); font-size: 20px; font-weight: 400; }

.footer { padding: 55px max(32px, calc((100vw - 1270px) / 2)); display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 40px; align-items: center; background: #221a1b; color: #f8eeee; }
.brand--footer img { width: 42px; height: 42px; }
.footer > p { color: #ad9fa1; font-size: 11px; line-height: 1.7; max-width: 350px; }
.footer__links { display: flex; justify-content: flex-end; gap: 24px; font-size: 11px; }
.footer small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #7d7072; font-size: 9px; letter-spacing: .08em; }

.floating-whatsapp { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 11px 17px 11px 12px; border-radius: 99px; background: #1e9d61; color: white; box-shadow: 0 12px 32px rgba(21, 86, 57, .28); font-size: 10px; font-weight: 600; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header { grid-template-columns: 1fr auto; }
  .nav { position: absolute; top: 91px; left: -32px; right: -32px; display: none; flex-direction: column; gap: 0; padding: 18px 32px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 0; }
  .header__cta { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero__copy { max-width: 760px; }
  .hero__visual { width: min(720px, 100%); justify-self: center; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 370px 250px 330px; }
  .category-card--large { grid-row: 1 / 3; }
  .category-card--wide { grid-column: 1 / 3; }
  .about { grid-template-columns: 1fr 1fr; gap: 55px; }
  .about__visual { min-height: 600px; }
}

@media (max-width: 760px) {
  .announcement { font-size: 8px; gap: 8px; text-align: center; }
  .announcement span:first-child { display: none; }
  .header { width: calc(100% - 32px); height: 76px; }
  .brand img { width: 43px; height: 43px; }
  .brand span { font-size: 16px; }
  .nav { top: 75px; left: -16px; right: -16px; }
  .hero { width: calc(100% - 32px); min-height: auto; padding: 64px 0 46px; }
  h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero__text { font-size: 14px; }
  .hero__visual { min-height: 480px; margin-top: 14px; }
  .hero__arch { width: 63%; left: 19%; }
  .hero__card--one { width: 35%; height: 36%; }
  .hero__card--two { width: 31%; height: 33%; }
  .hero__seal { width: 91px; height: 91px; right: -1%; bottom: 4%; }
  .hero__seal strong { font-size: 16px; }
  .hero__caption { display: none; }
  .marquee span { font-size: 17px; }
  .section { padding: 88px 20px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 24px; }
  .category-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 470px 250px 330px; }
  .category-card--large { grid-column: 1 / 3; grid-row: auto; }
  .category-card--wide { grid-column: 1 / 3; }
  .category-card--color { padding: 20px; }
  .category-card--color svg { width: 58px; }
  .category-card--color h3 { font-size: 22px; }
  .category-card--color i { opacity: 1; transform: none; font-size: 8px; }
  .about { display: flex; flex-direction: column; gap: 65px; }
  .about__visual { width: 100%; min-height: 550px; }
  .about__frame { inset: 0 7%; }
  .newness__head { display: block; }
  .newness__head .text-link { margin-top: 25px; }
  .newness__grid { grid-template-columns: 1fr 1fr; }
  .post-card, .post-card--tall { height: 390px; }
  .post-card--tall { grid-column: 1 / 3; height: 520px; }
  .post-card span { transform: none; }
  .contact { display: block; }
  .contact__details { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding: 35px 0 0; margin-top: 70px; }
  .footer { grid-template-columns: 1fr; }
  .footer__links { justify-content: flex-start; flex-wrap: wrap; }
  .footer small { grid-column: 1; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: 13px; }
}

@media (max-width: 470px) {
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__visual { min-height: 410px; }
  .hero__seal { right: 0; }
  .category-grid { display: flex; flex-direction: column; }
  .category-card { height: 330px; }
  .category-card--color { height: 240px; }
  .newness__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -20px; padding-right: 20px; }
  .post-card, .post-card--tall { min-width: 82vw; height: 460px; scroll-snap-align: start; }
}

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