.experience-section {
  position: relative;
  overflow: hidden;
  background: var(--color-ink);
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.experience-section h2,
.experience-section h3,
.experience-section p {
  margin-top: 0;
}

.programme {
  border-top: 1px solid var(--color-rule);
}

.programme__intro {
  max-width: 55rem;
}

.programme__intro .eyebrow,
.included__intro .eyebrow,
.stay__copy .eyebrow,
.experience > .content-shell > .eyebrow {
  display: inline-block;
  border-bottom: 1px solid var(--color-rule);
  padding-bottom: .8rem;
}

.programme h2,
.included h2,
.stay h2,
.experience h2 {
  font-family: var(--font-display);
  font-weight: 400;
}

.programme h2 {
  margin-top: 2.8rem;
  font-size: clamp(2.75rem, 4.4vw, 5.15rem);
  font-style: italic;
  letter-spacing: -.032em;
  line-height: 1.04;
}

.programme__layout {
  display: grid;
  grid-template-columns: minmax(16rem, .6fr) minmax(32rem, 1.4fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-top: clamp(3.5rem, 7vw, 7.5rem);
}

.programme__summary {
  max-width: 22rem;
  padding-bottom: 2.5rem;
}

.programme__summary p,
.stay__copy > p,
.experience__copy > p {
  color: var(--color-ivory);
  font-size: clamp(.9rem, 1.05vw, 1.08rem);
  line-height: 1.55;
}

.programme__summary p + p {
  margin-top: 1.35rem;
}

.programme__summary .button {
  margin-top: 4.25rem;
}

.programme__slider {
  position: relative;
  min-height: 31rem;
  border-bottom: 1px solid var(--color-rule);
}

.programme__slide {
  position: relative;
  display: flex;
  min-height: 31rem;
  justify-content: flex-end;
  isolation: isolate;
  overflow: hidden;
}

.programme__slide[hidden] {
  display: none;
}

.programme__slide::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 47%;
  background: var(--color-ink);
  content: "";
}

.programme__slide::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  background: linear-gradient(to bottom, transparent, var(--color-ink));
  content: "";
  pointer-events: none;
}

.programme__slide-image {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 auto;
  width: 68%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.programme__slide-day {
  position: absolute;
  top: 2rem;
  left: 4%;
  margin: 0;
  color: rgb(244 240 231 / 46%);
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 7vw, 8.2rem);
  font-style: italic;
  line-height: .9;
}

.programme__slide-copy {
  width: min(31%, 21rem);
  margin: auto 7.5% 2.2rem 0;
  color: var(--color-ivory);
  font-size: clamp(.95rem, 1.1vw, 1.1rem);
  line-height: 1.45;
}

.programme__slide-copy p + p {
  margin-top: 1.35rem;
}

.programme__controls,
.stay__gallery-controls,
.experience__gallery-controls {
  display: flex;
  align-items: center;
}

.programme__controls {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.1rem;
  background: rgb(8 8 6 / 66%);
}

@media (min-width: 50.0625rem) {
  .programme {
    padding-block: clamp(4.25rem, 6vw, 6rem);
  }

  .programme > .content-shell {
    display: grid;
    grid-template-columns: minmax(17rem, .78fr) minmax(32rem, 1.22fr);
    column-gap: clamp(2rem, 4vw, 4.75rem);
    align-items: start;
  }

  .programme__editorial {
    grid-column: 1;
    max-width: 27rem;
  }

  .programme h2 {
    margin-top: 1.8rem;
    font-size: clamp(2.65rem, 3.25vw, 4rem);
    line-height: 1.01;
  }

  .programme__layout {
    grid-column: 2;
    margin-top: 0;
  }

  .programme__summary {
    max-width: 27rem;
    margin-top: clamp(1.35rem, 2.1vw, 1.9rem);
    padding-bottom: 0;
  }

  .programme__summary p,
  .programme__slide-copy {
    font-size: clamp(.88rem, .94vw, 1rem);
  }

  .programme__summary p {
    line-height: 1.47;
  }

  .programme__summary p + p {
    margin-top: .7rem;
  }

  .programme__summary .button {
    margin-top: 1.25rem;
  }

  .programme__slider {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1600 / 813;
    border-bottom: 0;
  }

  .programme__slide {
    min-height: 0;
    height: 100%;
  }

  .programme__slide::before {
    width: 38%;
    background: linear-gradient(90deg, var(--color-ink) 0%, rgb(8 8 6 / 72%) 58%, rgb(8 8 6 / 0%) 100%);
  }

  .programme__slide-image {
    width: 100%;
    object-fit: contain;
    background: var(--color-ink);
  }

  .programme__slide-copy {
    width: min(38%, 16.5rem);
    margin: auto 6% 1.8rem 0;
  }
}

.programme__count,
.stay__gallery-controls p,
.experience__gallery-controls p {
  min-width: 4.8rem;
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  text-align: center;
}

.image-control {
  display: inline-grid;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--color-rule);
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.image-control:hover,
.image-control:focus-visible {
  border-color: var(--color-ivory);
  background: rgb(244 240 231 / 10%);
}

.image-control img {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
}

.included {
  border-top: 0;
  border-bottom: 1px solid var(--color-rule);
}

.included__intro h2 {
  max-width: 58rem;
  margin-top: 1.25rem;
  font-size: clamp(2rem, 3.2vw, 3.75rem);
  font-style: italic;
  line-height: 1.1;
}

.included__tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2.8rem;
  border-bottom: 1px solid var(--color-rule);
}

.included__tabs button {
  min-height: 3.65rem;
  border: 0;
  border-left: 1px solid var(--color-rule);
  background: transparent;
  color: var(--color-ivory-muted);
  cursor: pointer;
  font-size: clamp(.73rem, .9vw, .93rem);
  text-align: left;
}

.included__tabs button:first-child {
  border-left: 0;
}

.included__tabs button b {
  margin-right: .7rem;
  color: var(--color-ivory);
  font-weight: 600;
}

.included__tabs button[aria-selected="true"] {
  background: var(--color-ivory);
  color: var(--color-ink);
  padding-inline: 1.3rem;
}

.included__panels {
  min-height: 28rem;
}

.included__panel {
  display: grid;
  grid-template-columns: minmax(21rem, .8fr) minmax(28rem, 1.2fr);
  min-height: 28rem;
  gap: clamp(3rem, 10vw, 13rem);
  padding: 2.5rem 0 0 1rem;
}

.included__panel[hidden] {
  display: none;
}

.included__panel > img {
  width: 100%;
  height: 100%;
  max-height: 28rem;
  object-fit: cover;
}

.included__index {
  color: var(--color-ivory);
  font-size: 1.1rem;
  font-weight: 600;
}

.included__copy h3 {
  margin: .85rem 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 3.8vw, 4.25rem);
  font-weight: 400;
  line-height: 1;
}

.included__copy > p:not(.included__index) {
  max-width: 27rem;
  color: var(--color-ivory-muted);
  font-size: .95rem;
  line-height: 1.55;
}

.included__copy ul,
.included__not-included ul {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.included__copy li,
.included__not-included li {
  position: relative;
  margin-top: .65rem;
  padding-left: 1.25rem;
  color: var(--color-ivory-muted);
  font-size: .88rem;
}

.included__copy li::before,
.included__not-included li::before {
  position: absolute;
  left: 0;
  color: var(--color-ivory);
  content: "—";
}

.included__not-included {
  display: grid;
  grid-template-columns: 1fr repeat(3, 1.45fr);
  gap: 0;
  min-height: 6.25rem;
  border-top: 1px solid var(--color-rule);
  border-bottom: 0;
  background: rgb(244 240 231 / 3%);
  padding: 0;
}

.included__not-included .eyebrow,
.included__not-included ul {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.included__not-included .eyebrow {
  color: var(--color-ivory);
  margin: 0;
  padding: 1.2rem 1.25rem;
}

.included__not-included ul {
  margin: 0;
  border-left: 1px solid var(--color-rule);
  padding: 1.2rem 1.25rem 1.2rem 1.75rem;
}

.stay {
  border-top: 0;
}

.stay__layout {
  display: grid;
  grid-template-columns: minmax(19rem, .76fr) minmax(33rem, 1.24fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: start;
}

.stay__copy h2 {
  max-width: 26rem;
  margin: 1.85rem 0 1.3rem;
  font-size: clamp(2.5rem, 3.6vw, 4.25rem);
  font-style: italic;
  letter-spacing: -.03em;
  line-height: 1.03;
}

.stay__copy > p {
  max-width: 27rem;
  color: var(--color-ivory-muted);
  font-size: .92rem;
}

.stay__features {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.stay__features li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: .95rem;
  align-items: center;
  max-width: 27rem;
  border-bottom: 1px solid var(--color-rule);
  padding: .85rem 0;
  color: var(--color-ivory-muted);
  font-size: .9rem;
  line-height: 1.35;
}

.stay__features img {
  width: 2.2rem;
  max-height: 2.2rem;
  object-fit: contain;
}

.stay__gallery {
  position: relative;
  padding-bottom: 0;
}

.stay__main-image {
  width: 100%;
  height: clamp(27rem, 41vw, 38rem);
  object-fit: cover;
}

.stay__gallery-controls {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  background: rgb(8 8 6 / 74%);
}

.stay__thumbnails {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .7rem;
}

.stay__thumbnails button {
  height: 6.8rem;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.stay__thumbnails button[aria-selected="true"] {
  border-color: var(--color-ivory);
}

.stay__thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience {
  border-top: 0;
}

.experience__layout {
  display: grid;
  grid-template-columns: minmax(28rem, 1fr) minmax(28rem, 1fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
  margin-top: 1.2rem;
}

.experience__gallery {
  position: relative;
  padding-bottom: 2.5rem;
}

.experience__gallery::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18%;
  background: linear-gradient(to bottom, transparent, var(--color-ink));
  content: "";
  pointer-events: none;
}

.experience__gallery > img {
  width: 100%;
  height: clamp(29rem, 47vw, 41rem);
  object-fit: cover;
}

.experience__gallery-controls {
  position: absolute;
  right: -1rem;
  top: 48%;
  background: var(--color-ink);
}

.experience__copy {
  padding-top: 2.2rem;
}

.experience h2 {
  position: relative;
  margin: -5.5rem 0 3.4rem -7rem;
  color: var(--color-ivory);
  font-size: clamp(3.5rem, 7.8vw, 8.9rem);
  font-style: italic;
  letter-spacing: -.055em;
  line-height: .75;
  white-space: nowrap;
}

.experience h2 span {
  color: rgb(244 240 231 / 43%);
}

.experience h2::after {
  margin-left: .2em;
  color: var(--color-ivory);
  font-size: clamp(2rem, 3.5vw, 4rem);
  content: "experience";
}

.experience h2 {
  font-size: 0;
}

.experience h2 span {
  font-size: clamp(3.5rem, 7.8vw, 8.9rem);
}

.experience__copy > p {
  max-width: 40rem;
}

.experience__copy > p + p {
  margin-top: 1.25rem;
}

.experience__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.35rem 3rem;
  margin: 3.5rem 0 0;
}

.experience__facts dt {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 3.1rem);
  font-style: italic;
  line-height: .95;
}

.experience__facts dt em {
  font-size: .6em;
  font-weight: 400;
}

.experience__facts dd {
  margin: .65rem 0 0;
  color: var(--color-ivory-muted);
  font-size: .92rem;
  line-height: 1.45;
}

.experience__testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 5rem);
  margin-top: 1rem;
}

.experience__testimonials blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
}

.experience__testimonials blockquote {
  font-size: clamp(1.1rem, 1.45vw, 1.6rem);
  line-height: 1.18;
}

.experience__testimonials cite {
  display: block;
  margin-top: .65rem;
  color: var(--color-ivory);
  font-family: var(--font-body);
  font-size: .78rem;
  font-style: normal;
}

@media (max-width: 67.5rem) {
  .programme__layout,
  .stay__layout {
    grid-template-columns: minmax(15rem, .7fr) minmax(27rem, 1.3fr);
    gap: 3rem;
  }

  .included__panel {
    gap: 3rem;
  }

  .experience h2 {
    margin-left: -3rem;
  }
}

@media (max-width: 50rem) {
  .experience-section {
    padding: 5rem 0;
  }

  .programme__layout,
  .included__panel,
  .stay__layout,
  .experience__layout {
    grid-template-columns: 1fr;
  }

  .programme__summary {
    max-width: 36rem;
    padding-bottom: 0;
  }

  .programme__summary .button {
    margin-top: 2rem;
  }

  .programme__slider {
    min-height: 0;
    border-bottom: 0;
  }

  .programme__slide {
    display: grid;
    min-height: 0;
    grid-template-rows: auto auto;
    background: var(--color-ink);
  }

  .programme__slide::before,
  .programme__slide::after {
    display: none;
  }

  .programme__slide-image {
    position: relative;
    z-index: 0;
    inset: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    opacity: 1;
    object-fit: contain;
  }

  .programme__slide-day {
    z-index: 1;
    top: 1rem;
    left: 1.25rem;
    font-size: clamp(3.25rem, 14vw, 4.75rem);
    text-shadow: 0 1px 1rem rgb(8 8 6 / 55%);
  }

  .programme__slide-copy {
    position: relative;
    z-index: 0;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0;
    padding: 1.15rem 1.25rem 1.4rem;
    background: var(--color-ink);
  }

  .programme__slide-copy p + p {
    margin-top: .85rem;
  }

  .programme__controls {
    position: absolute;
    z-index: 2;
    top: .75rem;
    right: .75rem;
    bottom: auto;
    left: auto;
    display: flex;
    gap: .15rem;
    background: rgb(8 8 6 / 48%);
    pointer-events: auto;
  }

  .programme__controls .image-control,
  .programme__controls [data-programme-prev],
  .programme__controls [data-programme-next] {
    position: static;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .programme__controls .image-control:hover,
  .programme__controls .image-control:focus-visible {
    background: rgb(244 240 231 / 10%);
  }

  .programme__controls .image-control img {
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(0) invert(1);
  }

  .programme__count {
    display: none;
  }

  .included__tabs {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(10.75rem, 1fr));
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
  }

  .included__tabs::-webkit-scrollbar {
    display: none;
  }

  .included__tabs button {
    scroll-snap-align: start;
  }

  .included {
    border-bottom: 0;
  }

  .included__panel {
    padding-left: 0;
  }

  .included__panel > img {
    min-height: 20rem;
  }

  .included__not-included {
    grid-template-columns: 1fr;
    border: 1px solid var(--color-rule);
    background: rgb(244 240 231 / 3%);
  }

  .included__not-included .eyebrow {
    grid-column: auto;
    border-bottom: 1px solid var(--color-rule);
  }

  .included__not-included ul {
    border-top: 1px solid var(--color-rule);
    border-left: 0;
  }

  .included__not-included ul:first-of-type {
    border-top: 0;
  }

  .stay__gallery {
    margin-top: 1rem;
  }

  .experience h2 {
    margin: 0 0 2rem;
  }

  .experience__gallery {
    padding-bottom: 0;
  }

  .experience__gallery-controls {
    position: absolute;
    inset: 0;
    display: block;
    background: transparent;
    pointer-events: none;
  }

  .experience__gallery-controls .image-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.25rem;
    height: auto;
    border: 0;
    backdrop-filter: blur(1px);
    pointer-events: auto;
  }

  .experience__gallery-controls [data-experience-prev] {
    left: 0;
    border-right: 1px solid rgb(244 240 231 / 24%);
    background: linear-gradient(90deg, rgb(8 8 6 / 30%), rgb(8 8 6 / 4%));
  }

  .experience__gallery-controls [data-experience-next] {
    right: 0;
    border-left: 1px solid rgb(244 240 231 / 24%);
    background: linear-gradient(270deg, rgb(8 8 6 / 30%), rgb(8 8 6 / 4%));
  }

  .experience__gallery-controls .image-control img {
    width: 4.25rem;
    height: 4.25rem;
    filter: brightness(0) invert(1);
  }

  .experience__gallery-controls p {
    display: none;
  }

  .experience__testimonials {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }
}

@media (max-width: 30rem) {
  .programme h2 {
    font-size: 3rem;
  }

  .programme__slide-copy {
    width: auto;
    margin-left: 0;
  }

  .included__not-included {
    grid-template-columns: 1fr;
  }

  .included__not-included ul {
    padding-left: 1.1rem;
  }

  .stay__main-image,
  .experience__gallery > img {
    height: 24rem;
  }

  .stay__gallery-controls {
    top: 1rem;
    right: 1rem;
  }

  .stay__thumbnails {
    gap: .35rem;
  }

  .stay__thumbnails button {
    height: 4rem;
  }

  .experience h2 {
    line-height: .82;
    white-space: normal;
  }

  .experience h2 span {
    display: block;
    font-size: 4rem;
  }

  .experience h2::after {
    display: block;
    margin: .08em 0 0;
    font-size: 2.65rem;
  }
}

@media (min-width: 50.0625rem) {
  main > section:not(.hero) + section {
    margin-top: clamp(3.5rem, 4vw, 5rem);
  }

  .included {
    border-bottom: 0;
  }

  .included__not-included {
    border-bottom: 1px solid var(--color-rule);
  }

  .included__not-included .eyebrow {
    border-bottom: 0;
  }

  .programme {
    min-height: 0;
    border-top: 0;
    padding: clamp(4.25rem, 6vw, 6rem) 0;
  }

  .programme > .content-shell {
    display: grid;
    grid-template-columns: minmax(17rem, .78fr) minmax(32rem, 1.22fr);
    column-gap: clamp(2rem, 4vw, 4.75rem);
    align-items: start;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .programme__editorial {
    grid-column: 1;
    position: relative;
    max-width: none;
  }

  .programme__intro .eyebrow {
    position: absolute;
    top: calc(-1 * clamp(3.75rem, 5vw, 5rem));
    left: 0;
    margin: 0;
    white-space: nowrap;
  }

  .programme h2 {
    margin-top: 0;
    font-size: clamp(2.45rem, 3vw, 3.7rem);
    letter-spacing: -.015em;
    line-height: 1.02;
  }

  .programme__layout {
    display: block;
    grid-column: 2;
    margin-top: 0;
  }

  .programme__summary {
    max-width: none;
    margin-top: clamp(1.35rem, 2.1vw, 1.9rem);
    padding-bottom: 0;
  }

  .programme__summary p {
    font-size: clamp(.88rem, .94vw, 1rem);
    line-height: 1.47;
  }

  .programme__summary p + p {
    margin-top: .7rem;
  }

  .programme__summary .button {
    margin-top: 1.25rem;
  }

  .programme__slider {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1600 / 813;
    border: 0;
  }

  .programme__slide {
    height: 100%;
    min-height: 0;
    justify-content: flex-start;
  }

  .programme__slide::before {
    z-index: -1;
    width: 38%;
    background: linear-gradient(90deg, var(--color-ink) 0%, rgb(8 8 6 / 72%) 58%, rgb(8 8 6 / 0%) 100%);
  }

  .programme__slide-image {
    z-index: -2;
    inset: 0;
    width: 100%;
    object-fit: contain;
    background: var(--color-ink);
  }

  .programme__slide-day {
    top: 1.6rem;
    left: 5%;
    font-size: clamp(4.5rem, 6vw, 7.4rem);
  }

  .programme__slide-copy {
    position: absolute;
    top: auto;
    bottom: 1.8rem;
    left: 6%;
    width: min(38%, 16.5rem);
    margin: 0;
    font-size: clamp(.88rem, .94vw, 1rem);
  }

  .programme__controls {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -3.5rem;
    bottom: 0;
    left: -3.5rem;
    display: block;
    background: transparent;
    pointer-events: none;
  }

  .programme__controls .image-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.5rem;
    height: auto;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    transition: background-color 180ms ease;
    pointer-events: auto;
  }

  .programme__controls .image-control:hover,
  .programme__controls .image-control:focus-visible {
    filter: none;
    background: rgb(244 240 231 / 5%);
  }

  .programme__controls .image-control img {
    width: 3rem;
    height: 3rem;
    filter: brightness(0) invert(1);
  }

  .programme__controls [data-programme-prev] {
    left: 0;
    border: 0;
    background: transparent;
  }

  .programme__controls [data-programme-next] {
    right: 0;
    border: 0;
    background: transparent;
  }

  .programme__count {
    position: absolute;
    right: 1.3rem;
    bottom: 1.2rem;
    min-width: 0;
    padding: .4rem .6rem;
    background: rgb(8 8 6 / 50%);
  }

  .included {
    padding-top: clamp(3.2rem, 4.4vw, 4.5rem);
    padding-bottom: clamp(2rem, 3.2vw, 3.25rem);
  }

  .included__intro h2 {
    max-width: 51rem;
    margin-top: 1rem;
    font-size: clamp(1.9rem, 2.65vw, 3.25rem);
  }

  .included__tabs {
    margin-top: 1.6rem;
  }

  .included__panels,
  .included__panel {
    min-height: 22rem;
  }

  .included__panel {
    gap: clamp(2.5rem, 6vw, 7rem);
    padding-top: 1.5rem;
  }

  .included__panel > img {
    max-height: 22rem;
  }

  .included__not-included {
    padding-top: .95rem;
    padding-bottom: .95rem;
  }

  .experience {
    min-height: 0;
    border-top: 0;
    padding: calc(var(--header-height) - 2rem) 0 1.25rem;
  }

  .experience .content-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .experience > .content-shell > .eyebrow {
    display: none;
  }

  .experience__layout {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    gap: 0;
    margin-top: 0;
  }

  .experience__gallery {
    padding-bottom: 0;
  }

  .experience__gallery > img {
    height: clamp(34rem, 39vw, 40rem);
  }

  .experience__gallery-controls {
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
  }

  .experience__gallery-controls .image-control {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: clamp(3.6rem, 5vw, 5.45rem);
    height: auto;
    border: 0;
    backdrop-filter: blur(1.5px);
    pointer-events: auto;
    transform: none;
  }

  .experience__gallery-controls .image-control:hover,
  .experience__gallery-controls .image-control:focus-visible {
    filter: brightness(1.1);
  }

  .experience__gallery-controls .image-control img {
    width: 5.35rem;
    height: 5.35rem;
    filter: brightness(0) invert(1);
  }

  .experience__gallery-controls [data-experience-prev] {
    left: 0;
    border-right: 1px solid rgb(244 240 231 / 24%);
    background: linear-gradient(90deg, rgb(8 8 6 / 30%), rgb(8 8 6 / 4%));
  }

  .experience__gallery-controls [data-experience-next] {
    right: 0;
    border-left: 1px solid rgb(244 240 231 / 24%);
    background: linear-gradient(270deg, rgb(8 8 6 / 30%), rgb(8 8 6 / 4%));
  }

  .experience__gallery-controls p {
    display: none;
  }

  .experience__copy {
    padding: 2.2rem clamp(2.3rem, 4.2vw, 5rem) 0;
  }

  .experience h2 {
    margin: -3.25rem 0 2.55rem;
    letter-spacing: -.04em;
    line-height: .82;
  }

  .experience h2 span {
    font-size: clamp(5.35rem, 8.4vw, 8.85rem);
  }

  .experience h2::after {
    display: inline-block;
    margin-left: -.2em;
    font-size: clamp(2.55rem, 3.8vw, 4.15rem);
    transform: translateY(.32em);
  }

  .experience__copy > p {
    max-width: 42rem;
    font-size: clamp(.86rem, .92vw, 1rem);
    line-height: 1.48;
  }

  .experience__copy > p + p {
    margin-top: .9rem;
  }

  .experience__facts {
    gap: 0;
    margin-top: 1.65rem;
  }

  .experience__facts > div {
    min-height: 7.65rem;
    padding: .65rem 1.35rem 1rem 0;
  }

  .experience__facts > div:nth-child(odd) {
    border-right: 1px solid rgb(244 240 231 / 58%);
    padding-right: 1.8rem;
  }

  .experience__facts > div:nth-child(even) {
    padding-left: 1.8rem;
  }

  .experience__facts > div:nth-child(n + 3) {
    border-top: 1px solid rgb(244 240 231 / 58%);
    padding-top: 1.2rem;
  }

  .experience__facts dd {
    margin-top: .45rem;
    font-size: .82rem;
  }

  .experience__testimonials {
    gap: clamp(2rem, 5vw, 6rem);
    margin: 1.35rem clamp(2rem, 5vw, 5rem) 0;
  }

  .experience__testimonials blockquote {
    font-size: clamp(1.15rem, 1.4vw, 1.65rem);
  }
}

@media (min-width: 100rem) {
  .experience .content-shell {
    width: min(calc(100% - (var(--page-gutter) * 2)), 100rem);
    max-width: 100rem;
  }
}
