main.card-lounge-feature-story {
  padding-top: 0;
}

.card-lounge-feature-story .clfs-hero {
  position: relative;
  width: 100%;
  max-width: none;
  padding-bottom: var(--space-9);
}

.card-lounge-feature-story .clfs-hero__media {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-paper-muted);
}

.card-lounge-feature-story .clfs-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgb(26 26 26 / 0.34) 0%, rgb(26 26 26 / 0.12) 38%, transparent 62%);
}

.card-lounge-feature-story .clfs-hero__media img,
.card-lounge-feature-story .clfs-host__media img,
.card-lounge-feature-story .clfs-dining__media img,
.card-lounge-feature-story .clfs-reflection__media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-lounge-feature-story .clfs-hero__media img {
  object-position: 62% 52%;
}

.card-lounge-feature-story .clfs-hero__panel {
  position: absolute;
  z-index: 1;
  bottom: var(--space-6);
  left: max(
    var(--space-6),
    calc((100% - var(--container-max)) / 2 + var(--space-6))
  );
  display: flex;
  flex-direction: column;
  width: clamp(27.5rem, 40vw, 31.25rem);
  min-width: 0;
  gap: var(--space-4);
  padding: 1.75rem;
  border-radius: var(--radius-card);
  background: var(--color-paper);
  box-shadow: var(--shadow-panel);
}

.card-lounge-feature-story .clfs-hero__panel > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  color: var(--color-ink-muted);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.card-lounge-feature-story .clfs-hero__meta span {
  min-width: 0;
}

.card-lounge-feature-story .clfs-hero__meta span + span::before {
  margin-right: var(--space-2);
  color: var(--color-rule);
  content: "•";
}

.card-lounge-feature-story .clfs-hero__title {
  font-size: clamp(3.3rem, 5.6vw, 4.75rem);
  line-height: 0.92;
}

.card-lounge-feature-story .clfs-hero__deck {
  color: var(--color-ink-muted);
  font-size: var(--text-deck);
  line-height: var(--leading-deck);
}

.card-lounge-feature-story .clfs-hero__action {
  align-self: flex-start;
  padding-top: var(--space-4);
  border-top: var(--border-rule);
  font-size: var(--text-nav);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.card-lounge-feature-story .clfs-arrival {
  padding-block: 0 var(--space-9);
}

.card-lounge-feature-story .clfs-arrival__caption {
  width: min(100%, 32.5rem);
  margin: 0 0 var(--space-5) calc(100% / 6);
  padding-top: var(--space-3);
  border-top: var(--border-rule);
}

.card-lounge-feature-story .clfs-arrival__copy {
  width: min(100%, 41.25rem);
  margin-left: calc(100% / 6);
}

.card-lounge-feature-story .clfs-arrival__lead {
  color: var(--color-ink);
  font-size: 1.1875rem;
  line-height: 1.45;
}

.card-lounge-feature-story .clfs-arrival__copy mark {
  color: var(--color-wine);
}

.card-lounge-feature-story .clfs-host {
  display: grid;
  grid-template-columns: minmax(0, 46fr) minmax(0, 48fr);
  gap: 6%;
  align-items: start;
  padding-block: var(--space-9);
  border-top: var(--border-rule);
}

.card-lounge-feature-story .clfs-host__copy,
.card-lounge-feature-story .clfs-host__figure,
.card-lounge-feature-story .clfs-dining__copy,
.card-lounge-feature-story .clfs-dining__figure,
.card-lounge-feature-story .clfs-reflection__figure,
.card-lounge-feature-story .clfs-reflection__copy {
  min-width: 0;
  width: 100%;
}

.card-lounge-feature-story .clfs-host__copy {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.card-lounge-feature-story .clfs-host__copy > *,
.card-lounge-feature-story .clfs-host__figure > *,
.card-lounge-feature-story .clfs-dining__copy > *,
.card-lounge-feature-story .clfs-dining__figure > *,
.card-lounge-feature-story .clfs-reflection__copy > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-host__figure {
  grid-column: 2;
  margin: 0;
}

.card-lounge-feature-story .clfs-host__media,
.card-lounge-feature-story .clfs-dining__media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--color-paper-muted);
}

.card-lounge-feature-story .clfs-host__media img {
  object-position: 51% 48%;
}

.card-lounge-feature-story .clfs-host__figure figcaption,
.card-lounge-feature-story .clfs-dining__figure figcaption,
.card-lounge-feature-story .clfs-reflection__figure figcaption {
  padding-top: var(--space-3);
  border-top: var(--border-rule);
}

.card-lounge-feature-story .clfs-host__module {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-2);
  padding-top: var(--space-5);
  border-top: var(--border-rule);
}

.card-lounge-feature-story .clfs-host__module > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-host__module:first-child {
  padding-top: 0;
  border-top: 0;
}

.card-lounge-feature-story .clfs-index {
  color: var(--color-wine);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.card-lounge-feature-story .clfs-host__module h2,
.card-lounge-feature-story .clfs-host__module h3 {
  margin-top: var(--space-1);
}

.card-lounge-feature-story .clfs-pullquote {
  padding-block: var(--space-9);
}

.card-lounge-feature-story .clfs-pullquote__field {
  width: 100%;
  max-width: 100%;
  padding: var(--space-8) var(--gutter-desktop);
  background: var(--color-ink);
  color: var(--color-white);
}

.card-lounge-feature-story .clfs-pullquote__inner {
  display: flex;
  flex-direction: column;
  width: min(100%, 43.75rem);
  min-width: 0;
  gap: var(--space-4);
  margin-left: auto;
  margin-right: 8%;
}

.card-lounge-feature-story .clfs-pullquote__inner > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-pullquote__kicker {
  color: var(--color-wine-tint);
}

.card-lounge-feature-story .clfs-pullquote blockquote {
  padding: 0;
  border: 0;
  color: var(--color-white);
  font-size: clamp(2.4rem, 4.1vw, 3.625rem);
  line-height: 1.05;
}

.card-lounge-feature-story .clfs-pullquote__note {
  color: rgb(255 255 255 / 0.78);
  font-size: var(--text-caption);
  line-height: var(--leading-caption);
}

.card-lounge-feature-story .clfs-dining {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: var(--space-7);
  align-items: start;
  padding-block: var(--space-9);
}

.card-lounge-feature-story .clfs-dining__copy {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 40rem);
  gap: var(--space-5);
}

.card-lounge-feature-story .clfs-dining__copy > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-dining__figure {
  grid-column: 2;
  margin-top: 5rem;
}

.card-lounge-feature-story .clfs-dining__media img {
  object-position: 52% 51%;
}

.card-lounge-feature-story .clfs-dining__link {
  display: inline-block;
  margin-top: var(--space-2);
  font-size: var(--text-caption);
  font-weight: 600;
}

.card-lounge-feature-story .clfs-table-note {
  display: flex;
  flex-direction: column;
  width: min(100%, 32.5rem);
  min-width: 0;
  gap: var(--space-3);
  padding: var(--space-5);
  background: var(--color-wine-tint);
}

.card-lounge-feature-story .clfs-table-note > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-terms {
  padding-block: var(--space-9);
  border-top: var(--border-rule);
}

.card-lounge-feature-story .clfs-terms__intro {
  width: min(100%, 38.75rem);
  margin-bottom: var(--space-6);
}

.card-lounge-feature-story .clfs-terms__list {
  width: min(100%, 51.25rem);
  margin: 0;
  border-top: var(--border-rule);
}

.card-lounge-feature-story .clfs-terms__row {
  display: grid;
  grid-template-columns: minmax(0, 28fr) minmax(0, 72fr);
  gap: var(--space-5);
  min-width: 0;
  padding-block: var(--space-5);
  border-bottom: var(--border-rule);
}

.card-lounge-feature-story .clfs-terms__row dt,
.card-lounge-feature-story .clfs-terms__row dd {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-terms__row dd {
  color: var(--color-ink-muted);
}

.card-lounge-feature-story .clfs-reflection {
  display: grid;
  grid-template-columns: minmax(19.375rem, 21.875rem) minmax(0, 38.75rem);
  gap: var(--space-8);
  align-items: start;
  padding-block: var(--space-9);
}

.card-lounge-feature-story .clfs-reflection__figure {
  grid-column: 1;
  margin: 0;
}

.card-lounge-feature-story .clfs-reflection__media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--color-paper-muted);
}

.card-lounge-feature-story .clfs-reflection__media img {
  object-position: 50% 50%;
}

.card-lounge-feature-story .clfs-reflection__copy {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-top: var(--space-6);
}

.card-lounge-feature-story .clfs-reflection__copy > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-reflection__statement {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.card-lounge-feature-story .clfs-cta {
  padding: 0 0 var(--space-9);
}

.card-lounge-feature-story .clfs-cta__inner {
  display: flex;
  flex-direction: column;
  width: min(100%, 40rem);
  min-width: 0;
  gap: var(--space-4);
  padding-top: var(--space-8);
  border-top: var(--border-rule);
}

.card-lounge-feature-story .clfs-cta__inner > * {
  min-width: 0;
  margin: 0;
}

.card-lounge-feature-story .clfs-cta__actions {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: var(--space-3);
}

.card-lounge-feature-story .clfs-cta__actions > a {
  min-width: 0;
}

@media (max-width: 1099px) {
  main.card-lounge-feature-story {
    padding-top: 0;
  }

  .card-lounge-feature-story .clfs-hero__panel {
    bottom: var(--space-5);
    left: max(
      var(--space-5),
      calc((100% - var(--container-max)) / 2 + var(--space-5))
    );
  }

  .card-lounge-feature-story .clfs-arrival__caption,
  .card-lounge-feature-story .clfs-arrival__copy {
    margin-left: 8%;
  }

  .card-lounge-feature-story .clfs-pullquote__field {
    padding-inline: var(--gutter-tablet);
  }
}

@media (min-width: 980px) {
  .card-lounge-feature-story .clfs-hero__media {
    height: min(62.5vw, 46.125rem);
    aspect-ratio: auto;
  }
}

@media (max-width: 979px) {
  .card-lounge-feature-story .clfs-hero {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
  }

  .card-lounge-feature-story .clfs-hero__panel {
    position: static;
    width: min(100%, 43.75rem);
    margin-inline: var(--gutter-tablet);
    box-shadow: none;
  }

  .card-lounge-feature-story .clfs-hero__media::after {
    display: none;
  }

  .card-lounge-feature-story .clfs-host {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  .card-lounge-feature-story .clfs-host__figure {
    grid-column: 1;
    grid-row: 1;
  }

  .card-lounge-feature-story .clfs-host__copy {
    grid-column: 1;
    grid-row: 2;
  }

  .card-lounge-feature-story .clfs-dining {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  .card-lounge-feature-story .clfs-dining__copy,
  .card-lounge-feature-story .clfs-dining__figure {
    grid-column: 1;
  }

  .card-lounge-feature-story .clfs-dining__copy {
    width: min(100%, 40rem);
  }

  .card-lounge-feature-story .clfs-dining__figure {
    width: 100%;
    margin-top: 0;
  }

  .card-lounge-feature-story .clfs-reflection {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
  }

  .card-lounge-feature-story .clfs-reflection__figure,
  .card-lounge-feature-story .clfs-reflection__copy {
    grid-column: 1;
  }

  .card-lounge-feature-story .clfs-reflection__figure {
    width: min(100%, 21.875rem);
  }

  .card-lounge-feature-story .clfs-reflection__copy {
    width: min(100%, 38.75rem);
    padding-top: 0;
  }
}

@media (max-width: 819px) {
  .card-lounge-feature-story .clfs-arrival__caption,
  .card-lounge-feature-story .clfs-arrival__copy {
    margin-left: 0;
  }

  .card-lounge-feature-story .clfs-terms__list {
    width: 100%;
  }

  .card-lounge-feature-story .clfs-terms__row {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2);
  }

  .card-lounge-feature-story .clfs-cta__actions > a {
    flex: 1 1 calc(50% - var(--space-3));
  }
}

@media (max-width: 699px) {
  main.card-lounge-feature-story {
    padding-top: 0;
  }

  .card-lounge-feature-story .clfs-hero {
    padding-bottom: var(--space-8);
  }

  .card-lounge-feature-story .clfs-hero__media {
    aspect-ratio: 16 / 11;
  }

  .card-lounge-feature-story .clfs-hero__panel {
    width: calc(100% - (var(--gutter-mobile) * 2));
    margin-inline: var(--gutter-mobile);
    padding: var(--space-4);
    gap: var(--space-3);
  }

  .card-lounge-feature-story .clfs-hero__title {
    font-size: 2.75rem;
  }

  .card-lounge-feature-story .clfs-arrival,
  .card-lounge-feature-story .clfs-host,
  .card-lounge-feature-story .clfs-dining,
  .card-lounge-feature-story .clfs-terms,
  .card-lounge-feature-story .clfs-reflection,
  .card-lounge-feature-story .clfs-pullquote {
    padding-block: var(--space-8);
  }

  .card-lounge-feature-story .clfs-arrival__caption {
    margin-bottom: var(--space-5);
  }

  .card-lounge-feature-story .clfs-arrival__lead {
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .card-lounge-feature-story .clfs-host {
    gap: var(--space-5);
  }

  .card-lounge-feature-story .clfs-host__copy {
    gap: var(--space-5);
  }

  .card-lounge-feature-story .clfs-host__module {
    padding-top: var(--space-4);
  }

  .card-lounge-feature-story .clfs-pullquote__field {
    padding: 2.5rem var(--space-4);
  }

  .card-lounge-feature-story .clfs-pullquote__inner {
    width: 100%;
    margin: 0;
  }

  .card-lounge-feature-story .clfs-pullquote blockquote {
    font-size: clamp(1.875rem, 9vw, 2.125rem);
    line-height: 1.08;
  }

  .card-lounge-feature-story .clfs-dining {
    gap: var(--space-5);
  }

  .card-lounge-feature-story .clfs-dining__copy {
    width: 100%;
  }

  .card-lounge-feature-story .clfs-table-note {
    width: 100%;
    padding: var(--space-4);
  }

  .card-lounge-feature-story .clfs-terms__intro {
    width: 100%;
    margin-bottom: var(--space-5);
  }

  .card-lounge-feature-story .clfs-terms__row {
    padding-block: var(--space-4) var(--space-5);
    gap: var(--space-3);
  }

  .card-lounge-feature-story .clfs-reflection {
    gap: var(--space-4);
  }

  .card-lounge-feature-story .clfs-reflection__figure,
  .card-lounge-feature-story .clfs-reflection__copy {
    width: 100%;
  }

  .card-lounge-feature-story .clfs-reflection__copy {
    gap: var(--space-4);
  }

  .card-lounge-feature-story .clfs-reflection__statement {
    font-size: 1.875rem;
    line-height: 1.08;
  }

  .card-lounge-feature-story .clfs-cta {
    padding-bottom: var(--space-8);
  }

  .card-lounge-feature-story .clfs-cta__inner {
    width: 100%;
    padding-top: var(--space-7);
  }

  .card-lounge-feature-story .clfs-cta__actions {
    flex-direction: column;
  }

  .card-lounge-feature-story .clfs-cta__actions > a {
    width: 100%;
    min-height: 3rem;
  }
}
