@font-face {
  font-family: "Source Serif 4 Editorial";
  src: url("../fonts/source-serif-4-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4 Editorial";
  src: url("../fonts/source-serif-4-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4 Editorial";
  src: url("../fonts/source-serif-4-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* Route-only theme integration. The two !important declarations are required to
   override PRS03070_3 column visibility utilities without changing the theme. */
body[id^="module-illusionat_editorial-"] #left-column,
body[id^="module-illusionat_editorial-"] #right-column {
  display: none !important;
}

body[id^="module-illusionat_editorial-"] #content-wrapper {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}

body[id^="module-illusionat_editorial-"] #wrapper > .columns.container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

body[id^="module-illusionat_editorial-"] .page-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.il-editorial {
  --il-font-sans: Raleway, Arial, Helvetica, sans-serif;
  --il-font-serif: "Source Serif 4 Editorial", Georgia, "Times New Roman", serif;
  --il-reading: 46rem;
  --il-editorial: 76rem;
  --il-canvas: 90rem;
  --il-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --il-grid-gap: clamp(1rem, 2.1vw, 2rem);
  --il-space-1: 0.5rem;
  --il-space-2: 0.75rem;
  --il-space-3: 1rem;
  --il-space-4: 1.5rem;
  --il-space-5: 2rem;
  --il-space-6: 3rem;
  --il-space-7: 4rem;
  --il-space-8: 6rem;
  --il-space-9: 8rem;
  --il-ink: #25221f;
  --il-muted: #6f6963;
  --il-line: #e6e0d9;
  --il-paper: #fffdf9;
  --il-surface: #f4f0ea;
  --il-accent: #25221f;
  --il-accent-rgb: 37, 34, 31;
  color: var(--il-ink);
  font-family: var(--il-font-sans);
  overflow: clip;
}

.il-editorial *,
.il-editorial *::before,
.il-editorial *::after {
  box-sizing: border-box;
}

.il-editorial img,
.il-editorial picture {
  display: block;
  max-width: 100%;
}

.il-editorial img {
  height: auto;
}

.il-editorial a {
  color: inherit;
  text-decoration-color: rgba(var(--il-accent-rgb), 0.55);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.il-editorial a:hover {
  color: var(--il-accent);
  text-decoration-color: var(--il-accent);
}

.il-editorial a:focus-visible {
  border-radius: 0.12rem;
  outline: 0.2rem solid rgba(var(--il-accent-rgb), 0.42);
  outline-offset: 0.2rem;
}

.il-editorial h1,
.il-editorial h2,
.il-editorial h3,
.il-editorial h4 {
  color: var(--il-ink);
  font-family: var(--il-font-sans);
  font-weight: 600;
  text-wrap: balance;
}

.il-editorial figure {
  margin: 0;
}

.il-editorial__shell,
.il-editorial__media-text,
.il-editorial__gallery {
  width: min(calc(100% - (2 * var(--il-gutter))), var(--il-editorial));
  margin-inline: auto;
}

.il-editorial__shell {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--il-grid-gap);
}

.il-editorial__shell > * {
  grid-column: 1 / -1;
}

.il-editorial__reading {
  width: min(calc(100% - (2 * var(--il-gutter))), var(--il-reading));
  margin-inline: auto;
}

.il-editorial__breadcrumbs {
  padding-block: var(--il-space-4);
  color: var(--il-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.il-editorial__breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: var(--il-space-1);
  margin: 0;
  padding: 0;
  list-style: none;
}

.il-editorial__breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: var(--il-space-1);
  color: var(--il-line);
}

.il-editorial__listing-header,
.il-editorial__fallback-header {
  padding-block: clamp(3rem, 8vw, 7rem);
}

.il-editorial__listing-header h1,
.il-editorial__fallback-header h1,
.il-editorial__hero h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2.6rem, 4.6vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.052em;
}

.il-editorial__eyebrow {
  display: inline-block;
  margin: 0 0 var(--il-space-3);
  color: var(--il-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.il-editorial__dek {
  max-width: 46ch;
  margin: var(--il-space-4) 0 0;
  color: var(--il-muted);
  font-family: var(--il-font-serif);
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.48;
  text-wrap: pretty;
}

.il-editorial__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--il-space-2) var(--il-space-4);
  margin-top: var(--il-space-5);
  color: var(--il-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.5;
  text-transform: uppercase;
}

.il-editorial__component {
  margin-block: clamp(4rem, 9vw, var(--il-space-9));
}

.il-editorial__hero {
  position: relative;
  width: min(calc(100% - (2 * var(--il-gutter))), var(--il-canvas));
  margin: var(--il-space-3) auto clamp(4.5rem, 10vw, 9rem);
}

.il-editorial__hero--split {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: var(--il-grid-gap);
}

.il-editorial__hero--split .il-editorial__hero-media {
  grid-column: 6 / -1;
}

.il-editorial__hero--split .il-editorial__hero-copy {
  z-index: 1;
  grid-column: 1 / 6;
  grid-row: 1;
  padding: clamp(1rem, 3vw, 3.25rem) clamp(0rem, 2vw, 2rem);
}

.il-editorial__hero-caption {
  display: flex;
  justify-content: space-between;
  gap: var(--il-space-3);
  color: var(--il-muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.il-editorial__hero--split .il-editorial__hero-caption {
  grid-column: 6 / -1;
}

.il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-media {
  grid-column: 1 / 8;
}

.il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-copy {
  grid-column: 8 / -1;
}

.il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-caption {
  grid-column: 1 / 8;
}

.il-editorial__hero-media {
  min-width: 0;
  background: var(--il-surface);
}

.il-editorial__hero-media picture,
.il-editorial__hero-media img {
  width: 100%;
}

.il-editorial__hero--split .il-editorial__hero-media img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.il-editorial figcaption {
  display: flex;
  justify-content: space-between;
  gap: var(--il-space-3);
  padding-top: var(--il-space-2);
  color: var(--il-muted);
  font-family: var(--il-font-sans);
  font-size: 0.7rem;
  line-height: 1.45;
}

.il-editorial__hero--overlay,
.il-editorial__hero--immersive {
  display: grid;
  min-height: clamp(36rem, 70vw, 49rem);
  overflow: hidden;
  background: var(--il-ink);
}

.il-editorial__hero--overlay > *,
.il-editorial__hero--immersive > * {
  grid-area: 1 / 1;
}

.il-editorial__hero--overlay .il-editorial__hero-media,
.il-editorial__hero--immersive .il-editorial__hero-media,
.il-editorial__hero--overlay .il-editorial__hero-media picture,
.il-editorial__hero--immersive .il-editorial__hero-media picture,
.il-editorial__hero--overlay .il-editorial__hero-media img,
.il-editorial__hero--immersive .il-editorial__hero-media img {
  width: 100%;
  height: 100%;
}

.il-editorial__hero--overlay .il-editorial__hero-media img,
.il-editorial__hero--immersive .il-editorial__hero-media img {
  object-fit: cover;
}

.il-editorial__hero--overlay .il-editorial__hero-media::after,
.il-editorial__hero--immersive .il-editorial__hero-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 16, 14, 0.84) 0%, rgba(18, 16, 14, 0.42) 58%, rgba(18, 16, 14, 0.12) 100%);
  content: "";
  pointer-events: none;
}

.il-editorial__hero--overlay .il-editorial__hero-copy,
.il-editorial__hero--immersive .il-editorial__hero-copy {
  z-index: 2;
  align-self: end;
  width: min(100%, 52rem);
  padding: clamp(2rem, 7vw, 7rem);
}

.il-editorial__hero--overlay h1,
.il-editorial__hero--immersive h1,
.il-editorial__hero--overlay .il-editorial__dek,
.il-editorial__hero--immersive .il-editorial__dek,
.il-editorial__hero--overlay .il-editorial__meta,
.il-editorial__hero--immersive .il-editorial__meta {
  color: #fff;
}

.il-editorial__hero--overlay .il-editorial__eyebrow,
.il-editorial__hero--immersive .il-editorial__eyebrow {
  color: #fff;
}

.il-editorial__hero--overlay .il-editorial__hero-caption,
.il-editorial__hero--immersive .il-editorial__hero-caption {
  position: absolute;
  z-index: 3;
  right: var(--il-space-4);
  bottom: var(--il-space-3);
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.78);
}

.il-editorial__hero--immersive {
  width: min(100vw, var(--il-canvas));
  min-height: clamp(42rem, 86vh, 58rem);
}

.il-editorial__hero--immersive .il-editorial__hero-copy {
  align-self: center;
  justify-self: center;
  width: min(calc(100% - (2 * var(--il-gutter))), 64rem);
  padding-inline: 0;
  text-align: center;
}

.il-editorial__hero--immersive h1,
.il-editorial__hero--immersive .il-editorial__dek {
  margin-inline: auto;
}

.il-editorial__hero--immersive .il-editorial__meta {
  justify-content: center;
}

.il-editorial__hero--immersive .il-editorial__hero-media::after {
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.22), rgba(18, 16, 14, 0.68));
}

.il-editorial__prose {
  color: var(--il-ink);
  font-family: var(--il-font-serif);
  font-size: clamp(1.12rem, 1.45vw, 1.3rem);
  line-height: 1.72;
}

.il-editorial__prose > *:first-child {
  margin-top: 0;
}

.il-editorial__prose > *:last-child {
  margin-bottom: 0;
}

.il-editorial__prose p,
.il-editorial__prose ul,
.il-editorial__prose ol,
.il-editorial__prose blockquote {
  margin-block: 0 var(--il-space-4);
}

.il-editorial__prose h2,
.il-editorial__rich-text > h2,
.il-editorial__media-text h2,
.il-editorial__gallery h2 {
  margin: 0 0 var(--il-space-5);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.038em;
}

.il-editorial__prose h3 {
  margin: var(--il-space-6) 0 var(--il-space-3);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.il-editorial__prose ul,
.il-editorial__prose ol {
  padding-left: 1.25em;
}

.il-editorial__prose li + li {
  margin-top: var(--il-space-1);
}

.il-editorial__prose strong {
  font-weight: 600;
}

.il-editorial__prose blockquote {
  padding: var(--il-space-4) 0 var(--il-space-4) var(--il-space-5);
  border-left: 0.22rem solid var(--il-accent);
  color: var(--il-muted);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-style: italic;
  line-height: 1.46;
}

.il-editorial__prose hr {
  width: min(7rem, 26%);
  margin: var(--il-space-7) auto;
  border: 0;
  border-top: 0.14rem solid var(--il-accent);
}

.il-editorial__rich-text--intro .il-editorial__prose {
  font-size: clamp(1.42rem, 2.5vw, 1.85rem);
  line-height: 1.55;
}

.il-editorial__rich-text--intro .il-editorial__prose > p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--il-accent);
  font-family: var(--il-font-sans);
  font-size: 3.4em;
  font-weight: 600;
  line-height: 0.78;
}

.il-editorial__media-text {
  --il-media-track: 1fr;
  --il-copy-track: 1fr;
  display: grid;
  grid-template-columns: var(--il-media-track) var(--il-copy-track);
  gap: clamp(2rem, 7vw, 7rem);
}

.il-editorial__media-text--ratio-60-40 {
  --il-media-track: 3fr;
  --il-copy-track: 2fr;
}

.il-editorial__media-text--ratio-40-60 {
  --il-media-track: 2fr;
  --il-copy-track: 3fr;
}

.il-editorial__media-text--align-center {
  align-items: center;
}

.il-editorial__media-text--align-top {
  align-items: start;
}

.il-editorial__media-text--media-right .il-editorial__media-text-media {
  order: 2;
}

.il-editorial__media-text-media img {
  width: 100%;
}

.il-editorial__media-text-copy {
  max-width: 38rem;
}

.il-editorial__full-media {
  margin-inline: auto;
}

.il-editorial__full-media--editorial {
  width: min(calc(100% - (2 * var(--il-gutter))), var(--il-editorial));
}

.il-editorial__full-media--viewport {
  width: min(100vw, var(--il-canvas));
}

.il-editorial__full-media picture,
.il-editorial__full-media img {
  width: 100%;
}

.il-editorial__full-media--fit-cover img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.il-editorial__full-media--fit-contain img {
  max-height: 52rem;
  object-fit: contain;
}

.il-editorial__full-media figcaption {
  width: min(calc(100% - (2 * var(--il-gutter))), var(--il-editorial));
  margin-inline: auto;
}

.il-editorial__gallery h2 {
  width: 100%;
  margin-bottom: var(--il-space-6);
}

.il-editorial__gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: start;
}

.il-editorial__gallery-item {
  grid-column: span 4;
  min-width: 0;
}

.il-editorial__gallery-item picture,
.il-editorial__gallery-item img {
  width: 100%;
}

.il-editorial__gallery--mosaic .il-editorial__gallery-item--1,
.il-editorial__gallery--editorial .il-editorial__gallery-item--1,
.il-editorial__gallery--dominant_left .il-editorial__gallery-item--1 {
  grid-column: 1 / 8;
  grid-row: span 2;
}

.il-editorial__gallery--mosaic .il-editorial__gallery-item:not(:first-child),
.il-editorial__gallery--editorial .il-editorial__gallery-item:not(:first-child),
.il-editorial__gallery--dominant_left .il-editorial__gallery-item:not(:first-child) {
  grid-column: 8 / -1;
}

.il-editorial__gallery--dominant_right .il-editorial__gallery-item--1 {
  grid-column: 6 / -1;
  grid-row: 1 / span 2;
}

.il-editorial__gallery--dominant_right .il-editorial__gallery-item:not(:first-child) {
  grid-column: 1 / 6;
}

.il-editorial__gallery--sequence .il-editorial__gallery-item {
  grid-column: span 4;
}

.il-editorial__gallery--sequence .il-editorial__gallery-item:nth-child(2) {
  margin-top: var(--il-space-7);
}

.il-editorial__listing-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem) var(--il-grid-gap);
  padding-bottom: clamp(4rem, 9vw, 8rem);
}

.il-editorial__card {
  grid-column: span 6;
  min-width: 0;
  padding-top: var(--il-space-3);
  border-top: 1px solid var(--il-line);
}

.il-editorial__card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-bottom: var(--il-space-4);
  background: var(--il-surface);
}

.il-editorial__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.il-editorial__card-media:hover img {
  transform: scale(1.018);
}

.il-editorial__card h2 {
  margin: 0 0 var(--il-space-3);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.il-editorial__card p {
  color: var(--il-muted);
  font-family: var(--il-font-serif);
  font-size: 1.08rem;
  line-height: 1.58;
}

.il-editorial__card time {
  color: var(--il-muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.il-editorial__empty,
.il-editorial--error {
  padding-block: var(--il-space-7);
}

@media (max-width: 64rem) {
  .il-editorial__hero--split {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .il-editorial__hero--split .il-editorial__hero-media,
  .il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-media {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .il-editorial__hero--split .il-editorial__hero-copy,
  .il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-copy {
    grid-column: 1 / 7;
    grid-row: 2;
    margin-top: calc(-1 * clamp(2rem, 8vw, 5rem));
    padding: clamp(1.75rem, 5vw, 3.5rem);
    background: var(--il-paper);
  }

  .il-editorial__hero--split .il-editorial__hero-caption,
  .il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-caption {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-copy {
    grid-column: 3 / -1;
  }

  .il-editorial__media-text {
    gap: clamp(2rem, 5vw, 4rem);
  }
}

@media (max-width: 47.9375rem) {
  .il-editorial {
    --il-gutter: clamp(1.1rem, 5vw, 1.5rem);
    --il-grid-gap: 1rem;
  }

  .il-editorial__breadcrumbs {
    padding-block: var(--il-space-3);
    font-size: 0.7rem;
  }

  .il-editorial--post .il-editorial__breadcrumbs .il-editorial__breadcrumb-item--current {
    display: none;
  }

  .il-editorial--post .il-editorial__breadcrumbs .il-editorial__breadcrumb-item:nth-last-child(2)::after {
    content: none;
    margin-left: 0;
  }

  .il-editorial__listing-header h1,
  .il-editorial__fallback-header h1,
  .il-editorial__hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
    line-height: 0.96;
  }

  .il-editorial__component {
    margin-block: clamp(3.5rem, 18vw, 5.5rem);
  }

  .il-editorial__hero {
    width: 100%;
    margin-top: 0;
  }

  .il-editorial__hero--split {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .il-editorial__hero--split .il-editorial__hero-copy,
  .il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-copy {
    order: 1;
    width: calc(100% - (2 * var(--il-gutter)));
    margin: 0 auto;
    padding: var(--il-space-5) var(--il-space-4) 0;
  }

  .il-editorial__hero--split .il-editorial__hero-media {
    order: 2;
  }

  .il-editorial__hero--split.il-editorial__hero--mobile-media_first .il-editorial__hero-copy {
    order: 2;
  }

  .il-editorial__hero--split.il-editorial__hero--mobile-media_first .il-editorial__hero-media {
    order: 1;
  }

  .il-editorial__hero--split .il-editorial__hero-caption,
  .il-editorial__hero--split.il-editorial__hero--media-left .il-editorial__hero-caption {
    order: 3;
    width: calc(100% - (2 * var(--il-gutter)));
    margin: var(--il-space-3) auto 0;
  }

  .il-editorial__hero--split .il-editorial__hero-media img {
    aspect-ratio: 4 / 3;
  }

  .il-editorial__hero--overlay,
  .il-editorial__hero--immersive {
    min-height: 42rem;
  }

  .il-editorial__hero--overlay .il-editorial__hero-copy,
  .il-editorial__hero--immersive .il-editorial__hero-copy {
    align-self: end;
    width: 100%;
    padding: var(--il-space-6) var(--il-gutter);
    text-align: left;
  }

  .il-editorial__hero--immersive h1,
  .il-editorial__hero--immersive .il-editorial__dek {
    margin-inline: 0;
  }

  .il-editorial__hero--immersive .il-editorial__meta {
    justify-content: flex-start;
  }

  .il-editorial__hero--overlay .il-editorial__hero-caption,
  .il-editorial__hero--immersive .il-editorial__hero-caption {
    display: none;
  }

  .il-editorial figcaption {
    flex-direction: column;
    gap: 0.15rem;
  }

  .il-editorial__media-text {
    grid-template-columns: 1fr;
    gap: var(--il-space-5);
  }

  .il-editorial__media-text--media-right .il-editorial__media-text-media {
    order: initial;
  }

  .il-editorial__media-text--mobile-text-first .il-editorial__media-text-copy {
    order: 1;
  }

  .il-editorial__media-text--mobile-text-first .il-editorial__media-text-media {
    order: 2;
  }

  .il-editorial__full-media--fit-cover img,
  .il-editorial__full-media--mobile-cover img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .il-editorial__full-media--mobile-contain img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .il-editorial__gallery-grid,
  .il-editorial__listing-grid {
    grid-template-columns: 1fr;
  }

  .il-editorial__gallery-item,
  .il-editorial__gallery--mosaic .il-editorial__gallery-item--1,
  .il-editorial__gallery--mosaic .il-editorial__gallery-item:not(:first-child),
  .il-editorial__gallery--dominant_left .il-editorial__gallery-item--1,
  .il-editorial__gallery--dominant_left .il-editorial__gallery-item:not(:first-child),
  .il-editorial__gallery--dominant_right .il-editorial__gallery-item--1,
  .il-editorial__gallery--dominant_right .il-editorial__gallery-item:not(:first-child),
  .il-editorial__gallery--sequence .il-editorial__gallery-item,
  .il-editorial__card {
    grid-column: 1;
    grid-row: auto;
  }

  .il-editorial__gallery--sequence .il-editorial__gallery-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .il-editorial *,
  .il-editorial *::before,
  .il-editorial *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}
