.features-page {
  background: var(--color-canvas);
}

.features-page a {
  overflow-wrap: anywhere;
}

.features-inline-link {
  color: var(--color-champagne);
  text-decoration-color: var(--color-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.features-inline-link:hover {
  color: var(--color-text);
  text-decoration-color: var(--color-champagne);
}

.features-hero {
  position: relative;
  isolation: isolate;
  min-height: 40rem;
  background: var(--color-deep);
}

.features-hero__media,
.features-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.features-hero__media img {
  width: 100%;
  height: 100%;
  object-position: 70% center;
}

.features-hero__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 8, 9, 0.96) 0%, rgba(7, 8, 9, 0.82) 37%, rgba(7, 8, 9, 0.35) 66%, rgba(7, 8, 9, 0.12) 100%);
}

.features-hero::before,
.features-hero::after {
  position: absolute;
  z-index: 0;
  width: 5rem;
  height: 5rem;
  pointer-events: none;
  content: "";
}

.features-hero::before {
  top: 1.5rem;
  left: 1.5rem;
  border-top: 1px solid var(--color-gold);
  border-left: 1px solid var(--color-gold);
}

.features-hero::after {
  right: 1.5rem;
  bottom: 1.5rem;
  border-right: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
}

.features-hero__container {
  display: grid;
  min-height: 40rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.features-hero__content {
  grid-column: 2 / span 6;
  min-width: 0;
  max-width: 38.75rem;
  padding-block: var(--space-10);
}

.features-hero__content .lead {
  max-width: 36rem;
}

.features-hero__actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
}

.features-hero__actions > * {
  min-width: 0;
}

.features-hero__location {
  margin-block: var(--space-5) 0;
  color: var(--color-champagne);
  font-size: var(--text-label);
}

.features-rhythm {
  background: var(--color-canvas);
}

.features-rhythm__heading {
  width: 41.5%;
  min-width: 0;
}

.features-rhythm__heading .lead {
  max-width: 38rem;
}

.features-rhythm__items {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  margin-top: var(--space-8);
  margin-left: 8.333%;
}

.features-rhythm__item {
  min-width: 0;
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-line);
}

.features-rhythm__item--accent {
  border-left: 1px solid var(--color-gold);
  padding-left: var(--space-5);
}

.features-rhythm__item p {
  max-width: 36rem;
}

.features-number {
  display: block;
  margin-bottom: var(--space-3);
  color: var(--color-gold);
  font-size: var(--text-utility);
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
}

.features-evening {
  background: var(--color-deep);
}

.features-evening__heading {
  width: min(100%, 48rem);
  min-width: 0;
  margin-inline: auto;
  text-align: center;
}

.features-evening__heading .lead {
  max-width: 42rem;
  margin-inline: auto;
}

.features-timeline {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-8);
}

.features-timeline::before {
  position: absolute;
  top: 0.4rem;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--color-line);
  content: "";
}

.features-timeline__step {
  position: relative;
  min-width: 0;
  padding-top: var(--space-6);
}

.features-timeline__step--wide {
  grid-column: span 1;
}

.features-timeline__step--final {
  padding: var(--space-6) var(--space-5) var(--space-5);
  border: var(--border-subtle);
}

.features-timeline__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid var(--color-gold);
  background: var(--color-deep);
  transform: rotate(45deg);
}

.features-timeline__step p {
  max-width: 36rem;
}

.features-details__heading {
  width: min(100%, 40rem);
  min-width: 0;
}

.features-details__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: 8.333%;
  align-items: start;
  margin-top: var(--space-7);
}

.features-details__feature,
.features-details__detail {
  min-width: 0;
}

.features-details__detail {
  margin-top: var(--space-7);
}

.features-image-frame {
  width: 100%;
  border: var(--border-subtle);
}

.features-details__feature .features-image-frame {
  aspect-ratio: 4 / 3;
}

.features-details__detail .features-image-frame {
  aspect-ratio: 4 / 5;
}

.features-image-frame img {
  width: 100%;
  height: 100%;
}

.features-details figcaption {
  min-width: 0;
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-gold);
  margin-top: var(--space-5);
}

.features-details__feature figcaption {
  max-width: 34rem;
}

.features-details__detail figcaption {
  max-width: 34rem;
}

.features-private {
  background: var(--color-deep);
}

.features-private__heading {
  width: 50%;
  min-width: 0;
}

.features-private__heading .lead {
  max-width: 50rem;
}

.features-private__cards {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
  margin-top: var(--space-7);
}

.features-private__card {
  display: flex;
  min-width: 0;
  min-height: 23rem;
  flex-direction: column;
  align-items: stretch;
  padding: var(--space-6);
  transition: border-color var(--transition-base);
}

.features-private__card:hover {
  border-color: var(--color-gold);
}

.features-private__card--offset {
  margin-top: var(--space-5);
}

.features-private__card p {
  max-width: 30rem;
}

.features-private__cta {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-5);
  margin-top: var(--space-7);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-line);
}

.features-private__cta > * {
  min-width: 0;
}

.features-private__cta p {
  width: min(100%, 30rem);
  margin: 0;
}

.features-discretion__layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: 8.333%;
  align-items: start;
}

.features-discretion__heading,
.features-discretion__principles,
.features-discretion__quote {
  min-width: 0;
}

.features-discretion__heading .lead {
  max-width: 34rem;
}

.features-discretion__principles {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-6);
}

.features-principle {
  min-width: 0;
  padding-bottom: var(--space-6);
  border-bottom: 1px solid var(--color-line);
}

.features-principle p {
  max-width: 34rem;
}

.features-discretion__quote {
  grid-column: 2;
  width: min(100%, 26rem);
  justify-self: end;
  margin: var(--space-7) 0 0;
}

.features-occasions {
  background: var(--color-deep);
}

.features-occasions__heading {
  width: 50%;
  min-width: 0;
}

.features-occasions__heading .lead {
  max-width: 46rem;
}

.features-occasions__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 var(--space-8);
  margin-top: var(--space-7);
}

.features-occasion {
  min-width: 0;
  padding-block: var(--space-5);
  border-top: 1px solid var(--color-line);
}

.features-occasion p {
  max-width: 31rem;
}

.features-atmosphere__heading {
  width: min(100%, 40rem);
  min-width: 0;
}

.features-atmosphere__figure {
  min-width: 0;
  margin-top: var(--space-7);
}

.features-atmosphere__image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.features-atmosphere__image img {
  width: 100%;
  height: 100%;
}

.features-atmosphere figcaption {
  width: min(100%, 44rem);
  min-width: 0;
  margin-top: var(--space-5);
  padding-left: var(--space-5);
  border-left: 1px solid var(--color-gold);
}

.features-booking {
  background: var(--color-deep);
}

.features-booking__heading {
  width: min(100%, 38rem);
  min-width: 0;
}

.features-booking__panels {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-7);
}

.features-booking__panel {
  display: flex;
  min-width: 0;
  min-height: 20rem;
  flex-direction: column;
  align-items: stretch;
  padding: var(--space-6);
}

.features-booking__panel p {
  max-width: 34rem;
}

.features-booking__links {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-3);
  margin-top: auto;
  padding-top: var(--space-5);
}

.features-booking__links a {
  display: block;
  min-height: 2.75rem;
  color: var(--color-champagne);
  font-weight: 700;
  text-decoration-color: var(--color-gold);
}

.features-booking__cta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-5);
  margin-top: var(--space-7);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-gold);
}

.features-booking__cta > * {
  min-width: 0;
}

.features-booking__cta p {
  width: min(100%, 34rem);
  margin: 0;
}

.features-closing {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 9rem);
  background: var(--color-deep);
}

.features-closing::before,
.features-closing::after {
  position: absolute;
  width: 9rem;
  height: 9rem;
  border: 1px solid var(--color-line);
  content: "";
}

.features-closing::before {
  top: -4rem;
  left: -4rem;
}

.features-closing::after {
  right: -4rem;
  bottom: -4rem;
}

.features-closing__content {
  position: relative;
  display: flex;
  width: min(100%, 37.5rem);
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
  margin-inline: auto;
  text-align: center;
}

.features-closing__content .eyebrow,
.features-closing__content h2,
.features-closing__content p {
  margin: 0;
}

.features-closing__content h2 {
  max-width: 36rem;
}

.features-closing__content p {
  max-width: 38rem;
}

@media (max-width: 56.25rem) {
  .features-hero,
  .features-hero__container {
    min-height: 36rem;
  }

  .features-hero__content {
    grid-column: 1 / span 7;
  }

  .features-rhythm__heading,
  .features-private__heading,
  .features-occasions__heading {
    width: 66.667%;
  }

  .features-rhythm__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
  }

  .features-rhythm__item:nth-child(3) {
    grid-column: 1 / span 2;
  }

  .features-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: var(--space-7);
  }

  .features-timeline::before {
    display: none;
  }

  .features-timeline__step {
    border-top: 1px solid var(--color-line);
  }

  .features-details__grid {
    gap: var(--space-5);
  }

  .features-private__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-private__card:nth-child(3) {
    grid-column: 1 / span 2;
  }

  .features-private__card--offset {
    margin-top: var(--space-4);
  }

  .features-discretion__layout {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--space-6);
  }

  .features-discretion__heading {
    grid-column: 1 / -1;
  }

  .features-discretion__principles {
    grid-column: 1 / -1;
  }

  .features-discretion__quote {
    grid-column: 3 / -1;
  }
}

@media (max-width: 42.5rem) {
  .features-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    background: var(--color-canvas);
  }

  .features-hero__media,
  .features-hero__overlay {
    position: relative;
    inset: auto;
  }

  .features-hero__media {
    order: 2;
    width: calc(100% - (var(--container-gutter) * 2));
    aspect-ratio: 4 / 3;
    margin: 0 auto var(--space-6);
  }

  .features-hero__media img {
    object-position: center;
  }

  .features-hero__overlay {
    display: none;
  }

  .features-hero::before {
    top: auto;
    bottom: 1.5rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .features-hero::after {
    display: none;
  }

  .features-hero__container {
    display: block;
    min-height: 0;
  }

  .features-hero__content {
    width: 100%;
    max-width: none;
    padding-block: var(--space-8) var(--space-6);
  }

  .features-hero__content h1 {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
  }

  .features-hero__content .lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.6;
  }

  .features-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .features-hero__actions > * {
    width: 100%;
    min-height: 2.75rem;
  }

  .features-hero__actions .features-inline-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .features-rhythm__heading,
  .features-private__heading,
  .features-occasions__heading,
  .features-details__heading,
  .features-atmosphere__heading,
  .features-booking__heading {
    width: 100%;
  }

  .features-rhythm__items,
  .features-timeline,
  .features-details__grid,
  .features-private__cards,
  .features-occasions__grid,
  .features-booking__panels {
    grid-template-columns: minmax(0, 1fr);
  }

  .features-rhythm__items {
    gap: var(--space-6);
    margin-top: var(--space-7);
  }

  .features-rhythm__item:nth-child(3),
  .features-private__card:nth-child(3) {
    grid-column: auto;
  }

  .features-rhythm__item--accent {
    padding-left: var(--space-4);
  }

  .features-evening__heading {
    width: 100%;
    margin-inline: 0;
    text-align: left;
  }

  .features-evening__heading .lead {
    margin-inline: 0;
  }

  .features-timeline {
    position: relative;
    gap: var(--space-6);
    margin-top: var(--space-7);
    padding-left: var(--space-6);
  }

  .features-timeline::before {
    display: block;
    top: 0;
    bottom: 0;
    left: 0.4rem;
    width: 1px;
    height: auto;
  }

  .features-timeline__step,
  .features-timeline__step--final {
    padding: 0 0 0 var(--space-4);
    border: 0;
  }

  .features-timeline__marker {
    top: 0.15rem;
    left: calc(-1 * var(--space-6) + 0.02rem);
  }

  .features-details__grid {
    gap: var(--space-7);
  }

  .features-details__detail {
    margin-top: 0;
  }

  .features-private__card {
    min-height: 0;
    padding: var(--space-5);
  }

  .features-private__card--offset {
    margin-top: 0;
  }

  .features-private__cta,
  .features-booking__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .features-private__cta p,
  .features-booking__cta p {
    width: 100%;
  }

  .features-private__cta .button,
  .features-booking__cta .button {
    width: 100%;
  }

  .features-discretion__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-7);
  }

  .features-discretion__quote {
    width: 100%;
    margin: 0;
    font-size: clamp(1.8rem, 8vw, 2.15rem);
  }

  .features-atmosphere__figure {
    margin-top: var(--space-6);
  }

  .features-atmosphere__image {
    aspect-ratio: 4 / 3;
  }

  .features-atmosphere figcaption {
    width: 100%;
  }

  .features-booking__panel {
    min-height: 0;
    padding: var(--space-5);
  }

  .features-booking__links a {
    display: flex;
    align-items: center;
  }

  .features-closing {
    padding-block: var(--space-8);
  }

  .features-closing__content {
    width: 100%;
    align-items: stretch;
  }

  .features-closing__content .eyebrow,
  .features-closing__content h2,
  .features-closing__content p {
    text-align: center;
  }

  .features-closing__content .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-private__card {
    transition: none;
  }
}

ul { list-style: none !important; }
.nav-toggle { flex-direction: column; }

/* mobile-media-center */
@media (max-width: 48rem) {
  .media-frame,
  .image-frame,
  [class*="__media"],
  [class*="__visual"] {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .media-frame > img,
  .media-frame img,
  .media-frame video,
  .image-frame img,
  [class*="__media"] img,
  [class*="__visual"] img,
  [class*="hero"] > img,
  figure img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* mobile-photo-center */
@media (max-width: 56.25rem) {
  img,
  video {
    object-position: center !important;
  }

  .image-frame,
  .media-frame,
  .card__media,
  [class*='__media'] {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    justify-self: stretch;
    overflow: hidden;
  }

  .image-frame img,
  .media-frame img,
  .media-frame video,
  .card__media img,
  [class*='__media'] img,
  [class*='hero'] img,
  [class*='hero__image'] {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center !important;
  }
}
