/* Dedicated Sydney CBD search page. Homepage styles remain untouched. */
.sbd-page {
  --cream: #f3eee6;
  --ink: #111317;
  --panel: #121418;
  --panel-soft: #1b1e23;
  --orange: #ff5a1f;
  background: #0b0d0f;
}

.sbd-page .site-nav .nav-logo { color: rgba(255,255,255,.94); }
.sbd-page .site-nav .nav-links a { color: rgba(255,255,255,.62); }
.sbd-page .site-nav .nav-links a:hover { color: #fff; }

.sbd-wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.sbd-hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 86px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,90,31,.25);
  background:
    radial-gradient(circle at 18% 12%, rgba(255,90,31,.13), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(255,255,255,.05), transparent 28%),
    linear-gradient(135deg, #090b0d 0%, #111419 58%, #080a0c 100%);
}

.sbd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
}

.sbd-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(44px, 7vw, 92px);
}

.sbd-kicker,
.sbd-section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.sbd-kicker::before,
.sbd-section-kicker::before {
  content: '';
  width: 44px;
  height: 2px;
  background: var(--orange);
}

.sbd-hero h1,
.sbd-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.02em;
}

.sbd-hero h1 {
  max-width: 800px;
  color: #f5f1eb;
  font-size: clamp(66px, 7vw, 110px);
}

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

.sbd-hero-copy {
  max-width: 700px;
  margin-top: 30px;
  color: #c7c9cc;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.75;
}

.sbd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.sbd-primary,
.sbd-secondary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.sbd-primary {
  color: #090b0d !important;
  background: var(--orange);
  box-shadow: 0 16px 42px rgba(255,90,31,.22);
}

.sbd-secondary {
  color: #f4f1eb !important;
  border: 1px solid rgba(255,255,255,.25);
}

.sbd-primary:hover,
.sbd-secondary:hover { transform: translateY(-2px); }

.sbd-video-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 30px;
  background: #050709;
  box-shadow: 0 34px 90px rgba(0,0,0,.48);
}

.sbd-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(.95) contrast(1.02) brightness(.85);
}

.sbd-video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5,7,9,.9));
}

.sbd-video-label {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.sbd-video-label strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
}

.sbd-video-label small {
  display: block;
  margin-top: 4px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sbd-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
}

.sbd-metric {
  padding: 22px 12px;
  text-align: center;
}

.sbd-metric + .sbd-metric { border-left: 1px solid rgba(255,255,255,.08); }
.sbd-metric strong { display: block; color: #f5f1eb; font-size: 28px; }
.sbd-metric span {
  display: block;
  margin-top: 6px;
  color: #aeb1b5;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.sbd-strip {
  overflow: hidden;
  border-bottom: 1px solid rgba(255,90,31,.22);
  background: #0e1013;
}

.sbd-strip-inner {
  display: flex;
  width: max-content;
  gap: 44px;
  padding: 20px 0;
  color: #c7c9cc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  animation: sbd-scroll 28s linear infinite;
}

.sbd-strip-inner span::after {
  content: '•';
  margin-left: 44px;
  color: var(--orange);
}

@keyframes sbd-scroll { to { transform: translateX(-50%); } }

.sbd-cream,
.sbd-dark { padding: clamp(76px, 9vw, 126px) 0; }
.sbd-cream { color: var(--ink); background: var(--cream); }
.sbd-dark { color: #f5f1eb; background: #0d0f12; }

.sbd-heading {
  max-width: 880px;
  font-size: clamp(52px, 6vw, 86px);
}

.sbd-lead {
  max-width: 760px;
  margin-top: 26px;
  color: #4a4d52;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.75;
}

.sbd-dark .sbd-lead { color: #b9bcc1; }

.sbd-audience-grid,
.sbd-benefit-grid,
.sbd-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.sbd-card {
  min-height: 250px;
  padding: 34px;
  border-radius: 28px;
  background: #13161a;
  box-shadow: 0 22px 60px rgba(20,22,25,.12);
}

.sbd-cream .sbd-card {
  border: 1px solid rgba(17,19,22,.10);
  background: #fbf7f1;
}

.sbd-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0b0d0f;
  background: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.sbd-card h3 {
  margin-top: 26px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sbd-card p {
  margin-top: 14px;
  color: #62666c;
  font-size: 15px;
  line-height: 1.7;
}

.sbd-dark .sbd-card p { color: #b0b3b8; }

.sbd-split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(48px, 8vw, 110px);
}

.sbd-checklist {
  overflow: hidden;
  border-radius: 28px;
  background: #121418;
}

.sbd-check {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.sbd-check:last-child { border-bottom: 0; }
.sbd-check-mark { color: var(--orange); font-size: 22px; font-weight: 700; }
.sbd-check strong { display: block; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; }
.sbd-check p { margin-top: 7px; color: #aeb1b5; font-size: 14px; line-height: 1.55; }

.sbd-location-card {
  margin-top: 54px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  color: #f5f1eb;
  background:
    linear-gradient(135deg, rgba(255,90,31,.10), transparent 40%),
    #111419;
}

.sbd-location-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
}

.sbd-location-card p {
  max-width: 800px;
  margin-top: 16px;
  color: #b9bcc1;
  font-size: 17px;
  line-height: 1.75;
}

.sbd-review {
  min-height: 310px;
  padding: 34px;
  border-radius: 28px;
  background: #13161a;
}

.sbd-stars { color: var(--orange); letter-spacing: 4px; }
.sbd-quote { margin-top: 24px; color: #d5d7da; font-size: 17px; font-style: italic; line-height: 1.75; }
.sbd-review strong { display: block; margin-top: 28px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.sbd-review small { display: block; margin-top: 6px; color: #83878d; }

.sbd-faq-list { margin-top: 50px; border-top: 1px solid rgba(17,19,22,.14); }
.sbd-faq-list details { border-bottom: 1px solid rgba(17,19,22,.14); }
.sbd-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
}
.sbd-faq-list summary::-webkit-details-marker { display: none; }
.sbd-faq-list summary::after { content: '+'; color: var(--orange); font-size: 28px; font-weight: 400; }
.sbd-faq-list details[open] summary::after { content: '–'; }
.sbd-faq-list details p { max-width: 800px; padding: 0 0 26px; color: #55595f; font-size: 16px; line-height: 1.75; }

.sbd-cta-band {
  padding: 76px 0;
  color: #090b0d;
  background: var(--orange);
}

.sbd-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sbd-cta-band h2 {
  max-width: 760px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 400;
  line-height: .95;
}

.sbd-cta-band .sbd-secondary { flex: 0 0 auto; color: #090b0d !important; border-color: rgba(9,11,13,.38); }

.sbd-page .contact-section { border-top: 0; }
.sbd-page .contact-value a { color: inherit; text-decoration: none; }
.sbd-page footer { border-top-color: rgba(255,90,31,.18); }

@media (max-width: 960px) {
  .sbd-wrap { width: min(100% - 32px, 720px); }
  .sbd-hero { min-height: auto; padding: 170px 0 70px; }
  .sbd-hero-grid,
  .sbd-split { grid-template-columns: 1fr; }
  .sbd-hero h1 { font-size: clamp(58px, 16vw, 82px); }
  .sbd-video-card { margin-top: 8px; }
  .sbd-audience-grid,
  .sbd-benefit-grid,
  .sbd-review-grid { grid-template-columns: 1fr; }
  .sbd-card { min-height: auto; }
  .sbd-cta-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .sbd-wrap { width: min(100% - 24px, 520px); }
  .sbd-hero { padding-top: 148px; }
  .sbd-kicker,
  .sbd-section-kicker { gap: 12px; letter-spacing: 2.4px; }
  .sbd-kicker::before,
  .sbd-section-kicker::before { width: 28px; }
  .sbd-hero-copy { font-size: 16px; }
  .sbd-actions { flex-direction: column; }
  .sbd-primary,
  .sbd-secondary { width: 100%; }
  .sbd-video-card { border-radius: 24px; }
  .sbd-video-label { left: 18px; right: 18px; bottom: 17px; }
  .sbd-video-label strong { font-size: 26px; }
  .sbd-metric { padding: 18px 6px; }
  .sbd-metric strong { font-size: 23px; }
  .sbd-metric span { font-size: 7px; letter-spacing: 1px; }
  .sbd-card,
  .sbd-review { padding: 28px 24px; border-radius: 24px; }
  .sbd-location-card { border-radius: 24px; }
  .sbd-check { grid-template-columns: 28px 1fr; padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .sbd-strip-inner { animation: none; }
}
