/* Generated by demo-bridge engine — spec-driven niche template */

:root {
  --bg: #0b0b0e;
  --surface: #131318;
  --paper: #f2f0eb;
  --muted: #9a98a0;
  --accent: #ff4d24;
  --accent-deep: #d93a17;
  --hairline: rgba(255, 255, 255, 0.08);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gutter: clamp(20px, 5vw, 64px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--paper);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { overflow-wrap: break-word; }

a { color: var(--paper); }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

::selection { background: var(--accent); color: #0b0b0e; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0.9rem var(--gutter);
  background: rgba(11, 11, 14, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease);
}

.site-header.scrolled { border-bottom-color: var(--hairline); }

.brand {
  font-family: 'Anton', sans-serif;
  font-size: 1.15rem;
  text-decoration: none;
  white-space: nowrap;
}

.nav { margin-left: auto; display: flex; gap: 1.5rem; }

.nav a {
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.nav a:hover { color: var(--paper); border-bottom-color: var(--accent); }

.header-cta {
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: #0b0b0e;
  background: var(--accent);
  padding: 0.55rem 1.3rem;
  border-radius: 8px;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}

.header-cta:hover { transform: translateY(-2px); background: var(--accent-deep); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: clamp(120px, 16vw, 180px) var(--gutter) 0;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(90% 110% at 80% -10%, rgba(255, 77, 36, 0.14) 0%, rgba(255, 77, 36, 0) 55%),
    linear-gradient(180deg, #131318 0%, var(--bg) 100%);
}

.watermark {
  position: absolute;
  z-index: -1;
  right: -4vw;
  top: 50%;
  translate: 0 -58%;
  font-family: 'Anton', sans-serif;
  font-size: clamp(16rem, 46vw, 42rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 77, 36, 0.22);
  user-select: none;
  will-change: transform;
}

.beam {
  position: absolute;
  z-index: -1;
  top: -20%;
  right: 6%;
  width: 180px;
  height: 150%;
  background: linear-gradient(180deg, var(--accent) 0%, rgba(255, 77, 36, 0) 100%);
  opacity: 0.1;
  transform: rotate(14deg);
  pointer-events: none;
}

.hero-content { max-width: 900px; padding-bottom: clamp(56px, 9vw, 120px); }

.eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  margin-bottom: 0.6rem;
}

.hero h1 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 10vw, 8.5rem);
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}

.tagline {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 1.8rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.4rem; }

.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.9rem 1.9rem;
  border-radius: 8px;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn-primary {
  color: #0b0b0e;
  background: var(--accent);
  box-shadow: 0 14px 30px -14px rgba(255, 77, 36, 0.8);
}

.btn-primary:hover { transform: translateY(-2px); background: var(--accent-deep); }

.btn-ghost {
  color: var(--paper);
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22);
}

.btn-ghost:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--accent); }

.proof { font-size: 0.95rem; color: var(--muted); }

.proof-stars { color: var(--accent); letter-spacing: 0.1em; }

.marquee {
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  margin-top: clamp(20px, 4vw, 40px);
  padding: 0.85rem 0;
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  padding-right: 2.4rem;
  animation: marquee 26s linear infinite;
  font-family: 'Anton', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  
  color: rgba(242, 240, 235, 0.65);
}

.marquee-track .tick { color: var(--accent); font-size: 0.55rem; }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

section { padding: clamp(64px, 9vw, 130px) var(--gutter); }

.hero { padding-bottom: 0; }

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 6vw, 5rem);
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: 0;
}

.stat { border-left: 3px solid var(--accent); padding-left: 18px; }

.stat-num {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  line-height: 1;
  color: var(--accent);
}

.stat-label {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(24px, 4vw, 44px);
}

.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.card::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s var(--ease);
}

.card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 77, 36, 0.45);
  box-shadow: 0 22px 40px -24px rgba(0, 0, 0, 0.9);
}

.card:hover::after { transform: scaleY(1); }

.card-icon { width: 40px; height: 40px; margin-bottom: 1.1rem; color: var(--accent); }

.card-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.card h3 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.card p { font-size: 0.97rem; color: var(--muted); }

.story { max-width: 820px; }

.story-heading {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0.4rem 0 1rem;
}

.story-body {
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
  color: var(--muted);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: clamp(24px, 4vw, 44px);
}

.quote {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: clamp(24px, 3vw, 38px);
}

.quote-stars { color: var(--accent); letter-spacing: 0.12em; font-size: 0.9rem; }

.quote blockquote {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.5;
  margin: 0.7rem 0 1rem;
}

.quote figcaption {
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.hours-247 { text-align: center; }

.always { display: grid; justify-items: center; gap: 0.4rem; }

.always h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 7vw, 5rem);
  text-transform: uppercase;
}

.always p { color: var(--muted); }

.pulse {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  margin-bottom: 0.6rem;
  animation: pulse 2.2s var(--ease) infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 77, 36, 0.55); }
  70% { box-shadow: 0 0 0 22px rgba(255, 77, 36, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 77, 36, 0); }
}

.hours-list { max-width: 560px; margin-top: clamp(20px, 3vw, 36px); }

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--hairline);
}

.hours-list dt { font-weight: 500; }

.hours-list dd { color: var(--muted); }

.contact {
  background:
    radial-gradient(70% 120% at 50% 120%, rgba(255, 77, 36, 0.18) 0%, rgba(255, 77, 36, 0) 60%),
    var(--surface);
  border-top: 1px solid var(--hairline);
}

.contact-inner { display: grid; justify-items: start; gap: 0.7rem; max-width: 720px; }

.contact-phone {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 7vw, 4.6rem);
  line-height: 1.05;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.contact-phone:hover { color: var(--accent); }

.contact-invite { font-size: clamp(1.05rem, 1.9vw, 1.25rem); max-width: 560px; margin-bottom: 0.4rem; }

.contact-address, .contact-email { color: var(--muted); }

.contact-email a { color: var(--muted); }

.contact .btn { margin-top: 0.9rem; }

.footer {
  padding: 2rem var(--gutter) 2.6rem;
  border-top: 1px solid var(--hairline);
  font-size: 0.88rem;
  color: var(--muted);
  display: grid;
  gap: 0.4rem;
}

.disclaimer { font-size: 0.78rem; opacity: 0.75; }

.js .reveal { opacity: 0; transform: translateY(22px); }

.js .reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s var(--ease) var(--d, 0s), transform 0.7s var(--ease) var(--d, 0s);
}

@media (max-width: 860px) {
  .nav { display: none; }
  .card-grid { grid-template-columns: 1fr; }
  .watermark { right: -14vw; font-size: clamp(12rem, 70vw, 22rem); }
  .stats { gap: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
  .pulse { animation: none; }
  [data-parallax] { transform: none !important; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
