body.editorial,
.editorial-page {
  --paper: #F7F5EF;
  --paper-2: #F1EDE4;
  --ink: #1A1611;
  --oxblood: #4A1512;
  --oxblood-2: #3B0F0D;
  --signal: #C4331A;
  --signal-dk: #FF8A6B;
  --muted: rgba(26, 22, 17, .72);
  --line: rgba(26, 22, 17, .14);
  --paper-dk: rgba(247, 245, 239, .66);
  --line-dk: rgba(247, 245, 239, .18);
  --muted-dk: rgba(247, 245, 239, .62);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --maxw: 1200px;
}

body.editorial {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

html:has(body.editorial) { scroll-behavior: smooth; }

.editorial-page {
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

.editorial-page * {
  margin: 0;
  padding: 0;
}

.editorial-page :where(h1, h2, h3, h4, h5, h6, p) {
  color: inherit;
}

.editorial-page ::selection {
  background: var(--signal);
  color: var(--paper);
}

body.editorial::-webkit-scrollbar { width: 10px; }
body.editorial::-webkit-scrollbar-track { background: var(--paper); }
body.editorial::-webkit-scrollbar-thumb { background: rgba(26, 22, 17, .22); border-radius: 5px; }
body.editorial::-webkit-scrollbar-thumb:hover { background: rgba(26, 22, 17, .38); }

.editorial-page a:focus-visible,
.editorial-page button:focus-visible {
  outline: 1px solid var(--signal);
  outline-offset: 4px;
}

.editorial-page a {
  color: inherit;
  text-decoration: none;
  transition: none;
}

.editorial-page .wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 40px;
}

.editorial-page .mono {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.editorial-page header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 245, 239, .82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
  transition: transform .45s cubic-bezier(.2, .6, .2, 1);
}

.editorial-page header.hdr-hide { transform: translateY(-100%); }
.editorial-page .nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.editorial-page .brand { font-family: var(--serif); font-weight: 600; font-size: 22px; letter-spacing: .01em; }
.editorial-page .brand .mk { color: var(--signal); }
.editorial-page .navlinks { display: flex; gap: 38px; }
.editorial-page .navlinks a,
.editorial-page .navlinks .active { color: var(--muted); font-size: 13px; letter-spacing: .02em; transition: color .2s; }
.editorial-page .navlinks a:hover,
.editorial-page .navlinks .active { color: var(--ink); opacity: 1; }
.editorial-page .navlinks .active { padding-bottom: 3px; border-bottom: 1px solid var(--signal); }
.editorial-page .plink { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; }

.rvon .editorial-page .rv .st {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}

.rvon .editorial-page .rv.in .st { opacity: 1; transform: none; }
.rvon .editorial-page .rv.in .st:nth-child(1) { transition-delay: .06s; }
.rvon .editorial-page .rv.in .st:nth-child(2) { transition-delay: .14s; }
.rvon .editorial-page .rv.in .st:nth-child(3) { transition-delay: .22s; }
.rvon .editorial-page .rv.in .st:nth-child(4) { transition-delay: .30s; }
.rvon .editorial-page .rv.in .st:nth-child(5) { transition-delay: .38s; }
.rvon .editorial-page .rv.in .st:nth-child(6) { transition-delay: .46s; }

.rvon .editorial-page .rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.05s cubic-bezier(.2, .65, .15, 1), transform 1.05s cubic-bezier(.2, .65, .15, 1);
}

.rvon .editorial-page .rv.in { opacity: 1; transform: none; }
.rvon .editorial-page .rv.wipe { position: relative; opacity: 1; clip-path: none; transform: none; }
.rvon .editorial-page .rv.wipe::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  transform-origin: right center;
  transition: transform 1.05s cubic-bezier(.6, 0, .2, 1);
}
.rvon .editorial-page .rv.wipe.in::after { transform: scaleX(0); }

.editorial-page .tl-perform .tl { will-change: opacity; }

.editorial-page .foot {
  padding: 92px 0 46px;
  background: var(--ink);
  color: var(--paper-dk);
}
.editorial-page .foot-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid var(--line-dk); }
.editorial-page .foot-brand { color: var(--paper); font-family: var(--serif); font-weight: 600; font-size: 26px; }
.editorial-page .foot-brand .mk { color: var(--signal-dk); }
.editorial-page .foot-brand p { max-width: 30ch; margin-top: 12px; color: var(--paper-dk); font-family: var(--sans); font-size: 13px; }
.editorial-page .foot-col h6,
.editorial-page .foot-h { margin: 0 0 16px; color: var(--paper-dk); font-family: var(--mono); font-size: 11.5px; font-weight: inherit; line-height: inherit; letter-spacing: .14em; text-transform: uppercase; }
.editorial-page .foot-top .foot-h { margin: 0 0 14px; color: inherit; font: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; }
.editorial-page .foot-col a { display: block; margin-bottom: 10px; color: var(--paper); font-size: 14px; opacity: .82; transition: .2s; }
.editorial-page .foot-col a:hover { color: var(--signal-dk); opacity: 1; }
.editorial-page .legal-links a { color: inherit; transition: color .2s; }
.editorial-page .legal-links a:hover { color: #F7F5EF; }
.editorial-page .legal-links .ld { margin: 0 10px; opacity: .5; }
.editorial-page .foot-bot { display: flex; justify-content: space-between; padding-top: 26px; color: var(--paper-dk); font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; }

.editorial-page .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
.editorial-page .foot-grid + .foot-base { display: flex; justify-content: space-between; margin-top: 64px; padding-top: 26px; border-top: 1px solid rgba(247, 245, 239, .14); color: rgba(247, 245, 239, .45); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }
.editorial-page .foot-grid .brand { color: var(--paper); font-size: 24px; }
.editorial-page .foot-grid .tag { margin-top: 14px; color: rgba(247, 245, 239, .55); font-size: 14px; font-weight: 600; }
.editorial-page .foot-grid .foot-col h6,
.editorial-page .foot-grid .foot-h { margin-bottom: 18px; color: var(--signal-dk); font-size: 12px; letter-spacing: .18em; font-weight: 500; }
.editorial-page .foot-grid .foot-col a { margin-bottom: 12px; color: rgba(247, 245, 239, .72); font-size: 14.5px; opacity: 1; }
.editorial-page .foot-grid .foot-col a:hover { color: var(--paper); }

.editorial-page .veil {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: var(--signal);
  transform: scaleY(0);
  transform-origin: top;
}
.editorial-page .veil.out { pointer-events: auto; animation: editorialVeilIn .42s cubic-bezier(.7, 0, .2, 1) forwards; }
.editorial-page .veil.enter { transform: scaleY(1); transform-origin: bottom; animation: editorialVeilOut .5s cubic-bezier(.7, 0, .2, 1) .05s forwards; }
@keyframes editorialVeilIn { to { transform: scaleY(1); } }
@keyframes editorialVeilOut { to { transform: scaleY(0); } }
.editorial-page .veil .vk { width: 20px; height: 20px; background: var(--paper); opacity: 0; }
.editorial-page .veil.out .vk,
.editorial-page .veil.enter .vk { opacity: 1; }

.editorial-page .mnav { display: none; position: relative; z-index: 210; width: 40px; height: 40px; border: 0; background: none; cursor: pointer; }
.editorial-page .mnav i { position: absolute; right: 8px; left: 8px; height: 2px; background: var(--ink); transition: transform .3s ease, opacity .3s ease; }
.editorial-page .mnav i:nth-child(1) { top: 14px; }
.editorial-page .mnav i:nth-child(2) { top: 24px; }
.editorial-page .mnav.x i { background: var(--paper); }
.editorial-page .mnav.x i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.editorial-page .mnav.x i:nth-child(2) { transform: translateY(-5px) rotate(-45deg); }
.editorial-page .mmenu { position: fixed; inset: 0; z-index: 205; display: flex; flex-direction: column; justify-content: center; padding: 0 30px; pointer-events: none; background: #14100C; opacity: 0; transition: opacity .35s ease; }
.editorial-page .mmenu.open { pointer-events: auto; opacity: 1; }
.editorial-page .mmenu a { padding: 12px 0; border-bottom: 1px solid rgba(247, 245, 239, .14); color: #F7F5EF; font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 10vw, 64px); letter-spacing: -.02em; opacity: 0; transform: translateY(16px); transition: opacity .4s ease, transform .4s ease; }
.editorial-page .mmenu.open a { opacity: 1; transform: none; }
.editorial-page .mmenu.open a:nth-child(1) { transition-delay: .08s; }
.editorial-page .mmenu.open a:nth-child(2) { transition-delay: .16s; }
.editorial-page .mmenu.open a:nth-child(3) { transition-delay: .24s; }
.editorial-page .mmenu.open a:nth-child(4) { transition-delay: .32s; }
.editorial-page .mmenu.open a:nth-child(5) { transition-delay: .40s; }
.editorial-page .mmenu .mm-tag { margin-bottom: 26px; color: #FF8A6B; font-family: var(--mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; opacity: 0; transition: opacity .4s ease; }
.editorial-page .mmenu.open .mm-tag { opacity: 1; }

.editorial-page .skip { position: absolute; top: 0; left: -9999px; z-index: 220; padding: 14px 22px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.editorial-page .skip:focus { left: 0; }
.editorial-page :where(header a, nav a, .navlinks a, .mm a, .plink) { display: inline-flex; align-items: center; min-height: 24px; }
.editorial-page :where(.foot-col a, .foot-col .active) { display: flex; align-items: center; min-height: 24px; }
.editorial-page :where(footer a:not(.foot-col a), .legal-links a) { display: inline-flex; align-items: center; min-height: 24px; }
.editorial-page .mmenu .active { color: rgba(247, 245, 239, .62); }
.editorial-page .foot-col .active { color: inherit; opacity: .66; }

@media (max-width: 760px) {
  .editorial-page .navlinks { display: none; }
  .editorial-page .mnav { display: block; }
  .editorial-page .foot-top,
  .editorial-page .foot-grid { grid-template-columns: 1fr 1fr; }
  .editorial-page .foot-bot,
  .editorial-page .foot-grid + .foot-base { flex-direction: column; gap: 10px; }
}

@media (max-width: 820px) {
  .editorial-page :where(header a, nav a, .navlinks a, .mm a) { min-height: 44px; }
  .editorial-page :where(.foot-col a, .foot-col .active) { min-height: 44px; }
  .editorial-page :where(footer a:not(.foot-col a), .legal-links a) { min-height: 44px; }
  .editorial-page :where(.cta-actions a, .btn-solid, .btn-line, .plink) { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; }
  .editorial-page :where(p a, li a, .lede a, .sub a, .foot-col a, .legal-links a, .foot a, .dd a, .note a) { padding-block: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .rvon .editorial-page .rv,
  .rvon .editorial-page .rv .st { opacity: 1 !important; transform: none !important; transition: none !important; }
  .rvon .editorial-page .rv.wipe::after { display: none; }
  .editorial-page .tl-perform .tl { opacity: 1 !important; }
  .editorial-page .veil { display: none !important; }
}
