@charset "UTF-8";

:root {
    --ad-bg: #fafafa;
    --ad-surface: #ffffff;
    --ad-ink: #09090b;
    --ad-text: #3f3f46;
    --ad-muted: #71717a;
    --ad-line: #e4e4e7;
    --ad-soft: #f4f4f5;
    --ad-cyan: #00f5ff;
    --ad-violet: #a855f7;
    --ad-gradient: linear-gradient(100deg, var(--ad-cyan), var(--ad-violet));
    --ad-shadow: 0 24px 70px rgba(9, 9, 11, 0.1);
    --ad-radius-sm: 14px;
    --ad-radius: 22px;
    --ad-radius-lg: 32px;
    --ad-wrap: 1200px;
    --ad-text-wrap: 850px;
    --ad-post-wrap: 920px;
    --ad-copy-wrap: 820px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ad-bg); color: var(--ad-ink); font-family: "Inter", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(0, 245, 255, 0.7); outline-offset: 3px; }

.ad-wrap { width: min(calc(100% - 48px), var(--ad-wrap)); margin-inline: auto; }
.ad-wrap-narrow { width: min(calc(100% - 48px), var(--ad-text-wrap)); margin-inline: auto; }
.ad-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.ad-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; background: var(--ad-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ad-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ad-gradient); box-shadow: 0 0 20px rgba(0, 245, 255, 0.6); }

.ad-nav { position: sticky; top: 0; z-index: 50; background: rgba(250, 250, 250, 0.9); border-bottom: 1px solid rgba(228, 228, 231, 0.85); backdrop-filter: blur(18px); }
.ad-nav-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ad-brand { width: min(360px, 52vw); }
.ad-brand img { width: 100%; height: auto; }
.ad-menu { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.ad-menu a:not(.ad-menu-cta) { color: #52525b; }
.ad-menu a:not(.ad-menu-cta):hover { color: var(--ad-ink); }
.ad-menu-cta { padding: 11px 17px; border-radius: 12px; background: var(--ad-ink); color: #fff; }
.ad-menu-cta:hover { background: #27272a; }
.ad-menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--ad-line); border-radius: 12px; background: #fff; }
.ad-menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ad-ink); }

.ad-hero { padding: clamp(64px, 9vw, 124px) 0 clamp(72px, 9vw, 120px); overflow: hidden; background: radial-gradient(circle at 83% 28%, rgba(168, 85, 247, 0.12), transparent 25%), radial-gradient(circle at 68% 66%, rgba(0, 245, 255, 0.13), transparent 27%); }
.ad-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.ad-hero-copy h1, .ad-listing-head h1, .ad-article-header h1, .ad-page-header h1 { margin: 0; font-family: "Space Grotesk", Arial, sans-serif; font-weight: 700; letter-spacing: -0.055em; line-height: 0.97; }
.ad-hero-copy h1 { max-width: 740px; font-size: clamp(54px, 6vw, 88px); }
.ad-hero-copy h1 span, .ad-section h2 span, .ad-listing-head h1 span, .ad-article-header h1 span, .ad-page-header h1 span { font: inherit; color: inherit; }
.ad-hero-copy > p { max-width: 680px; margin: 28px 0 30px; color: var(--ad-text); font-size: clamp(18px, 1.7vw, 21px); line-height: 1.62; }
.ad-hero-note { margin-top: 14px; color: var(--ad-muted); font-size: 13px; }
.ad-signup { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; max-width: 600px; }
.ad-signup input { min-width: 0; padding: 15px 18px; border: 1px solid #d4d4d8; border-radius: 14px; background: #fff; color: var(--ad-ink); }
.ad-signup button { padding: 15px 21px; border: 0; border-radius: 14px; background: var(--ad-ink); color: #fff; font-weight: 700; cursor: pointer; }
.ad-signup button:hover { background: #27272a; }
.ad-form-success, .ad-form-error { display: none; grid-column: 1 / -1; margin: 2px 0 0; font-size: 13px; }
.ad-form-success { color: #047857; }
.ad-form-error { color: #b91c1c; }
.ad-signup.success .ad-form-success, .ad-signup.error .ad-form-error { display: block; }

.ad-orbit { position: relative; min-height: 560px; display: grid; place-items: center; border: 1px solid rgba(212, 212, 216, 0.9); border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(244,244,245,0.72)); box-shadow: var(--ad-shadow); overflow: hidden; }
.ad-orbit::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(#d4d4d8 1px, transparent 1px); background-size: 24px 24px; opacity: 0.45; }
.ad-orbit-stage { position: relative; width: min(86%, 560px); aspect-ratio: 1; z-index: 1; }
.ad-orbit-ring { position: absolute; inset: 50%; border: 1px solid rgba(161,161,170,0.45); border-radius: 50%; transform: translate(-50%, -50%); }
.ad-orbit-ring-one { width: 62%; aspect-ratio: 1; }
.ad-orbit-ring-two { width: 90%; aspect-ratio: 1; }
.ad-orbit-center { position: absolute; top: 50%; left: 50%; width: 160px; height: 160px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: var(--ad-ink); box-shadow: 0 0 0 18px rgba(255,255,255,0.82), 0 0 80px rgba(0,245,255,0.28); }
.ad-orbit-center img { width: 118px; }
.ad-orbit-node { position: absolute; z-index: 2; padding: 9px 13px; min-width: 76px; text-align: center; white-space: nowrap; border: 1px solid var(--ad-line); border-radius: 999px; background: rgba(255,255,255,0.97); color: #52525b; font-size: 12px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 24px rgba(9,9,11,0.07); transform: translate(-50%, -50%); }
.ad-orbit-node.is-active { border-color: transparent; background: var(--ad-gradient); color: #09090b; }
.ad-node-tesla { top: 5%; left: 50%; }
.ad-node-spacex { top: 72.5%; left: 89%; }
.ad-node-xai { top: 34.5%; left: 76.8%; }
.ad-node-starlink { top: 72.5%; left: 11%; }
.ad-node-neuralink { top: 81%; left: 50%; }
.ad-node-x { top: 34.5%; left: 23.2%; }

.ad-section { padding: clamp(72px, 9vw, 118px) 0; }
.ad-section h2 { margin: 0; max-width: 780px; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(38px, 4.2vw, 62px); font-weight: 700; letter-spacing: -0.045em; line-height: 1.03; }
.ad-section-intro > p, .ad-section-heading > p, .ad-origin-copy > p { color: var(--ad-text); }
.ad-empire-section { background: var(--ad-ink); color: #fff; }
.ad-empire-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.ad-section-intro > p { max-width: 650px; margin: 28px 0 0; color: #a1a1aa; }
.ad-signal-panel { padding: clamp(28px, 4vw, 44px); border: 1px solid #27272a; border-radius: var(--ad-radius-lg); background: linear-gradient(145deg, #18181b, #09090b); box-shadow: 0 24px 80px rgba(0,0,0,0.35); }
.ad-signal-topline { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid #27272a; color: #a1a1aa; font-size: 12px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.ad-signal-topline span:first-child { color: var(--ad-cyan); }
.ad-signal-panel h3 { margin: 42px 0 18px; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(28px, 3vw, 42px); letter-spacing: -0.03em; line-height: 1.08; }
.ad-signal-panel p { margin: 0; color: #d4d4d8; }
.ad-signal-meter { height: 8px; margin-top: 38px; border-radius: 999px; background: #27272a; overflow: hidden; }
.ad-signal-meter span { display: block; width: 74%; height: 100%; border-radius: inherit; background: var(--ad-gradient); }

.ad-section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.ad-section-heading-row > p { max-width: 360px; margin: 0 0 4px; }
.ad-format-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ad-format-card { min-height: 310px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--ad-line); border-radius: var(--ad-radius); background: var(--ad-surface); }
.ad-format-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ad-soft); color: var(--ad-muted); font-size: 12px; font-weight: 700; }
.ad-format-card h3 { margin: auto 0 12px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 24px; letter-spacing: -0.03em; }
.ad-format-card p { margin: 0; color: var(--ad-text); font-size: 15px; }
.ad-format-card-dark { border-color: var(--ad-ink); background: var(--ad-ink); color: #fff; }
.ad-format-card-dark .ad-format-number { background: #27272a; color: var(--ad-cyan); }
.ad-format-card-dark p { color: #a1a1aa; }

.ad-origin-section { background: linear-gradient(180deg, #f4f4f5, #fafafa); }
.ad-origin-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.ad-origin-quote { position: relative; min-height: 370px; display: flex; align-items: end; padding: 42px; border-radius: var(--ad-radius-lg); background: var(--ad-gradient); color: #09090b; overflow: hidden; }
.ad-origin-quote > span { position: absolute; top: -48px; left: 24px; font-family: Georgia, serif; font-size: 220px; line-height: 1; opacity: 0.18; }
.ad-origin-quote p { position: relative; margin: 0; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; }
.ad-origin-copy > p { margin: 24px 0 0; max-width: 650px; }

.ad-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ad-post-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--ad-line); border-radius: var(--ad-radius); background: var(--ad-surface); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ad-post-card:hover { transform: translateY(-4px); border-color: rgba(0,245,255,0.5); box-shadow: 0 18px 50px rgba(9,9,11,0.09); }
.ad-post-card-image, .ad-post-card-visual { aspect-ratio: 16 / 10; overflow: hidden; background: #18181b; }
.ad-post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.ad-post-card-visual { display: grid; place-items: center; background: radial-gradient(circle at 50% 40%, rgba(0,245,255,0.18), transparent 30%), #09090b; }
.ad-post-card-visual img { width: 84px; filter: drop-shadow(0 0 22px rgba(0,245,255,0.3)); }
.ad-post-card-body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.ad-post-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--ad-muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ad-post-card h2, .ad-post-card h3 { margin: 18px 0 12px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 25px; letter-spacing: -0.035em; line-height: 1.12; }
.ad-post-card p { margin: 0 0 22px; color: var(--ad-text); font-size: 15px; }
.ad-card-link { margin-top: auto; font-size: 13px; font-weight: 700; }
.ad-card-link span, .ad-text-link span { color: var(--ad-violet); }
.ad-text-link { align-self: end; font-size: 14px; font-weight: 700; }
.ad-empty-card { grid-column: 1 / -1; padding: 60px 30px; border: 1px dashed #d4d4d8; border-radius: var(--ad-radius); text-align: center; }
.ad-empty-card img { margin: 0 auto 20px; }
.ad-empty-card h2, .ad-empty-card h3 { margin: 0 0 8px; font-family: "Space Grotesk", Arial, sans-serif; }
.ad-empty-card p { margin: 0; color: var(--ad-muted); }

.ad-cta-band { padding: 0 0 clamp(72px, 9vw, 120px); }
.ad-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 60px; align-items: center; padding: clamp(36px, 6vw, 70px); border-radius: 36px; background: var(--ad-ink); color: #fff; }
.ad-cta-copy h2 { margin: 0; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(34px, 4vw, 56px); letter-spacing: -0.045em; line-height: 1.03; }
.ad-cta-copy p { margin: 20px 0 0; color: #a1a1aa; }
.ad-signup-dark { max-width: none; }
.ad-signup-dark input { border-color: #3f3f46; background: #18181b; color: #fff; }
.ad-signup-dark button { background: var(--ad-gradient); color: #09090b; }

.ad-listing-hero { padding: clamp(74px, 10vw, 130px) 0 54px; background: radial-gradient(circle at 80% 20%, rgba(168,85,247,.12), transparent 28%); }
.ad-listing-head { max-width: 920px; }
.ad-listing-head h1 { font-size: clamp(54px, 7vw, 94px); }
.ad-listing-head p { max-width: 680px; margin: 24px 0 0; color: var(--ad-text); font-size: 20px; }
.ad-listing-section { padding-top: 48px; }
.ad-pagination { margin-top: 44px; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; }

.ad-archive-list { border-top: 1px solid var(--ad-line); }
.ad-archive-item { display: grid; grid-template-columns: 100px minmax(0, 1fr) 52px; gap: 30px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--ad-line); }
.ad-archive-date { display: flex; flex-direction: column; color: var(--ad-muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ad-archive-date time { color: var(--ad-ink); font-size: 14px; }
.ad-archive-copy h2 { margin: 0 0 8px; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.035em; line-height: 1.1; }
.ad-archive-copy p { max-width: 760px; margin: 0; color: var(--ad-text); }
.ad-archive-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--ad-line); border-radius: 50%; }
.ad-archive-item:hover .ad-archive-arrow { border-color: transparent; background: var(--ad-gradient); }

.ad-article { padding: clamp(64px, 8vw, 104px) 0 0; }
.ad-post-shell { width: min(calc(100% - 48px), var(--ad-post-wrap)); margin-inline: auto; }
.ad-article-header { text-align: left; }
.ad-article-meta { display: flex; flex-wrap: wrap; gap: 14px 18px; margin-bottom: 24px; color: var(--ad-muted); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ad-article-meta span::before { content: "•"; margin-right: 18px; }
.ad-article-header h1 { max-width: calc(var(--ad-post-wrap) - .045em); padding-left: .045em; font-size: clamp(50px, 6.1vw, 78px); line-height: .99; text-wrap: balance; }
.ad-page-header h1 { font-size: clamp(48px, 7vw, 88px); }
.ad-article-excerpt { max-width: var(--ad-copy-wrap); margin: 24px 0 0; color: var(--ad-text); font-size: clamp(19px, 2vw, 22px); line-height: 1.55; text-wrap: pretty; }
.ad-page-header > p { max-width: 720px; margin: 26px 0 0; color: var(--ad-text); font-size: 20px; }
.ad-article-image { margin: 40px 0 30px; }
.ad-article-image img { width: 100%; max-height: 560px; border-radius: var(--ad-radius); object-fit: cover; }
.ad-article-image figcaption { margin-top: 10px; color: var(--ad-muted); font-size: 12px; text-align: center; }
.ad-article-content { width: 100%; margin: 34px 0 0; padding: 0; font-size: 18px; line-height: 1.72; }
.gh-content > * { max-width: var(--ad-copy-wrap); margin-left: 0; margin-right: auto; }
.gh-content > .kg-card, .gh-content > .kg-width-wide, .gh-content > .kg-width-full { max-width: none; }
.gh-content > .kg-card { width: 100%; margin-left: 0; margin-right: 0; }
.gh-content > *:first-child { margin-top: 0; }
.gh-content p { margin: 0 0 1.35em; }
.gh-content h2, .gh-content h3, .gh-content h4 { font-family: "Space Grotesk", Arial, sans-serif; letter-spacing: -0.035em; line-height: 1.12; }
.gh-content h2 { margin: 2.2em 0 .7em; font-size: clamp(32px, 4vw, 46px); }
.gh-content h3 { margin: 1.9em 0 .65em; font-size: clamp(25px, 3vw, 34px); }
.gh-content a { text-decoration: underline; text-decoration-color: rgba(168,85,247,.5); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.gh-content blockquote { margin: 2em 0; padding: 24px 28px; border-left: 4px solid var(--ad-cyan); border-radius: 0 14px 14px 0; background: #fff; box-shadow: 0 8px 30px rgba(9,9,11,.06); }
.gh-content hr { margin: 3em 0; border: 0; height: 1px; background: linear-gradient(to right, rgba(0,245,255,.55), rgba(168,85,247,.25), transparent); }
.gh-content img { border-radius: 18px; }
.gh-content table:not([role="presentation"]) { width: 100%; border-collapse: collapse; }
.gh-content table:not([role="presentation"]) th, .gh-content table:not([role="presentation"]) td { padding: 12px; border-bottom: 1px solid var(--ad-line); text-align: left; }
.gh-content pre { overflow-x: auto; padding: 20px; border-radius: 16px; background: #18181b; color: #f4f4f5; }
.gh-content .kg-html-card { width: 100%; max-width: none; }
.gh-content .kg-html-card > table { width: 100% !important; margin: 0 !important; }
.gh-content .kg-html-card .ae-body-pad { padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; }
.gh-content .kg-width-wide { width: min(1100px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

.gh-content .section-row { margin: 32px 0 8px; }
.gh-content .section-header, .gh-content .section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; background: var(--ad-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gh-content .section-line { height: 1px; margin: 4px 0 20px; background: linear-gradient(to right, rgba(0,245,255,.35), transparent); }
.gh-content .update-item, .gh-content .tweet, .gh-content .meme-card, .gh-content .quote-block { margin: 0 0 14px; padding: 20px; border-radius: 16px; }
.gh-content .update-item, .gh-content .tweet, .gh-content .quote-block { border: 1px solid var(--ad-line); background: #fff; }
.gh-content .update-item .flex { display: flex; gap: 16px; align-items: flex-start; }
.gh-content .update-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ad-soft); }
.gh-content .update-hl { margin-bottom: 6px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 18px; font-weight: 700; }
.gh-content .update-txt { color: #52525b; font-size: 17px; line-height: 1.6; }
.gh-content .tweet { position: relative; }
.gh-content .tweet-body { padding-right: 28px; color: var(--ad-text); font-style: italic; }
.gh-content .tweet-meta { margin-top: 10px; color: var(--ad-muted); font-size: 12px; }
.gh-content .meme-card { border: 1px solid #fde047; background: #fefce8; color: #713f12; }
.gh-content .meme-hl { margin-bottom: 8px; color: #854d0e; font-weight: 700; }
.gh-content .quote-block { border-left: 4px solid var(--ad-cyan); }
.gh-content .wealth-number { font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(42px, 7vw, 60px); font-weight: 700; line-height: 1; }
.ad-article-footer { max-width: var(--ad-copy-wrap); margin-top: 70px; padding-top: 34px; padding-bottom: 80px; border-top: 1px solid var(--ad-line); }
.ad-article-footer p { margin: 0 0 18px; color: var(--ad-text); }
.ad-article-footer a { font-weight: 700; }
.ad-page { padding: clamp(70px, 9vw, 110px) 0; }
.ad-page-header { margin-bottom: 38px; }

.ad-footer { padding: 70px 0 28px; background: var(--ad-ink); color: #fff; }
.ad-footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: start; }
.ad-footer-brand img { width: min(500px, 100%); height: auto; }
.ad-footer-brand p { margin: 18px 0 0; color: #a1a1aa; }
.ad-footer-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 14px 30px; color: #d4d4d8; font-size: 14px; }
.ad-footer-nav a:hover { color: var(--ad-cyan); }
.ad-footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 22px; border-top: 1px solid #27272a; color: #71717a; font-size: 12px; }


.ad-about-hero { padding: clamp(58px, 7vw, 90px) 0 clamp(62px, 7vw, 94px); overflow: hidden; background: radial-gradient(circle at 86% 18%, rgba(168,85,247,.13), transparent 27%), radial-gradient(circle at 72% 72%, rgba(0,245,255,.12), transparent 28%); }
.ad-about-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 6vw, 76px); align-items: center; }
.ad-about-hero-copy h1, .ad-about-origin-copy h2, .ad-about-section-head h2, .ad-about-issue-intro h2, .ad-about-manifesto h2 { margin: 0; font-family: "Space Grotesk", Arial, sans-serif; font-weight: 700; letter-spacing: -.05em; line-height: 1.01; }
.ad-about-hero-copy h1 { max-width: 730px; font-size: clamp(48px, 5.2vw, 76px); }
.ad-about-hero-copy h1 span, .ad-about-origin-copy h2 span, .ad-about-section-head h2 span, .ad-about-issue-intro h2 span, .ad-about-manifesto h2 span { font: inherit; color: inherit; }
.ad-about-hero-copy > p { max-width: 660px; margin: 22px 0 24px; color: var(--ad-text); font-size: clamp(18px, 1.55vw, 20px); line-height: 1.58; }
.ad-about-primary-link { display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 14px; background: var(--ad-ink); color: #fff; font-size: 14px; font-weight: 700; }
.ad-about-primary-link:hover { background: #27272a; }
.ad-about-system { padding: clamp(22px, 3vw, 30px); border: 1px solid var(--ad-line); border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: var(--ad-shadow); }
.ad-about-system-mark { width: 108px; height: 108px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--ad-ink); box-shadow: 0 0 0 12px rgba(0,245,255,.07); }
.ad-about-system-mark img { width: 78px; }
.ad-about-system-row { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 18px; padding: 15px 0; border-top: 1px solid var(--ad-line); }
.ad-about-system-row span { color: var(--ad-muted); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.ad-about-system-row strong { font-family: "Space Grotesk", Arial, sans-serif; font-size: 17px; line-height: 1.32; }
.ad-about-system-row-accent strong { background: var(--ad-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }

.ad-about-origin { padding: clamp(62px, 7vw, 92px) 0; background: var(--ad-ink); color: #fff; }
.ad-about-origin-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(42px, 6vw, 78px); align-items: center; }
.ad-about-origin-quote { position: relative; min-height: 300px; display: flex; align-items: end; padding: clamp(28px, 3.5vw, 40px); border-radius: 30px; background: var(--ad-gradient); color: var(--ad-ink); overflow: hidden; }
.ad-about-origin-quote > span { position: absolute; top: -58px; left: 20px; font-family: Georgia, serif; font-size: 220px; line-height: 1; opacity: .17; }
.ad-about-origin-quote p { position: relative; margin: 0; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(32px, 3.5vw, 48px); font-weight: 700; letter-spacing: -.045em; line-height: 1.04; }
.ad-about-origin-copy h2 { max-width: 700px; font-size: clamp(36px, 4vw, 58px); }
.ad-about-origin-copy > p { max-width: 670px; margin: 18px 0 0; color: #d4d4d8; }

.ad-about-watch { padding: clamp(60px, 7vw, 90px) 0; }
.ad-about-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.ad-about-section-head h2, .ad-about-issue-intro h2, .ad-about-manifesto h2 { font-size: clamp(36px, 4vw, 58px); }
.ad-about-section-head > p { max-width: 410px; margin: 0 0 4px; color: var(--ad-text); }
.ad-about-watch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.ad-about-watch-card { min-height: 248px; display: grid; grid-template-rows: auto auto 1fr; align-content: start; padding: 24px; border: 1px solid var(--ad-line); border-radius: 22px; background: var(--ad-surface); }
.ad-about-card-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ad-soft); color: var(--ad-muted); font-size: 12px; font-weight: 700; }
.ad-about-watch-card h3 { margin: 42px 0 10px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 27px; letter-spacing: -.035em; line-height: 1.06; }
.ad-about-watch-card p { margin: 0; color: var(--ad-text); font-size: 15px; line-height: 1.55; }
.ad-about-watch-card-dark { border-color: var(--ad-ink); background: var(--ad-ink); color: #fff; }
.ad-about-watch-card-dark .ad-about-card-number { background: #27272a; color: var(--ad-cyan); }
.ad-about-watch-card-dark p { color: #a1a1aa; }

.ad-about-issue { padding: clamp(62px, 7vw, 92px) 0; background: linear-gradient(180deg, #f4f4f5, #fafafa); }
.ad-about-issue-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(44px, 6vw, 82px); align-items: start; }
.ad-about-issue-intro { position: sticky; top: 126px; }
.ad-about-issue-intro > p { max-width: 480px; margin: 20px 0 0; color: var(--ad-text); }
.ad-about-issue-list { border-top: 1px solid var(--ad-line); }
.ad-about-issue-list article { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--ad-line); }
.ad-about-issue-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ad-muted); font-size: 11px; font-weight: 700; box-shadow: 0 8px 24px rgba(9,9,11,.06); }
.ad-about-issue-list h3 { margin: 0 0 6px; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(23px, 2.4vw, 31px); letter-spacing: -.035em; line-height: 1.08; }
.ad-about-issue-list p { margin: 0; color: var(--ad-text); }

.ad-about-manifesto { padding: clamp(56px, 6vw, 82px) 0; }
.ad-about-manifesto-inner { position: relative; padding: clamp(34px, 5vw, 56px); border-radius: 30px; background: var(--ad-ink); color: #fff; overflow: hidden; }
.ad-about-manifesto-inner::after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; bottom: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(0,245,255,.28), rgba(168,85,247,.12) 45%, transparent 70%); }
.ad-about-manifesto img { position: relative; z-index: 1; width: 72px; margin-bottom: 28px; }
.ad-about-manifesto .ad-kicker, .ad-about-manifesto h2, .ad-about-manifesto p { position: relative; z-index: 1; }
.ad-about-manifesto h2 { max-width: 820px; }
.ad-about-manifesto p { max-width: 720px; margin: 20px 0 0; color: #d4d4d8; font-size: 17px; }

@media (max-width: 980px) {
    .ad-hero-grid, .ad-empire-grid, .ad-origin-grid, .ad-cta-inner, .ad-about-hero-grid, .ad-about-origin-grid, .ad-about-issue-grid { grid-template-columns: 1fr; }
    .ad-about-watch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ad-about-issue-intro { position: static; }
    .ad-orbit { min-height: 520px; }
    .ad-format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ad-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    body { font-size: 16px; }
    .ad-about-hero { padding-top: 58px; }
    .ad-about-system-row { grid-template-columns: 1fr; gap: 6px; }
    .ad-about-section-head { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 34px; }
    .ad-about-section-head > p { max-width: none; }
    .ad-about-watch-grid { grid-template-columns: 1fr; }
    .ad-about-watch-card h3 { margin-top: 30px; }
    .ad-about-watch-card { min-height: 0; }
    .ad-about-origin-quote { min-height: 270px; }
    .ad-wrap, .ad-wrap-narrow { width: min(calc(100% - 32px), var(--ad-wrap)); }
    .ad-nav-inner { min-height: 72px; }
    .ad-brand { width: min(270px, 67vw); }
    .ad-menu-button { display: block; }
    .ad-menu { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; border-bottom: 1px solid var(--ad-line); background: #fff; box-shadow: 0 14px 28px rgba(9,9,11,.08); }
    .ad-menu.is-open { display: flex; }
    .ad-menu a { padding: 13px 10px; }
    .ad-menu-cta { text-align: center; }
    .ad-hero { padding-top: 56px; }
    .ad-orbit { min-height: 430px; border-radius: 28px; }
    .ad-orbit-stage { width: min(88%, 420px); }
    .ad-orbit-center { width: 120px; height: 120px; }
    .ad-orbit-center img { width: 88px; }
    .ad-orbit-node { font-size: 10px; padding: 7px 10px; }
    .ad-section { padding: 72px 0; }
    .ad-section-heading-row { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 32px; }
    .ad-section-heading-row > p { max-width: none; }
    .ad-format-card { min-height: 250px; }
    .ad-post-grid { grid-template-columns: 1fr; }
    .ad-signup { grid-template-columns: 1fr; }
    .ad-archive-item { grid-template-columns: 72px minmax(0, 1fr); gap: 18px; }
    .ad-archive-arrow { display: none; }
    .ad-article { padding-top: 52px; }
    .ad-post-shell { width: min(calc(100% - 36px), var(--ad-post-wrap)); }
    .ad-article-header h1 { max-width: calc(100% - .035em); padding-left: .035em; font-size: clamp(42px, 11.2vw, 58px); line-height: 1.01; }
    .ad-article-excerpt { margin-top: 20px; font-size: 18px; line-height: 1.55; }
    .ad-article-content { margin-top: 28px; font-size: 17px; }
    .ad-article-image { margin-top: 32px; margin-bottom: 20px; }
    .ad-footer-grid { grid-template-columns: 1fr; }
    .ad-footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
    .ad-hero-copy h1 { font-size: 48px; }
    .ad-about-hero-copy h1 { font-size: 46px; }
    .ad-about-system { padding: 20px; border-radius: 26px; }
    .ad-about-origin-quote { padding: 26px; }
    .ad-about-issue-list article { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; }
    .ad-about-manifesto-inner { padding: 30px 22px; border-radius: 26px; }
    .ad-orbit { min-height: 390px; }
    .ad-orbit-stage { width: min(88%, 340px); }
    .ad-format-grid { grid-template-columns: 1fr; }
    .ad-origin-quote { min-height: 300px; padding: 30px; }
    .ad-archive-item { grid-template-columns: 1fr; }
    .ad-archive-date { flex-direction: row; gap: 8px; }
    .ad-cta-inner { padding: 30px 22px; border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
