:root {
  --black: #0b0706;
  --surface: #120d0b;
  --ink: #f5ede5;
  --muted: #b6a79e;
  --gold: #c97a4b;
  --gold-dark: #955038;
  --green: #2faf67;
  --line: rgba(245, 237, 229, 0.17);
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1200px;
  --radius-sm: 6px;
  --radius-md: 16px;
  --radius-lg: 38px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; scroll-padding-top: 84px; background: var(--black); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--black); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button { color: inherit; font: inherit; }

.skip-link { position: fixed; top: -72px; left: 20px; z-index: 1000; padding: 12px 18px; color: var(--black); background: var(--ink); text-decoration: none; transition: top 180ms ease-out; }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.section-shell { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; text-decoration: none; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out); }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #211008; background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: #dda06f; border-color: #dda06f; }
.button-outline { color: var(--ink); background: transparent; border-color: rgba(245, 237, 229, 0.55); }
.button-outline:hover { color: var(--black); background: var(--ink); border-color: var(--ink); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 10px max(24px, calc((100vw - var(--container)) / 2)); border-bottom: 1px solid var(--line); background: rgba(11, 7, 6, 0.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: min-height 260ms var(--ease-out), background-color 260ms ease; }
.site-header.is-scrolled { min-height: 66px; background: rgba(11, 7, 6, 0.97); }
.brand { display: inline-flex; align-items: center; justify-self: start; min-height: 48px; text-decoration: none; }
.brand img { width: 238px; height: 50px; transition: opacity 180ms ease, transform 300ms var(--ease-out); }
.brand:hover img { opacity: 0.88; transform: translateX(2px); }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.7vw, 42px); }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; font-size: 12px; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 260ms var(--ease-out); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 16px; }
.social-shortcut { display: grid; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--gold); background: #21130e; text-decoration: none; place-items: center; transition: border-color 180ms ease, transform 180ms var(--ease-out); }
.social-shortcut svg, .social-icon svg, .reviews-link svg, .footer-social svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-shortcut .social-dot, .social-icon .social-dot, .reviews-link .social-dot, .footer-social .social-dot { fill: currentColor; stroke: none; }
.social-shortcut:hover { transform: scale(1.08); }
.header-cta { min-height: 44px; padding-inline: 24px; }
.menu-toggle, .mobile-menu { display: none; }

/* Hero */
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(54px, 7vw, 110px); min-height: calc(92svh - 76px); padding-block: clamp(64px, 8vh, 88px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 620px; margin: 24px 0; font-size: clamp(48px, 5vw, 78px); font-weight: 500; letter-spacing: -0.05em; line-height: 1.06; }
.hero h1 span { display: block; color: var(--gold); }
.hero-lede { max-width: 560px; margin: 0 0 30px; color: var(--muted); font-size: 16px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-social { display: flex; align-items: center; gap: 18px; margin-top: 34px; color: var(--muted); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-social a { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; transition: color 180ms ease, border-color 180ms ease; }
.hero-social a:hover { color: var(--gold); border-color: var(--gold); }
.hero-visual { position: relative; min-height: min(70vh, 680px); }
.hero-main { position: absolute; inset: 0 0 0 12%; margin: 0; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 10px; }
.hero-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-orbit { position: absolute; bottom: -6%; left: -5%; z-index: 2; width: clamp(150px, 17vw, 248px); aspect-ratio: 1; margin: 0; overflow: hidden; border: 5px solid var(--black); border-radius: 50%; box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42); }
.hero-orbit img { width: 100%; height: 100%; object-fit: cover; }

/* Proof */
.proof-strip { display: grid; grid-template-columns: 0.85fr 0.85fr 1.5fr; align-items: stretch; margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.proof-item, .proof-strip blockquote { display: grid; align-content: center; min-height: 116px; margin: 0; padding: 24px 28px; }
.proof-item + .proof-item, .proof-strip blockquote { border-left: 1px solid var(--line); }
.proof-item strong { margin-bottom: 5px; font-size: 14px; font-weight: 600; }
.proof-item span, .proof-strip blockquote p { margin: 0; color: var(--muted); font-size: 13px; }
.proof-strip blockquote > span { margin-bottom: 7px; color: var(--gold); font-size: 12px; letter-spacing: 0.14em; }

/* Shared section heading */
.section-heading { max-width: 670px; margin: 0 auto clamp(32px, 4vw, 48px); text-align: center; }
.section-heading h2 { margin: 14px 0 12px; font-size: clamp(36px, 4vw, 58px); font-weight: 500; letter-spacing: -0.045em; line-height: 1.08; }
.section-heading > p:last-child { max-width: 600px; margin: 0 auto; color: var(--muted); }

/* Benefits */
.benefits { padding-block: clamp(72px, 7vw, 96px); }
.benefits .section-heading h2 { font-size: clamp(34px, 3.2vw, 46px); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { min-height: 190px; padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(201, 122, 75, 0.018); transition: border-color 260ms ease, background-color 260ms ease, transform 320ms var(--ease-out); }
.benefit-card:hover { border-color: rgba(201, 122, 75, 0.68); background: rgba(201, 122, 75, 0.05); transform: translateY(-6px); }
.benefit-icon { display: block; width: 28px; height: 28px; margin-bottom: 20px; color: var(--gold); fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3, .feature-card h3 { margin: 0 0 12px; font-size: 19px; font-weight: 600; }
.benefit-card p, .feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-card { display: grid; grid-template-columns: 34% 66%; height: 240px; margin-top: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.feature-copy { align-self: center; padding: 30px 28px; }
.feature-copy .benefit-icon { margin-bottom: 18px; }
.feature-media { height: 240px; min-height: 0; margin: 0; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }

/* Story rows */
.story { padding-block: clamp(16px, 3vw, 40px) clamp(72px, 8vw, 104px); }
.story-row { display: grid; grid-template-columns: 43% 1fr; align-items: center; gap: clamp(48px, 6vw, 88px); min-height: 460px; }
.story-row + .story-row { margin-top: clamp(48px, 6vw, 72px); }
.story-row-reverse { grid-template-columns: 1fr 43%; }
.story-row-reverse .story-media { grid-column: 2; }
.story-row-reverse .story-copy { grid-row: 1; grid-column: 1; }
.story-media { height: 410px; margin: 0; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 10px; }
.story-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.story-copy { max-width: 600px; }
.story-copy h2 { margin: 14px 0 20px; font-size: clamp(38px, 4vw, 56px); font-weight: 500; letter-spacing: -0.05em; line-height: 1.04; }
.story-copy > p:not(.eyebrow) { max-width: 570px; margin: 0 0 28px; color: var(--muted); }

/* Marquee */
.marquee { overflow: hidden; color: #261108; background: var(--gold); border-block: 1px solid #e09b72; }
.marquee-track { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.marquee-track span { padding: 12px 0; font-size: 12px; font-weight: 700; letter-spacing: 0.22em; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Menu carousel */
.menu-section { padding-block: clamp(80px, 8vw, 112px); overflow: hidden; }
.menu-viewport { overflow: hidden; }
.menu-track { display: flex; gap: 20px; margin: 0; padding: 0; list-style: none; will-change: transform; transition: transform 720ms var(--ease-out); }
.menu-card { flex: 0 0 calc((100% - 60px) / 4); min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); transition: border-color 220ms ease, transform 280ms var(--ease-out); }
.menu-card:hover { border-color: rgba(201, 122, 75, 0.62); transform: translateY(-6px); }
.menu-card img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; object-position: 50% 46%; transition: transform 700ms var(--ease-out), filter 500ms ease; }
.menu-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.menu-card h3 { margin: 18px 18px 6px; font-size: 17px; font-weight: 600; }
.menu-tag { display: block; margin: 0 18px 8px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; }
.menu-card p { min-height: 44px; margin: 0 18px 20px; color: var(--muted); font-size: 14px; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin: 28px 0; }
.carousel-controls > button { display: grid; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; place-items: center; transition: color 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out); }
.carousel-controls > button:hover { color: var(--gold); border-color: var(--gold); transform: scale(1.06); }
.carousel-dots { display: flex; gap: 0; }
.carousel-dots button { position: relative; width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-dots button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border: 1px solid var(--muted); border-radius: 50%; transform: translate(-50%, -50%); transition: background-color 220ms ease, border-color 220ms ease, transform 220ms var(--ease-out); }
.carousel-dots button.is-active::before { background: var(--gold); border-color: var(--gold); transform: translate(-50%, -50%) scale(1.28); }
.menu-cta { display: flex; width: max-content; margin: 0 auto; }

/* FAQ */
.faq { display: grid; grid-template-columns: 40% 1fr; gap: clamp(48px, 6vw, 88px); padding-block: clamp(88px, 9vw, 120px); }
.faq > h2 { margin: 0; font-size: clamp(46px, 5vw, 64px); font-weight: 500; letter-spacing: -0.055em; line-height: 1.02; }
.faq > h2 span { color: var(--gold); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 70px; padding: 14px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-item button span { color: var(--muted); font-size: 22px; font-weight: 400; transition: color 180ms ease, transform 300ms var(--ease-out); }
.accordion-item button:hover span { color: var(--gold); }
.accordion-item button[aria-expanded="true"] span { color: var(--gold); transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 420ms var(--ease-out); }
.accordion-panel > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 14px; }
.accordion-item:has(button[aria-expanded="true"]) .accordion-panel { grid-template-rows: 1fr; }
.accordion-item:has(button[aria-expanded="true"]) .accordion-panel > p { padding-bottom: 22px; }

/* Testimonials */
.testimonials { padding-block: clamp(48px, 6vw, 72px) clamp(88px, 9vw, 120px); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial-card { min-height: 236px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.testimonial-stars { color: var(--gold); font-size: 13px; letter-spacing: 0.14em; }
.testimonial-card blockquote { margin: 24px 0 20px; font-size: 18px; line-height: 1.5; }
.testimonial-card p { margin: 0; color: var(--muted); font-size: 13px; }
.reviews-link { display: flex; align-items: center; justify-content: center; gap: 10px; width: max-content; min-height: 44px; margin: 24px auto 0; color: var(--gold); font-size: 13px; font-weight: 600; text-decoration: none; }

/* Contact CTA */
.contact { position: relative; display: grid; min-height: 460px; margin-bottom: clamp(64px, 7vw, 88px); overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 10px; place-items: center; }
.contact-background, .contact-overlay { position: absolute; inset: 0; margin: 0; }
.contact-background img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.contact-overlay { z-index: 1; background: rgba(3, 3, 3, 0.56); }
.contact-content { position: relative; z-index: 2; max-width: 760px; padding: 40px; text-align: center; }
.contact-content h2 { margin: 0 0 18px; font-size: clamp(40px, 5vw, 68px); font-weight: 500; letter-spacing: -0.05em; line-height: 1.05; }
.contact-content p { max-width: 540px; margin: 0 auto 26px; color: rgba(245, 237, 229, 0.84); }

/* Footer + WhatsApp */
.site-footer { display: grid; justify-items: center; gap: 16px; padding: 40px 24px 30px; border-top: 1px solid var(--line); color: var(--muted); text-align: center; }
.footer-brand img { width: 272px; height: 58px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.site-footer nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; text-decoration: none; transition: color 180ms ease; }
.site-footer nav a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { display: grid; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--gold); place-items: center; }
.site-footer p { margin: 0; font-size: 12px; }
.site-footer small { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.whatsapp-float { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom)); z-index: 90; display: grid; width: 54px; height: 54px; color: #fff; background: var(--green); border: 3px solid rgba(255, 255, 255, 0.85); border-radius: 50%; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45); place-items: center; transition: opacity 180ms ease, transform 180ms var(--ease-out); }
.contact-inview .whatsapp-float { opacity: 0; pointer-events: none; transform: translateY(10px); }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }

/* Animation system */
.js .hero-enter { opacity: 0; transform: translateY(34px); }
.js body.is-ready .hero-enter { opacity: 1; transform: translateY(0); transition: opacity 750ms var(--ease-out) var(--delay, 0ms), transform 850ms var(--ease-out) var(--delay, 0ms); }
.js .hero-visual.hero-enter { transform: translateX(44px) scale(0.97); }
.js body.is-ready .hero-visual.hero-enter { transform: translateX(0) scale(1); }

.js [data-animate] { transition: transform 760ms var(--ease-out); transition-delay: var(--stagger, 0ms); }
.js [data-animate="fade-up"], .js [data-animate="card"] { transform: translateY(46px); }
.js [data-animate="fade-left"] { transform: translateX(54px); }
.js [data-animate="fade-right"] { transform: translateX(-54px); }
.js [data-animate="image"] { transform: translateY(32px) scale(0.97); }
.js [data-animate="cta"] { transform: translateY(60px) scale(0.96); }
.js [data-animate].is-inview { transform: translate(0) scale(1); }

.js .image-reveal { clip-path: none; }
.js .image-reveal img { transform: scale(1.12); transition: transform 1200ms var(--ease-out); }
.js body.is-ready .hero-enter.image-reveal img, .js body.is-ready .hero-enter .image-reveal img { transform: scale(1); transition-delay: calc(var(--delay, 0ms) + 120ms); }
.js [data-animate].is-inview.image-reveal img, .js [data-animate].is-inview .image-reveal img { transform: scale(1); }

@media (max-width: 980px) {
  .section-shell { width: min(100% - 36px, var(--container)); }
  .hero { grid-template-columns: 0.9fr 1.1fr; gap: 36px; }
  .hero h1 { font-size: clamp(44px, 5.8vw, 62px); }
  .benefit-card { padding-inline: 24px; }
  .story-row, .story-row-reverse { gap: 48px; }
  .menu-card { flex-basis: calc((100% - 40px) / 3); }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip blockquote { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .section-shell { width: min(100% - 32px, var(--container)); }
  .site-header { position: sticky; grid-template-columns: 1fr auto; min-height: 70px; padding-inline: 16px; }
  .desktop-nav, .header-actions { display: none; }
  .brand img { width: 198px; height: 42px; }
  .menu-toggle { display: grid; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; place-content: center; }
  .menu-toggle span { display: block; width: 24px; height: 1px; margin: 4px; background: var(--ink); transition: transform 220ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; padding: 20px 16px 26px; border-block: 1px solid var(--line); background: rgba(11, 7, 6, 0.98); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { display: flex; align-items: center; min-height: 52px; border-bottom: 1px solid var(--line); font-size: 19px; text-decoration: none; }

  .hero { display: block; min-height: auto; padding-block: 36px 64px; }
  .hero h1 { max-width: 640px; margin-block: 18px; font-size: clamp(42px, 12vw, 56px); }
  .hero-lede { max-width: 520px; }
  .hero-social { display: none; }
  .hero-visual { min-height: 350px; margin-top: 32px; }
  .hero-main { left: 7%; border-radius: 28px 28px 28px 8px; }
  .hero-orbit { bottom: -9%; left: 0; width: 124px; }

  .proof-strip { grid-template-columns: 1fr; margin-top: 0; }
  .proof-item, .proof-strip blockquote { min-height: 0; padding: 20px 22px; }
  .proof-item + .proof-item, .proof-strip blockquote { grid-column: auto; border-top: 1px solid var(--line); border-left: 0; }

  .benefits { padding-block: 72px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(34px, 10vw, 52px); }
  .benefit-grid { grid-template-columns: 1fr; gap: 14px; }
  .benefit-card { min-height: 176px; }
  .feature-card { grid-template-columns: 1fr; height: auto; }
  .feature-media { min-height: 240px; grid-row: 1; }

  .story { padding-bottom: 80px; }
  .story-row, .story-row-reverse { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 40px; }
  .story-row + .story-row { margin-top: 72px; }
  .story-media { width: 100%; height: 360px; border-radius: 34px 34px 34px 8px; }
  .story-copy h2 { font-size: clamp(38px, 11vw, 56px); }

  .menu-section { padding-block: 72px; }
  .menu-viewport { overflow: hidden; }
  .menu-card { flex-basis: 78vw; }
  .carousel-controls { justify-content: space-between; }
  .carousel-dots { display: none; }

  .faq { grid-template-columns: 1fr; gap: 40px; padding-block: 80px; }
  .faq > h2 { font-size: clamp(44px, 13vw, 56px); }

  .testimonials { padding-bottom: 80px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 14px; }
  .testimonial-card { min-height: 0; padding: 24px; }

  .contact { min-height: 440px; margin-bottom: 64px; border-radius: 28px 28px 28px 8px; }
  .contact-content { padding: 28px; }
  .contact-content h2 { font-size: clamp(38px, 11vw, 56px); }
  .whatsapp-float { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .hero-enter, .js [data-animate], .js .image-reveal, .js .image-reveal img { opacity: 1 !important; clip-path: none !important; transform: none !important; }
  .marquee-track { animation: none; }
}
