:root {
  color-scheme: dark;
  --ink: #080808;
  --panel: #141414;
  --panel-2: #1f1f1f;
  --line: rgba(214, 176, 80, 0.28);
  --gold: #d9b451;
  --gold-2: #f1cc66;
  --copper: #b8733f;
  --cream: #f4efe2;
  --muted: #b8b4aa;
  --green: #168a55;
  --danger: #b94d4d;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.custom-smooth-scroll {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #050505 0%, #0b0a08 46%, #080808 100%);
  color: var(--cream);
  line-height: 1.5;
}

body.intro-lock {
  overflow: hidden;
}

body[dir="rtl"] {
  font-family: Tahoma, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  min-height: 100vh;
  background: #000;
  color: var(--cream);
  pointer-events: none;
  animation: introExit 900ms cubic-bezier(0.76, 0, 0.24, 1) 3150ms forwards;
}

.intro-inner {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(86vw, 520px);
  min-height: 310px;
}

.blade-emblem {
  display: grid;
  place-items: center;
  width: 214px;
  min-height: 148px;
  padding: 18px 22px;
  color: var(--gold-2);
  border-top: 1px solid rgba(241, 204, 102, 0.72);
  border-bottom: 1px solid rgba(241, 204, 102, 0.72);
  text-align: center;
  text-transform: uppercase;
}

.blade-emblem::before,
.blade-emblem::after {
  width: 148px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(241, 204, 102, 0.92), transparent);
}

.blade-emblem strong {
  display: block;
  color: #f7f0df;
  font-size: 42px;
  line-height: 0.95;
}

.blade-emblem span {
  display: block;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.blade-emblem .emblem-small {
  font-size: 10px;
  letter-spacing: 2.4px;
}

.intro-emblem {
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  animation: introEmblem 1050ms cubic-bezier(0.2, 0.9, 0.2, 1) 120ms forwards;
}

.intro-title {
  position: absolute;
  top: 232px;
  color: #fff;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  white-space: nowrap;
}

.intro-title-primary {
  opacity: 0;
  transform: translateY(18px);
  animation: introTitlePrimary 1850ms cubic-bezier(0.2, 0.9, 0.2, 1) 760ms forwards;
}

.intro-title-secondary {
  opacity: 0;
  transform: translateY(18px);
  animation: introTitleSecondary 1650ms cubic-bezier(0.2, 0.9, 0.2, 1) 1900ms forwards;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(16px, 4vw, 56px);
  background: rgba(8, 8, 8, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

main#top {
  scroll-margin-top: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 44px;
  border: 1px solid var(--line);
  background: #050505;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover {
  color: var(--gold-2);
}

.top-actions,
.hero-actions,
.admin-actions,
.form-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-button,
.button {
  min-height: 42px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  background: #0d0d0d;
  color: var(--gold-2);
  border-color: var(--line);
}

.instagram-link {
  color: var(--gold-2);
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(248, 215, 117, 0.16), rgba(184, 115, 63, 0.12)),
    #0d0d0d;
}

.instagram-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-link:hover,
.instagram-link:focus-visible {
  border-color: rgba(248, 215, 117, 0.5);
  background:
    linear-gradient(135deg, rgba(248, 215, 117, 0.24), rgba(184, 115, 63, 0.18)),
    #111;
  outline: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 750;
}

.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, #f8d775 0%, var(--gold-2) 44%, var(--copper) 100%);
  color: #17120a;
  box-shadow: 0 0 0 rgba(241, 204, 102, 0);
}

.button.secondary {
  background: var(--green);
  color: white;
}

.button.light {
  background: rgba(244, 239, 226, 0.92);
  color: #231c11;
  border-color: rgba(248, 215, 117, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.button.light:hover {
  background: #fff7e3;
  border-color: rgba(248, 215, 117, 0.78);
}

.button.ghost {
  background: transparent;
  color: var(--cream);
  border-color: var(--line);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(58px, 8vw, 110px) clamp(16px, 5vw, 72px);
  background: #050505;
  text-align: center;
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero::before {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.34) 0%, rgba(5, 5, 5, 0.42) 42%, rgba(5, 5, 5, 0.78) 100%),
    radial-gradient(ellipse at 50% 44%, rgba(8, 8, 8, 0.02), rgba(5, 5, 5, 0.36) 72%),
    url("https://blade-barbershop.com/lovable-uploads/about.jpeg") center / cover;
  background-position:
    center,
    center,
    center calc(50% + var(--hero-parallax, 0px));
  filter: blur(1.5px) saturate(1) brightness(0.94);
  opacity: 0.96;
  transform: scale(1.01);
  animation: heroBackdropLoad 1200ms cubic-bezier(0.2, 0.9, 0.2, 1) 90ms forwards;
}

.hero::after {
  z-index: -1;
  background:
    radial-gradient(ellipse at 24% 16%, rgba(248, 215, 117, 0.18), transparent 28%),
    radial-gradient(ellipse at 50% 26%, rgba(248, 215, 117, 0.18), transparent 26%),
    radial-gradient(ellipse at 78% 16%, rgba(248, 215, 117, 0.16), transparent 28%),
    radial-gradient(ellipse at 50% 56%, rgba(184, 115, 63, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 52%, rgba(184, 115, 63, 0.08));
  mix-blend-mode: screen;
}

.hero-copy {
  display: grid;
  justify-items: center;
  width: min(100%, 940px);
}

.hero-badge,
h1 span,
.hero-text,
.hero-actions,
.quick-facts div {
  animation: heroElementLoad 900ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.hero-badge {
  animation-delay: 160ms;
}

h1 span:first-child {
  animation-delay: 280ms;
}

h1 span:last-child {
  animation-delay: 420ms;
}

.hero-text {
  animation-delay: 560ms;
}

.hero-actions {
  animation-delay: 700ms;
}

.quick-facts div:nth-child(1) {
  animation-delay: 820ms;
}

.quick-facts div:nth-child(2) {
  animation-delay: 900ms;
}

.quick-facts div:nth-child(3) {
  animation-delay: 980ms;
}

.quick-facts div:nth-child(4) {
  animation-delay: 1060ms;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 7px 16px;
  color: var(--gold-2);
  background: rgba(217, 180, 81, 0.12);
  border: 1px solid rgba(248, 215, 117, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(184, 115, 63, 0.2);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 950px;
  margin-bottom: 22px;
  font-size: clamp(56px, 9vw, 112px);
  line-height: 1.02;
}

h1 span {
  display: block;
}

.hero-title-accent {
  color: var(--gold-2);
  text-shadow:
    0 0 22px rgba(241, 204, 102, 0.2),
    0 4px 26px rgba(0, 0, 0, 0.45);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}

h3 {
  font-size: 22px;
}

.hero-text {
  max-width: 740px;
  color: rgba(244, 239, 226, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  justify-content: center;
  margin-top: 26px;
}

.hero-actions .button.primary {
  min-height: 54px;
  padding-inline: 24px;
  border: 1px solid rgba(248, 215, 117, 0.58);
  box-shadow:
    0 0 22px rgba(241, 204, 102, 0.34),
    0 0 54px rgba(184, 115, 63, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  animation: bookButtonGlow 2200ms ease-in-out infinite;
}

.hero-actions .button.primary:hover {
  border-color: rgba(248, 215, 117, 0.95);
  box-shadow:
    0 0 30px rgba(241, 204, 102, 0.5),
    0 0 76px rgba(184, 115, 63, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero-actions .button.secondary {
  min-height: 54px;
}

.hero-actions .button.light {
  min-height: 54px;
  padding-inline: 24px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  gap: 12px;
  justify-content: center;
  width: min(100%, 920px);
  margin: 42px 0 0;
}

.quick-facts div,
.service-card,
.booking-panel,
.summary-panel,
.admin-section,
.details-grid span,
.booking-item {
  border: 1px solid var(--line);
  background: rgba(24, 24, 24, 0.82);
}

.quick-facts div {
  min-width: 150px;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.48);
  backdrop-filter: blur(14px);
}

.quick-facts dt {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 5px 0 0;
  color: var(--cream);
}

.location-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(217, 166, 74, 0.55);
  transition: color 180ms ease, border-color 180ms ease;
}

.location-link:hover,
.location-link:focus-visible {
  color: var(--gold-2);
  border-color: var(--gold-2);
  outline: none;
}

.section,
.booking-shell,
.admin-section {
  padding: clamp(48px, 7vw, 92px) clamp(16px, 5vw, 72px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading.compact {
  display: block;
  margin-bottom: 20px;
}

.gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 22%, rgba(248, 215, 117, 0.08), transparent 26rem),
    radial-gradient(ellipse at 82% 70%, rgba(184, 115, 63, 0.1), transparent 30rem),
    linear-gradient(180deg, #0a0908 0%, #101010 100%);
}

.haircut-showcase {
  display: grid;
  grid-auto-columns: minmax(520px, 58vw);
  grid-auto-flow: column;
  gap: clamp(18px, 2.2vw, 30px);
  margin: 0 calc(clamp(16px, 5vw, 72px) * -1) 34px;
  padding: 4px clamp(16px, 5vw, 72px) 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  scroll-padding-inline: clamp(16px, 5vw, 72px);
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(248, 215, 117, 0.72) rgba(255, 255, 255, 0.06);
  cursor: grab;
  user-select: none;
}

.haircut-showcase.is-auto-scrolling {
  cursor: ew-resize;
}

.haircut-showcase.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.haircut-showcase::-webkit-scrollbar {
  height: 8px;
}

.haircut-showcase::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.haircut-showcase::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(184, 115, 63, 0.72), rgba(248, 215, 117, 0.9));
  border-radius: 999px;
}

.haircut-card {
  position: relative;
  isolation: isolate;
  min-height: 292px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(248, 215, 117, 0.15);
  border-radius: 12px;
  background: #080808;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  transform: translateZ(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.haircut-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  transform-origin: center top;
  pointer-events: none;
  user-select: none;
  transition: transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 260ms ease;
}

.haircut-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(ellipse at 50% 12%, rgba(248, 215, 117, 0.1), transparent 34rem);
  pointer-events: none;
}

.haircut-card-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: clamp(18px, 2.8vw, 34px);
}

.haircut-card h3 {
  max-width: 72%;
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.72);
}

@media (hover: hover) and (pointer: fine) {
  .haircut-card:hover {
    border-color: rgba(248, 215, 117, 0.34);
    box-shadow:
      0 34px 96px rgba(0, 0, 0, 0.48),
      0 0 44px rgba(219, 174, 73, 0.1);
    transform: translateY(-8px);
  }

  .haircut-card:hover img {
    filter: saturate(1.05) contrast(1.04);
    transform: scale(1.025);
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  display: grid;
  min-height: 160px;
  padding: 20px;
  border-radius: 8px;
}

.service-card.reveal-card {
  transition-delay: calc(var(--reveal-index, 0) * 65ms);
}

.service-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 20px;
}

.price {
  color: var(--gold-2);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.duration,
.service-card p {
  color: var(--muted);
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 18px;
  background: #101010;
}

.booking-panel,
.summary-panel,
.admin-section {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-panel,
.summary-panel {
  padding: clamp(18px, 3vw, 32px);
}

fieldset {
  min-width: 0;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 12px;
  color: var(--gold-2);
  font-weight: 850;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  color: var(--cream);
  background: #0a0a0a;
  border: 1px solid rgba(244, 239, 226, 0.16);
  border-radius: 6px;
}

select[multiple] {
  min-height: 152px;
  padding-block: 10px;
}

select[multiple] option {
  padding: 8px 10px;
}

.booking-service-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-service-choice {
  display: grid;
  gap: 4px;
  min-height: 62px;
  min-width: min(100%, 172px);
  flex: 1 1 172px;
  padding: 12px 14px;
  text-align: left;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(244, 239, 226, 0.14);
  border-radius: 8px;
}

.booking-service-choice span,
.booking-service-choice small {
  overflow-wrap: anywhere;
}

.booking-service-choice span {
  font-weight: 850;
}

.booking-service-choice small {
  color: var(--muted);
  font-size: 12px;
}

.booking-service-choice.selected {
  color: #17120a;
  background:
    linear-gradient(135deg, rgba(255, 224, 139, 0.98), rgba(184, 115, 63, 0.96));
  border-color: rgba(255, 226, 157, 0.85);
  box-shadow: 0 16px 34px rgba(219, 170, 82, 0.16);
}

.booking-service-choice.selected small {
  color: rgba(23, 18, 10, 0.72);
}

.service-calculator {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.service-calculator > div {
  display: grid;
  gap: 5px;
  min-height: 74px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(219, 170, 82, 0.2);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.service-calculator span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-calculator strong {
  color: var(--gold);
  font-size: 17px;
}

.children-haircut-panel {
  display: grid;
  grid-column: 1 / -1;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(248, 215, 117, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(248, 215, 117, 0.09), transparent 20rem),
    rgba(0, 0, 0, 0.22);
}

.children-panel-head {
  display: grid;
  gap: 4px;
}

.children-panel-head span,
.children-style-picker span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.children-panel-head strong {
  color: var(--cream);
  font-size: 16px;
}

.children-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.children-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 12px;
  color: var(--cream);
  text-align: left;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(244, 239, 226, 0.14);
  border-radius: 8px;
}

.children-option span {
  color: inherit;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.children-option small {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.children-option.selected {
  color: #17120a;
  background:
    linear-gradient(135deg, rgba(255, 224, 139, 0.98), rgba(184, 115, 63, 0.96));
  border-color: rgba(255, 226, 157, 0.85);
  box-shadow: 0 16px 34px rgba(219, 170, 82, 0.16);
}

.children-option.selected small {
  color: rgba(23, 18, 10, 0.72);
}

.children-style-picker {
  display: grid;
  gap: 8px;
}

textarea {
  resize: vertical;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.slot {
  min-height: 42px;
  border: 1px solid rgba(244, 239, 226, 0.16);
  border-radius: 6px;
  background: #0b0b0b;
  color: var(--cream);
  cursor: pointer;
}

.slot[aria-checked="true"] {
  background: var(--gold-2);
  color: #17120a;
  border-color: var(--gold-2);
  font-weight: 850;
}

.slot:disabled {
  color: rgba(244, 239, 226, 0.32);
  cursor: not-allowed;
  text-decoration: line-through;
}

.form-footer {
  justify-content: space-between;
  border-top: 1px solid rgba(244, 239, 226, 0.1);
  padding-top: 18px;
}

.form-note {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.summary-content {
  display: grid;
  gap: 12px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(244, 239, 226, 0.1);
}

.summary-row span:first-child {
  color: var(--muted);
}

.confirmation {
  margin-top: 18px;
  padding: 16px;
  border-radius: 6px;
  background: rgba(22, 138, 85, 0.15);
  border: 1px solid rgba(22, 138, 85, 0.48);
}

.confirmation.hidden {
  display: none;
}

.hidden,
[hidden] {
  display: none !important;
}

.details-section {
  background: #080808;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.details-grid span {
  min-height: 68px;
  padding: 18px;
  border-radius: 6px;
  transition-delay: calc(var(--reveal-index, 0) * 55ms);
}

.admin-section {
  margin: clamp(48px, 7vw, 92px) clamp(16px, 5vw, 72px);
  padding: clamp(18px, 3vw, 32px);
}

.admin-gate {
  display: grid;
  gap: 16px;
  max-width: 520px;
  margin: 0 auto;
}

.admin-login {
  display: grid;
  gap: 14px;
}

.admin-error {
  margin: 0;
  color: #ffb7a8;
  font-weight: 700;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.admin-stat,
.today-panel,
.admin-filters {
  border: 1px solid rgba(219, 170, 82, 0.22);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-stat {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
}

.admin-stat span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-stat strong {
  color: var(--gold);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1;
}

.today-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 8px;
}

.today-panel h3 {
  margin: 4px 0 0;
  font-size: 22px;
}

.today-list {
  display: grid;
  gap: 10px;
}

.today-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(130px, auto);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(244, 239, 226, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.today-item strong {
  color: var(--gold);
  font-size: 16px;
}

.today-item span,
.today-item small {
  overflow-wrap: anywhere;
}

.today-item small {
  color: var(--muted);
}

.admin-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 8px;
}

.booking-list {
  display: grid;
  gap: 12px;
}

.booking-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.3fr);
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
}

.booking-item.reveal-card {
  transition-delay: calc(var(--reveal-index, 0) * 55ms);
}

.booking-item h3 {
  margin: 0;
  font-size: 18px;
}

.booking-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.booking-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  color: var(--muted);
  font-size: 14px;
}

.booking-meta span {
  overflow-wrap: anywhere;
}

.booking-admin-controls {
  display: grid;
  align-content: start;
  gap: 12px;
}

.status-select {
  min-width: 132px;
}

.status-pill {
  display: inline-grid;
  place-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(244, 239, 226, 0.18);
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.status-pending {
  color: #ffe2a6;
  border-color: rgba(219, 170, 82, 0.4);
  background: rgba(219, 170, 82, 0.1);
}

.status-confirmed {
  color: #bdf5d4;
  border-color: rgba(92, 211, 138, 0.42);
  background: rgba(92, 211, 138, 0.1);
}

.status-cancelled {
  color: #ffbeb4;
  border-color: rgba(255, 129, 107, 0.42);
  background: rgba(255, 129, 107, 0.1);
}

.status-completed {
  color: #c9d8ff;
  border-color: rgba(137, 162, 229, 0.42);
  background: rgba(137, 162, 229, 0.1);
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-action-button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(219, 170, 82, 0.28);
  border-radius: 999px;
  background: rgba(219, 170, 82, 0.08);
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-action-button:hover {
  border-color: rgba(219, 170, 82, 0.58);
  background: rgba(219, 170, 82, 0.16);
}

.empty {
  color: var(--muted);
  padding: 22px;
  border: 1px dashed rgba(244, 239, 226, 0.18);
  border-radius: 8px;
}

.compact-empty {
  padding: 14px;
}

.mobile-booking-bar {
  display: none;
}

.reveal,
.reveal-child,
.reveal-card,
.details-grid span {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(74px) scale(0.985);
  transition:
    opacity 1050ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 1050ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1050ms cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal.is-visible,
.reveal-child.is-visible,
.reveal-card.is-visible,
.details-grid span.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

@keyframes heroBackdropLoad {
  from {
    filter: blur(14px) saturate(0.82) brightness(0.78);
    opacity: 0.4;
    transform: scale(1.08);
  }

  to {
    filter: blur(0.5px) saturate(1) brightness(0.94);
    opacity: 0.96;
    transform: scale(1.005);
  }
}

@keyframes introEmblem {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(22px) scale(0.94);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes introTitlePrimary {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(24px);
  }

  38%,
  62% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(-34px);
  }
}

@keyframes introTitleSecondary {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(28px);
  }

  45%,
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes introExit {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-24px);
    visibility: hidden;
  }
}

@keyframes heroElementLoad {
  from {
    filter: blur(16px);
    opacity: 0;
    transform: translateY(44px);
  }

  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bookButtonGlow {
  0%,
  100% {
    box-shadow:
      0 0 18px rgba(241, 204, 102, 0.28),
      0 0 46px rgba(184, 115, 63, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  50% {
    box-shadow:
      0 0 28px rgba(241, 204, 102, 0.46),
      0 0 70px rgba(184, 115, 63, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero,
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .haircut-showcase {
    grid-auto-columns: minmax(420px, 78vw);
  }

  .services-grid,
  .details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-stats,
  .admin-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .today-panel,
  .booking-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .topbar {
    min-height: 64px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .top-actions .ghost {
    display: none;
  }

  .hero {
    padding-top: 28px;
  }

  .haircut-showcase {
    grid-auto-columns: minmax(286px, 86vw);
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }

  .haircut-card {
    min-height: auto;
    border-radius: 10px;
  }

  .haircut-card h3 {
    max-width: 88%;
    font-size: clamp(24px, 8vw, 34px);
  }

  h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .hero-actions,
  .quick-facts,
  .section-heading,
  .field-grid,
  .form-footer,
  .admin-header,
  .admin-stats,
  .admin-filters,
  .today-panel,
  .booking-meta,
  .service-calculator {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-grid,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .children-option-grid {
    grid-template-columns: 1fr;
  }

  .booking-item {
    grid-template-columns: 1fr;
  }

  .today-item {
    grid-template-columns: 1fr;
  }

  .mobile-booking-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 0.55fr;
    gap: 8px;
    padding: 10px;
    background: rgba(8, 8, 8, 0.92);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(18px);
  }

  .mobile-booking-bar .button.primary {
    box-shadow:
      0 0 18px rgba(241, 204, 102, 0.3),
      0 0 42px rgba(184, 115, 63, 0.18);
  }
}

/* Cinematic rebuild layer */
:root {
  --shop-photo: url("assets/shop-storefront.jpeg");
  --line-strong: rgba(248, 215, 117, 0.48);
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(217, 180, 81, 0.14), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #0b0a08 44%, #050505 100%);
}

.site-intro {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(217, 180, 81, 0.14), transparent 28rem),
    #000;
  animation: cinematicIntroExit 680ms cubic-bezier(0.76, 0, 0.24, 1) 4620ms forwards;
}

.intro-inner {
  width: min(90vw, 680px);
  min-height: 520px;
}

.intro-logo {
  width: min(72vw, 420px);
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 0 34px rgba(217, 180, 81, 0.24));
  transform: translateY(18px) scale(0.96);
  animation: cinematicIntroLogo 2450ms cubic-bezier(0.2, 0.9, 0.2, 1) 120ms forwards;
}

.intro-tagline {
  position: absolute;
  top: calc(50% + min(30vw, 180px));
  margin: 0;
  color: rgba(244, 239, 226, 0.88);
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 500;
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  animation: cinematicIntroTagline 2200ms cubic-bezier(0.2, 0.9, 0.2, 1) 620ms forwards;
}

.intro-blackout {
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  animation: cinematicIntroBlackout 1160ms cubic-bezier(0.76, 0, 0.24, 1) 2500ms forwards;
}

.intro-city {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 9vw, 104px);
  font-weight: 500;
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  animation: cinematicIntroCity 1560ms cubic-bezier(0.2, 0.9, 0.2, 1) 3220ms forwards;
}

.blade-emblem,
.intro-emblem,
.intro-title {
  display: none;
}

.topbar {
  z-index: 40;
  background: rgba(5, 5, 5, 0.82);
}

.brand {
  min-width: 240px;
}

.brand-mark {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-color: var(--line);
  background: #000;
  box-shadow: inset 0 0 24px rgba(217, 180, 81, 0.08);
}

.brand-mark img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  max-width: none;
  object-fit: contain;
  object-position: center;
  transform: none;
  transform-origin: center;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.cinematic-journey {
  background: #000;
}

.video-hero {
  position: relative;
  display: grid;
  place-items: start center;
  height: auto;
  min-height: 0;
  padding: 0 0 clamp(18px, 3vh, 36px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 24%, rgba(219, 174, 73, 0.16), transparent 36rem),
    radial-gradient(ellipse at 50% 76%, rgba(255, 255, 255, 0.045), transparent 30rem),
    linear-gradient(180deg, #020202 0%, #080706 100%);
}

.video-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 38%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 42%, rgba(0, 0, 0, 0.34));
}

.hero-video-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  aspect-ratio: 16 / 8.55;
  background: #000;
  border: 1px solid rgba(248, 215, 117, 0.18);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 0 82px rgba(219, 174, 73, 0.1);
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  transition: opacity 900ms cubic-bezier(0.2, 0.9, 0.2, 1), transform 1800ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-video-frame.is-ready {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-video-logo {
  position: absolute;
  top: clamp(14px, 2vw, 28px);
  right: clamp(14px, 2.2vw, 34px);
  z-index: 2;
  width: clamp(62px, 8vw, 122px);
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(248, 215, 117, 0.28);
  background: rgba(0, 0, 0, 0.58);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(219, 174, 73, 0.14);
}

@media (max-width: 720px) {
  .video-hero {
    min-height: 0;
    padding: 0 0 26px;
  }

  .hero-video-frame {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 0;
    box-shadow:
      0 20px 56px rgba(0, 0, 0, 0.52),
      0 0 34px rgba(219, 174, 73, 0.08);
  }

  .hero-video-logo {
    width: clamp(46px, 15vw, 62px);
    top: 10px;
    right: 10px;
  }
}

@media (orientation: landscape) and (max-height: 620px) {
  .video-hero {
    padding-block: 0 28px;
  }

  .hero-video-frame {
    width: 100%;
    max-height: none;
  }
}

body.video-hero-top .topbar {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cinematic-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  padding: clamp(74px, 8vw, 116px) clamp(16px, 5vw, 72px);
  background: #000;
}

.stage-visual,
.stage-shade,
.door-panel {
  position: absolute;
  inset: 0;
}

.stage-visual {
  z-index: -3;
  inset: -7%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45)),
    var(--shop-photo) center / cover no-repeat;
  opacity: var(--stage-opacity, 1);
  transform: translate3d(0, var(--stage-y, 0px), 0) scale(var(--stage-scale, 1.06));
  transition: opacity 180ms ease;
  will-change: transform;
}

.stage-arrival .stage-visual {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.46)),
    url("assets/shop-storefront.jpeg");
  background-position: center calc(45% + var(--stage-y, 0px));
  filter: saturate(1.06) contrast(1.04) brightness(0.8);
}

.stage-approach .stage-visual {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.54)),
    url("assets/shop-storefront.jpeg");
  background-position: center calc(57% + var(--stage-y, 0px));
  filter: saturate(1.08) contrast(1.06) brightness(0.68);
}

.stage-door .stage-visual {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.5)),
    url("assets/shop-entry.jpeg");
  background-position: center calc(50% + var(--stage-y, 0px));
  filter: saturate(1.04) contrast(1.02) brightness(0.66);
}

.stage-inside .stage-visual {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.46)),
    url("assets/shop-chair-mirror.jpeg");
  background-position: center calc(47% + var(--stage-y, 0px));
  filter: saturate(1.1) contrast(1.04) brightness(0.74);
}

.stage-shade {
  z-index: -2;
  background:
    radial-gradient(ellipse at 50% 36%, rgba(217, 180, 81, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), #000 98%);
}

.stage-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
}

.side-copy {
  justify-self: start;
  max-width: 590px;
  padding: clamp(18px, 3vw, 34px) 0;
}

.side-copy.right {
  justify-self: end;
}

.center-copy {
  max-width: 720px;
  text-align: center;
}

.stage-copy h2,
.booking-gate h2,
.stage-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.stage-copy h2,
.booking-gate h2 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(34px, 6vw, 76px);
  line-height: 0.98;
}

.stage-copy p:not(.eyebrow):not(.hero-badge),
.booking-gate p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(244, 239, 226, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.stage-copy h1 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 600;
  line-height: 1.02;
}

.stage-copy h1 span {
  text-align: center;
}

.door-panel {
  z-index: -1;
  width: 50.2%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(22, 18, 12, 0.96)),
    linear-gradient(180deg, rgba(217, 180, 81, 0.14), rgba(0, 0, 0, 0.15));
  border-color: rgba(248, 215, 117, 0.2);
  border-style: solid;
  transform: translateX(var(--door-shift, 0));
  transition: none;
  will-change: transform;
}

.door-panel-left {
  right: 50%;
  border-width: 0 1px 0 0;
}

.door-panel-right {
  left: 50%;
  border-width: 0 0 0 1px;
}

.booking-gate {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(58px, 8vw, 112px) clamp(16px, 5vw, 72px);
  background:
    radial-gradient(ellipse at 25% 35%, rgba(217, 180, 81, 0.16), transparent 28rem),
    linear-gradient(180deg, #060606, #0d0b08);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gate-logo {
  width: min(100%, 430px);
  justify-self: center;
  filter: drop-shadow(0 0 34px rgba(217, 180, 81, 0.2));
}

.gate-copy {
  max-width: 760px;
}

.booking-gate .quick-facts {
  grid-column: 1 / -1;
}

.quick-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.quick-facts div {
  border-radius: 8px;
}

.details-section {
  min-height: auto;
}

.details-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.details-grid span {
  display: grid;
  align-items: center;
  opacity: 1;
  filter: none;
  transform: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.details-grid span:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(31, 31, 31, 0.92);
}

.hero-actions .button {
  min-height: 54px;
  padding-inline: 24px;
}

@keyframes cinematicIntroLogo {
  0% {
    opacity: 0;
    filter: blur(10px) drop-shadow(0 0 18px rgba(217, 180, 81, 0.12));
    transform: translateY(20px) scale(0.96);
  }

  36%,
  72% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 0 34px rgba(217, 180, 81, 0.24));
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(8px) drop-shadow(0 0 10px rgba(217, 180, 81, 0.08));
    transform: translateY(-14px) scale(0.985);
  }
}

@keyframes cinematicIntroTagline {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(16px);
  }

  30%,
  72% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(-12px);
  }
}

@keyframes cinematicIntroBlackout {
  0%,
  100% {
    opacity: 0;
  }

  42%,
  72% {
    opacity: 1;
  }
}

@keyframes cinematicIntroCity {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(24px) scale(0.98);
  }

  35%,
  70% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(-24px) scale(1.01);
  }
}

@keyframes cinematicIntroExit {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 980px) {
  .booking-gate {
    grid-template-columns: 1fr;
  }

  .details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .brand-mark img {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
  }

  .cinematic-stage {
    min-height: 88svh;
    padding-top: 72px;
  }

  .stage-visual {
    inset: -4%;
    transform: scale(1.04);
  }
.stage-arrival .stage-visual {
    background-size: auto 132%;
    background-position: center 50%;
  }

  .stage-approach .stage-visual {
    background-size: auto 150%;
    background-position: center 58%;
  }

  .stage-door .stage-visual {
    background-position: center 45%;
  }

  .stage-inside .stage-visual {
    background-position: center 48%;
  }

  .stage-shade {
    background:
      radial-gradient(ellipse at 50% 30%, rgba(217, 180, 81, 0.12), transparent 20rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.84));
  }

  .side-copy,
  .side-copy.right,
  .center-copy {
    justify-self: center;
    text-align: center;
  }

  .stage-copy h1 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.05;
  }

  .stage-copy h2,
  .booking-gate h2 {
    font-size: clamp(34px, 11vw, 54px);
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .details-grid {
    grid-template-columns: 1fr;
  }

  .intro-inner {
    min-height: 430px;
  }

  .intro-logo {
    width: min(86vw, 340px);
  }

  .intro-tagline {
    top: calc(50% + 136px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.intro-lock {
    overflow: hidden;
  }
}
