:root {
  --charcoal: #17120e;
  --brown: #4d2715;
  --ember: #c95e22;
  --gold: #e0a847;
  --cream: #fbf3e4;
  --paper: #fffaf0;
  --ink: #201711;
  --muted: #74675b;
  --line: rgba(32, 23, 17, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.header { position: fixed; z-index: 20; top: 18px; left: 50%; transform: translateX(-50%); width: min(1160px, calc(100% - 28px)); min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 10px 12px 10px 18px; color: #fff; background: rgba(31, 18, 10, .82); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(18px); box-shadow: 0 22px 58px rgba(0,0,0,.3); }
.brand { display: grid; line-height: 1; }
.brand span { color: var(--gold); font-size: 28px; font-weight: 900; }
.brand small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; }
.nav { display: flex; justify-content: center; gap: 28px; font-size: 14px; font-weight: 900; }
.langs { display: grid; grid-template-columns: repeat(3,42px); gap: 4px; padding: 4px; background: rgba(255,255,255,.1); }
.langs button { min-height: 34px; border: 0; color: #fff; background: transparent; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.langs .active { color: var(--charcoal); background: var(--gold); }
.hero { min-height: 92vh; display: grid; grid-template-columns: minmax(0,1fr) 315px; align-items: end; gap: 30px; padding: 150px max(28px, calc((100vw - 1160px) / 2)) 64px; color: #fff; background: linear-gradient(90deg, rgba(33,16,7,.96), rgba(33,16,7,.62) 48%, rgba(33,16,7,.18)), url("assets/amel-hero.webp") center / cover; }
.hero-copy { max-width: 800px; }
.kicker { margin: 0 0 14px; color: var(--ember); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1,h2 { margin: 0; letter-spacing: 0; line-height: .98; }
h1 { max-width: 820px; font-size: clamp(50px, 7vw, 96px); }
h2 { font-size: clamp(34px, 4.5vw, 66px); }
.hero-copy p:not(.kicker) { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: 20px; line-height: 1.58; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid rgba(255,255,255,.22); font-weight: 900; }
.primary { color: var(--charcoal); background: var(--gold); border-color: var(--gold); }
.ghost { background: rgba(255,255,255,.1); }
.hero-card { padding: 26px; border-left: 5px solid var(--gold); background: rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.hero-card strong { display: block; color: var(--gold); font-size: 54px; line-height: .9; }
.hero-card span,.hero-card small { display: block; margin-top: 10px; font-weight: 900; }
.hero-card small { color: rgba(255,255,255,.74); line-height: 1.45; }
.stats { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-bottom: 1px solid var(--line); }
.stats div { min-height: 136px; display: grid; align-content: center; gap: 8px; padding: 28px; border-right: 1px solid var(--line); }
.stats strong { color: var(--ember); font-size: 34px; line-height: 1; }
.stats span { color: var(--muted); font-weight: 800; }
.section { padding: 96px max(28px, calc((100vw - 1160px) / 2)); }
.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.story-copy { display: grid; gap: 18px; color: var(--muted); font-size: 20px; line-height: 1.66; }
.story-copy p { margin: 0; }
.menu { padding: 96px max(28px, calc((100vw - 1160px) / 2)); background: var(--charcoal); color: #fff; }
.menu-head { max-width: 780px; margin-bottom: 38px; }
.menu-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.12); }
.menu-grid article { min-height: 310px; padding: 28px; background: #21150f; }
.menu-grid span { color: var(--gold); font-weight: 900; }
.menu-grid h3 { margin: 80px 0 14px; font-size: 24px; line-height: 1.08; }
.menu-grid p { margin: 0; color: rgba(255,255,255,.74); line-height: 1.58; }
.food-split { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; background: #fff; }
.food-split img { width: 100%; height: 100%; object-fit: cover; }
.food-split div { display: grid; align-content: center; gap: 22px; padding: 74px max(28px, calc((100vw - 1160px) / 2)) 74px 58px; }
.food-split p:not(.kicker) { margin: 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.view { min-height: 620px; display: grid; align-items: end; padding: 96px max(28px, calc((100vw - 1160px) / 2)); color: #fff; background: linear-gradient(0deg, rgba(33,16,7,.86), rgba(33,16,7,.26)), url("assets/amel-hero.webp") center / cover; }
.view-copy { max-width: 760px; }
.view-copy p:not(.kicker) { margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.62; }
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--charcoal); }
.gallery figure { position: relative; min-height: 420px; margin: 0; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption { position: absolute; left: 20px; bottom: 20px; padding: 10px 12px; color: var(--charcoal); background: var(--gold); font-weight: 900; }
.reviews { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; padding: 92px max(28px, calc((100vw - 1160px) / 2)); background: var(--ember); color: #fff; }
.reviews .kicker { color: var(--charcoal); }
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
blockquote { margin: 0; padding-top: 52px; position: relative; font-size: 23px; line-height: 1.35; font-weight: 900; }
blockquote::before { content: "\""; position: absolute; top: -8px; left: 0; color: rgba(255,255,255,.3); font-size: 88px; line-height: 1; }
.contact { min-height: 680px; display: grid; align-items: end; padding: 96px max(28px, calc((100vw - 1160px) / 2)); background: linear-gradient(0deg, rgba(33,16,7,.84), rgba(33,16,7,.34)), url("assets/amel-contact.webp") center / cover; }
.contact-card { width: min(720px,100%); padding: 38px; background: rgba(255,250,240,.96); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.contact-card h2 { margin-bottom: 18px; }
.contact-card p:not(.kicker) { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.contact-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: 26px 0 18px; }
.contact-links a { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--charcoal); font-weight: 900; text-align: center; }
.contact-links a:first-child { color: var(--charcoal); background: var(--gold); }
.hours { font-weight: 800; }
.floating { position: fixed; z-index: 30; right: 18px; bottom: 18px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; color: var(--charcoal); background: var(--gold); font-weight: 900; box-shadow: 0 16px 38px rgba(0,0,0,.28); }
@media (max-width: 930px) {
  .header { position: absolute; grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero,.stats,.story,.menu-grid,.food-split,.gallery,.reviews,.quotes { grid-template-columns: 1fr; }
  .hero { min-height: 820px; padding-top: 132px; }
  h1 { font-size: clamp(42px, 14vw, 74px); }
  h2 { font-size: clamp(34px, 10vw, 58px); }
  .hero-copy p:not(.kicker) { font-size: 18px; }
  .hero-card { width: min(100%,340px); }
  .stats div { min-height: 108px; }
  .section,.menu,.reviews,.contact,.view { padding-block: 72px; }
  .menu-grid article { min-height: 245px; }
  .menu-grid h3 { margin-top: 50px; }
  .food-split { min-height: 0; }
  .food-split img { min-height: 390px; }
  .food-split div { padding: 72px 28px; }
  .contact-links { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand span { font-size: 22px; }
  .langs { grid-template-columns: repeat(3,36px); }
  .actions,.btn { width: 100%; }
  .contact-card { padding: 28px; }
  .floating { left: 12px; right: 12px; }
}
