:root {
  --ed-ink: #11120f;
  --ed-paper: #f4f5ef;
  --ed-white: #fff;
  --ed-line: #d5d8ce;
  --ed-muted: #62665d;
  --ed-lime: #c7ff3d;
  --ed-lime-dark: #5d8500;
  --ed-cyan: #8be7f6;
  --ed-ease: cubic-bezier(.22, 1, .36, 1);
}

.editorial-page { margin: 0; overflow-x: hidden; background: var(--ed-paper); color: var(--ed-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
.editorial-page * { box-sizing: border-box; letter-spacing: 0; }
.editorial-page a { color: inherit; text-decoration: none; }
.editorial-page button { font: inherit; cursor: pointer; }
.reading-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 0; height: 3px; background: var(--ed-lime); box-shadow: 0 0 14px rgba(199, 255, 61, .55); }

.ed-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 32px; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(9,10,8,.78); color: #fff; backdrop-filter: blur(15px); transition: height .25s, background .25s; }
.ed-header.is-scrolled { height: 62px; background: rgba(9,10,8,.96); }
.ed-brand { display: inline-flex; align-items: center; justify-self: start; gap: 11px; width: max-content; font-size: 15px; font-weight: 850; }
.ed-glyph { width: 34px; height: 34px; display: inline-block; flex: 0 0 34px; background: url("../brand/prelusion-mark-primary.svg") center / contain no-repeat; }
.ed-glyph i { display: none; }
.ed-nav { display: flex; align-items: center; gap: 28px; color: #cdd0c7; font-size: 12px; font-weight: 700; }
.ed-nav a:hover, .ed-nav a[aria-current="page"] { color: var(--ed-lime); }
.ed-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.ed-actions a { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border-radius: 4px; font-size: 12px; font-weight: 800; }
.ed-actions .ed-login { padding-inline: 10px; }
.ed-actions .ed-try { background: var(--ed-lime); color: var(--ed-ink); }
.ed-actions svg { width: 15px; }

.article-hero { position: relative; min-height: 700px; height: 82svh; max-height: 880px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: #111; color: #fff; }
.article-hero-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.article-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,8,6,.9) 0, rgba(7,8,6,.58) 48%, rgba(7,8,6,.08) 78%), linear-gradient(0deg, rgba(7,8,6,.58), transparent 48%); }
.article-hero.hero-center .article-hero-media { object-position: center 44%; }
.article-hero.hero-fashion .article-hero-media { object-position: center 28%; }
.article-hero.hero-guide .article-hero-media { object-position: center; }
.article-hero-inner { width: min(1280px, calc(100% - 80px)); margin: 0 auto; padding: 150px 0 66px; }
.article-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; color: #d5d8cf; font-size: 11px; font-weight: 700; }
.article-breadcrumbs svg { width: 12px; }
.article-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--ed-lime); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.article-kicker i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(199,255,61,.14); }
.article-hero h1 { max-width: 1000px; margin: 0; font-size: 64px; line-height: 1.01; font-weight: 820; }
.article-hero-lead { max-width: 750px; margin: 24px 0 0; color: #e1e4da; font-size: 21px; line-height: 1.5; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 30px; color: #bec2b8; font-size: 11px; }
.article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.article-meta svg { width: 14px; color: var(--ed-lime); }

.article-shell { width: min(1160px, calc(100% - 80px)); display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 70px; margin: 0 auto; padding: 86px 0 130px; }
.article-toc { align-self: start; position: sticky; top: 92px; }
.article-toc > span { color: var(--ed-lime-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.article-toc nav { display: grid; gap: 3px; margin-top: 16px; padding-left: 14px; border-left: 1px solid var(--ed-line); }
.article-toc a { padding: 7px 0; color: #777b72; font-size: 12px; line-height: 1.35; transition: color .2s, transform .2s; }
.article-toc a:hover, .article-toc a.is-active { color: var(--ed-ink); transform: translateX(4px); }
.article-toc a.is-active { font-weight: 800; }
.article-share { display: flex; gap: 7px; margin-top: 26px; }
.article-share button { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--ed-line); border-radius: 4px; background: transparent; color: var(--ed-ink); }
.article-share svg { width: 15px; }

.article-body { min-width: 0; font-size: 18px; line-height: 1.78; }
.article-body > p:first-of-type { margin-top: 0; font-size: 22px; line-height: 1.58; font-weight: 520; }
.article-body h2 { scroll-margin-top: 92px; margin: 88px 0 24px; font-size: 38px; line-height: 1.14; }
.article-body h3 { scroll-margin-top: 92px; margin: 48px 0 16px; font-size: 25px; line-height: 1.25; }
.article-body p { margin: 0 0 25px; }
.article-body strong { font-weight: 800; }
.article-body a:not(.article-button) { border-bottom: 1px solid #8bab40; color: #3f6200; }
.article-body ul, .article-body ol { display: grid; gap: 12px; margin: 24px 0 34px; padding-left: 25px; }
.article-body li { padding-left: 5px; }
.article-body li::marker { color: var(--ed-lime-dark); font-weight: 850; }
.article-body blockquote { margin: 42px 0; padding: 9px 0 9px 28px; border-left: 5px solid var(--ed-lime); font-size: 27px; line-height: 1.35; font-weight: 750; }
.article-body figure { margin: 52px 0; overflow: hidden; border-radius: 6px; }
.article-body figure img { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; object-fit: cover; }
.article-body figcaption { margin-top: 10px; color: var(--ed-muted); font-size: 12px; line-height: 1.5; }

.article-summary { display: grid; gap: 13px; margin: 0 0 54px; padding: 26px; border: 1px solid #b3c986; border-radius: 6px; background: #faffef; }
.article-summary > span { color: var(--ed-lime-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.article-summary strong { font-size: 22px; line-height: 1.35; }
.article-summary p { margin: 0; color: #53594c; font-size: 15px; }
.metric-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 42px 0; border-top: 1px solid var(--ed-line); border-bottom: 1px solid var(--ed-line); }
.metric-row > div { min-width: 0; padding: 24px 18px; border-right: 1px solid var(--ed-line); }
.metric-row > div:first-child { padding-left: 0; }
.metric-row > div:last-child { border-right: 0; }
.metric-row b { display: block; margin-bottom: 6px; font-size: 29px; line-height: 1; }
.metric-row small { display: block; color: var(--ed-muted); font-size: 11px; line-height: 1.45; }
.meme-break { position: relative; margin: 52px 0; padding: 30px 32px 32px 94px; overflow: hidden; border-radius: 6px; background: var(--ed-ink); color: #fff; }
.meme-break::before { content: ":)"; position: absolute; top: 15px; left: 24px; color: var(--ed-lime); font-size: 38px; font-weight: 900; transform: rotate(-7deg); }
.meme-break span { color: var(--ed-lime); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.meme-break p { margin: 8px 0 0; font-size: 18px; line-height: 1.5; }
.playbook { margin: 42px 0; border: 1px solid var(--ed-line); border-radius: 6px; background: #fff; }
.playbook > header { padding: 18px 22px; border-bottom: 1px solid var(--ed-line); background: var(--ed-lime); }
.playbook > header span { display: block; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.playbook > header strong { display: block; margin-top: 4px; font-size: 21px; }
.playbook > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 18px; padding: 17px 22px; border-bottom: 1px solid #e5e7df; }
.playbook > div:last-child { border-bottom: 0; }
.playbook b { font-size: 13px; }
.playbook p { margin: 0; color: var(--ed-muted); font-size: 14px; line-height: 1.55; }
.prompt-box { margin: 38px 0; padding: 24px; border: 1px solid #34362f; border-radius: 6px; background: #171815; color: #f6f7f2; }
.prompt-box header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.prompt-box header span { color: var(--ed-lime); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.prompt-box button { min-height: 34px; display: inline-flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid #494c43; border-radius: 4px; background: transparent; color: #fff; font-size: 10px; font-weight: 750; }
.prompt-box button svg { width: 14px; }
.prompt-box p { margin: 0; color: #d7dad0; font: 14px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
.step-list { counter-reset: guide; display: grid; gap: 12px; margin: 38px 0; }
.step-card { counter-increment: guide; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; padding: 22px; border: 1px solid var(--ed-line); border-radius: 6px; background: #fff; }
.step-card::before { content: counter(guide, decimal-leading-zero); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 4px; background: var(--ed-lime); font-size: 12px; font-weight: 850; }
.step-card h3 { margin: 0 0 7px; font-size: 20px; }
.step-card p { margin: 0; color: var(--ed-muted); font-size: 15px; line-height: 1.6; }
.source-box { margin-top: 78px; padding-top: 25px; border-top: 1px solid var(--ed-line); }
.source-box h2 { margin: 0 0 18px; font-size: 22px; }
.source-box ol { gap: 7px; margin: 0; color: var(--ed-muted); font-size: 12px; line-height: 1.55; }

.article-end { padding: 92px 0; background: var(--ed-ink); color: #fff; }
.article-end-inner { width: min(1120px, calc(100% - 80px)); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; margin: auto; }
.article-end span { color: var(--ed-lime); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.article-end h2 { max-width: 770px; margin: 14px 0 0; font-size: 45px; line-height: 1.08; }
.article-end p { max-width: 650px; margin: 18px 0 0; color: #b9bdb2; font-size: 15px; line-height: 1.6; }
.article-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border-radius: 4px; background: var(--ed-lime); color: var(--ed-ink); font-size: 12px; font-weight: 850; white-space: nowrap; }
.article-button svg { width: 17px; }

.related-section { padding: 100px 0 110px; background: #fff; }
.related-inner { width: min(1280px, calc(100% - 80px)); margin: auto; }
.related-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.related-head span { color: var(--ed-lime-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.related-head h2 { margin: 8px 0 0; font-size: 38px; }
.related-head > a { font-size: 12px; font-weight: 800; border-bottom: 1px solid; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.story-card { min-width: 0; border: 1px solid var(--ed-line); border-radius: 6px; overflow: hidden; background: var(--ed-paper); transition: transform .35s var(--ed-ease), box-shadow .35s; }
.story-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(21,24,17,.1); }
.story-card img { width: 100%; height: auto; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.story-card > div { padding: 22px; }
.story-card small { color: var(--ed-lime-dark); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.story-card h3 { margin: 10px 0 11px; font-size: 21px; line-height: 1.24; }
.story-card p { margin: 0; color: var(--ed-muted); font-size: 13px; line-height: 1.55; }
.story-card footer { display: flex; justify-content: space-between; margin-top: 20px; color: #777b72; font-size: 10px; }

.journal-hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); padding-top: 70px; background: var(--ed-ink); color: #fff; }
.journal-hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 80px 7vw; }
.journal-hero-copy > span { color: var(--ed-lime); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.journal-hero h1 { margin: 19px 0 24px; font-size: 72px; line-height: .98; }
.journal-hero p { max-width: 590px; margin: 0; color: #bfc3b8; font-size: 19px; line-height: 1.55; }
.journal-hero-meta { display: flex; gap: 12px; margin-top: 34px; }
  .journal-hero-meta span { max-width: 100%; padding: 8px 10px; border: 1px solid #41443c; border-radius: 4px; color: #d8dbd2; font-size: 10px; white-space: normal; }
.journal-hero-visual { min-width: 0; min-height: 550px; }
.journal-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.journal-list { width: min(1280px, calc(100% - 80px)); margin: auto; padding: 110px 0 125px; }
.journal-list-head { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 55px; margin-bottom: 54px; }
.journal-list-head span { color: var(--ed-lime-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.journal-list-head h2 { margin: 0; font-size: 48px; line-height: 1.08; }
.journal-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 490px; margin-bottom: 12px; border: 1px solid var(--ed-line); border-radius: 6px; overflow: hidden; background: #fff; }
.journal-feature img { width: 100%; height: 100%; display: block; object-fit: cover; }
.journal-feature > div { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.journal-feature small { color: var(--ed-lime-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.journal-feature h2 { margin: 17px 0 18px; font-size: 38px; line-height: 1.12; }
.journal-feature p { margin: 0; color: var(--ed-muted); font-size: 15px; line-height: 1.65; }
.journal-feature footer { display: flex; align-items: center; justify-content: space-between; margin-top: 36px; font-size: 11px; font-weight: 800; }
.journal-feature footer svg { width: 18px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.ed-footer { padding: 65px 0 24px; background: #090a08; color: #fff; }
.ed-footer-inner { width: min(1280px, calc(100% - 80px)); display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; margin: auto; padding-bottom: 55px; }
.ed-footer p { margin: 20px 0 0; color: #92968b; font-size: 13px; line-height: 1.6; }
.ed-footer-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; }
.ed-footer-links span { display: grid; align-content: start; gap: 11px; }
.ed-footer-links strong { margin-bottom: 5px; color: #757970; font-size: 9px; text-transform: uppercase; }
.ed-footer-links a, .ed-footer-links button { width: max-content; max-width: 100%; padding: 0; border: 0; background: none; color: #c6c9c0; font-size: 11px; }
.ed-footer-links a:hover, .ed-footer-links button:hover { color: var(--ed-lime); }
.ed-footer-bottom { width: min(1280px, calc(100% - 80px)); min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: auto; border-top: 1px solid #2b2e28; color: #70746a; font-size: 9px; }

.reveal-ed { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ed-ease), transform .7s var(--ed-ease); }
.reveal-ed.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .ed-header { grid-template-columns: 1fr auto; }
  .ed-nav { display: none; }
  .article-hero h1 { font-size: 54px; }
  .article-shell { grid-template-columns: 190px minmax(0, 1fr); gap: 42px; }
  .journal-hero { grid-template-columns: 1fr; }
  .journal-hero-copy { min-height: 520px; }
  .journal-hero-visual { min-height: 480px; }
  .journal-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .ed-header { height: 62px; padding: 0 14px; }
  .ed-brand { font-size: 13px; }
  .ed-glyph { width: 32px; height: 32px; flex-basis: 32px; }
  .ed-actions .ed-login { display: none; }
  .ed-actions a { min-height: 38px; padding: 0 11px; font-size: 11px; }
  .article-hero { height: auto; min-height: 690px; max-height: none; }
  .article-hero::after { background: linear-gradient(0deg, rgba(7,8,6,.95) 0, rgba(7,8,6,.58) 72%, rgba(7,8,6,.12)); }
  .article-hero-media { object-position: 62% center; }
  .article-hero.hero-fashion .article-hero-media { object-position: 48% center; }
  .article-hero.hero-guide .article-hero-media { object-position: 68% center; }
  .article-hero-inner { width: calc(100% - 32px); padding: 120px 0 42px; }
  .article-breadcrumbs { font-size: 10px; }
  .article-hero h1 { font-size: 39px; line-height: 1.04; }
  .article-hero-lead { font-size: 17px; line-height: 1.5; }
  .article-meta { gap: 8px 14px; font-size: 10px; }
  .article-shell { width: calc(100% - 32px); display: block; padding: 36px 0 86px; }
  .article-toc { position: static; margin-bottom: 42px; padding: 16px; border: 1px solid var(--ed-line); border-radius: 6px; background: #fff; }
  .article-toc nav { grid-auto-flow: column; grid-auto-columns: minmax(160px, 72%); overflow-x: auto; margin: 11px -16px 0; padding: 0 16px 5px; border: 0; scroll-snap-type: x proximity; }
  .article-toc a { scroll-snap-align: start; padding: 10px 12px; border: 1px solid var(--ed-line); border-radius: 4px; background: var(--ed-paper); font-size: 11px; }
  .article-toc a:hover, .article-toc a.is-active { transform: none; }
  .article-share { display: none; }
  .article-body { font-size: 17px; line-height: 1.72; }
  .article-body > p:first-of-type { font-size: 19px; }
  .article-body h2 { margin-top: 66px; font-size: 31px; }
  .article-body h3 { margin-top: 38px; font-size: 23px; }
  .article-body blockquote { margin: 34px 0; padding-left: 20px; font-size: 23px; }
  .article-summary { padding: 20px; }
  .article-summary strong { font-size: 19px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row > div, .metric-row > div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--ed-line); }
  .metric-row > div:last-child { border-bottom: 0; }
  .meme-break { padding: 76px 22px 24px; }
  .meme-break::before { top: 19px; left: 21px; }
  .playbook > div { grid-template-columns: 1fr; gap: 5px; }
  .prompt-box { padding: 19px; }
  .prompt-box header { align-items: flex-start; }
  .step-card { grid-template-columns: 42px minmax(0, 1fr); padding: 17px; gap: 13px; }
  .source-box { margin-top: 60px; }
  .article-end { padding: 70px 0; }
  .article-end-inner { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 28px; }
  .article-end h2 { font-size: 34px; }
  .article-button { width: 100%; }
  .related-section { padding: 74px 0 84px; }
  .related-inner { width: calc(100% - 32px); }
  .related-head { align-items: flex-start; }
  .related-head h2 { font-size: 31px; }
  .related-grid { grid-template-columns: 1fr; }
  .journal-hero { min-height: 0; padding-top: 62px; }
  .journal-hero-copy { min-height: 500px; padding: 70px 16px; }
  .journal-hero h1 { font-size: 44px; }
  .journal-hero p { font-size: 17px; }
  .journal-hero-meta { flex-wrap: wrap; }
  .journal-hero-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .journal-list { width: calc(100% - 32px); padding: 80px 0 90px; }
  .journal-list-head { grid-template-columns: 1fr; gap: 12px; }
  .journal-list-head h2 { font-size: 36px; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-feature img { aspect-ratio: 4 / 3; }
  .journal-feature > div { padding: 25px 21px 28px; }
  .journal-feature h2 { font-size: 29px; }
  .journal-grid { grid-template-columns: 1fr; }
  .ed-footer-inner { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 46px; }
  .ed-footer-links { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .ed-footer-bottom { width: calc(100% - 32px); align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ed { opacity: 1; transform: none; transition: none; }
  .story-card { transition: none; }
}
