body {
  background: #162242;
  color: #fff;
  font-family: var(--serif);
}

.section {
  padding: 80px 0;
}

/* ================= HERO ================= */
.bg-section-hero {
  background: url("../images/2.webp") no-repeat center center/cover;
  min-height: 180vh;
  position: relative;
  padding-top: 230px;
}

.bg-section-fairway-hero {
  background: url("../images/11.webp") no-repeat center center/cover;
  min-height: 180vh;
  position: relative;
  padding-top: 100px;
}

.bg-section-fairway-hero .hero-box::before,
.bg-section-fairway-hero .hero-box::after {
  display: none;
}

.bg-section-fairway-hero .hero-text {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.bg-section-fairway-hero .legends-text {
  top: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.main-title {
  font-size: 120px;
  color: #162242;
}

.bold-italic {
  font-weight: 600;
  font-style: italic;
}

.content.small-fonts {
  font-size: 18px;
  font-style: italic;
}

.hero-box {
  position: relative;
  padding: 30px 40px 0px 40px;
  display: inline-block;
  max-width: 680px;
}

.hero-box::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 40%;
  height: calc(100% - 100px);
  border-left: 3px solid #162242;
  border-bottom: 3px solid #162242;
  border-radius: 25px 0 0 25px;
}

.hero-box::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 40%;
  height: calc(100% - 100px);
  border-right: 3px solid #162242;
  border-bottom: 3px solid #162242;
  border-radius: 0 25px 25px 0;
}

.hero-box .bottom-line {
  position: absolute;
  bottom: 100px;
  left: 15%;
  width: 70%;
  height: 3px;
  background: #162242;
}

.hero-text {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.legends-text {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  top: -100px;
  position: relative;
}

.sub-title,
.sub-title a {
  font-size: 28px;
  letter-spacing: 3px;
  color: #162242;
  text-decoration: none;
  transition: 0.3s ease all;
}

.sub-title a {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.sub-title a:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-box p {
  color: #162242;
  font-size: 20px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgb(106 106 106 / 25%);
}

.hero-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px 40px;
  border-top: 20px solid #162242;
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo img {
  height: 70px;
  width: auto;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.custom-btn {
  color: #fff;
  background: #162242;
  border: 2px solid #162242;
  border-radius: 10px;
  font-size: 40px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  max-width: 680px;
  width: 100%;
  margin: 30px 0;
  line-height: 1.1;
}

.custom-btn span {
  font-size: 20px;
  display: block;
  margin-top: 0px;
}

.custom-btn:hover {
  background-color: transparent;
  color: #162242;
  border: 2px solid #162242;
}

/* ================= SPLIT SECTIONS ================= */
.container-fluid {
  padding: 0;
}

.side-section {
  background: #162242;
}

.text-wrapper {
  max-width: 650px;
  padding: 100px;
}

.heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.heading:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #f5c518;
}

.content {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.image-left,
.image-right {
  height: 100%;
}

.image-left img,
.image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-section .box-row {
  min-height: 500px;
}

/* ================= EVENT SECTION ================= */
.event-section {
  background: url("../images/9.webp") no-repeat center center/cover;
  min-height: 80vh;
  position: relative;
  text-align: center;
}

.event-section-fairway {
  background: url("../images/16.webp") no-repeat center center/cover;
  position: relative;
  text-align: center;
  min-height: 80vh;
}

.event-section .overlay,
.event-section-fairway .overlay {
  position: absolute;
  inset: 0;
  background: rgb(43 67 124 / 48%);
}

.event-content {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  padding: 20px;
  width: auto;
  height: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 20px;
  width: 600px;
}

.event-section-fairway .event-content {
  border: none;
}

.event-date {
  font-size: 180px;
}

.event-month {
  font-size: 42px;
  margin-bottom: 20px;
}

.event-time {
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #fff;
  font-size: 28px;
  font-style: italic;
}

.footer-logo {
  background: white;
  padding: 10px;
}

/* SECTION BACKGROUND */
.bg-section-meet-legends-cards {
  background: #1c2c4f;
}

/* LEGEND CARDS */
/* .legend-card {
            background: #162242;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
            transition: all 0.4s ease;
            height: 100%;
        } */

.legend-card {
  background: #162242;
  /* overflow: hidden; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  /* height: 100%; */
}

.legend-card img {
  width: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

.legend-card video {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.legend-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.legend-card:hover img {
  transform: scale(1.05);
}

.legend-info {
  padding: 20px 15px 25px;
}

.legend-name {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.legend-role {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #ccc;
  line-height: 1.5;
}

/* ====================== MEET THE LEGENDS (NEW DESIGN) ====================== */
.bg-section-legends {
  background: #0d1b3d;
}

.meet-legends-box {
  border: 2px solid #ffffff;
  margin: 60px 40px;
  text-align: center;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meet-title {
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}

.legend-row {
  display: flex;
  gap: 25px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 12px;
  margin: 25px;
  align-items: flex-start;
}

.legend-photo {
  flex-shrink: 0;
}

.legend-photo img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.legend-text {
  flex: 1;
}

.legend-name {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.legend-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f5c518;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.legend-bio {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #ddd;
  margin: 0;
}

.footer.logo {
  text-align: center;
  justify-content: center;
  border-top: 1px #162242 solid;
  padding-top: 20px;
  /* border-bottom: 1px #162242 solid; */
  position: relative;
  display: grid;
  grid-template-columns: 3fr 6fr 3fr;
  align-items: center;
  gap: 20px;
}

.bg-section-lineup-footer h6,
.footer.logo h6 {
  font-size: 11px;
  margin-bottom: 12px;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #162242;
}

.footer.logo img {
  width: auto;
  height: 55px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.logo-border-line {
  text-align: center;
  padding: 0 30px;
  position: relative;
  min-height: 80px;
}

/* RIGHT BORDER LINE */
.logo-border-line:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  width: 1px;
  height: 100%;
  background: #162242;
}

.footer.logo::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  /* background: #162242; */
}

.footer-logo.arth-logo {
  margin-bottom: -10px;
}

.footer-logo.kp-logo {
  margin-bottom: -30px;
}

.footer-logo.coke-logo {
  margin-bottom: -33px;
  height: 40px !important;
}

.footer-logo.powerade-logo {
  margin-bottom: -33px;
  height: 40px !important;
}

.footer-logo.glamorgan-logo {
  margin-bottom: -40px;
}

.bg-section-lineup-footer {
  background: #fff;
  /* padding-bottom: 80px; */
}

.social-media-wrapper {
  max-width: 420px;
  margin: 0 auto;
}

.social-icon {
  color: #162242;
  transition: all 0.35s ease;
  padding: 10px;
  border-radius: 50%;
  background: rgba(22, 34, 66, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.social-icon:hover {
  color: #ffffff;
  background: #162242;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(22, 34, 66, 0.25);
}

.small-text {
  font-size: 13.5px;
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1311px) {
  .footer.logo img {
    height: 45px;
  }
}

@media (max-width: 1200px) {
  .footer.logo {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer.logo > div {
    row-gap: 30px;
  }
  .footer.logo img {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .bg-section-hero {
    padding-top: 280px;
  }

  .main-title {
    font-size: 60px;
  }

  .text-wrapper {
    padding: 60px 25px;
    text-align: center;
  }

  .side-section .box-row {
    min-height: auto;
  }

  .event-date {
    font-size: 60px;
  }

  .side-section .box-row {
    flex-direction: column;
  }

  .side-section .text-wrapper {
    order: 1;
    text-align: center;
    padding: 50px 20px;
  }

  .side-section .image-left,
  .side-section .image-right {
    order: 2;
  }

  .side-section img {
    width: 100%;
    height: auto;
  }

  .hero-box::after,
  .hero-box::before {
    height: 70%;
  }

  .hero-box .bottom-line {
    bottom: 30%;
  }

  .heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-btn,
  .sub-title,
  .sub-title a {
    font-size: 22px;
  }

  .legend-name {
    font-size: 18px;
  }

  .legend-role {
    font-size: 14px;
  }

  .meet-title {
    font-size: 3rem;
  }

  .meet-legends-box {
    min-height: auto;
    padding: 40px 25px;
  }

  .legend-row {
    flex-direction: column;
    text-align: center;
    margin: 20px;
  }

  .legend-photo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .logo-border-line::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-header {
    padding: 15px;
  }

  .bg-section-hero {
    padding-top: 220px;
    min-height: 120vh;
  }

  .logo img {
    height: auto;
    width: 120px;
  }

  .legends-text {
    top: -70px;
  }

  .hero-text {
    margin-top: -55px;
  }

  .custom-btn,
  .sub-title,
  .sub-title a {
    font-size: 20px;
    letter-spacing: 2px;
  }

  /* .footer.logo {
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
  } */

  .logo-border-line {
    padding: 0;
  }

  .social-icon {
    width: 36px;
    height: 36px;
  }

  .social-icon i {
    /* font-size: 1.65rem; */
  }
}

.social-icons-arth,
.social-icons-tf {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
/* =========================================================
   LBW Booking — shared typography/layout
   ========================================================= */
:root {
  --serif: "Playfair Display", "Times New Roman", serif;
  --sans:
    "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  --ui:
    "Poppins", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,
    sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, monospace;

  /* A — Navy (matches lbw.thirsty-fish.com) */
  --a-bg: #14284a; /* deep navy */
  --a-paper: #172e55; /* slightly lighter navy panel */
  --a-paper-hi: #1e3968;
  --a-ink: #f1e9d6; /* ivory cream */
  --a-ink-soft: #c9c1ae;
  --a-ink-muted: #8a93a8;
  --a-rule: #2b4170;
  --a-rule-soft: #20355f;
  --a-accent: #c9a24a; /* warm gold */
  --a-accent-dk: #a88432;
  --a-good: #a7c28c;
  --a-good-bg: #1d3150;
  --a-warn: #d9b26a;
  --a-warn-bg: #1e3358;
  --a-bad: #e07a7a;
  --a-bad-bg: #2b2540;

  /* B — Ivory (light-mode alternative) */
  --b-bg: #f3ece0;
  --b-paper: #faf5ec;
  --b-paper-hi: #f0e6d2;
  --b-ink: #14284a; /* navy ink on cream */
  --b-ink-soft: #4b5a7a;
  --b-ink-muted: #8a8e9e;
  --b-rule: #d9cfbe;
  --b-rule-soft: #e5dbc8;
  --b-accent: #a88432; /* deeper gold for contrast on cream */
  --b-accent-dk: #7c5f20;
  --b-good: #3e6b3e;
  --b-good-bg: #e8efdf;
  --b-warn: #8a5a0c;
  --b-warn-bg: #f4e8cc;
  --b-bad: #8a1f1f;
  --b-bad-bg: #f4dada;

  /* Active theme (defaults to A — Navy) */
  --bg: var(--a-bg);
  --paper: var(--a-paper);
  --paper-hi: var(--a-paper-hi);
  --ink: var(--a-ink);
  --ink-soft: var(--a-ink-soft);
  --ink-muted: var(--a-ink-muted);
  --rule: var(--a-rule);
  --rule-soft: var(--a-rule-soft);
  --accent: var(--a-accent);
  --accent-dk: var(--a-accent-dk);
  --good: var(--a-good);
  --good-bg: var(--a-good-bg);
  --warn: var(--a-warn);
  --warn-bg: var(--a-warn-bg);
  --bad: var(--a-bad);
  --bad-bg: var(--a-bad-bg);
}

body[data-theme="ivory"],
body[data-theme="midnight"] {
  --bg: var(--b-bg);
  --paper: var(--b-paper);
  --paper-hi: var(--b-paper-hi);
  --ink: var(--b-ink);
  --ink-soft: var(--b-ink-soft);
  --ink-muted: var(--b-ink-muted);
  --rule: var(--b-rule);
  --rule-soft: var(--b-rule-soft);
  --accent: var(--b-accent);
  --accent-dk: var(--b-accent-dk);
  --good: var(--b-good);
  --good-bg: var(--b-good-bg);
  --warn: var(--b-warn);
  --warn-bg: var(--b-warn-bg);
  --bad: var(--b-bad);
  --bad-bg: var(--b-bad-bg);
}

/* =========================================================
   Base
   ========================================================= */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--serif);
}

p {
  font-family: var(--sans);
}

label,
button,
input,
select,
textarea {
  font-family: var(--serif);
}

.eyebrow {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.mono {
  font-family: var(--mono);
  font-feature-settings: "tnum";
}
.num {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

/* Selection */
::selection {
  background: var(--accent);
  color: #faf5ec;
}

/* =========================================================
   Takeover shell
   ========================================================= */
.lbw-takeover {
  position: relative;
  /* min-height: 100vh; */
  /* height: 100%; */
  background: var(--bg);
}
.lbw-takeover::before {
  /* paper grain */
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.018) 1px,
    transparent 1px
  );
  background-size: 3px 3px;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
}
body[data-theme="ivory"] .lbw-takeover::before,
body[data-theme="midnight"] .lbw-takeover::before {
  background-image: radial-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px);
  mix-blend-mode: multiply;
}

/* Top bar */
.lbw-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--rule-soft);
}
.lbw-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  gap: 24px;
}
.lbw-wordmark {
  font-family: var(--sans);
  font-size: 22px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.lbw-wordmark .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin: 0 10px 4px;
  vertical-align: middle;
}
.lbw-topbar .meta {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  white-space: nowrap;
}
.lbw-close {
  appearance: none;
  border: 1px solid var(--rule);
  background: transparent;
  color: var(--ink);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.lbw-close:hover {
  background: var(--paper);
  border-color: var(--ink-soft);
}

/* Stepper rail */
.lbw-rail {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 40px 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lbw-rail .step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lbw-rail .step .n {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0;
}
.lbw-rail .step.active {
  color: var(--ink);
}
.lbw-rail .step.active .n {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.lbw-rail .divider {
  flex: 1;
  height: 1px;
  background: var(--rule-soft);
  max-width: 80px;
}

/* Hero block */
.lbw-hero {
  padding: 0 0 10px;
  margin-bottom: 10px;
  align-items: end;
  border-bottom: 1px solid #4a5b80;
}
.lbw-hero .title {
  font-family: var(--sans);
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 8px 0 10px;
  text-wrap: pretty;
}
.lbw-hero .title em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
/* Landing-page style gold underline under section heading */
.lbw-hero .title-wrap {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.lbw-hero .title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 2px;
  background: var(--accent);
}
.lbw-hero .sub {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
  max-width: 46ch;
  margin-top: 14px;
}
.lbw-hero .when {
  text-align: right;
  font-size: 12px;
  color: var(--ink-muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lbw-hero .when strong {
  display: block;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
}

/* =========================================================
   Grid: billing + basket
   ========================================================= */
.lbw-grid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 0;
  align-items: start;
}
.lbw-col-left {
  padding: 40px;
  border-right: 1px solid var(--rule-soft);
  position: sticky;
  top: 0;
  /* height: calc(100vh - 62px); */
  overflow: hidden;
}
.lbw-col-right {
  padding: 40px;
  background: var(--paper);
  position: relative;
  overflow-y: auto;
  min-height: 100vh;
}

/* Section titles */
/* Basket heading gold underline (matches landing page) */
.basket-head .h-wrap {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.basket-head .h-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: var(--accent);
}
.section-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
}
.section-title h2 {
  font-size: 24px;
  margin: 0;
}
.section-title .num-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ink-muted);
  padding-bottom: 3px;
}

/* =========================================================
   Form
   ========================================================= */
.field {
  display: block;
  margin-bottom: 22px;
}
.field > label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  /* color: var(--ink-muted); */
  margin-bottom: 8px;
}
.field .input,
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--rule);
  background: transparent;
  padding: 6px 2px;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease;
  border-radius: 0;
}
.field input::placeholder {
  color: var(--ink-muted);
  opacity: 0.8;
}
.field input:focus,
.field .input.focus {
  border-bottom-color: var(--accent);
}

.field-error {
  display: block;
  font-size: 12px;
  color: #e05252;
  margin-top: 4px;
  min-height: 0;
}

.field-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
}

/* Stripe-ish card element mock */
.stripe-card {
  border: 1px solid var(--rule);
  background: color-mix(in oklab, var(--paper-hi) 70%, var(--bg));
  padding: 16px 16px;
  display: grid;
  grid-template-columns: 1fr 90px 70px;
  gap: 14px;
  align-items: center;
  transition: border-color 0.2s ease;
}
body[data-theme="ivory"] .stripe-card {
  background: color-mix(in oklab, var(--paper) 60%, var(--bg));
}
.stripe-card:focus-within {
  border-color: var(--accent);
}
.stripe-card input {
  border: none;
  background: transparent;
  outline: none;
  font-family: var(--mono);
  font-size: 14px;
  color: var(--ink);
  width: 100%;
  padding: 0;
}
.stripe-card .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.stripe-card.error {
  border-color: var(--bad);
  background: var(--bad-bg);
}

.card-error-msg {
  display: none;
  margin-top: 10px;
  color: var(--bad);
  font-size: 13px;
}
.stripe-card.error + .card-error-msg {
  display: block;
}

/* Terms */
.tc-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 13.5px;
  color: var(--ink-soft);
}
.tc-row input {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #4a5b80;
  background: transparent;
  display: inline-block;
  flex: 0 0 18px;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 2px;
}
.tc-row input:checked {
  background: var(--accent);
  border-color: var(--accent);
}
.tc-row input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #faf5ec;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.tc-row a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Buy button — styled like landing page's BOOK NOW */
.buy-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  background: #0a1a35; /* near-black navy, like site's BOOK NOW */
  color: var(--ink);
  border: 1px solid #0a1a35;
  padding: 22px 28px;
  /* font-family: var(--sans); */
  font-size: 22px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.05s ease,
    opacity 0.2s ease,
    border-color 0.2s ease;
  border-radius: 0;
  position: relative;
  gap: 20px;
}
.buy-btn:hover {
  color: var(--accent);
}
.buy-btn:hover:not(:disabled) {
  background: #05101f;
  border-color: var(--accent);
}
.buy-btn:active:not(:disabled) {
  transform: translateY(1px);
}
.buy-btn:disabled {
  background: color-mix(in oklab, var(--ink-muted) 40%, var(--bg));
  border-color: var(--rule);
  color: color-mix(in oklab, var(--ink) 60%, var(--bg));
  cursor: not-allowed;
}
body[data-theme="ivory"] .buy-btn {
  background: #14284a;
  color: #f1e9d6;
  border-color: #14284a;
}
body[data-theme="ivory"] .buy-btn:hover:not(:disabled) {
  background: #0a1a35;
  border-color: var(--accent);
}
.buy-btn .price {
  font-family: var(--sans);
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.buy-btn .spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(241, 233, 214, 0.2);
  border-top-color: #f1e9d6;
  border-radius: 50%;
  display: none;
  animation: spin 0.8s linear infinite;
}
.buy-btn.processing .spinner {
  display: inline-block;
}
.buy-btn.processing .price,
.buy-btn.processing .btn-label {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.buy-assure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 18px;
  color: var(--ink-muted);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.buy-assure .sep {
  width: 3px;
  height: 3px;
  background: var(--ink-muted);
  border-radius: 50%;
  opacity: 0.6;
}

/* =========================================================
   Basket
   ========================================================= */
.basket-head {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 10px;
}
.basket-head .h {
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.15;
  margin: 6px 0 8px;
  text-wrap: balance;
}
.basket-head .h em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
.basket-head .meta {
  display: flex;
  gap: 12px;
  color: var(--ink-muted);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.basket-head .meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Tickets container — scrollable when many tickets are added */
#tickets {
  /* max-height: 25vh;
  overflow-y: auto; */
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--rule) transparent;
}
#tickets::-webkit-scrollbar {
  width: 4px;
}
#tickets::-webkit-scrollbar-track {
  background: transparent;
}
#tickets::-webkit-scrollbar-thumb {
  background: var(--rule);
  border-radius: 4px;
}

/* Ticket row */
.ticket {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #4a5b80;
  align-items: center;
  transition: opacity 0.3s ease;
}

.ticket:first-child {
  padding-top: 0;
}
.ticket.sold-out {
  opacity: 0.45;
}
.ticket .thumb {
  width: 72px;
  height: 72px;
  background: var(--paper-hi);
  border: 1px solid var(--rule-soft);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ticket .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ticket .info .name {
  font-family: var(--sans);
  font-size: 16px;
  margin: 0 0 4px;
  font-weight: 500;
}
.ticket .info .desc {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 6px;
}
.ticket .info .price {
  font-size: 12px;
  color: var(--ink-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.ticket .info .price strong {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--sans);
  font-size: 15px;
}

/* Stepper */
.stepper {
  display: inline-grid;
  grid-template-columns: 36px 40px 36px;
  align-items: center;
  border: 1px solid #4a5b80;
  height: 44px;
}
.stepper.stepper--oos {
  grid-template-columns: minmax(80px, 1fr);
}
.stepper.stepper--oos .oos-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-align: center;
}
.stepper button {
  appearance: none;
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}

.stepper button:first-child {
  border-right: 1px solid #4a5b80;
}
.stepper button:last-child {
  border-left: 1px solid #4a5b80;
}
.stepper button:hover:not(:disabled) {
  background: var(--rule);
}
body[data-theme="ivory"] .stepper button:hover:not(:disabled) {
  background: var(--paper-hi);
}
.stepper button:disabled {
  color: var(--ink-muted);
  cursor: not-allowed;
}
.stepper .qty {
  text-align: center;
  font-family: var(--sans);
  font-size: 17px;
  border-left: 1px solid var(--rule-soft);
  border-right: 1px solid var(--rule-soft);
  line-height: 44px;
  user-select: none;
}

.stock-badge {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--warn-bg);
  color: var(--warn);
  font-weight: 600;
}
.sold-out-badge {
  position: absolute;
  inset: 0;
  background: color-mix(in oklab, var(--bg) 70%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
}

/* Discount */
.discount-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 10px;
  align-items: end;
}
.discount-row .field {
  margin: 0;
}
.discount-row input {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 14px;
}
.apply-btn {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  padding: 10px 22px;
  height: 40px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.15s ease;
}
.apply-btn:hover {
  background: var(--ink);
  color: var(--bg);
}

.discount-banner {
  display: none;
  padding: 10px 14px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  margin: 6px 0 8px;
  border-left: 2px solid;
}
.discount-banner.ok {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--good);
  background: var(--good-bg);
  border-left-color: var(--good);
}
.discount-banner.err {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ff0000;
  background: #fad5dc;
  border-left-color: var(--bad);
  font-family: "Montserrat";
}

/* Totals */
/* .totals {
  margin-top: 26px;
  border-top: 1px solid var(--rule);
  padding-top: 22px;
} */
.totals .row-value {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  font-size: 14px;
  color: var(--ink-soft);
  font-family: "Montserrat", sans-serif;
}
.totals .row-value .lbl {
  letter-spacing: 0.02em;
}
.totals .row-value.saving {
  color: var(--good);
  display: none;
}
.totals .row-value.saving.show {
  display: flex;
}
.totals .row-value.saving.flash {
  animation: flash 1.2s ease;
}
@keyframes flash {
  0% {
    background: color-mix(in oklab, var(--good-bg) 80%, transparent);
  }
  100% {
    background: transparent;
  }
}
.totals .row-value.coupon {
  color: var(--good);
  display: none;
}
.totals .row-value.coupon.show {
  display: flex;
}
.totals .total-row {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #4a5b80;
  color: var(--ink);
  align-items: baseline;
}
.totals .total-row .lbl {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 500;
}
.totals .total-row .val {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.totals .vat-note {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-top: 6px;
  text-align: right;
}

/* Empty basket prompt */
.empty-basket {
  display: none;
  padding: 14px 16px;
  margin-top: 20px;
  font-size: 13px;
  color: var(--ink-soft);
  border: 1px dashed var(--rule);
  text-align: center;
  font-style: italic;
  font-family: var(--sans);
  font-size: 16px;
}

.remove-coupon-btn,
.banner-dismiss {
  background: #fad5dc;
  color: #ff0000;
  border-color: var(--ink);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0;
  margin-left: 10px;
}
body.empty .empty-basket {
  display: block;
}

/* =========================================================
   Bundle toast
   ========================================================= */
.bundle-toast {
  position: fixed;
  top: 100px;
  right: 40px;
  z-index: 120;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--rule);
  padding: 18px 22px 18px 20px;
  min-width: 320px;
  max-width: 380px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.06);
  transform: translateX(120%);
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.2, 1);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}
body[data-theme="midnight"] .bundle-toast,
body:not([data-theme="ivory"]) .bundle-toast {
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 2px 6px rgba(0, 0, 0, 0.3);
}
.bundle-toast.show {
  transform: translateX(0);
}
.bundle-toast .crest {
  width: 42px;
  height: 42px;
  border: 1px solid var(--accent);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 18px;
  position: relative;
}
.bundle-toast .crest::before,
.bundle-toast .crest::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background: var(--accent);
}
.bundle-toast .crest::before {
  left: -9px;
}
.bundle-toast .crest::after {
  right: -9px;
}
.bundle-toast .eyebrow {
  color: var(--accent);
  margin-bottom: 2px;
}
.bundle-toast .headline {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
}
.bundle-toast .headline em {
  font-style: italic;
}
.bundle-toast .sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin-top: 2px;
}

/* Ornamental flourish */
.flourish {
  text-align: center;
  color: var(--rule);
  letter-spacing: 0.6em;
  font-family: var(--sans);
  font-size: 10px;
  user-select: none;
  margin: 0;
}
.flourish::before,
.flourish::after {
  content: "❖";
  margin: 0 8px;
  color: var(--accent);
}

/* =========================================================
   Confirmation screen
   ========================================================= */
.confirmation {
  display: none;
  padding: 60px 40px 120px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
body.is-success .confirmation {
  display: block;
}
body.is-success .lbw-grid,
body.is-success .lbw-rail,
body.is-success .lbw-hero {
  display: none;
}

.tick-wrap {
  width: 88px;
  height: 88px;
  margin: 0 auto 36px;
  border: 1px solid var(--rule);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: tickIn 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tick-wrap::before,
.tick-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--rule);
}
.tick-wrap::before {
  left: -28px;
}
.tick-wrap::after {
  right: -28px;
}
.tick-wrap svg {
  width: 32px;
  height: 32px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
}
.tick-wrap svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: tickDraw 0.8s 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes tickDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes tickIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
}

.confirmation .eyebrow {
  margin-bottom: 12px;
}
.confirmation .thanks {
  font-family: var(--sans);
  font-size: 56px;
  line-height: 1.05;
  margin: 0 0 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.confirmation .thanks em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
.confirmation .lede {
  font-family: var(--sans);
  font-size: 20px;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 auto 40px;
  font-style: italic;
}
.ref-plate {
  display: inline-block;
  margin: 20px auto 36px;
  padding: 16px 24px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 18px;
  letter-spacing: 0.24em;
  color: var(--ink);
}
.ref-plate .lbl {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 8px;
}
.purchase-summary {
  max-width: 540px;
  margin: 0 auto 40px;
  text-align: left;
  border-top: 1px solid var(--rule-soft);
}
.purchase-summary .ps-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule-soft);
  font-size: 14px;
}
.purchase-summary .ps-row .name {
  color: var(--ink);
}
.purchase-summary .ps-row .q {
  color: var(--ink-muted);
  font-family: var(--mono);
  font-size: 12px;
}
.purchase-summary .ps-row .v {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.purchase-summary .ps-total {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 0;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 20px;
}
.confirmation .email-line {
  color: var(--ink-soft);
  font-size: 14px;
  margin-bottom: 44px;
}
.confirmation .actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-ghost {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  padding: 14px 26px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.15s ease;
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--bg);
}
.btn-ghost svg {
  width: 14px;
  height: 14px;
}

/* =========================================================
   Mobile sticky basket drawer
   ========================================================= */
.mobile-basket-bar {
  display: none;
}

@media (max-width: 900px) {
  .lbw-topbar-inner {
    padding: 14px 18px;
  }
  .lbw-wordmark {
    font-size: 18px;
  }
  .lbw-topbar .meta {
    display: none;
  }
  .lbw-rail {
    padding: 18px 18px 0;
    gap: 14px;
  }
  .lbw-rail .step .lbl {
    display: none;
  }
  .lbw-hero .title {
    font-size: 34px;
  }
  .lbw-hero .when {
    text-align: left;
  }

  .lbw-grid {
    grid-template-columns: 1fr;
  }
  .lbw-col-left {
    position: static;
    height: auto;
    overflow: visible;
    padding: 28px 18px 32px;
    border-right: none;
  }
  .lbw-col-right {
    padding: 28px 18px 32px;
    border-right: none;
    min-height: unset;
  }

  /* Collapse basket into drawer when scrolling */
  body.has-items .mobile-basket-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 80;
    background: var(--paper);
    border-top: 1px solid var(--rule);
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  body[data-theme="midnight"].has-items .mobile-basket-bar,
  body:not([data-theme="ivory"]).has-items .mobile-basket-bar {
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.5);
  }
  .mobile-basket-bar .lbl {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  .mobile-basket-bar .tot {
    font-family: var(--sans);
    font-size: 22px;
    font-weight: 500;
  }
  .mobile-basket-bar .mini-buy {
    background: var(--accent);
    color: #faf5ec;
    border: 0;
    padding: 12px 20px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .mobile-basket-bar .mini-buy:disabled {
    background: color-mix(in oklab, var(--ink-muted) 60%, var(--paper));
  }

  .confirmation {
    padding: 40px 18px 80px;
  }
  .confirmation .thanks {
    font-size: 36px;
  }
  .confirmation .lede {
    font-size: 16px;
  }
  .bundle-toast {
    right: 12px;
    left: 12px;
    top: 72px;
    min-width: 0;
    max-width: none;
  }
}

/* =========================================================
   Device-frame mode (when viewed inside canvas artboard)
   ========================================================= */
body.frame-mobile {
  max-width: 390px;
  margin: 0 auto;
}

/* =========================================================
   Tweaks panel
   ========================================================= */
.tweaks-panel {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 200;
  background: #faf5ec;
  color: #1b1814;
  border: 1px solid #d9cfbe;
  width: 300px;
  font-family: var(--sans);
  font-size: 13px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  display: none;
}
.tweaks-panel.open {
  display: block;
}
.tweaks-panel .tw-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #e5dbc8;
  font-family: var(--sans);
  font-size: 16px;
}
.tweaks-panel .tw-head .close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  color: #8a8276;
}
.tweaks-panel .tw-body {
  padding: 10px 14px 14px;
  max-height: 70vh;
  overflow: auto;
}
.tweaks-panel .tw-group {
  margin: 12px 0;
}
.tweaks-panel .tw-lbl {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a8276;
  margin-bottom: 8px;
}
.tweaks-panel .tw-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tweaks-panel .tw-pill {
  appearance: none;
  border: 1px solid #d9cfbe;
  background: #faf5ec;
  padding: 7px 12px;
  font-size: 11px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: all 0.15s ease;
  color: #1b1814;
}
.tweaks-panel .tw-pill:hover {
  border-color: #1b1814;
}
.tweaks-panel .tw-pill.on {
  background: #1b1814;
  color: #faf5ec;
  border-color: #1b1814;
}
.tweaks-panel .tw-pill.sm {
  font-size: 10px;
  padding: 6px 10px;
}

/* ========================================================= */

.lbw-modal .modal-header {
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--rule-soft);
}

.lbw-modal .modal-footer {
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-top: 1px solid var(--rule-soft);
}

.lbw-modal .btn-close {
  filter: invert(1) grayscale(1) brightness(2);
}

/* =========================================================
   404 ERROR PAGE
   ========================================================= */
.section-404-error {
  background: linear-gradient(135deg, #162242 0%, #1c2c4f 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

/* Decorative background elements */
.section-404-error::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(201, 162, 74, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.section-404-error::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(201, 162, 74, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.container-404 {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.error-content {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 404 Code with styling */
.error-code {
  margin-bottom: 30px;
  position: relative;
}

.code-404 {
  font-family: "Playfair Display", serif;
  font-size: 180px;
  font-weight: 700;
  background: var(--a-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -5px;
  display: block;
  text-shadow: 0 10px 40px rgba(201, 162, 74, 0.2);
  animation: slideDown 0.8s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Error Title */
.error-title {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

/* Error Description */
.error-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #c9c1ae;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Error Actions Button */
.error-actions {
  margin-bottom: 50px;
}

.error-actions .custom-btn {
  background: #162242;
  color: var(--ink);
  border: 2px solid #c9a24a;
  padding: 18px 60px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  width: auto;
}

.error-actions .custom-btn:hover {
  background: #c9a24a;
  color: #162242;
  border-color: #c9a24a;
}

.error-actions .custom-btn span {
  font-size: 24px;
  display: inline;
  margin: 0;
}

/* Error Suggestions */
.error-suggestion {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(201, 162, 74, 0.2);
}

.error-suggestion > p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a93a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.suggestion-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.suggestion-links li {
  margin: 0;
}

.suggestion-links a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #c9a24a;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  display: inline-block;
}

.suggestion-links a:hover {
  color: #f5c518;
  border-bottom-color: #f5c518;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-404-error {
    padding: 40px 20px;
    min-height: auto;
  }

  .code-404 {
    font-size: 120px;
    letter-spacing: -3px;
  }

  .error-title {
    font-size: 36px;
  }

  .error-description {
    font-size: 16px;
  }

  .error-actions .custom-btn {
    font-size: 18px;
    padding: 16px 40px;
  }

  .error-actions .custom-btn span {
    font-size: 18px;
  }

  .suggestion-links {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .section-404-error {
    padding: 30px 15px;
  }

  .code-404 {
    font-size: 80px;
    letter-spacing: -2px;
  }

  .error-title {
    font-size: 28px;
  }

  .error-description {
    font-size: 14px;
  }

  .error-actions .custom-btn {
    font-size: 16px;
    padding: 14px 30px;
  }

  .error-actions .custom-btn span {
    font-size: 16px;
  }

  .error-suggestion > p {
    font-size: 12px;
  }

  .suggestion-links a {
    font-size: 14px;
  }
}

/* =========================================================
   SUCCESS PAGE
   ========================================================= */
.section-success {
  background: linear-gradient(135deg, #162242 0%, #1c2c4f 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

/* Decorative background elements */
.section-success::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(201, 162, 74, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.section-success::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(167, 194, 140, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.container-success {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.success-content {
  animation: fadeInUp 0.8s ease-out;
}

/* Success Icon with checkmark */
.success-icon {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

.success-icon svg {
  width: 120px;
  height: 120px;
  filter: drop-shadow(0 10px 25px rgba(201, 162, 74, 0.3));
  animation: scaleIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

/* Success Title */
.success-title {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 15px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

/* Success Subtitle */
.success-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #c9a24a;
  margin-bottom: 15px;
  font-weight: 500;
}

.success-subtitle strong {
  color: #f5c518;
  font-weight: 600;
}

/* Success Description */
.success-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #c9c1ae;
  margin-bottom: 40px;
  line-height: 1.8;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.success-description strong {
  color: #f5c518;
  font-weight: 600;
}

/* Success Note */
.success-note {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a93a8;
  margin-bottom: 30px;
  font-style: italic;
  border-left: 3px solid #c9a24a;
  padding-left: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Order Summary */
.success-order-summary {
  background: rgba(201, 162, 74, 0.08);
  border: 1px solid rgba(201, 162, 74, 0.2);
  border-radius: 0;
  padding: 25px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.summary-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #c9a24a;
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #c9c1ae;
}

.item-name {
  font-weight: 500;
}

.item-price {
  color: #f5c518;
  font-weight: 600;
}

.summary-divider {
  height: 1px;
  background: rgba(201, 162, 74, 0.3);
  margin: 15px 0;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.total-label {
  color: #ffffff;
  font-size: 16px;
}

.total-amount {
  color: #f5c518;
  font-size: 18px;
}

.coupon-badge {
  font-family: "Courier New", monospace;
  background-color: #1e2d3e;
  padding: 2px 7px;
  border-radius: 3px;
  color: #c9a24a;
  font-size: 12px;
  margin-left: 6px;
}

.discount-amount {
  color: #4caf7d !important;
}

/* Success Suggestions */
.success-suggestion {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(201, 162, 74, 0.2);
}

.success-suggestion > p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a93a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* Responsive Design for Success Page */
@media (max-width: 768px) {
  .section-success {
    padding: 40px 20px;
    min-height: auto;
  }

  .success-icon svg {
    width: 80px;
    height: 80px;
  }

  .success-title {
    font-size: 36px;
  }

  .success-subtitle {
    font-size: 18px;
  }

  .success-description {
    font-size: 15px;
  }

  .success-order-summary {
    padding: 20px;
  }

  .summary-row {
    font-size: 14px;
  }

  .total-amount {
    font-size: 16px;
  }

  .suggestion-links {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .section-success {
    padding: 30px 15px;
  }

  .success-icon svg {
    width: 60px;
    height: 60px;
  }

  .success-title {
    font-size: 28px;
  }

  .success-subtitle {
    font-size: 16px;
  }

  .success-description {
    font-size: 14px;
  }

  .success-order-summary {
    padding: 15px;
  }

  .summary-title {
    font-size: 12px;
  }

  .summary-row {
    font-size: 13px;
  }

  .total-label {
    font-size: 14px;
  }

  .total-amount {
    font-size: 14px;
  }

  .success-suggestion > p {
    font-size: 12px;
  }

  .suggestion-links a {
    font-size: 14px;
  }
}

/* =========================================================
   CANCEL PAGE (Reusing styles from 404 & Success)
   ========================================================= */
.section-cancel {
  background: linear-gradient(135deg, #162242 0%, #1c2c4f 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.section-cancel::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(224, 122, 122, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.section-cancel::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(224, 122, 122, 0.04) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.container-cancel {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.cancel-content {
  animation: fadeInUp 0.8s ease-out;
}

.cancel-icon {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

.cancel-icon svg {
  width: 120px;
  height: 120px;
  filter: drop-shadow(0 10px 25px rgba(224, 122, 122, 0.3));
  animation: scaleIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cancel-title {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.cancel-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #c9c1ae;
  margin-bottom: 40px;
  line-height: 1.8;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cancel-actions {
  margin-bottom: 50px;
}

.cancel-actions .custom-btn {
  background: #162242;
  color: var(--ink);
  border: 2px solid #e07a7a;
  padding: 18px 60px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  width: auto;
}

.cancel-actions .custom-btn:hover {
  background: #e07a7a;
  color: #162242;
  border-color: #e07a7a;
}

.cancel-actions .custom-btn span {
  font-size: 24px;
  display: inline;
  margin: 0;
}

.cancel-suggestion {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(224, 122, 122, 0.2);
}

.cancel-suggestion > p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a93a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section-cancel {
    padding: 40px 20px;
    min-height: auto;
  }

  .cancel-icon svg {
    width: 80px;
    height: 80px;
  }

  .cancel-title {
    font-size: 36px;
  }

  .cancel-description {
    font-size: 15px;
  }

  .cancel-actions .custom-btn {
    font-size: 18px;
    padding: 16px 40px;
  }

  .cancel-actions .custom-btn span {
    font-size: 18px;
  }

  .suggestion-links {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .section-cancel {
    padding: 30px 15px;
  }

  .cancel-icon svg {
    width: 60px;
    height: 60px;
  }

  .cancel-title {
    font-size: 28px;
  }

  .cancel-description {
    font-size: 14px;
  }

  .cancel-actions .custom-btn {
    font-size: 16px;
    padding: 14px 30px;
  }

  .cancel-actions .custom-btn span {
    font-size: 16px;
  }

  .cancel-suggestion > p {
    font-size: 12px;
  }

  .suggestion-links a {
    font-size: 14px;
  }
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

#customer_mobile_country_code {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}

/* ================= TERMS & CONDITIONS ================= */
.terms-section {
  min-height: 80vh;
  overflow-x: hidden;
}

.terms-wrapper {
  padding: 0 40px;
}

.terms-columns {
  display: flex;
  flex-direction: column;
}

.terms-col {
  width: 100%;
}

@media (min-width: 1400px) {
  .terms-columns {
    flex-direction: row;
    gap: 3rem;
    align-items: flex-start;
  }

  .terms-col {
    flex: 1;
  }
}

.terms-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.terms-content .heading::after {
  left: 0;
  transform: translateX(0%);
}

.terms-content > p {
  font-size: 0.95rem;
  color: #a0aec0;
  margin-bottom: 0.3rem;
}

.terms-content > p:last-of-type {
  margin-bottom: 2rem;
}

.terms-block {
  margin-bottom: 1.5rem;
}

.terms-content h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #c9a84c;
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.terms-content p,
.terms-content li {
  font-size: 0.97rem;
  line-height: 1.85;
  color: #d0d8e8;
  margin-bottom: 0.4rem;
}

.terms-content strong {
  color: #fff;
}

.terms-content ul {
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
}

.terms-content a {
  color: #c9a84c;
  text-decoration: underline;
}

.terms-content a:hover {
  color: #fff;
}

.terms-divider {
  border-color: rgba(201, 168, 76, 0.3);
  margin: 2.5rem 0;
}

/*  */
.sponsor-panel {
  width: 100%;
  height: auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.mobile-main-div {
  border-bottom: 1px solid rgba(0 0 0 / 15%);
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 300px;
}

.sponsor-text {
  font-size: 12px;
  text-align: center;
  height: 20px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  color: #162242;
}

.sponsor-logo-wrap {
  display: flex;
  gap: 48px;
}

/* .sponsor-logo-wrap {
  position: relative;
}

.sponsor-logo-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc; 
}

.sponsor-logo-wrap::before{
   content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 1px;
  background-color: #ccc; 
} */

.sponsor-logo-wrap img {
  height: 60px;
  width: auto;
}

.sponsor-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid rgba(0 0 0 / 15%);
  padding-top: 30px;
  margin-top: 30px;
  /* border-bottom: 1px solid rgba(0 0 0 / 15%); */
  justify-content: center;
}

.sponsor-row > div {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid rgba(0 0 0 / 15%);
}

.sponsor-row > div:last-child {
  border-right: none;
}

.sponsor-row a {
  display: flex;
}

.sponsor-row img {
  height: 80px;
  width: auto;
  padding-top: 15px;
  object-fit: contain;
}

.sponsor-footer {
  margin-top: 30px;
}

.sponsor-logo.coke-logo,
.sponsor-logo.powerade-logo,
.sponsor-logo.cfs-logo {
  height: 52px;
}

.sponsor-item.sponsor-item--beverage .sponsor-text {
  margin-left: -76px;
}
.sponsor-item.sponsor-item--beverage > div {
  gap: 48px;
}

.link-text{
  /* position: absolute; */
  font-size: 8px;
  line-height: 0.6;
  justify-content: start;
  height: auto;
  width: 100%;
    /* background: red; */
    text-align: center;
    justify-content: end;
    transform: translate(-22px, 0px);
    padding-top: 8px;
        /* color: #dc9253;
    font-weight: 800;
    font-family: 'Poppins'; */
}

@media screen and (max-width: 1200px) {
  .sponsor-row > div {
    width: 50%;
  }
  .sponsor-row img {
    height: 70px;
  }
  .sponsor-row {
    row-gap: 22px;
  }
  .sponsor-row > div:nth-child(2) {
    border-right: none;
  }
  .sponsor-item.sponsor-item--beverage .sponsor-text {
    margin-left: 0;
  }
  .sponsor-item.sponsor-item--beverage > div {
    margin-right: -76px;
  }
}

@media screen and (max-width: 830px) {
  .sponsor-row > div {
    padding: 0 10px;
  }
  
}

@media only screen and (max-width: 767px) {
  .sponsor-item--knowledge,
  .sponsor-item--strategic,
  .sponsor-item--beverage {
    position: relative;
  }

  .sponsor-panel {
    padding: 0;
  }

  .mobile-main-div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

  .sponsor-text {
    font-size: 10px;
  }

  .sponsor-logo-wrap {
    justify-content: center;
  }

  .sponsor-logo-wrap a {
    width: unset;
    text-align: center;
  }

  .sponsor-row {
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
  }

  .sponsor-row > div:first-child,
  .sponsor-row > div:nth-child(2),
  .sponsor-row > div:nth-child(3) {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .sponsor-row > div:nth-child(3) {
    border: none;
    justify-content: space-between;
  }

  .sponsor-row > div:nth-child(4),
  .sponsor-row > div:nth-child(5) {
    width: 50%;
    margin-top: 20px;
  }

  .sponsor-row img {
    height: 52px;
    margin-top: 5px;
    padding: 0;
  }
  .sponsor-logo.coke-logo,
  .sponsor-logo.powerade-logo,
  .sponsor-logo.cfs-logo {
    height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .sponsor-item.sponsor-item--beverage > div{
            margin-right: 0;
  }
  .sponsor-item.sponsor-item--beverage > div,
  .sponsor-logo-wrap{
    gap: 20px;
  }
  .sponsor-row > div{
    width: 100%;
    border-right: none;
  }
}
