/* Lights Out, brand tokens */
:root {
    --ink-900: #12043C;
    --ink-800: #1A0850;
    --ink-700: #220E68;
    --ink-600: #2B1278;
    --ink-500: #3518A0;
    --violet-400: #5B3AAF;
    --violet-300: #7D63C4;
    --violet-200: #9580C4;
    --lav-100: #F8F5FE;
    --lav-150: #F6F2FE;
    --lav-200: #EDE5FB;
    --lav-300: #DDD2F2;
    --gold-200: #FFF0A8;
    --gold-300: #FFE872;
    --gold-500: #F5C518;
    --gold-700: #E0AB00;
    --gold-900: #8B6914;
    --body: #3E2E66;
    --white: #FFFFFF;
    --green-500: #34B061;
    --red-500: #C0392B;
    --wrap: 1200px;
    --text: 850px;
    --radius: 14px;
    --radius-sm: 8px;
    --shadow-card: 0 4px 18px rgba(30, 13, 88, 0.08);
    --shadow-card-hover: 0 14px 38px rgba(30, 13, 88, 0.18);
    --shadow-dark: 0 12px 40px rgba(30, 13, 88, 0.30);
    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --font-display: var(--gh-font-heading, 'Playfair Display', Georgia, 'Times New Roman', serif);
    --font-body: var(--gh-font-body, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif);
}

/* Base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    background: var(--white);
    color: var(--body);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
img { height: auto; border-style: none; }
a { color: var(--ink-500); text-decoration: none; }
a:hover { color: var(--violet-400); }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); color: var(--ink-800); font-weight: 700; line-height: 1.2; }
p { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--gold-700); outline-offset: 3px; border-radius: 4px; }

.thp-visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap; border: 0;
}
.thp-skip {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--gold-500); color: var(--ink-800);
    padding: 12px 20px; font-size: 14px; font-weight: 700;
}
.thp-skip:focus { left: 12px; top: 12px; }

/* Layout */
.thp-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 30px; }
.thp-text { max-width: var(--text); }
.thp-sec { padding: 84px 0; }
.thp-sec-head { padding: 64px 0 84px; }
.thp-sec-tint { background: linear-gradient(180deg, var(--lav-150) 0%, var(--lav-200) 100%); }
.thp-sec-dark { background: linear-gradient(165deg, var(--ink-800) 0%, var(--ink-600) 45%, var(--ink-500) 70%, var(--ink-700) 100%); position: relative; overflow: hidden; }
.thp-sec-dark::after {
    content: ''; position: absolute; top: -80px; right: -60px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.14) 0%, rgba(245, 197, 24, 0.03) 45%, transparent 70%);
    pointer-events: none;
}
.thp-sec-dark > .thp-wrap { position: relative; z-index: 1; }

/* Typography blocks */
.thp-h1 {
    font-size: clamp(2.1rem, 5.2vw, 3.5rem);
    letter-spacing: 0.01em;
    color: var(--white);
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
    margin-bottom: 18px;
}
.thp-h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 16px; }
.thp-on-dark { color: var(--white); }
.thp-gold { color: var(--gold-500); }
.thp-gold-ink { color: var(--gold-900); }
.thp-lede { font-size: 18px; line-height: 1.65; color: rgba(255, 255, 255, 0.82); max-width: 620px; margin-bottom: 26px; }
.thp-sub { font-size: 17px; color: var(--violet-400); }
.thp-sub-dark { font-size: 17px; color: rgba(255, 255, 255, 0.72); max-width: 620px; }
.thp-punch { color: var(--ink-800); font-weight: 600; }

.thp-kicker-gold {
    font-size: 13px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.28em; color: var(--gold-500);
    margin-bottom: 14px;
}
.thp-pill {
    display: inline-block; margin-bottom: 14px;
    font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.2em;
    color: var(--ink-500); background: var(--lav-200);
    border: 1px solid var(--lav-300); border-radius: 999px;
    padding: 7px 16px;
}
.thp-pill-dark { color: var(--gold-300); background: rgba(255, 255, 255, 0.08); border-color: rgba(245, 197, 24, 0.35); }
.thp-headwrap { margin-bottom: 40px; }
.thp-headwrap-row {
    display: flex; flex-wrap: wrap; gap: 20px;
    align-items: flex-end; justify-content: space-between;
    max-width: none;
}
.thp-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.5; margin: 0 10px; vertical-align: middle; }

/* Buttons */
.thp-btn {
    display: inline-block; border: 0; cursor: pointer;
    font-family: var(--font-body); font-size: 15px; font-weight: 700;
    letter-spacing: 0.06em; padding: 14px 30px;
    border-radius: var(--radius-sm); text-align: center;
    transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.thp-btn-gold { background: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-500) 50%, var(--gold-700) 100%); color: var(--ink-800); box-shadow: 0 3px 14px rgba(245, 197, 24, 0.32); }
.thp-btn-gold:hover { color: var(--ink-800); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(245, 197, 24, 0.40); }
.thp-btn-ink { background: linear-gradient(150deg, var(--ink-500) 0%, var(--ink-600) 100%); color: var(--white); box-shadow: 0 3px 14px rgba(30, 13, 88, 0.22); }
.thp-btn-ink:hover { color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(30, 13, 88, 0.30); }
.thp-btn-sm { padding: 11px 22px; font-size: 14px; }

/* Members form */
.thp-form { display: flex; flex-wrap: wrap; gap: 12px; max-width: 560px; position: relative; }
.thp-form-center { margin: 0 auto; justify-content: center; }
.thp-input {
    flex: 1 1 240px; min-width: 0;
    font-family: var(--font-body); font-size: 16px; color: var(--ink-800);
    background: var(--white); border: 2px solid var(--lav-300);
    border-radius: var(--radius-sm); padding: 13px 16px;
}
.thp-input::placeholder { color: var(--violet-200); }
.thp-input:focus { border-color: var(--gold-500); outline: none; box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.28); }
.thp-form .thp-success, .thp-form .thp-error { display: none; flex: 1 0 100%; margin: 0; font-size: 14px; font-weight: 600; }
.thp-form .thp-success { color: var(--green-500); }
.thp-form .thp-error { color: var(--gold-300); }
.thp-form.success .thp-success { display: block; }
.thp-form.error .thp-error { display: block; }
.thp-form-note { font-size: 14px; color: var(--violet-400); margin-top: 14px; }
.thp-form-note-dark { color: rgba(255, 255, 255, 0.62); }

/* Nav */
.thp-nav { background: linear-gradient(170deg, var(--ink-800) 0%, var(--ink-600) 60%, var(--ink-700) 100%); border-bottom: 4px solid var(--gold-500); position: relative; z-index: 20; }
.thp-nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; }
.thp-brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.thp-brand:hover { color: var(--white); }
.thp-brand-logo { max-height: 42px; width: auto; }
.thp-brand-moon { width: 30px; height: 30px; display: block; filter: drop-shadow(0 0 12px rgba(245, 197, 24, 0.45)); }
.thp-brand-moon svg { display: block; width: 30px; height: 30px; }
.thp-brand-name { display: block; font-family: var(--font-display); font-size: 24px; font-weight: 700; letter-spacing: 0.04em; line-height: 1.1; }
.thp-brand-tag { display: block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }
.thp-menu { display: flex; align-items: center; gap: 26px; }
.thp-menu-nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.thp-menu-link { font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.82); }
.thp-menu-link:hover, .thp-menu-link-current { color: var(--gold-500); }
.thp-burger { display: none; background: transparent; border: 0; cursor: pointer; padding: 10px; }
.thp-burger span { display: block; width: 26px; height: 2px; background: var(--gold-500); margin: 5px 0; transition: transform 0.2s var(--ease), opacity 0.2s var(--ease); }
.thp-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.thp-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.thp-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.thp-hero { position: relative; overflow: hidden; background: var(--ink-800); padding: 104px 0 96px; }
.thp-hero-media { position: absolute; inset: 0; }
.thp-hero-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.thp-hero::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(155deg, rgba(18, 4, 60, 0.94) 0%, rgba(26, 8, 80, 0.86) 40%, rgba(53, 24, 160, 0.72) 100%);
}
.thp-hero-inner { position: relative; z-index: 2; max-width: var(--wrap); }
.thp-hero-inner .thp-form { max-width: 520px; }

/* Split section */
.thp-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 56px; align-items: start; }
.thp-split-text { max-width: var(--text); }
.thp-split-media { margin: 0; position: relative; }
.thp-split-media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-dark); display: block; aspect-ratio: 4 / 3; object-fit: cover; }
.thp-split-media::before {
    content: ''; position: absolute; top: -14px; left: -14px; right: 40px; bottom: 40px;
    border: 2px solid var(--gold-500); border-radius: var(--radius); opacity: 0.5; z-index: -1;
}
.thp-split-media figcaption { font-size: 14px; color: var(--violet-400); margin-top: 14px; font-style: italic; }

.thp-stats { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.thp-stats li { border-top: 3px solid var(--gold-500); padding-top: 14px; }
.thp-stat-num { display: block; font-family: var(--font-display); font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; color: var(--ink-800); line-height: 1.1; }
.thp-stat-lab { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--violet-400); margin-top: 6px; }

/* Scorecard, interactive */
.thp-verdict { margin-top: 8px; }
.thp-vtabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.thp-vtab {
    font-family: var(--font-body); font-size: 15px; font-weight: 600; cursor: pointer;
    color: rgba(255, 255, 255, 0.78); background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius-sm);
    padding: 15px 14px; text-align: left; line-height: 1.35;
    transition: background 0.18s var(--ease), color 0.18s var(--ease), border-color 0.18s var(--ease);
}
.thp-vtab:hover { background: rgba(255, 255, 255, 0.13); color: var(--white); }
.thp-vtab-on { background: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-500) 55%, var(--gold-700) 100%); color: var(--ink-800); border-color: transparent; box-shadow: 0 4px 16px rgba(245, 197, 24, 0.32); }
.thp-vtab-on:hover { background: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-500) 55%, var(--gold-700) 100%); color: var(--ink-800); }
.thp-vpanels { margin-top: 18px; }
.thp-vpanel {
    background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 5px solid var(--gold-500); border-radius: 0 var(--radius) var(--radius) 0;
    padding: 26px 28px;
    color: rgba(255, 255, 255, 0.82); font-size: 17px;
}
.thp-vpanel p { max-width: var(--text); }
.thp-vpanel[hidden] { display: none; }
.thp-vscore { font-family: var(--font-display); font-size: 21px; font-weight: 700; margin-bottom: 8px; }
.thp-vscore-good { color: var(--gold-300); }
.thp-vscore-half { color: #FFD9A0; }
.thp-vscore-bad { color: #FF9E92; }

.thp-secret {
    margin-top: 44px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(245, 197, 24, 0.32); border-radius: var(--radius);
    padding: 32px 32px;
}
.thp-badge {
    display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.3em;
    text-transform: uppercase; color: var(--ink-800);
    background: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-500) 50%, var(--gold-700) 100%);
    padding: 6px 16px; border-radius: 4px; margin-bottom: 16px;
}
.thp-secret-line { font-family: var(--font-display); font-size: clamp(1.35rem, 2.6vw, 1.8rem); font-weight: 700; color: var(--white); line-height: 1.3; margin-bottom: 12px; }
.thp-secret-note { font-size: 16px; color: rgba(255, 255, 255, 0.72); margin: 0; max-width: var(--text); }

/* Week cards */
.thp-week { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.thp-wcard {
    background: var(--white); border: 1px solid var(--lav-300); border-radius: var(--radius);
    padding: 24px 24px; box-shadow: var(--shadow-card);
    transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.thp-wcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.thp-wday { font-size: 12px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 10px; }
.thp-wtitle { font-size: 20px; margin-bottom: 10px; }
.thp-wcard p:last-child { font-size: 15px; color: var(--body); margin: 0; }

/* Post cards */
.thp-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.thp-card {
    display: flex; flex-direction: column; overflow: hidden;
    background: var(--white); border: 1px solid var(--lav-300);
    border-radius: var(--radius); box-shadow: var(--shadow-card);
    transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.thp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.thp-card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-700); }
.thp-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thp-card-media-blank { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: linear-gradient(150deg, var(--ink-500) 0%, var(--ink-700) 70%, var(--ink-800) 100%); }
.thp-card-media-blank svg { width: 46px; height: 46px; opacity: 0.85; }
.thp-card-body { padding: 26px 26px; display: flex; flex-direction: column; flex: 1 1 auto; }
.thp-card-meta { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--violet-400); margin-bottom: 12px; }
.thp-card-title { font-size: 22px; line-height: 1.28; margin-bottom: 12px; }
.thp-card-title a { color: var(--ink-800); }
.thp-card-title a:hover { color: var(--ink-500); }
.thp-card-ex { font-size: 15px; margin-bottom: 18px; }
.thp-card-more { margin-top: auto; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-500); }
.thp-card-empty { grid-column: 1 / -1; }

/* Archive rows */
.thp-posts { border-top: 2px solid var(--lav-200); }
.thp-post-row { border-bottom: 2px solid var(--lav-200); }
.thp-post-row-link, .thp-post-row-empty {
    display: grid; grid-template-columns: 150px minmax(0, 1fr) 110px;
    gap: 24px; align-items: baseline; padding: 26px 4px;
    transition: background 0.18s var(--ease);
}
.thp-post-row-link:hover { background: var(--lav-150); }
.thp-post-row-date { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); }
.thp-post-row-title { display: block; font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--ink-800); line-height: 1.3; margin-bottom: 6px; }
.thp-post-row-ex { display: block; font-size: 15px; color: var(--body); }
.thp-post-row-time { font-size: 13px; color: var(--violet-400); text-align: right; }
.thp-post-row-empty { grid-template-columns: minmax(0, 1fr); }

/* Pagination */
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; font-size: 15px; font-weight: 600; }
.pagination .page-number { color: var(--violet-400); }

/* Article */
.thp-article { padding: 56px 0 0; }
.thp-article-head { max-width: var(--text); margin: 0 auto; padding: 0 30px 30px; }
.thp-article-meta { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 16px; }
.thp-article-title { font-size: clamp(1.9rem, 4.4vw, 2.9rem); margin-bottom: 14px; }
.thp-article-deck { font-size: 18px; color: var(--violet-400); line-height: 1.55; margin: 0; }
.thp-article-image { max-width: var(--text); margin: 0 auto 30px; padding: 0 30px; }
.thp-article-image img { width: 100%; max-height: 440px; object-fit: cover; border-radius: var(--radius); display: block; }
.thp-article-image figcaption { font-size: 14px; color: var(--violet-400); margin-top: 10px; text-align: center; }
.thp-article-body { max-width: var(--text); margin: 0 auto; padding: 0 30px 30px; }

.gh-content { font-size: 18px; line-height: 1.75; }
.gh-content > * { margin: 0 0 24px; }
.gh-content > :last-child { margin-bottom: 0; }
.gh-content h2 { font-size: 30px; margin: 44px 0 16px; }
.gh-content h3 { font-size: 24px; margin: 36px 0 14px; }
.gh-content h4 { font-size: 20px; margin: 30px 0 12px; }
.gh-content a { color: var(--ink-500); text-decoration: underline; text-underline-offset: 2px; }
.gh-content strong { color: var(--ink-700); font-weight: 600; }
.gh-content em { color: var(--violet-400); }
.gh-content ul, .gh-content ol { padding-left: 24px; }
.gh-content li { margin-bottom: 10px; }
.gh-content blockquote {
    margin: 32px 0; padding: 22px 26px;
    background: linear-gradient(135deg, #FFF9E0 0%, #FFF3C4 50%, #FFF9E0 100%);
    border-left: 5px solid var(--gold-500); border-radius: 0 var(--radius) var(--radius) 0;
    font-family: var(--font-display); font-size: 21px; font-weight: 700; color: var(--ink-800); line-height: 1.4;
}
.gh-content blockquote p { margin-bottom: 10px; }
.gh-content hr { border: 0; height: 3px; margin: 44px 0; border-radius: 2px; background: linear-gradient(90deg, transparent 5%, var(--lav-300) 20%, rgba(196, 150, 10, 0.35) 45%, var(--lav-300) 80%, transparent 95%); }
.gh-content img, .gh-content video { border-radius: var(--radius); display: block; }
.gh-content figcaption { font-size: 14px; color: var(--violet-400); text-align: center; margin-top: 10px; }
.gh-content .kg-width-wide { max-width: 1040px; margin-left: calc(50% - min(520px, 44vw)); transform: translateX(-50%); }
.gh-content .kg-width-full { max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-callout-card { border-radius: var(--radius); }
.gh-content .kg-button-card a {
    display: inline-block; text-decoration: none; font-weight: 700;
    background: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-500) 50%, var(--gold-700) 100%);
    color: var(--ink-800); padding: 14px 30px; border-radius: var(--radius-sm);
}

.thp-article-foot { max-width: var(--text); margin: 0 auto; padding: 34px 30px 72px; border-top: 2px solid var(--lav-200); }
.thp-signoff { font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--violet-400); margin-bottom: 4px; }
.thp-signoff-name { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--ink-800); margin-bottom: 24px; }

/* CTA band */
.thp-cta { background: linear-gradient(165deg, var(--ink-900) 0%, var(--ink-700) 45%, var(--ink-500) 100%); padding: 76px 0; position: relative; overflow: hidden; }
.thp-cta::after {
    content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
    width: 620px; height: 380px;
    background: radial-gradient(ellipse at 50% 40%, rgba(245, 197, 24, 0.16) 0%, rgba(245, 197, 24, 0.04) 45%, transparent 70%);
    pointer-events: none;
}
.thp-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 780px; }
.thp-cta-inner .thp-h2, .thp-cta-inner .thp-sub-dark { margin-left: auto; margin-right: auto; }
.thp-cta-inner .thp-sub-dark { margin-bottom: 28px; }
.thp-cta-moon { display: block; width: 40px; height: 40px; margin: 0 auto 14px; filter: drop-shadow(0 0 16px rgba(245, 197, 24, 0.45)); }
.thp-cta-moon svg { width: 40px; height: 40px; display: block; }

/* Footer */
.thp-footer { background: linear-gradient(180deg, var(--lav-100) 0%, var(--lav-200) 100%); border-top: 4px solid var(--gold-500); padding: 52px 0 44px; }
.thp-footer-inner { text-align: center; }
.thp-footer-moon { display: block; width: 28px; height: 28px; margin: 0 auto 12px; color: var(--ink-500); }
.thp-footer-moon svg { width: 28px; height: 28px; display: block; }
.thp-footer-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--ink-800); margin-bottom: 8px; }
.thp-footer-line { font-size: 15px; color: #503A80; max-width: 620px; margin: 0 auto 24px; }
.thp-footer-links { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; margin-bottom: 26px; }
.thp-footer-links a { font-size: 14px; font-weight: 600; color: var(--ink-500); }
.thp-footer-links a:hover { color: var(--violet-400); text-decoration: underline; text-underline-offset: 2px; }
.thp-footer-legal { font-size: 12px; line-height: 1.7; color: #6B5A96; max-width: 760px; margin: 0 auto 18px; }
.thp-footer-copy { font-size: 12px; color: #6B5A96; margin: 0; }
.thp-footer-copy a { color: var(--ink-500); }

/* Reveal */
.thp-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.thp-reveal-in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1040px) {
    .thp-week { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .thp-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .thp-vtabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .thp-split { grid-template-columns: minmax(0, 1fr); gap: 36px; }
    .thp-split-media::before { display: none; }
}

@media (max-width: 860px) {
    .thp-burger { display: block; }
    .thp-menu {
        position: absolute; top: 100%; left: 0; right: 0;
        display: none; flex-direction: column; align-items: stretch; gap: 16px;
        background: var(--ink-700); padding: 22px 30px 26px;
        border-bottom: 4px solid var(--gold-500); box-shadow: var(--shadow-dark);
    }
    .thp-menu-open { display: flex; }
    .thp-menu-nav { flex-direction: column; align-items: flex-start; gap: 16px; }
    .thp-nav-inner { position: relative; }
}

@media (max-width: 700px) {
    body { font-size: 16px; }
    .thp-wrap { padding: 0 20px; }
    .thp-sec { padding: 60px 0; }
    .thp-sec-head { padding: 44px 0 60px; }
    .thp-hero { padding: 72px 0 68px; }
    .thp-lede { font-size: 17px; }
    .thp-week, .thp-cards, .thp-vtabs { grid-template-columns: minmax(0, 1fr); }
    .thp-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .thp-stat-lab { font-size: 11px; letter-spacing: 0.04em; }
    .thp-vpanel, .thp-secret { padding: 22px 20px; }
    .thp-wcard, .thp-card-body { padding: 20px 20px; }
    .thp-post-row-link, .thp-post-row-empty { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 22px 4px; }
    .thp-post-row-time { text-align: left; }
    .thp-article { padding: 36px 0 0; }
    .thp-article-head { padding: 0 20px 22px; }
    .thp-article-image { padding: 0 20px; margin-bottom: 20px; }
    .thp-article-image img { max-height: 280px; }
    .thp-article-body { padding: 0 20px 24px; }
    .thp-article-foot { padding: 28px 20px 56px; }
    .gh-content { font-size: 17px; }
    .gh-content h2 { font-size: 25px; }
    .gh-content h3 { font-size: 21px; }
    .gh-content blockquote { font-size: 19px; padding: 18px 20px; }
    .gh-content .kg-width-wide, .gh-content .kg-width-full { max-width: 100%; margin-left: 0; transform: none; }
    .thp-form { flex-direction: column; }
  .thp-input { flex: 0 0 auto; width: 100%; }
    .thp-btn { width: 100%; }
    .thp-btn-sm { width: auto; }
    .thp-cta { padding: 56px 0; }
    .thp-footer { padding: 40px 0 36px; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
    .thp-reveal { opacity: 1; transform: none; }
}
