:root {
  --wine: #70143a;
  --wine-dark: #450b27;
  --gold: #c89a45;
  --gold-light: #e5ca8e;
  --cream: #fbf5e8;
  --ink: #2f1522;
  --muted: #745f68;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.announcement { min-height: 38px; padding: 8px 5%; display: flex; justify-content: center; gap: clamp(20px, 7vw, 90px); color: #fff8e7; background: var(--wine-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.announcement span::before { content: "✦"; color: var(--gold-light); margin-right: 9px; }
.site-header { height: 92px; padding: 0 6%; display: flex; align-items: center; justify-content: space-between; gap: 22px; background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(112,20,58,.09); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { min-width: 205px; display: flex; align-items: center; gap: 12px; }
.brand img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; box-shadow: 0 5px 20px rgba(83,20,48,.15); }
.brand strong { display: block; color: var(--wine); font: 500 28px/.9 Georgia, serif; }
.brand small { display: block; margin-top: 8px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .35em; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); }
.main-nav a { color: #49323d; font-size: 13px; font-weight: 700; }
.main-nav a:hover { color: var(--wine); }
.menu-button { display: none; border: 0; color: var(--wine); background: transparent; font-size: 27px; cursor: pointer; }

.header-socials, .footer-socials { display: flex; align-items: center; gap: 9px; }
.social-icon { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 50%; color: white; transition: transform .25s ease, box-shadow .25s ease; }
.social-icon:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.social-icon svg, .floating-whatsapp svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icon .icon-fill { fill: currentColor; stroke: none; }
.instagram { background: linear-gradient(135deg,#405de6,#833ab4,#c13584,#e1306c,#fd1d1d,#f77737); }
.facebook { background: #1877f2; }
.email { background: var(--wine); }
.whatsapp { background: #25d366; }

.primary-button, .light-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 3px; font-size: 13px; font-weight: 800; letter-spacing: .05em; }
.hero { min-height: calc(100vh - 130px); padding: 70px 7% 84px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(40px,7vw,110px); align-items: center; position: relative; overflow: hidden; background: linear-gradient(120deg,#fffdf8 0%,#faf0df 58%,#f0dfbf 100%); }
.hero::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(200,154,69,.26); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; opacity: .55; }
.hero-glow-one { width: 480px; height: 480px; right: -180px; top: -170px; border: 80px solid rgba(112,20,58,.09); }
.hero-glow-two { width: 230px; height: 230px; left: -100px; bottom: -110px; background: rgba(200,154,69,.15); }
.hero-content, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; color: var(--wine-dark); font: 500 clamp(52px,6vw,86px)/.97 Georgia,serif; letter-spacing: -.035em; }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero-text { max-width: 610px; margin: 26px 0 30px; color: var(--muted); font: 18px/1.8 Georgia,serif; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.primary-button { padding: 17px 24px; color: white; background: var(--wine); box-shadow: 0 12px 30px rgba(112,20,58,.2); }
.text-button { padding: 12px 0; color: var(--wine); border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 800; }
.trust-row { display: flex; gap: 38px; margin-top: 48px; }
.trust-row div { display: flex; flex-direction: column; padding-right: 38px; border-right: 1px solid #dccdaa; }
.trust-row div:last-child { border: 0; }
.trust-row strong { color: var(--wine); font: 21px Georgia,serif; }
.trust-row span { margin-top: 3px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.hero-visual { justify-self: end; width: min(100%,530px); }
.image-frame { height: min(65vh,620px); padding: 16px; background: #fff8ec; box-shadow: 0 30px 70px rgba(69,11,39,.23); transform: rotate(1.5deg); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; left: -48px; bottom: 38px; width: 224px; padding: 18px 20px; background: rgba(255,253,248,.96); border-left: 3px solid var(--gold); box-shadow: 0 16px 40px rgba(50,14,31,.2); }
.floating-card span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.floating-card strong { display: block; margin: 8px 0 5px; color: var(--wine); font: 19px Georgia,serif; }
.floating-card small { color: var(--muted); }
.round-seal { position: absolute; right: -30px; top: -30px; width: 90px; height: 90px; display: grid; place-items: center; color: #fff6dc; background: var(--wine); border: 5px solid var(--cream); border-radius: 50%; font: 30px Georgia,serif; box-shadow: 0 10px 30px rgba(70,10,38,.24); }

.benefit-strip { padding: 26px 6%; display: grid; grid-template-columns: repeat(4,1fr); background: var(--wine); color: white; }
.benefit-strip article { padding: 8px clamp(15px,3vw,38px); display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.18); }
.benefit-strip article:last-child { border: 0; }
.benefit-strip article > span { color: var(--gold-light); font-size: 25px; }
.benefit-strip strong, .benefit-strip small { display: block; }
.benefit-strip strong { font: 16px Georgia,serif; }
.benefit-strip small { margin-top: 4px; color: #eacfd9; font-size: 11px; }
.section { padding: 105px 7%; }
.section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .story-copy h2, .delivery h2, .order-banner h2 { margin: 0; color: var(--wine-dark); font: 500 clamp(38px,4.2vw,58px)/1.08 Georgia,serif; }
.section-heading > p:last-child { margin: 18px auto 0; color: var(--muted); line-height: 1.75; }
.collection { background: #fffdf9; }
.product-grid { max-width: 1360px; margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.product-card { overflow: hidden; background: white; border: 1px solid #eadfca; transition: transform .25s ease,box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(63,18,39,.13); }
.product-image { height: 410px; position: relative; overflow: hidden; background: var(--cream); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 7px 10px; color: white; background: var(--wine); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.product-info { padding: 23px; }
.product-info p { margin: 0 0 7px; color: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.product-info h3 { margin: 0 0 10px; color: var(--wine-dark); font: 500 23px Georgia,serif; }
.product-info > span { min-height: 48px; display: block; color: var(--muted); font-size: 13px; line-height: 1.6; }
.product-info a { margin-top: 18px; display: flex; justify-content: space-between; color: var(--wine); font-size: 12px; font-weight: 900; }

.story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 9vw; background: var(--cream); }
.story-images { max-width: 530px; position: relative; }
.story-main { width: 100%; height: 620px; object-fit: cover; box-shadow: 25px 25px 0 #e6d4af; }
.story-logo { position: absolute; width: 170px; height: 170px; right: -55px; bottom: -40px; padding: 9px; background: white; border-radius: 50%; box-shadow: 0 18px 45px rgba(65,13,37,.18); }
.story-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.story-copy { max-width: 650px; }
.story-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font: 18px/1.8 Georgia,serif; }
.story-copy ul { padding: 0; margin: 0 0 30px; list-style: none; color: #5e4752; line-height: 2.1; }
.story-copy li span { margin-right: 10px; color: var(--gold); font-weight: 900; }
.delivery { background: linear-gradient(120deg,#fffdf9 0%,#f9efd9 100%); text-align: center; }
.delivery > div:first-child { max-width: 760px; margin: auto; }
.delivery > div:first-child > p:last-child { color: var(--muted); line-height: 1.8; }
.location-grid { max-width: 1080px; margin: 45px auto 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.location-grid article { padding: 30px 18px; background: white; border: 1px solid #e7d9bb; box-shadow: 0 10px 30px rgba(76,35,15,.06); }
.location-grid span, .location-grid strong, .location-grid small { display: block; }
.location-grid span { color: var(--gold); font-size: 25px; }
.location-grid strong { margin: 12px 0 5px; color: var(--wine); font: 21px Georgia,serif; }
.location-grid small { color: var(--muted); }
.order-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; color: white; background: linear-gradient(120deg,var(--wine-dark),var(--wine)); }
.order-banner .eyebrow { color: var(--gold-light); }
.order-banner h2 { color: white; }
.order-banner p:last-child { color: #ead6df; line-height: 1.7; }
.light-button { flex-shrink: 0; padding: 18px 24px; color: var(--wine); background: #fff6df; }

footer { padding: 55px 7% 24px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 35px; background: #260815; color: white; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 90px; height: 90px; object-fit: cover; border-radius: 50%; }
.footer-brand strong { color: #fff5d8; font: 500 25px Georgia,serif; }
.footer-brand p { max-width: 390px; color: #cbb3bd; font-size: 13px; line-height: 1.7; }
.footer-details { display: grid; grid-template-columns: 1fr 1.4fr; gap: 22px 28px; align-items: center; }
.footer-details small { display: block; margin-bottom: 9px; color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.footer-details a, .footer-details span { color: #f6e7ec; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.footer-socials { justify-content: flex-start; }
.copyright { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #9f848f; font-size: 11px; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 22px; z-index: 30; width: 58px; height: 58px; display: grid; place-items: center; color: white; background: #25d366; border-radius: 50%; box-shadow: 0 12px 35px rgba(18,87,54,.3); }
.floating-whatsapp svg { width: 29px; height: 29px; }

@media (max-width: 1050px) {
  .site-header { padding-inline: 4%; }
  .main-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 40px; padding-inline: 5%; }
  .hero h1 { font-size: clamp(48px,6.3vw,66px); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-strip { grid-template-columns: repeat(2,1fr); }
  .benefit-strip article:nth-child(2) { border-right: 0; }
  .story { gap: 70px; }
  .story-logo { right: -25px; }
}

@media (max-width: 820px) {
  .announcement { justify-content: space-around; gap: 8px; font-size: 8px; letter-spacing: .06em; }
  .announcement span:nth-child(2) { display: none; }
  .site-header { height: 76px; padding: 0 18px; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 22px; }
  .brand small { margin-top: 5px; font-size: 7px; }
  .menu-button { display: block; order: 2; margin-left: auto; }
  .header-socials { order: 3; gap: 6px; }
  .header-socials .social-icon { width: 34px; height: 34px; }
  .header-socials .facebook, .header-socials .email { display: none; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-bottom: 1px solid #eadfca; box-shadow: 0 15px 30px rgba(69,11,39,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 8px; border-bottom: 1px solid #f0e5d0; }
  .hero { min-height: auto; padding: 55px 24px 70px; grid-template-columns: 1fr; }
  .hero::after { inset: 10px; }
  .hero h1 { font-size: clamp(47px,14vw,65px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .text-button { text-align: center; }
  .trust-row { gap: 14px; margin-top: 35px; }
  .trust-row div { padding-right: 14px; }
  .trust-row strong { font-size: 17px; }
  .trust-row span { font-size: 8px; }
  .hero-visual { width: 92%; margin: 18px auto 0; }
  .image-frame { height: 520px; padding: 10px; }
  .floating-card { left: -18px; bottom: 24px; width: 210px; }
  .round-seal { right: -22px; width: 72px; height: 72px; }
  .benefit-strip { grid-template-columns: 1fr 1fr; padding: 20px 12px; }
  .benefit-strip article { padding: 12px 8px; gap: 8px; }
  .benefit-strip article:nth-child(1), .benefit-strip article:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .benefit-strip strong { font-size: 13px; }
  .benefit-strip small { font-size: 9px; }
  .section { padding: 75px 22px; }
  .section-heading h2, .story-copy h2, .delivery h2, .order-banner h2 { font-size: 39px; }
  .product-grid { grid-template-columns: 1fr; gap: 22px; }
  .product-image { height: 470px; }
  .story { grid-template-columns: 1fr; gap: 80px; }
  .story-images { width: 88%; }
  .story-main { height: 500px; box-shadow: 16px 16px 0 #e6d4af; }
  .story-logo { width: 135px; height: 135px; right: -28px; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-grid article { padding: 24px 8px; }
  .order-banner { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-details { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (max-width: 430px) {
  .header-socials .instagram { display: none; }
  .hero h1 { font-size: 46px; }
  .image-frame { height: 440px; }
}

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