:root {
  color-scheme: dark;
  --bg: #060607;
  --bg-soft: #101114;
  --panel: #17181c;
  --panel-strong: #202127;
  --text: #f7f3ea;
  --muted: #bab4a8;
  --gold: #e4c46d;
  --gold-strong: #f2d889;
  --red: #b21f3a;
  --blue: #3f7df6;
  --line: rgba(247, 243, 234, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --header-height: 78px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.92), rgba(6, 6, 7, 1) 620px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 90px),
    var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(228, 196, 109, 0.32);
}

.skip-link {
  background: var(--gold);
  color: #111;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(6, 6, 7, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: var(--header-height);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(6, 6, 7, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 26px;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  aspect-ratio: 1;
  background:
    linear-gradient(145deg, rgba(228, 196, 109, 0.96), rgba(178, 31, 58, 0.84));
  color: #110f0b;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.brand-text {
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 6px;
}

.nav-links a {
  border: 1px solid transparent;
  color: rgba(247, 243, 234, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 10px 12px;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text);
  outline: none;
}

.nav-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  color: var(--text);
  display: none;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.nav-toggle svg,
.button svg,
.hero-facts svg,
.info-card svg,
.feature-strip svg,
.gallery-overlay svg,
.map-address svg,
.stripe-panel svg,
.drive-link svg {
  height: 18px;
  stroke-width: 2;
  width: 18px;
}

.hero {
  align-items: end;
  display: grid;
  min-height: min(850px, 92svh);
  overflow: hidden;
  padding: calc(var(--header-height) + 60px) 24px 54px;
  position: relative;
}

.hero-media {
  background-image:
    linear-gradient(90deg, rgba(6, 6, 7, 0.84), rgba(6, 6, 7, 0.28) 55%, rgba(6, 6, 7, 0.76)),
    url("https://images.unsplash.com/photo-1514525253161-7a46d19cd819?auto=format&fit=crop&w=2400&q=86");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transform: scale(1.02);
  z-index: -2;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.02), rgba(6, 6, 7, 0.54) 72%, var(--bg)),
    linear-gradient(90deg, rgba(178, 31, 58, 0.2), transparent 44%, rgba(63, 125, 246, 0.18));
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-content {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
}

.eyebrow,
.section-kicker {
  color: var(--gold-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(4rem, 14vw, 11rem);
  line-height: 0.82;
  margin-bottom: 22px;
  max-width: 980px;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  line-height: 0.98;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.hero-copy {
  color: rgba(247, 243, 234, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  max-width: 720px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.hero-facts span {
  align-items: center;
  background: rgba(10, 10, 12, 0.72);
  border: 1px solid var(--line);
  display: inline-flex;
  gap: 9px;
  min-height: 44px;
  padding: 10px 13px;
}

.hero-facts svg {
  color: var(--gold);
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: #130f08;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--gold-strong);
  box-shadow: 0 16px 42px rgba(228, 196, 109, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(228, 196, 109, 0.42);
}

.countdown {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(88px, 126px));
  margin-top: 34px;
  max-width: 560px;
}

.countdown div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 98px;
  padding: 16px 12px;
  text-align: center;
}

.countdown strong {
  color: var(--gold-strong);
  display: block;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.countdown span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: 98px 24px;
  position: relative;
}

.section-inner {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
}

.intro-band {
  background:
    linear-gradient(90deg, rgba(228, 196, 109, 0.13), rgba(178, 31, 58, 0.1), rgba(63, 125, 246, 0.1)),
    #0d0d10;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding-bottom: 58px;
  padding-top: 58px;
}

.intro-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.65fr 1.25fr 1fr;
}

.intro-grid h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
}

.intro-grid p:last-child {
  color: var(--muted);
  font-size: 1.02rem;
}

.section-heading {
  margin-bottom: 42px;
  max-width: 760px;
}

.section-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.info-card,
.ticket-card,
.booking-form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.16);
}

.info-card {
  min-height: 198px;
  padding: 24px;
}

.info-card svg {
  color: var(--gold);
  height: 24px;
  margin-bottom: 20px;
  width: 24px;
}

.info-card p {
  color: var(--muted);
  margin: 0;
}

.info-card small {
  color: rgba(247, 243, 234, 0.68);
}

.feature-strip {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
  padding: 14px;
}

.feature-strip span {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
}

.poster-showcase {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.1fr repeat(2, 0.8fr);
  margin: 16px 0;
}

.poster-card {
  align-content: end;
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.1), rgba(6, 6, 7, 0.86)),
    linear-gradient(140deg, rgba(178, 31, 58, 0.62), rgba(228, 196, 109, 0.28), rgba(63, 125, 246, 0.34)),
    var(--panel);
  border: 1px solid rgba(228, 196, 109, 0.26);
  display: grid;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.poster-card::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 22px),
    linear-gradient(rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 22px);
  content: "";
  inset: 0;
  opacity: 0.28;
  position: absolute;
}

.poster-card > * {
  position: relative;
}

.poster-card span {
  color: var(--gold-strong);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.poster-card strong {
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 0.92;
  margin: 10px 0;
  text-transform: uppercase;
}

.poster-card small {
  color: rgba(247, 243, 234, 0.78);
  font-weight: 800;
}

.poster-card-main {
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.02), rgba(6, 6, 7, 0.88)),
    url("https://images.unsplash.com/photo-1504704911898-68304a7d2807?auto=format&fit=crop&w=1100&q=82");
  background-position: center;
  background-size: cover;
}

.map-container {
  margin: 16px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.map-container iframe {
  display: block;
  vertical-align: bottom;
}

.map-address {
  align-items: center;
  background: var(--panel);
  display: flex;
  gap: 12px;
  padding: 16px 20px;
}

.map-address svg {
  color: var(--red);
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.map-address a {
  color: var(--text);
  line-height: 1.4;
}

.map-address a:hover {
  color: var(--gold-strong);
}

.map-address strong {
  font-size: 1rem;
}

.tickets-section {
  background:
    linear-gradient(180deg, rgba(16, 17, 20, 0), rgba(16, 17, 20, 0.78)),
    var(--bg);
}

.ticket-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.9fr 1.15fr;
}

.ticket-layout .section-heading {
  grid-column: 1 / -1;
}

.ticket-cards {
  display: grid;
  gap: 14px;
}

.ticket-card {
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: 24px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.ticket-card strong {
  color: var(--gold-strong);
  font-size: 2.5rem;
  line-height: 1;
}

.ticket-card span:not(.ticket-tag) {
  color: var(--muted);
}

.ticket-card small {
  color: var(--text);
  font-weight: 900;
}

.ticket-card-featured {
  background:
    linear-gradient(160deg, rgba(228, 196, 109, 0.18), rgba(178, 31, 58, 0.12)),
    var(--panel);
}

.ticket-tag,
.form-badge {
  background: rgba(228, 196, 109, 0.12);
  border: 1px solid rgba(228, 196, 109, 0.32);
  color: var(--gold-strong);
  font-size: 0.74rem;
  font-weight: 900;
  justify-self: start;
  padding: 7px 9px;
  text-transform: uppercase;
}

.booking-form {
  padding: 26px;
}

.form-header,
.form-footer {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.form-header {
  align-items: start;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.form-header h3 {
  font-size: 1.6rem;
  margin: 0;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

label {
  color: rgba(247, 243, 234, 0.82);
  display: grid;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 8px;
}

input {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  min-height: 48px;
  padding: 12px 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  width: 100%;
}

input:focus {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(228, 196, 109, 0.8);
  box-shadow: 0 0 0 4px rgba(228, 196, 109, 0.12);
  outline: none;
}

input::placeholder {
  color: rgba(247, 243, 234, 0.38);
}

.quantity-field {
  margin-top: 14px;
  max-width: 180px;
}

.check-field {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px 1fr;
  margin-top: 16px;
}

.check-field input {
  accent-color: var(--gold);
  height: 18px;
  min-height: auto;
  margin-top: 2px;
  padding: 0;
  width: 18px;
}

.check-field span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.stripe-panel {
  align-items: center;
  background: rgba(114, 46, 209, 0.1);
  border: 1px solid rgba(114, 46, 209, 0.22);
  display: flex;
  gap: 14px;
  margin: 20px 0;
  padding: 14px 16px;
}

.stripe-panel svg {
  color: #8b5cf6;
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.stripe-panel strong {
  color: var(--text);
  display: block;
  font-size: 0.95rem;
  margin-bottom: 3px;
}

.stripe-panel span {
  color: var(--muted);
  font-size: 0.84rem;
}

.form-footer p {
  color: var(--muted);
  margin: 0;
}

.form-footer strong {
  color: var(--gold-strong);
  font-size: 1.35rem;
}

.form-message {
  color: var(--gold-strong);
  font-weight: 800;
  margin: 16px 0 0;
  min-height: 24px;
}

.drive-access {
  background: rgba(6, 6, 7, 0.72);
  border: 1px solid var(--line);
  margin-top: 28px;
  padding: 20px;
}

.drive-message {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0;
}

.drive-link {
  margin-top: 12px;
}

.photo-section {
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.76), rgba(6, 6, 7, 0.92)),
    url("https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=2200&q=84");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.photo-layout {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.82fr 1.18fr;
}

.photo-form {
  background: rgba(6, 6, 7, 0.72);
  border: 1px solid var(--line);
  margin-top: 20px;
  padding: 20px;
}

.photo-form .button {
  margin-top: 16px;
  width: 100%;
}

.gallery-lock {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  min-height: 520px;
  position: relative;
}

.gallery-lock figure {
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin: 0;
  overflow: hidden;
}

.gallery-lock img {
  filter: blur(3px) saturate(0.75);
  height: 100%;
  object-fit: cover;
}

.gallery-overlay {
  align-items: center;
  background: rgba(6, 6, 7, 0.78);
  border: 1px solid rgba(228, 196, 109, 0.34);
  display: grid;
  justify-items: center;
  left: 50%;
  min-width: min(300px, 74vw);
  padding: 28px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-overlay svg {
  color: var(--gold);
  height: 34px;
  margin-bottom: 10px;
  width: 34px;
}

.gallery-overlay strong {
  font-size: 1.35rem;
}

.gallery-overlay span {
  color: var(--muted);
}

.instagram-section {
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.76), rgba(6, 6, 7, 0.98)),
    url("https://images.unsplash.com/photo-1506157786151-b8491531f063?auto=format&fit=crop&w=2200&q=82");
  background-position: center;
  background-size: cover;
}

.instagram-single {
  align-items: center;
  background:
    linear-gradient(140deg, rgba(228, 196, 109, 0.14), rgba(178, 31, 58, 0.13)),
    var(--panel);
  border: 1px solid var(--line);
  display: grid;
  justify-items: center;
  margin: 0 auto;
  max-width: 520px;
  padding: 42px 24px;
  text-align: center;
}

.instagram-logo {
  align-items: center;
  aspect-ratio: 1;
  background:
    linear-gradient(145deg, rgba(228, 196, 109, 0.96), rgba(178, 31, 58, 0.84));
  color: #110f0b;
  display: inline-flex;
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  font-weight: 950;
  justify-content: center;
  margin-bottom: 22px;
  width: min(210px, 46vw);
}

.instagram-single h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  margin-bottom: 24px;
}

.site-footer {
  background: #050505;
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 48px 24px;
}

.footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr 0.8fr 1fr;
}

.footer-brand {
  color: var(--text);
  margin-bottom: 16px;
}

.site-footer h2 {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 14px;
}

.site-footer a:not(.brand) {
  display: block;
  margin-bottom: 9px;
}

.site-footer a:not(.brand):hover,
.site-footer a:not(.brand):focus-visible {
  color: var(--gold-strong);
  outline: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------------------------ */
/*  Checkout card                                                      */
/* ------------------------------------------------------------------ */

.checkout-card {
  background: linear-gradient(160deg, rgba(23, 24, 28, 0.95), rgba(16, 17, 20, 0.98));
  border: 1px solid rgba(228, 196, 109, 0.15);
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(228, 196, 109, 0.04), 0 24px 80px rgba(0, 0, 0, 0.42);
  margin: 0 auto;
  max-width: 540px;
  overflow: hidden;
  padding: 44px 36px 36px;
  position: relative;
  text-align: center;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.checkout-card:hover {
  border-color: rgba(228, 196, 109, 0.3);
  box-shadow: 0 0 80px rgba(228, 196, 109, 0.08), 0 24px 80px rgba(0, 0, 0, 0.42);
}

.checkout-glow {
  background: radial-gradient(ellipse 500px 320px at 50% -60px, rgba(228, 196, 109, 0.12), rgba(114, 46, 209, 0.08) 50%, transparent 70%);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.checkout-top {
  position: relative;
}

.checkout-top .ticket-tag {
  margin-bottom: 20px;
}

.checkout-price {
  align-items: baseline;
  display: flex;
  gap: 2px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}

.checkout-price::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 2px;
}

.checkout-currency {
  color: var(--gold-strong);
  font-size: 1.8rem;
  font-weight: 900;
}

.checkout-price strong {
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 4.8rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.checkout-desc {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 auto;
  max-width: 340px;
}

.checkout-divider {
  background: linear-gradient(90deg, transparent, rgba(228, 196, 109, 0.2), rgba(228, 196, 109, 0.35), rgba(228, 196, 109, 0.2), transparent);
  height: 1px;
  margin: 24px auto;
  max-width: 400px;
}

.checkout-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 4px;
  position: relative;
}

.checkout-benefits span {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 7px;
  padding: 8px 13px;
  transition: background 200ms ease, border-color 200ms ease;
}

.checkout-benefits span:hover {
  background: rgba(228, 196, 109, 0.08);
  border-color: rgba(228, 196, 109, 0.15);
}

.checkout-benefits svg {
  color: var(--gold);
  height: 15px;
  width: 15px;
}

.checkout-info {
  align-items: center;
  background: rgba(228, 196, 109, 0.06);
  border: 1px solid rgba(228, 196, 109, 0.12);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 16px auto;
  max-width: 400px;
  padding: 12px 16px;
  position: relative;
}

.checkout-info svg {
  color: var(--gold);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.checkout-info span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.checkout-info strong {
  color: var(--gold-strong);
  font-weight: 800;
}

.checkout-btn {
  border-radius: 14px;
  display: inline-flex;
  margin-top: 8px;
  min-height: 60px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  transform: translateY(0);
  transition: transform 280ms ease, box-shadow 280ms ease;
  width: 100%;
}

.checkout-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(228, 196, 109, 0.35);
}

.checkout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(228, 196, 109, 0.18);
}

.checkout-btn-bg {
  background: linear-gradient(135deg, #e4c46d, #f2d889 40%, #d4b05a);
  inset: 0;
  position: absolute;
  transition: opacity 280ms ease, transform 280ms ease;
}

.checkout-btn:hover .checkout-btn-bg,
.checkout-btn:focus-visible .checkout-btn-bg {
  opacity: 0.9;
  transform: scale(1.05);
}

.checkout-btn-content {
  align-items: center;
  color: #130f08;
  display: flex;
  font-size: 1.1rem;
  font-weight: 900;
  gap: 11px;
  justify-content: center;
  letter-spacing: 0.01em;
  padding: 18px 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.checkout-btn-content svg {
  height: 20px;
  width: 20px;
}

.checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 24px;
  position: relative;
}

.checkout-trust span {
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 6px;
  padding: 6px 14px;
}

.checkout-trust svg {
  height: 14px;
  width: 14px;
  color: var(--gold);
}

/* ------------------------------------------------------------------ */
/*  Drive card                                                          */
/* ------------------------------------------------------------------ */

.drive-card {
  background: linear-gradient(160deg, rgba(23, 24, 28, 0.92), rgba(16, 17, 20, 0.96));
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-top: 28px;
  overflow: hidden;
  padding: 36px 28px 32px;
  position: relative;
  text-align: center;
  transition: border-color 280ms ease;
}

.drive-card.is-ready {
  border-color: rgba(228, 196, 109, 0.4);
}

.drive-glow {
  background: radial-gradient(ellipse 360px 240px at 50% -30px, rgba(228, 196, 109, 0.15), transparent 70%);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.drive-icon-wrap {
  align-items: center;
  background: linear-gradient(135deg, rgba(228, 196, 109, 0.15), rgba(228, 196, 109, 0.05));
  border: 1px solid rgba(228, 196, 109, 0.25);
  border-radius: 50%;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  width: 64px;
}

.drive-icon-wrap svg {
  color: var(--gold-strong);
  height: 28px;
  width: 28px;
}

.drive-title {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
}

.drive-message {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0 auto 4px;
  max-width: 380px;
  position: relative;
}

.drive-btn {
  border-radius: 12px;
  display: inline-flex;
  margin-top: 18px;
  min-height: 56px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.drive-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(228, 196, 109, 0.35);
}

.drive-btn-bg {
  background: linear-gradient(135deg, #e4c46d, #f2d889 50%, #d4b05a);
  inset: 0;
  position: absolute;
  transition: opacity 280ms ease, transform 280ms ease;
}

.drive-btn:hover .drive-btn-bg,
.drive-btn:focus-visible .drive-btn-bg {
  opacity: 0.88;
  transform: scale(1.04);
}

.drive-btn-content {
  align-items: center;
  color: #130f08;
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  padding: 16px 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.drive-btn-content svg {
  height: 19px;
  width: 19px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .photo-section {
    background-attachment: scroll;
  }
}

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

  .nav-links {
    align-content: start;
    background: rgba(7, 7, 8, 0.98);
    border-left: 1px solid var(--line);
    display: grid;
    gap: 0;
    height: calc(100svh - var(--header-height));
    justify-items: stretch;
    padding: 20px;
    position: fixed;
    right: 0;
    top: var(--header-height);
    transform: translateX(100%);
    transition: transform 220ms ease;
    width: min(360px, 88vw);
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 10px;
  }

  .intro-grid,
  .photo-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .checkout-card {
    padding: 32px 24px 28px;
    border-radius: 16px;
  }

  .checkout-price strong {
    font-size: 3.6rem;
  }

  .checkout-benefits span {
    font-size: 0.78rem;
    padding: 6px 10px;
  }

  .checkout-price::after {
    width: 32px;
  }

  .drive-card {
    padding: 28px 20px 24px;
  }

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

  .poster-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-lock {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 70px;
  }

  .nav-shell,
  .section,
  .hero,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-mark {
    width: 38px;
  }

  .brand-text {
    font-size: 0.9rem;
  }

  .hero {
    min-height: 92svh;
    padding-bottom: 36px;
  }

  h1 {
    font-size: clamp(3.25rem, 18vw, 5.8rem);
  }

  .hero-facts,
  .hero-actions,
  .form-footer {
    align-items: stretch;
    display: grid;
  }

  .hero-facts span,
  .button {
    width: 100%;
  }

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

  .section {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .checkout-card {
    padding: 24px 16px 20px;
    border-radius: 14px;
  }

  .checkout-price strong {
    font-size: 3rem;
  }

  .checkout-benefits {
    gap: 6px;
  }

  .checkout-btn {
    min-height: 52px;
    border-radius: 12px;
  }

  .checkout-btn-content {
    font-size: 1rem;
    padding: 14px 18px;
  }

  .checkout-info {
    padding: 10px 12px;
    font-size: 0.8rem;
  }

  .checkout-price::after {
    width: 28px;
    height: 2px;
  }

  .drive-card {
    padding: 24px 16px 20px;
    border-radius: 12px;
  }

  .drive-btn {
    min-height: 50px;
  }

  .drive-btn-content {
    font-size: 0.95rem;
    padding: 14px 18px;
  }
  .poster-showcase,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
  }

  .feature-strip span {
    width: 100%;
  }

  .booking-form,
  .photo-form,
  .instagram-single {
    padding: 18px;
  }

  .form-header {
    display: grid;
  }

  .gallery-lock {
    gap: 8px;
    min-height: 360px;
  }

  .photo-section {
    background-attachment: scroll;
  }
}
