.features-page {
  overflow: clip;
}

.features-page a:not(.button) {
  color: var(--color-white);
  text-decoration: underline;
  text-decoration-color: var(--color-gold);
  text-decoration-thickness: 1px;
}

.features-page a:not(.button):hover {
  color: var(--color-gold);
}

.features-hero {
  padding-block-start: clamp(var(--space-8), 9vw, var(--space-10));
}

.features-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(360px, 1fr);
  gap: var(--space-6);
  align-items: end;
}

.features-hero__grid > * {
  min-width: 0;
  width: 100%;
}

.features-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--space-5);
  padding-block: var(--space-5);
}

.features-hero__copy > * {
  min-width: 0;
  margin: 0;
}

.features-hero__copy h1 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 5.6vw, 4.5rem);
}

.features-hero__lead {
  max-width: 54ch;
}

.features-hero__badges,
.features-hero__actions {
  width: auto;
}

.features-hero__badges {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.features-hero__media {
  width: 100%;
  margin: 0;
  border-width: 1px;
  box-shadow: var(--shadow-panel);
}

.features-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-position: center;
}

.features-hero__media figcaption {
  padding: var(--space-3) var(--space-4);
}

.features-atmosphere__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  grid-template-areas:
    "copy media"
    "statements media";
  gap: var(--space-5) clamp(var(--space-6), 4vw, 2.5rem);
  align-items: start;
}

.features-atmosphere__grid > * {
  min-width: 0;
  width: 100%;
}

.features-atmosphere__copy {
  grid-area: copy;
}

.features-atmosphere__copy > :last-child,
.features-atmosphere__statements > :last-child,
.features-tables__intro > :last-child,
.features-buyin__intro > :last-child,
.features-routes__intro > :last-child,
.features-reservation__intro > :last-child,
.features-closing__content > :last-child {
  margin-block-end: 0;
}

.features-atmosphere__lead {
  max-width: 56ch;
}

.features-atmosphere__media {
  grid-area: media;
  margin: 0;
}

.features-atmosphere__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-position: center;
}

.features-atmosphere__statements {
  grid-area: statements;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-5);
}

.features-statement {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: var(--space-4);
  min-width: 0;
  padding-block-start: var(--space-4);
  border-top: 1px solid var(--color-slate);
}

.features-statement--gold {
  border-top-color: var(--color-gold);
}

.features-statement__number {
  width: 2rem;
  color: var(--color-crimson);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.features-statement__body {
  min-width: 0;
}

.features-statement__body h3 {
  margin-block-end: var(--space-2);
}

.features-statement__body p {
  max-width: 46ch;
  margin-block-end: 0;
}

.features-tables__intro {
  max-width: 52ch;
}

.features-tables__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  margin-block-start: var(--space-6);
}

.features-tables__grid > * {
  min-width: 0;
  width: 100%;
}

.features-table-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: var(--space-4);
  padding: var(--space-6);
  transition: border-color var(--transition-fast);
}

.features-table-card > * {
  margin: 0;
}

.features-table-card p:not(.label) {
  max-width: 30ch;
}

.features-table-card--rule {
  border-top-color: var(--color-gold);
}

.features-table-card--crimson {
  border-inline-start-color: var(--color-crimson);
}

.features-table-card:hover {
  border-inline-end-color: var(--color-gold);
}

.features-buyin__intro {
  max-width: 58ch;
}

.features-buyin__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-block-start: var(--space-6);
  border-top: 1px solid var(--color-slate);
  border-bottom: 1px solid var(--color-slate);
}

.features-buyin__steps > * {
  min-width: 0;
  width: 100%;
}

.features-step {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-5);
  border-inline-end: 1px solid var(--color-slate);
}

.features-step:last-child {
  border-inline-end: 0;
}

.features-step > * {
  margin: 0;
}

.features-step h3 {
  min-height: 3.3em;
}

.features-step p {
  max-width: 32ch;
}

.features-step__number {
  display: inline-flex;
  width: 2.5rem;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  font-size: var(--text-sm);
  font-weight: 700;
}

.features-step__number--crimson {
  border-color: var(--color-crimson);
  background: var(--color-crimson);
  color: var(--color-white);
}

.features-tournament__frame {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(var(--space-5), 4vw, 2.5rem);
  padding: clamp(var(--space-6), 4vw, 2.5rem);
}

.features-tournament__frame > * {
  min-width: 0;
  width: 100%;
}

.features-tournament__editorial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
}

.features-tournament__editorial > * {
  margin: 0;
}

.features-tournament__editorial h2 {
  max-width: 15ch;
}

.features-tournament__editorial p:not(.features-tournament__label) {
  max-width: 50ch;
}

.features-tournament__label {
  padding: var(--space-2) var(--space-3);
  background: var(--color-crimson);
  color: var(--color-white);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.features-tournament__principles {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-4);
}

.features-principle {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-5);
  border-top-color: var(--color-gold);
}

.features-principle > * {
  margin: 0;
}

.features-principle p {
  max-width: 34ch;
}

.features-view__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: var(--space-6);
  align-items: center;
}

.features-view__grid > * {
  min-width: 0;
  width: 100%;
}

.features-view__media {
  margin: 0;
}

.features-view__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-position: center;
}

.features-view__media figcaption {
  padding: var(--space-3) var(--space-4);
  border-top: 1px solid var(--color-gold);
}

.features-view__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
}

.features-view__copy > * {
  margin: 0;
}

.features-view__copy blockquote {
  max-width: 28ch;
  padding: 0 0 0 var(--space-5);
}

.features-view__copy > p:not(.eyebrow) {
  max-width: 46ch;
}

.features-routes__intro {
  max-width: 52ch;
}

.features-routes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  margin-block-start: var(--space-6);
}

.features-routes__grid > * {
  min-width: 0;
  width: 100%;
}

.features-route-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-6);
}

.features-route-card > * {
  margin: 0;
}

.features-route-card p:not(.label, .features-route-card__label) {
  max-width: 30ch;
}

.features-route-card .button {
  margin-block-start: auto;
}

.features-route-card__label {
  color: var(--color-crimson);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.features-routes__note {
  margin-block-start: var(--space-5);
  padding: var(--space-5);
}

.features-routes__note p {
  max-width: 60ch;
  margin: 0;
}

.features-reservation__intro {
  max-width: 50ch;
}

.features-reservation__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(var(--space-5), 4vw, 2.5rem);
  align-items: start;
  margin-block-start: var(--space-6);
}

.features-reservation__grid > * {
  min-width: 0;
  width: 100%;
}

.features-reservation__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
  margin: 0;
}

.features-reservation__form > * {
  min-width: 0;
  margin: 0;
}

.features-reservation__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
  width: 100%;
}

.features-reservation__fields > * {
  min-width: 0;
  width: 100%;
}

.features-reservation__notes {
  grid-column: 1 / -1;
}

.features-reservation__expectation {
  max-width: 62ch;
  color: var(--color-mist);
  font-size: var(--text-sm);
}

.features-form-error {
  display: none;
  margin: 0;
  color: var(--color-white);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.45;
}

.features-form-error.is-visible {
  display: block;
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"] {
  border-color: var(--color-crimson);
}

.features-reservation__confirmation {
  width: 100%;
  padding: var(--space-4);
  border: 1px solid var(--color-gold);
  background: var(--color-slate);
  color: var(--color-white);
}

.features-reservation__note {
  align-self: start;
  padding: var(--space-6);
}

.features-reservation__note h3 {
  margin-block-end: var(--space-3);
}

.features-reservation__note p:last-child {
  max-width: 38ch;
  margin-block-end: 0;
}

.features-closing {
  border-top: 1px solid var(--color-slate);
}

.features-closing__content {
  display: flex;
  width: min(60%, 46.5rem);
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
}

.features-closing__content > * {
  margin: 0;
}

.features-closing__content h2 {
  max-width: 42ch;
}

.features-closing__content address {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  color: var(--color-white);
}

.features-closing__actions {
  width: auto;
}

@media (max-width: 1024px) {
  .features-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
    align-items: start;
  }

  .features-hero__copy {
    padding-block: 0;
  }

  .features-hero__media img {
    object-position: center center;
  }
}

@media (max-width: 980px) {
  .features-buyin__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-step:nth-child(2) {
    border-inline-end: 0;
  }

  .features-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--color-slate);
  }
}

@media (max-width: 940px) {
  .features-tables__grid,
  .features-routes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-tables__grid > :last-child,
  .features-routes__grid > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .features-atmosphere__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "media"
      "statements";
  }

  .features-atmosphere__media img {
    aspect-ratio: 4 / 3;
  }

  .features-tournament__frame,
  .features-reservation__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 880px) {
  .features-view__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .features-view__media img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 760px) {
  .features-hero__copy h1 {
    max-width: 11ch;
    font-size: 2.125rem;
  }

  .features-hero__lead {
    max-width: 34ch;
  }

  .features-hero__actions,
  .features-closing__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .features-hero__actions .button,
  .features-closing__actions .button {
    width: 100%;
  }

  .features-atmosphere__copy h2,
  .features-tables__intro h2,
  .features-buyin__intro h2,
  .features-tournament__editorial h2,
  .features-routes__intro h2,
  .features-reservation__intro h2 {
    font-size: 2.125rem;
  }

  .features-atmosphere__lead,
  .features-tables__intro,
  .features-buyin__intro,
  .features-routes__intro,
  .features-reservation__intro {
    max-width: 36ch;
  }

  .features-statement {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .features-statement__body p {
    max-width: none;
  }

  .features-tables__grid,
  .features-routes__grid,
  .features-buyin__steps,
  .features-reservation__fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .features-tables__grid > :last-child,
  .features-routes__grid > :last-child {
    grid-column: auto;
  }

  .features-table-card,
  .features-route-card {
    padding: var(--space-5);
  }

  .features-buyin__steps {
    border-bottom: 0;
  }

  .features-step,
  .features-step:nth-child(2) {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    column-gap: var(--space-4);
    padding-inline: 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--color-slate);
  }

  .features-step:last-child {
    border-bottom: 1px solid var(--color-slate);
  }

  .features-step__number {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .features-step h3,
  .features-step p {
    grid-column: 2;
  }

  .features-step h3 {
    min-height: 0;
  }

  .features-step p {
    max-width: none;
  }

  .features-tournament__frame {
    padding: var(--space-5);
  }

  .features-tournament__editorial h2 {
    max-width: none;
  }

  .features-tournament__editorial .button {
    width: 100%;
  }

  .features-principle {
    padding: var(--space-4);
  }

  .features-principle p {
    max-width: none;
  }

  .features-view__copy blockquote {
    max-width: 22ch;
    font-size: 1.75rem;
  }

  .features-view__copy > p:not(.eyebrow) {
    max-width: 36ch;
  }

  .features-route-card .button {
    width: 100%;
  }

  .features-reservation__form,
  .features-reservation__note {
    padding: var(--space-5);
  }

  .features-reservation__notes {
    grid-column: auto;
  }

  .features-reservation__form .button {
    width: 100%;
  }

  .features-closing__content {
    width: 100%;
  }

  .features-closing__content h2 {
    max-width: 34ch;
    font-size: clamp(1.875rem, 9vw, 2.125rem);
  }
}

ul {
  list-style: none !important;
}

.nav-toggle {
  flex-direction: column;
}
