.features-page {
  overflow: hidden;
}

.features-page .section {
  position: relative;
}

.features-hero {
  padding-block: var(--space-7) var(--section-space);
}

.features-hero__container,
.features-room__container,
.features-tables__container,
.features-process__container,
.features-markers__container,
.features-hospitality__container,
.features-gallery__container,
.features-location__container,
.features-closing__container {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--space-5);
}

.features-hero__media {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.features-hero__media::after,
.features-hospitality__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 18, 20, 0.54) 0%, rgba(17, 18, 20, 0.18) 56%, rgba(17, 18, 20, 0.08) 100%);
  content: "";
  pointer-events: none;
}

.features-hero__media,
.features-hospitality__media {
  position: relative;
}

.features-hero__media img,
.features-tables__media img,
.features-hospitality__media img,
.features-gallery__tile img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.features-hero__media img {
  object-position: center right;
}

.features-hero__copy {
  z-index: 2;
  grid-column: 2 / span 6;
  grid-row: 1;
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: 38.75rem;
  padding: var(--space-6);
  background: color-mix(in srgb, var(--color-plum-slate) 82%, transparent);
  border-inline-start: var(--border-default);
}

.features-hero__copy h1 {
  max-width: 38.75rem;
}

.features-hero__copy p {
  max-width: 30rem;
}

.features-hero__actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}

.features-hero__actions > * {
  min-width: 0;
}

.features-room__intro {
  grid-column: 2 / span 6;
  width: 100%;
  min-width: 0;
  max-width: 37.5rem;
}

.features-room__principles {
  display: grid;
  grid-column: 2 / span 10;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  gap: var(--space-5);
  margin-top: var(--space-7);
}

.features-room__principle {
  min-width: 0;
  padding-top: var(--space-4);
  border-top: var(--border-default);
}

.features-room__principle > :last-child {
  margin-bottom: 0;
}

.features-room__number,
.features-process__number {
  display: block;
  margin-bottom: var(--space-4);
  color: var(--color-smoked-copper);
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.features-room__principle p {
  max-width: 20rem;
}

.features-tables__copy {
  grid-column: 2 / span 5;
  align-self: start;
  width: 100%;
  min-width: 0;
  max-width: 31.25rem;
}

.features-tables__lead {
  max-width: 31.25rem;
}

.features-tables__details {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-6);
}

.features-tables__details > article {
  min-width: 0;
  padding-top: var(--space-4);
  border-top: var(--border-default);
}

.features-tables__details h3,
.features-tables__details p {
  max-width: 26.25rem;
}

.features-tables__details > article > :last-child {
  margin-bottom: 0;
}

.features-tables__media {
  grid-column: 7 / -1;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 5;
  margin-bottom: calc(var(--space-6) * -1);
  border-radius: 0;
}

.features-tables__media img {
  object-position: center;
}

.features-process__intro {
  grid-column: 2 / span 6;
  width: 100%;
  min-width: 0;
  max-width: 35rem;
}

.features-process__steps {
  display: grid;
  grid-column: 2 / span 10;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  gap: 0;
  margin-top: var(--space-7);
  border-block: var(--border-default);
}

.features-process__step {
  position: relative;
  min-width: 0;
  padding: var(--space-5);
}

.features-process__step + .features-process__step {
  border-inline-start: var(--border-default);
}

.features-process__step .poker-tag {
  margin-bottom: var(--space-3);
}

.features-process__step h3 {
  font-size: 1.45rem;
}

.features-process__step p {
  max-width: 15.625rem;
}

.features-process__step > :last-child {
  margin-bottom: 0;
}

.features-process__note {
  grid-column: 2 / span 6;
  width: 100%;
  min-width: 0;
  max-width: 38.75rem;
  margin-top: var(--space-6);
  padding-inline-start: var(--space-5);
  border-inline-start: 1px solid var(--color-warm-copper);
}

.features-process__note > :last-child {
  margin-bottom: 0;
}

.features-strategy__panel {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-5);
  padding: var(--space-8);
  border: var(--border-default);
  border-radius: var(--radius-panel);
  background: var(--color-plum-slate);
  box-shadow: var(--shadow-panel);
}

.features-strategy__intro {
  grid-column: 2 / span 6;
  width: 100%;
  min-width: 0;
  max-width: 35rem;
}

.features-strategy__lenses {
  display: grid;
  grid-column: 2 / span 10;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  gap: var(--space-5);
}

.features-strategy__lenses > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding-top: var(--space-4);
  border-top: var(--border-default);
}

.features-strategy__lenses > article > * {
  min-width: 0;
  margin: 0;
}

.features-strategy__lenses p {
  max-width: 17.5rem;
}

.features-strategy__lenses .button {
  margin-top: auto;
}

.features-strategy__mark {
  color: var(--color-warm-copper);
  font-size: 1.25rem;
  line-height: 1;
}

.features-markers__statements {
  grid-column: 3 / span 7;
  width: 100%;
  min-width: 0;
  max-width: 41.25rem;
}

.features-markers__statements article {
  margin-top: var(--space-6);
  padding-inline-start: var(--space-5);
  border-inline-start: 1px solid var(--color-warm-copper);
}

.features-markers__statements article p {
  max-width: 41.25rem;
}

.features-markers__statements article > :last-child {
  margin-bottom: 0;
}

.features-markers__strip {
  display: grid;
  grid-column: 2 / span 10;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  gap: 0;
  margin-top: var(--space-7);
  border-block: var(--border-default);
}

.features-markers__strip > div {
  min-width: 0;
  padding: var(--space-5);
}

.features-markers__strip > div + div {
  border-inline-start: var(--border-default);
}

.features-markers__strip .poker-tag {
  margin-bottom: var(--space-3);
}

.features-markers__strip h3 {
  font-size: 1.35rem;
}

.features-markers__strip p {
  max-width: 12.5rem;
}

.features-markers__strip > div > :last-child {
  margin-bottom: 0;
}

.features-hospitality__media {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  aspect-ratio: 21 / 9;
  border-radius: 0;
}

.features-hospitality__media img {
  object-position: center right;
}

.features-hospitality__copy {
  z-index: 2;
  grid-column: 2 / span 5;
  grid-row: 1;
  align-self: end;
  width: 100%;
  min-width: 0;
  max-width: 27.5rem;
  margin-bottom: var(--space-5);
  padding: var(--space-5);
  background: color-mix(in srgb, var(--color-charcoal-panel) 90%, transparent);
  border: var(--border-default);
  box-shadow: var(--shadow-card);
}

.features-hospitality__copy p {
  max-width: 27.5rem;
}

.features-hospitality__copy > :last-child {
  margin-bottom: 0;
}

.features-gallery__intro {
  grid-column: 2 / span 6;
  width: 100%;
  min-width: 0;
  max-width: 35rem;
}

.features-gallery__tiles {
  display: grid;
  grid-column: 2 / span 10;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  gap: var(--space-5);
  margin-top: var(--space-7);
}

.features-gallery__tile {
  display: block;
  min-width: 0;
  width: 100%;
  border-radius: 0;
}

.features-gallery__tile--wide {
  grid-column: 1 / span 7;
  aspect-ratio: 4 / 3;
}

.features-gallery__tile--detail {
  grid-column: 8 / span 3;
  align-self: end;
  aspect-ratio: 1;
  margin-bottom: calc(var(--space-7) * -1);
}

.features-gallery__action {
  display: flex;
  grid-column: 2 / span 6;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  width: 100%;
  max-width: 35rem;
  margin-top: var(--space-7);
}

.features-gallery__action > * {
  min-width: 0;
  margin: 0;
}

.features-location__card {
  display: grid;
  grid-column: 3 / span 8;
  grid-template-columns: minmax(0, 4fr) minmax(0, 3fr);
  width: 100%;
  min-width: 0;
  padding: var(--space-6);
}

.features-location__address,
.features-location__planning {
  min-width: 0;
}

.features-location__address {
  padding-inline-end: var(--space-6);
}

.features-location__planning {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding-inline-start: var(--space-6);
  border-inline-start: var(--border-default);
}

.features-location__planning > * {
  min-width: 0;
  margin: 0;
}

.features-location address {
  max-width: 28rem;
  margin-bottom: var(--space-4);
  color: var(--color-crisp-white);
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: var(--tracking-heading);
  line-height: var(--leading-heading);
}

.features-location__address p,
.features-location__planning p {
  max-width: 30rem;
}

.features-location__address > :last-child {
  margin-bottom: 0;
}

.features-closing__panel {
  display: flex;
  grid-column: 2 / span 10;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: var(--space-5);
  width: 100%;
  padding: var(--space-8);
  text-align: center;
}

.features-closing__panel > * {
  min-width: 0;
  margin: 0;
}

.features-closing__panel h2,
.features-closing__panel > p {
  max-width: 38.75rem;
}

.features-closing__note {
  max-width: 28.75rem !important;
  color: var(--color-smoke-white);
  font-size: var(--text-label);
}

@media (max-width: 980px) {
  .features-hero__media img {
    object-position: center;
  }

  .features-hero__copy {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: none;
    margin-top: var(--space-5);
    padding: var(--space-6);
    background: var(--color-charcoal-panel);
    border: var(--border-default);
  }

  .features-hero__copy p {
    max-width: 30rem;
  }

  .features-hero__media::after {
    background: rgba(17, 18, 20, 0.12);
  }
}

@media (max-width: 899px) {
  .features-hero__media img,
  .features-hospitality__media img {
    object-position: center;
  }

  .features-hero__container,
  .features-room__container,
  .features-tables__container,
  .features-process__container,
  .features-markers__container,
  .features-hospitality__container,
  .features-gallery__container,
  .features-location__container,
  .features-closing__container,
  .features-strategy__panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .features-room__intro,
  .features-process__intro,
  .features-gallery__intro,
  .features-strategy__intro {
    grid-column: 1 / span 3;
  }

  .features-room__principles,
  .features-process__steps,
  .features-markers__strip,
  .features-gallery__tiles {
    grid-column: 1 / -1;
  }

  .features-room__principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-room__principle:nth-child(3) {
    grid-column: 1 / -1;
  }

  .features-tables__media {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-bottom: 0;
  }

  .features-tables__copy {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    margin-top: var(--space-6);
  }

  .features-tables__lead {
    max-width: 31.25rem;
  }

  .features-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-process__step:nth-child(3) {
    border-inline-start: 0;
    border-top: var(--border-default);
  }

  .features-process__step:nth-child(4) {
    border-top: var(--border-default);
  }

  .features-process__note {
    grid-column: 1 / -1;
  }

  .features-strategy__panel {
    padding: var(--space-6);
  }

  .features-strategy__lenses {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-strategy__lenses > article:nth-child(3) {
    grid-column: 1 / -1;
  }

  .features-markers__statements {
    grid-column: 1 / -1;
    max-width: 41.25rem;
  }

  .features-hospitality__copy {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: none;
    margin-top: var(--space-5);
    margin-bottom: 0;
    background: var(--color-charcoal-panel);
  }

  .features-hospitality__media::after {
    background: rgba(17, 18, 20, 0.1);
  }

  .features-gallery__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-gallery__tile--wide,
  .features-gallery__tile--detail {
    grid-column: auto;
    margin-bottom: 0;
  }

  .features-gallery__tile--wide {
    aspect-ratio: 4 / 3;
  }

  .features-gallery__tile--detail {
    align-self: stretch;
    aspect-ratio: 4 / 3;
  }

  .features-gallery__action {
    grid-column: 1 / span 3;
  }

  .features-location__card {
    grid-column: 1 / -1;
  }

  .features-closing__panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 799px) {
  .features-location__card {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  .features-location__address {
    padding-inline-end: 0;
  }

  .features-location__planning {
    padding-top: var(--space-6);
    padding-inline-start: 0;
    border-top: var(--border-default);
    border-inline-start: 0;
  }
}

@media (max-width: 759px) {
  .features-markers__strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .features-markers__strip > div + div {
    border-top: var(--border-default);
    border-inline-start: 0;
  }
}

@media (max-width: 639px) {
  .features-hero {
    padding-block-start: var(--space-5);
  }

  .features-hero__media {
    aspect-ratio: 4 / 3;
  }

  .features-hero__media img {
    object-position: center;
  }

  .features-hero__copy {
    margin-top: var(--space-4);
    padding: var(--space-5);
  }

  .features-hero__copy h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .features-hero__actions {
    align-items: stretch;
  }

  .features-hero__actions .button {
    width: 100%;
  }

  .features-hero__actions .button--text {
    justify-content: flex-start;
    min-height: 2.75rem;
  }

  .features-room__intro,
  .features-process__intro,
  .features-gallery__intro,
  .features-strategy__intro,
  .features-gallery__action {
    grid-column: 1 / -1;
  }

  .features-room__principles,
  .features-process__steps,
  .features-strategy__lenses,
  .features-gallery__tiles {
    grid-template-columns: minmax(0, 1fr);
  }

  .features-room__principle:nth-child(3),
  .features-strategy__lenses > article:nth-child(3) {
    grid-column: auto;
  }

  .features-room__principles {
    gap: var(--space-6);
    margin-top: var(--space-6);
  }

  .features-room__principle p {
    max-width: none;
  }

  .features-tables__copy {
    margin-top: var(--space-5);
  }

  .features-tables__media {
    aspect-ratio: 4 / 5;
  }

  .features-process__steps {
    gap: var(--space-5);
    margin-top: var(--space-6);
    border: 0;
  }

  .features-process__step,
  .features-process__step + .features-process__step,
  .features-process__step:nth-child(3),
  .features-process__step:nth-child(4) {
    padding: 0 0 0 var(--space-5);
    border: 0;
    border-inline-start: 1px solid var(--color-smoked-copper);
  }

  .features-process__step p {
    max-width: none;
  }

  .features-process__note {
    padding-inline-start: var(--space-4);
  }

  .features-strategy__panel {
    gap: var(--space-6);
    padding: var(--space-5);
  }

  .features-strategy__lenses p {
    max-width: none;
  }

  .features-strategy__lenses .button {
    width: 100%;
  }

  .features-markers__statements article {
    padding-inline-start: var(--space-4);
  }

  .features-hospitality__media {
    aspect-ratio: 4 / 3;
  }

  .features-hospitality__media img {
    object-position: center;
  }

  .features-hospitality__copy {
    padding: var(--space-5);
  }

  .features-hospitality__copy .button {
    width: 100%;
  }

  .features-gallery__tiles {
    margin-top: var(--space-6);
  }

  .features-gallery__tile--detail {
    aspect-ratio: 1;
  }

  .features-gallery__action .button {
    width: 100%;
  }

  .features-location__card {
    padding: var(--space-5);
  }

  .features-location address {
    font-size: 1.75rem;
  }

  .features-location__planning .button {
    width: 100%;
  }

  .features-closing__panel {
    padding: var(--space-6) var(--space-5);
    gap: var(--space-4);
  }

  .features-closing__panel h2 {
    font-size: clamp(2.3rem, 11vw, 2.7rem);
  }

  .features-closing__panel .button {
    width: 100%;
  }
}

ul { list-style: none !important; }
.nav-toggle { flex-direction: column; }

/* 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;
  }
}
