.page-shell {
  min-height: 100vh;
  background: var(--black);
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--black);
}

.hero video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.squirrelli-what-we-do .intro-copy p {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.squirrelli-what-we-do .intro-book-link {
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: var(--tracking-button);
}

.yacht-activations-intro {
  align-items: start;
}

.yacht-activations-intro .intro-copy h1 {
  font-size: clamp(38px, calc(3.2vh + 10px), 50px);
}

.yacht-activations-intro .intro-copy p {
  margin: 30px 0 0;
}

.client-strip {
  overflow: hidden;
  padding: 50px 0;
  background: var(--black);
}

.client-track {
  --client-logo-width: 192px;
  --client-logo-gap: 74px;
  --client-replay-distance: calc((var(--client-logo-width) + var(--client-logo-gap)) * 8);
  display: flex;
  align-items: center;
  gap: var(--client-logo-gap);
  width: max-content;
  animation: client-marquee-left 30.4s linear infinite;
}

.client-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: var(--client-logo-width);
  height: 67.2px;
}

.client-track img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.952941;
  transition: opacity 300ms ease;
}

.squirrelli-what-we-do .yacht-intro-bento {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 22px;
  background: transparent;
}

.yacht-intro-bento-card {
  min-width: 0;
  min-height: 0;
  border-radius: var(--sq-corner-radius);
  background: var(--white);
  overflow: hidden;
}

.yacht-intro-bento-card--tall {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.bento-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bento-img--1 { object-position: 30% 60%; }
.bento-img--2 { object-position: center center; }
.bento-img--3 { object-position: center 30%; }

.location-section {
  background: var(--white);
  color: var(--black);
  padding: clamp(64px, 6vw, 96px) 40px clamp(64px, 5vw, 96px);
}

.location-shell {
  width: 100%;
  max-width: var(--squirrelli-page-max);
  margin: 0 auto;
}

.location-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.location-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.location-intro {
  max-width: 440px;
  margin: 0;
  color: rgba(0, 0, 0, 0.62);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.location-intro--below {
  max-width: 760px;
  margin: 24px auto 50px;
  text-align: center;
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.location-card {
  overflow: hidden;
  padding: 12px;
  border-radius: var(--sq-corner-radius);
  background: var(--black);
  color: var(--white);
  box-shadow: none;
}

.location-card-media {
  position: relative;
  height: clamp(220px, 18vw, 270px);
  overflow: hidden;
  border-radius: var(--sq-corner-radius);
  background: rgba(255, 255, 255, 0.12);
}

.location-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card-img--dj { object-position: center 40%; }
.location-card-img--staffing { object-fit: contain; object-position: center center; }
.location-card-img--models { object-position: center 85%; }

.location-card-body {
  padding: 18px 4px 2px;
}

.location-card-kicker {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-card-title {
  margin: 0;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.location-card-copy {
  min-height: 50px;
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.location-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.location-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sq-corner-radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.location-card-action {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.location-section .included-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.location-section .included-stage {
  min-height: clamp(380px, 36vw, 500px);
}

.location-section .included-slides-viewport {
  width: min(680px, calc(100% - 48px));
}

.included-section .location-card {
  display: flex;
  min-height: clamp(390px, 29vw, 420px);
  flex-direction: column;
  border: 0;
  background: var(--white);
  color: var(--black);
}

.included-section .location-card-media {
  height: clamp(210px, 15vw, 240px);
  background: rgba(0, 0, 0, 0.06);
}

.included-section .location-card-kicker {
  color: rgba(0, 0, 0, 0.56);
}

.included-section .location-card-title {
  color: var(--black);
}

.included-section .location-card-copy {
  color: rgba(0, 0, 0, 0.66);
}

.included-section .location-card-action {
  margin-top: auto;
  border-top-color: rgba(0, 0, 0, 0.12);
}

.included-section .location-card-meta span {
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.76);
}

.included-section {
  background: var(--black);
  color: var(--white);
  padding: 112px 40px 122px;
}

.included-card {
  overflow: hidden;
  padding: 12px;
  border-radius: var(--sq-corner-radius);
  background: var(--black);
  color: var(--white);
  box-shadow: none;
}

.included-stage {
  position: relative;
  min-height: clamp(430px, 42vw, 560px);
  overflow: hidden;
  border-radius: var(--sq-corner-radius);
  background: rgba(255, 255, 255, 0.12);
  isolation: isolate;
}

.included-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.included-stage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.included-slides-viewport {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(760px, calc(100% - 48px));
  overflow: hidden;
  border-radius: var(--sq-corner-radius);
  transform: translate(-50%, -50%);
}

.included-slides-track {
  display: flex;
  width: 100%;
  transition: transform 720ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.included-blur-card {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: clamp(232px, 22vw, 292px);
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--sq-corner-radius);
  background: rgba(48, 48, 48, 0.5);
  color: var(--white);
  text-align: center;
  opacity: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: opacity 420ms ease;
}

.included-blur-card.is-active {
  opacity: 1;
}

.included-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.included-card-title {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.included-card-copy {
  max-width: 590px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.included-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.included-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sq-corner-radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.yacht-process-section {
  display: flex;
  justify-content: center;
  background: var(--white);
  color: var(--black);
  padding: calc(clamp(64px, 6vw, 96px) + 50px) 20px calc(clamp(64px, 5vw, 96px) + 50px);
}

.yacht-process-card {
  display: grid;
  grid-template-columns: minmax(0, 596px) 524px;
  width: min(100%, 1120px);
  min-height: 470px;
  overflow: visible;
  background: transparent;
}

.yacht-process-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 0 32px 45px;
}

.yacht-process-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.yacht-process-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: var(--black);
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.yacht-process-title em {
  font-family: inherit;
  font-style: normal;
}

.yacht-process-step {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.yacht-process-step h3,
.yacht-process-step p,
.yacht-process-media img {
  transition: opacity 260ms ease, transform 260ms ease;
}

.yacht-process-card.is-changing .yacht-process-step h3,
.yacht-process-card.is-changing .yacht-process-step p,
.yacht-process-card.is-changing .yacht-process-media img {
  opacity: 0;
  transform: translateY(6px);
}

.yacht-process-step h3 {
  margin: 0;
  color: var(--black);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.yacht-process-step p {
  width: 272px;
  max-width: 100%;
  margin: 0;
  color: rgba(0, 0, 0, 0.62);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}

.yacht-process-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.yacht-process-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.yacht-process-dot.is-complete,
.yacht-process-dot.is-active {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.yacht-process-media {
  margin: 0;
  width: 524px;
  height: 470px;
  padding: 0;
  overflow: hidden;
  border-radius: var(--sq-corner-radius);
  background: var(--black);
}

.yacht-process-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--sq-corner-radius);
  object-fit: cover;
}

.faq-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 720px;
  background: var(--black);
  background-image: none;
  color: var(--white);
  padding: 132px 8vw 140px;
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
  gap: 116px;
  width: 100%;
  max-width: var(--squirrelli-shell-max);
  margin: 0 auto;
}

.faq-copy {
  align-self: center;
  color: var(--white);
}

.faq-copy h2 {
  max-width: 480px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.faq-copy p {
  max-width: 430px;
  margin: 52px 0 0;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.faq-more {
  --nav-flip-color: var(--white);
  --nav-flip-hover-color: var(--white);
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 36px;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--tracking-button);
}

.faq-more .nav-flip-stack,
.faq-more .nav-flip-text {
  white-space: nowrap;
}

.faq-list {
  align-self: center;
  color: var(--white);
  transform: translateY(-24px);
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  gap: 32px;
  padding: 0;
  text-align: left;
}

.faq-question span:first-child {
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-icon {
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.faq-answer {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 72px 28px 0;
}

.faq-answer[hidden] {
  display: none;
}

.yacht-cta-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(560px, 58vw, 720px);
  padding: clamp(64px, 6vw, 96px) 24px clamp(64px, 5vw, 96px);
  background: var(--white);
  color: var(--black);
}

.yacht-cta-shell {
  width: 100%;
  max-width: var(--squirrelli-shell-max);
  margin: 0 auto;
  text-align: center;
}

.yacht-cta-title {
  margin: 0;
  color: var(--black);
  font-family: var(--font-display);
  font-size: clamp(64px, 6.6vw, 71px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
  white-space: nowrap;
}

.yacht-cta-copy {
  max-width: 392px;
  margin: 43px auto 0;
  color: rgba(0, 0, 0, 0.64);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.yacht-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.yacht-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--sq-corner-radius);
  background: var(--black);
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--tracking-button);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.yacht-cta-button:hover,
.yacht-cta-button:focus-visible {
  background: #111111;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.yacht-cta-button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}

.yacht-cta-button:active {
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
}

@keyframes client-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--client-replay-distance)));
  }
}

@media (max-width: 959px) {
  .hero {
    aspect-ratio: unset;
    min-height: calc(100svh + 68px);
  }

  .client-strip {
    padding: 18px 0;
  }

  .client-track {
    --client-logo-width: 120px;
    --client-logo-gap: 38px;
    gap: var(--client-logo-gap);
  }

  .client-logo-link {
    height: 43.2px;
  }

  .location-section {
    padding: 72px 24px 96px;
  }

  .location-header {
    display: block;
    margin-bottom: 26px;
  }

  .location-title {
    font-size: 42px;
  }

  .location-intro {
    margin-top: 16px;
    font-size: 14px;
  }

  .location-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .location-card-media {
    height: 232px;
  }

  .included-section {
    padding: 122px 24px 146px;
  }

  .included-stage {
    min-height: 540px;
  }

  .location-section .included-stage {
    min-height: 210px;
  }

  .included-slides-viewport {
    width: calc(100% - 24px);
  }

  .included-blur-card {
    align-items: flex-start;
    min-height: 168px;
    padding: 14px 12px;
    text-align: left;
  }

  .included-card-title {
    align-self: center;
    font-size: clamp(23px, 6.4vw, 28px);
    text-align: center;
  }

  .included-card-copy {
    align-self: center;
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.28;
    text-align: center;
  }

  .included-card-meta {
    align-self: center;
    justify-content: center;
    gap: 5px;
    margin-top: 8px;
  }

  .included-card-meta span {
    min-height: 22px;
    padding: 0 6px;
    font-size: 10px;
  }

  .location-intro--below {
    margin: 16px auto 42px;
  }

  .yacht-process-section {
    padding: 122px 20px 146px;
  }

  .yacht-process-card {
    display: flex;
    flex-direction: column;
    touch-action: pan-y;
  }

  .yacht-process-copy {
    display: contents;
  }

  .yacht-process-heading {
    order: 1;
    padding: 32px 24px 0;
  }

  .yacht-process-title {
    font-size: 42px;
  }

  .yacht-process-media {
    order: 2;
    width: 100%;
    height: auto;
    margin-top: 80px;
    aspect-ratio: 1.12;
  }

  .yacht-process-step {
    order: 3;
    padding: 32px 24px 0;
  }

  .faq-section {
    min-height: 760px;
    padding: 86px 24px 96px;
  }

  .faq-shell {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .faq-copy h2 {
    font-size: 42px;
  }

  .faq-copy p {
    margin-top: 36px;
    font-size: 14px;
  }

  .faq-question {
    min-height: 62px;
  }

  .faq-answer {
    padding-right: 42px;
  }

  .faq-list {
    transform: translateY(-6px);
  }

  .yacht-cta-section {
    min-height: 560px;
    padding: 72px 24px 96px;
  }

  .yacht-cta-title {
    font-size: 42px;
    white-space: normal;
  }

  .yacht-cta-copy {
    max-width: min(100%, 560px);
    margin-top: 41px;
    font-size: 13px;
  }

  .yacht-cta-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
  }

  .yacht-cta-button {
    width: min(100%, 274px);
    min-height: 45px;
  }

}
