:root{
  --ink:#11100e;
  --cream:#f7f3ea;
  --paper:#fffdf7;
  --orange:#f79a1f;
  --gold:#c28a2c;
  --green:#1f4f37;
  --line:rgba(17,16,14,.14);
  --shadow:0 24px 70px rgba(15,12,8,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:82px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(15,14,12,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12);color:white}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.16em}
.brand img{width:52px;height:52px;border-radius:50%;background:#fff;object-fit:contain}
.nav{display:flex;gap:30px;font-size:.93rem}
.nav a{opacity:.82;transition:.25s}.nav a:hover{opacity:1;color:#ffb34d}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:1.5rem}
.hero{position:relative;min-height:100svh;padding:130px 7vw 70px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:5vw;color:white;overflow:hidden;background:url("assets/gallery/page-1.png") center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,4,.94) 0%,rgba(5,5,4,.76) 48%,rgba(5,5,4,.35) 100%)}
.hero-content,.hero-badge{position:relative;z-index:1}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;font-weight:700;color:#ffb34d;margin:0 0 18px}.eyebrow.dark{color:var(--gold)}
.hero h1,.section-heading h2,.cta h2{font-family:"Playfair Display",serif;line-height:.95;margin:0}
.hero h1{font-size:clamp(4rem,9vw,8.6rem);font-weight:700;letter-spacing:-.045em;text-transform:uppercase;max-width:850px}
.hero-copy{font-size:clamp(1rem,1.6vw,1.25rem);max-width:610px;color:rgba(255,255,255,.78);margin:28px 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-weight:700;transition:.25s}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--orange);color:#111}.btn-ghost{border:1px solid rgba(255,255,255,.45);color:white;background:rgba(255,255,255,.06)}
.hero-badge{justify-self:end;background:rgba(255,255,255,.94);padding:24px;border-radius:50%;box-shadow:var(--shadow);max-width:370px}.hero-badge img{width:100%;border-radius:50%}
.section{padding:110px 7vw}.section-heading{max-width:720px}.section-heading h2{font-size:clamp(2.5rem,5vw,5rem);letter-spacing:-.035em}.section-heading.centered{text-align:center;margin:0 auto 52px}.section-heading>p:last-child{color:#666;max-width:650px;margin:18px auto 0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:55px}.feature-card{background:var(--paper);border:1px solid var(--line);padding:34px;border-radius:24px;min-height:260px;box-shadow:0 12px 38px rgba(20,17,12,.05)}.feature-card span{font-weight:700;color:var(--orange)}.feature-card h3{font-family:"Playfair Display",serif;font-size:1.85rem;margin:36px 0 12px}.feature-card p{color:#666;margin:0}
.gallery-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:12px;padding:0 2vw}.gallery-strip figure{margin:0;height:430px;overflow:hidden;border-radius:24px;background:#111}.gallery-strip img{width:100%;height:100%;object-fit:cover;transition:.6s}.gallery-strip figure:hover img{transform:scale(1.035)}
.menu-section{background:#12110f;color:white}.menu-section .section-heading h2{color:white}.menu-section .section-heading>p:last-child{color:rgba(255,255,255,.58)}.menu-toolbar{max-width:1040px;margin:0 auto 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.menu-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:5px}.tab{border:1px solid rgba(255,255,255,.16);background:transparent;color:white;border-radius:999px;padding:10px 15px;white-space:nowrap;cursor:pointer}.tab.active{background:var(--orange);border-color:var(--orange);color:#111;font-weight:700}.download-link{font-weight:700;color:#ffb34d;white-space:nowrap}.menu-viewer{position:relative;max-width:950px;margin:auto;background:#ece8df;border-radius:24px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.menu-viewer img{margin:auto;max-height:84vh;border-radius:12px}.viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:50%;border:0;background:rgba(15,14,12,.82);color:white;font-size:2rem;cursor:pointer}.viewer-arrow.prev{left:-24px}.viewer-arrow.next{right:-24px}.menu-note{text-align:center;color:rgba(255,255,255,.45);font-size:.85rem;margin-top:24px}
.cta{background:var(--cream)}.cta-card{background:var(--green);color:white;border-radius:34px;padding:clamp(34px,6vw,72px);display:grid;grid-template-columns:1.3fr .7fr;gap:45px;align-items:center;box-shadow:var(--shadow)}.cta h2{font-size:clamp(2.5rem,5vw,4.8rem);margin-bottom:20px}.cta p{color:rgba(255,255,255,.7);max-width:650px}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.btn-whatsapp{background:#25d366;color:#072711}.text-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}
footer{background:#0d0c0b;color:rgba(255,255,255,.62);padding:42px 7vw;display:flex;align-items:center;gap:22px;flex-wrap:wrap}footer img{width:64px;height:64px;border-radius:50%;background:white}footer p:last-child{margin-left:auto}
.floating-whatsapp{position:fixed;z-index:60;right:22px;bottom:22px;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 14px 30px rgba(0,0,0,.28);transition:.25s}.floating-whatsapp:hover{transform:translateY(-4px) scale(1.03)}.floating-whatsapp svg{width:32px;fill:white}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.nav{position:absolute;top:82px;left:0;right:0;background:#111;padding:22px 5vw;display:none;flex-direction:column}.nav.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:140px}.hero-badge{display:none}.feature-grid,.cta-card{grid-template-columns:1fr}.gallery-strip{grid-template-columns:1fr}.gallery-strip figure{height:360px}.menu-toolbar{align-items:flex-start;flex-direction:column}.viewer-arrow{display:none}.cta-actions{align-items:stretch}.btn-whatsapp{text-align:center}footer p:last-child{margin-left:0;width:100%}}
@media(max-width:600px){.site-header{height:72px}.brand img{width:44px;height:44px}.nav{top:72px}.hero{padding:120px 6vw 58px;min-height:88svh}.hero h1{font-size:3.8rem}.section{padding:82px 6vw}.feature-grid{margin-top:35px}.feature-card{min-height:auto}.gallery-strip{padding:0 10px}.gallery-strip figure{height:300px}.menu-section{padding-left:4vw;padding-right:4vw}.menu-viewer{padding:8px;border-radius:14px}.cta-card{border-radius:24px}footer{align-items:flex-start;flex-direction:column}}
