/* ============================================================
   WE WILL FLOOR YOU — Gold Coast Epoxy Flooring
   Stadium-rock theme · mobile-first · no build step
   ============================================================ */

/* ---------- TOKENS ---------- */
:root {
  --stage-black: #0A0A0A;
  --asphalt: #141414;
  --epoxy-grey-1: #1F1F1F;
  --epoxy-grey-2: #2A2A2A;
  --epoxy-grey-3: #3A3A3A;
  --mercury-gold: #F09238; /* matched to logo orange */
  --hot-gold: #FFAD55;
  --spotlight: #FAFAFA;
  --smoke: #B8B8B8;
  --shadow-deep: 0 30px 80px rgba(0,0,0,0.6);
  --shadow-gold: 0 0 60px rgba(240,146,56,0.35);
  --max-w: 1240px;
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--stage-black);
  color: var(--spotlight);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.display {
  font-family: 'Anton', 'Bebas Neue', Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.95;
  text-transform: uppercase;
}
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }

/* ---------- 1. ANNOUNCEMENT BAR ---------- */
.announce {
  background: var(--mercury-gold);
  color: #1a1a1a;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  overflow: hidden;
  white-space: nowrap;
}
.announce-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.announce span { padding: 0 28px; display: inline-block; }
@media (prefers-reduced-motion: reduce) {
  .announce-track { animation: none; }
}

/* ---------- HEADER ---------- */
header.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,10,10,0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.logo-mark {
  width: 38px; height: 38px;
  background: var(--mercury-gold);
  color: var(--stage-black);
  display: grid; place-items: center;
  border-radius: 2px;
  font-size: 22px;
  box-shadow: 0 0 0 2px rgba(240,146,56,0.25);
  transform: rotate(-4deg);
}
.logo-text span { color: var(--mercury-gold); }
.nav-links {
  display: flex; gap: 30px;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  align-items: center;
}
.nav-links a { color: var(--smoke); transition: color .2s; }
.nav-links a:hover { color: var(--mercury-gold); }
.nav-phone {
  color: var(--mercury-gold) !important;
  font-weight: 700;
}
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--mercury-gold);
  color: var(--stage-black);
  padding: 12px 20px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .2s ease;
  flex-shrink: 0;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-gold); }
@media (max-width: 880px) { .nav-links { display: none; } }

/* ---------- 2. HERO ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(8,8,8,0.86) 0%, rgba(8,8,8,0.62) 42%, rgba(10,10,10,0.28) 75%, rgba(10,10,10,0.18) 100%),
    url('https://images.pexels.com/photos/36230779/pexels-photo-36230779/free-photo-of-glossy-industrial-facility-interior-in-houston.jpeg?auto=compress&cs=tinysrgb&w=1920') center 70% / cover no-repeat #0e0e0e;
}
@media (max-width: 880px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(8,8,8,0.82) 0%, rgba(8,8,8,0.6) 60%, rgba(10,10,10,0.45) 100%),
      url('https://images.pexels.com/photos/36230779/pexels-photo-36230779/free-photo-of-glossy-industrial-facility-interior-in-houston.jpeg?auto=compress&cs=tinysrgb&w=1100') center 70% / cover no-repeat #0e0e0e;
  }
}

/* CSS-generated flake-epoxy texture across the lower stage */
.hero-flake {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 42%;
  background-color: #1b1b1d;
  background-image:
    radial-gradient(rgba(240,146,56,0.20) 1px, transparent 1.6px),
    radial-gradient(rgba(255,255,255,0.13) 1px, transparent 1.6px),
    radial-gradient(rgba(160,160,170,0.18) 1.2px, transparent 1.8px),
    radial-gradient(rgba(90,90,100,0.25) 1px, transparent 1.5px);
  background-size: 41px 37px, 23px 29px, 31px 43px, 17px 19px;
  background-position: 0 0, 9px 13px, 17px 5px, 4px 21px;
  transform: perspective(600px) rotateX(58deg) scale(1.6);
  transform-origin: bottom center;
  opacity: 0.9;
}
.hero-floor {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 46%;
  background: linear-gradient(180deg,
    rgba(10,10,10,1) 0%,
    rgba(10,10,10,0.55) 35%,
    rgba(10,10,10,0.15) 70%,
    rgba(240,146,56,0.06) 100%);
  pointer-events: none;
}
.spotlight {
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  pointer-events: none;
}
.spotlight.s1 { background: rgba(240,146,56,0.45); top: -150px; left: -150px; }
.spotlight.s2 { background: rgba(240,146,56,0.18); bottom: 5%; right: -200px; }

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 100px;
  width: 100%;
}
@media (max-width: 880px) {
  .hero-inner { padding-top: 56px; padding-bottom: 80px; }
}

h1.hero-title { margin-bottom: 26px; text-shadow: 0 4px 30px rgba(0,0,0,0.6); }
h1.hero-title .hero-line-build {
  display: block;
  font-size: clamp(30px, 4.6vw, 62px);
  color: var(--spotlight);
  margin-bottom: 10px;
  opacity: 0.95;
}
h1.hero-title .hero-line-pay {
  display: block;
  font-size: clamp(62px, 10.5vw, 140px);
  color: var(--mercury-gold);
  letter-spacing: -0.01em;
  line-height: 0.9;
  text-shadow: 0 8px 40px rgba(0,0,0,0.55);
}

.btn-hero { padding: 20px 32px; font-size: 16px; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(240,146,56,0.12);
  border: 1px solid rgba(240,146,56,0.4);
  color: var(--mercury-gold);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.eyebrow::before { content: "●"; font-size: 10px; }

.hero-sub {
  font-size: clamp(16px, 1.5vw, 19px);
  color: #E6E6E6;
  max-width: 520px;
  margin-bottom: 34px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.7);
}
.hero-sub strong { color: var(--spotlight); font-weight: 600; }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 17px 26px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .2s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.btn-primary {
  background: var(--mercury-gold);
  color: var(--stage-black);
  box-shadow: 0 12px 30px rgba(240,146,56,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(240,146,56,0.5); }
.btn-ghost {
  background: rgba(10,10,10,0.45);
  color: var(--spotlight);
  border: 1.5px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { border-color: var(--mercury-gold); color: var(--mercury-gold); }
.btn-arrow { display: inline-block; transition: transform .2s; }
.btn:hover .btn-arrow { transform: translateX(4px); }

.hero-meta { display: flex; gap: 28px; margin-top: 42px; flex-wrap: wrap; }
.hero-meta .item { border-left: 2px solid var(--mercury-gold); padding-left: 14px; text-shadow: 0 2px 12px rgba(0,0,0,0.7); }
.hero-meta .num { font-family: 'Anton', sans-serif; font-size: 30px; line-height: 1; }
.hero-meta .lbl { font-size: 11px; color: var(--smoke); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }

.hero-logo {
  width: 100%;
  max-width: clamp(320px, 50vw, 560px);
  height: auto;
  margin: 6px auto 30px;
  filter: drop-shadow(0 28px 70px rgba(0,0,0,0.85)) drop-shadow(0 0 60px rgba(240,146,56,0.22));
}

/* logo images */
.logo-img { height: 54px; width: auto; display: block; }
.foot-logo-img { height: 80px; width: auto; display: block; }

/* ---------- SECTION SHELLS ---------- */
section { padding: 100px 0; position: relative; }
@media (max-width: 760px) { section { padding: 64px 0; } }

.section-eyebrow {
  color: var(--mercury-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--mercury-gold); }

h2.section-title {
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 0.95;
  margin-bottom: 22px;
  max-width: 20ch;
}
h2.section-title .gold { color: var(--mercury-gold); }
.section-lede { font-size: 17px; color: var(--smoke); max-width: 62ch; margin-bottom: 14px; }
.section-lede strong { color: var(--spotlight); }

/* ---------- 3. OPENING ACT ---------- */
.opening {
  background: linear-gradient(180deg, var(--stage-black) 0%, var(--asphalt) 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.opening-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 960px) { .opening-grid { grid-template-columns: 1fr; gap: 48px; } }

.opening-points { display: grid; gap: 16px; margin-top: 36px; }
.point {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
}
.point-icon {
  width: 44px; height: 44px;
  background: var(--mercury-gold);
  color: var(--stage-black);
  display: grid; place-items: center;
  border-radius: 2px;
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  flex-shrink: 0;
}
.point-text strong { display: block; font-size: 15px; margin-bottom: 4px; }
.point-text span { color: var(--smoke); font-size: 14px; }

.opening-aside { display: grid; gap: 18px; }
.opening-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-deep);
}
.promise-card {
  background:
    radial-gradient(400px 300px at 20% 0%, rgba(240,146,56,0.14), transparent 70%),
    linear-gradient(180deg, var(--epoxy-grey-1), var(--asphalt));
  border: 1px solid rgba(240,146,56,0.35);
  border-radius: var(--radius);
  padding: 44px 36px;
  box-shadow: var(--shadow-deep);
}
.promise-quote {
  font-family: 'Anton', sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--mercury-gold);
  margin-bottom: 16px;
}
.promise-sub { color: var(--smoke); font-size: 15px; margin-bottom: 28px; }
.promise-btn { width: 100%; justify-content: center; }

/* ---------- 4. SETLIST ---------- */
.setlist { background: var(--stage-black); }
.setlist-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 56px;
}
@media (max-width: 880px) { .setlist-head { grid-template-columns: 1fr; gap: 20px; } }

.setlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 960px) { .setlist-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .setlist-grid { grid-template-columns: 1fr; } }

.track {
  position: relative;
  padding: 30px 26px;
  background: linear-gradient(180deg, var(--epoxy-grey-1) 0%, var(--asphalt) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.track:hover { transform: translateY(-4px); border-color: rgba(240,146,56,0.4); }
.track::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at top right, rgba(240,146,56,0.08), transparent 60%);
  opacity: 0;
  transition: opacity .3s;
}
.track:hover::before { opacity: 1; }
.track-num {
  font-family: 'Anton', sans-serif;
  color: rgba(240,146,56,0.4);
  font-size: 13px;
  letter-spacing: 0.18em;
}
.track-icon {
  width: 54px; height: 54px;
  margin: 16px 0 20px;
  display: grid; place-items: center;
  background: rgba(240,146,56,0.1);
  border: 1px solid rgba(240,146,56,0.3);
  border-radius: 2px;
}
.track h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  line-height: 1.25;
}
.track p { font-size: 14px; color: var(--smoke); margin-bottom: 18px; }
.track-link {
  color: var(--mercury-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.track-finishes { border-color: rgba(240,146,56,0.35); }

/* ---------- 5. CLIMATE ---------- */
.climate {
  background:
    radial-gradient(700px 400px at 15% 20%, rgba(240,146,56,0.07), transparent 60%),
    var(--asphalt);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.climate-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 960px) { .climate-grid { grid-template-columns: 1fr; gap: 40px; } }

.climate-list { list-style: none; display: grid; gap: 14px; }
.climate-list li {
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid var(--mercury-gold);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
}
.climate-list strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
.climate-list span { color: var(--smoke); font-size: 14px; }

/* ---------- 6. ENCORE ---------- */
.encore {
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(240,146,56,0.12), transparent 60%),
    var(--stage-black);
  text-align: center;
}
.encore-head { max-width: 760px; margin: 0 auto 52px; }
.encore-head h2 { margin-left: auto; margin-right: auto; }
.encore-head .section-eyebrow { justify-content: center; }
.encore-head .section-eyebrow::before { display: none; }
.encore-head .section-lede { margin: 0 auto; }

.encore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
}
@media (max-width: 1020px) { .encore-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .encore-grid { grid-template-columns: 1fr; } }

.encore-card {
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
  position: relative;
  overflow: hidden;
}
.encore-card .big-num {
  position: absolute;
  top: 10px; right: 14px;
  font-family: 'Anton', sans-serif;
  font-size: 84px;
  color: rgba(240,146,56,0.08);
  line-height: 1;
}
.encore-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
}
.encore-card p { color: var(--smoke); font-size: 14px; position: relative; }

/* ---------- 7. PROCESS ---------- */
.process { background: var(--asphalt); border-top: 1px solid rgba(255,255,255,0.05); }
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
  counter-reset: step;
}
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

.step {
  padding: 30px 26px;
  background: linear-gradient(180deg, var(--epoxy-grey-1), var(--asphalt));
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  position: relative;
}
.step-num {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  background: var(--mercury-gold);
  color: var(--stage-black);
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  border-radius: 2px;
  margin-bottom: 20px;
  transform: rotate(-4deg);
}
.step h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.step p { color: var(--smoke); font-size: 14px; }

/* ---------- 8. GALLERY ---------- */
.gallery { background: var(--stage-black); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 880px) { .gallery-grid { grid-template-columns: 1fr; } }

.ba-card {
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--epoxy-grey-1);
  border: 1px solid rgba(255,255,255,0.06);
}
.ba-side { aspect-ratio: 1; position: relative; overflow: hidden; }
.ba-side img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-side.ph {
  display: grid; place-items: center;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 12px, transparent 12px 24px),
    var(--epoxy-grey-2);
}
.ba-side.ph-after {
  background:
    radial-gradient(rgba(240,146,56,0.14) 1px, transparent 1.5px),
    radial-gradient(rgba(255,255,255,0.10) 1px, transparent 1.5px),
    var(--epoxy-grey-3);
  background-size: 26px 22px, 17px 19px, auto;
}
.ph-label {
  color: rgba(255,255,255,0.35);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.ba-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: rgba(0,0,0,0.7);
  color: var(--spotlight);
  padding: 6px 10px;
  border-radius: 2px;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
}
.ba-tag.gold { background: var(--mercury-gold); color: var(--stage-black); }
.ba-caption {
  grid-column: 1 / -1;
  padding: 14px 18px;
  background: var(--epoxy-grey-2);
  display: flex; justify-content: space-between; align-items: center;
  gap: 10px;
  font-size: 13px;
}
.ba-caption strong {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.ba-caption span { color: var(--smoke); font-size: 12px; }

/* ---------- 9. REVIEWS ---------- */
.reviews { background: var(--asphalt); border-top: 1px solid rgba(255,255,255,0.05); }
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
@media (max-width: 880px) { .review-grid { grid-template-columns: 1fr; } }

.review-card {
  padding: 30px 28px;
  background: var(--epoxy-grey-1);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
}
.review-card .stars { color: var(--mercury-gold); letter-spacing: 4px; margin-bottom: 14px; font-size: 16px; }
.review-card p { color: var(--smoke); font-size: 14px; margin-bottom: 16px; font-style: italic; }
.review-card footer { font-size: 13px; font-weight: 600; }

.debut-card p { font-style: normal; margin-bottom: 0; }
.debut-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.debut-icon { font-size: 26px; margin-bottom: 14px; }
.debut-card a { color: var(--mercury-gold); font-weight: 600; }

.testimonial-feature {
  margin: 28px auto 0;
  max-width: 820px;
  text-align: center;
  background: var(--epoxy-grey-1);
  border: 1px solid rgba(240,146,56,0.18);
  border-radius: var(--radius);
  padding: 38px 40px;
}
.testimonial-feature .stars { color: var(--mercury-gold); letter-spacing: 5px; font-size: 18px; margin-bottom: 18px; }
.testimonial-feature blockquote {
  margin: 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
  color: var(--spotlight-white);
  font-style: italic;
}
.testimonial-feature figcaption {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--smoke);
}
.testimonial-feature figcaption strong { color: var(--mercury-gold); }
@media (max-width: 640px) { .testimonial-feature { padding: 30px 22px; } }

/* ---------- 10. QUOTE ---------- */
.quote {
  background:
    radial-gradient(800px 500px at 80% 20%, rgba(240,146,56,0.10), transparent 60%),
    linear-gradient(180deg, var(--stage-black) 0%, #0c0c0c 100%);
}
.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: start;
}
@media (max-width: 960px) { .quote-grid { grid-template-columns: 1fr; gap: 44px; } }

.quote-callout {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(240,146,56,0.3);
  border-radius: var(--radius);
  background: rgba(240,146,56,0.05);
}
.quote-callout .lbl {
  color: var(--mercury-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.quote-callout .phone {
  font-family: 'Anton', sans-serif;
  font-size: 38px;
  line-height: 1;
}
.quote-callout .sub { color: var(--smoke); margin-top: 8px; font-size: 14px; }

form.quote-form {
  background: var(--epoxy-grey-1);
  padding: 38px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.06);
}
@media (max-width: 540px) { form.quote-form { padding: 26px 20px; } }

.hp-field { position: absolute; left: -9999px; }
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--smoke);
  margin-bottom: 8px;
}
.field .optional { color: rgba(184,184,184,0.6); text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--stage-black);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--spotlight);
  padding: 14px 16px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--mercury-gold);
}
.field textarea { resize: vertical; min-height: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 540px) { .field-row { grid-template-columns: 1fr; } }
.form-submit { width: 100%; justify-content: center; margin-top: 8px; }
.form-note { font-size: 12px; color: var(--smoke); margin-top: 14px; text-align: center; }

.form-success {
  grid-column: 1 / -1;
  text-align: center;
  padding: 56px 28px;
  border: 1px solid rgba(240,146,56,0.4);
  border-radius: var(--radius);
  background: rgba(240,146,56,0.05);
}
.form-success .success-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  color: var(--mercury-gold);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 14px;
}
.form-success p { font-size: 17px; max-width: 52ch; margin: 0 auto; color: var(--spotlight); }
.form-success a { color: var(--mercury-gold); font-weight: 700; }

/* ---------- 11. FOOTER ---------- */
footer {
  background: #050505;
  padding: 70px 0 100px; /* extra bottom room for sticky call button on mobile */
  border-top: 1px solid rgba(255,255,255,0.06);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 50px;
}
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand p { color: var(--smoke); margin-top: 18px; font-size: 14px; max-width: 32ch; }
.foot-col h4 {
  font-family: 'Anton', sans-serif;
  color: var(--mercury-gold);
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.foot-col a, .foot-col p { display: block; color: var(--smoke); font-size: 14px; margin-bottom: 10px; transition: color .2s; }
.foot-col a:hover { color: var(--mercury-gold); }
.foot-abn { font-size: 12px !important; opacity: 0.7; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.soc {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 2px;
  display: grid; place-items: center;
  transition: all .2s;
}
.soc:hover { border-color: var(--mercury-gold); background: rgba(240,146,56,0.08); }
.soc svg { width: 16px; height: 16px; fill: var(--smoke); }
.soc:hover svg { fill: var(--mercury-gold); }

.trust-row {
  display: flex; flex-wrap: wrap; gap: 20px 28px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.trust {
  color: var(--smoke);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.trust::before { content: "✓"; color: var(--mercury-gold); font-weight: 700; }

.foot-bottom {
  text-align: center;
  color: var(--smoke);
  font-size: 12px;
}

/* ---------- STICKY MOBILE CALL BUTTON ---------- */
.sticky-call {
  position: fixed;
  left: 14px; right: 14px; bottom: 14px;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--mercury-gold);
  color: var(--stage-black);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6), 0 0 30px rgba(240,146,56,0.3);
}
@media (max-width: 880px) {
  .sticky-call { display: flex; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */

/* Hero entrance: staggered fade-up on load */
@keyframes rise-in {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero .eyebrow,
.hero .hero-title .hero-line-build,
.hero .hero-title .hero-line-pay,
.hero .hero-sub,
.hero .cta-row,
.hero .hero-meta {
  opacity: 0;
  animation: rise-in .7s cubic-bezier(.22,.9,.3,1) forwards;
}
.hero .eyebrow { animation-delay: .05s; }
.hero .hero-title .hero-line-build { animation-delay: .15s; }
.hero .hero-title .hero-line-pay { animation-delay: .3s; }
.hero .hero-sub { animation-delay: .5s; }
.hero .cta-row { animation-delay: .65s; }
.hero .hero-meta { animation-delay: .8s; }

/* Pulse on the primary hero CTA, once the entrance settles */
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(240,146,56,0.35); }
  50% { box-shadow: 0 12px 44px rgba(240,146,56,0.6), 0 0 0 8px rgba(240,146,56,0.08); }
}
.hero .btn-primary { animation: rise-in .7s cubic-bezier(.22,.9,.3,1) .65s forwards, cta-pulse 2.6s ease-in-out 2s 3; }

/* Scroll reveals (elements get .reveal from JS, .in when visible) */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s cubic-bezier(.22,.9,.3,1), transform .65s cubic-bezier(.22,.9,.3,1);
  transition-delay: var(--rd, 0s);
}
.reveal.in { opacity: 1; transform: none; }

/* Gold rule under section eyebrows draws in */
.section-eyebrow::before { transition: width .6s cubic-bezier(.22,.9,.3,1) .2s; }
.reveal:not(.in).section-eyebrow::before { width: 0; }

/* Gallery before/after slides converge */
.ba-card .ba-side:first-child.reveal { transform: translateX(-26px); }
.ba-card .ba-side:nth-child(2).reveal { transform: translateX(26px); }
.ba-card .ba-side.reveal.in { transform: none; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow, .hero .hero-title .hero-line-build, .hero .hero-title .hero-line-pay,
  .hero .hero-sub, .hero .cta-row, .hero .hero-meta, .hero .btn-primary {
    animation: none; opacity: 1;
  }
  .reveal { opacity: 1; transform: none; transition: none; }
  .track:hover, .nav-cta:hover, .btn-primary:hover { transform: none; }
}

/* ---------- 2.5 GIVEAWAY ---------- */
.giveaway {
  background:
    radial-gradient(900px 600px at 50% -10%, rgba(240,146,56,0.16), transparent 60%),
    linear-gradient(180deg, var(--asphalt) 0%, var(--stage-black) 100%);
  border-top: 1px solid rgba(240,146,56,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.give-head { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.give-head .section-eyebrow { display: inline-block; }
.give-head .section-eyebrow::before { display: none; }
.give-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
@media (max-width: 960px) { .give-grid { grid-template-columns: 1fr; gap: 34px; } }

.prize-card {
  background: linear-gradient(180deg, rgba(240,146,56,0.13), rgba(240,146,56,0.04));
  border: 1px solid rgba(240,146,56,0.4);
  border-radius: var(--radius);
  padding: 26px 28px; margin-bottom: 30px;
}
.prize-tag { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.14em; font-size: 15px; color: var(--mercury-gold); text-transform: uppercase; }
.prize-amount { font-family: 'Anton', sans-serif; text-transform: uppercase; font-size: clamp(34px, 5vw, 50px); line-height: 1; margin: 4px 0 12px; }
.prize-card p { color: var(--smoke); font-size: 15px; }

.give-sub { font-size: clamp(26px, 4vw, 34px); margin: 6px 0 18px; }
.give-steps { list-style: none; display: grid; gap: 14px; }
.give-steps li { display: flex; gap: 16px; align-items: flex-start; background: var(--epoxy-grey-1); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); padding: 18px 20px; }
.gs-num { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--mercury-gold); color: var(--stage-black); font-family: 'Anton', sans-serif; font-size: 20px; }
.give-steps h4 { font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.give-steps p { color: var(--smoke); font-size: 14px; line-height: 1.5; }

.give-form-head { margin-bottom: 22px; }
.give-form-head .display { font-size: clamp(24px, 4vw, 30px); }
.give-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--smoke); margin: 6px 0 4px; line-height: 1.45; }
.give-consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--mercury-gold); }
.give-consent a { color: var(--mercury-gold); text-decoration: underline; }

.terms-summary { margin: 44px auto 0; max-width: 900px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 22px 26px; font-size: 13px; color: var(--smoke); line-height: 1.65; text-align: center; }
.terms-summary strong { color: var(--spotlight); }
.terms-link { display: inline-block; margin-top: 10px; color: var(--mercury-gold); font-weight: 600; }

.nav-win { color: var(--mercury-gold) !important; font-weight: 700; }

/* ---------- GIVEAWAY TERMS PAGE ---------- */
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 60px 20px 80px; }
.legal-wrap h1 { font-family: 'Anton', sans-serif; text-transform: uppercase; font-size: clamp(30px, 6vw, 46px); line-height: 1; margin-bottom: 10px; }
.legal-wrap .lead { color: var(--smoke); margin-bottom: 36px; }
.legal-wrap h2 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.06em; font-size: 24px; color: var(--mercury-gold); margin: 30px 0 10px; }
.legal-wrap p, .legal-wrap li { color: #cfcfcf; font-size: 15px; line-height: 1.7; }
.legal-wrap ul { margin: 8px 0 8px 22px; }
.legal-wrap .ph { color: var(--mercury-gold); font-weight: 700; }
.legal-back { display: inline-block; margin-bottom: 24px; color: var(--mercury-gold); font-weight: 600; }
.legal-note { margin-top: 36px; padding: 16px 20px; border-left: 3px solid var(--mercury-gold); background: rgba(255,255,255,0.03); font-size: 13px; color: var(--smoke); }

/* ---------- GIVEAWAY BANNER (homepage) ---------- */
.give-banner { display: block; text-decoration: none; background: linear-gradient(180deg, rgba(240,146,56,0.16), rgba(240,146,56,0.06)); border-top: 1px solid rgba(240,146,56,0.4); border-bottom: 1px solid rgba(240,146,56,0.4); transition: background .2s; }
.give-banner:hover { background: linear-gradient(180deg, rgba(240,146,56,0.26), rgba(240,146,56,0.11)); }
.give-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 20px; }
@media (max-width: 760px) { .give-banner-inner { flex-direction: column; text-align: center; gap: 16px; } }
.give-banner-text { display: flex; flex-direction: column; gap: 4px; }
.gb-eyebrow { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.12em; font-size: 14px; color: var(--mercury-gold); text-transform: uppercase; }
.gb-title { font-family: 'Anton', sans-serif; text-transform: uppercase; font-size: clamp(20px, 3.4vw, 30px); line-height: 1.05; color: var(--spotlight); }
.gb-sub { font-size: 13px; color: var(--smoke); }
.gb-btn { flex: 0 0 auto; white-space: nowrap; }
