/* ── Hero centred override ── */
  .hero-static--center {
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
  }
  .hero-static--center .hero-static__inner {
    padding: 140px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-static--center h1 {
    max-width: none;
    font-size: clamp(2.6rem, 6.5vw, 5.6rem);
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 14px;
  }
  .hero-sub {
    font-size: clamp(1rem, 2.2vw, 1.4rem);
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(244,239,230,.85);
    margin: 0 0 32px;
  }

  .hero-static--video {
    overflow: hidden;
  }
  .hero-static--video .hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .hero-static--video .hero-video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
  }
  .hero-static--video .hero-static__inner {
    position: relative;
    z-index: 2;
  }

  /* ── Full-width image + text overlay sections ── */
  .image-story {
    position: relative;
    min-height: 92vh;
    overflow: hidden;
    background: #050505;
  }
  .image-story--philosophy {
    min-height: 86vh;
  }
  .image-story__media,
  .image-story__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .image-story__media img {
    object-fit: cover;
    display: block;
  }
  .image-story--philosophy .image-story__media img {
    object-position: 68% center;
  }
  @media (max-width: 900px) {
    .image-story--philosophy .image-story__media img {
      object-position: center;
    }
  }
  .image-story::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 35%, rgba(0,0,0,.82) 100%);
    z-index: 1;
  }
  .image-story::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
    opacity: .6;
    z-index: 1;
    pointer-events: none;
  }
  .image-story--experience::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(198,164,106,.95) 40%, transparent 100%);
    z-index: 4;
    opacity: .45;
  }
  .image-story--philosophy::before {
    background: linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.15) 38%, rgba(0,0,0,.9) 100%);
  }
  .image-story__inner {
    position: relative;
    z-index: 3;
    min-height: inherit;
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 10vw 4vw 6vw;
    display: grid;
    align-items: center;
  }
  .image-story__content {
    max-width: 560px;
    margin-left: auto;
    text-align: left;
  }
  @media (min-width: 1024px) {
    .image-story--philosophy .image-story__inner {
      width: min(1600px, 100%);
      grid-template-columns: minmax(0, 1.25fr) minmax(420px, 560px);
      align-items: center;
      padding-right: clamp(80px, 12vw, 220px);
    }
    .image-story--philosophy .image-story__content {
      grid-column: 2;
      justify-self: end;
      width: 100%;
      max-width: 560px;
      margin: 0;
      transform: none;
    }
  }
  .image-story__content h2 {
    font-family: 'Alta';
    font-weight: 500;
    font-size: clamp(1.9rem, 3.8vw, 3.2rem);
    letter-spacing: .03em;
    line-height: 1.18;
    margin: 0 0 28px;
  }
  .image-story__content p {
    color: rgba(244,239,230,.62);
    line-height: 1.78;
    margin: 0 0 18px;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    font-weight: 300;
  }
  .image-story__content p:first-of-type {
    font-style: italic;
    font-size: clamp(1.08rem, 1.5vw, 1.28rem);
    color: rgba(244,239,230,.78);
  }
  .image-story__content p:last-of-type { margin-bottom: 0; }

  .experience-scroll {
    position: relative;
    min-height: auto;
    background: #050505;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    margin: 0;
    padding: 4vh 0 3vh 0;
  }
  .experience-scroll__sticky {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    display: flex;
    align-items: center;
  }
  .experience-scroll__track {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    padding: 0 4vw;
    transform: none;
    will-change: auto;
  }
  .experience-scroll .experience-tile {
    transform: none !important;
    opacity: 1 !important;
  }
  .experience-tile {
    position: relative;
    flex: 0 0 auto;
    width: clamp(280px, 75vw, 380px);
    height: 320px;
    border-radius: 0;
    overflow: hidden;
    background: #0f0c08;
    box-shadow: 0 20px 52px rgba(0,0,0,.42);
    text-decoration: none;
    cursor: pointer;
    scroll-snap-align: start;
  }
  .experience-tile:nth-child(1) { background: linear-gradient(155deg, #1a1409 0%, #0d0a05 100%); }
  .experience-tile:nth-child(2) { background: linear-gradient(155deg, #120f07 0%, #1e1710 100%); }
  .experience-tile:nth-child(3) { background: linear-gradient(155deg, #0e1110 0%, #1a2018 100%); }
  .experience-tile:nth-child(4) { background: linear-gradient(155deg, #0a1118 0%, #0f1a26 100%); }
  .experience-tile:nth-child(5) { background: linear-gradient(155deg, #180f06 0%, #241606 100%); }
  .experience-tile:nth-child(6) { background: linear-gradient(155deg, #150e0a 0%, #200d08 100%); }
  .experience-tile:nth-child(7) { background: linear-gradient(155deg, #0d0d0d 0%, #1a1612 100%); }
  .experience-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    transition: transform .55s cubic-bezier(.22,.68,0,1.2), filter .45s ease;
  }
  .experience-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,4,2,.92) 0%, rgba(5,4,2,.52) 38%, rgba(5,4,2,.10) 70%, transparent 100%);
    z-index: 1;
    pointer-events: none;
  }
  .experience-tile::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(198,164,106,0);
    transition: border-color .35s ease, box-shadow .35s ease;
    z-index: 3;
    pointer-events: none;
  }
  .experience-tile__label {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 2;
    color: rgba(244,239,230,1);
    font-family: 'Alta' !important;
    font-size: clamp(1.05rem, 1.8vw, 1.65rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-shadow: 0 3px 18px rgba(0,0,0,.55);
    transition: color .35s ease, transform .35s ease;
  }
  .experience-tile__rule {
    position: absolute;
    left: 22px;
    bottom: 14px;
    width: 0;
    height: 1px;
    background: rgba(198,164,106,1);
    z-index: 2;
    transition: width .45s cubic-bezier(.22,.68,0,1.2);
  }
  .experience-tile__num {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    font-family: 'Alta' !important;
    font-size: .62rem;
    letter-spacing: .16em;
    color: rgba(198,164,106,.55);
    transition: color .35s ease;
  }
  @media (hover: hover) {
    .experience-tile:hover img {
      transform: scale(1.09);
      filter: brightness(1.08) saturate(1.05);
    }
    .experience-tile:hover::after {
      border-color: rgba(198,164,106,.28);
      box-shadow: 0 0 0 4px rgba(198,164,106,.06) inset;
    }
    .experience-tile:hover .experience-tile__label {
      color: #fff;
      transform: translateY(-3px);
    }
    .experience-tile:hover .experience-tile__rule {
      width: calc(100% - 44px);
    }
    .experience-tile:hover .experience-tile__num {
      color: rgba(198,164,106,1);
    }
  }
  .scroll-hint {
    display: none;
  }
  .scroll-hint__text {
    font-family: 'Alta';
    font-size: .58rem;
    letter-spacing: .24em;
    color: rgba(198,164,106,1);
    text-transform: uppercase;
    opacity: .7;
  }
  .scroll-hint__line {
    width: 1px;
    height: 38px;
    background: linear-gradient(to bottom, rgba(198,164,106,1), transparent);
    animation: lineSlide 1.8s 2.4s cubic-bezier(.4,0,.2,1) infinite;
    opacity: .6;
  }
  @keyframes hintFade {
    from { opacity: 0; transform: translateX(-50%) translateY(10px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
  }
  @keyframes lineSlide {
    0% { transform: scaleY(0) translateY(-50%); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    100% { transform: scaleY(0) translateY(100%); transform-origin: bottom; }
  }
  @media (max-width: 980px) {
    .experience-scroll__track {
      gap: 14px;
      padding: 0 4vw;
    }
    .experience-tile {
      width: min(78vw, 360px);
      height: min(56vh, 460px);
      border-radius: 0;
    }
    .experience-tile__label {
      left: 16px;
      right: 16px;
      bottom: 16px;
      font-size: clamp(.95rem, 4vw, 1.2rem);
    }
  }

  /* ── Video section ── */
  .video-section { background: #050505; padding: 80px 0; }
  .video-section .section-heading { margin-bottom: 36px; }
  .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
  }
  .video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
  }

  /* ── Meet the Team ── */
  .team-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #0c0c0c;
    border: 1px solid rgba(255,255,255,.1);
    margin-bottom: 28px;
    min-height: 500px;
  }
  .team-featured__img {
    overflow: hidden;
  }
  .team-featured__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }
  .team-featured__bio {
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .team-featured__bio .role {
    font-style: italic;
    color: rgba(244,239,230,.6);
    font-size: 1rem;
    margin: 0 0 20px;
    letter-spacing: .02em;
  }
  .team-featured__bio h3 {
    font-family: 'Alta';
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 6px;
  }
  .team-featured__bio p {
    color: rgba(244,239,230,.72);
    line-height: 1.82;
    font-size: .96rem;
  }

  .team-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .team-card-sm {
    background: #0c0c0c;
    border: 1px solid rgba(255,255,255,.1);
    overflow: hidden;
  }
  .team-card-sm > img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: top center;
    display: block;
  }
  .team-card-sm .tc-copy {
    padding: 18px 20px;
  }
  .team-card-sm .tc-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 8px auto 12px;
    opacity: .95;
    flex: 0 0 auto;
  }
  .team-card-sm h4 {
    font-family: 'Alta';
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 4px;
  }
  .team-card-sm .tc-role {
    font-size: .82rem;
    font-style: italic;
    color: rgba(244,239,230,.55);
    letter-spacing: .02em;
  }
  .team-card-sm .tc-desc {
    margin: 10px 0 0;
    color: rgba(244,239,230,.72);
    line-height: 1.68;
    font-size: .9rem;
  }

  @media (max-width: 900px) {
    .split-full { grid-template-columns: 1fr; }
    .split-full__copy { padding: 40px 28px; }
    .team-featured { grid-template-columns: 1fr; }
    .team-featured__bio { padding: 32px 28px; }
    .team-grid-6 { grid-template-columns: 1fr 1fr; }
    .accom-twin { grid-template-columns: 1fr; aspect-ratio: auto; }
    .accom-twin img { aspect-ratio: 16/9; }
    .hero-static--center h1 { font-size: clamp(2rem, 8vw, 3.4rem); }
  }
  @media (max-width: 560px) {
    .team-grid-6 { grid-template-columns: 1fr; }
  }

  /* ── Animation safety net ──────────────────────────────────────────
     If ScrollTrigger fails to fire (miscalculated positions after the
     horizontal scroll section resizes the page), force these elements
     visible after a short delay so sections never stay black.        */
  [data-fade-up] {
    animation: _fade-up-fallback 0.8s ease both;
    animation-delay: 1.2s;
  }
  [data-clip-reveal] {
    animation: _clip-fallback 0.8s ease both;
    animation-delay: 1.2s;
  }
  @keyframes _fade-up-fallback {
    from { opacity: 0; transform: translateY(50px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes _clip-fallback {
    from { clip-path: inset(100% 0 0 0); }
    to   { clip-path: inset(0% 0 0 0); }
  }
  /* When GSAP takes over it overwrites inline style, overriding the animation */

  /* ── Home page cleanup to match reference more closely ── */
  .section { padding: 0; }
  .section .container { width: min(100%, 1400px); }
  .split-full__copy,
  .team-featured,
  .team-card-sm,
  .video-wrap,
  .accom-twin { border: none; }
  .split-full__copy { background: #050505; padding: 72px 64px; }
  .split-full__copy .btn-row,
  .team-featured__bio .btn-row { display: none; }
  .section-heading { text-align: left; margin-bottom: 26px; }
  .section-heading p, .section-heading h2, .section-heading .eyebrow { text-align: left; }
  .video-section .section-heading {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .video-section .section-heading p,
  .video-section .section-heading h2,
  .video-section .section-heading .eyebrow {
    text-align: center !important;
  }
  .video-section .section-heading p {
    margin-left: auto;
    margin-right: auto;
  }
  #team .section-heading {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  #team .section-heading p,
  #team .section-heading h2,
  #team .section-heading .eyebrow {
    text-align: center !important;
  }
  .accom-twin { aspect-ratio: auto; gap: 18px; background: transparent; }
  .accom-twin img { aspect-ratio: 16/10; }
  .video-section { padding: 72px 0; }
  .team-featured { background: transparent; min-height: 0; }
  .team-featured__bio { padding: 48px 42px; }
  .team-grid-6 { gap: 26px 18px; }
  .team-card-sm { background: transparent; }
  .team-card-sm .tc-copy { padding: 14px 0 0; }
  .team-card-sm h4 { font-size: .95rem; }
  .cta-band {
    position: relative;
    isolation: isolate;
  }
  .cta-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(56px, 9vw, 120px);
    background: linear-gradient(to bottom, rgba(5,5,5,.82) 0%, rgba(5,5,5,.48) 42%, rgba(5,5,5,0) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .cta-band > .container {
    position: relative;
    z-index: 2;
  }
  .dark-banner { padding: 120px 0; border-top: none !important; border-bottom: none !important; }
  .dark-banner .dark-banner__copy {
    text-align: center;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 900px) {
    .split-full__copy { padding: 42px 28px; }
    .section { padding: 48px 0; }
    .team-grid-6 { grid-template-columns: 1fr 1fr; }
  }

  @media (hover: hover) and (pointer: fine) {
    .team-grid-6 .team-card-sm {
      position: relative;
      aspect-ratio: 3 / 4;
      perspective: 1200px;
      border: 0;
      overflow: visible;
      background: transparent;
    }
    .team-grid-6 .team-card-sm > img,
    .team-grid-6 .team-card-sm .tc-copy {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: transform .65s ease, box-shadow .4s ease;
      border: 0;
    }
    .team-grid-6 .team-card-sm > img {
      display: block;
      object-fit: cover;
      object-position: top center;
      transform: rotateY(0deg);
      box-shadow: 0 10px 28px rgba(0,0,0,.22);
    }
    .team-grid-6 .team-card-sm .tc-copy {
      transform: rotateY(180deg);
      padding: 18px 16px;
      background: #090909;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left;
      box-shadow: 0 10px 28px rgba(0,0,0,.22);
    }
    .team-grid-6 .team-card-sm .tc-logo {
      width: 72px;
      height: 72px;
      margin: 14px auto 14px;
    }
    .team-grid-6 .team-card-sm h4 {
      font-size: 1.08rem;
      text-align: center;
      margin: 0 0 6px;
    }
    .team-grid-6 .team-card-sm:hover > img,
    .team-grid-6 .team-card-sm:focus-within > img {
      transform: rotateY(-180deg);
    }
    .team-grid-6 .team-card-sm:hover .tc-copy,
    .team-grid-6 .team-card-sm:focus-within .tc-copy {
      transform: rotateY(0deg);
    }
    .team-grid-6 .team-card-sm .tc-role {
      display: block;
      margin-bottom: 10px;
      font-size: .88rem;
      text-align: center;
    }
    .team-grid-6 .team-card-sm .tc-desc {
      margin-top: 0;
      font-size: .94rem;
      line-height: 1.58;
    }
  }


/* ===== Global header/footer alignment update ===== */
.header__inner--centered {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: auto;
  padding-top: 18px;
}

.brand--center {
  justify-self: center;
  align-items: center;
  padding: 0;
}

.brand__logo {
  height: 60px;
  width: auto;
}

.nav--desktop-left {
  justify-content: flex-end;
}

.nav--desktop-right {
  justify-content: flex-start;
}

.nav--desktop-left,
.nav--desktop-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header__enquire-row {
  display: flex;
  justify-content: center;
  padding: 10px 24px 14px;
}

.header__cta--center {
  min-width: 118px;
  text-align: center;
}

.footer-content--compact {
  max-width: 980px;
}

footer {
  margin-top: 28px;
  padding: 28px 0 24px;
  border-top: none;
  background: #050505;
}

.footer-sections {
  gap: 32px;
  margin-bottom: 22px;
}

.footer-section,
.footer-section::before,
.footer-sections::before,
.footer-section__title::before,
.footer-section__title::after {
  border-top: none !important;
  box-shadow: none !important;
  content: unset;
}

.footer-section__title {
  margin-bottom: 12px;
}

.footer-section__text,
.footer-contact__item,
.footer-contact__name {
  margin-top: 0;
}

.footer-section__text--tight {
  margin-bottom: 12px;
}

.footer-social {
  margin-top: 0;
}

.footer-bottom--compact {
  padding-top: 16px;
}

@media (min-width: 1061px) {
  .header__actions {
    display: none;
  }

  .nav--desktop {
    display: flex;
  }
}

@media (max-width: 1060px) {
  .header__inner--centered {
    grid-template-columns: 1fr auto;
    padding-top: 8px;
  }

  .header__inner--centered .brand--center {
    justify-self: start;
  }

  .brand__logo {
    height: 38px;
  }

  .header__enquire-row {
    display: none;
  }

  .nav--desktop-left,
  .nav--desktop-right {
    display: none;
  }
}