:root {
  --bg: #0a0b0e;
  --bg-soft: #101216;
  --panel: #15171c;
  --panel-2: #1b1e24;
  --text: #f7f7f4;
  --muted: #a3a6ad;
  --line: rgba(255,255,255,.11);
  --red: #f21f2b;
  --red-dark: #b90916;
  --yellow: #ffc20f;
  --max: 1240px;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--red); color: white; }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: black; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 88px;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, height .25s ease;
}
.site-header.scrolled { height: 74px; background: rgba(9,10,13,.88); border-color: var(--line); backdrop-filter: blur(20px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 34px; }
.brand { width: 180px; display: block; }
.brand img { width: 100%; max-height: 66px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.main-nav a { position: relative; text-decoration: none; color: #d7d8db; font-size: .94rem; font-weight: 700; letter-spacing: .01em; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; width: 100%; margin: 6px 0; background: white; transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2834, #d90918);
  color: white;
  text-decoration: none;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(242,31,43,.24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(242,31,43,.34); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 45px; padding-inline: 20px; font-size: .91rem; }
.button-outline { background: transparent; box-shadow: none; border-color: rgba(255,255,255,.22); }
.button-outline:hover { border-color: var(--red); background: rgba(242,31,43,.08); }
.button-light { color: #111318; background: white; border-color: white; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.button-light:hover { background: #f1f1ed; }

.hero {
  min-height: 850px;
  height: 100svh;
  max-height: 1020px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 46%, rgba(242,31,43,.12), transparent 30%),
    linear-gradient(180deg, #0b0c10 0%, #090a0d 100%);
}
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 260px; background: linear-gradient(transparent, var(--bg)); }
.hero-grid, .final-grid { position: absolute; inset: 0; z-index: -2; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black 15%, transparent 85%); transform: perspective(560px) rotateX(58deg) scale(1.4) translateY(18%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(80px); opacity: .22; }
.hero-glow-one { width: 380px; height: 380px; background: var(--red); right: -130px; top: 25%; }
.hero-glow-two { width: 280px; height: 280px; background: #ff7a00; left: -160px; bottom: 4%; opacity: .08; }
.hero-layout { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(30px, 5vw, 82px); padding-top: 86px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 19px; color: #d7d8dc; font-size: .79rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; display: inline-block; vertical-align: middle; margin-right: 10px; background: var(--red); }
.eyebrow-center { display: flex; justify-content: center; align-items: center; gap: 11px; }
.eyebrow-center > span { margin: 0; }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.045em; }
h1 { margin-bottom: 25px; font-size: clamp(3.5rem, 6.6vw, 6.8rem); font-weight: 950; max-width: 750px; }
h1 em { display: block; color: var(--red); font-style: normal; }
.hero-lead { max-width: 640px; margin: 0 0 34px; color: #b6b8bf; font-size: clamp(1.05rem, 1.4vw, 1.23rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { text-decoration: none; font-weight: 800; color: white; }
.text-link span { margin-left: 7px; color: var(--red); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-trust > div { padding: 0 27px; border-left: 1px solid var(--line); }
.hero-trust > div:first-child { padding-left: 0; border-left: 0; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 1.33rem; }
.hero-trust span { color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 76%; height: 20%; left: 13%; bottom: 12%; border-radius: 50%; background: rgba(0,0,0,.75); filter: blur(24px); }
.hero-visual img { position: relative; z-index: 2; width: 118%; max-width: none; filter: drop-shadow(0 28px 30px rgba(0,0,0,.4)); transform: rotate(-2deg) translateX(-2%); }
.speed-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.ring-one { width: 440px; height: 440px; }
.ring-two { width: 330px; height: 330px; border-color: rgba(242,31,43,.28); border-style: dashed; animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(18,20,24,.76); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.badge-top { top: 10%; right: 0; }
.badge-bottom { bottom: 10%; left: 2%; }
.badge-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,194,15,.14); }
.hero-badge small, .hero-badge strong { display: block; }
.hero-badge small { color: var(--muted); font-size: .68rem; }
.hero-badge strong { font-size: .86rem; }
.live-dot { width: 10px; height: 10px; margin: 0 6px; border-radius: 50%; background: #2ad66f; box-shadow: 0 0 0 6px rgba(42,214,111,.11); }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; width: 4px; height: 8px; top: 10px; left: 12px; border-radius: 99px; background: white; animation: scrollCue 1.8s ease infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(16px); } }

.quick-strip { position: relative; z-index: 3; border-block: 1px solid var(--line); background: #0d0f12; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > div { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 24px 34px; border-left: 1px solid var(--line); }
.quick-grid > div:first-child { border-left: 0; }
.quick-icon { display: grid; place-items: center; min-width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(242,31,43,.42); color: var(--red); font-size: .72rem; font-weight: 900; }
.quick-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.quick-grid strong { display: block; margin-bottom: 3px; color: white; font-size: .95rem; }

.section { padding: clamp(90px, 10vw, 150px) 0; }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.55rem, 4.5vw, 4.7rem); }
.section-heading > p, .section-heading div + p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 8px; font-size: 1.02rem; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered > p:last-child { max-width: 620px; margin: 18px auto 0; }

.experience { background: #0b0c0f; }
.occasion-grid { display: grid; grid-template-columns: 1.08fr .96fr .96fr; gap: 18px; }
.occasion-card { position: relative; min-height: 400px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #15171b, #101216); transition: transform .25s ease, border-color .25s ease; }
.occasion-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border-radius: 50%; background: var(--red); filter: blur(70px); opacity: .10; }
.occasion-card:hover { transform: translateY(-7px); border-color: rgba(242,31,43,.45); }
.card-number { position: absolute; top: 22px; right: 26px; color: rgba(255,255,255,.16); font-size: 3.4rem; line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.occasion-icon { width: 68px; height: 68px; margin-bottom: 78px; display: grid; place-items: center; border-radius: 19px; background: rgba(242,31,43,.1); color: var(--red); }
.occasion-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.occasion-card h3 { margin-bottom: 15px; font-size: 1.72rem; }
.occasion-card p { color: var(--muted); }
.occasion-card a { position: absolute; left: 34px; bottom: 28px; text-decoration: none; font-size: .87rem; font-weight: 850; }
.occasion-card a span { color: var(--red); margin-left: 7px; }
.occasion-large { background: radial-gradient(circle at 82% 8%, rgba(242,31,43,.19), transparent 30%), linear-gradient(145deg, #1b1d22, #111317); }

.dark-panel { background: #111318; border-block: 1px solid var(--line); overflow: hidden; }
.kart-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.kart-stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.kart-stage::before { content: ""; position: absolute; inset: 6% 2%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; transform: rotate(-11deg); }
.kart-stage::after { content: ""; position: absolute; width: 68%; height: 14%; bottom: 12%; border-radius: 50%; background: rgba(0,0,0,.7); filter: blur(28px); }
.kart-stage img { position: relative; z-index: 2; width: 112%; max-width: none; transform: rotate(-4deg); }
.stage-label { position: absolute; top: 2%; left: 2%; color: rgba(255,255,255,.035); font-size: clamp(7rem, 14vw, 12rem); font-weight: 950; letter-spacing: -.1em; }
.stage-line { position: absolute; width: 75%; height: 1px; background: linear-gradient(90deg, transparent, rgba(242,31,43,.6), transparent); transform: rotate(-14deg); }
.spec-floating { position: absolute; z-index: 3; padding: 14px 17px; border-left: 3px solid var(--red); background: rgba(10,11,14,.84); backdrop-filter: blur(12px); }
.spec-floating strong, .spec-floating span { display: block; }
.spec-floating strong { font-size: .95rem; }
.spec-floating span { color: var(--muted); font-size: .7rem; }
.spec-a { left: 1%; top: 20%; }
.spec-b { right: -2%; bottom: 18%; }
.kart-copy h2, .bistro-copy h2, .contact-copy h2 { font-size: clamp(2.6rem, 4.7vw, 4.9rem); }
.kart-copy > p:not(.eyebrow), .bistro-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.check-list { list-style: none; padding: 0; margin: 35px 0; }
.check-list li { display: flex; align-items: center; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: rgba(242,31,43,.12); color: var(--red); font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list small { color: var(--muted); }

.pricing { background: #0a0b0e; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #121419; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.price-card:hover { transform: translateY(-7px); border-color: rgba(242,31,43,.38); }
.price-card.featured { border-color: rgba(242,31,43,.65); box-shadow: 0 25px 70px rgba(242,31,43,.08); }
.popular-badge { position: absolute; z-index: 3; top: 17px; right: 17px; padding: 7px 12px; border-radius: 999px; background: var(--red); color: white; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price-image { height: 210px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 70%, rgba(242,31,43,.15), transparent 43%), linear-gradient(140deg, #191c21, #0e1013); border-bottom: 1px solid var(--line); }
.price-image img { width: 86%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.price-card:hover .price-image img { transform: scale(1.05); }
.price-content { padding: 26px 27px 29px; }
.price-kicker { margin: 0 0 8px; color: var(--red); font-size: .71rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.price-card h3 { margin-bottom: 10px; font-size: 1.52rem; }
.price-card .price-content > p:not(.price-kicker) { min-height: 52px; margin: 0; color: var(--muted); font-size: .9rem; }
.price-meta { min-height: 51px; display: flex; flex-wrap: wrap; gap: 7px; align-content: flex-start; margin-top: 18px; }
.price-meta span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: #c5c7cc; font-size: .68rem; }
.price-bottom { display: flex; align-items: end; justify-content: space-between; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.price-bottom strong { font-size: 2.4rem; line-height: .8; letter-spacing: -.06em; }
.price-bottom strong small { font-size: 1rem; }
.price-bottom a { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: white; color: #0b0c0f; text-decoration: none; font-size: 1.25rem; font-weight: 900; transition: background .2s ease, color .2s ease, transform .2s ease; }
.price-bottom a:hover { background: var(--red); color: white; transform: rotate(-25deg); }
.custom-card { min-height: 435px; display: flex; align-items: end; background: radial-gradient(circle at 72% 18%, rgba(242,31,43,.26), transparent 32%), #16181d; }
.custom-card .price-content { position: relative; z-index: 2; }
.custom-flag { position: absolute; inset: 0 0 auto; display: grid; grid-template-columns: repeat(8,1fr); height: 116px; transform: skewY(-6deg) translateY(-20px); opacity: .12; }
.custom-flag span:nth-child(odd) { background: white; }
.custom-flag span:nth-child(even) { background: transparent; }
.request-price { font-size: 1.45rem !important; letter-spacing: -.03em !important; }
.pricing-note { margin: 32px 0 0; text-align: center; color: var(--muted); font-size: .88rem; }
.pricing-note a { color: white; font-weight: 800; }

.steps-section { padding-top: 35px; background: #0a0b0e; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { position: relative; padding: 34px; border-top: 1px solid rgba(255,255,255,.2); }
.step > span { color: var(--red); font-size: .72rem; font-weight: 900; }
.step-icon { position: absolute; top: 25px; right: 26px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.05); color: var(--red); font-weight: 900; }
.step h3 { margin: 58px 0 13px; font-size: 1.6rem; }
.step p { color: var(--muted); }

.bistro-section { background: #111318; border-block: 1px solid var(--line); }
.bistro-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.bistro-copy { max-width: 540px; }
.bistro-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.bistro-tags span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: #d5d6da; font-size: .78rem; }
.bistro-visual { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: stretch; }
.helmet-card, .quote-card { position: relative; min-height: 410px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #0d0f12; }
.helmet-card { display: flex; flex-direction: column; justify-content: end; padding: 30px; }
.helmet-card img { position: absolute; z-index: 2; width: 68%; right: -5%; top: 8%; filter: drop-shadow(0 30px 25px rgba(0,0,0,.65)); transform: rotate(-8deg); }
.helmet-glow { position: absolute; width: 230px; height: 230px; top: 5%; right: -3%; border-radius: 50%; background: var(--red); filter: blur(70px); opacity: .22; }
.helmet-card > div:last-child { position: relative; z-index: 3; }
.helmet-card small, .helmet-card strong { display: block; }
.helmet-card small { color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.helmet-card strong { margin-top: 4px; font-size: 1.35rem; }
.quote-card { display: flex; flex-direction: column; justify-content: center; padding: 30px; background: var(--red); color: white; }
.quote-card span { font-size: 5rem; line-height: .5; opacity: .45; }
.quote-card p { margin: 28px 0 0; font-size: 1.5rem; line-height: 1.25; font-weight: 850; }

.hours-section { background: #0a0b0e; }
.hours-switch { display: inline-flex; gap: 5px; margin-bottom: 26px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: #111318; }
.hours-switch button { min-height: 44px; padding: 0 19px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: .82rem; font-weight: 850; }
.hours-switch button.active { background: white; color: #111318; }
.hours-panel { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #111318; }
.hours-panel[hidden] { display: none; }
.day-row { min-width: 0; min-height: 180px; padding: 28px 20px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); }
.day-row:first-child { border-left: 0; }
.day-row span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.day-row strong { font-size: 1rem; line-height: 1.4; }
.day-row.weekend { background: rgba(242,31,43,.055); }
.day-row.weekend strong { color: #fff; }
.day-row.closed strong { color: #73767d; }

.contact-section { background: #111318; border-top: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-list { margin-top: 38px; border-top: 1px solid var(--line); }
.contact-list a { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(242,31,43,.1); color: var(--red); font-weight: 900; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: .68rem; }
.contact-list strong { font-size: .92rem; }
.contact-list b { color: var(--red); transition: transform .2s ease; }
.contact-list a:hover b { transform: translateX(4px); }
.map-card { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); background: #e9e8e3; color: #111318; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(15,17,20,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(15,17,20,.11) 1px, transparent 1px); background-size: 38px 38px; }
.map-road { position: absolute; height: 34px; background: white; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.road-a { width: 130%; top: 45%; left: -14%; transform: rotate(-18deg); }
.road-b { width: 110%; top: 32%; left: 9%; transform: rotate(58deg); }
.map-pin { position: absolute; top: 43%; left: 58%; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--red); transform: rotate(-45deg); box-shadow: 0 12px 25px rgba(242,31,43,.28); }
.map-pin span { width: 13px; height: 13px; border-radius: 50%; background: white; }
.map-info { position: absolute; top: 24px; left: 24px; padding: 18px 20px; border-radius: 16px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.map-info small, .map-info strong { display: block; }
.map-info small { color: #666; font-size: .68rem; }
.map-info strong { font-size: 1.5rem; }
.map-info p { margin: 2px 0 0; color: #555; font-size: .82rem; }
.map-card .button { position: absolute; left: 24px; bottom: 24px; background: #111318; color: white; border-color: #111318; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: clamp(100px, 12vw, 170px) 0; background: var(--red); text-align: center; }
.final-cta::after { content: ""; position: absolute; z-index: -1; width: 600px; height: 600px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.025); }
.final-grid { z-index: -2; opacity: .12; mask-image: none; transform: rotate(0); }
.final-inner { max-width: 850px; }
.final-inner .eyebrow { color: white; }
.final-inner .eyebrow span { background: white; }
.final-inner h2 { margin-bottom: 18px; font-size: clamp(3rem, 6vw, 6.3rem); }
.final-inner > p:not(.eyebrow) { margin: 0 auto 32px; font-size: 1.1rem; }

.site-footer { padding: 70px 0 22px; background: #08090b; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; padding-bottom: 50px; }
.footer-brand img { width: 220px; }
.footer-brand p { max-width: 330px; color: var(--muted); font-size: .86rem; }
.footer-grid h3 { margin-bottom: 18px; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; width: fit-content; margin: 11px 0; color: var(--muted); text-decoration: none; font-size: .86rem; }
.footer-grid a:hover { color: white !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #70737a; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { text-decoration: none; }
.mobile-booking-bar { display: none; }

.js .reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s cubic-bezier(.2,.65,.25,1), transform .7s cubic-bezier(.2,.65,.25,1); }
.js .reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }

/* Legal pages */
.legal-page { background: #0a0b0e; }
.legal-hero { min-height: 410px; padding: 160px 0 75px; background: radial-gradient(circle at 80% 20%, rgba(242,31,43,.12), transparent 28%), #0d0f12; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); }
.legal-content { padding: 70px 0 120px; }
.legal-card { max-width: 900px; margin: 0 auto; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius); background: #111318; }
.legal-card h2 { margin: 42px 0 13px; font-size: 1.35rem; letter-spacing: -.02em; color: white; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #b6b8bf; }
.legal-card a { color: white; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: #d0d2d7; text-decoration: none; font-weight: 800; }
.legal-back span { color: var(--red); }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 180px 1fr auto; gap: 20px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .85rem; }
  .hero-layout { grid-template-columns: 1.08fr .92fr; }
  .hero-visual { min-height: 470px; }
  .hero-trust > div { padding-inline: 18px; }
  .occasion-grid { grid-template-columns: 1fr 1fr; }
  .occasion-card:first-child { grid-column: 1 / -1; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .hours-panel { grid-template-columns: repeat(4, 1fr); }
  .day-row { border-top: 1px solid var(--line); }
  .day-row:nth-child(-n+4) { border-top: 0; }
  .day-row:nth-child(5) { border-left: 0; }
}

@media (max-width: 900px) {
  .site-header, .site-header.scrolled { height: 72px; background: rgba(9,10,13,.9); backdrop-filter: blur(18px); border-color: var(--line); }
  .header-inner { display: flex; justify-content: space-between; }
  .brand { width: 145px; }
  .menu-toggle { display: block; order: 3; }
  .header-cta { margin-left: auto; }
  .main-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: 40px 28px; background: rgba(9,10,13,.98); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.2rem; }
  .main-nav a::after { display: none; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: 920px; height: auto; padding: 145px 0 85px; }
  .hero-layout { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 390px; max-width: 620px; width: 100%; margin: 0 auto; }
  .hero-visual img { width: 104%; transform: rotate(-2deg); }
  .badge-top { right: 6%; }
  .badge-bottom { left: 5%; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > div { min-height: 86px; border-left: 0; border-top: 1px solid var(--line); padding-inline: 0; }
  .quick-grid > div:first-child { border-top: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .kart-feature, .bistro-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .kart-stage { min-height: 450px; order: 2; }
  .kart-copy { order: 1; }
  .bistro-copy { max-width: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-cta { display: none; }
  .brand { width: 132px; }
  .hero { min-height: 850px; padding-top: 120px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 17px; border-top: 0; margin-top: 37px; padding-top: 0; }
  .hero-trust > div, .hero-trust > div:first-child { flex: 1; min-width: 92px; padding: 14px 4px; border: 1px solid var(--line); border-radius: 14px; }
  .hero-trust strong { font-size: 1.02rem; }
  .hero-trust span { font-size: .62rem; }
  .hero-visual { min-height: 310px; }
  .ring-one { width: 300px; height: 300px; }
  .ring-two { width: 230px; height: 230px; }
  .hero-badge { padding: 10px 12px; }
  .badge-top { top: 3%; right: 0; }
  .badge-bottom { bottom: 2%; left: 0; }
  .hero-badge strong { font-size: .75rem; }
  .scroll-cue { display: none; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .kart-copy h2, .bistro-copy h2, .contact-copy h2 { font-size: 2.65rem; }
  .occasion-grid, .price-grid { grid-template-columns: 1fr; }
  .occasion-card:first-child { grid-column: auto; }
  .occasion-card { min-height: 370px; }
  .kart-stage { min-height: 350px; }
  .stage-label { font-size: 6.8rem; }
  .spec-floating { padding: 10px 12px; }
  .spec-a { top: 10%; }
  .spec-b { right: 0; bottom: 10%; }
  .bistro-visual { grid-template-columns: 1fr; }
  .helmet-card, .quote-card { min-height: 320px; }
  .quote-card { min-height: 220px; }
  .hours-switch { width: 100%; border-radius: 20px; }
  .hours-switch button { flex: 1; padding-inline: 9px; border-radius: 15px; font-size: .73rem; }
  .hours-panel { grid-template-columns: 1fr; }
  .day-row { min-height: auto; padding: 17px 20px; flex-direction: row; gap: 20px; border-left: 0; border-top: 1px solid var(--line) !important; }
  .day-row:first-child { border-top: 0 !important; }
  .day-row strong { text-align: right; font-size: .88rem; }
  .map-card { min-height: 440px; }
  .final-inner h2 { font-size: 3.2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding-bottom: 85px; flex-direction: column; }
  .mobile-booking-bar { position: fixed; z-index: 900; display: grid; grid-template-columns: 58px 1fr; gap: 8px; bottom: 10px; left: 10px; right: 10px; padding: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 19px; background: rgba(13,15,18,.92); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(0,0,0,.4); }
  .mobile-booking-bar a { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 13px; text-decoration: none; font-weight: 900; }
  .mobile-booking-bar a:first-child { border: 1px solid var(--line); }
  .mobile-booking-bar a:last-child { gap: 8px; background: var(--red); color: white; }
  .legal-hero { min-height: 330px; padding-top: 130px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
