:root {
  --bg: #111111;
  --bg-soft: #171717;
  --card: #1f1f1f;
  --text: #f7f1e8;
  --muted: #d3c6b3;
  --line: rgba(255,255,255,0.08);
  --primary: #bf7b32;
  --primary-2: #e2a34f;
  --accent: #786042;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(0,0,0,.28);
  --radius: 20px;
  --container: 1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:'Inter',sans-serif;background:linear-gradient(180deg,#111 0%,#181615 100%);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(17,17,17,.78);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}.brand{display:flex;align-items:center;gap:14px}.brand-logo{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.25))}.brand-text{display:flex;flex-direction:column}.brand-mark{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700}.brand-sub{font-size:.78rem;color:var(--muted)}
.main-nav{display:flex;gap:24px}.main-nav a,.lang-link{color:var(--muted);font-weight:600}.main-nav a:hover,.lang-link:hover,.lang-link.active{color:var(--white)}
.nav-actions{display:flex;gap:10px}
.hero{position:relative;min-height:84vh;display:grid;place-items:center;background:
linear-gradient(rgba(17,17,17,.38),rgba(17,17,17,.7)),
url('../img/terrassa-nit-principal.jpg') center/cover no-repeat}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(191,123,50,.24),transparent 30%)}
.hero-content{position:relative;z-index:2;padding:110px 0 80px;max-width:720px}.eyebrow,.section-tag{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--primary-2);font-weight:700}
h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.1;margin:0 0 16px} h1{font-size:clamp(2.8rem,6vw,5rem)} h2{font-size:clamp(2rem,4vw,3rem)} h3{font-size:1.35rem}
.hero-copy{font-size:1.08rem;color:#f1e7d9;max-width:640px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700;transition:.25s ease;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#16120f;box-shadow:var(--shadow)} .btn-secondary{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.03);color:var(--white)} .btn.full{width:100%}
.trust-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#141414}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:18px 0}.trust-item{display:flex;flex-direction:column;gap:2px}.trust-item strong{font-size:1.05rem}.trust-item span{color:var(--muted);font-size:.92rem}
.section{padding:90px 0}.split{display:grid;gap:34px}.two-col{grid-template-columns:1.2fr .9fr}.align-center{align-items:center}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section-head.center{text-align:center;display:block}.text-link{color:var(--primary-2);font-weight:700}
.info-card,.hours-card,.booking-form,.service-card,.dish-card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.info-card,.hours-card{padding:26px}.info-card ul,.hours-list,.booking-points{margin:0;padding-left:18px}.hours-list{list-style:none;padding:0}.hours-list li{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.hours-list li:last-child{border-bottom:none}
.cards-3,.cards-4{display:grid;gap:22px}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-4{grid-template-columns:repeat(4,1fr)}.dish-card,.service-card{padding:24px;transition:.28s ease}.dish-card:hover,.service-card:hover,.gallery-photo:hover{transform:translateY(-6px)}.dish-card p,.service-card p{color:var(--muted)} .dish-card span{display:inline-flex;margin-top:10px;font-weight:800;color:var(--primary-2)}

.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery-photo{margin:0;min-height:180px;border-radius:24px;border:1px solid var(--line);overflow:hidden;background:#121212;box-shadow:var(--shadow)}
.gallery-photo img{width:100%;height:100%;min-height:180px;object-fit:cover;display:block}
.gallery-photo.tall{grid-row:span 2;min-height:378px}
.gallery-photo.wide{grid-column:span 2}
.gallery-photo.tall img{min-height:378px}

.faq-list{display:grid;gap:12px}.faq-list details{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:18px;padding:16px 18px}.faq-list summary{cursor:pointer;font-weight:700}.faq-list p{margin:10px 0 0;color:var(--muted)}
.insta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.insta-grid div{aspect-ratio:1;border-radius:18px;border:1px solid var(--line);background-size:cover;background-position:center;box-shadow:var(--shadow)}.insta-grid div:nth-child(1){background-image:url('../img/pizza-marisc.jpg')}.insta-grid div:nth-child(2){background-image:url('../img/postre-xocolata.jpg')}.insta-grid div:nth-child(3){background-image:url('../img/terrassa-nit-arbre.jpg')}.insta-grid div:nth-child(4){background-image:url('../img/flors-carbasso-arrebossades.jpg')}.insta-grid div:nth-child(5){background-image:url('../img/pizza-quatre-formatges.jpg')}.insta-grid div:nth-child(6){background-image:url('../img/crema-catalana.jpg')}
.booking-form{padding:26px;display:grid;gap:16px}.booking-form label{display:grid;gap:8px;font-weight:600}.booking-form input,.booking-form textarea{width:100%;padding:14px 14px;border-radius:14px;border:1px solid var(--line);background:#131313;color:var(--white);font:inherit}.form-note,.form-message{font-size:.92rem;color:var(--muted)}
.contact-list p{margin:0 0 12px}.map-embed iframe{width:100%;min-height:380px;border:0;border-radius:24px;box-shadow:var(--shadow)}
.site-footer{border-top:1px solid var(--line);padding:24px 0;background:#101010}.footer-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-wrap a{margin-left:16px;color:var(--muted)}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:50;padding:14px 18px;border-radius:999px;background:#25D366;color:#07220f;font-weight:800;box-shadow:0 18px 40px rgba(0,0,0,.3)}
.whatsapp-float span{display:block}
@media (max-width: 980px){.main-nav{display:none}.two-col,.cards-3,.cards-4,.trust-grid,.gallery-grid{grid-template-columns:1fr 1fr}.gallery-photo.wide{grid-column:auto}.gallery-photo.tall{grid-row:auto;min-height:220px}.gallery-photo.tall img{min-height:220px}}
@media (max-width: 640px){.nav-wrap,.footer-wrap,.section-head{display:block}.nav-actions{margin-top:12px}.hero{min-height:74vh}.hero-content{padding-top:90px}.two-col,.cards-3,.cards-4,.trust-grid,.gallery-grid,.insta-grid{grid-template-columns:1fr}.section{padding:72px 0}.whatsapp-float{right:14px;left:14px;bottom:14px;text-align:center}}

.dish-card img{width:100%;height:220px;object-fit:cover;border-radius:16px;margin-bottom:16px;border:1px solid var(--line)}
.info-card ul{list-style:none;padding:0;margin:0}.info-card li{padding:10px 0;border-bottom:1px solid var(--line)}.info-card li:last-child{border-bottom:none}
.contact-list a{color:var(--primary-2)}
