.tb-page {
  --tb-navy: #071527;
  --tb-navy-soft: #10233c;
  --tb-gold: #c9a14a;
  --tb-gold-light: #e4c875;
}

.tb-page h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.8vw, 6rem);
}

.tb-page h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.7rem);
}

.tb-page .site-header {
  position: absolute;
  right: 0;
  left: 0;
}

.tb-page .nav-enquire {
  margin-left: 10px;
  color: var(--navy);
  background: var(--gold-2);
}

.tb-page .nav-enquire:hover,
.tb-page .nav-enquire.active {
  color: var(--navy);
  background: var(--white);
}

.tb-page .btn {
  min-height: 52px;
}

.tb-hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 161, 74, 0.16), transparent 26%),
    var(--tb-navy);
}

.tb-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: 0;
  width: 52%;
  height: 1px;
  background: var(--gold-2);
  opacity: 0.3;
}

.tb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.94fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.tb-hero-copy {
  padding-bottom: 68px;
}

.tb-hero-copy .hero-subtitle {
  max-width: 720px;
  margin-bottom: 30px;
}

.tb-hero-media {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: var(--tb-navy-soft);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.tb-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7, 21, 39, 0.55));
  pointer-events: none;
}

.tb-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.tb-hero-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  min-width: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: var(--white);
  background: rgba(7, 21, 39, 0.84);
  backdrop-filter: blur(12px);
}

.tb-hero-badge strong,
.tb-hero-badge span {
  display: block;
}

.tb-hero-badge strong {
  color: var(--gold-2);
  font-size: 1.45rem;
}

.tb-hero-badge span {
  font-size: 0.8rem;
  font-weight: 800;
}

.tb-hrdc-note {
  max-width: 680px;
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--gold-2);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.tb-hrdc-note strong {
  color: var(--white);
}

.tb-trust-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tb-trust-line span {
  display: flex;
  min-height: 82px;
  align-items: center;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

.tb-trust-line span:first-child {
  padding-left: 0;
}

.tb-trust-line span:last-child {
  border-right: 0;
}

.tb-credibility,
.tb-challenges,
.tb-options,
.tb-formats,
.tb-schedule,
.tb-intro,
.tb-experiences,
.tb-programme,
.tb-proposal,
.tb-gallery,
.tb-faq,
.tb-enquire {
  padding: 104px 0;
}

.tb-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tb-stat-grid article {
  min-height: 170px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: linear-gradient(145deg, var(--white), var(--soft));
}

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

.tb-stat-grid strong {
  margin-bottom: 36px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.tb-stat-grid span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.tb-testimonial-grid article {
  min-height: 230px;
  padding: 28px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.82);
  background: var(--navy);
}

.tb-testimonial-grid p {
  font-size: 1.02rem;
}

.tb-testimonial-grid span {
  color: var(--gold-2);
  font-size: 0.84rem;
  font-weight: 900;
}

.tb-challenge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tb-challenge-card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(16, 35, 60, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 36px rgba(7, 21, 39, 0.05);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tb-challenge-card:hover {
  border-color: rgba(201, 161, 74, 0.6);
  box-shadow: 0 18px 44px rgba(7, 21, 39, 0.1);
  transform: translateY(-2px);
}

.tb-challenge-card:focus-visible {
  outline: 3px solid rgba(201, 161, 74, 0.34);
  outline-offset: 3px;
}

.tb-challenge-card.is-selected {
  border-color: var(--gold);
  background: #fffaf0;
  box-shadow: 0 18px 46px rgba(92, 67, 14, 0.13), inset 0 0 0 1px var(--gold);
}

.tb-challenge-check {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #c8d0da;
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
}

.tb-challenge-card.is-selected .tb-challenge-check {
  border-color: var(--gold);
  background: var(--gold-2);
}

.tb-challenge-card.is-selected .tb-challenge-check::after {
  content: "✓";
  font-size: 0.9rem;
  font-weight: 900;
}

.tb-challenge-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 9px;
  color: var(--gold);
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(16, 35, 60, 0.1);
}

.tb-challenge-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tb-challenge-card h3 {
  min-height: 58px;
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.tb-challenge-card > p:not(.tb-challenge-outcome) {
  color: var(--muted);
  font-size: 0.88rem;
}

.tb-challenge-outcome {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #405067;
  font-size: 0.84rem;
}

.tb-challenge-outcome span {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-weight: 900;
}

.tb-challenge-toggle {
  align-self: flex-start;
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: var(--navy);
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(201, 161, 74, 0.65);
  text-underline-offset: 4px;
  cursor: pointer;
}

.tb-challenge-card.is-selected .tb-challenge-toggle {
  color: #7b5b13;
}

.tb-challenge-more {
  display: none;
}

.tb-challenge-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  margin-top: 34px;
  padding: 30px;
  border: 1px solid rgba(16, 35, 60, 0.12);
  border-radius: 10px;
  background: var(--white);
}

.tb-challenge-footer p {
  margin: 0;
  color: var(--muted);
}

.tb-selected-challenges {
  padding: 17px;
  border: 1px solid rgba(201, 161, 74, 0.42);
  border-radius: 8px;
  background: #fffaf0;
}

.tb-selected-challenges > p {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
}

.tb-selected-challenge-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tb-selected-challenge-tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(201, 161, 74, 0.42);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.tb-selected-challenge-tag span {
  color: #8a6921;
  font-size: 1rem;
  line-height: 1;
}

.tb-option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tb-option-card {
  position: relative;
  display: flex;
  min-height: 450px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 60, 0.12);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(7, 21, 39, 0.07);
}

.tb-option-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--gold);
}

.tb-option-featured {
  color: rgba(255, 255, 255, 0.76);
  border-color: var(--navy);
  background: var(--navy);
}

.tb-option-featured h3,
.tb-option-featured dt,
.tb-option-featured dd {
  color: var(--white);
}

.tb-option-number {
  color: var(--gold);
  font-weight: 900;
}

.tb-option-tag {
  position: absolute;
  top: 26px;
  right: 24px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--gold-2);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tb-option-card h3 {
  min-height: 74px;
  margin: 58px 0 14px;
  font-size: 1.55rem;
}

.tb-option-card > p:not(.tb-option-tag) {
  color: var(--muted);
}

.tb-option-featured > p:not(.tb-option-tag) {
  color: rgba(255, 255, 255, 0.68);
}

.tb-option-card dl {
  margin: auto 0 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.tb-option-featured dl {
  border-color: rgba(255, 255, 255, 0.14);
}

.tb-option-card dt {
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-option-card dd {
  margin: 4px 0 0;
  color: #405067;
  font-weight: 800;
}

.tb-option-card .btn {
  width: 100%;
  padding: 8px 16px;
  text-align: center;
}

.tb-format-heading {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
  margin-bottom: 46px;
}

.tb-format-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.08rem;
}

.tb-format-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tb-format-grid article {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--navy);
  isolation: isolate;
}

.tb-format-grid article::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 14, 27, 0.9), transparent 68%);
}

.tb-format-grid img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tb-format-grid article > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
}

.tb-format-grid span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-format-grid h3 {
  margin: 7px 0 0;
  color: var(--white);
  font-size: 1.55rem;
}

.tb-schedule-layout,
.tb-programme-grid,
.tb-proposal-layout,
.tb-intro-grid,
.tb-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
}

.tb-schedule-copy {
  position: sticky;
  top: 110px;
}

.tb-schedule-copy > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.67);
}

.tb-schedule-copy .btn {
  margin-top: 14px;
}

.tb-timeline {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.tb-timeline li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tb-timeline span {
  color: var(--gold-2);
  font-size: 0.8rem;
  font-weight: 900;
}

.tb-timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.tb-lead {
  color: #405067;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.tb-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 70px;
}

.tb-outcome-grid article {
  padding: 26px 0 4px;
  border-top: 1px solid var(--line);
}

.tb-outcome-grid strong {
  color: var(--gold);
  font-size: 0.78rem;
}

.tb-outcome-grid h3 {
  margin: 34px 0 10px;
}

.tb-outcome-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.tb-experience-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--navy);
  box-shadow: 0 16px 50px rgba(7, 21, 39, 0.12);
  isolation: isolate;
}

.tb-card-wide {
  grid-column: 1 / -1;
  min-height: 550px;
}

.tb-experience-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 13, 25, 0.94), rgba(4, 13, 25, 0.05) 72%);
}

.tb-experience-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.tb-experience-card:hover img {
  transform: scale(1.035);
}

.tb-experience-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
}

.tb-experience-card span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tb-experience-card h3 {
  margin: 9px 0 8px;
  color: var(--white);
  font-size: clamp(1.55rem, 3vw, 2.65rem);
}

.tb-experience-card p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.tb-programme-grid {
  align-items: center;
}

.tb-programme-copy > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.7);
}

.tb-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tb-check-list li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
}

.tb-process {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.tb-process article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tb-process article > span {
  color: var(--gold-2);
  font-weight: 900;
}

.tb-process h3 {
  margin-bottom: 5px;
}

.tb-process p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.tb-proposal-layout {
  align-items: start;
}

.tb-proposal-intro {
  position: sticky;
  top: 100px;
}

.tb-proposal-intro > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.03rem;
}

.tb-proposal-benefits {
  display: grid;
  gap: 10px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.tb-proposal-benefits li {
  position: relative;
  padding-left: 27px;
  color: #405067;
  font-weight: 800;
}

.tb-proposal-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.tb-proposal-intro img {
  width: 100%;
  max-height: 310px;
  object-fit: cover;
  border-radius: 9px;
  box-shadow: var(--shadow);
}

.tb-proposal-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 52px rgba(7, 21, 39, 0.1);
}

.tb-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.tb-proposal-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.83rem;
  font-weight: 900;
}

.tb-proposal-form input,
.tb-proposal-form select,
.tb-proposal-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--soft);
  font: inherit;
}

.tb-proposal-form textarea {
  resize: vertical;
}

.tb-proposal-form input:focus,
.tb-proposal-form select:focus,
.tb-proposal-form textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(201, 161, 74, 0.17);
}

.tb-proposal-form .btn {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.tb-form-reassurance,
.tb-proposal-form .form-note {
  margin: -4px 0 0;
  text-align: center;
  font-size: 0.82rem;
}

.tb-form-reassurance {
  color: var(--muted);
}

.tb-proposal-form .form-note {
  color: var(--navy);
  font-weight: 900;
}

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

.tb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 235px;
  gap: 14px;
}

.tb-gallery-grid figure {
  grid-column: span 5;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--soft);
}

.tb-gallery-grid .tb-gallery-tall {
  grid-column: span 7;
  grid-row: span 2;
}

.tb-gallery-grid .tb-gallery-wide {
  grid-column: span 10;
}

.tb-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tb-accordion {
  border-top: 1px solid var(--line);
}

.tb-accordion details {
  border-bottom: 1px solid var(--line);
}

.tb-accordion summary {
  position: relative;
  padding: 24px 44px 24px 0;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.tb-accordion summary::-webkit-details-marker {
  display: none;
}

.tb-accordion summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 8px;
  color: var(--gold);
  font-size: 1.4rem;
}

.tb-accordion details[open] summary::after {
  content: "−";
}

.tb-accordion p {
  max-width: 680px;
  padding: 0 0 24px;
  color: var(--muted);
}

.tb-enquire {
  padding-top: 96px;
}

.tb-enquire-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.tb-enquire-card p:not(.section-kicker) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.68);
}

.tb-enquire-actions {
  display: grid;
  gap: 12px;
  min-width: 300px;
}

.tb-footer-links {
  display: flex;
  gap: 22px;
}

.tb-mobile-proposal {
  display: none;
}

.tb-success-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.tb-success-modal[hidden] {
  display: none;
}

.tb-success-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 13, 25, 0.78);
  backdrop-filter: blur(7px);
  cursor: pointer;
}

.tb-success-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 590px);
  padding: clamp(30px, 6vw, 54px);
  border: 1px solid rgba(201, 161, 74, 0.32);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
  text-align: center;
}

.tb-success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold-2);
  font-size: 1.6rem;
  font-weight: 900;
}

.tb-success-dialog h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.tb-success-dialog > p:not(.section-kicker) {
  color: var(--muted);
}

.tb-success-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.tb-thank-you-main {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 28px;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 80% 10%, rgba(201, 161, 74, 0.16), transparent 30%),
    var(--navy);
}

.tb-thank-you-card {
  width: min(100%, 760px);
  text-align: center;
}

.tb-thank-you-logo {
  display: block;
  width: 190px;
  margin: 0 auto 54px;
}

.tb-thank-you-logo img {
  width: 100%;
  height: auto;
}

.tb-thank-you-card h1 {
  margin-inline: auto;
  font-size: clamp(3rem, 8vw, 5.8rem);
}

.tb-thank-you-card > p:not(.section-kicker) {
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 1.05rem;
}

.tb-thank-you-card .hero-actions {
  justify-content: center;
}

@media (max-width: 1060px) {
  .tb-page .nav-enquire {
    margin-left: 0;
  }

  .tb-hero {
    padding-top: 130px;
  }

  .tb-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    gap: 34px;
  }

  .tb-hero-media,
  .tb-hero-media img {
    min-height: 560px;
  }

  .tb-option-grid {
    grid-template-columns: 1fr;
  }

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

  .tb-challenge-card {
    min-height: 430px;
  }

  .tb-option-card {
    min-height: auto;
  }

  .tb-option-card h3 {
    min-height: 0;
    margin-top: 38px;
  }

  .tb-option-card dl {
    margin-top: 30px;
  }
}

@media (max-width: 860px) {
  .tb-credibility,
  .tb-challenges,
  .tb-options,
  .tb-formats,
  .tb-schedule,
  .tb-intro,
  .tb-experiences,
  .tb-programme,
  .tb-proposal,
  .tb-gallery,
  .tb-faq,
  .tb-enquire {
    padding: 76px 0;
  }

  .tb-hero-grid,
  .tb-format-heading,
  .tb-schedule-layout,
  .tb-programme-grid,
  .tb-proposal-layout,
  .tb-intro-grid,
  .tb-faq-grid,
  .tb-enquire-card {
    grid-template-columns: 1fr;
  }

  .tb-hero-copy {
    padding-bottom: 8px;
  }

  .tb-hero-media,
  .tb-hero-media img {
    min-height: 450px;
  }

  .tb-trust-line,
  .tb-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tb-trust-line {
    margin-top: 42px;
  }

  .tb-trust-line span:nth-child(2) {
    border-right: 0;
  }

  .tb-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .tb-testimonial-grid article {
    min-height: auto;
  }

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

  .tb-challenge-footer .btn {
    width: 100%;
  }

  .tb-schedule-copy,
  .tb-proposal-intro {
    position: static;
  }

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

  .tb-gallery-grid {
    grid-auto-rows: 220px;
  }

  .tb-gallery-grid figure,
  .tb-gallery-grid .tb-gallery-tall,
  .tb-gallery-grid .tb-gallery-wide {
    grid-column: span 6;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .tb-page {
    padding-bottom: 70px;
  }

  .tb-page h1 {
    font-size: clamp(2.8rem, 13.2vw, 4rem);
  }

  .tb-page h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .tb-hero {
    padding-top: 120px;
  }

  .tb-hero-media,
  .tb-hero-media img {
    min-height: 360px;
  }

  .tb-hero-badge {
    right: 14px;
    bottom: 14px;
  }

  .tb-trust-line {
    grid-template-columns: 1fr;
  }

  .tb-trust-line span,
  .tb-trust-line span:first-child {
    min-height: 58px;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tb-stat-grid,
  .tb-challenge-grid,
  .tb-format-grid,
  .tb-outcome-grid,
  .tb-experience-grid,
  .tb-form-grid {
    grid-template-columns: 1fr;
  }

  .tb-option-card,
  .tb-challenge-card,
  .tb-proposal-form {
    padding: 24px;
  }

  .tb-challenge-card {
    min-height: auto;
  }

  .tb-challenge-card h3 {
    min-height: 0;
  }

  .tb-challenge-extra {
    display: none;
  }

  .tb-challenge-grid.is-expanded .tb-challenge-extra {
    display: flex;
  }

  .tb-challenge-more {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    padding: 0 16px;
    border: 1px solid rgba(16, 35, 60, 0.18);
    border-radius: 7px;
    color: var(--navy);
    background: var(--white);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
  }

  .tb-challenge-footer {
    padding: 24px;
  }

  .tb-option-card .btn {
    font-size: 0.86rem;
  }

  .tb-format-grid article {
    min-height: 360px;
  }

  .tb-outcome-grid {
    margin-top: 46px;
  }

  .tb-card-wide {
    grid-column: auto;
  }

  .tb-experience-card,
  .tb-card-wide {
    min-height: 430px;
  }

  .tb-experience-card > div {
    padding: 24px;
  }

  .tb-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 245px;
  }

  .tb-gallery-grid figure,
  .tb-gallery-grid .tb-gallery-tall,
  .tb-gallery-grid .tb-gallery-wide {
    grid-column: auto;
  }

  .tb-enquire-actions {
    min-width: 0;
  }

  .tb-footer-links {
    flex-wrap: wrap;
  }

  .tb-floating-whatsapp {
    display: none;
  }

  .tb-mobile-proposal {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 45;
    display: grid;
    min-height: 54px;
    place-items: center;
    border-radius: 7px;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    box-shadow: 0 18px 46px rgba(7, 21, 39, 0.34);
    font-weight: 900;
  }

  .tb-success-actions {
    display: grid;
  }

  .tb-success-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tb-experience-card img {
    transition: none;
  }
}
