.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;
}

.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 .event-intro-copy p {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.event-staffing-intro {
  align-items: start;
}

.event-staffing-intro .event-intro-copy h1 {
  font-size: clamp(38px, calc(3.2vh + 10px), 50px);
}

.event-staffing-intro .event-intro-copy p {
  margin: 30px 0 0;
}

.event-staffing-intro .event-intro-image-card:first-child {
  background: url("../image assets/tyson_booth_dark_matte_reference_lut_3x4.jpg") center / cover no-repeat;
}

.event-staffing-intro .event-intro-image-card:nth-child(2) {
  background: url("../image assets/ChatGPT Image Jun 25, 2026, 02_19_55 PM.png") center / cover no-repeat;
}

.squirrelli-what-we-do .event-intro-book-link {
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: var(--tracking-button);
}

.numbers-section {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  padding: 54px 24px 28px;
  background: var(--black);
}

.numbers-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--squirrelli-page-max);
}

.numbers-top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 440px;
}

.numbers-heading {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(55px, calc(12.4vw - 37px), 137px);
  font-weight: 900;
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.numbers-line {
  display: block;
  width: fit-content;
}

.numbers-line-main {
  margin: 0 0 0 1.55em;
  font: inherit;
  font-size: calc(1em + 5px);
  line-height: 0.82;
}

.numbers-line-sub {
  margin-top: 44px;
  line-height: 1;
}

.numbers-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.number-card {
  position: relative;
  min-height: 214px;
  padding: 56px 26px 24px;
}

.number-card + .number-card {
  border-left: 0;
}

.number-card + .number-card::before {
  content: "";
  position: absolute;
  top: 45px;
  bottom: 45px;
  left: 0;
  width: 1px;
  background: rgba(228, 228, 228, 0.12);
}

.number-value {
  display: flex;
  align-items: flex-end;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: clamp(45px, calc(5.7vw - 15px), 67px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.number-mark {
  margin-left: 4px;
  color: var(--white);
  font-size: 50%;
}

.number-mark-prefix {
  margin-right: 4px;
  margin-left: 0;
}

.number-card p {
  max-width: 168px;
  margin: 18px 0 0;
  color: #d7d7d7;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
}

.roles-section {
  --role-block-height: 440px;
  width: 100%;
  padding: 70px 24px 92px;
  background: var(--black);
  color: var(--white);
}

.roles-shell {
  width: 100%;
  max-width: var(--squirrelli-page-max);
  margin: 0 auto;
}

.roles-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;
}

.roles-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.role-entry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  min-width: 0;
}

.role-entry:nth-child(even) .role-copy {
  grid-column: 2;
  grid-row: 1;
}

.role-entry:nth-child(even) .role-photo {
  grid-column: 1;
  grid-row: 1;
}

.role-photo {
  width: 100%;
  height: var(--role-block-height);
  min-height: var(--role-block-height);
  margin: 0;
  border-radius: var(--sq-corner-radius);
  background: var(--white);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.role-entry:nth-child(1) .role-photo {
  background-image: url("../image assets/ChatGPT Image Jun 25, 2026, 02_18_32 PM.png");
}

.role-entry:nth-child(2) .role-photo {
  background-image: url("../image assets/ChatGPT Image Jun 25, 2026, 02_13_30 PM.png");
}

.role-entry:nth-child(3) .role-photo {
  background-image: url("../image assets/ChatGPT Image Jun 25, 2026, 02_38_50 PM.png");
}

.role-entry:nth-child(4) .role-photo {
  background-image: url("../image assets/bartender_photo_692x440_frozen_crop.png");
}

.role-entry:nth-child(5) .role-photo {
  background-image: url("../image assets/ChatGPT Image Jun 25, 2026, 04_12_40 PM.png");
}

.role-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: var(--role-block-height);
  padding: 24px 6px 0;
  color: var(--white);
}

.role-name {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.role-description {
  max-width: 590px;
  margin: 14px 0 0;
  color: #d7d7d7;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
}

.role-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.role-skills span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: var(--sq-corner-radius);
  background: rgba(48, 48, 48, 0.5);
  padding: 7px 12px;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.work-section {
  position: relative;
  z-index: 1;
  min-height: 720px;
  background: var(--black);
  padding: 114px 28px 72px;
}

.work-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.work-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--sq-corner-radius);
  background: var(--white);
  color: var(--white);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0) scale(1);
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.work-card:hover,
.work-card:focus-visible {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px) scale(1.01);
}

.work-card:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}

.work-card:active {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px) scale(1.005);
}

.work-media-frame {
  position: absolute;
  inset: 0;
  background: var(--white);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.62) 100%);
}

.work-play {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

.work-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--white);
  transform: translate(-50%, -50%);
}

.work-card-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.work-card-title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.work-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.work-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: var(--sq-corner-radius);
  background: rgba(255, 255, 255, 0.24);
  padding: 7px 12px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .work-card {
    transition: box-shadow 180ms ease;
  }

  .work-card:hover,
  .work-card:focus-visible,
  .work-card:active {
    transform: none;
  }
}

.work-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.work-notes p {
  width: 88%;
  margin: 0;
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}

.how-works-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 826px;
  background: var(--white);
  color: var(--white);
}

.how-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 93.75%;
  max-width: var(--squirrelli-page-max);
  margin: 0 auto;
}

.how-works-card {
  min-height: 322.5px;
  border-radius: var(--sq-corner-radius);
  background: var(--black);
}

.how-works-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  color: var(--white);
  text-align: center;
}

.how-works-step-card h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.how-works-step-card p {
  max-width: 300px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
  text-transform: none;
}

.how-works-card--title {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  min-height: 337.5px;
  padding: 42px;
  color: var(--white);
  text-align: center;
}

.how-works-card--title h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(39px, calc(5vw + 5px), 57px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.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;
}

.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;
  }

  .numbers-section {
    min-height: 700px;
    overflow: visible;
    padding: 82px 16px 36px;
  }

  .numbers-top {
    min-height: 220px;
  }

  .numbers-heading {
    font-size: 50px;
    width: max-content;
    max-width: none;
  }

  .numbers-line-main {
    margin-left: 1.35em;
    font-size: 1em;
  }

  .numbers-line-sub {
    margin-top: 16px;
  }

  .numbers-line-main,
  .numbers-line-sub {
    white-space: nowrap;
  }

  .numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .number-card {
    min-height: 145px;
    padding: 26px 15px 18px;
  }

  .number-value {
    font-size: 26px;
  }

  .roles-section {
    padding: 64px 16px 76px;
  }

  .roles-title {
    margin-bottom: 34px;
    font-size: clamp(33px, 10vw, 44px);
  }

  .roles-grid {
    gap: 38px;
  }

  .role-entry {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .role-entry:nth-child(even) .role-copy,
  .role-entry:nth-child(even) .role-photo,
  .role-copy,
  .role-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .role-copy {
    display: contents;
    min-height: 0;
    padding: 0;
  }

  .role-copy > div:not(.role-skills) {
    order: 1;
  }

  .role-photo {
    order: 2;
  }

  .role-entry:nth-child(even) .role-photo {
    order: 2;
  }

  .role-entry:nth-child(2) .role-photo {
    height: 260px;
    min-height: 260px;
    background-size: cover;
    background-position: center center;
  }

  .role-entry:nth-child(4) .role-photo {
    height: 260px;
    min-height: 260px;
    background-size: cover;
    background-position: 40% center;
  }

  .role-name {
    font-size: clamp(24px, 8vw, 36px);
  }

  .role-description {
    font-size: 16px;
    line-height: 1.36;
  }

  .role-skills {
    order: 3;
    margin-top: 2px;
  }

  .role-skills span {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .work-section {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 18px;
    min-height: 620px;
    padding: 78px 24px 48px;
  }

  .work-heading {
    margin-bottom: 10px;
  }

  .work-heading h2 {
    font-size: 34px;
  }

  .work-grid {
    display: contents;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  .work-card {
    min-height: 360px;
  }

  .work-card:first-child {
    order: 2;
  }

  .work-card:nth-child(2) {
    order: 4;
  }

  .work-play {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
  }

  .work-card-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .work-card-title {
    font-size: 22px;
  }

  .work-card-tags span {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .work-notes {
    display: contents;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  .work-notes p {
    width: 100%;
    font-size: 12px;
    line-height: 1.22;
  }

  .work-notes p:first-child {
    order: 3;
  }

  .work-notes p:nth-child(2) {
    order: 5;
  }

  .how-works-section {
    min-height: 974px;
    padding: 72px 12px 96px;
  }

  .how-works-grid {
    grid-template-columns: 1fr;
    width: 93.75%;
    max-width: none;
  }

  .how-works-card,
  .how-works-card--title {
    min-height: 206.25px;
  }

  .how-works-card--title {
    padding: 28px;
  }

  .how-works-card--title h2 {
    font-size: 33px;
  }

  .how-works-step-card {
    padding: 28px;
  }

  .how-works-step-card h3 {
    font-size: 28px;
  }

  .how-works-step-card p {
    width: 100%;
    max-width: 300px;
    font-size: 13px;
    line-height: 1.38;
  }

  .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: 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;
  }
}
