
:root{
  --red:#c8103b; --red2:#9e092d; --cream:#fffaf7; --ink:#24191b;
  --muted:#75696b; --line:#eadcdf; --white:#fff; --dark:#171113;
  --shadow:0 18px 50px rgba(50,18,27,.12); --radius:24px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#1d1416;color:#fff;font-size:13px;padding:8px 0}
.topbar .container{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
header{position:sticky;top:0;z-index:50;background:rgba(255,250,247,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:-.5px}
.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;border:2px solid #fff;box-shadow:0 5px 20px rgba(200,16,59,.18)}
.brand span{font-size:20px}
nav ul{display:flex;list-style:none;gap:8px;align-items:center;flex-wrap:wrap}
nav a{padding:10px 12px;border-radius:14px;font-size:14px;font-weight:700}
nav a:hover,nav a.active{background:#fde8ed;color:var(--red)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;cursor:pointer;padding:13px 20px;border-radius:999px;font-weight:800;transition:.2s}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(200,16,59,.22)}
.btn-primary:hover{background:var(--red2);transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--red);border:1px solid var(--line)}
.menu-toggle{display:none;border:0;background:#fff;font-size:24px}
.hero{min-height:620px;display:grid;place-items:center;background:linear-gradient(90deg,rgba(20,12,14,.82),rgba(20,12,14,.38)),url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=85') center/cover}
.hero-content{color:#fff;padding:90px 0;max-width:760px}
.kicker{color:#ffb4c5;font-weight:900;letter-spacing:2px;text-transform:uppercase;font-size:13px}
.hero h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,82px);line-height:.98;margin:15px 0 20px}
.hero p{font-size:19px;max-width:650px;color:#f9e9ec}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.section{padding:85px 0}
.section-head{text-align:center;max-width:720px;margin:0 auto 42px}
.section-head h2{font-family:Georgia,serif;font-size:clamp(32px,5vw,50px);line-height:1.05}
.section-head p{color:var(--muted);margin-top:12px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 30px rgba(40,20,25,.05)}
.card-img{height:230px;object-fit:cover;width:100%}
.card-body{padding:22px}
.card h3{font-size:21px;margin-bottom:6px}
.card p{color:var(--muted);font-size:14px}
.price{color:var(--red);font-weight:900;margin-top:12px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category{padding:25px;background:#fff;border:1px solid var(--line);border-radius:22px;text-align:center}
.category img{height:160px;width:100%;object-fit:cover;border-radius:17px;margin-bottom:16px}
.category h3{font-family:Georgia,serif;font-size:24px}
.category a{display:inline-block;margin-top:10px;color:var(--red);font-weight:800}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.round-img{border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}
.round-img img{width:100%;height:520px;object-fit:cover}
.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:1.5px;font-size:12px}
.split h2{font-family:Georgia,serif;font-size:clamp(34px,5vw,54px);line-height:1.05;margin:10px 0 18px}
.checks{list-style:none;margin:22px 0}
.checks li{padding:8px 0;color:#4d4143}
.checks li:before{content:"✓";color:var(--red);font-weight:900;margin-right:10px}
.page-hero{padding:80px 0;background:linear-gradient(135deg,#fff0f3,#fffaf7)}
.page-hero h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,68px)}
.page-hero p{color:var(--muted);max-width:720px;margin-top:10px}
.menu-tabs{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 35px}
.menu-tabs a{padding:10px 16px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:800;font-size:14px}
.menu-tabs a:hover{border-color:var(--red);color:var(--red)}
.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.menu-item{display:flex;gap:16px;background:#fff;border:1px solid var(--line);padding:14px;border-radius:20px;align-items:center}
.menu-item img{width:118px;height:105px;object-fit:cover;border-radius:15px}
.menu-item h3{font-size:18px}
.menu-item p{font-size:13px;color:var(--muted)}
.menu-item .price{margin-top:5px}
.form-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}
.info-box{background:#1d1416;color:#fff;border-radius:28px;padding:34px}
.info-box h2{font-family:Georgia,serif;font-size:38px}
.info-box p{color:#dfcdd1;margin:10px 0 25px}
.info-line{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}
form{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px}
label{display:block;font-weight:800;font-size:13px;margin-bottom:7px}
input,textarea,select{width:100%;border:1px solid #dfd0d4;background:#fff;border-radius:14px;padding:13px 14px;font:inherit;outline:none;margin-bottom:17px}
input:focus,textarea:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 4px #fde8ed}
textarea{min-height:130px;resize:vertical}
.map{width:100%;height:380px;border:0;border-radius:25px}
.notice{background:#fff2f5;border:1px solid #f2c9d3;padding:16px 18px;border-radius:16px;color:#63333f;margin-bottom:24px}
.policy{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px}
.policy h2{font-family:Georgia,serif;margin:26px 0 8px}
.policy p,.policy li{color:#5e5254}
.policy ul{padding-left:20px}
footer{background:#171113;color:#fff;margin-top:40px}
.footer-main{padding:58px 0;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:28px}
footer h3{font-family:Georgia,serif;margin-bottom:12px;font-size:22px}
footer p,footer a{color:#cdbec2;font-size:14px}
footer a:hover{color:#fff}
.footer-links{list-style:none;display:grid;gap:8px}
.copyright{border-top:1px solid rgba(255,255,255,.1);padding:17px 0;color:#9f8f93;font-size:13px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20c76a;color:#fff;font-size:26px;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.small{font-size:12px;color:var(--muted)}
@media(max-width:980px){
 nav ul{display:none;position:absolute;top:82px;left:4%;right:4%;background:#fff;border:1px solid var(--line);padding:15px;border-radius:20px;box-shadow:var(--shadow)}
 nav ul.open{display:grid}
 nav li a{display:block}
 .menu-toggle{display:block}
 .nav>.btn{display:none}
 .cards{grid-template-columns:repeat(2,1fr)}
 .grid-4{grid-template-columns:repeat(2,1fr)}
 .split,.form-wrap{grid-template-columns:1fr}
 .footer-main{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .topbar .container{justify-content:center;text-align:center}
 .hero{min-height:560px}
 .hero h1{font-size:48px}
 .cards,.menu-grid,.grid-4,.footer-main{grid-template-columns:1fr}
 .section{padding:62px 0}
 .round-img img{height:340px}
 .menu-item img{width:92px;height:88px}
}
