/**handles:cfd-k-layout**/
/**
 * Cleared for Departure — Kadence child layout
 * Boarding-pass content, homepage partials, footer, mobile filters.
 */

body.cfd-kadence-child {
  background: var(--cfd-page-bg);
}

/* Prevent duplicate Kadence Header Builder output when child header is active */
body.cfd-custom-header-active #masthead,
body.cfd-custom-header-active .site-header-wrap:not(.cfd-departure-header):not(.cfd-classic-header),
body.cfd-custom-header-active header#masthead,
body.cfd-custom-header-active .kadence-header-hook,
body.cfd-custom-header-active #mobile-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

body.cfd-kadence-child #wrapper,
body.cfd-kadence-child .site {
  background: transparent;
}

/* Do not clip ticket shell corner / side notches at the viewport edge */
body.cfd-custom-header-active #wrapper,
body.cfd-custom-header-active #inner-wrap {
  overflow: visible;
}

/* Kill leftover white/cream panels on singular content columns */
body.cfd-kadence-child.cfd-singular #inner-wrap,
body.cfd-kadence-child.cfd-singular .cfd-single-main,
body.cfd-kadence-child.cfd-singular .cfd-single-wrap,
body.cfd-kadence-child.cfd-singular .cfd-single-layout--sidebar,
body.cfd-kadence-child.cfd-singular .cfd-single-layout__main,
body.cfd-kadence-child.cfd-singular .cfd-article,
body.cfd-kadence-child.cfd-singular .content-bg {
  background: transparent !important;
  background-color: transparent !important;
}

body.cfd-kadence-child.cfd-singular .cfd-sidebar-widget,
body.cfd-kadence-child.cfd-singular .cfd-single-sidebar__widget,
body.cfd-kadence-child.cfd-singular .cfd-single-sidebar .widget_block,
body.cfd-kadence-child.cfd-singular .cfd-single-sidebar .wp-block-group,
body.cfd-kadence-child.cfd-singular .cfd-single-sidebar li,
body.cfd-kadence-child.cfd-singular .cfd-single-sidebar a {
  background: transparent !important;
  background-color: transparent !important;
}

body.cfd-kadence-child .entry-hero-container-inner,
body.cfd-kadence-child .entry-content-wrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* Singular: child theme controls measure; neutralize Kadence narrow/full wrappers */
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override #inner-wrap,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override #inner-wrap .site,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .content-bg,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .content-container,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .content-container.site-container,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .hero-container.site-container,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .site-container,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .entry-content-wrap,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .entry-content,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .wp-block-post-content {
  max-width: none !important;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override #primary.content-area,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override .cfd-single-main {
  max-width: none;
  width: 100%;
}

body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override.content-width-narrow .content-container.site-container,
body.cfd-kadence-child.cfd-singular.cfd-kadence-width-override.content-width-normal .content-container.site-container {
  max-width: none !important;
}

body.cfd-kadence-child.cfd-home-layout #primary > .content-container {
  padding: 0;
  max-width: none;
}

body.cfd-kadence-child .loop-entry .entry-title {
  font-family: var(--cfd-serif);
}

body.cfd-kadence-child .loop-entry .entry-taxonomies,
body.cfd-kadence-child .loop-entry .entry-meta {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cfd-muted);
}

body.cfd-kadence-child .loop-entry .entry-taxonomies a {
  color: var(--cfd-burgundy);
}

/* Design tokens: assets/css/tokens.css */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.cfd-kadence-child {
  margin: 0;
  font-family: var(--cfd-sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--cfd-text);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--cfd-burgundy);
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ─── Site shell (ticket frame) ─── */
/*
 * Ticket notches: SVG clip-path on .cfd-site-shell (top corners + left mid semicircle).
 * Top-corner radial punches reinforce cutouts when clip-path is flaky (no side fallbacks).
 * Border on ::after (inset ring) — clip-path on the shell clips a normal border.
 * Mobile: rounded top corners, clip-path removed, classic border on shell.
 */

.cfd-site-shell {
  max-width: var(--cfd-max);
  margin: 24px auto 0;
  background-color: var(--cfd-cream);
  background-image:
    radial-gradient(
      circle var(--cfd-notch-r) at 0 0,
      var(--cfd-page-bg) calc(100% - 0.5px),
      transparent calc(100% + 0.5px)
    ),
    radial-gradient(
      circle var(--cfd-notch-r) at 100% 0,
      var(--cfd-page-bg) calc(100% - 0.5px),
      transparent calc(100% + 0.5px)
    ),
    linear-gradient(180deg, var(--cfd-cream) 0%, var(--cfd-cream-alt) 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  clip-path: var(--cfd-notch-clip-path, url("https://clearedfordeparture.com/wp-content/themes/cleared-for-departure-kadence/assets/images/ticket-notch-mask.svg#cfd-ticket-shell-clip"));
  -webkit-clip-path: var(--cfd-notch-clip-path, url("https://clearedfordeparture.com/wp-content/themes/cleared-for-departure-kadence/assets/images/ticket-notch-mask.svg#cfd-ticket-shell-clip"));
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Subtle paper grain on cream shell (Customizer toggle) */
body.cfd-ticket-texture-on .cfd-site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background: var(--cfd-paper-noise) repeat;
  background-size: 180px 180px;
  mix-blend-mode: multiply;
}

/* Ticket stroke follows clipped shape (including top notches) */
.cfd-site-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  clip-path: var(--cfd-notch-clip-path, url("https://clearedfordeparture.com/wp-content/themes/cleared-for-departure-kadence/assets/images/ticket-notch-mask.svg#cfd-ticket-shell-clip"));
  -webkit-clip-path: var(--cfd-notch-clip-path, url("https://clearedfordeparture.com/wp-content/themes/cleared-for-departure-kadence/assets/images/ticket-notch-mask.svg#cfd-ticket-shell-clip"));
  box-shadow: inset 0 0 0 1px var(--cfd-border);
}

/* Customizer: flat rounded shell instead of clip-path notches (desktop) */
@media (min-width: 769px) {
  body.cfd-ticket-notches-off .cfd-site-shell {
    clip-path: none;
    border-radius: 14px 14px 0 0;
    background-image: linear-gradient(180deg, var(--cfd-cream) 0%, var(--cfd-cream-alt) 100%);
  }

  body.cfd-ticket-notches-off .cfd-site-shell::after {
    clip-path: none;
    border-radius: 14px 14px 0 0;
  }
}

/* Layout hook for header cream / singles — notches live on .cfd-site-shell only */
.cfd-ticket-shell {
  position: relative;
}

/* Departure hero: cream board reads as ticket face inside shell (grid-lines z-index unchanged) */
body.cfd-departure-header-active .cfd-departure-header__cream {
  background: linear-gradient(180deg, var(--cfd-cream) 0%, var(--cfd-cream-alt) 100%);
}

/* Shared barcode ticket stub */
.cfd-ticket-stub {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-right: 14px;
  min-height: 158px;
}

.cfd-ticket-stub__barcode-link {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  padding: 8px 6px;
  background: #fff;
  box-shadow: 0 0 0 1px #fff;
}

.cfd-ticket-stub__barcode {
  display: block;
  width: 74px;
  height: 158px;
  object-fit: contain;
  object-position: center bottom;
  background: #fff;
}

.cfd-ticket-stub__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cfd-ticket-stub__label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1.2;
  max-height: 130px;
}

.cfd-ticket-stub__code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--cfd-burgundy);
}

.cfd-ticket-stub__perforation {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: var(--cfd-perf-strip-w);
  border: none;
  border-color: var(--cfd-perforation-color, #a8322d);
  background: var(--cfd-perf-edge-bg);
  pointer-events: none;
}

.cfd-custom-icon {
  display: block;
  object-fit: contain;
}

.cleared-stamp__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 104px;
  filter: none;
  transform: none;
}

.site-main {
  min-height: 40vh;
}

/* ─── Utility bar ─── */

.ticket-header__utility {
  border-bottom: 1px solid var(--cfd-border);
  padding: 10px var(--cfd-gutter);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--cfd-label-spacing);
  text-transform: uppercase;
  color: var(--cfd-muted);
}

.ticket-header__utility-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.utility-plane {
  width: 14px;
  height: 14px;
  background: var(--cfd-burgundy);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 00-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 00-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cfd-flight-code,
.utility-code {
  color: var(--cfd-burgundy);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: 0.12em;
}

.cfd-ticket-stub__code.cfd-flight-code {
  letter-spacing: 0.1em;
}

.utility-divider {
  width: 1px;
  height: 12px;
  background: var(--cfd-border);
}

.utility-tagline {
  margin-left: auto;
  letter-spacing: 0.14em;
}

.ticket-header__menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
  border: 1px solid var(--cfd-border);
  background: transparent;
  cursor: pointer;
}

.ticket-header__menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--cfd-text);
}

/* ─── Brand row ─── */

.ticket-header__brand {
  display: grid;
  grid-template-columns: 160px 1fr 200px;
  align-items: center;
  gap: 24px;
  padding: 28px var(--cfd-gutter) 20px;
  border-bottom: 1px solid var(--cfd-border);
}

.ticket-header__rail--left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ticket-barcode--vertical {
  flex-shrink: 0;
  width: 74px;
  height: auto;
  max-height: 158px;
}

.ticket-header__rail-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rail-title {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1.2;
  max-height: 120px;
}

.rail-code {
  font-size: 11px;
  font-weight: 700;
  color: var(--cfd-burgundy);
  letter-spacing: 0.1em;
}

.ticket-header__center {
  text-align: center;
}

.site-logo__title,
.site-logo .custom-logo-link {
  font-family: var(--cfd-serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 500;
  color: var(--cfd-text);
  letter-spacing: -0.02em;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.site-logo--custom img {
  margin: 0 auto;
  max-height: 72px;
  width: auto;
}

.site-logo__divider {
  display: flex;
  justify-content: center;
  margin: 12px 0 10px;
}

.divider-plane {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--cfd-burgundy);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 00-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 00-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-tagline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cfd-muted);
}

.ticket-header__rail--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

/* Cleared stamp */
.cleared-stamp {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(var(--cfd-stamp-tilt, -12deg));
}

.cleared-stamp:has(.cleared-stamp__img) {
  filter: none;
}

.cleared-stamp:not(:has(.cleared-stamp__img)) {
  filter: contrast(1.04) saturate(0.94);
}

.cleared-stamp.cfd-stamp--contextual:not(:has(.cleared-stamp__img)) {
  filter: none;
}

.cleared-stamp__ring {
  position: absolute;
  inset: 0;
  border: 3px solid var(--cfd-burgundy);
  border-radius: 50%;
  opacity: 0.85;
}

.cleared-stamp__text {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--cfd-burgundy);
  z-index: 1;
}

.cleared-stamp__sub,
.cleared-stamp__est {
  position: relative;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--cfd-burgundy);
  z-index: 1;
}

.cleared-stamp--sm {
  width: 72px;
  height: 72px;
  color: var(--cfd-stamp-color, var(--cfd-burgundy, #a8322d));
}

.cleared-stamp--sm .cleared-stamp__text {
  font-size: 13px;
}

.archive-hero__stamp,
.archive-header__stamp,
.cleared-stamp.cfd-stamp--contextual,
.archive-hero__stamp .cfd-stamp--contextual,
.archive-header__stamp .cfd-stamp--contextual {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.cleared-stamp.cfd-stamp--contextual,
.archive-hero__stamp .cfd-stamp--contextual,
.archive-header__stamp .cfd-stamp--contextual {
  width: 148px;
  height: 148px;
  color: var(--cfd-stamp-color, var(--cfd-burgundy, #a8322d));
  opacity: 0.92;
  filter: none;
  mix-blend-mode: multiply;
  isolation: auto;
  overflow: visible;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transform: rotate(var(--cfd-stamp-tilt, -8deg));
}

.cleared-stamp.cfd-stamp--contextual.cfd-stamp--image .cleared-stamp__img,
.archive-hero__stamp .cfd-stamp--image .cleared-stamp__img {
  width: 100%;
  height: 100%;
  max-width: 148px;
  max-height: 148px;
  object-fit: contain;
  display: block;
  background: transparent !important;
  filter: var(--cfd-stamp-png-filter, none);
}

.cleared-stamp.cfd-stamp--contextual .cfd-stamp-svg,
.archive-hero__stamp .cfd-stamp-svg--contextual,
.archive-hero__stamp .cfd-stamp-svg--passport {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  background: transparent !important;
  background-color: transparent !important;
  filter: none;
}

/* Passport hub stamps: ink color comes from inline --cfd-stamp-color; no wash box */
.cleared-stamp.cfd-stamp--passport,
.archive-hero__stamp .cfd-stamp--passport {
  background: transparent !important;
  filter: none;
}

/* Keep family opacity even — variation comes from geometry, not wash */
.cleared-stamp.cfd-stamp--style-script,
.cleared-stamp.cfd-stamp--style-seal,
.cleared-stamp.cfd-stamp--style-ring,
.cleared-stamp.cfd-stamp--style-cog,
.cleared-stamp.cfd-stamp--style-banner,
.cleared-stamp.cfd-stamp--style-rect,
.cleared-stamp.cfd-stamp--style-oval,
.cleared-stamp.cfd-stamp--style-dashed {
  opacity: calc(0.86 + (var(--cfd-stamp-fill, 0.78) * 0.14));
}

/* Script seal: allow center script to break the ring slightly */
.cleared-stamp.cfd-stamp--style-script,
.cfd-departure-header__stamp-inner.cfd-stamp--style-script {
  overflow: visible;
}
.cleared-stamp.cfd-stamp--style-script .cfd-stamp-svg,
.cfd-departure-header__stamp-inner.cfd-stamp--style-script .cfd-stamp-svg {
  overflow: visible;
}

/* Search forms: assets/css/search.css */

/* ─── Ticket navigation (classic header overrides in header-classic.css) ─── */

.ticket-nav-wrap {
  border-bottom: 1px solid var(--cfd-border);
}

.ticket-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.ticket-nav > .ticket-nav__item,
.ticket-nav > li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  border-right: 1px solid var(--cfd-border);
  position: relative;
}

.ticket-nav > .ticket-nav__item:last-child,
.ticket-nav > li:last-child {
  border-right: none;
}

.ticket-nav__label {
  display: block;
  padding: 10px 8px 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--cfd-burgundy);
  text-transform: uppercase;
}

.ticket-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 4px 12px 14px;
  width: 100%;
  text-align: center;
  transition: color 0.15s;
}

.ticket-nav__name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cfd-text);
  line-height: 1.3;
}

.ticket-nav__icon {
  width: 22px;
  height: 22px;
  background: var(--cfd-muted);
  opacity: 0.7;
}

.ticket-nav__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ticket-nav__icon--home {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ticket-nav__icon--globe {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ticket-nav__icon--clipboard,
.ticket-nav__icon--passport,
.ticket-nav__icon--luggage,
.ticket-nav__icon--tickets,
.ticket-nav__icon--default {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ticket-nav__item--active::after,
.ticket-nav > li.current-menu-item::after,
.ticket-nav > li:hover::after,
.ticket-nav > .ticket-nav__item:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12%;
  right: 12%;
  height: 2px;
  background: var(--cfd-burgundy);
}

.ticket-nav__item--active .ticket-nav__name,
.ticket-nav > li.current-menu-item .ticket-nav__name {
  color: var(--cfd-burgundy);
}

/* ─── Post meta ─── */

.post-meta {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cfd-muted);
}

.post-meta__sep {
  margin: 0 6px;
  opacity: 0.6;
}

/* ─── Hero section (homepage) ─── */

.hero-section {
  border-bottom: 1px solid var(--cfd-border);
  background: linear-gradient(180deg, var(--cfd-cream) 0%, var(--cfd-cream-alt) 100%);
}

/* Lead + rail board shell */
.cfd-home-hero-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(28px, 3.5vw, 48px) var(--cfd-gutter, 24px);
  border: none;
  border-bottom: 1px solid var(--cfd-border);
  background: var(--cfd-cream);
  align-items: start;
}

.cfd-home-hero-stack {
  min-width: 0;
}

/* Feature: compact image + copy | briefings — matched column height */
.cfd-home-hero-board--feature {
  gap: 0;
}

.cfd-home-hero-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 32px);
  width: 100%;
  min-width: 0;
  align-items: start;
}

.cfd-home-hero-feature__main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.cfd-home-hero-feature__media {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  border: 1px solid var(--cfd-border);
  overflow: hidden;
  background: #ddd9d0;
  max-height: 200px;
}

.cfd-home-hero-feature__image,
.cfd-home-hero-feature__placeholder {
  display: block;
  width: 100%;
  height: 200px;
  max-height: 200px;
  object-fit: cover;
  aspect-ratio: auto;
}

.cfd-home-hero-feature__placeholder {
  background: linear-gradient(135deg, #ddd9d0 0%, #c8c2b6 50%, #a8322d 100%);
}

.cfd-home-hero-feature__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 auto;
}

.cfd-home-hero-feature__category,
.cfd-home-hero-feature__copy .cfd-kicker__cat {
  margin-bottom: 0.55rem;
}

.cfd-home-hero-feature__title {
  font-family: var(--cfd-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--cfd-text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cfd-home-hero-feature__title a {
  color: inherit;
  text-decoration: none;
}

.cfd-home-hero-feature__title a:hover {
  color: var(--cfd-accent);
}

.cfd-home-hero-feature__meta {
  margin-bottom: 10px;
}

.cfd-home-hero-feature__meta .post-meta,
.cfd-home-hero-feature__meta .post-meta time,
.cfd-home-hero-feature__meta .post-meta__read {
  font-family: var(--cfd-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--cfd-muted);
  text-transform: uppercase;
}

.cfd-home-hero-feature__excerpt {
  font-family: var(--cfd-sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--cfd-muted);
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cfd-home-hero-feature__more {
  font-family: var(--cfd-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cfd-accent);
  text-decoration: none;
  margin-top: auto;
}

.cfd-home-hero-feature__more:hover {
  text-decoration: underline;
}

@media (min-width: 993px) {
  .cfd-home-hero-feature {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 1fr);
    column-gap: clamp(24px, 3vw, 40px);
    align-items: stretch;
  }

  .cfd-home-hero-feature__main {
    height: 100%;
    justify-content: flex-start;
  }

  .cfd-home-hero-feature__media {
    max-height: 180px;
  }

  .cfd-home-hero-feature__image,
  .cfd-home-hero-feature__placeholder {
    height: 180px;
    max-height: 180px;
  }

  .cfd-home-hero-board--feature .cfd-home-hero-board__aside.briefings-panel--home {
    border-left: 1px solid var(--cfd-border);
    border-top: none;
    padding: 0 0 0 clamp(16px, 2vw, 28px);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: none;
    align-self: stretch;
  }

  .cfd-home-hero-board--feature .briefings-panel__header {
    margin-bottom: 10px;
    flex-shrink: 0;
  }

  .cfd-home-hero-board--feature .briefings-panel__list {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
  }

  .cfd-home-hero-board--feature .briefing-card {
    flex: 1 1 0;
    padding: 10px 0;
    align-items: center;
    grid-template-columns: 56px 1fr;
    gap: 10px;
  }

  .cfd-home-hero-board--feature .briefing-card:first-child {
    padding-top: 0;
  }

  .cfd-home-hero-board--feature .briefing-card:last-child {
    padding-bottom: 0;
  }

  .cfd-home-hero-board--feature .briefing-card__thumb {
    width: 56px;
  }

  .cfd-home-hero-board--feature .briefing-card__thumb img,
  .cfd-home-hero-board--feature .briefing-card__placeholder {
    width: 56px;
    height: 56px;
    object-fit: cover;
  }

  .cfd-home-hero-board--feature .briefing-card__title {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
  }

  .cfd-home-hero-board--feature .briefing-card .post-meta,
  .cfd-home-hero-board--feature .briefing-card .post-meta time,
  .cfd-home-hero-board--feature .briefing-card .post-meta__read {
    font-size: 9px;
  }
}

/* Magazine / duo lead cards (non-feature) */
.cfd-home-hero-split__lead {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: stretch;
}

.cfd-home-hero-split__media {
  display: block;
  width: 100%;
  max-width: none;
  border: 1px solid var(--cfd-border);
  overflow: hidden;
  background: #ddd9d0;
}

.cfd-home-hero-split__image,
.cfd-home-hero-split__placeholder {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cfd-home-hero-split__placeholder {
  min-height: 220px;
  background: linear-gradient(135deg, #ddd9d0 0%, #c8c2b6 50%, #a8322d 100%);
}

.cfd-home-hero-split__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  max-width: 40rem;
}

.cfd-home-hero-split__category,
.cfd-home-hero-split__content .cfd-kicker__cat {
  margin-bottom: 1rem;
}

.cfd-home-hero-split__title {
  font-family: var(--cfd-serif);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.18;
  margin: 0 0 12px;
  color: var(--cfd-text);
}

.cfd-home-hero-split__title a {
  color: inherit;
  text-decoration: none;
}

.cfd-home-hero-split__title a:hover {
  color: var(--cfd-burgundy);
}

.cfd-home-hero-split__meta {
  margin-bottom: 14px;
}

.cfd-home-hero-split__meta .post-meta,
.cfd-home-hero-split__meta .post-meta time,
.cfd-home-hero-split__meta .post-meta__read {
  font-family: var(--cfd-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--cfd-muted);
  text-transform: uppercase;
}

.cfd-home-hero-split__excerpt {
  font-family: var(--cfd-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--cfd-muted);
  margin: 0 0 16px;
  max-width: 42em;
}

.cfd-home-hero-split__more {
  font-family: var(--cfd-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cfd-burgundy);
  text-decoration: none;
}

.cfd-home-hero-split__more:hover {
  text-decoration: underline;
}

.cfd-home-hero-split__dek {
  font-family: var(--cfd-sans);
  font-size: 13px;
  line-height: 1.45;
  color: var(--cfd-muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cfd-home-hero-split__arrow {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1;
  color: var(--cfd-muted);
  text-decoration: none;
}

.cfd-home-hero-split__arrow:hover,
.cfd-home-hero-split__arrow:focus-visible {
  color: var(--cfd-burgundy);
}

@media (min-width: 993px) {
  .cfd-home-hero-board:not(.cfd-home-hero-board--feature) {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    column-gap: clamp(28px, 3.5vw, 48px);
    row-gap: 0;
    align-items: stretch;
  }

  .cfd-home-hero-board--feature {
    grid-template-columns: 1fr;
  }

  .cfd-home-hero-stack {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .cfd-home-hero-board:not(.cfd-home-hero-board--feature) .cfd-home-hero-board__aside.briefings-panel--home {
    border-left: 1px solid var(--cfd-border);
    border-top: none;
    padding: 0 0 0 clamp(20px, 2.2vw, 32px);
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
    max-width: none;
  }

  .cfd-home-hero-board:not(.cfd-home-hero-board--feature) .cfd-home-hero-board__aside .briefings-panel__list {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cfd-home-hero-board:not(.cfd-home-hero-board--feature) .cfd-home-hero-board__aside .briefing-card {
    flex: 1 1 0;
    align-content: start;
    padding: 14px 0;
  }

  .cfd-home-hero-board:not(.cfd-home-hero-board--feature) .cfd-home-hero-board__aside .briefing-card:first-child {
    padding-top: 0;
  }

  .cfd-home-hero-board:not(.cfd-home-hero-board--feature) .cfd-home-hero-board__aside .briefing-card:last-child {
    padding-bottom: 0;
  }

  /* Stacked heroes: horizontal magazine rows — fixed image, no flex-grow */
  .cfd-home-hero-stack:not(.cfd-home-hero-stack--single) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .cfd-home-hero-split__lead--stacked {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid var(--cfd-border);
  }

  .cfd-home-hero-split__lead--stacked:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cfd-home-hero-split__lead--stacked:first-child {
    padding-top: 0;
  }

  .cfd-home-hero-stack[data-hero-count="2"] .cfd-home-hero-split__lead--stacked {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }

  .cfd-home-hero-stack[data-hero-count="3"] .cfd-home-hero-split__lead--stacked {
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__media {
    max-width: none;
    width: 100%;
    height: 130px;
    flex-shrink: 0;
  }

  .cfd-home-hero-stack[data-hero-count="2"] .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__media {
    height: 140px;
  }

  .cfd-home-hero-stack[data-hero-count="3"] .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__media {
    height: 120px;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__image,
  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__placeholder {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__content {
    position: relative;
    padding-right: 28px;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__category,
  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__content .cfd-kicker__cat {
    margin-bottom: 0.35rem;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__title {
    font-family: var(--cfd-serif);
    font-size: clamp(1.0625rem, 1.35vw, 1.25rem);
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cfd-home-hero-stack[data-hero-count="3"] .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__title {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__meta {
    margin-bottom: 0;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__meta .post-meta,
  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__meta .post-meta time,
  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__meta .post-meta__read {
    font-family: var(--cfd-sans);
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__dek {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }

  .cfd-home-hero-stack[data-hero-count="3"] .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__dek {
    display: none;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__arrow {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    font-size: 16px;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__excerpt--mobile,
  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__more--mobile {
    display: none;
  }

  /* Feature — bold lead typography; full-width media */
  .cfd-home-hero-board--feature .cfd-home-hero-split__lead--feature .cfd-home-hero-split__title {
    font-size: clamp(1.75rem, 2.9vw, 2.5rem);
  }

  .cfd-home-hero-board--feature .cfd-home-hero-split__lead--feature .cfd-home-hero-split__media {
    max-width: none;
  }

  .cfd-home-hero-board--feature .cfd-home-hero-split__lead--feature .cfd-home-hero-split__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Feature duo — two stacked image-over-text leads */
  .cfd-home-hero-board--feature-duo .cfd-home-hero-stack--duo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .cfd-home-hero-board--feature-duo .cfd-home-hero-split__lead--duo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    border-bottom: none;
  }

  .cfd-home-hero-board--feature-duo .cfd-home-hero-split__lead--duo + .cfd-home-hero-split__lead--duo {
    padding-top: 28px;
    border-top: 1px solid var(--cfd-border);
  }

  .cfd-home-hero-board--feature-duo .cfd-home-hero-split__lead--duo .cfd-home-hero-split__media {
    max-width: none;
  }

  .cfd-home-hero-board--feature-duo .cfd-home-hero-split__lead--duo .cfd-home-hero-split__image,
  .cfd-home-hero-board--feature-duo .cfd-home-hero-split__lead--duo .cfd-home-hero-split__placeholder {
    aspect-ratio: 16 / 9;
  }

  .cfd-home-hero-board--feature-duo .cfd-home-hero-split__lead--duo .cfd-home-hero-split__title {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
  }

  .cfd-home-hero-board--feature-duo .cfd-home-hero-split__lead--duo .cfd-home-hero-split__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Magazine — compact horizontal cards (default stacked rules above) */
  .cfd-home-hero-board--magazine .cfd-home-hero-stack[data-hero-count="4"] .cfd-home-hero-split__lead--stacked {
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }

  .cfd-home-hero-board--magazine .cfd-home-hero-stack[data-hero-count="4"] .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__media {
    height: 110px;
  }

  .cfd-home-hero-board--magazine .cfd-home-hero-stack[data-hero-count="4"] .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__dek {
    display: none;
  }

  .cfd-home-hero-board[data-hero-show-dek="0"] .cfd-home-hero-split__dek--stacked {
    display: none !important;
  }

  .cfd-home-hero-board[data-hero-show-excerpt="0"] .cfd-home-hero-split__excerpt--mobile {
    display: none !important;
  }
}

/* Legacy block pattern / overlay hero */
.hero-section__grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 380px);
  min-height: 420px;
}

.hero-feature__link {
  display: block;
  height: 100%;
  color: #fff;
}

.hero-feature__link:hover {
  color: #fff;
}

.hero-feature__media {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.hero-feature__image,
.hero-feature__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.hero-feature__placeholder {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 50%, #c05621 100%);
}

.hero-feature__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 55%, transparent 100%);
}

/* Featured-image overlay category tags (homepage hero, lead card) */
.cfd-kicker__cat,
.cfd-overlay__category {
  display: inline-block;
  align-self: flex-start;
  background: #a8322d;
  color: #fff;
  padding: 0.45rem 0.65rem;
  font-family: var(--cfd-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 0;
}

.hero-feature__overlay .cfd-kicker__cat,
.hero-feature__overlay .cfd-overlay__category,
.cfd-lead-card .cfd-kicker__cat,
.cfd-lead-card .cfd-overlay__category {
  margin-bottom: 1rem;
}

.hero-feature__overlay .cfd-kicker__cat:hover,
.hero-feature__overlay .cfd-overlay__category:hover,
.cfd-lead-card .cfd-kicker__cat:hover,
.cfd-lead-card .cfd-overlay__category:hover {
  color: #fff;
  text-decoration: none;
}

.hero-feature__title {
  font-family: var(--cfd-serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
  max-width: 90%;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.hero-feature__meta .post-meta,
.hero-feature__meta .post-meta time,
.hero-feature__meta .post-meta__read {
  color: #fff;
}

.hero-feature__arrow {
  position: absolute;
  right: 32px;
  bottom: 32px;
  font-size: 24px;
  opacity: 0.9;
}

/* Briefings panel */
.briefings-panel {
  padding: 24px var(--cfd-gutter, 24px);
  display: flex;
  flex-direction: column;
}

.briefings-panel--home {
  max-width: none;
}

.cfd-home-hero-board__aside.briefings-panel--home {
  border-left: none;
  border-top: 1px solid var(--cfd-border);
  padding: 0;
  max-width: none;
}

.briefings-panel--home-standalone {
  border-left: none;
  border-top: none;
}

.briefings-panel__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cfd-border);
}

.briefings-panel__title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.briefings-panel__all {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--cfd-burgundy);
  text-transform: uppercase;
}

.briefings-panel__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.briefing-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--cfd-border);
}

.briefing-card:last-child {
  border-bottom: none;
}

.briefing-card__thumb {
  display: block;
}

.briefing-card__image,
.briefing-card__placeholder {
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #ddd9d0;
}

.briefing-card__category {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--cfd-burgundy);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.briefing-card__title {
  font-family: var(--cfd-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 6px;
}

/* Bookmark control removed — kept for legacy markup safety */
.briefing-card__bookmark {
  display: none !important;
}

/* ─── Filter bar ─── */

.articles-section {
  padding: 0;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px var(--cfd-gutter);
  border-bottom: 1px solid var(--cfd-border);
}

.filter-bar__heading {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.filter-bar__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.filter-bar__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--cfd-muted);
  text-transform: uppercase;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.filter-tabs__link {
  display: block;
  padding: 4px 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cfd-muted);
  border-bottom: 2px solid transparent;
}

.filter-tabs__item--active .filter-tabs__link {
  color: var(--cfd-burgundy);
  border-bottom-color: var(--cfd-burgundy);
}

/* Sticky category / archive filter pills */
body.cfd-kadence-child .cfd-filter-row {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--cfd-cream, #f9f8f4);
  box-shadow: 0 1px 0 var(--cfd-border, #d8d2c5);
}

body.cfd-kadence-child .category-hub-filters.cfd-filter-row {
  background: var(--cfd-k-cream, #f9f8f4);
}

/* Accessible focus — ticket UI */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.filter-tabs__link:focus-visible,
.article-card__media:focus-visible,
.article-card__title a:focus-visible,
.article-card__arrow:focus-visible,
.cfd-home-hero-split__more:focus-visible,
.cfd-home-hero-split__arrow:focus-visible,
.cfd-load-more:focus-visible,
.page-numbers:focus-visible,
.cfd-newsletter-band .cfd-forminator-newsletter .forminator-input:focus-visible,
.cfd-newsletter-band .cfd-forminator-newsletter button[type="submit"]:focus-visible {
  outline: 2px solid var(--cfd-burgundy, #a64030);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ─── Articles grid ─── */

.articles-grid {
  display: grid;
  border-top: 1px solid var(--cfd-border);
}

.articles-grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.article-card {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--cfd-border);
  border-bottom: 1px solid var(--cfd-border);
  min-height: 100%;
  height: 100%;
  padding: 0 0 20px;
}

@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  .article-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  .article-card:hover,
  .article-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.08);
    z-index: 1;
    position: relative;
  }
}

.articles-grid--4 .article-card:nth-child(4n) {
  border-right: none;
}

.article-card__media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--cfd-border);
  flex-shrink: 0;
  isolation: isolate;
}

/* Soft vignette + depth on every loop media frame */
.article-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(120% 95% at 50% 42%, transparent 42%, rgba(26, 26, 26, 0.18) 100%),
    linear-gradient(180deg, rgba(26, 26, 26, 0.08) 0%, transparent 28%, transparent 62%, rgba(26, 26, 26, 0.22) 100%);
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.06);
}

.article-card__media:hover::after,
.article-card:focus-within .article-card__media::after {
  background:
    radial-gradient(120% 95% at 50% 42%, transparent 38%, rgba(26, 26, 26, 0.22) 100%),
    linear-gradient(180deg, rgba(26, 26, 26, 0.1) 0%, transparent 28%, transparent 58%, rgba(26, 26, 26, 0.28) 100%);
}

.article-card__image,
.article-card__placeholder,
.article-card__flag-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card__placeholder {
  background: var(--cfd-media-placeholder, #ddd9d0);
}

.article-card__flag-media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background:
    linear-gradient(145deg, rgba(249, 248, 244, 0.92) 0%, rgba(232, 226, 214, 0.95) 100%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 10px,
      rgba(168, 50, 45, 0.04) 10px,
      rgba(168, 50, 45, 0.04) 11px
    );
  overflow: hidden;
}

/* Flag fills: slight zoom + curve so flat flags read as “media,” not wallpaper */
.article-card__image--flag {
  width: 112%;
  height: 112%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.04);
}

.article-card__media:has(.article-card__image--flag)::after,
.article-card__media:has(.article-card__flag-media)::after {
  background:
    radial-gradient(90% 80% at 50% 45%, transparent 30%, rgba(26, 26, 26, 0.28) 100%),
    linear-gradient(180deg, rgba(26, 26, 26, 0.14) 0%, transparent 34%, transparent 55%, rgba(26, 26, 26, 0.34) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(26, 26, 26, 0.08),
    inset 0 18px 28px rgba(26, 26, 26, 0.12),
    inset 0 -22px 32px rgba(26, 26, 26, 0.16);
}

.article-card__flag-media--emoji {
  background: linear-gradient(160deg, #f7f3ea 0%, #ebe4d6 100%);
}

.article-card__flag-emoji {
  font-size: clamp(2.75rem, 6vw, 3.75rem);
  line-height: 1;
  filter: drop-shadow(0 1px 0 rgba(26, 26, 26, 0.08));
}

@media (prefers-reduced-motion: no-preference) {
  .article-card__image,
  .article-card__placeholder {
    transition: transform 0.3s ease;
  }

  .article-card:hover .article-card__image:not(.article-card__image--flag),
  .article-card:focus-within .article-card__image:not(.article-card__image--flag) {
    transform: scale(1.03);
  }
}

.article-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  min-height: 0;
}

.article-card__category {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--cfd-burgundy);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.article-card__title {
  font-family: var(--cfd-serif);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}

.article-card__title a:hover {
  color: var(--cfd-burgundy);
}

.article-card__body .post-meta {
  margin-bottom: 12px;
}

.article-card__excerpt {
  font-size: 13px;
  line-height: 1.55;
  color: var(--cfd-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 8px;
  flex: 1 1 auto;
}

.article-card__arrow {
  position: static;
  margin-top: auto;
  align-self: flex-end;
  font-size: 18px;
  color: var(--cfd-muted);
  padding-top: 8px;
}

.article-card__arrow span {
  display: inline-block;
}

@media (prefers-reduced-motion: no-preference) {
  .article-card__arrow span {
    transition: transform 0.2s ease, color 0.15s ease;
  }

  .article-card:hover .article-card__arrow span,
  .article-card:focus-within .article-card__arrow span {
    transform: translateX(5px);
    color: var(--cfd-burgundy);
  }

  .cfd-home-hero-split__more {
    transition: letter-spacing 0.2s ease, color 0.15s ease;
  }

  .cfd-home-hero-split__more:hover,
  .cfd-home-hero-split__more:focus-visible {
    letter-spacing: 0.16em;
  }

  .cfd-home-hero-split__arrow span {
    display: inline-block;
    transition: transform 0.2s ease, color 0.15s ease;
  }

  .cfd-home-hero-split__lead--stacked:hover .cfd-home-hero-split__arrow span,
  .cfd-home-hero-split__lead--stacked:focus-within .cfd-home-hero-split__arrow span {
    transform: translateX(4px);
    color: var(--cfd-burgundy);
  }
}

/* ─── Newsletter (full-bleed editorial bar above footer) ─── */

.newsletter-band {
  margin: 0;
  width: 100%;
  border-top: 1px solid color-mix(in srgb, var(--cfd-accent, #a8322d) 55%, transparent);
  background:
    linear-gradient(180deg, #12100e 0%, #0a0908 100%);
  color: var(--cfd-newsletter-text, #f5f2eb);
  /* Match footer / shell content column */
  padding: 0;
}

.newsletter-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 440px);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  max-width: min(var(--cfd-max, 1496px), 100%);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) var(--cfd-gutter, 24px);
  box-sizing: border-box;
}

.newsletter-band:not(.newsletter-band--no-art) .newsletter-band__inner {
  grid-template-columns: 88px minmax(0, 1.15fr) minmax(280px, 440px);
  align-items: center;
}

.newsletter-band__art {
  color: var(--cfd-accent, #a8322d);
  opacity: 0.85;
}

.passport-art {
  width: 72px;
  height: auto;
}

.newsletter-band__copy {
  min-width: 0;
  padding-left: 0;
  border-left: 0;
}

.newsletter-band__kicker {
  margin: 0 0 12px;
  font-family: var(--cfd-sans, "DM Sans", system-ui, sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cfd-accent, #a8322d);
  line-height: 1.3;
}

.newsletter-band__title {
  font-family: var(--cfd-serif);
  font-size: clamp(1.85rem, 2.4vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 12px;
  color: var(--cfd-newsletter-text, #f5f2eb);
}

.newsletter-band__text {
  margin: 0;
  max-width: 34em;
  font-family: var(--cfd-sans, "DM Sans", system-ui, sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--cfd-newsletter-muted, #b8b2a6);
}

.newsletter-band__signup {
  min-width: 0;
  width: 100%;
}

.cfd-newsletter-band .cfd-forminator-newsletter,
.cfd-newsletter-band .newsletter-band__form.cfd-forminator-newsletter {
  min-width: 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.cfd-newsletter-band .newsletter-band__form.cfd-forminator-newsletter form.forminator-custom-form {
  gap: 0;
}

/* ─── In-article ticket callout (block pattern) ─── */

.cfd-ticket-callout {
  margin: 32px 0;
  padding: 20px 24px 20px 28px;
  border: 1px solid var(--cfd-border);
  border-left: 4px solid var(--cfd-burgundy);
  background: var(--cfd-k-cream, #f9f8f4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.cfd-ticket-callout__kicker {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cfd-burgundy);
}

.cfd-ticket-callout__text {
  margin: 0;
  color: var(--cfd-text, #1a1a1a);
  line-height: 1.55;
}

/* ─── Category topic hub ─── */

.cfd-category-hub__wrap {
  max-width: var(--cfd-ticket-max, 1496px);
  margin: 0 auto;
}

.category-hub-hero__visual,
.category-hub-hero__image {
  display: none !important;
}

.category-hub-filters .filter-tabs__link[aria-current="true"] {
  color: var(--cfd-burgundy);
  pointer-events: none;
}

/* ─── Archive hero & breadcrumbs ─── */

.archive-hero {
  border-bottom: 1px solid var(--cfd-border);
  padding: 24px var(--cfd-content-inset, var(--cfd-gutter)) 26px;
}

.archive-hero__inner {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.archive-hero--no-stub .archive-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.archive-hero__heading {
  display: block;
  min-width: 0;
}

.archive-hero__heading-text {
  min-width: 0;
}

.archive-hero__title {
  font-family: var(--cfd-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
  margin-top: 6px;
}

.archive-hero__desc {
  margin-top: 8px;
  color: var(--cfd-muted);
  max-width: 640px;
}

.breadcrumbs {
  margin-bottom: 4px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  row-gap: 0.35em;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cfd-muted);
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 0.55em;
  opacity: 0.5;
}

.breadcrumbs__item--current {
  color: var(--cfd-burgundy);
}

/* ─── Readiness badges (story cards) ─── */

.cfd-card-kicker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 8px;
}

.cfd-readiness-badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.3;
  border: 1px solid var(--cfd-border);
  background: var(--cfd-k-cream, #f9f8f4);
  color: var(--cfd-muted);
}

.cfd-readiness-badge--updated,
.cfd-readiness-badge--policy {
  border-color: var(--cfd-burgundy);
  color: var(--cfd-burgundy);
  background: rgba(168, 50, 45, 0.06);
}

.briefing-card__content .cfd-card-kicker {
  margin-bottom: 4px;
}

/* ─── Category topic hub ─── */

.cfd-category-hub__wrap {
  padding-bottom: 48px;
}

.category-hub-hero--ticket {
  background: var(--cfd-k-cream, #f9f8f4);
}

.category-hub-hero__eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cfd-burgundy);
  margin: 0 0 6px;
}

.category-hub-hero__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cfd-muted);
  margin: 0 0 4px;
}

.category-hub-hero__title {
  margin-top: 0;
}

.category-hub-filters {
  padding: 20px var(--cfd-gutter);
  border-bottom: 1px solid var(--cfd-border);
  background: var(--cfd-k-cream, #f9f8f4);
}

.category-hub-filters__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.cfd-category-hub__grid {
  padding: 32px var(--cfd-gutter);
}

/* Ticket callout (block pattern) */
.cfd-ticket-callout {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--cfd-border);
  border-left: 3px solid var(--cfd-burgundy);
  background: var(--cfd-k-cream, #f9f8f4);
}

.cfd-ticket-callout__kicker {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cfd-burgundy);
  margin: 0 0 8px;
}

.cfd-ticket-callout__text {
  margin: 0;
  color: var(--cfd-ink, #1a1a1a);
  line-height: 1.55;
}

/* Empty state */
.empty-state {
  text-align: center;
  padding: 80px var(--cfd-gutter);
  border-bottom: 1px solid var(--cfd-border);
}

.empty-state__stamp {
  margin: 0 auto 24px;
}

.empty-state__title {
  font-family: var(--cfd-serif);
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.empty-state__text {
  color: var(--cfd-muted);
  margin-bottom: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state__btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--cfd-burgundy);
  color: #fff;
}

.empty-state__btn:hover,
.empty-state__btn:focus-visible {
  color: #fff;
  background: var(--cfd-burgundy-alt);
  outline: none;
}

.empty-state__btn:focus-visible {
  box-shadow: var(--cfd-focus-ring);
}

.empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.empty-state__btn--ghost {
  background: transparent;
  color: var(--cfd-accent, #a8322d);
  border: 1px solid var(--cfd-border, #d8d2c5);
}

.empty-state__btn--ghost:hover,
.empty-state__btn--ghost:focus-visible {
  color: var(--cfd-accent, #a8322d);
  background: var(--cfd-cream, #f9f8f4);
  border-color: var(--cfd-accent, #a8322d);
}

/* Single & page: assets/css/single.css (enqueued on singular templates) */

/* Pagination */
.navigation.pagination {
  padding: 32px var(--cfd-gutter);
  border-top: 1px solid var(--cfd-border);
  text-align: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid var(--cfd-border);
  font-size: 12px;
  font-weight: 600;
}

.page-numbers.current {
  background: var(--cfd-burgundy);
  border-color: var(--cfd-burgundy);
  color: #fff;
}

/* ─── Footer ─── */

.site-footer {
  margin-top: 0;
}

.site-footer__main {
  background: var(--cfd-footer);
  color: rgba(255, 255, 255, 0.75);
  padding: 56px var(--cfd-gutter) 40px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 2.15fr;
  gap: 32px;
}

.footer-brand__logo {
  display: flex;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.footer-brand__icon {
  width: 22px;
  height: 22px;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 00-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 00-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-brand__name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  margin-bottom: 8px;
}

.footer-brand__tagline {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer-social__list {
  display: flex;
  gap: 12px;
}

.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.footer-social__link:hover {
  border-color: var(--cfd-burgundy);
  color: #fff;
}

.footer-col__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  margin-bottom: 16px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-links a:hover {
  color: #fff;
}

.boarding-pass-widget {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  background: rgba(0, 0, 0, 0.25);
}

.boarding-pass-widget__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.boarding-pass-widget__label {
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}

.boarding-pass-widget__value {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.boarding-pass-widget__status {
  margin-bottom: 12px;
}

.boarding-pass-widget__cleared {
  display: block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--cfd-burgundy-alt);
  line-height: 1;
}

.boarding-pass-widget__barcode {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 24px;
  object-fit: contain;
  object-position: left center;
  margin: 12px 0;
}

.boarding-pass-widget__thanks {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.boarding-pass-widget__journey {
  display: block;
}

.boarding-pass-widget__plus {
  float: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__legal {
  background: var(--cfd-black);
  padding: 16px var(--cfd-gutter);
}

.site-footer__legal-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.site-footer__copy {
  justify-self: start;
}

.site-footer__legal-nav {
  justify-self: end;
}

.legal-links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.55);
}

.legal-links a:hover {
  color: #fff;
}

/* ─── Responsive ─── */

@media (max-width: 1200px) {
  .articles-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .articles-grid--4 .article-card {
    border-right: none;
    min-width: 0;
  }

  .articles-grid--4 .article-card:nth-child(2n) {
    border-right: none;
  }

  .articles-grid--4 .article-card:nth-child(4n) {
    border-right: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-boarding-pass {
    grid-column: 1 / -1;
  }
}

@media (max-width: 992px) {
  .ticket-header__brand {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ticket-header__rail--left,
  .ticket-header__rail--right {
    justify-content: center;
    align-items: center;
  }

  .ticket-header__rail-text {
    flex-direction: row;
    align-items: center;
  }

  .rail-title {
    writing-mode: horizontal-tb;
    transform: none;
    max-height: none;
  }

  .cfd-home-hero-board {
    grid-template-columns: 1fr;
  }

  .cfd-home-hero-stack:not(.cfd-home-hero-stack--single) .cfd-home-hero-split__lead--stacked:not(:first-child) {
    display: none;
  }

  .cfd-home-hero-board--feature-duo .cfd-home-hero-stack--duo .cfd-home-hero-split__lead--duo:not(:first-child) {
    display: none;
  }

  .cfd-home-hero-split__lead--stacked:first-child {
    border-bottom: none;
    padding: 0;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__dek--stacked,
  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__arrow--stacked {
    display: none;
  }

  .cfd-home-hero-split__lead--stacked .cfd-home-hero-split__content {
    padding-right: 0;
  }

  .cfd-home-hero-split__lead {
    grid-template-columns: 1fr;
  }

  .cfd-home-hero-board__aside.briefings-panel--home {
    flex: 1 1 auto;
    align-self: stretch;
    max-width: none;
    border-left: none;
    border-top: 1px solid var(--cfd-border);
    padding: clamp(20px, 3vw, 28px) 0 0;
  }

  .hero-section__grid {
    grid-template-columns: 1fr;
  }

  .briefings-panel {
    border-left: none;
    border-top: 1px solid var(--cfd-border);
  }

  .newsletter-band__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
    text-align: left;
    gap: 28px;
  }

  .newsletter-band:not(.newsletter-band--no-art) .newsletter-band__inner {
    grid-template-columns: 1fr;
  }

  .newsletter-band__art {
    display: none;
  }

  .newsletter-band__text {
    margin: 0;
    max-width: none;
  }

  .cfd-newsletter-band .cfd-forminator-newsletter {
    max-width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  /* Breadcrumbs & featured image captions (archives + shell-wide) */
  .cfd-breadcrumbs,
  nav.cfd-breadcrumbs,
  .cfd-article__breadcrumbs,
  nav[aria-label="Breadcrumb"],
  .breadcrumbs,
  .cfd-article__caption,
  .cfd-featured-caption,
  .cfd-article__figure figcaption,
  .wp-block-image figcaption,
  .wp-caption-text {
    display: none !important;
  }

  .cfd-site-shell,
  body.cfd-kadence-child.cfd-singular .cfd-site-shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid var(--cfd-border);
    border-left: none;
    border-right: none;
    border-radius: 14px 14px 0 0;
    clip-path: none;
    background-image: linear-gradient(180deg, var(--cfd-cream) 0%, var(--cfd-cream-alt) 100%);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  }

  .cfd-site-shell::before {
    display: none;
  }

  .cfd-site-shell::after {
    display: none;
  }

  .utility-tagline {
    display: none;
  }

  .ticket-header__menu-btn {
    display: flex;
  }

  body:not(.cfd-classic-header-active) .ticket-nav-wrap {
    display: none;
    position: fixed;
    inset: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    max-height: none;
    overflow-y: auto;
    align-items: stretch;
    text-align: left;
    z-index: var(--cfd-z-nav-panel, 99999);
    background: var(--cfd-cream);
    box-shadow: none;
  }

  body:not(.cfd-classic-header-active).cfd-menu-open .ticket-nav-wrap {
    display: flex;
    flex-direction: column;
  }

  body:not(.cfd-classic-header-active).cfd-menu-open .ticket-nav__link {
    display: grid;
    grid-template-columns: auto 1fr;
    flex-direction: row;
    justify-content: flex-start;
    justify-items: start;
    align-items: center;
    text-align: left;
    gap: 12px 16px;
    padding-left: var(--cfd-k-gutter, 16px);
    padding-right: var(--cfd-k-gutter, 16px);
  }

  body:not(.cfd-classic-header-active).cfd-menu-open .ticket-nav__label,
  body:not(.cfd-classic-header-active).cfd-menu-open .ticket-nav__name {
    text-align: left;
  }

  body:not(.cfd-classic-header-active) .ticket-nav {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }

  body:not(.cfd-classic-header-active) .ticket-nav > li,
  body:not(.cfd-classic-header-active) .ticket-nav > .ticket-nav__item {
    border-right: none;
    border-bottom: 1px solid var(--cfd-border);
  }

  .ticket-header {
    position: relative;
  }

  .articles-grid--4 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }

  .articles-grid--4 .article-card {
    border-right: none !important;
  }

  /* Pillar/archive loops keep a 2-up grid on phones — preserve gutters */
  .cfd-grid--articles.articles-grid--4,
  .cfd-pillar-posts.cfd-grid--articles.articles-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .filter-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__legal-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer__copy,
  .site-footer__legal-nav {
    justify-self: center;
  }

  .legal-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Featured images: fill aspect-ratio containers on mobile */
  .cfd-home-hero-split__media {
    display: block;
    min-height: 220px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .cfd-home-hero-split__media img,
  .cfd-home-hero-split__image,
  .cfd-home-hero-split__placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-feature__link {
    display: block;
  }

  .hero-feature__media {
    display: block;
    min-height: 280px;
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
  }

  .hero-feature__media img,
  .hero-feature__image,
  .hero-feature__placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .cfd-lead-card__media,
  .cfd-lead-card__image-wrap {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .cfd-lead-card__image,
  .cfd-lead-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .article-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .article-card__media img,
  .article-card__image,
  .article-card__placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .cfd-thumb,
  .briefing-card__thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
  }

  .cfd-thumb img,
  .briefing-card__image,
  .briefing-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* Singular: Kadence/WP wrappers must not add asymmetric horizontal inset */
  body.cfd-kadence-child.cfd-singular:not(.cfd-menu-open) #wrapper,
  body.cfd-kadence-child.cfd-singular:not(.cfd-menu-open) #inner-wrap {
    overflow-x: hidden;
    max-width: 100%;
  }

  body.cfd-kadence-child.cfd-singular .site-container,
  body.cfd-kadence-child.cfd-singular .content-area,
  body.cfd-kadence-child.cfd-singular .entry-content,
  body.cfd-kadence-child.cfd-singular .entry-content-wrap,
  body.cfd-kadence-child.cfd-singular .wp-block-post-content,
  body.cfd-kadence-child.cfd-singular .cfd-article__content {
    overflow-x: hidden;
    max-width: 100% !important;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  body.cfd-kadence-child.cfd-singular .cfd-article__content .wp-block-group,
  body.cfd-kadence-child.cfd-singular .cfd-article__content .wp-block-columns,
  body.cfd-kadence-child.cfd-singular .entry-content .wp-block-group,
  body.cfd-kadence-child.cfd-singular .entry-content .wp-block-columns,
  body.cfd-kadence-child.cfd-singular .alignwide {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Standard-header featured figure only (hero bleed lives in single.css) */
  body.cfd-kadence-child.cfd-singular .cfd-article > .cfd-article__figure--hero,
  body.cfd-kadence-child.cfd-singular .cfd-article__content .wp-block-image,
  body.cfd-kadence-child.cfd-singular .cfd-article__content figure,
  body.cfd-kadence-child.cfd-singular .entry-content .wp-block-image,
  body.cfd-kadence-child.cfd-singular .entry-content figure {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  body.cfd-kadence-child.cfd-singular .cfd-article > .cfd-article__figure--hero {
    overflow: hidden;
  }

  body.cfd-kadence-child.cfd-singular .cfd-article > .cfd-article__figure--hero img,
  body.cfd-kadence-child.cfd-singular .cfd-article > .cfd-article__figure--hero .cfd-article__image,
  body.cfd-kadence-child.cfd-singular .cfd-article__content .wp-block-image img,
  body.cfd-kadence-child.cfd-singular .cfd-article__content figure img,
  body.cfd-kadence-child.cfd-singular .entry-content img,
  body.cfd-kadence-child.cfd-singular .entry-content .wp-block-image img,
  body.cfd-kadence-child.cfd-singular .entry-content figure img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    display: block;
  }

  body.cfd-kadence-child.cfd-singular .cfd-article > .cfd-article__figure--hero img,
  body.cfd-kadence-child.cfd-singular .cfd-article > .cfd-article__figure--hero .cfd-article__image {
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover;
    object-position: center;
  }

  body.cfd-kadence-child.cfd-singular .alignwide,
  body.cfd-kadence-child.cfd-singular .alignfull,
  body.cfd-kadence-child.cfd-singular .wp-block-image.alignwide,
  body.cfd-kadence-child.cfd-singular .wp-block-image.alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    transform: none !important;
  }
}

/* ─── Mobile filter strip ─── */

.cfd-mobile-filter {
  display: none;
  border-top: 1px dashed var(--cfd-border);
  border-bottom: 1px dashed var(--cfd-border);
  padding: 14px var(--cfd-gutter);
  background: var(--cfd-cream);
}

body.cfd-departure-header-active .cfd-mobile-filter {
  display: none !important;
}

.cfd-mobile-filter__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cfd-mobile-filter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.cfd-mobile-filter__label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cfd-burgundy);
}

.cfd-mobile-filter__icon {
  width: 22px;
  height: 22px;
  background: var(--cfd-text);
}

.cfd-mobile-filter__icon--globe {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cfd-mobile-filter__icon--pin {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cfd-mobile-filter__icon--check {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cfd-mobile-filter__icon--seat {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11V8h14v3H5zm0 2h14v5H5v-5zm2-9h10a2 2 0 012 2v3H5V6a2 2 0 012-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11V8h14v3H5zm0 2h14v5H5v-5zm2-9h10a2 2 0 012 2v3H5V6a2 2 0 012-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cfd-mobile-filter__value {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cfd-text);
}

/* Load more */
.cfd-load-more-wrap {
  padding: 28px var(--cfd-gutter) 36px;
  border-top: 1px solid var(--cfd-border);
}

.cfd-load-more {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid var(--cfd-border);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cfd-text);
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.cfd-load-more:hover:not(:disabled) {
  border-color: var(--cfd-burgundy);
  color: var(--cfd-burgundy);
}

.cfd-load-more:disabled,
.cfd-load-more.is-loading {
  opacity: 0.65;
  cursor: wait;
}

/* Footer boarding pass heading */
.boarding-pass-widget__heading {
  margin: 0 0 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.footer-boarding-pass--mobile {
  display: none;
}

.cfd-footer-stub {
  margin-top: 24px;
  padding: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
}

.cfd-footer-stub__quote {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.cfd-footer-stub__barcode {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 24px;
  object-fit: contain;
  object-position: left center;
}

.cfd-footer-stub__links {
  display: flex;
  gap: 16px;
  margin: 20px 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cfd-footer-stub__links a {
  color: rgba(255, 255, 255, 0.75);
}

.cfd-footer-stub__copy {
  margin: 0;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.06em;
}

.cfd-site-footer {
  margin-top: 0;
}

@media (max-width: 768px) {
  body.cfd-home-layout.cfd-classic-header-active .cfd-mobile-filter {
    display: block;
  }

  .footer-boarding-pass--desktop,
  .site-footer__grid .footer-col {
    display: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .footer-boarding-pass--mobile {
    display: block;
    padding: 0 var(--cfd-gutter) 24px;
  }

  .site-footer__main {
    padding-bottom: 24px;
  }

  .briefings-panel__header .briefings-panel__all {
    display: none;
  }

  .briefings-panel__header::after {
    content: "FILTER";
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--cfd-burgundy);
  }
}

@media (min-width: 769px) {
  .cfd-load-more-wrap {
    display: none;
  }
}