:root {
  --o: #f4640a;
  --od: #c44e00;
  --g: #152e1a;
  --gm: #1e3f24;
  --gl: #2a5532;
  --s: #8c9baa;
  --sd: #2a3440;
  --black: #0d0d0d;
  --cream: #f0eae0;
  --w: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--black);
  color: var(--w);
  overflow-x: hidden;
}

/* â”€â”€ NAV â”€â”€ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 60px;
  background: rgba(13, 13, 13, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--o);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.nav-logo img {
  height: 46px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(244, 100, 10, 0.4));
}
.nav-wordmark {
  font-family: "Black Ops One", cursive;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: var(--w);
  line-height: 1;
}
.nav-wordmark em {
  color: var(--o);
  font-style: normal;
}
.nav-r {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}
.nav-links a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--o);
}
.nav-book {
  background: var(--o);
  color: var(--w);
  padding: 0.55rem 1.4rem;
  font-family: "Black Ops One", cursive;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 2px;
  transition:
    background 0.2s,
    transform 0.15s;
  box-shadow: 0 0 20px rgba(244, 100, 10, 0.3);
}
.nav-book:hover {
  background: var(--od);
  transform: translateY(-1px);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--w);
  border-radius: 1px;
}
.mob-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 499;
  background: var(--black);
  border-bottom: 2px solid var(--o);
  padding: 1.5rem 2rem;
  flex-direction: column;
  gap: 0;
}
.mob-menu.on {
  display: flex;
}
.mob-menu a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.2s;
}
.mob-menu a:hover {
  color: var(--o);
}
.mob-book-big {
  background: var(--o);
  color: var(--w) !important;
  text-align: center;
  padding: 1rem !important;
  margin-top: 0.5rem;
  border-radius: 2px;
  border: none !important;
  font-size: 1.4rem !important;
  letter-spacing: 2px;
}

/* STICKY BOTTOM BAR */
.sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  background: var(--o);
}
.sticky-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem;
  font-family: "Black Ops One", cursive;
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: var(--w);
  text-decoration: none;
}

/* â”€â”€ HERO â”€â”€ */
#hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--g);
  padding-top: 60px;
}
/* When the top rebrand strip is hidden, add air under the fixed nav (it replaced banner height in the layout) */
body.rebrand-dismissed #hero {
  padding-top: calc(60px + 2.75rem);
}
#hero::before {
  content: "";
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  width: 55%;
  background: var(--black);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
#hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 6px;
  background: var(--o);
  z-index: 3;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-left {
  padding-right: 2rem;
}
.hero-pre {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--o);
  padding: 0.35rem 0.9rem;
  border-radius: 1px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 1.4rem;
}
.hero-h1 {
  font-family: "Black Ops One", cursive;
  font-size: clamp(3.8rem, 8.5vw, 7rem);
  line-height: 0.88;
  letter-spacing: 1px;
  color: var(--w);
  margin-bottom: 0.6rem;
}
.hero-h1 .slash {
  color: var(--o);
  display: block;
  text-shadow: 0 0 40px rgba(244, 100, 10, 0.35);
}
.hero-rule {
  width: 60px;
  height: 4px;
  background: var(--o);
  margin: 1.4rem 0;
}
.hero-sub {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  max-width: 400px;
  margin-bottom: 0.5rem;
}
.hero-tagline {
  font-family: "Black Ops One", cursive;
  font-size: 0.95rem;
  letter-spacing: 3px;
  color: var(--o);
  margin-bottom: 2rem;
  opacity: 0.85;
}
.hero-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  max-width: 34rem;
}
.hero-cta-secondary {
  margin-top: 0.15rem;
}
.hero-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.cta-big {
  background: var(--o);
  color: var(--w);
  padding: 1.05rem 2.8rem;
  border-radius: 2px;
  font-family: "Black Ops One", cursive;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 4px 30px rgba(244, 100, 10, 0.5);
}
.cta-big:hover {
  background: var(--od);
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(244, 100, 10, 0.6);
}
.cta-link {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.cta-link:hover {
  color: var(--o);
  border-color: var(--o);
}
.hero-trust {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: nowrap;
  align-items: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.trust-item::before {
  content: "\2713";
  color: var(--o);
}
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-croc-wrap {
  position: relative;
  display: inline-block;
  margin-top: -400px;
}
.hero-croc {
  width: 100%;
  max-width: 460px;
  filter: drop-shadow(-20px 20px 60px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 80px rgba(244, 100, 10, 0.12));
  animation: croc-idle 5s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
@keyframes croc-idle {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}
.hero-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(244, 100, 10, 0.15) 0%,
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

/* SELF-SERVE BADGE — sit below fixed nav (hero’s padding-top); 1.5rem was under the bar */
.self-serve-badge {
  position: absolute;
  top: calc(60px + 0.75rem);
  right: 1.5rem;
  z-index: 10;
  background: rgba(13, 13, 13, 0.85);
  border: 2px solid var(--o);
  border-radius: 4px;
  padding: 0.8rem 1.2rem;
  text-align: center;
  backdrop-filter: blur(8px);
}
.ssb-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.2rem;
}
.ssb-text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--o);
  line-height: 1.3;
}

.hero-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--o);
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 44px;
  z-index: 10;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  animation: ticker 20s linear infinite;
  white-space: nowrap;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ticker-item {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--w);
  padding: 0 2rem;
  flex-shrink: 0;
}
.ticker-sep {
  color: rgba(255, 255, 255, 0.4);
  padding: 0 0.3rem;
}

/* â”€â”€ SELF SERVE EXPLAINER â”€â”€ */
#self-serve {
  background: var(--black);
  padding: 4rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ss-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.ss-title {
  font-family: "Black Ops One", cursive;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--w);
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
}
.ss-title span {
  color: var(--o);
}
.ss-sub {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3rem;
  line-height: 1.5;
}
.ss-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  overflow: hidden;
}
.ss-step {
  padding: 2rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}
.ss-step:last-child {
  border-right: none;
}
.ss-step-n {
  font-family: "Black Ops One", cursive;
  font-size: 3rem;
  color: rgba(244, 100, 10, 0.2);
  line-height: 1;
  margin-bottom: 0.6rem;
}
.ss-step-ico {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.ss-step-t {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 0.3rem;
}
.ss-step-d {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}
.ss-arrow {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--o);
  border-top: 2px solid var(--o);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

/* â”€â”€ BOOK â”€â”€ */
/* TIME–COST EXPLAINED */
.time-cost-section {
  background: var(--black);
  padding: 3rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.time-cost-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.time-cost-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}

#book {
  background: var(--cream);
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
#book::before {
  content: "BOOK";
  position: absolute;
  top: -0.05em;
  left: -0.05em;
  font-family: "Black Ops One", cursive;
  font-size: 22vw;
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}
.book-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec-eye {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 0.4rem;
}
.sec-h {
  font-family: "Black Ops One", cursive;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1;
  color: var(--g);
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.sec-h.light {
  color: var(--w);
}
.book-sub {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: rgba(21, 46, 26, 0.55);
  margin-bottom: 2.5rem;
}

/* Time slots */
.slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.slot {
  background: var(--g);
  border: 2px solid rgba(244, 100, 10, 0.25);
  border-radius: 4px;
  padding: 1rem;
  text-align: center;
  transition: border-color 0.2s;
}
.slot:hover {
  border-color: var(--o);
}
.slot-t {
  font-family: "Black Ops One", cursive;
  font-size: 2rem;
  color: var(--o);
  display: block;
}
.slot-l {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.lockii-shell {
  background: var(--w);
  border-radius: 4px;
  padding: 1.5rem;
  min-height: 300px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  border: 2px solid rgba(244, 100, 10, 0.15);
}
.lockii-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--s);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lockii-note {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 1.2rem;
  letter-spacing: 0.5px;
}
.lockii-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--o);
}
.book-note {
  background: var(--g);
  border-radius: 3px;
  padding: 0.9rem 1.3rem;
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-left: 3px solid var(--o);
}
.book-note p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}
.book-note strong {
  color: var(--o);
}

/* â”€â”€ TRAILERS â”€â”€ */
#trailers {
  background: var(--black);
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
#trailers::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40vw;
  height: 60%;
  background: radial-gradient(
    ellipse at bottom right,
    rgba(244, 100, 10, 0.05) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.trailers-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.trailers-stack {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.trailer-row {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s;
  overflow: hidden;
}
.trailer-row:last-child {
  border-bottom: none;
}
.trailer-row:hover {
  background: rgba(244, 100, 10, 0.04);
}
.tr-visual {
  height: 190px;
  background: var(--gm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.tr-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(255, 255, 255, 0.02) 15px,
    rgba(255, 255, 255, 0.02) 16px
  );
}

.tr-spec-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 0;
  z-index: 2;
  background: rgba(13, 13, 13, 0.88);
  border-top: 1px solid rgba(244, 100, 10, 0.3);
}
.tr-spec-item {
  flex: 1;
  padding: 0.35rem 0.5rem;
  border-right: 1px solid rgba(244, 100, 10, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.tr-spec-item:last-child {
  border-right: none;
}
.tr-spec-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.55rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--o);
  opacity: 0.8;
}
.tr-spec-val {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--w);
  letter-spacing: 0.5px;
}

.tr-avail {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: var(--o);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 1px;
  color: var(--w);
  z-index: 2;
}
.tr-info {
  padding: 1.8rem 2rem;
}
.tr-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 0.3rem;
}
.tr-name {
  font-family: "Black Ops One", cursive;
  font-size: 2rem;
  color: var(--w);
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.tr-name-badge {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--o);
  vertical-align: middle;
  margin-left: 0.5rem;
  opacity: 0.85;
}
.tr-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 1rem;
}
.tr-tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.tag {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 1px;
  color: rgba(255, 255, 255, 0.45);
}
.tr-cta {
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  min-width: 180px;
}
.tr-price {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.tr-price strong {
  display: block;
  color: var(--o);
  font-size: 0.95rem;
  margin-top: 0.15rem;
}
.btn-tr {
  background: var(--o);
  color: var(--w);
  padding: 0.8rem 1.5rem;
  border-radius: 2px;
  font-family: "Black Ops One", cursive;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-tr:hover {
  background: var(--od);
}

/* â”€â”€ MANIFESTO â”€â”€ */
.manifesto {
  background: var(--o);
  padding: 3.5rem 2rem;
  overflow: hidden;
  position: relative;
}

.manifesto-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem 3rem;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.manifesto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 25px,
    rgba(255, 255, 255, 0.04) 25px,
    rgba(255, 255, 255, 0.04) 26px
  );
  pointer-events: none;
}
.manifesto-croc {
  width: 150px;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.4));
  position: relative;
  z-index: 1;
}
.manifesto-copy {
  position: relative;
  z-index: 1;
  flex: 1 1 280px;
  max-width: 540px;
  text-align: center;
}
.manifesto-copy h2 {
  font-family: "Black Ops One", cursive;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--w);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 0.7rem;
}
.manifesto-copy p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
  max-width: 540px;
  margin: 0 auto 1.2rem;
}
.manifesto-cta {
  display: inline-block;
  background: var(--w);
  color: var(--o);
  padding: 0.8rem 2rem;
  border-radius: 2px;
  font-family: "Black Ops One", cursive;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.15s;
}
.manifesto-cta:hover {
  background: var(--g);
  color: var(--w);
  transform: translateY(-2px);
}

/* â”€â”€ LOCATIONS â”€â”€ */
#locations {
  background: var(--g);
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
#locations::before {
  content: "NSW";
  position: absolute;
  right: -0.05em;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Black Ops One", cursive;
  font-size: 28vw;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  pointer-events: none;
}
.loc-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
.loc-card {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.loc-card:hover {
  border-color: rgba(244, 100, 10, 0.35);
}
.loc-card-top {
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.loc-open {
  display: inline-block;
  background: rgba(60, 200, 80, 0.12);
  border: 1px solid rgba(60, 200, 80, 0.35);
  color: #5dc96a;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 1px;
  margin-bottom: 0.8rem;
}
.loc-name {
  font-family: "Black Ops One", cursive;
  font-size: 2.4rem;
  color: var(--w);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.loc-sub {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.2rem;
}
.loc-facts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.loc-fact {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.58);
}
.loc-fact-icon {
  width: 24px;
  height: 24px;
  background: rgba(244, 100, 10, 0.12);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.75rem;
}
.loc-card-bottom {
  padding: 1.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-dir {
  background: transparent;
  color: var(--o);
  border: 1px solid rgba(244, 100, 10, 0.35);
  padding: 0.5rem 1.1rem;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}
.btn-dir:hover {
  background: var(--o);
  color: var(--w);
}
.loc-times {
  display: flex;
  gap: 0.5rem;
}
.ltime {
  background: rgba(244, 100, 10, 0.1);
  border: 1px solid rgba(244, 100, 10, 0.22);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 1px;
  padding: 0.3rem 0.5rem;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.65);
}
.loc-expand {
  margin-top: 1.5rem;
  background: rgba(244, 100, 10, 0.08);
  border: 1px dashed rgba(244, 100, 10, 0.28);
  border-radius: 3px;
  padding: 1.2rem 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.loc-expand p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.4;
}
.loc-expand strong {
  color: var(--o);
}

/* â”€â”€ WHY â”€â”€ */
#why {
  background: var(--sd);
  padding: 5rem 2rem;
}
.why-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.why-cell {
  background: var(--sd);
  padding: 2rem 1.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
}
.why-cell:hover {
  background: rgba(244, 100, 10, 0.04);
}
.why-ico {
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
  display: block;
}
.why-t {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 0.35rem;
}
.why-d {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.55;
}
.why-bottom {
  margin-top: 2.5rem;
  background: linear-gradient(135deg, var(--g) 0%, rgba(21, 46, 26, 0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  align-items: center;
}
.why-croc {
  width: 120px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.5));
}
.why-quote h3 {
  font-family: "Black Ops One", cursive;
  font-size: 1.8rem;
  color: var(--w);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.why-quote p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

/* â”€â”€ FAQ â”€â”€ */
#faq {
  background: var(--black);
  padding: 5rem 2rem;
}
.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}
.faq-head {
  text-align: center;
  margin-bottom: 3rem;
}
.faq-head .sec-h {
  color: var(--w);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fi {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.fi-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  transition: background 0.2s;
}
.fi-q:hover {
  background: rgba(244, 100, 10, 0.07);
}
.fi-q h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: var(--w);
  flex: 1;
  padding-right: 1rem;
}
.fi-chev {
  color: var(--o);
  font-size: 1.2rem;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.fi.on .fi-chev {
  transform: rotate(180deg);
}
.fi-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.fi.on .fi-a {
  max-height: 300px;
}
.fi-a p {
  padding: 0.8rem 1.5rem 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.92rem;
  line-height: 1.65;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* â”€â”€ REVIEWS â”€â”€ */
#reviews {
  background: var(--o);
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
#reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -60deg,
    transparent,
    transparent 30px,
    rgba(0, 0, 0, 0.04) 30px,
    rgba(0, 0, 0, 0.04) 31px
  );
  pointer-events: none;
}
.rev-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rev-head {
  margin-bottom: 2.5rem;
}
.rev-head .sec-eye {
  color: rgba(255, 255, 255, 0.65);
}
.rev-head .sec-h {
  color: var(--w);
}
.rev-mascot-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.rev-mascot-row img {
  height: 80px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.35));
}
.rev-stars-big {
  font-family: "Black Ops One", cursive;
  font-size: 1.8rem;
  color: var(--w);
  letter-spacing: 3px;
}
.rev-count {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.2rem;
}
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.rc {
  background: var(--w);
  border-radius: 3px;
  padding: 1.8rem;
  position: relative;
}
.rc-g {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.68rem;
  color: #888;
  font-weight: 600;
}
.rc-stars {
  color: var(--o);
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.rc-text {
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.1rem;
  font-weight: 500;
}
.rc-auth {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.rc-av {
  width: 32px;
  height: 32px;
  background: var(--g);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Black Ops One", cursive;
  font-size: 0.9rem;
  color: var(--w);
  flex-shrink: 0;
}
.rc-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--g);
}
.rc-src {
  font-size: 0.72rem;
  color: #888;
}

/* â”€â”€ CONTACT â€” minimal, issue-only â”€â”€ */
#contact {
  background: var(--g);
  padding: 4rem 2rem;
}
.contact-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.contact-inner .sec-h {
  color: var(--w);
  margin-bottom: 0.5rem;
}
.contact-desc {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.contact-desc strong {
  color: var(--o);
}
.contact-card {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 2rem;
  border-top: 3px solid var(--o);
  margin-bottom: 1.5rem;
}
.contact-card h4 {
  font-family: "Black Ops One", cursive;
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--o);
  margin-bottom: 0.8rem;
}
.contact-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.contact-card a.email-link {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: var(--w);
  text-decoration: none;
  border-bottom: 2px solid var(--o);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.contact-card a.email-link:hover {
  color: var(--o);
}
.contact-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.loc-mini {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.loc-mini-info strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--w);
}
.loc-mini-info span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
}
.btn-sm-dir {
  background: transparent;
  color: var(--o);
  border: 1px solid rgba(244, 100, 10, 0.3);
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
  white-space: nowrap;
}
.btn-sm-dir:hover {
  background: var(--o);
  color: var(--w);
}

/* â”€â”€ FOOTER â”€â”€ */
footer {
  background: var(--black);
  border-top: 3px solid var(--o);
  padding: 3rem 2rem 1.5rem;
}
.foot-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
.foot-logo img {
  height: 65px;
  margin-bottom: 0.6rem;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}
.foot-slogan {
  font-family: "Black Ops One", cursive;
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: var(--o);
  margin-bottom: 0.6rem;
}
.foot-brand p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.6;
  max-width: 270px;
}
.foot-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}
.fsoc {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background 0.2s;
}
.fsoc:hover {
  background: var(--o);
}
.foot-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 0.8rem;
}
.foot-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.foot-links a {
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.foot-links a:hover {
  color: var(--o);
}
.foot-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.foot-bottom p {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.77rem;
}
.foot-bottom span {
  color: var(--o);
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 960px) {
  /* Don’t vertically centre the hero on small screens — it sits too low and hides the Book CTA */
  #hero {
    align-items: flex-start;
    min-height: 0;
    padding-top: 52px;
  }
  body.rebrand-dismissed #hero {
    padding-top: calc(52px + 2.75rem);
  }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 0.35rem;
    padding-bottom: 3rem;
    align-items: start;
  }
  .hero-rule {
    margin: 1.4rem auto;
  }
  .hero-sub {
    margin: 0 auto 1rem;
  }
  .hero-cta-stack {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-fallback {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-trust {
    justify-content: center;
  }
  .hero-right {
    order: -1;
    margin-top: 0;
    padding-top: 0;
  }
  .hero-croc-wrap {
    margin-top: -0.15rem;
  }
  .hero-croc {
    max-width: 160px;
  }
  .hero-glow {
    width: 220px;
    height: 220px;
  }
  nav .nav-links,
  .nav-book {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .ss-steps {
    grid-template-columns: 1fr 1fr;
  }
  .ss-arrow {
    display: none;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rev-grid {
    grid-template-columns: 1fr;
  }
  .contact-locations {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .manifesto-inner {
    flex-direction: column;
    text-align: center;
  }
  .manifesto-croc {
    width: 100px;
    margin: 0 auto;
  }
  .sticky-bar {
    display: none;
  }
  .sticky-bar.visible {
    display: block;
  }
  body {
    padding-bottom: 58px;
  }
  .trailer-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .tr-visual {
    height: 150px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .tr-cta {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: row;
    justify-content: space-between;
  }
  .btn-tr {
    width: auto;
  }
  .loc-grid {
    grid-template-columns: 1fr;
  }
  .why-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .why-croc {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #hero {
    padding-top: 48px;
  }
  body.rebrand-dismissed #hero {
    padding-top: calc(48px + 2.6rem);
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .foot-bottom {
    flex-direction: column;
    text-align: center;
  }
  .ss-steps {
    grid-template-columns: 1fr;
  }
  .hero-h1 {
    font-size: 2.2rem;
  }
  .hero-inner {
    padding: 0.25rem 1.25rem 2.75rem;
  }
  .hero-sub {
    font-size: 1rem;
  }
  .self-serve-badge {
    display: none;
  }
  .hero-croc {
    max-width: 128px;
  }
  .hero-glow {
    width: 180px;
    height: 180px;
  }
  .cta-big {
    font-size: 1rem;
    padding: 1rem 2rem;
    white-space: nowrap;
  }
  .hero-trust {
    display: none;
  }
}

/* ── Trailer Photo Slider ── */
.tr-slider {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.tr-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tr-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.65);
  color: #f4640a;
  border: 2px solid #f4640a;
  font-size: 1.6rem;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 3px;
  transition:
    background 0.2s,
    color 0.2s;
  user-select: none;
}

.tr-arrow:hover {
  background: #f4640a;
  color: #fff;
}

.tr-arrow-left {
  left: 8px;
}
.tr-arrow-right {
  right: 8px;
}

/* ── Booking fallback text ── */
.book-fallback {
  margin-top: 1.2rem;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
}
.book-fallback a {
  color: var(--o, #f4640a);
  text-decoration: none;
  font-weight: 700;
}
.book-fallback a:hover {
  text-decoration: underline;
}
.book-fallback.prominent {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: #0d0d0d;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Hero fallback (SMS) — own row under CTAs, matches site type ── */
.hero-fallback {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.02rem, 2.5vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.95rem 1.35rem;
  background-color: #0d0d0d;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #f4640a;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}
.hero-fallback-label {
  color: rgba(255, 255, 255, 0.82);
}
.hero-fallback-tel,
.hero-fallback-tel:link,
.hero-fallback-tel:visited {
  color: #f4640a;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.05em;
  white-space: nowrap;
}
.hero-fallback-tel:hover {
  color: #ffb04a;
  text-decoration: underline;
}
