.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;
}

.dj-squirrelli-intro {
  align-items: start;
}

.dj-squirrelli-intro .intro-copy h1 {
  font-size: clamp(38px, calc(3.2vh + 10px), 50px);
}

.dj-squirrelli-intro .intro-copy p {
  margin: 30px 0 0;
}

.dj-squirrelli-intro .intro-image-panel {
  background: url("../Assets/images/site-clean/ChatGPT Image Jun 25, 2026, 09_05_05 PM.png") center / cover no-repeat;
}

.squirrelli-what-we-do .intro-book-link {
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: var(--tracking-button);
}

.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;
}

.experiences-section {
  width: 100%;
  padding: 70px 24px 96px;
  background: var(--black);
  color: var(--white);
}

.experiences-shell {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.experiences-title {
  margin: 0 0 42px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(34px, 4.35vw, 64px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.experience-card-stack {
  display: flex;
  flex-direction: column;
  gap: 8.5px;
}

.experience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 668px;
  overflow: hidden;
  border-radius: var(--sq-corner-radius);
  background: #171717;
  padding: 98px 76px 78px;
  color: var(--white);
}

.experience-card::before {
  content: none;
}

.experience-card--photo::before,
.experience-card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.experience-card--yacht-photo {
  --experience-card-image: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 05_36_24 AM.png");
}

.experience-card--corporate-photo {
  --experience-card-image: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 05_15_48 AM.png");
}

.experience-card--private-photo {
  --experience-card-image: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 05_06_19 AM (1).png");
}

.experience-card--festivals-photo {
  --experience-card-image: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 05_52_58 AM.png");
}

.experience-card--nightlife-photo {
  --experience-card-image: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 05_01_25 AM (1).png");
}

.experience-card--photo::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 38%, rgba(0, 0, 0, 0.34) 72%, rgba(0, 0, 0, 0.56) 100%),
    radial-gradient(circle at 70% 48%, rgba(0, 0, 0, 0) 0 32%, rgba(0, 0, 0, 0.58) 78%, rgba(0, 0, 0, 0.86) 100%),
    var(--experience-card-image) center / cover no-repeat;
  filter: saturate(0.72) contrast(1.14) brightness(0.72);
}

.experience-card--photo::after {
  z-index: 1;
  background:
    repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.16) 0 0.7px, rgba(0, 0, 0, 0) 0.8px 2.6px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, rgba(0, 0, 0, 0) 1px 4px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.16) 48%, rgba(0, 0, 0, 0.42));
  mix-blend-mode: overlay;
  opacity: 0.42;
}

.experience-card--nightlife-photo::before {
  filter: saturate(0.78) contrast(1.08) brightness(0.88);
}

.experience-card--nightlife-photo::after {
  opacity: 0.26;
}

.experience-card--photo > * {
  position: relative;
  z-index: 2;
}

.experience-name {
  margin: 0;
  max-width: 680px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(62px, 7.6vw, 118px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.experience-description {
  max-width: 580px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-family: var(--font-body);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.bts-section {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1236.92px;
  margin: 0;
  padding: 0 0 64px;
  overflow: hidden;
  background: var(--black);
}

.bts-heading {
  position: absolute;
  top: 128px;
  left: 96px;
  right: 96px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 192px;
  pointer-events: none;
}

.bts-heading h1,
.bts-heading h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(75px, calc(12.4vw - 17px), 162px);
  font-weight: 900;
  letter-spacing: var(--tracking-display);
  line-height: var(--leading-display);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.bts-wrapper {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 1172.92px;
  overflow: visible;
}

.bts-mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1172.92px;
  overflow: visible;
}

.bts-images-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1240px;
  height: 1172.92px;
  gap: 10px;
  overflow: visible;
}

.bts-mobile-grid {
  display: none;
}

.bts-column {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 1172.92px;
  gap: 12px;
  overflow: hidden;
  transform: translate3d(0, var(--bts-start, 0px), 0);
  will-change: transform;
}

.bts-column img {
  display: block;
  flex: 0 0 auto;
  width: 240px;
  height: 224.984px;
  border-radius: 4px;
  background: var(--white);
  object-fit: cover;
  object-position: 50% 50%;
}

.map-section {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 112px 24px 104px;
  background: var(--black);
  color: var(--white);
}

.map-title {
  margin: 0 0 36px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 82px;
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.map-shell {
  width: 93.75%;
  max-width: 1320px;
  margin: 0 auto;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 680px;
}

.map-image-panel,
.map-card {
  min-height: 680px;
  overflow: hidden;
  border-radius: var(--sq-corner-radius);
}

.map-image-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: url("../Assets/images/site-clean/ChatGPT Image Jun 25, 2026, 09_08_44 PM.png") center / cover no-repeat;
  color: var(--white);
  padding: 0 52px 52px;
}

.live-sets-panel {
  width: min(100%, 444px);
}

.live-sets-title {
  margin: 0;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.live-sets-copy {
  max-width: 420px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.live-sets-form {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: min(100%, 420px);
  margin-top: 18px;
}

.live-sets-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--sq-corner-radius);
  background: rgba(48, 48, 48, 0.5);
  backdrop-filter: blur(15px);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1;
  outline: 0;
  padding: 0 14px;
}

.live-sets-input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.live-sets-button {
  flex: 0 0 auto;
  height: 44px;
  border: 0;
  border-radius: var(--sq-corner-radius);
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--tracking-button);
  padding: 0 18px;
  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;
}

.live-sets-button:hover,
.live-sets-button:focus-visible {
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.live-sets-button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}

.live-sets-button:active {
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
}

.map-card {
  position: relative;
  background: #121212;
}

body.map-open {
  overflow: hidden;
}

body.map-open .site-header {
  pointer-events: none;
}

body.map-open .map-section {
  z-index: 200;
}

.map-card.is-expanded {
  position: fixed;
  inset: 24px;
  z-index: 120;
  min-height: 0;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.62);
}

.map-canvas {
  width: 100%;
  height: 100%;
  min-height: 680px;
  background: #121212;
}

.map-card.is-expanded .map-canvas {
  height: 100%;
  min-height: 0;
}

.map-card:not(.is-expanded) .maplibregl-canvas {
  cursor: zoom-in;
}

.map-card.is-expanded .maplibregl-canvas {
  cursor: grab;
}

.map-card.is-expanded .maplibregl-canvas:active {
  cursor: grabbing;
}

.map-close-button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.map-card.is-expanded .map-close-button {
  display: flex;
}

.squirrelli-map-pin {
  display: grid;
  place-items: center;
  width: 34px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.squirrelli-map-pin-shape {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50% 50% 50% 0;
  background: var(--gold);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
  transform: rotate(-45deg);
  transform-origin: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.squirrelli-map-pin-shape::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #121212;
}

.squirrelli-map-pin:hover .squirrelli-map-pin-shape,
.squirrelli-map-pin:focus-visible .squirrelli-map-pin-shape {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.46);
  transform: rotate(-45deg) scale(1.08);
}

.squirrelli-map-pin:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
  border-radius: 999px;
}

.maplibregl-popup {
  max-width: 260px !important;
}

.maplibregl-popup-content {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--sq-corner-radius);
  background: #121212;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  color: var(--white);
  font-family: var(--font-body);
  padding: 16px;
}

.maplibregl-popup-tip {
  border-top-color: #121212 !important;
  border-bottom-color: #121212 !important;
}

.map-popup-title {
  margin: 0;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.map-popup-copy {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.map-popup-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--tracking-button);
  text-transform: uppercase;
}

.map-card .maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--sq-corner-radius);
  background: var(--black);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.36);
}

.map-card .maplibregl-ctrl-group button {
  width: 34px;
  height: 34px;
  background-color: var(--black);
  color: var(--white);
}

.map-card .maplibregl-ctrl-group button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.map-card .maplibregl-ctrl-group button span {
  filter: invert(1);
}

.map-card .maplibregl-ctrl-attrib {
  display: none;
}

.faq-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 720px;
  background: var(--white);
  background-image: none;
  color: var(--black);
  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;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  color: var(--black);
}

.faq-copy h2 {
  max-width: 480px;
  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;
}

.faq-copy p {
  max-width: 430px;
  margin: 52px 0 0;
  color: var(--black);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.faq-more {
  --nav-flip-color: var(--black);
  --nav-flip-hover-color: var(--black);
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 36px;
  color: var(--black);
  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;
  grid-column: 1;
  grid-row: 1;
  color: var(--black);
  transform: translateY(-24px);
}

.faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.42);
  color: var(--black);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  border: 0;
  background: transparent;
  color: var(--black);
  cursor: pointer;
  gap: 32px;
  padding: 0;
  text-align: left;
}

.faq-question span:first-child {
  color: var(--black);
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-icon {
  color: var(--black);
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.faq-answer {
  color: var(--black);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: var(--leading-body);
  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(--black);
  color: var(--white);
}

.yacht-cta-shell {
  width: 100%;
  max-width: var(--squirrelli-shell-max);
  margin: 0 auto;
  text-align: center;
}

.yacht-cta-title {
  margin: 0;
  color: var(--white);
  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(255, 255, 255, 0.72);
  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(--white);
  color: var(--black);
  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: #f2f2f2;
  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;
  }

  .experiences-section {
    padding: 64px 16px 76px;
  }

  .experiences-title {
    margin-bottom: 34px;
    font-size: clamp(33px, 10vw, 44px);
  }

  .experience-card-stack {
    gap: 5.5px;
  }

  .experience-card {
    min-height: 640px;
    padding: 78px 24px 24px;
  }

  .experience-name {
    max-width: 100%;
    font-size: clamp(32px, 10.8vw, 50px);
    line-height: 0.88;
  }

  .experience-description {
    max-width: 100%;
    margin-top: 18px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: var(--leading-body);
    text-transform: none;
  }

  .bts-section {
    height: auto;
    min-height: 0;
    padding: 72px 14px 80px;
    overflow: visible;
  }

  .bts-heading {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    height: auto;
    margin-bottom: 34px;
  }

  .bts-heading h1,
  .bts-heading h2 {
    font-size: clamp(44px, 14.2vw, 70px);
    line-height: 0.82;
  }

  .bts-wrapper,
  .bts-mask,
  .bts-images-wrapper {
    height: auto;
  }

  .bts-mask {
    width: calc(100% - 40px);
    overflow: visible;
  }

  .bts-images-wrapper {
    width: min(100%, 350px);
    gap: 10px;
  }

  .bts-desktop-grid {
    display: none;
  }

  .bts-mobile-grid {
    display: grid;
    align-items: start;
    justify-content: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 30px;
    overflow: visible;
    transform: none;
  }

  .mobile-event-card {
    min-width: 0;
    color: var(--white);
  }

  .mobile-event-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
  }

  .mobile-event-media img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: var(--white);
    object-fit: cover;
    object-position: 50% 50%;
  }

  .mobile-event-download {
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--white);
    line-height: 0;
  }

  .mobile-event-download svg {
    width: 16px;
    height: 16px;
  }

  .mobile-event-card h2 {
    margin: 0 0 4px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
  }

  .mobile-event-card p {
    margin: 0 0 2px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
  }

  .map-section {
    min-height: 1250px;
    padding: 84px 14px 180px;
  }

  .map-shell {
    width: 93.75%;
    max-width: none;
  }

  .map-title {
    margin-bottom: 26px;
    font-size: 40px;
  }

  .map-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .map-image-panel,
  .map-card {
    min-height: 300px;
  }

  .map-image-panel {
    min-height: 640px;
    padding: 0 22px 26px;
  }

  .live-sets-title {
    font-size: 22px;
  }

  .live-sets-copy {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.24;
  }

  .live-sets-form {
    gap: 6px;
    margin-top: 14px;
  }

  .live-sets-input,
  .live-sets-button {
    height: 40px;
    font-size: 13px;
  }

  .live-sets-input {
    padding: 0 11px;
  }

  .live-sets-button {
    padding: 0 13px;
  }

  .map-canvas {
    min-height: 300px;
    touch-action: pan-y;
  }

  .map-card.is-expanded {
    inset: 14px;
  }

  .faq-section {
    min-height: 760px;
    padding: 86px 24px 96px;
  }

  .faq-shell {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .faq-copy,
  .faq-list {
    grid-column: auto;
    grid-row: auto;
  }

  .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: 53px;
    white-space: normal;
  }

  .yacht-cta-copy {
    max-width: 318px;
    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;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-sets-button,
  .live-sets-button:hover,
  .live-sets-button:focus-visible,
  .live-sets-button:active,
  .yacht-cta-button,
  .yacht-cta-button:hover,
  .yacht-cta-button:focus-visible,
  .yacht-cta-button:active {
    transform: none;
    transition: box-shadow 180ms ease, background-color 180ms ease;
  }
}
