:root {
  --ink: #190f09;
  --deep: #090604;
  --cream: #f5ecd9;
  --paper: #fff8ec;
  --muted: #7b6654;
  --copper: #c77935;
  --gold: #e2b05b;
  --sage: #8a9b73;
  --line: rgba(83, 49, 24, 0.18);
  --shadow: 0 24px 70px rgba(32, 17, 7, 0.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link:focus { width: auto; height: auto; clip: auto; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; background: var(--paper); border-radius: 999px; }
.site-header { position: fixed; inset: 14px 0 auto; z-index: 10; }
.nav { width: min(1160px, calc(100% - 28px)); margin: 0 auto; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); background: rgba(15, 9, 4, .62); backdrop-filter: blur(22px); border-radius: 999px; color: var(--paper); box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--deep); background: linear-gradient(135deg, var(--gold), var(--copper)); font-family: 'Playfair Display', serif; font-weight: 800; }
.brand strong { display: block; font-size: .98rem; line-height: 1; }
.brand small { display: block; color: rgba(255,248,236,.68); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 11px 14px; border-radius: 999px; color: rgba(255,248,236,.8); font-size: .92rem; font-weight: 700; }
.nav-links a:hover, .nav-links .nav-cta { color: var(--deep); background: var(--paper); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--paper); }
.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--paper); display: grid; align-items: center; padding: 128px 0 60px; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background-image: url('../../assets/demo-redesign/forge-hero.jpg'); background-size: cover; background-position: center; transform: scale(1.02); }
.hero-overlay { background: radial-gradient(circle at 80% 50%, rgba(224, 138, 58, .16), transparent 32%), linear-gradient(90deg, rgba(8,5,3,.94) 0%, rgba(8,5,3,.78) 36%, rgba(8,5,3,.25) 74%, rgba(8,5,3,.68) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: end; }
.eyebrow { margin: 0 0 16px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.eyebrow.dark { color: var(--copper); }
h1, h2, h3 { margin: 0; line-height: .98; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; }
h1 { max-width: 790px; font-size: clamp(3.35rem, 9.8vw, 8.35rem); letter-spacing: -.065em; }
h2 { font-size: clamp(2.4rem, 6vw, 5.2rem); letter-spacing: -.052em; }
h3 { font-size: 1.18rem; }
.hero-lede { max-width: 610px; margin: 24px 0 0; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,248,236,.82); }
.hero-actions, .hero-proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: var(--deep); background: linear-gradient(135deg, var(--gold), var(--copper)); box-shadow: 0 18px 42px rgba(199,121,53,.35); }
.btn.ghost { color: var(--paper); border: 1px solid rgba(255,248,236,.28); background: rgba(255,255,255,.06); }
.hero-proof { gap: 22px; color: rgba(255,248,236,.72); }
.hero-proof strong { display: block; color: var(--paper); font-size: 1.45rem; }
.reservation-card { align-self: end; padding: 28px; border-radius: 30px; background: rgba(255,248,236,.92); color: var(--ink); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.card-kicker { color: var(--copper); font-weight: 900; letter-spacing: .16em; font-size: .72rem; text-transform: uppercase; }
.reservation-card h2 { margin-top: 10px; font-size: 2.15rem; }
.reservation-card p { color: var(--muted); }
dl { display: grid; gap: 8px; margin: 20px 0 0; }
dl div { display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); padding-top: 10px; }
dt { color: var(--muted); } dd { margin: 0; font-weight: 900; }
.marquee { overflow: hidden; background: var(--deep); color: var(--paper); border-block: 1px solid rgba(255,255,255,.1); }
.marquee-track { display: flex; gap: 34px; width: max-content; padding: 18px 0; animation: scroll 28s linear infinite; }
.marquee span { text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; color: rgba(255,248,236,.72); }
@keyframes scroll { to { transform: translateX(-50%); } }
.section { padding: clamp(72px, 10vw, 128px) 0; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 7vw, 82px); align-items: center; }
.section-copy p:not(.eyebrow), .section-heading p { color: var(--muted); font-size: 1.05rem; max-width: 680px; }
.image-stack { position: relative; }
.image-stack img { width: 100%; border-radius: 36px; box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.floating-note { position: absolute; right: 24px; bottom: -24px; max-width: 270px; padding: 20px; border-radius: 24px; color: var(--paper); background: rgba(25,15,9,.9); box-shadow: var(--shadow); }
.floating-note strong, .floating-note span { display: block; }
.floating-note span { color: rgba(255,248,236,.72); margin-top: 5px; }
.menu { background: linear-gradient(180deg, #fff8ec 0%, #f0ddbd 100%); }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.menu-card { min-height: 270px; padding: 24px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.42); display: flex; flex-direction: column; box-shadow: 0 18px 45px rgba(72,43,20,.08); }
.menu-card span { color: var(--copper); font-weight: 900; }
.menu-card h3 { margin-top: 48px; }
.menu-card p { color: var(--muted); }
.menu-card strong { margin-top: auto; font-size: 1.25rem; }
.menu-card.featured { color: var(--paper); background: var(--ink); transform: translateY(-16px); }
.menu-card.featured p { color: rgba(255,248,236,.72); }
.experience { color: var(--paper); background: radial-gradient(circle at top left, rgba(199,121,53,.34), transparent 32%), #120b07; }
.experience-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; align-items: stretch; }
.experience-panel, .feature { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); border-radius: 34px; padding: clamp(24px, 4vw, 44px); }
.experience-panel p:not(.eyebrow), .feature p { color: rgba(255,248,236,.72); }
.feature-list { display: grid; gap: 14px; }
.feature span { color: var(--gold); font-weight: 900; }
.events { background: var(--paper); }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { padding: 26px; min-height: 260px; border-radius: 30px; border: 1px solid var(--line); background: linear-gradient(180deg, #fffdf7, #f4e4ca); display: flex; flex-direction: column; }
.event-card time { color: var(--copper); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.event-card p { color: var(--muted); }
.event-card a { margin-top: auto; font-weight: 900; color: var(--copper); }
.reserve { background: #f0ddbd; }
.reserve-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: start; }
address { margin-top: 24px; font-style: normal; color: var(--muted); }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: clamp(20px, 4vw, 34px); border-radius: 34px; background: var(--paper); box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 8px; color: var(--muted); font-weight: 800; }
input, select { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 16px; padding: 0 14px; font: inherit; color: var(--ink); background: #fffdf7; }
input.invalid, select.invalid { border-color: #b53620; box-shadow: 0 0 0 4px rgba(181,54,32,.1); }
.booking-form button { grid-column: 1 / -1; border: 0; cursor: pointer; }
.form-status { grid-column: 1 / -1; min-height: 20px; margin: 0; color: var(--copper); font-weight: 800; }
.footer { padding: 28px 0; color: rgba(255,248,236,.74); background: var(--deep); }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.footer a { color: var(--gold); font-weight: 800; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .site-header { inset: 10px 0 auto; }
  .nav { border-radius: 28px; align-items: flex-start; flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .nav-links { display: none; flex: 1 0 100%; flex-direction: column; align-items: stretch; padding: 10px 0 4px; }
  .nav-links.is-open { display: flex; }
  .nav-links a { background: rgba(255,255,255,.06); }
  .hero { min-height: auto; padding-top: 124px; }
  .hero-grid, .split, .experience-grid, .reserve-grid { grid-template-columns: 1fr; }
  .reservation-card { max-width: 560px; }
  .menu-grid, .event-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-card.featured { transform: none; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1160px); }
  .brand small { display: none; }
  h1 { font-size: clamp(3rem, 17vw, 4.6rem); }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,5,3,.78), rgba(8,5,3,.54) 42%, rgba(8,5,3,.94)); }
  .hero-actions .btn, .booking-form, .booking-form label { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .menu-grid, .event-grid, .booking-form { grid-template-columns: 1fr; }
  .floating-note { position: static; margin-top: 12px; max-width: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; } .marquee-track { animation: none; } }

.hero .reveal { opacity: 1; transform: none; }
