:root {
  --black: #080808;
  --charcoal: #141414;
  --surface: #1b1a18;
  --gold: #d4af37;
  --gold-soft: #c9a45c;
  --champagne: #f3e8cf;
  --ivory: #fffdf7;
  --muted: #bbb2a1;
  --line: rgba(212, 175, 55, .28);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--champagne); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 18px; background: var(--gold); color: var(--black); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 78px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; gap: 34px; border-bottom: 1px solid var(--line); background: rgba(8,8,8,.9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: .18em; color: var(--gold); line-height: 1; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-size: 14px; }
.brand strong, .brand b { display: block; }
.brand strong { font-family: var(--serif); font-size: 15px; font-weight: 500; }
.brand b { margin-top: 4px; text-align: center; font-size: 12px; letter-spacing: .32em; }
nav { display: flex; justify-content: center; gap: 28px; margin-left: auto; }
nav a { color: var(--champagne); text-decoration: none; font-size: 14px; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; border: 1px solid var(--gold); background: var(--gold); color: var(--black); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 13px; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: transparent; color: var(--gold); }
.button-small { min-height: 42px; padding: 0 20px; font-size: 11px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; text-underline-offset: 7px; font-size: 13px; font-weight: 700; }
.eyebrow { margin: 0 0 20px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .3em; font-size: 12px; font-weight: 800; }
h1, h2, h3 { margin-top: 0; color: var(--ivory); font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(3.1rem, 6.7vw, 7.3rem); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem, 5vw, 5.2rem); letter-spacing: -.035em; }
h3 { margin-bottom: 8px; font-size: 1.45rem; }
em { color: var(--gold); font-weight: 400; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: clamp(36px, 6vw, 100px); padding: clamp(60px, 8vw, 118px) clamp(20px, 6vw, 92px); position: relative; }
.hero::before { content: "24"; position: absolute; top: 48%; left: 2%; transform: translateY(-50%); font-family: var(--serif); font-size: min(44vw, 620px); line-height: .7; color: transparent; -webkit-text-stroke: 1px rgba(212,175,55,.07); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 38px; }
.delivery-note { margin: 28px 0 0; color: var(--ivory); font-size: 14px; }
.delivery-note span { color: var(--gold); margin-right: 9px; }
.hero-visual { margin: 0; position: relative; padding: 16px; border: 1px solid var(--line); }
.hero-visual::after { content: ""; position: absolute; inset: 28px -18px -18px 28px; border: 1px solid var(--line); z-index: -1; }
.hero-visual img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.hero-visual figcaption { position: absolute; left: -38px; bottom: 38px; padding: 14px 20px; border: 1px solid var(--gold); background: var(--black); color: var(--champagne); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.hero-visual figcaption span { color: var(--gold); font-family: var(--serif); font-size: 32px; margin-right: 8px; vertical-align: middle; }
.intro-strip { min-height: 80px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; padding: 20px; border-block: 1px solid var(--line); background: var(--charcoal); color: var(--gold-soft); text-transform: uppercase; letter-spacing: .21em; font-size: 11px; }
.intro-strip i { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.section { padding: clamp(86px, 10vw, 150px) clamp(20px, 6vw, 92px); }
.section-heading { max-width: 840px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.video-section { display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: clamp(44px, 8vw, 120px); }
.video-section .section-heading { margin-bottom: 0; }
.video-frame { max-width: 600px; margin-inline: auto; padding: 12px; border: 1px solid var(--gold); box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.video-frame video { width: 100%; max-height: 720px; background: #000; }

.products { background: var(--charcoal); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { padding: 14px 14px 22px; border: 1px solid var(--line); background: var(--black); transition: transform .25s, border-color .25s; }
.product-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.product-card > img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; object-position: center; margin-bottom: 20px; }
.product-card > p { min-height: 52px; margin: 0 4px 18px; color: var(--muted); font-size: 14px; }
.product-card > a { display: inline-block; margin: 0 4px; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; text-underline-offset: 6px; }
.product-info { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 0 4px; }
.product-info p { margin: 0 0 4px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .17em; font-size: 9px; }
.product-info h3 { min-height: 50px; }
.product-info strong { color: var(--gold); font-family: var(--serif); font-size: 18px; white-space: nowrap; }

.benefits { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(48px, 10vw, 140px); align-items: center; }
.benefits-photo { position: relative; }
.benefits-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--line); }
.benefits-photo img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.benefit-list { margin-top: 38px; border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.benefit-list h3 { margin: 0 0 6px; }
.benefit-list p { margin: 0; color: var(--muted); }
.nutrition-note { margin-top: 28px; color: var(--muted); font-size: 13px; }

.about { display: grid; grid-template-columns: 1fr minmax(300px, .8fr); gap: clamp(50px, 10vw, 150px); align-items: center; background: var(--charcoal); }
.about-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.about-copy .text-link { margin-top: 20px; }
.about-image { margin: 0; position: relative; padding: 12px; border: 1px solid var(--gold); }
.about-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-image figcaption { position: absolute; right: -16px; bottom: 36px; padding: 12px 18px; background: var(--gold); color: var(--black); text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: 10px; }

.order-section { text-align: center; position: relative; overflow: hidden; }
.order-section::before, .order-section::after { content: ""; position: absolute; top: 50%; width: 25%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.order-section::before { left: 0; }
.order-section::after { right: 0; transform: rotate(180deg); }
.order-inner { max-width: 860px; margin: auto; padding: clamp(42px, 6vw, 76px); border: 1px solid var(--gold); position: relative; background: linear-gradient(145deg, rgba(212,175,55,.07), transparent 55%); }
.order-inner p:not(.eyebrow) { color: var(--muted); }
.order-inner strong { display: block; margin: 24px 0; color: var(--gold); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px 40px; padding: 42px clamp(20px, 6vw, 92px); border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-brand { grid-row: span 3; }
footer p { margin: 0; text-align: right; }
.footer-note { color: var(--gold-soft); }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 45; min-width: 92px; height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--gold); background: var(--gold); color: var(--black); text-decoration: none; box-shadow: 0 12px 35px rgba(0,0,0,.45); font-size: 14px; }
.whatsapp-float span { font-size: 20px; }
.whatsapp-float b { text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1100px) {
  nav { gap: 18px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr .8fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .site-header { min-height: 68px; justify-content: space-between; }
  .menu-toggle { display: block; margin-left: auto; border: 1px solid var(--line); background: transparent; color: var(--gold); padding: 9px 12px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
  nav { display: none; position: absolute; top: 68px; inset-inline: 0; flex-direction: column; align-items: center; gap: 0; margin: 0; padding: 10px 20px 20px; background: rgba(8,8,8,.98); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { width: 100%; padding: 14px; text-align: center; border-bottom: 1px solid rgba(212,175,55,.12); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 64px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-visual { max-width: 600px; }
  .hero-visual figcaption { left: -8px; bottom: 22px; }
  .video-section, .benefits, .about { grid-template-columns: 1fr; }
  .video-section .section-heading { margin-bottom: 0; }
  .benefits-photo { max-width: 560px; }
  .about-image { grid-row: 1; max-width: 520px; }
  .order-section::before, .order-section::after { display: none; }
}

@media (max-width: 520px) {
  .section { padding-block: 78px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card > img { aspect-ratio: 4 / 4.8; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .intro-strip { gap: 13px; letter-spacing: .12em; }
  .intro-strip span { font-size: 9px; }
  footer { grid-template-columns: 1fr; text-align: center; padding-bottom: 96px; }
  .footer-brand { grid-row: auto; margin: 0 auto 16px; }
  footer p { text-align: center; }
}

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