:root{
  --wine:#7d1518;
  --wine-dark:#551013;
  --cream:#f7f1e7;
  --paper:#fffdfa;
  --ink:#211c19;
  --muted:#746c66;
  --line:#e7ddd1;
  --radius:22px;
  --shadow:0 20px 50px rgba(45,31,23,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--paper)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.topbar{background:#1f1917;color:#eee6df;font-size:13px}
.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.header{position:sticky;top:0;background:rgba(255,253,250,.94);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:84px;display:flex;align-items:center;gap:28px}
.brand img{width:154px;height:62px;object-fit:contain;background:white}
.menu{display:flex;align-items:center;gap:26px;margin-left:auto}
.menu a{font-size:14px;font-weight:700}
.menu a:hover{color:var(--wine)}
.menu-toggle{display:none;border:0;background:none;font-size:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 21px;font-weight:800;font-size:14px;transition:.2s;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--wine);color:white}
.btn-primary:hover{background:var(--wine-dark)}
.btn-light{background:white;color:var(--wine)}
.btn-outline{border-color:var(--wine);color:var(--wine)}
.btn-ghost{border-color:rgba(255,255,255,.55);color:white}
.btn-lg{padding:16px 25px}
.hero{min-height:720px;position:relative;display:flex;align-items:center;background:url("images/banner-principal.jpg") center/cover no-repeat;color:white}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,12,10,.86) 0%,rgba(20,12,10,.55) 48%,rgba(20,12,10,.12) 100%)}
.hero-content{position:relative;padding:90px 0 65px}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.2em;margin-bottom:20px}
.eyebrow.red{color:var(--wine)}
.eyebrow.cream{color:#f2d8bb}
.hero h1,.section h2,.cta h2{font-family:"Playfair Display",serif;margin:0;line-height:.98;letter-spacing:-.035em}
.hero h1{font-size:clamp(58px,8vw,105px);max-width:800px}
.hero h1 em{font-weight:600;color:#eabf93}
.hero> .container p,.hero-content>p{font-size:19px;line-height:1.6;max-width:610px;color:#efe8e1;margin:25px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-notes{display:grid;grid-template-columns:repeat(3,1fr);max-width:750px;margin-top:64px;border-top:1px solid rgba(255,255,255,.26);padding-top:24px;gap:20px}
.hero-notes div{display:flex;flex-direction:column;gap:5px}
.hero-notes strong{font-size:14px}
.hero-notes span{font-size:12px;color:#d8cbc2}
.quick-links{position:relative;margin-top:-38px;z-index:3}
.quick-grid{background:white;box-shadow:var(--shadow);border-radius:20px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.quick-card{display:grid;grid-template-columns:52px 1fr auto;gap:14px;align-items:center;padding:28px 26px;border-right:1px solid var(--line)}
.quick-card:last-child{border-right:0}
.quick-card:hover{background:var(--cream)}
.quick-icon{width:48px;height:48px;border-radius:50%;background:var(--cream);display:grid;place-items:center;font-size:22px}
.quick-card div:nth-child(2){display:flex;flex-direction:column;gap:4px}
.quick-card strong{font-size:15px}
.quick-card span{font-size:12px;color:var(--muted)}
.quick-card b{font-size:20px;color:var(--wine)}
.section{padding:110px 0}
.signature-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:center}
.photo-card{position:relative}
.photo-card>img{width:100%;height:600px;object-fit:cover;border-radius:var(--radius)}
.photo-badge{position:absolute;right:-30px;bottom:38px;background:var(--wine);color:white;border-radius:18px;padding:20px 24px;box-shadow:var(--shadow);display:flex;flex-direction:column}
.photo-badge small{text-transform:uppercase;letter-spacing:.13em;font-size:10px}
.photo-badge strong{font-family:"Playfair Display";font-size:25px}
.section-copy h2,.section-head h2{font-size:clamp(40px,5vw,65px)}
.section-copy>p{color:var(--muted);line-height:1.75;font-size:17px}
.feature-list{margin:30px 0}
.feature-list>div{display:grid;grid-template-columns:34px 1fr;gap:10px;margin:20px 0}
.feature-list span{width:28px;height:28px;background:var(--cream);color:var(--wine);border-radius:50%;display:grid;place-items:center;font-weight:900}
.feature-list p{margin:0;line-height:1.55;color:var(--muted)}
.feature-list strong{color:var(--ink)}
.text-link{color:var(--wine);font-weight:900}
.menu-showcase{background:var(--cream)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:44px}
.section-head>p{max-width:420px;color:var(--muted);line-height:1.65}
.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.food-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 10px 35px rgba(50,35,25,.07)}
.food-card img{width:100%;height:300px;object-fit:cover}
.food-card div{padding:25px}
.food-card small{color:var(--wine);font-weight:900;letter-spacing:.13em}
.food-card h3{font-family:"Playfair Display";font-size:27px;margin:8px 0}
.food-card p{color:var(--muted);line-height:1.55}
.center{text-align:center;margin-top:42px}
.history{background:var(--wine);color:white;overflow:hidden}
.history-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.history-copy h2{font-family:"Playfair Display";font-size:clamp(44px,5vw,70px);line-height:1.02;margin:0 0 25px}
.history-copy>p{color:#f2dfdc;line-height:1.75}
.history-number{display:flex;align-items:center;gap:14px;margin-top:30px}
.history-number strong{font-family:"Playfair Display";font-size:70px;line-height:1}
.history-number span{text-transform:uppercase;font-size:12px;letter-spacing:.14em}
.history-photo img{height:560px;width:100%;object-fit:cover;border-radius:var(--radius)}
.units{background:white}
.unit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.unit-card{border:1px solid var(--line);border-radius:20px;padding:32px;min-height:275px}
.unit-number{font-family:"Playfair Display";font-size:44px;color:#c8b7a6}
.unit-card h3{font-family:"Playfair Display";font-size:28px;margin:22px 0 10px}
.unit-card p{color:var(--muted);line-height:1.65}
.unit-card a{display:inline-block;margin-top:15px;color:var(--wine);font-weight:900}
.unit-dark{background:#211c19;color:white;border-color:#211c19}
.unit-dark p{color:#d8cbc2}
.unit-dark a{color:#f2d8bb}
.cta{background:#251c18 url("https://images.unsplash.com/photo-1513104890138-7c749659a591?auto=format&fit=crop&w=1800&q=70") center/cover no-repeat;background-blend-mode:multiply;color:white;padding:85px 0}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}
.cta h2{font-size:clamp(42px,5vw,65px)}
.cta p{color:#eadfd9}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.footer{background:#181312;color:white;padding:70px 0 25px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}
.footer-logo{width:180px;height:90px;object-fit:contain;background:white;border-radius:12px;padding:5px}
.footer p{color:#ab9f99;max-width:330px;line-height:1.6}
.footer h4{margin:10px 0 15px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}
.footer-grid a{color:#cfc3bd;font-size:14px}
.footer-grid a:hover{color:white}
.footer-bottom{border-top:1px solid #3a302d;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#8f837d;font-size:12px}
.footer-bottom a{color:#cfc3bd}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;background:#1fa855;color:white;border-radius:999px;padding:14px 18px;font-size:14px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}
@media(max-width:900px){
  .menu-toggle{display:block;margin-left:auto}
  .nav-cta{display:none}
  .menu{display:none;position:absolute;left:20px;right:20px;top:76px;background:white;border-radius:15px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .menu.open{display:flex}
  .hero{min-height:680px}
  .quick-grid,.food-grid,.unit-grid{grid-template-columns:1fr}
  .quick-card{border-right:0;border-bottom:1px solid var(--line)}
  .signature-grid,.history-grid{grid-template-columns:1fr;gap:45px}
  .photo-card>img,.history-photo img{height:450px}
  .photo-badge{right:18px}
  .section-head,.cta-inner{align-items:flex-start;flex-direction:column}
  .cta-actions{justify-content:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,1160px)}
  .topbar-inner span:last-child{display:none}
  .nav{height:74px}
  .brand img{width:125px;height:54px}
  .hero{min-height:690px}
  .hero-content{padding-top:72px}
  .hero h1{font-size:54px}
  .hero-content>p{font-size:16px}
  .hero-notes{grid-template-columns:1fr;gap:13px;margin-top:45px}
  .hero-notes div{border-bottom:1px solid rgba(255,255,255,.13);padding-bottom:11px}
  .section{padding:78px 0}
  .section-head{margin-bottom:28px}
  .photo-card>img,.history-photo img{height:360px}
  .food-card img{height:240px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .whatsapp-float span{display:none}
}
