*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.skip {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 99;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
}
.skip:focus {
  top: 0.5rem;
}
.wrap {
  width: min(1080px, 100% - 5rem);
  margin-inline: auto;
}
.wrap--narrow {
  width: min(680px, 100% - 5rem);
  margin-inline: auto;
}
.section {
  padding: clamp(2.75rem, 6vw, 4rem) 0;
}
.nav__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav__links a {
  text-decoration: none;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mnav {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1.25rem 1.25rem;
  gap: 0.25rem;
}
.mnav[hidden] {
  display: none !important;
}
@media (prefers-reduced-motion: no-preference) {
  .mnav {
    animation: mnavIn 0.22s ease;
  }
}
@keyframes mnavIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
}
.mnav a {
  padding: 0.7rem 0.5rem;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 820px) {
  .nav__links {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
}
@media (min-width: 821px) {
  .mnav {
    display: none !important;
  }
}
.hero__cta {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}
.hero__openline {
  margin-top: 1.4rem;
  font-size: 0.9rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  font-weight: 700;
  min-height: 46px;
  padding: 0.7rem 1.5rem;
  transition: all 0.18s ease;
}
.btn--lg {
  padding: 0.9rem 1.9rem;
  font-size: 1.02rem;
}
.btn--full {
  width: 100%;
}
.hero_logo {
  width: 5rem;
  margin: 3rem 0 0 0;
}
.nav__logo {
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}
.foot__logo {
  height: 26px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.85;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
.about {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}
@media (max-width: 820px) {
  .about {
    grid-template-columns: 1fr;
  }
}
.hours {
  width: 100%;
  border-collapse: collapse;
}
.hrow td {
  padding: 0.55rem 0;
  font-size: 0.94rem;
}
.hrow__time {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.contact__grid {
  /* display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:1rem;
  margin-top:1.6rem; */
  width: max-content;
}
.contact {
  position: relative;
}
.section--contact {
  scroll-margin-top: 80px;
}
.section--about {
  scroll-margin-top: 80px;
}
.section--booking {
  scroll-margin-top: 80px;
}
.section--leads {
  overflow: hidden;
}
.section__sub {
  margin-top: -1.2rem;
  margin-bottom: 2rem;
  opacity: 0.75;
}
.hero__in {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  align-items: center;
  padding-block: 0;
}
.hero__in:has(.hero__visual) {
  grid-template-columns: 1.15fr 1fr;
}
@media (max-width: 820px) {
  .hero__in:has(.hero__visual) {
    grid-template-columns: 1fr;
  }
}
.hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__visual img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.hero__visual--logo img {
  max-width: 240px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}
.hero__txt {
  max-width: 640px;
}
.about__txt {
  min-width: 0;
}
.leadbar__text {
  min-width: 0;
}
.leadbar__sub {
  margin-top: 0.3rem;
}
.hrow__day {
  font-weight: 600;
}
.foot__tag {
  opacity: 0.7;
}
.open-badge {
  font-weight: 700;
}
.ccard {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.3rem;
  text-decoration: none;
  transition: all 0.18s ease;
}
.ccard__k {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.65;
}
.ccard__v {
  font-weight: 600;
  line-height: 1.4;
}
.contact__social {
  margin-top: 1.4rem;
  font-weight: 600;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 560px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}
.form__field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.form__field label {
  font-size: 0.8rem;
  font-weight: 700;
}
.form input,
.form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  font: inherit;
  border-radius: 0;
  border: 2px solid transparent;
}
.form--inline {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.form--inline input {
  flex: 1;
  min-width: 220px;
}
.form-note {
  margin-top: 0.7rem;
  font-weight: 600;
  min-height: 1.2em;
}
.leadbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
@media (max-width: 760px) {
  .leadbar {
    grid-template-columns: 1fr;
  }
}
.leadbar__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  opacity: 0.9;
}
.leadform__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .leadform__row {
    grid-template-columns: 1fr;
  }
}
.leadform select {
  width: 100%;
  padding: 0.75rem 0.9rem;
  font: inherit;
  border: 2px solid transparent;
  border-radius: inherit;
}
.leadform__fine {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 0.6rem;
}
.form__opt {
  font-weight: 400;
  opacity: 0.6;
}
.field-err {
  outline: 2px solid #e0555f !important;
  outline-offset: 1px;
}
.form-note--ok {
  color: #1e9e5a;
}
.form-note--err {
  color: #d84b52;
}
.foot__in {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem 0;
  font-size: 0.85rem;
}
.open-badge--open {
  color: var(--brand);
}
.open-badge--closed {
  opacity: 0.6;
}
/* Forge 2.0 upgrades: scroll reveals + tablet rhythm + touch targets */
.js-rv {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.forge-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* Hero photo fit (builder: "Show the whole photo" is the default). Framed
   hero visuals drop their fixed aspect so the photo is never cropped; the
   frame shape wraps whatever ratio the photo has. Full-bleed background
   heroes are not affected -- a background has to cover. */
body.hero-fit-contain .vow-arch,
body.hero-fit-contain .et-cameo,
body.hero-fit-contain .sy-frame,
body.hero-fit-contain .df-glass {
  aspect-ratio: auto;
}
body.hero-fit-contain .vow-arch img,
body.hero-fit-contain .et-cameo img,
body.hero-fit-contain .sy-frame img,
body.hero-fit-contain .df-glass img {
  height: auto;
  object-fit: contain;
}
body.hero-fit-contain .at-tv {
  aspect-ratio: auto;
}
body.hero-fit-contain .at-tv__screen {
  position: relative;
  inset: auto;
  margin: 0 8% 8% 0;
}
body.hero-fit-contain .at-tv__screen img {
  height: auto;
  object-fit: contain;
}
body.hero-fit-contain .at-tv__block {
  bottom: -6%;
}
body.hero-fit-contain .hero__visual img:not(.hero__visual--logo img) {
  aspect-ratio: auto;
  object-fit: contain;
}
.js-rv--in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .js-rv {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (min-width: 821px) and (max-width: 1080px) {
  .wrap {
    width: min(920px, 100% - 4rem);
  }
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__name {
    font-size: clamp(2.4rem, 6.5vw, 4.2rem);
  }
}
@media (max-width: 820px) {
  .btn {
    min-height: 48px;
  }
  .mnav a {
    padding: 0.7rem 0.5rem;
  }
  .ccard {
    padding: 1.2rem;
  }
  .nav__in {
    min-height: 52px;
  }
  .nav__mark {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.82rem !important;
  }
  .nav__logo {
    height: 34px;
    max-width: 165px;
  }
  .nav__name {
    font-size: 0.95rem !important;
  }
  .nav__brand {
    gap: 0.5rem;
  }
  .nav-toggle {
    padding: 0.35rem;
  }
  .nav-toggle span {
    width: 20px;
  }
  .mnav {
    padding: 0.5rem 1.25rem 1rem;
  }
}
/* ============ Gallery + lightbox (Forge 3.0) ============================
   Shared by every template -- classic sections and cinematic beats alike.
   A clean, evenly-spaced grid of photos; click any tile to open a
   full-screen viewer with a close (X), prev/next, Escape, and a photo
   counter. Neutral dark chrome so it reads consistently across every
   theme without per-template retuning. */
.gal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr));
  gap: clamp(0.8rem, 2vw, 1.4rem);
  margin-top: 1.8rem;
}
.gal__item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  min-height: 150px;
  border-radius: 12px;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  background: rgba(127, 127, 127, 0.08);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease;
}
@supports not (aspect-ratio: 4/3) {
  .gal__item {
    height: 0;
    min-height: 0;
    padding-top: 75%;
  }
  .gal__item .gal__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.gal__item:hover,
.gal__item:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}
.gal__item:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.gal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.gal__item:hover .gal__img {
  transform: scale(1.06);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(6, 6, 10, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 5vw, 3.5rem);
  animation: lbIn 0.22s ease;
}
.lightbox[hidden] {
  display: none;
}
@keyframes lbIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lightbox__img {
  max-width: min(1400px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  animation: lbZoom 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes lbZoom {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.lightbox__close {
  position: absolute;
  top: clamp(0.9rem, 3vw, 1.8rem);
  right: clamp(0.9rem, 3vw, 1.8rem);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(90deg);
}
.lightbox__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.18s ease;
}
.lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.16);
}
.lightbox__nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.lightbox__nav--prev {
  left: clamp(0.6rem, 3vw, 2rem);
}
.lightbox__nav--next {
  right: clamp(0.6rem, 3vw, 2rem);
}
.lightbox__count {
  position: absolute;
  bottom: clamp(0.8rem, 3vw, 1.6rem);
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  font: 600 0.8rem/1 var(--font-mono, monospace);
  letter-spacing: 0.06em;
}
@media (prefers-reduced-motion: reduce) {
  .lightbox,
  .lightbox__img {
    animation: none;
  }
  .gal__item,
  .gal__img,
  .lightbox__close {
    transition: none;
  }
  .gal__item:hover,
  .gal__item:focus-visible {
    transform: none;
  }
  .gal__item:hover .gal__img {
    transform: none;
  }
  .lightbox__close:hover {
    transform: none;
  }
}
@media (max-width: 640px) {
  .gal__grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.7rem;
  }
  .lightbox__nav {
    width: 40px;
    height: 40px;
  }
}
/* ============ Reviews (Forge 4.2, paid add-on) ===========================
   Shared across every classic template -- a plain, legible card grid.
   Stars use --accent (the secondary color) so this add-on visibly earns
   its own place in the palette instead of just repeating the brand color. */
.rev__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.rev__card {
  background: var(--card, rgba(127, 127, 127, 0.06));
  border: 1px solid var(--line, rgba(127, 127, 127, 0.18));
  border-radius: 14px;
  padding: 1.6rem;
}
.rev__stars {
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
}
.rev__quote {
  font-size: 1rem;
  line-height: 1.55;
}
.rev__name {
  margin-top: 0.9rem;
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0.75;
}
.rev__more {
  display: inline-block;
  margin-top: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}
.rev__more:hover {
  text-decoration: underline;
}
.menu__img {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 2rem auto 0;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}
.hero__name {
  overflow-wrap: anywhere;
}
.rev__summary {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin: -0.4rem 0 1.6rem;
  flex-wrap: wrap;
}
.rev__summary-stars {
  color: #fbbc04;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
}
.rev__summary-num {
  font-weight: 700;
  font-size: 1.05rem;
}
.rev__summary-count {
  color: var(--dim, inherit);
  opacity: 0.75;
  font-size: 0.88rem;
}
.cx__body {
  font-size: 1.05rem;
  line-height: 1.75;
}
.cx__body p + p {
  margin-top: 1rem;
}
.cx__imgs {
  display: grid;
  gap: 1rem;
  margin-top: 2.2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.cx__imgs img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.cx__imgs--one img {
  aspect-ratio: auto;
  max-height: 560px;
  object-fit: cover;
}
/* Custom sections: override any template-specific muted text color so
   the paragraph text is always readable */
.cx__body,
.cx__body p {
  color: inherit;
}
/* Lucent glass panels used as cx bodies need full-strength ink */
.lc-glass.cx__body {
  color: var(--lc-ink, #1a1109);
}
:root {
  --bg: hsl(277, 40%, 5%);
  --panel: hsl(277, 32%, 8%);
  --line: hsla(276.94117647058823, 70%, 70%, 0.16);
  --brand: hsl(277, 95%, 68%);
  --brand-deep: hsl(277, 100%, 50%);
  --accent: hsl(0, 10%, 62%);
  --accent-deep: hsl(0, 0%, 32%);
  --tx: #e8eef2;
  --dim: rgba(232, 238, 242, 0.6);
  --mono: "JetBrains Mono", monospace;
  --disp: "Chakra Petch", sans-serif;
}
body {
  font:
    400 1rem/1.72 "Exo 2",
    sans-serif;
  background: var(--bg);
  color: var(--tx);
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-family: var(--disp);
  font-weight: 600;
  letter-spacing: 0.02em;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
/* scanline field over the whole page -- 3% opacity, never in the way */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 2px,
    rgba(0, 0, 0, 0.18) 2px 3px
  );
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: hsla(276.94117647058823, 40%, 5%, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__mark {
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
  font-family: var(--mono);
  font-size: 0.8rem;
}
.nav__name {
  font-family: var(--disp);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 1rem;
}
.nav__links a {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dim);
}
.nav__links a:hover {
  color: var(--brand);
}
.nav__links a:not(.btn)::before {
  content: "/ ";
  opacity: 0.4;
}
.nav-toggle {
  color: var(--brand);
}
.mnav {
  background: var(--panel);
}
.mnav a {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn {
  border-radius: 2px;
  font-family: var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: 1px solid var(--brand);
  color: var(--brand);
  position: relative;
  clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
}
.btn:hover {
  background: var(--brand);
  color: var(--bg);
}
.btn--primary {
  background: var(--brand);
  color: var(--bg);
}
.btn--primary:hover {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 34px hsla(0, 10%, 62%, 0.4);
}
.btn--nav {
  padding: 0.55rem 1.2rem;
  min-height: 40px;
}
.btn--pay {
  margin-top: 1.1rem;
  min-height: 40px;
  font-size: 0.74rem;
}
/* hero: perspective grid floor, receding to a horizon */
.hero {
  position: relative;
  padding: 2rem 0 7rem;
  overflow: hidden;
  perspective: 900px;
}
.hero::before {
  content: "";
  position: absolute;
  left: -40%;
  right: -40%;
  top: 64%;
  height: 90%;
  transform: rotateX(64deg);
  transform-origin: 50% 0;
  background:
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 50% 0/64px 64px,
    linear-gradient(0deg, var(--line) 1px, transparent 1px) 50% 0/64px 64px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 75%);
  mask-image: linear-gradient(180deg, #000, transparent 75%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 64%;
  width: 90vw;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  opacity: 0.8;
  box-shadow: 0 0 44px 8px hsla(277, 95%, 68%, 0.33);
  pointer-events: none;
}
.hero__in {
  position: relative;
  z-index: 2;
}
/* HUD status panel -- the hero's right column until the client uploads a logo/photo */
.hero__hud {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--dim);
  border: 1px solid var(--line);
  background: hsla(276.94117647058823, 32%, 8%, 0.7);
  backdrop-filter: blur(6px);
  padding: 1.4rem 1.5rem;
  position: relative;
  width: 100%;
  max-width: 360px;
  justify-self: end;
  transform: perspective(900px) rotateY(-6deg);
  transform-origin: right center;
  box-shadow: 0 30px 50px -20px #000;
}
.hero__hud::before,
.hero__hud::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--brand);
}
.hero__hud::before {
  top: -2px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}
.hero__hud::after {
  bottom: -2px;
  right: -2px;
  border-left: 0;
  border-top: 0;
}
.hud__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
}
.hud__row:last-child {
  border-bottom: 0;
}
.hud__k {
  color: var(--dim);
  opacity: 0.7;
}
.hud__v {
  color: var(--tx);
  text-align: right;
}
.hud__v--live {
  color: var(--accent);
}
.hud__v--live::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 0.5rem;
  box-shadow: 0 0 10px var(--accent);
  animation: hudPulse 1.6s ease-in-out infinite;
}
@keyframes hudPulse {
  50% {
    opacity: 0.35;
  }
}
.hud__bar {
  height: 4px;
  background: var(--line);
  margin-top: 0.9rem;
  position: relative;
  overflow: hidden;
}
.hud__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 40%;
  background: var(--brand);
  animation: hudScan 2.4s linear infinite;
}
@keyframes hudScan {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(260%);
  }
}
@media (max-width: 820px) {
  .hero__hud {
    transform: none;
    max-width: none;
    justify-self: stretch;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hud__v--live::before,
  .hud__bar::after {
    animation: none;
  }
}
.hero__where {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.4rem;
}
.hero__where::before {
  content: ">> ";
  color: var(--brand);
}
.hero__name {
  font-size: clamp(2.4rem, 6.4vw, 4.8rem);
  line-height: 1.06;
  text-transform: uppercase;
  min-height: 1.06em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 30px hsla(277, 95%, 68%, 0.2);
}
.hero__tag {
  font-family: var(--mono);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  color: var(--dim);
  margin-top: 1.3rem;
}
.tx-cursor {
  display: inline-block;
  width: 0.55em;
  height: 1em;
  background: var(--accent);
  vertical-align: -0.12em;
  margin-left: 0.12em;
  animation: txBlink 1s steps(2) infinite;
}
@keyframes txBlink {
  50% {
    opacity: 0;
  }
}
.hero__hourslink {
  color: var(--brand);
}
.hero__visual img {
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 30px 60px -20px #000;
}
.hero__visual--logo img {
  border: 0;
  box-shadow: none;
}
/* sections: monospaced index label before every title */
.section {
  position: relative;
}
.section__title {
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  padding-top: 1.6rem;
  position: relative;
}
.section__title::before {
  content: "// " counter(sec, decimal-leading-zero);
  counter-increment: sec;
  position: absolute;
  top: 0;
  left: 0;
  font: 500 0.72rem var(--mono);
  letter-spacing: 0.24em;
  color: var(--accent);
}
main {
  counter-reset: sec;
}
.section--gallery,
.section--reviews,
.section--menu,
.section--booking,
.section--leads {
  background: var(--panel);
  border-block: 1px solid var(--line);
}
/* signature: reticle-bracketed cards that lean in 3D */
.svc,
.ccard,
.about__card,
.rev__card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 2px;
  transform: perspective(900px) rotateX(calc(var(--rx, 0) * 5deg))
    rotateY(calc(var(--ry, 0) * 5deg));
  transition:
    transform 0.18s ease,
    border-color 0.2s,
    box-shadow 0.25s;
  transform-style: preserve-3d;
  box-shadow: 0 20px 40px -24px #000;
}
.svc::before,
.ccard::before,
.about__card::before,
.rev__card::before,
.svc::after,
.ccard::after,
.about__card::after,
.rev__card::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--brand);
  pointer-events: none;
  transition:
    width 0.2s,
    height 0.2s;
}
.svc::before,
.ccard::before,
.about__card::before,
.rev__card::before {
  top: -2px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}
.svc::after,
.ccard::after,
.about__card::after,
.rev__card::after {
  bottom: -2px;
  right: -2px;
  border-left: 0;
  border-top: 0;
}
.svc:hover,
.ccard:hover,
.rev__card:hover {
  border-color: var(--brand);
  box-shadow:
    0 30px 60px -20px #000,
    0 0 0 1px hsla(277, 95%, 68%, 0.2);
}
.svc:hover::before,
.svc:hover::after,
.ccard:hover::before,
.ccard:hover::after {
  width: 26px;
  height: 26px;
  border-color: var(--accent);
}
.is-tilt {
  background-image: radial-gradient(
    300px circle at var(--mx, 50%) var(--my, 50%),
    hsla(277, 95%, 68%, 0.08),
    transparent 60%
  );
}
.svc {
  padding: 1.9rem;
  counter-increment: svc;
}
.svc-grid {
  counter-reset: svc;
}
.svc__badge {
  display: block;
  font: 500 0.7rem var(--mono);
  letter-spacing: 0.2em;
  color: var(--dim);
  margin-bottom: 0.9rem;
}
.svc__badge::after {
  content: "SYS." counter(svc, decimal-leading-zero);
}
.svc__name {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.svc__price {
  font-family: var(--mono);
  color: var(--accent);
  font-size: 1rem;
  margin: 0.5rem 0;
}
.svc__desc {
  color: var(--dim);
  font-size: 0.92rem;
}
.about__card {
  padding: 1.8rem;
}
.about__card-title {
  font: 500 0.72rem var(--mono);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
}
.about__body {
  color: var(--dim);
  font-size: 1.04rem;
}
.hrow {
  border-bottom: 1px solid var(--line);
}
.hrow td {
  font-family: var(--mono);
  font-size: 0.86rem;
}
.hrow--closed {
  opacity: 0.4;
}
.hrow__time {
  color: var(--brand);
}
.form label {
  font: 500 0.72rem var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
}
.form input,
.form textarea,
.leadform select {
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--tx);
  border-radius: 2px;
  font-family: var(--mono);
  font-size: 0.92rem;
}
.form input:focus,
.form textarea:focus,
.leadform select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px hsla(0, 10%, 62%, 0.13);
}
.leadbar__badge {
  border-radius: 2px;
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--mono);
  letter-spacing: 0.16em;
}
.leadbar__title {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.leadbar__sub {
  color: var(--dim);
}
.ccard {
  padding: 1.4rem;
}
.ccard__k {
  color: var(--accent);
  font-family: var(--mono);
  letter-spacing: 0.16em;
}
.ccard__v {
  color: var(--tx);
}
.contact__social a {
  color: var(--brand);
}
.rev__card {
  padding: 1.6rem;
}
.rev__stars {
  color: var(--accent);
}
.rev__quote {
  color: var(--tx);
}
.rev__name {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 0.8rem;
}
.rev__more {
  color: var(--brand);
}
.rev__summary-stars {
  color: var(--accent);
}
.gal__item {
  border-radius: 2px;
  border: 1px solid var(--line);
}
.gal__item:hover {
  border-color: var(--brand);
}
.menu__img {
  border-radius: 2px;
  border: 1px solid var(--line);
}
.open-badge--open {
  color: var(--accent);
}
.open-badge--closed {
  color: var(--dim);
}
.foot {
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.8rem;
}
.foot__tag {
  color: var(--dim);
}
@media (prefers-reduced-motion: reduce) {
  .tx-cursor {
    animation: none;
  }
  .svc,
  .ccard,
  .about__card,
  .rev__card {
    transform: none;
  }
}
