
:root {
  --ink: #111214;
  --muted: #6e6f73;
  --paper: #f7f3ee;
  --cream: #f0e5d8;
  --accent: #e2573e;
  --accent-dark: #bd3f2a;
  --line: rgba(17,18,20,.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }

.age-strip {
  background: var(--ink);
  color: #fff;
  padding: 8px 20px;
  font-size: 12px;
  letter-spacing: .02em;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(247,243,238,.93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  color: #fff; background: var(--accent);
  font-weight: 900; font-size: 22px;
  box-shadow: 0 7px 20px rgba(226,87,62,.22);
}
.brand strong, .brand em { display: block; line-height: 1; }
.brand strong { font-size: 13px; letter-spacing: .22em; text-transform: uppercase; }
.brand em { font-style: normal; font-weight: 900; font-size: 19px; margin-top: 4px; }

.desktop-nav { display: flex; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--accent); }
.nav-call {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: min(78vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero > img {
  position: absolute; inset: 0;
  height: 100%; object-fit: cover;
  object-position: center 50%;
  filter: saturate(.92) contrast(1.02);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(12,12,13,.82) 0%, rgba(12,12,13,.54) 45%, rgba(12,12,13,.1) 78%),
    linear-gradient(0deg, rgba(12,12,13,.48), transparent 50%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 780px;
  padding: clamp(48px, 9vw, 110px) clamp(20px, 7vw, 96px);
  color: #fff;
}
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
  color: var(--accent);
}
.hero .eyebrow { color: #ff907b; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(46px, 7vw, 88px);
  line-height: .94;
  letter-spacing: -.055em;
}
.hero-copy { max-width: 640px; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.86); margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  font-weight: 900; font-size: 14px;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--accent); color: #fff; }
.btn.primary:hover { background: var(--accent-dark); }
.btn.secondary { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn.secondary.dark { color: var(--ink); border-color: var(--line); background: #fff; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; font-weight: 700; font-size: 13px; color: rgba(255,255,255,.82); }

.quick-info {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.quick-info > div { padding: 24px clamp(20px, 4vw, 58px); border-right: 1px solid var(--line); }
.quick-info > div:last-child { border-right: 0; }
.quick-info strong, .quick-info span { display: block; }
.quick-info strong { font-size: 16px; }
.quick-info span { color: var(--muted); font-size: 13px; margin-top: 4px; }

.section { padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 88px); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .split-copy h2, .hours-section h2, .visit-card h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -.04em;
}
.section-heading p:last-child, .split-copy p, .hours-section > div > p:last-child, .visit-card > p {
  color: var(--muted); font-size: 17px; max-width: 650px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.category-card {
  position: relative; min-height: 360px;
  grid-column: span 4;
  border-radius: var(--radius);
  overflow: hidden;
  background: #ddd;
}
.category-card.large { grid-column: span 8; }
.category-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.card-shade {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,0) 62%);
}
.card-copy { position: absolute; left: 24px; right: 24px; bottom: 22px; color: #fff; }
.card-copy span { display: block; font-weight: 900; font-size: 24px; letter-spacing: -.02em; }
.card-copy small { display: block; margin-top: 4px; color: rgba(255,255,255,.78); font-size: 13px; }
.text-card { background: var(--ink); color: #fff; }
.text-card-inner { min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.text-card h3 { margin: 14px 0 6px; font-size: 34px; }
.text-card p { color: rgba(255,255,255,.74); }
.text-card small { color: rgba(255,255,255,.52); }
.lottery-badge {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--accent); font-weight: 900;
}

.split-section {
  display: grid; grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
  background: #fff;
}
.text-link { display: inline-block; margin-top: 16px; color: var(--accent); font-weight: 900; }
.photo-stack { position: relative; min-height: 600px; }
.photo-main {
  width: 78%; height: 560px; margin-left: auto;
  object-fit: cover; border-radius: var(--radius);
}
.photo-float {
  position: absolute; left: 0; bottom: 0;
  width: 46%; height: 300px;
  object-fit: cover; border-radius: 20px;
  border: 8px solid #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}

.hours-section {
  display: grid; grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 110px);
  background: var(--cream);
}
.hours-card { background: #fff; border-radius: var(--radius); padding: 12px 26px; box-shadow: 0 15px 50px rgba(0,0,0,.06); }
.hours-card > div {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 17px 4px; border-bottom: 1px solid var(--line);
}
.hours-card > div:last-child { border-bottom: 0; }
.hours-card span { color: var(--muted); }
.hours-card .late strong { color: var(--accent); }

.visit-section {
  margin: clamp(20px, 4vw, 56px);
  border-radius: 32px;
  overflow: hidden;
  background: var(--ink);
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.visit-card { padding: clamp(40px, 7vw, 90px); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.visit-card h2 { font-size: clamp(34px, 4.3vw, 58px); }
.visit-card > p { color: rgba(255,255,255,.68); }
.visit-section > img { height: 100%; object-fit: cover; object-position: center; }

footer { padding: 60px clamp(20px, 6vw, 88px) 100px; border-top: 1px solid var(--line); }
.footer-brand { margin-bottom: 20px; }
footer p { color: var(--muted); margin: 8px 0; }
.fineprint { max-width: 720px; font-size: 12px; }
.copyright { font-size: 12px; }

.mobile-bar { display: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .nav-call { margin-left: auto; }
  .quick-info { grid-template-columns: 1fr; }
  .quick-info > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-info > div:last-child { border-bottom: 0; }
  .category-card, .category-card.large { grid-column: span 6; }
  .split-section, .hours-section, .visit-section { grid-template-columns: 1fr; }
  .photo-stack { min-height: 520px; }
  .visit-section > img { min-height: 380px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  .age-strip { font-size: 10px; padding-inline: 12px; }
  .site-header { min-height: 66px; padding: 10px 16px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 10px; }
  .brand strong { font-size: 10px; }
  .brand em { font-size: 15px; }
  .nav-call { display: none; }
  .hero { min-height: 720px; }
  .hero > img { object-position: center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(12,12,13,.88) 0%, rgba(12,12,13,.58) 52%, rgba(12,12,13,.18) 100%); }
  .hero-content { padding: 50px 20px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-actions .btn { flex: 1 1 150px; }
  .category-grid { display: block; }
  .category-card { min-height: 340px; margin-bottom: 14px; }
  .photo-stack { min-height: 430px; }
  .photo-main { width: 90%; height: 390px; }
  .photo-float { width: 52%; height: 210px; border-width: 5px; }
  .hours-card { padding: 8px 18px; }
  .hours-card > div { align-items: flex-start; }
  .hours-card strong { text-align: right; }
  .visit-section { margin: 14px; min-height: 0; }
  .visit-card { padding: 44px 24px; }
  .visit-section > img { min-height: 330px; }
  .mobile-bar {
    position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px;
    height: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    background: rgba(17,18,20,.94); border-radius: 18px; padding: 7px;
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(0,0,0,.28);
  }
  .mobile-bar a {
    display: grid; place-items: center; border-radius: 12px;
    color: #fff; font-weight: 900; font-size: 14px;
  }
  .mobile-bar a:first-child { background: var(--accent); }
}
