:root {
  --black: #050505;
  --ink: #111111;
  --charcoal: #2e2e2e;
  --steel: #606b78;
  --white: #ffffff;
  --mist: #e8edf3;
  --red: #b9091d;
  --red-bright: #e11631;
  --blue: #1744a3;
  --blue-bright: #1f74d4;
  --cyan: #32d2ff;
  --gold: #f5c24b;
  --panel: #11151b;
  --panel-soft: #171d25;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --font-body: Arial, Helvetica, sans-serif;
  --font-display: Impact, "Arial Black", Arial, sans-serif;
  --font-condensed: "Arial Narrow", Arial, Helvetica, sans-serif;
}

[hidden] {
  display: none !important;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--white);
  background: var(--black);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28rem),
    var(--black);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(42, 42, 42, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.topbar-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 340px) 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  width: min(100%, 340px);
  filter: drop-shadow(0 9px 10px rgba(0, 0, 0, 0.75));
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--white);
  background: #222831;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.main-nav a {
  min-height: 38px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #85000f;
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-condensed);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  background: var(--blue);
}

.quick-contact {
  display: grid;
  justify-items: end;
  gap: 3px;
  font-size: 0.88rem;
  color: #f2f2f2;
  white-space: nowrap;
}

.quick-contact a {
  text-decoration: none;
}

.social-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-row img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.hero {
  position: relative;
  min-height: clamp(620px, 88vh, 820px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 4px solid var(--red);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(32, 115, 212, 0.3), transparent 22rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.75) 38%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.hero-mobile {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: min(50vw, 430px);
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.9;
}

.hero-car {
  position: absolute;
  right: clamp(0px, 1vw, 16px);
  bottom: 0;
  width: min(92vw, 1200px);
  opacity: 0.95;
}

.hero-circle {
  position: absolute;
  right: clamp(18px, 8vw, 120px);
  top: clamp(48px, 7vh, 90px);
  width: clamp(300px, 35vw, 560px);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.75));
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(50px, 8vw, 98px) 0 clamp(210px, 25vw, 320px);
}

@media (min-width: 1500px) {
  .hero-car {
    right: auto;
    left: calc(50% - 420px);
  }

  .hero-circle {
    right: auto;
    left: calc(50% + 260px);
  }
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-family: var(--font-condensed);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.35rem, 6.2vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(23, 68, 163, 0.72), 0 10px 28px rgba(0, 0, 0, 0.9);
}

.hero h1 span {
  color: var(--cyan);
}

.trademark-mark {
  position: relative;
  top: -0.18em;
  margin-left: 0.08em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.28em;
  line-height: 0;
  text-shadow: none;
}

.estimator-section {
  background: #080a0d;
}

.estimator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 24px;
  align-items: start;
}

.estimator-panel,
.estimate-result {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #141922, #0b0d11);
  box-shadow: var(--shadow);
}

.estimator-panel {
  padding: clamp(20px, 3vw, 30px);
}

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

.estimator-grid .full {
  grid-column: 1 / -1;
}

.package-story {
  padding: 18px;
  border: 1px solid rgba(50, 210, 255, 0.38);
  border-left: 4px solid var(--cyan);
  border-radius: 6px;
  background: #090d12;
}

.package-story h3,
.package-story p {
  margin: 0;
}

.package-story h3 {
  color: var(--white);
  font-size: 1.18rem;
}

.package-story p {
  margin-top: 7px;
  color: #d6dee8;
  font-size: 0.92rem;
}

.package-step-up {
  color: var(--gold) !important;
  font-weight: 800;
}

.package-logistics {
  color: #aeb9c5 !important;
  font-size: 0.8rem !important;
}

.experience-story {
  padding: 16px 18px;
  border: 1px solid rgba(245, 194, 75, 0.38);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: #0d0c09;
}

.experience-story strong,
.experience-story span {
  display: block;
}

.experience-story strong {
  color: var(--gold);
}

.experience-story span {
  margin-top: 5px;
  color: #d6dee8;
  font-size: 0.88rem;
}

.estimator-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #090c10;
  text-transform: none;
}

.estimator-check input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 1px;
}

.estimate-result {
  position: sticky;
  top: 102px;
  padding: 26px;
  border-top: 4px solid var(--cyan);
}

.estimate-kicker,
.estimate-price,
.estimate-range {
  margin: 0;
}

.estimate-kicker {
  color: var(--cyan);
  font-family: var(--font-condensed);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.estimate-price {
  margin-top: 8px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  line-height: 1;
}

.estimate-range {
  margin-top: 8px;
  color: var(--gold);
  font-weight: 800;
}

.estimate-breakdown {
  display: grid;
  gap: 8px;
  margin: 24px 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.estimate-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #d9e0ea;
  font-size: 0.9rem;
}

.estimate-line strong {
  color: var(--white);
  white-space: nowrap;
}

.estimate-note {
  color: #bdc7d3;
  font-size: 0.84rem;
}

.estimate-result .button {
  width: 100%;
  margin-top: 8px;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: #e9eef5;
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  font-weight: 700;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 7px;
  font-family: var(--font-condensed);
  font-size: 1.02rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.42);
}

.button-red {
  background: linear-gradient(180deg, var(--red-bright), var(--red));
}

.button-blue {
  background: linear-gradient(180deg, var(--blue-bright), var(--blue));
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  max-width: 760px;
}

.hero-badges span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.09);
  font-family: var(--font-condensed);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: clamp(48px, 7vw, 86px) 0;
}

.section-tight {
  padding: clamp(34px, 5vw, 58px) 0;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 800px;
  margin: 0;
  color: #d9e0ea;
  font-size: 1.08rem;
}

.blue-strip {
  padding: 14px 0;
  background: #23388e;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.blue-strip span {
  color: var(--gold);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.feature {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-soft), #0b0d11);
}

.feature strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-family: var(--font-condensed);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.feature p {
  margin: 0;
  color: #d8dfe8;
}

.experience-hero {
  min-height: 560px;
}

.experience-hero .page-hero-content {
  padding: 78px 0;
}

.experience-hero h1 {
  max-width: 980px;
}

.experience-intro {
  background: #080a0d;
}

.credibility-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.credibility-strip div {
  min-width: 0;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
}

.credibility-strip div:last-child {
  border-right: 0;
}

.credibility-strip strong,
.credibility-strip span {
  display: block;
}

.credibility-strip strong {
  color: var(--cyan);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.credibility-strip span {
  margin-top: 7px;
  color: #cfd8e3;
  font-family: var(--font-condensed);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.experience-card {
  position: relative;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue-bright);
  border-radius: 8px;
  background: linear-gradient(145deg, #171d25, #0a0c10);
}

.experience-card-featured {
  border-top-color: var(--red-bright);
  background: linear-gradient(145deg, #251117, #0b0d11);
}

.experience-number {
  position: absolute;
  top: 16px;
  right: 20px;
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.experience-card h3 {
  max-width: calc(100% - 64px);
  margin: 0 0 14px;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.experience-card p {
  margin: 0;
  color: #d8dfe8;
}

.experience-card .best-for {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
}

.media-band {
  background: #0d0f13;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.media-main,
.media-side {
  min-width: 0;
}

.media-main img,
.stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-main {
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-side {
  display: grid;
  gap: 18px;
}

.stack-card {
  min-height: 206px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.formats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.format {
  padding: 0 14px 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red-bright);
  background: #111820;
  text-align: center;
}

.lineup-thumb {
  display: block;
  width: calc(100% + 28px);
  aspect-ratio: 4 / 3;
  margin: 0 -14px 16px;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
  object-position: center;
}

.format strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
}

.format span {
  display: block;
  color: #cfd8e3;
  font-size: 0.88rem;
}

.formats-detailed {
  align-items: stretch;
}

.formats-detailed .format {
  min-height: 220px;
  padding: 0 18px 24px;
  text-align: left;
}

.formats-detailed .lineup-thumb {
  width: calc(100% + 36px);
  margin: 0 -18px 20px;
}

.formats-detailed .format strong {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 1.5rem;
}

.formats-detailed .format-flagship {
  border-top-color: var(--gold);
  background: #1c1510;
}

.formats-detailed .format-flagship strong {
  color: var(--gold);
}

.experience-upgrade-band {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.72)),
    url("assets/bluesmobile.png") right 12% center / min(72vw, 980px) auto no-repeat,
    #080a0d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-upgrade-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: start;
}

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

.upgrade-list div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(10, 13, 17, 0.88);
}

.upgrade-list strong,
.upgrade-list span {
  display: block;
}

.upgrade-list strong {
  color: var(--cyan);
  font-family: var(--font-condensed);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.upgrade-list span {
  margin-top: 7px;
  color: #d8dfe8;
}

.experience-note {
  max-width: 840px;
  margin: 26px 0 0;
  color: #adb8c5;
  font-size: 0.84rem;
}

.buyer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.buyer-grid div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.buyer-grid div:last-child {
  border-right: 0;
}

.buyer-grid strong,
.buyer-grid span {
  display: block;
}

.buyer-grid strong {
  color: var(--gold);
  font-family: var(--font-condensed);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.buyer-grid span {
  margin-top: 9px;
  color: #d8dfe8;
  font-size: 0.92rem;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: start;
}

.quote-panel,
.calendar-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #141922, #0b0d11);
  box-shadow: var(--shadow);
}

.quote-panel {
  padding: clamp(20px, 3vw, 30px);
}

.calendar-panel {
  overflow: hidden;
}

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

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 6px;
  color: #e7edf6;
  font-family: var(--font-condensed);
  font-size: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--white);
  background: #07090c;
  font: inherit;
}

.estimator-field-disabled {
  color: #8d98a5;
}

.estimator-field-disabled input,
.estimator-field-disabled select {
  cursor: not-allowed;
  opacity: 0.48;
}

textarea {
  min-height: 116px;
  resize: vertical;
}

.checkline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 4px;
  color: #cbd4df;
  font-size: 0.88rem;
}

.checkline input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.calendar-head {
  padding: 20px 22px;
  background: #202b3a;
  border-bottom: 1px solid var(--line);
}

.calendar-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.calendar-head p {
  margin: 7px 0 0;
  color: #dce4ed;
}

.calendar-frame {
  position: relative;
  width: 100%;
  min-height: 520px;
  background: #050505;
}

.calendar-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.step {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #121821;
}

.step b {
  color: var(--gold);
}

.footer {
  padding: 34px 0;
  background: #2b2b2b;
  border-top: 3px solid var(--red);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.footer p {
  margin: 0;
  color: #e2e2e2;
}

.footer-legal {
  display: inline-block;
  max-width: 760px;
  margin-top: 9px;
  color: #bfc4ca;
  font-size: 0.76rem;
  line-height: 1.55;
}

.legal-section {
  padding-top: 0;
  background: #0b0e12;
}

.legal-notice {
  padding: 30px;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid var(--line);
  background: #121821;
}

.legal-notice h2 {
  margin-top: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.legal-notice h3 {
  margin: 24px 0 8px;
  font-size: 1.15rem;
}

.legal-notice p {
  max-width: 980px;
  color: #d9dee5;
}

.legal-notice p:last-child {
  margin-bottom: 0;
}

.footer-logo {
  width: 120px;
}

.footer-seo-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  padding-top: 14px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.footer-seo-nav a {
  color: #dce3eb;
}

.footer-seo-nav a:hover {
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 16px;
  max-width: 920px;
}

.faq-list details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}

.faq-list details p {
  margin: 14px 0 0;
  color: var(--ink);
}

.faq-list details p a {
  color: var(--blue);
}

.blue-strip a {
  color: inherit;
  text-decoration: none;
}

.blue-strip a:hover {
  color: var(--gold);
}

.page-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 4px solid var(--red);
  background: #050505;
}

.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.32)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 52%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.3rem, 6vw, 4.9rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: 26px;
  align-items: start;
}

.copy-block {
  color: #dce4ef;
  font-size: 1.02rem;
}

.copy-block h2,
.copy-block h3 {
  color: var(--white);
  font-family: var(--font-condensed);
  text-transform: uppercase;
}

.copy-block h2 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.copy-block h3 {
  margin: 24px 0 8px;
  font-size: 1.14rem;
}

.copy-block p {
  margin: 0 0 16px;
}

.copy-block ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.side-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #171d25, #0d1015);
  box-shadow: var(--shadow);
}

.side-panel h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.side-panel p {
  margin: 0 0 16px;
  color: #d9e0ea;
}

.festival-hero {
  min-height: 500px;
}

.festival-hero img {
  object-position: center;
  opacity: 0.7;
}

.festival-photo-section {
  background: #0d0f13;
}

.festival-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 170px;
  gap: 14px;
  margin-top: 30px;
}

.festival-photo {
  position: relative;
  grid-column: span 6;
  grid-row: span 2;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.festival-photo-wide {
  grid-column: span 7;
}

.festival-photo-tall,
.festival-photo-portrait {
  grid-column: span 5;
  grid-row: span 3;
}

.festival-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.festival-photo:hover img {
  transform: scale(1.025);
}

.festival-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 16px 13px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  color: var(--white);
  font-family: var(--font-condensed);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.festival-production {
  border-top: 1px solid var(--line);
}

.wedding-hero {
  min-height: 540px;
}

.wedding-hero img {
  object-position: center 42%;
  opacity: 0.72;
}

.wedding-intro {
  background: #080a0d;
}

.wedding-proof-number {
  display: block;
  margin: 4px 0 8px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  font-weight: 400;
  line-height: 0.9;
}

.wedding-credibility {
  margin-top: 42px;
}

.wedding-photo-section {
  background: #0d0f13;
}

.wedding-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 14px;
  margin-top: 30px;
}

.wedding-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.wedding-photo-tall {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.wedding-photo-wide {
  grid-column: 2;
}

.wedding-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.wedding-photo-feature img {
  object-position: center 38%;
}

.wedding-photo-tall img {
  object-position: center 42%;
}

.wedding-photo:hover img {
  transform: scale(1.025);
}

.wedding-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 16px 13px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: var(--white);
  font-family: var(--font-condensed);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wedding-options .feature {
  border-top: 4px solid var(--red-bright);
}

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

.bluesmobile-film-quote {
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 30px 34px;
  border-left: 5px solid var(--red);
  background: #111;
  color: #fff;
}

.bluesmobile-film-quote blockquote {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.35;
  font-weight: 700;
}

.bluesmobile-film-quote figcaption {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  color: #d5d5d5;
  font-size: 0.9rem;
}

.bluesmobile-film-quote figcaption strong {
  color: #fff;
}

.bluesmobile-film-quote figcaption span {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #aeb4bc;
}

.bluesmobile-film-quote cite {
  font-style: italic;
}

.photo-tile {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #111820;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-grid-band-sizes {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
}

.photo-grid-band-sizes .photo-tile {
  height: clamp(320px, 35vw, 470px);
}

.photo-tile-uncropped img {
  object-fit: contain;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.video-embed-featured {
  grid-column: 1 / -1;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.local-video-preview {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.local-video-preview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
  transform: translate(-40%, -75%);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.8));
}

.local-video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease;
}

.local-video-preview span {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  padding: 8px 12px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.82);
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.local-video-preview:hover img {
  opacity: 0.9;
  transform: scale(1.02);
}

.homepage-showreel {
  max-width: 980px;
  margin-top: 28px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.45);
}

.booking-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-steps .step {
  min-height: 158px;
}

.booking-steps .step b {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-condensed);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.booking-steps .step p {
  margin: 0;
  color: #d8dfe8;
}

.short-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin-top: 38px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: #0d1015;
}

.short-feature-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.short-feature-copy p:last-child {
  color: #cbd4df;
}

.video-embed-short {
  width: min(100%, 320px);
  aspect-ratio: 9 / 16;
  justify-self: center;
}

.google-reviews-section {
  background: #080a0d;
}

.google-review-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 46px;
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 4px solid #4285f4;
  background: #11151b;
}

.google-review-summary > img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.google-review-label,
.google-review-score {
  margin: 0;
}

.google-review-label {
  color: #d8dfe8;
  font-size: 0.88rem;
}

.google-review-score {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.google-review-score strong {
  font-size: 1.65rem;
  line-height: 1;
}

.google-review-score > span:last-child {
  color: #c8d1dc;
  font-size: 0.9rem;
}

.google-stars {
  color: #fbbc04;
  letter-spacing: 0;
  white-space: nowrap;
}

.google-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.google-review-card {
  display: flex;
  min-height: 230px;
  padding: 22px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(155deg, #171d25, #0b0e12);
}

.google-review-card-head {
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: space-between;
}

.google-review-card-head strong,
.google-review-card-head span {
  display: block;
}

.google-review-card-head strong {
  color: var(--white);
}

.google-review-card-head div > span {
  margin-top: 3px;
  color: #aeb9c5;
  font-size: 0.78rem;
}

.google-review-card-head > .google-stars {
  flex: 0 0 auto;
  font-size: 0.8rem;
}

.google-review-card blockquote {
  margin: 28px 0;
  color: #edf2f7;
  font-family: var(--font-condensed);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
}

.google-review-card a {
  margin-top: auto;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.date-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: end;
}

.section-heading-row .section-title,
.section-heading-row .lead {
  margin-bottom: 0;
}

.date-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111820;
}

.date-item time {
  display: grid;
  min-height: 86px;
  align-content: center;
  justify-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #080b0f;
  color: var(--gold);
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.date-item time span,
.date-item time small {
  font-size: 0.7rem;
  line-height: 1.15;
}

.date-item time strong {
  margin: 2px 0;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1;
}

.date-details {
  min-width: 0;
}

.date-item strong {
  display: block;
  font-size: 1.05rem;
}

.date-item span {
  color: #cfd8e3;
}

.date-item .date-format {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-family: var(--font-condensed);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.entry-note,
.past-label {
  min-width: 104px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: var(--white) !important;
  font-family: var(--font-condensed);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.entry-note {
  border-color: rgba(23, 207, 214, 0.55);
  background: rgba(23, 207, 214, 0.1);
}

.date-list-past {
  margin-top: 20px;
}

.date-item-past {
  border-color: rgba(255, 255, 255, 0.1);
  background: #0c1117;
}

.date-item-past time,
.date-item-past .date-details {
  opacity: 0.72;
}

.past-label {
  color: #aeb7c2 !important;
}

.mini-link-muted {
  border-color: rgba(255, 255, 255, 0.25);
  background: #252b33;
  color: #d8dde3;
}

.gig-dates-cta {
  margin-top: 30px;
}

.mini-link {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  background: #8b0011;
  font-family: var(--font-condensed);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.terms-box {
  max-height: 620px;
  overflow: auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0d1015;
}

@media (max-width: 980px) {
  .content-grid,
  .experience-upgrade-layout,
  .photo-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .festival-photo-grid {
    grid-auto-rows: 150px;
  }

  .short-feature {
    grid-template-columns: 1fr;
  }

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

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

  .credibility-strip div:nth-child(2),
  .buyer-grid div:nth-child(2) {
    border-right: 0;
  }

  .credibility-strip div:nth-child(-n+2),
  .buyer-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .photo-grid-band-sizes .photo-tile {
    height: auto;
  }

  .photo-grid-band-sizes .photo-tile:first-child {
    max-height: 520px;
  }

  .photo-grid-band-sizes .photo-tile:first-child img {
    height: 520px;
  }

  .photo-tile-uncropped img {
    height: auto;
  }

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

  .section-heading-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .date-item time {
    grid-template-columns: auto auto auto;
    justify-content: start;
    gap: 6px;
    min-height: 0;
    padding: 9px 12px;
  }

  .date-item time strong {
    margin: 0;
  }

  .entry-note,
  .past-label,
  .date-item .mini-link {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav,
  .quick-contact {
    grid-column: 1 / -1;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 14px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    justify-content: flex-start;
  }

  .quick-contact {
    display: none;
    justify-items: start;
    padding-bottom: 14px;
  }

  .quick-contact.is-open {
    display: grid;
  }

  .hero {
    min-height: 0;
    display: block;
  }

  .hero::before {
    background:
      radial-gradient(circle at 80% 25%, rgba(32, 115, 212, 0.25), transparent 16rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.76) 50%, rgba(0, 0, 0, 0.25) 100%);
  }

  .hero-content {
    padding-top: 10px;
    padding-bottom: 300px;
  }

  .hero-circle {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: min(76vw, 520px);
    margin: 24px auto 0;
    z-index: 3;
  }

  .feature-grid,
  .steps,
  .booking-steps {
    grid-template-columns: 1fr;
  }

  .media-grid,
  .quote-layout,
  .estimator-layout {
    grid-template-columns: 1fr;
  }

  .estimate-result {
    position: static;
  }

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

@media (max-width: 620px) {
  .lineup-thumb,
  .formats-detailed .lineup-thumb {
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 auto 18px;
    object-fit: contain;
    object-position: center center;
    background: #080b0f;
  }

  .festival-hero {
    min-height: 440px;
  }

  .festival-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .festival-photo,
  .festival-photo-wide,
  .festival-photo-tall,
  .festival-photo-portrait {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .festival-photo-portrait {
    aspect-ratio: 3 / 4;
  }

  .wedding-hero {
    min-height: 480px;
  }

  .wedding-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .wedding-photo,
  .wedding-photo-tall,
  .wedding-photo-wide {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .wedding-photo-tall {
    aspect-ratio: 3 / 4;
  }

  .bluesmobile-film-quote {
    padding: 24px 20px;
  }

  .topbar-inner,
  .wrap,
  .hero-content {
    width: min(100% - 22px, 1180px);
  }

  .brand img {
    width: min(76vw, 310px);
  }

  .hero {
    min-height: 0;
    display: block;
  }

  .hero-content {
    padding-top: 12px;
    padding-bottom: 270px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 13vw, 3.45rem);
  }

  .hero-car {
    width: 145vw;
    max-width: none;
    right: -22vw;
  }

  .hero-circle {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: min(94vw, 360px);
    margin: 16px auto 0;
    z-index: 3;
  }

  .cta-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .formats,
  .experience-grid,
  .google-review-grid,
  .upgrade-list,
  .form-grid,
  .estimator-grid {
    grid-template-columns: 1fr;
  }

  .estimator-grid .full {
    grid-column: auto;
  }

  .google-review-summary {
    grid-template-columns: auto 1fr;
  }

  .google-review-summary .mini-link {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
  }

  .experience-hero {
    min-height: 620px;
  }

  .experience-hero .page-hero-content {
    padding: 48px 0;
  }

  .experience-hero h1 {
    font-size: clamp(2.05rem, 12vw, 3.15rem);
  }

  .credibility-strip,
  .buyer-grid {
    grid-template-columns: 1fr;
  }

  .credibility-strip div,
  .credibility-strip div:nth-child(2),
  .buyer-grid div,
  .buyer-grid div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .credibility-strip div:last-child,
  .buyer-grid div:last-child {
    border-bottom: 0;
  }

  .experience-card,
  .formats-detailed .format {
    min-height: 0;
  }

  .experience-upgrade-band {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82)),
      url("assets/bluesmobile.png") center bottom / 150% auto no-repeat,
      #080a0d;
  }

  .media-main {
    min-height: 280px;
  }

  .calendar-frame {
    min-height: 430px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .legal-notice {
    padding: 22px 18px;
  }
}
.enquiry-confirmation {
  width: min(520px, calc(100% - 32px));
  padding: 0;
  border: 1px solid rgba(57, 194, 255, 0.65);
  border-radius: 6px;
  color: #fff;
  background: #101722;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}

.enquiry-confirmation::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.enquiry-confirmation-inner {
  position: relative;
  padding: 38px;
  text-align: center;
  border-top: 4px solid #24bfff;
}

.enquiry-confirmation h2 {
  margin: 6px 0 12px;
  font-size: clamp(2rem, 8vw, 3.5rem);
}

.enquiry-confirmation p:not(.eyebrow) {
  margin: 0 auto 26px;
  max-width: 42ch;
  line-height: 1.6;
}

.enquiry-confirmation-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
