:root {
  --navy: #04101d;
  --navy-2: #071728;
  --navy-3: #0b2238;
  --gold: #d79a18;
  --gold-light: #f1c75b;
  --cream: #f6efe2;
  --wood: #b77b42;
  --text-soft: rgba(246, 239, 226, .72);
  --border: rgba(215, 154, 24, .28);
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.modal-open { overflow: hidden; padding-right: 0 !important; }
::selection { color: var(--navy); background: var(--gold-light); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
section[id], header[id] { scroll-margin-top: 78px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.14em; }
.skip-link { position: fixed; z-index: 11000; left: 1rem; top: 1rem; padding: .75rem 1rem; border-radius: .5rem; color: var(--navy); background: var(--gold-light); font-weight: 800; text-decoration: none; transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.custom-nav {
  padding: 1rem 0;
  transition: .35s ease;
}
.custom-nav.scrolled {
  padding: .55rem 0;
  background: rgba(4, 16, 29, .88);
  border-bottom: 1px solid rgba(215, 154, 24, .16);
  backdrop-filter: blur(18px);
}
.navbar-brand { text-decoration: none; }
.brand-monogram {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -.1em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  letter-spacing: .02em;
}
.brand-copy small {
  margin-top: .25rem;
  color: var(--gold-light);
  font-size: .61rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.nav-link { color: rgba(255,255,255,.76); font-size: .9rem; }
.nav-link:hover, .nav-link:focus { color: var(--gold-light); }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler:focus-visible, .btn:focus-visible, .nav-link:focus-visible, .social-btn:focus-visible, .whatsapp-float:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  color: #171004;
  border: 1px solid var(--gold-light);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 10px 35px rgba(215, 154, 24, .2);
}
.btn-gold:hover, .btn-gold:focus { color: #0b0b0b; box-shadow: 0 14px 38px rgba(215, 154, 24, .34); }
.btn-outline-light { border-color: rgba(255,255,255,.28); }

.hero-section {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 12%, rgba(215, 154, 24, .13), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(44, 107, 146, .16), transparent 30%),
    linear-gradient(145deg, #020a13 0%, var(--navy) 48%, #081a2c 100%);
}
.hero-container { z-index: 2; }
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
  animation: floatOrb 9s ease-in-out infinite;
}
.orb-one { width: 420px; height: 420px; right: -170px; top: 5%; border: 1px solid rgba(215,154,24,.18); }
.orb-two { width: 220px; height: 220px; left: 43%; bottom: 8%; border: 1px solid rgba(255,255,255,.08); animation-delay: -3s; }
.wood-ribbon {
  position: absolute;
  opacity: .13;
  background-image: linear-gradient(90deg, rgba(4,16,29,.1), rgba(4,16,29,.7)), url("../img/wood-1.webp");
  background-size: cover;
}
.wood-ribbon-one { width: 28vw; min-width: 250px; height: 110%; right: 0; top: -5%; transform: skewX(-10deg); transform-origin: right; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.15rem;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
.hero-copy h1, .section-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.045em;
}
.hero-copy h1 { max-width: 680px; font-size: clamp(4rem, 8vw, 7.8rem); line-height: .77; }
.hero-copy h1 em, .section-title em { color: var(--gold-light); font-weight: 500; }
.hero-lead {
  max-width: 580px;
  margin-top: 2rem;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.8;
}
.hero-proof > div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1; }
.hero-proof span { margin-top: .35rem; color: rgba(255,255,255,.5); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }

.hero-visual { position: relative; width: min(540px, 90vw); height: 660px; margin-inline: auto; perspective: 1200px; }
.hero-card {
  position: absolute;
  overflow: hidden;
  width: 315px;
  border: 1px solid rgba(215,154,24,.34);
  border-radius: 14px;
  background: #05111f;
  box-shadow: var(--shadow);
  transition: transform .2s ease-out;
}
.hero-card img { display: block; width: 100%; height: auto; }
.hero-card-back { right: 5px; top: 28px; transform: rotate(9deg); opacity: .68; }
.hero-card-front { left: 42px; top: 105px; z-index: 2; transform: rotate(-6deg); }
.menu-card-shine { position: absolute; inset: -40% auto -40% -70%; width: 50%; transform: rotate(15deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); animation: shine 5.5s ease-in-out infinite; }
.hero-seal {
  position: absolute;
  z-index: 4;
  right: 13px;
  bottom: 20px;
  width: 148px;
  height: 148px;
  overflow: hidden;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--navy);
  box-shadow: 0 16px 45px rgba(0,0,0,.4);
}
.hero-seal img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.1); }
.floating-note {
  position: absolute;
  z-index: 4;
  padding: .7rem 1rem;
  border: 1px solid rgba(215,154,24,.25);
  border-radius: 999px;
  color: rgba(255,255,255,.8);
  background: rgba(4,16,29,.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 35px rgba(0,0,0,.28);
  font-size: .72rem;
  animation: floatingNote 4s ease-in-out infinite;
}
.floating-note .icon { color: var(--gold-light); margin-right: .4rem; }
.note-one { top: 55px; left: -30px; }
.note-two { right: -22px; bottom: 175px; animation-delay: -2s; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 20px; width: 28px; height: 45px; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-light); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }

.section-space { padding: clamp(5rem, 9vw, 9rem) 0; }
.about-section { background: linear-gradient(180deg, #071524 0%, #06111e 100%); }
.wood-panel {
  position: absolute;
  opacity: .1;
  background-size: cover;
  filter: saturate(.8);
}
.wood-panel-left { left: -7%; top: 0; width: 34%; height: 100%; background-image: linear-gradient(rgba(4,16,29,.4), rgba(4,16,29,.92)), url("../img/wood-2.webp"); transform: skewX(-7deg); }
.image-frame { position: relative; padding: 1rem; border: 1px solid var(--border); }
.image-frame::before, .image-frame::after { content: ""; position: absolute; width: 70px; height: 70px; border-color: var(--gold); }
.image-frame::before { left: -8px; top: -8px; border-left: 2px solid; border-top: 2px solid; }
.image-frame::after { right: -8px; bottom: -8px; border-right: 2px solid; border-bottom: 2px solid; }
.image-frame img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: contrast(1.08) saturate(.86); }
.frame-label { position: absolute; right: -25px; bottom: 28px; padding: .75rem 1.1rem; color: var(--navy); background: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: bottom right; }
.section-title { font-size: clamp(3.2rem, 7vw, 6.2rem); line-height: .88; }
.section-copy { margin-top: 1.7rem; color: var(--text-soft); font-size: 1.02rem; line-height: 1.85; }
.feature-card { padding: 1.5rem; border: 1px solid rgba(215,154,24,.16); border-radius: 18px; background: rgba(255,255,255,.025); transition: .3s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(215,154,24,.42); background: rgba(215,154,24,.05); }
.feature-icon { width: 42px; height: 42px; padding: 10px; border-radius: 50%; color: var(--gold-light); background: rgba(215,154,24,.1); }
.feature-card h3 { margin: 1rem 0 .5rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.feature-card p { margin: 0; color: rgba(255,255,255,.54); font-size: .86rem; line-height: 1.7; }

.menu-section {
  background:
    linear-gradient(rgba(4,16,29,.96), rgba(4,16,29,.96)),
    url("../img/wood-3.webp") center/cover fixed;
}
.language-switch { display: grid; max-width: 330px; grid-template-columns: 1fr 1fr; padding: .35rem; border: 1px solid rgba(215,154,24,.2); border-radius: 999px; background: rgba(255,255,255,.025); }
.language-btn { padding: .75rem 1rem; appearance: none; border: 0; border-radius: 999px; color: rgba(255,255,255,.68); background: transparent; cursor: pointer; font-weight: 700; transition: .25s ease; }
.language-btn.active { color: var(--navy); background: var(--gold-light); box-shadow: 0 8px 24px rgba(215,154,24,.16); }
.menu-preview-card { display: block; overflow: hidden; width: 100%; padding: 0; appearance: none; border: 1px solid rgba(215,154,24,.18); border-radius: 20px; color: inherit; background: rgba(255,255,255,.025); cursor: pointer; font: inherit; text-align: left; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.menu-preview-card:hover { transform: translateY(-8px); border-color: rgba(215,154,24,.58); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.menu-preview-card:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; transform: translateY(-4px); border-color: var(--gold-light); }
.menu-image-wrap { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; background: #02070d; }
.menu-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s ease; }
.menu-preview-card:hover .menu-image-wrap img { transform: scale(1.04); filter: brightness(.7); }
.menu-image-overlay { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transition: .35s ease; }
.menu-image-overlay span { padding: .7rem 1.1rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(4,16,29,.78); backdrop-filter: blur(10px); font-size: .8rem; font-weight: 700; }
.menu-preview-card:hover .menu-image-overlay, .menu-preview-card:focus-visible .menu-image-overlay { opacity: 1; }
.menu-card-body { display: flex; align-items: center; justify-content: space-between; padding: 1.45rem 1.5rem; }
.menu-category { color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.menu-card-title { display: block; margin: .4rem 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.round-arrow { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(215,154,24,.26); border-radius: 50%; color: var(--gold-light); transition: .25s ease; }
.menu-preview-card:hover .round-arrow, .menu-preview-card:focus-visible .round-arrow { color: var(--navy); background: var(--gold-light); transform: rotate(45deg); }
.menu-item[hidden] { display: none !important; }

.experience-section { color: #22170d; background: #c4925a; }
.experience-wood { position: absolute; inset: 0; opacity: .62; background: linear-gradient(90deg, rgba(236,204,159,.74), rgba(181,122,65,.38)), url("../img/wood-1.webp") center/cover; mix-blend-mode: multiply; }
.eyebrow-dark { color: #57320f; }
.eyebrow-dark span { background: #57320f; }
.section-title-dark { color: #20150a; }
.section-title-dark em { color: #5c3512; }
.section-copy-dark { color: rgba(32,21,10,.72); }
.experience-list { display: grid; gap: .85rem; }
.experience-list div { display: flex; align-items: center; gap: .75rem; font-weight: 700; }
.experience-list .icon { color: #5c3512; }
.quote-card { position: relative; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(34,23,13,.25); border-radius: 24px; background: rgba(255,244,225,.72); backdrop-filter: blur(7px); box-shadow: 0 26px 70px rgba(80,45,15,.18); }
.quote-mark { position: absolute; right: 25px; top: 0; color: rgba(92,53,18,.15); font-family: Georgia, "Times New Roman", serif; font-size: 10rem; line-height: 1; }
.quote-card p { position: relative; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 600; line-height: .95; }
.quote-card span { display: block; margin-top: 2rem; color: rgba(34,23,13,.62); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.order-section { background: #06111e; }
.order-card { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid rgba(215,154,24,.3); border-radius: 28px; background: linear-gradient(135deg, #0a2035, #06111e); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.order-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.order-card p { max-width: 650px; color: var(--text-soft); }
.order-glow { position: absolute; width: 420px; height: 420px; right: -120px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(215,154,24,.2), transparent 68%); }
.payment-note { color: rgba(255,255,255,.54); font-size: .8rem; }
.payment-note strong { color: var(--gold-light); }

.footer-section { border-top: 1px solid rgba(215,154,24,.12); background: #020911; }
.footer-section a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-section a:hover { color: var(--gold-light); }
.footer-label { margin-bottom: .45rem; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-section span { color: rgba(255,255,255,.48); }
.social-btn { display: inline-grid; width: 42px; height: 42px; margin-left: .35rem; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transition: .25s ease; }
.social-btn .icon { width: 1.1rem; height: 1.1rem; }
.social-btn:hover { transform: translateY(-3px); border-color: var(--gold); }
.footer-section hr { margin: 2.2rem 0 1.4rem; border-color: rgba(255,255,255,.08); }
.footer-bottom { color: rgba(255,255,255,.38); }

.whatsapp-float { position: fixed; z-index: 1080; right: 20px; bottom: 20px; display: flex; align-items: center; gap: .6rem; padding: .8rem 1rem; border-radius: 999px; color: #fff; background: #21a366; box-shadow: 0 16px 40px rgba(0,0,0,.35); text-decoration: none; font-weight: 800; font-size: .82rem; transition: .25s ease; }
.whatsapp-float:hover { color: #fff; transform: translateY(-4px) scale(1.02); }
.whatsapp-float .icon { width: 1.25rem; height: 1.25rem; }

.menu-modal { opacity: 0; transition: opacity .18s ease; }
.menu-modal.show { opacity: 1; }
.menu-modal .modal-content { border: 1px solid rgba(215,154,24,.26); border-radius: 18px; background: #06111e; }
.modal-menu-image { max-height: 82vh; border-radius: 10px; box-shadow: 0 20px 70px rgba(0,0,0,.42); }

.reveal-up, .reveal-left, .reveal-right, .reveal-scale { opacity: 1; }
.js .reveal-up, .js .reveal-left, .js .reveal-right, .js .reveal-scale { opacity: 0; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal-up { transform: translateY(36px); }
.js .reveal-left { transform: translateX(-40px); }
.js .reveal-right { transform: translateX(40px); }
.js .reveal-scale { transform: scale(.94); }
.js .reveal-up.in-view, .js .reveal-left.in-view, .js .reveal-right.in-view, .js .reveal-scale.in-view { opacity: 1; transform: none; }
.delay-1 { transition-delay: .13s; }

@keyframes floatOrb { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-22px) rotate(5deg); } }
@keyframes floatingNote { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes shine { 0%, 18% { left: -70%; } 38%, 100% { left: 140%; } }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,19px); } }

@media (max-width: 991.98px) {
  .menu-section { background-attachment: scroll; }
  .custom-nav { background: rgba(4,16,29,.76); backdrop-filter: blur(14px); }
  .navbar-collapse { padding: 1rem 0; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lead { margin-inline: auto; }
  .hero-copy .d-flex, .hero-proof { justify-content: center; }
  .hero-visual { height: 610px; transform: scale(.9); }
  .wood-ribbon-one { width: 55%; opacity: .08; }
  .wood-panel-left { width: 58%; opacity: .06; }
  .language-switch { margin-inline: 0 !important; }
}

@media (max-width: 575.98px) {
  .hero-copy h1 { font-size: clamp(3.55rem, 18vw, 5.2rem); }
  .hero-copy .btn { width: 100%; }
  .hero-visual { width: 100%; height: 520px; transform: scale(.82); transform-origin: top center; margin-bottom: -70px; }
  .hero-card { width: 270px; }
  .hero-card-front { left: 2px; }
  .hero-card-back { right: -5px; }
  .hero-seal { right: -16px; width: 120px; height: 120px; }
  .note-one { left: -20px; }
  .note-two { right: -25px; }
  .frame-label { right: -15px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; height: 54px; justify-content: center; padding: 0; }
}

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

/* Bilingual controls */
.nav-language-switch {
  width: 112px;
  margin-left: .35rem;
  padding: .2rem;
}
.nav-language-switch .language-btn {
  padding: .42rem .55rem;
  font-size: .67rem;
  letter-spacing: .08em;
}
.menu-language-note {
  display: flex;
  align-items: center;
  gap: .65rem;
  width: fit-content;
  margin: -1.25rem 0 1.75rem auto;
  color: rgba(255,255,255,.58);
  font-size: .78rem;
}
.menu-language-note i { color: var(--gold-light); }
.language-btn:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}
@media (max-width: 991.98px) {
  .nav-language-switch {
    width: 150px;
    margin: .65rem 0 0 !important;
  }
  .menu-language-note { margin-left: 0; }
}
