/*
Theme Name: JAPAN SNAP Light
Theme URI: https://jpsnap.com
Author: JAPAN SNAP
Description: Fast, accessible editorial theme for JAPAN SNAP. Built for Gutenberg without a page builder.
Version: 1.8.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: jpsnap-light
*/

:root {
  --ink: #172033;
  --muted: #59616d;
  --paper: #faf9f6;
  --surface: #f2f0ea;
  --line: #ddd9cf;
  --blue: #29415f;
  --blue-dark: #172e49;
  --coral: #e84732;
  --coral-text: #b63827;
  --coral-soft: #f17b6b;
  --yellow: #f4c95d;
  --matcha: #66785f;
  --radius: 18px;
  --shadow: 0 12px 30px rgb(23 32 51 / 7%);
  --content: 760px;
  --wide: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 1220px; scroll-behavior: smooth; }
body {
  min-width: 1220px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; border-radius: 14px; }
a { color: var(--blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue-dark); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.skip-link { position: absolute; left: 1rem; top: -10rem; z-index: 9999; padding: .7rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
.site-wrap { width: var(--wide); margin-inline: auto; }
.reading-wrap { width: var(--content); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(221 217 207 / 88%); background: rgb(250 249 246 / 94%); backdrop-filter: blur(12px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; font-size: 1.2rem; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--blue); border-radius: 10px 10px 10px 2px; font-size: .72rem; letter-spacing: .02em; }
.custom-logo { max-height: 38px; width: auto; border-radius: 0; }
.site-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--ink); font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--blue); }

.hero { padding: 112px 0 64px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 88px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); line-height: 1.22; letter-spacing: -.035em; text-wrap: balance; }
h1 { margin: 0 0 22px; font-size: 84px; }
h2 { margin-top: 2.4em; font-size: 37px; }
h3 { font-size: 1.22rem; }
.hero-copy { max-width: 640px; color: var(--muted); font-size: 20px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border: 2px solid var(--blue); border-radius: 999px; background: var(--blue); color: #fff; font-weight: 850; text-decoration: none; }
.button:hover { background: var(--blue-dark); color: #fff; border-color: var(--blue-dark); }
.button.secondary { background: transparent; color: var(--blue); }
.button.secondary:hover { background: #eaf1ff; color: var(--blue-dark); }
.snap-card { position: relative; min-height: 360px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, #eaf1ff, #fff3d1); box-shadow: var(--shadow); }
.snap-card::before { content: "JP"; position: absolute; right: -18px; bottom: -86px; color: rgb(17 85 204 / 9%); font-weight: 950; font-size: 15rem; line-height: 1; }
.snap-label { display: inline-block; padding: 6px 10px; border-radius: 999px; background: var(--coral-text); color: #fff; font-size: .75rem; font-weight: 900; }
.snap-card strong { display: block; max-width: 320px; margin-top: 78px; font-size: 44px; line-height: 1.2; letter-spacing: -.045em; }

.section { padding: 56px 0 76px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.section-head h2 { margin: 0; }
.section-head p { margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.post-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fffefd; box-shadow: 0 8px 24px rgb(23 32 51 / 5%); }
.post-card > a { display: block; aspect-ratio: 16 / 9; background: var(--surface); overflow: hidden; }
.post-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform .25s ease; }
.post-card:hover img { transform: scale(1.025); }
.card-body { padding: 20px; }
.card-body h2, .card-body h3 { margin: 6px 0 10px; }
.card-body h2 { font-size: 1.45rem; }
.card-body a { color: var(--ink); text-decoration: none; }
.card-body a:hover { color: var(--blue); }
.meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--muted); font-size: .82rem; }
.card-summary { color: var(--muted); font-size: .95rem; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.route-card { position: relative; padding: 48px; border-radius: 26px; color: #fff; overflow: hidden; }
.route-card.when { background: #1155cc; }
.route-card.plan { background: #e04d3a; }
.route-card h2, .route-card a { color: #fff; }
.route-card h2 { margin: 0 0 10px; }
.route-card p { max-width: 35ch; margin-bottom: 26px; color: rgb(255 255 255 / 88%); }

.archive-header { padding: 64px 0 32px; }
.archive-header h1 { max-width: 780px; font-size: 67px; }
.archive-description { max-width: 690px; color: var(--muted); font-size: 1.12rem; }
.posts-grid { padding: 24px 0 76px; }
.pagination { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 6px 10px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.page-numbers.current { border-color: var(--blue); background: var(--blue); color: #fff; }

.article-header { padding: 62px 0 28px; }
.article-header h1 { font-size: 64px; }
.article-kicker { color: var(--blue); font-weight: 850; }
.article-cover { width: min(calc(100% - 32px), 1040px); margin: 24px auto 48px; }
.article-cover img { width: 100%; max-height: 620px; object-fit: cover; }
.direct-answer { margin: 0 0 34px; padding: 22px 24px; border: 1px solid #b8cdf4; border-left: 5px solid var(--blue); border-radius: 14px; background: #eef4ff; }
.direct-answer strong { display: block; margin-bottom: 5px; color: var(--blue-dark); }
.affiliate-note { margin: 20px 0 30px; padding: 13px 16px; border-radius: 10px; background: #fff4d4; color: #614a00; font-size: .88rem; }
.entry-content { overflow-wrap: break-word; }
.entry-content > * { max-width: var(--content); margin-inline: auto; }
.entry-content > .alignwide { max-width: var(--wide); }
.entry-content > .alignfull { max-width: none; }
.entry-content p, .entry-content li { color: #243044; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.entry-content th, .entry-content td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { background: var(--surface); }
.entry-content blockquote { margin-top: 2rem; margin-bottom: 2rem; padding: 2px 0 2px 22px; border-left: 4px solid var(--coral); color: var(--muted); }
.fact-box { margin-top: 42px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.fact-box h2 { margin-top: 0; font-size: 1.2rem; }
.fact-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.fact-list a { overflow-wrap: anywhere; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 54px 0; padding-top: 28px; border-top: 1px solid var(--line); }
.post-nav a { display: block; padding: 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); font-weight: 750; text-decoration: none; }

.site-footer { margin-top: 70px; padding: 48px 0; border-top: 1px solid var(--line); background: var(--surface); }
.footer-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; }
.footer-copy { max-width: 52ch; color: var(--muted); font-size: .92rem; }
.footer-nav ul { display: flex; justify-content: end; flex-wrap: wrap; gap: 16px; margin: 0; padding: 0; list-style: none; }
.footer-nav a { color: var(--ink); font-weight: 700; text-decoration: none; }
.empty-state { padding: 42px; border: 1px dashed #aab5c2; border-radius: var(--radius); text-align: center; background: var(--surface); }
.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; }

/* Homepage editorial redesign */
.hero { position: relative; padding: 116px 0 84px; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; right: -180px; top: -200px; border-radius: 50%; background: #edf2fd; }
.hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 92px; }
.hero h1 { max-width: 780px; font-size: 80px; line-height: 1.12; }
.hero-copy { line-height: 1.78; }
.hero .button { gap: 10px; min-height: 50px; border-radius: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .87rem; font-weight: 750; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--blue); font-weight: 950; }
.decision-panel { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: #fffefd; box-shadow: var(--shadow); }
.decision-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.status-dot { color: var(--matcha); letter-spacing: .08em; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--matcha); box-shadow: 0 0 0 4px #e5e9e1; }
.decision-lead { margin: 28px 0 24px; color: var(--muted); font-size: 1.05rem; line-height: 1.45; }
.decision-lead strong { color: var(--ink); font-size: 34px; letter-spacing: -.04em; }
.decision-list { display: grid; margin: 0; padding: 0; list-style: none; }
.decision-list li { display: grid; grid-template-columns: 105px 1fr; gap: 16px; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); }
.decision-list span { color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .08em; }
.decision-list strong { font-size: .98rem; }

.route-section { border-block: 1px solid var(--line); background: #f0eee7; }
.section-intro { display: grid; grid-template-columns: .8fr 1.25fr 1fr; gap: 30px; align-items: end; margin-bottom: 34px; }
.section-intro .eyebrow { align-self: start; }
.section-intro h2 { margin: 0; }
.section-intro > p:last-child { margin: 0; color: var(--muted); }
.route-card { min-height: 310px; padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: #fffefd; color: var(--ink); }
.route-card.when, .route-card.plan { background: #fffefd; }
.route-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -45px; bottom: -50px; border-radius: 50%; background: #e4e8e1; }
.route-card.plan::after { background: #f4dfdb; }
.route-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 58px; }
.route-number { color: #b4bcc8; font-size: .8rem; font-weight: 900; }
.route-tag { padding: 6px 10px; border-radius: 999px; color: var(--matcha); background: #e8ece5; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.route-card.plan .route-tag { color: #a63c2f; background: #f8e8e4; }
.route-card h3 { margin: 0 0 10px; font-size: 35px; }
.route-card p { max-width: 38ch; margin-bottom: 25px; color: var(--muted); }
.route-link { position: relative; z-index: 1; display: inline-flex; gap: 10px; align-items: center; color: var(--ink) !important; font-weight: 850; text-decoration: none; }
.route-link:hover { color: var(--blue) !important; }

.latest-section.plan-latest { border-top: 1px solid var(--line); background: #f1efe9; }
.text-link { flex: 0 0 auto; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 800; text-decoration: none; }
.home-post-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-post-grid .post-card { transition: transform .2s ease, box-shadow .2s ease; }
.home-post-grid .post-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgb(20 32 51 / 9%); }
.home-post-grid .post-card:first-child { grid-column: span 2; grid-row: span 2; }
.home-post-grid .post-card:first-child .card-body { padding: 26px; }
.home-post-grid .post-card:first-child .card-body h2 { font-size: 32px; }
.card-placeholder { display: flex; width: 100%; height: 100%; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 20px; color: var(--ink); background: linear-gradient(135deg, #e4e8e1 0%, #f7f1e3 100%); }
.type-plan .card-placeholder { background: linear-gradient(135deg, #f5e1dc 0%, #f5efe1 100%); }
.card-placeholder small { color: var(--blue); font-weight: 900; letter-spacing: .14em; }
.card-placeholder strong { font-size: 1.45rem; letter-spacing: -.04em; }

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

/* JAPAN SNAP 1.2 — contemporary editorial system */
:root {
  --ink: #172033;
  --muted: #59616d;
  --paper: #faf9f6;
  --surface: #f2f0ea;
  --line: #ddd9cf;
  --blue: #29415f;
  --blue-dark: #172e49;
  --coral: #e84732;
  --coral-text: #b63827;
  --coral-soft: #f17b6b;
  --yellow: #f4c95d;
  --matcha: #66785f;
  --navy: #172033;
  --radius: 22px;
  --shadow: 0 18px 48px rgb(23 32 51 / 8%);
  --content: 760px;
  --wide: 1180px;
}
body { background: var(--paper); font-size: 16.5px; line-height: 1.72; letter-spacing: -.008em; }
.site-wrap { width: var(--wide); }
.site-header { border-color: rgb(221 217 207 / 82%); background: rgb(250 249 246 / 90%); backdrop-filter: blur(18px) saturate(135%); }
.header-inner { min-height: 76px; }
.brand { gap: 12px; font-size: 1rem; }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; background: var(--coral-text); font-size: .84rem; }
.brand-lockup { display: grid; gap: 0; line-height: 1.05; }
.brand-lockup strong { color: var(--ink); font-size: .98rem; letter-spacing: -.03em; }
.brand-lockup small { margin-top: 5px; color: var(--muted); font-size: .57rem; font-weight: 850; letter-spacing: .18em; }
.site-nav a { font-size: .91rem; font-weight: 760; }
.eyebrow { color: var(--coral-text); font-size: .72rem; letter-spacing: .18em; }
h1, h2, h3 { letter-spacing: -.05em; }

.home-lead { position: relative; padding: 88px 0 46px; overflow: hidden; background: linear-gradient(180deg, #faf9f6 0%, #f1efe9 100%); }
.home-lead::before { content: "JAPAN"; position: absolute; right: -36px; top: 3px; color: rgb(41 65 95 / 3.5%); font-size: 272px; font-weight: 950; line-height: 1; letter-spacing: -.09em; pointer-events: none; }
.home-lead-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 64px; align-items: end; }
.home-intro h1 { max-width: 900px; margin: 0 0 20px; font-size: 80px; line-height: .98; }
.home-intro h1 span { color: #737b85; }
.home-intro .hero-copy { max-width: 660px; margin-bottom: 0; color: var(--muted); }
.topic-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.topic-pills a, .topic-pills span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fffefd; color: var(--ink); font-size: .78rem; font-weight: 780; text-decoration: none; }
.topic-pills a:hover { border-color: var(--blue); color: var(--blue); }
.fresh-note { display: flex; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgb(255 254 251 / 82%); }
.fresh-icon { color: var(--matcha); font-size: .78rem; }
.fresh-note strong { font-size: .9rem; }
.fresh-note p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.58; }

.latest-now { padding: 56px 0 68px; }
.section-title-row { display: grid; grid-template-columns: 1fr .7fr; gap: 40px; align-items: end; margin-bottom: 24px; }
.section-title-row h2 { margin: 0; font-size: 46px; }
.section-title-row > p { max-width: 34ch; margin: 0 0 5px auto; color: var(--muted); }
.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 22px; }
.lead-story { overflow: hidden; border-radius: 26px; background: var(--navy); color: #fff; }
.lead-media { display: block; aspect-ratio: 16 / 8.3; overflow: hidden; background: #151d34; }
.lead-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform .4s ease; }
.lead-story:hover .lead-media img { transform: scale(1.02); }
.editorial-placeholder { display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: space-between; padding: 54px; background: radial-gradient(circle at 82% 20%, #354e6c 0, transparent 32%), linear-gradient(135deg, #172033, #26364d); color: #fff; }
.editorial-placeholder small { color: #d4ddd1; font-weight: 900; letter-spacing: .2em; }
.editorial-placeholder strong { align-self: end; font-size: 96px; line-height: .77; text-align: right; letter-spacing: -.09em; }
.lead-body { padding: 44px; }
.lead-body h3 { max-width: 18ch; margin: 14px 0; font-size: 52px; line-height: 1.08; }
.lead-body h3 a, .story-link { color: #fff; text-decoration: none; }
.lead-body > p { max-width: 56ch; color: #b6c0d2; }
.story-link { display: inline-flex; gap: 8px; margin-top: 10px; font-weight: 850; }
.story-meta { display: flex; justify-content: space-between; gap: 12px; color: #7d8aa3; font-size: .71rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.story-meta span { color: var(--coral-soft); }
.story-stack { display: grid; gap: 14px; }
.story-stack .post-card { display: grid; grid-template-columns: 132px 1fr; min-height: 154px; border-radius: 18px; box-shadow: none; }
.story-stack .post-card > a { aspect-ratio: auto; height: 100%; }
.story-stack .card-body { padding: 18px; }
.story-stack .card-body h2 { margin: 8px 0; font-size: 1.05rem; line-height: 1.35; }
.story-stack .card-summary { display: none; }
.story-stack .card-placeholder { padding: 14px; }
.story-stack .card-placeholder strong { font-size: 1.1rem; }
.landing-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.landing-guide-card { display: grid; grid-template-columns: 40% 60%; height: 220px; overflow: hidden; border-radius: 18px; background: var(--navy); color: #fff; }
.landing-card-media { display: block; height: 100%; overflow: hidden; background: #151d34; }
.landing-card-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform .3s ease; }
.landing-guide-card:hover .landing-card-media img { transform: scale(1.025); }
.landing-card-placeholder { display: flex; height: 100%; flex-direction: column; justify-content: space-between; padding: 18px; background: linear-gradient(145deg, #172033, #29415f); color: #fff; }
.landing-card-placeholder small { color: var(--coral-soft); font-weight: 900; letter-spacing: .14em; }
.landing-card-placeholder strong { align-self: end; font-size: 2rem; line-height: .8; text-align: right; letter-spacing: -.08em; }
.landing-card-body { display: flex; min-width: 0; flex-direction: column; padding: 19px 21px; }
.landing-card-body h3 { display: -webkit-box; margin: 12px 0 8px; overflow: hidden; font-size: 1.3rem; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.landing-card-body h3 a { color: #fff; text-decoration: none; }
.landing-card-body > p { display: -webkit-box; margin: 0; overflow: hidden; color: #b6c0d2; font-size: .78rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.landing-card-body .story-link { margin-top: auto; font-size: .82rem; }
.landing-guide-placeholder { display: flex; align-items: end; padding: 24px; background: linear-gradient(135deg, #202b3e, #29415f); }
.landing-guide-placeholder h3 { max-width: 15ch; margin: 16px 0 10px; color: #fff; font-size: 1.7rem; line-height: 1.2; }
.landing-guide-placeholder p { margin: 0; color: #b6c0d2; font-size: .86rem; }
.home-recent-links { display: grid; grid-template-columns: 190px 1fr; gap: 32px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.home-recent-heading h3 { margin: 0; font-size: 1.45rem; }
.home-recent-links ol { margin: 0; padding: 0; list-style: none; counter-reset: home-recent; }
.home-recent-links li { counter-increment: home-recent; border-bottom: 1px solid var(--line); }
.home-recent-links a { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 10px 2px; color: var(--ink); text-decoration: none; }
.home-recent-links a::before { content: "0" counter(home-recent); color: var(--coral-text); font-size: .67rem; font-weight: 900; }
.home-recent-links a span { overflow: hidden; font-weight: 780; text-overflow: ellipsis; white-space: nowrap; }
.home-recent-links time { color: var(--muted); font-size: .73rem; }
.home-recent-links a:hover span { color: var(--blue); }
.home-recent-empty { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }
.launch-state { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 68px; border: 1px solid #dce1e9; border-radius: 28px; background: var(--navy); color: #fff; }
.launch-state h3 { margin: 12px 0; color: #fff; font-size: 48px; }
.launch-state p { color: #aeb8ca; }
.launch-label { color: var(--coral-soft); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }

.decision-hub { padding: 64px 0 58px; background: var(--navy); color: #fff; }
.section-title-row.inverse h2 { color: #fff; }
.section-title-row.inverse .eyebrow { color: var(--coral-soft); }
.section-title-row.inverse > p { color: #9da9bc; }
.hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hub-card { position: relative; min-height: 250px; padding: 32px 36px; overflow: hidden; border: 1px solid #3d4a5d; border-radius: 20px; background: #202b3e; color: #fff; text-decoration: none; transition: transform .22s ease, border-color .22s ease; }
.hub-card:hover { transform: translateY(-4px); border-color: #6f8198; color: #fff; }
.hub-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 230px; height: 230px; border-radius: 50%; background: rgb(102 120 95 / 20%); }
.hub-card.plan::after { background: rgb(232 71 50 / 16%); }
.hub-index { color: #65738e; font-size: .78rem; }
.hub-label { float: right; padding: 6px 10px; border-radius: 999px; background: #334654; color: #cfd9cb; font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.hub-card.plan .hub-label { background: #4b2d28; color: #f5b0a6; }
.hub-card h3 { max-width: 13ch; margin: 48px 0 8px; color: #fff; font-size: 39px; }
.hub-card p { max-width: 42ch; color: #9da9bc; }
.hub-card strong { position: absolute; z-index: 1; bottom: 24px; color: #fff; font-size: .88rem; }

.proof-section { padding: 76px 0; }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.proof-grid h2 { margin: 0; font-size: 62px; }
.proof-list { margin: 0; padding: 0; list-style: none; }
.proof-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid var(--line); }
.proof-list li:last-child { border-bottom: 1px solid var(--line); }
.proof-list li > span { color: var(--coral-text); font-size: .75rem; font-weight: 900; }
.proof-list strong { font-size: 1.15rem; }
.proof-list p { margin: 5px 0 0; color: var(--muted); }

.archive-header { margin: 0; padding: 116px 0 66px; background: var(--surface); }
.archive-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.archive-header h1 { margin: 0; font-size: 80px; line-height: 1; }
.archive-description { margin-top: 0; }
.archive-principles { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.archive-principles li { padding: 7px 10px; border: 1px solid #d8dce4; border-radius: 999px; background: #fff; color: #475467; font-size: .72rem; font-weight: 750; }
.archive-list-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.archive-list-head h2 { margin: 0; font-size: 1.55rem; }
.archive-list-head span { color: var(--muted); font-size: .82rem; }
.posts-grid .post-card { box-shadow: none; }

.article-hero { padding: 100px 0 44px; background: linear-gradient(180deg, #faf9f6 0%, #f1efe9 100%); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #98a2b3; font-size: .78rem; }
.breadcrumbs a { color: #667085; text-decoration: none; }
.article-hero h1 { margin-bottom: 22px; font-size: 64px; line-height: 1.06; }
.article-hero h1.article-title--split { font-size: 64px; }
.article-title--split span { display: block; white-space: nowrap; }
.article-deck { max-width: 670px; color: #667085; font-size: 1.12rem; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: #667085; font-size: .78rem; }
.verified-badge { padding: 2px 9px; border-radius: 999px; background: #e6ebe3; color: #4f634a; font-weight: 800; }
.answer-card { display: grid; grid-template-columns: 150px 1fr; gap: 28px; margin: 0 0 34px; padding: 28px; border: 0; border-radius: 20px; background: var(--navy); color: #fff; }
.answer-label span { display: block; color: var(--coral-soft); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.answer-label strong { display: block; margin-top: 8px; color: #fff; font-size: 1.05rem; }
.answer-copy p { margin: 0; color: #d9dfeb; font-size: 1.08rem; }
.key-facts { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #f3f1eb; }
.key-facts > strong { color: var(--blue); }
.key-facts ul { display: grid; gap: 9px; margin: 14px 0 0; padding-left: 20px; }
.affiliate-note { border: 1px solid #f0dfb2; background: #fff9e8; color: #655329; }
.affiliate-note strong { margin-right: 6px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 32px 0; }
.audience-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.audience-card span { font-size: .73rem; font-weight: 900; }
.audience-card.good { background: #eef2ec; }
.audience-card.good span { color: #4f634a; }
.audience-card.caution { background: #fff7f4; }
.audience-card.caution span { color: #b54738; }
.audience-card p { margin: 8px 0 0; color: #344054; }
.article-body > h2 { margin-top: 3.1em; padding-top: .6em; border-top: 1px solid var(--line); }
.article-body > h3 { margin-top: 2.3em; }
.faq-section { margin-top: 64px; padding-top: 44px; border-top: 1px solid var(--line); }
.faq-section h2 { margin: 0 0 22px; font-size: 1.8rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 18px 4px; cursor: pointer; color: var(--ink); font-weight: 820; list-style-position: outside; }
.faq-list details p { margin: 0; padding: 0 4px 20px; color: var(--muted); }
.source-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin: 62px 0 0; padding: 42px; border-radius: 22px; background: #f1efe9; }
.source-panel h2 { margin: 0 0 10px; font-size: 1.55rem; }
.source-panel p { color: var(--muted); font-size: .9rem; }
.source-list { margin: 0; padding: 0; list-style: none; }
.source-list li { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid #dce0e7; font-size: .84rem; }
.source-list a { overflow-wrap: anywhere; }
.author-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; margin: 54px 0 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.author-avatar { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--coral-text); color: #fff; font-size: 1.05rem; font-weight: 900; }
.author-card h2 { margin: 0 0 7px; font-size: 1.25rem; }
.author-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.social-connect { display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; margin: 24px 0 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fffefd; }
.social-copy strong { display: block; color: var(--ink); font-size: .95rem; }
.social-copy p { margin: 7px 0 0; color: var(--muted); font-size: .82rem; }
.social-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.social-platform { min-width: 0; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.social-platform-head { display: flex; gap: 10px; align-items: center; margin-bottom: 13px; }
.social-platform-icon { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 10px; background: var(--ink); color: #fff; }
.social-platform-instagram .social-platform-icon { background: linear-gradient(135deg, #7c3aed, #e84732 58%, #f4c95d); }
.social-platform-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.threads-mark { font-size: 1.15rem; font-weight: 900; line-height: 1; }
.social-platform-name { color: var(--ink); font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.social-handles { display: grid; gap: 6px; }
.social-handles a, .social-handle-text { color: var(--ink); font-size: .78rem; font-weight: 780; text-decoration: none; }
.social-handles a:hover { color: var(--blue); }
.social-handle-text { color: #98a2b3; }
.home-social-section { padding: 26px 0 58px; background: var(--navy); }
.social-home { margin: 0; border: 0; background: #fffefd; box-shadow: 0 18px 46px rgb(6 14 29 / 18%); }
.post-hashtags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.post-hashtags span { padding: 6px 10px; border-radius: 999px; background: #f1f3f6; color: #475467; font-size: .76rem; }
.latest-text-links { margin: 58px 0 0; padding-top: 42px; border-top: 1px solid var(--line); }
.latest-text-links h2 { margin: 0 0 18px; font-size: 1.7rem; }
.latest-text-links ol { margin: 0; padding: 0; list-style: none; counter-reset: latest-guide; }
.latest-text-links li { counter-increment: latest-guide; border-bottom: 1px solid var(--line); }
.latest-text-links a { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 15px 2px; color: var(--ink); text-decoration: none; }
.latest-text-links a::before { content: "0" counter(latest-guide); color: var(--coral-text); font-size: .68rem; font-weight: 900; grid-column: 1; }
.latest-text-links a span { grid-column: 1; font-weight: 780; }
.latest-text-links time { grid-column: 2; grid-row: 1 / span 2; color: var(--muted); font-size: .74rem; }
.latest-text-links a:hover span { color: var(--blue); }
.social-footer { margin: 34px 0 0; border-color: #dfe3e9; background: transparent; }
.site-footer { margin-top: 0; background: #eeece5; }
