:root {
  --ink: #161210;
  --ink-soft: #211b19;
  --ink-raised: #2b2321;
  --line: #3a302d;
  --line-light: #d9d0c5;
  --shell: #f3eee6;
  --shell-2: #e9e1d7;
  --paper: #fffaf2;
  --muted: #b9afa6;
  --grenat: #711b2d;
  --grenat-bright: #92273e;
  --grenat-dark: #581321;
  --mauve: #76616d;
  --white: #fffaf4;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--font-sans); text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--grenat-bright); color: white; }
:focus-visible { outline: 3px solid #d1a7b3; outline-offset: 4px; }

.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; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -80px; background: var(--paper); color: var(--ink); padding: 14px 20px; transition: top .18s ease; }
.skip-link:focus { top: 20px; }

.site-header { height: 92px; border-bottom: 1px solid var(--line); background: rgba(22,18,16,.94); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: var(--max); height: 100%; margin: 0 auto; padding: 0 44px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 31px; font-weight: 720; letter-spacing: -.055em; line-height: 1; }
.brand span { color: #b35b6c; font-weight: 480; }
.main-nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 560; }
.main-nav a { color: #d7cec5; position: relative; padding: 37px 0 35px; white-space: nowrap; }
.main-nav a::after { content: ""; height: 2px; width: 0; left: 0; bottom: 25px; position: absolute; background: var(--grenat-bright); transition: width .18s ease; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { width: 100%; }
.nav-more { border-left: 1px solid var(--line); padding-left: 30px !important; }
.menu-toggle { display: none; background: none; border: 0; align-items: center; gap: 12px; }
.menu-toggle i { width: 22px; height: 10px; border-top: 1px solid; border-bottom: 1px solid; }

.home-hero { max-width: var(--max); min-height: 760px; margin: 0 auto; padding: 86px 44px 74px; display: grid; grid-template-columns: minmax(0,1.07fr) minmax(440px,.93fr); gap: 72px; align-items: center; position: relative; overflow: hidden; }
.hero-copy { position: relative; z-index: 3; max-width: 760px; }
.hero-kicker { display: flex; align-items: center; gap: 18px; color: #c8bdb5; font: 590 12px/1 var(--font-mono); letter-spacing: .13em; text-transform: uppercase; margin: 0 0 34px; }
.hero-kicker i { width: 72px; height: 1px; background: var(--grenat-bright); }
.hero-copy h1 { font-size: clamp(57px, 5.5vw, 88px); line-height: .98; letter-spacing: -.065em; font-weight: 590; margin: 0 0 30px; max-width: 760px; }
.hero-copy h1 em { font-style: normal; color: #c9bfc0; }
.hero-lead { max-width: 650px; font-size: 20px; line-height: 1.55; color: #c8bfb7; margin: 0 0 38px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 58px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 650; font-size: 14px; letter-spacing: -.01em; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--grenat); color: white; }
.button-primary:hover { background: var(--grenat-bright); }
.button-ghost { border-color: #4a3d39; color: #efe6de; background: rgba(255,255,255,.015); }
.button-ghost:hover { border-color: #8b7477; background: rgba(255,255,255,.04); }
.button-secondary { background: var(--paper); color: var(--ink); border-color: var(--line-light); }
.hero-note { display: flex; gap: 25px; color: #91857e; font: 500 11px/1.4 var(--font-mono); text-transform: uppercase; letter-spacing: .08em; margin: 30px 0 0; }
.hero-note span + span { border-left: 1px solid var(--line); padding-left: 25px; }
.hero-sculpture { position: absolute; width: 500px; height: 700px; right: 370px; top: 40px; opacity: .32; z-index: 1; filter: saturate(.78) contrast(1.03); pointer-events: none; }
.hero-sculpture img { width: 100%; height: 100%; object-fit: contain; }
.hero-orientation { position: relative; z-index: 4; }

.orientation { background: rgba(31,25,23,.96); border: 1px solid #453735; box-shadow: 0 32px 70px rgba(0,0,0,.32); padding: 28px; color: var(--white); }
.orientation-compact { min-height: 560px; }
.orientation-full { max-width: 1120px; margin: 0 auto; padding: 42px; }
.orientation-topline { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #9f938c; font: 570 10px/1 var(--font-mono); letter-spacing: .13em; text-transform: uppercase; }
.orientation h2 { font-size: 28px; line-height: 1.15; letter-spacing: -.035em; font-weight: 580; margin: 25px 0 22px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.choice-grid button { min-height: 68px; display: flex; align-items: center; gap: 14px; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 12px 14px; cursor: pointer; color: #e6ddd5; font-size: 14px; transition: background .16s ease, color .16s ease; }
.choice-grid button:nth-child(odd) { border-right: 1px solid var(--line); }
.choice-grid button span { color: var(--mauve); font: 520 10px/1 var(--font-mono); }
.choice-grid button:hover { background: #2a2220; color: white; }
.choice-grid button:hover span { color: #ce7c8c; }
.choice-list { border-top: 1px solid var(--line); }
.choice-list button { width: 100%; min-height: 73px; display: grid; grid-template-columns: 18px 1fr auto; gap: 16px; align-items: center; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 10px 8px; cursor: pointer; color: #e9e0d8; }
.choice-list button i { width: 13px; height: 13px; border: 1px solid #766561; border-radius: 50%; }
.choice-list button span { color: #a89991; }
.choice-list button:hover { color: white; }
.choice-list button:hover i { border-color: #b34960; box-shadow: inset 0 0 0 3px #231b1a; background: #b34960; }
.orientation-disclaimer { color: #81756f; font-size: 11px; line-height: 1.45; margin: 20px 0 0; }
.back-button, .text-button { background: none; border: 0; padding: 16px 0 0; color: #c1b4ad; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font-size: 12px; }
.orientation-result { display: grid; gap: 12px; }
.urgent-note { border-left: 3px solid #c2697b; background: rgba(113,27,45,.2); padding: 15px; color: #eadde0; font-size: 13px; line-height: 1.5; }
.result-block { padding: 15px 0; border-bottom: 1px solid var(--line); }
.result-block span { display: block; color: #9a8e87; font: 530 10px/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 7px; }
.result-block p { margin: 0; color: #eee5dd; line-height: 1.5; font-size: 13px; }
.result-actions { display: flex; align-items: center; gap: 18px; margin-top: 4px; }
.result-actions .button { min-height: 50px; font-size: 12px; }

.trust-line { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 76px; display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; background: #130f0e; }
.trust-line span { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 18px; color: #bfb4ac; font-size: 12px; border-right: 1px solid var(--line); }
.trust-line span:last-child { border-right: 0; }
.trust-line i { font-style: normal; width: 24px; height: 24px; display: grid; place-items: center; color: #d6a7b1; border: 1px solid #63444b; border-radius: 50%; font-size: 10px; }
.trust-warning { color: #9d918a !important; }

.intro-section, .popular-section, .universe-section, .content-section, .universe-index, .related-section { background: var(--shell); color: var(--ink); padding: 110px max(44px, calc((100vw - var(--max)) / 2 + 44px)); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.wide { max-width: 900px; }
.section-heading > span, .section-kicker, .mini-label { display: block; color: var(--grenat); font: 630 11px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .13em; margin-bottom: 19px; }
.section-heading h2, .authority-panel h2, .route-copy h2, .news-2026 h2, .source-strip h2 { margin: 0 0 22px; font-size: clamp(40px, 4.3vw, 66px); line-height: 1.02; letter-spacing: -.055em; font-weight: 570; }
.section-heading p, .route-copy p { font-size: 18px; line-height: 1.65; color: #5b514d; margin: 0; max-width: 760px; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfc5bb; }
.principle-grid article { padding: 34px 42px 10px 0; border-right: 1px solid #cfc5bb; min-height: 230px; }
.principle-grid article + article { padding-left: 42px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid article > span { color: var(--grenat); font: 600 12px/1 var(--font-mono); }
.principle-grid h3 { font-size: 28px; letter-spacing: -.04em; margin: 50px 0 12px; }
.principle-grid p { color: #655b56; font-size: 15px; line-height: 1.6; }

.universe-section { background: var(--paper); }
.universe-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfc6bb; border-left: 1px solid #cfc6bb; }
.universe-card { min-height: 260px; border-right: 1px solid #cfc6bb; border-bottom: 1px solid #cfc6bb; padding: 28px; display: grid; grid-template-columns: 32px 1fr auto; gap: 15px; position: relative; transition: background .18s ease, color .18s ease; }
.universe-card > span { color: var(--grenat); font: 600 11px/1 var(--font-mono); }
.universe-card h3 { font-size: 24px; line-height: 1.1; letter-spacing: -.04em; margin: 38px 0 14px; }
.universe-card p { color: #6a605a; font-size: 14px; line-height: 1.55; margin: 0 0 19px; }
.universe-card b { color: #8f827a; font: 550 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .08em; }
.universe-card > i { align-self: start; font-style: normal; font-size: 20px; color: #a99991; }
.universe-card:hover { background: var(--ink); color: white; }
.universe-card:hover p { color: #c9bfb8; }
.universe-card:hover > i { color: #d78394; transform: translate(2px,-2px); }

.route-section { max-width: var(--max); margin: 0 auto; padding: 110px 44px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.route-copy { position: sticky; top: 130px; }
.route-copy .section-kicker { color: #bf7180; }
.route-copy h2 { color: var(--white); font-size: clamp(42px,4vw,62px); }
.route-copy p { color: #b6aaa3; }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 28px; color: var(--grenat); font-weight: 650; font-size: 14px; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link.light { color: #d68393; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(5px); }
.route-table { border-top: 1px solid var(--line); }
.route-row { display: grid; grid-template-columns: 1.05fr .82fr .82fr .75fr 1.25fr; min-height: 86px; align-items: center; border-bottom: 1px solid var(--line); color: #bfb4ad; font-size: 12px; }
.route-row > * { padding: 15px; }
.route-row strong { color: white; font-size: 14px; }
.route-head { min-height: 52px; color: #82766f; font: 570 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .08em; }

.page-card { min-height: 210px; padding: 25px; border: 1px solid #cec4b9; display: grid; grid-template-columns: 32px 1fr auto; gap: 16px; transition: background .18s ease, color .18s ease, transform .18s ease; }
.page-card > span { color: var(--grenat); font: 580 10px/1 var(--font-mono); }
.page-card p { color: var(--grenat); font: 590 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .08em; margin: 0 0 30px; }
.page-card h3 { font-size: 20px; line-height: 1.2; letter-spacing: -.035em; margin: 0 0 12px; }
.page-card small { display: block; color: #6d625c; font-size: 13px; line-height: 1.5; }
.page-card > b { font-weight: 400; color: #988b84; }
.page-card:hover { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-3px); }
.page-card:hover small { color: #c4b8b1; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }

.tools-section { padding: 110px max(44px,calc((100vw - var(--max))/2 + 44px)); background: var(--grenat-dark); color: white; }
.section-heading.inverse > span { color: #e1a4b0; }
.section-heading.inverse p { color: #d0b9be; }
.tools-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.tools-grid a { min-height: 260px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; align-items: flex-start; transition: background .18s ease; }
.tools-grid a > span { color: #d69aa6; font: 600 11px/1 var(--font-mono); }
.tools-grid h3 { font-size: 25px; letter-spacing: -.04em; margin: 50px 0 12px; }
.tools-grid p { color: #d3bdc1; line-height: 1.55; margin: 0 0 auto; font-size: 14px; }
.tools-grid b { margin-top: 22px; font-size: 12px; }
.tools-grid a:hover { background: rgba(255,255,255,.07); }

.news-2026 { background: var(--shell-2); color: var(--ink); padding: 90px max(44px,calc((100vw - var(--max))/2 + 44px)); display: grid; grid-template-columns: 270px 1fr; gap: 80px; align-items: center; }
.news-mark { width: 260px; height: 260px; border: 1px solid #bcada5; display: grid; place-items: center; position: relative; }
.news-mark::before, .news-mark::after { content: ""; position: absolute; background: var(--grenat); }
.news-mark::before { width: 110%; height: 1px; transform: rotate(-45deg); }
.news-mark::after { height: 110%; width: 1px; transform: rotate(45deg); }
.news-mark span { font-size: 96px; font-weight: 560; letter-spacing: -.08em; position: relative; z-index: 1; background: var(--shell-2); padding: 0 10px; }
.news-mark b { position: absolute; right: 44px; bottom: 55px; color: var(--grenat); z-index: 2; font-size: 28px; }
.news-2026 > div:last-child { max-width: 850px; }
.news-2026 h2 { font-size: clamp(36px,3.7vw,56px); }
.news-2026 p { color: #615751; font-size: 17px; line-height: 1.65; }

.authority-panel { background: var(--paper); color: var(--ink); padding: 110px max(44px,calc((100vw - var(--max))/2 + 44px)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.authority-copy > p { font-size: 18px; line-height: 1.7; color: #5f554f; margin: 0; }
.authority-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d1c6ba; border-bottom: 1px solid #d1c6ba; margin-top: 40px; }
.authority-metrics div { padding: 28px 16px 25px 0; border-right: 1px solid #d1c6ba; display: flex; flex-direction: column; }
.authority-metrics div + div { padding-left: 20px; }
.authority-metrics div:last-child { border: 0; }
.authority-metrics strong { font-size: 42px; letter-spacing: -.06em; }
.authority-metrics span { color: #776b64; font-size: 11px; margin-top: 6px; }

.source-strip, .page-sources { padding: 100px max(44px,calc((100vw - var(--max))/2 + 44px)); background: var(--ink-soft); color: white; display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; }
.source-strip > div:first-child { position: sticky; top: 130px; align-self: start; }
.source-strip > div:first-child > span { color: #bd7b88; font: 600 11px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.source-strip h2 { margin-top: 25px; font-size: 48px; }
.source-links { border-top: 1px solid var(--line); }
.source-links a { display: grid; grid-template-columns: .65fr 1.25fr auto; gap: 30px; align-items: center; min-height: 100px; border-bottom: 1px solid var(--line); padding: 15px 0; }
.source-links a strong { font-size: 16px; }
.source-links a span { color: #a99e97; font-size: 13px; line-height: 1.5; }
.source-links a b { color: #ba7a87; font-weight: 400; font-size: 18px; }
.source-links a:hover strong { color: #d38b99; }

.site-footer { background: #0e0b0a; color: #d7cdc5; border-top: 1px solid var(--line); }
.footer-top { max-width: var(--max); margin: 0 auto; padding: 80px 44px; display: grid; grid-template-columns: 1.6fr repeat(3,.7fr); gap: 70px; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; }
.footer-brand { font-size: 36px; }
.footer-top > div:first-child > p { color: #a99d96; margin: 20px 0 0; }
.footer-caution { font-size: 12px; line-height: 1.55; max-width: 430px; }
.footer-top h2 { color: #8e817a; font: 600 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .12em; margin: 7px 0 18px; }
.footer-top a:not(.brand) { font-size: 13px; color: #c6bbb4; }
.footer-top a:hover { color: white; }
.footer-news { max-width: var(--max); margin: 0 auto; padding: 42px 44px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.footer-news span { color: #d38b99; font: 600 11px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.footer-news p { color: #a89b94; margin: 10px 0 0; }
.newsletter-form { display: flex; min-height: 54px; }
.newsletter-form label { flex: 1; }
.newsletter-form input { width: 100%; height: 54px; border: 1px solid var(--line); border-right: 0; background: #171210; color: white; padding: 0 18px; }
.newsletter-form button { border: 0; background: var(--grenat); color: white; padding: 0 24px; font-weight: 620; cursor: pointer; }
.form-success { color: #d7c9c3 !important; }
.footer-bottom { min-height: 68px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 28px; color: #776b65; font-size: 11px; }

/* Inner pages */
.inner-main { background: var(--shell); color: var(--ink); }
.inner-hero { min-height: 600px; background: var(--ink); color: white; padding: 34px max(44px,calc((100vw - var(--max))/2 + 44px)) 85px; position: relative; overflow: hidden; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; color: #8f837c; font-size: 11px; position: relative; z-index: 2; }
.breadcrumbs span { display: flex; align-items: center; gap: 9px; }
.breadcrumbs a:hover { color: white; }
.breadcrumbs i { font-style: normal; color: #594c48; }
.inner-hero-copy { max-width: 920px; position: relative; z-index: 2; padding-top: 90px; }
.page-label { color: #c77d8b; font: 620 11px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .13em; }
.inner-hero h1 { font-size: clamp(54px,6vw,92px); line-height: .98; letter-spacing: -.065em; font-weight: 580; margin: 28px 0; }
.inner-hero-copy > p { color: #c8bdb6; font-size: 20px; line-height: 1.6; max-width: 740px; }
.page-meta { display: flex; gap: 24px; margin-top: 30px; color: #897d76; font: 520 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .08em; }
.page-meta a { color: #c37d8b; border-left: 1px solid var(--line); padding-left: 24px; }
.inner-sculpture { position: absolute; width: 520px; height: 720px; right: max(20px,calc((100vw - var(--max))/2)); top: 30px; opacity: .42; transform: rotate(8deg); }
.inner-sculpture img { width: 100%; height: 100%; object-fit: contain; }

.problem-answer { padding: 92px max(44px,calc((100vw - var(--max))/2 + 44px)); background: var(--shell); display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 90px; row-gap: 42px; }
.problem-answer-copy h2 { max-width: 720px; margin: 17px 0 24px; font-size: 48px; line-height: 1.04; letter-spacing: -.052em; font-weight: 560; }
.problem-answer-copy > p { max-width: 760px; color: #554b46; font-size: 18px; line-height: 1.72; }
.problem-checks { border-top: 1px solid #c9beb3; }
.problem-checks > span { display: block; padding: 18px 0; color: var(--grenat); font: 620 10px/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid #c9beb3; }
.problem-checks ol { padding: 0; margin: 0; list-style: none; }
.problem-checks li { min-height: 76px; padding: 17px 0; display: grid; grid-template-columns: 42px 1fr; align-items: center; border-bottom: 1px solid #c9beb3; }
.problem-checks li b { color: var(--grenat); font: 600 10px/1 var(--font-mono); }
.problem-checks li p { margin: 0; color: #514741; font-size: 13px; line-height: 1.55; }
.problem-answer aside { grid-column: 1 / -1; display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 24px 28px; border-left: 4px solid var(--grenat); background: var(--paper); }
.problem-answer aside strong { color: var(--grenat); font-size: 13px; }
.problem-answer aside p { margin: 0; color: #5e544e; font-size: 14px; line-height: 1.6; }

.key-points { padding: 100px max(44px,calc((100vw - var(--max))/2 + 44px)); background: var(--paper); display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.key-title > span { color: var(--grenat); font: 620 11px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .12em; }
.key-title h2 { font-size: 47px; line-height: 1.04; letter-spacing: -.05em; font-weight: 560; }
.key-grid { border-top: 1px solid #cfc5ba; }
.key-grid article { display: grid; grid-template-columns: 45px .7fr 1.3fr; gap: 20px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid #cfc5ba; }
.key-grid article > span { color: var(--grenat); font: 600 11px/1 var(--font-mono); }
.key-grid h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.key-grid p { margin: 0; color: #655b55; font-size: 14px; line-height: 1.6; }

.urgency-panel { padding: 54px max(44px,calc((100vw - var(--max))/2 + 44px)); background: #4e101f; color: white; display: grid; grid-template-columns: .9fr 1fr .45fr; gap: 60px; align-items: center; }
.urgency-panel span { color: #dda2ae; font: 600 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .12em; }
.urgency-panel h2 { font-size: 30px; line-height: 1.1; letter-spacing: -.04em; margin: 14px 0 0; }
.urgency-panel p { color: #dec7cb; font-size: 14px; line-height: 1.6; }
.urgency-panel a { border-bottom: 1px solid #d79aa6; color: white; padding-bottom: 6px; font-size: 13px; justify-self: end; }
.urgency-panel a span { color: white; margin-left: 15px; }

.comparison-table { border-top: 1px solid #c8bdb2; overflow-x: auto; }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr .85fr .85fr 1.35fr; min-width: 880px; min-height: 78px; border-bottom: 1px solid #c8bdb2; align-items: center; }
.comparison-row > * { padding: 15px; font-size: 13px; color: #685d57; }
.comparison-row strong { color: var(--ink); font-size: 15px; }
.comparison-head { min-height: 45px; }
.comparison-head span { color: #8c7e77; font: 600 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .08em; }
.method-note { margin-top: 28px; display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 27px; border-left: 4px solid var(--grenat); background: var(--shell-2); }
.method-note strong { color: var(--grenat); font-size: 13px; }
.method-note p { margin: 0; color: #5f5550; font-size: 14px; line-height: 1.65; }

.steps-section { background: var(--paper); }
.steps-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfc5b9; }
.steps-section li { display: grid; grid-template-columns: 120px 1fr; padding: 32px 0; border-bottom: 1px solid #cfc5b9; }
.steps-section li > span { color: var(--grenat); font: 630 13px/1 var(--font-mono); }
.steps-section h3 { font-size: 23px; letter-spacing: -.035em; margin: 0 0 9px; }
.steps-section p { color: #615650; max-width: 800px; line-height: 1.65; margin: 0; }

.cost-delay { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink-soft); color: white; }
.cost-delay article { padding: 90px max(44px,calc((100vw - var(--max))/2 + 44px)); }
.cost-delay article:first-child { padding-right: 60px; padding-left: max(44px,calc((100vw - var(--max))/2 + 44px)); border-right: 1px solid var(--line); }
.cost-delay article:last-child { padding-left: 60px; padding-right: max(44px,calc((100vw - var(--max))/2 + 44px)); }
.cost-delay article > span { color: #c67e8c; font: 600 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .12em; }
.cost-delay h2 { font-size: 42px; line-height: 1.05; letter-spacing: -.05em; margin: 24px 0 18px; }
.cost-delay p, .cost-delay li { color: #b8aca5; line-height: 1.6; font-size: 14px; }
.cost-delay ul { list-style: none; padding: 18px 0; margin: 0; }
.cost-delay li { padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); position: relative; }
.cost-delay li::before { content: ""; position: absolute; left: 1px; top: 18px; width: 7px; height: 7px; border: 1px solid #a65d6b; border-radius: 50%; }
.cost-delay a { display: inline-flex; gap: 16px; color: #d28a98; border-bottom: 1px solid; padding-bottom: 5px; font-size: 13px; }

.documents-section { padding: 100px max(44px,calc((100vw - var(--max))/2 + 44px)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; background: var(--shell-2); }
.documents-section h2 { font-size: 49px; line-height: 1.04; letter-spacing: -.055em; margin: 0 0 20px; }
.documents-section p { color: #625750; line-height: 1.65; }
.documents-section ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c9beb2; }
.documents-section li { min-height: 62px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; border-bottom: 1px solid #c9beb2; font-size: 14px; }
.documents-section li > span { color: var(--grenat); font: 600 10px/1 var(--font-mono); }
.documents-section li i { font-style: normal; color: #a29389; }

.universe-index { background: var(--shell-2); }
.universe-index .related-grid { grid-template-columns: repeat(3,1fr); }
.page-sources { display: grid; background: var(--ink); }
.page-sources .section-heading { color: white; position: sticky; top: 130px; align-self: start; }
.page-sources .section-heading > span { color: #c47d8a; }
.page-sources .section-heading p { color: #a99d96; }
.page-sources .source-meta { grid-column: 2; display: flex; justify-content: space-between; color: #82766f; font: 520 10px/1.4 var(--font-mono); text-transform: uppercase; letter-spacing: .06em; }
.page-sources .source-meta a { color: #c27c89; }
.related-section { background: var(--paper); }

/* Tools */
.tool-page { padding: 100px max(44px,calc((100vw - var(--max))/2 + 44px)); background: var(--shell); }
.tool-intro { display: grid; grid-template-columns: 160px .9fr 1.1fr; gap: 40px; align-items: start; margin-bottom: 60px; }
.tool-intro > span { color: var(--grenat); font: 620 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .12em; }
.tool-intro h2 { font-size: 38px; line-height: 1.08; letter-spacing: -.045em; margin: 0; }
.tool-intro p { color: #615650; line-height: 1.65; margin: 0; }
.tool-shell { background: var(--paper); border: 1px solid #c9beb3; padding: 42px; }
.tool-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; }
.tool-field > span:first-child { display: block; color: #71655f; font-size: 12px; margin-bottom: 9px; }
.input-wrap { display: flex; align-items: center; height: 56px; border-bottom: 1px solid #9f9189; }
.input-wrap input { flex: 1; height: 100%; border: 0; background: transparent; color: var(--ink); font-size: 21px; outline: none; }
.input-wrap b { color: var(--grenat); }
.tool-result-card { background: var(--ink); color: white; padding: 32px; margin-top: 32px; }
.tool-result-card > span { color: #c47c89; font: 620 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.tool-result-card > strong { display: block; font-size: 52px; letter-spacing: -.055em; margin: 15px 0; }
.tool-result-card > strong.result-sentence { font-size: 30px; line-height: 1.15; max-width: 720px; }
.tool-result-card p { color: #aea29b; font-size: 13px; line-height: 1.55; }
.split-tool { display: grid; grid-template-columns: .75fr 1.25fr; gap: 45px; }
.split-tool .tool-result-card { margin-top: 0; }
.toggle-list { display: flex; flex-direction: column; border-top: 1px solid #c9beb3; }
.toggle { border: 0; border-bottom: 1px solid #c9beb3; background: transparent; color: var(--ink); min-height: 75px; display: flex; gap: 15px; align-items: center; text-align: left; cursor: pointer; }
.toggle i { width: 34px; height: 18px; border: 1px solid #9c8f87; border-radius: 20px; position: relative; }
.toggle i::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #8c7d75; top: 2px; left: 3px; transition: .18s; }
.toggle.is-on i { background: var(--grenat); border-color: var(--grenat); }
.toggle.is-on i::after { left: 17px; background: white; }
.phase-list { margin: 0; padding: 0; list-style: none; }
.phase-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid #c9beb3; }
.phase-list li > span { color: var(--grenat); font: 600 10px/1 var(--font-mono); }
.phase-list strong { display: block; font-size: 15px; }
.phase-list p { margin: 6px 0 0; color: #6b6059; font-size: 12px; }
.timeline-builder { border-top: 1px solid #c9beb3; margin-bottom: 25px; }
.timeline-row { display: grid; grid-template-columns: 36px 160px 1fr; align-items: center; min-height: 72px; border-bottom: 1px solid #c9beb3; gap: 18px; }
.timeline-row > span { color: var(--grenat); font: 600 10px/1 var(--font-mono); }
.timeline-row input { border: 0; background: transparent; min-height: 48px; color: var(--ink); outline: none; }
.tool-privacy { color: #7a6d66; font-size: 12px; }
.checklist-tool label { min-height: 68px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; border-bottom: 1px solid #c9beb3; cursor: pointer; }
.checklist-tool input { width: 17px; height: 17px; accent-color: var(--grenat); }
.checklist-tool b { color: #8a7c74; font: 550 10px/1 var(--font-mono); text-transform: uppercase; }
.check-progress { height: 65px; background: var(--ink); color: white; margin-top: 28px; position: relative; display: flex; align-items: center; padding: 0 22px; overflow: hidden; }
.check-progress i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--grenat); transition: width .2s ease; }
.check-progress span { position: relative; z-index: 1; font-size: 12px; }
.decision-tool { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.decision-tool h3 { font-size: 36px; letter-spacing: -.05em; }
.decision-options { border-top: 1px solid #c9beb3; }
.decision-options button { width: 100%; min-height: 69px; background: transparent; border: 0; border-bottom: 1px solid #c9beb3; color: var(--ink); display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; }
.decision-options button:hover { color: var(--grenat); }
.decision-tool > p { grid-column: 2; color: #71645d; font-size: 12px; }
.tool-boundaries { display: grid; grid-template-columns: repeat(3,1fr); background: var(--ink-soft); color: white; padding: 0 max(44px,calc((100vw - var(--max))/2 + 44px)); }
.tool-boundaries article { padding: 50px 35px; border-right: 1px solid var(--line); }
.tool-boundaries article:first-child { border-left: 1px solid var(--line); }
.tool-boundaries span { color: #c87e8c; font: 600 10px/1 var(--font-mono); text-transform: uppercase; }
.tool-boundaries p { color: #b1a59e; font-size: 13px; line-height: 1.6; }

/* Editorial documents */
.editorial-document { padding: 100px max(44px,calc((100vw - var(--max))/2 + 44px)); background: var(--paper); display: grid; grid-template-columns: 260px 1fr; gap: 90px; }
.editorial-document aside { position: sticky; top: 130px; align-self: start; border-top: 1px solid #c9beb3; padding-top: 22px; }
.editorial-document aside > span { color: var(--grenat); font: 600 10px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.editorial-document nav { display: flex; flex-direction: column; margin-top: 30px; }
.editorial-document nav a { padding: 13px 0; border-bottom: 1px solid #d7cdc2; font-size: 13px; }
.editorial-document > div { max-width: 850px; }
.editorial-document section { padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid #d3c9bd; }
.editorial-document h2 { font-size: 42px; line-height: 1.08; letter-spacing: -.05em; }
.editorial-document p { color: #5f554f; font-size: 17px; line-height: 1.75; }
.not-found { min-height: 72vh; padding: 130px max(44px,calc((100vw - var(--max))/2 + 44px)); background: var(--ink); color: white; }
.not-found > span { color: #c9808e; font: 620 11px/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.not-found h1 { max-width: 850px; margin: 30px 0; font-size: clamp(64px,8vw,122px); line-height: .92; letter-spacing: -.07em; }
.not-found p { max-width: 620px; color: #b9ada6; font-size: 19px; line-height: 1.65; }
.not-found > div { display: flex; gap: 14px; margin-top: 38px; }

@media (max-width: 1180px) {
  .main-nav { gap: 18px; }
  .home-hero { grid-template-columns: 1fr 430px; gap: 40px; }
  .hero-sculpture { right: 280px; opacity: .2; }
  .universe-grid, .related-grid, .tools-grid { grid-template-columns: repeat(2,1fr); }
  .route-section { grid-template-columns: 1fr; }
  .route-copy { position: static; }
  .source-strip, .page-sources { grid-template-columns: 1fr; }
  .source-strip > div:first-child, .page-sources .section-heading { position: static; }
  .page-sources .source-meta { grid-column: 1; }
}

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .header-inner { padding: 0 22px; }
  .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; top: 75px; left: 0; right: 0; background: #171210; border-bottom: 1px solid var(--line); padding: 18px 22px 28px; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .nav-more { border-left: 0; padding-left: 0 !important; }
  .home-hero { padding: 64px 24px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-sculpture { right: -50px; top: 20px; width: 370px; opacity: .18; }
  .hero-orientation { max-width: 650px; }
  .trust-line { grid-template-columns: 1fr 1fr; }
  .trust-line span { border-bottom: 1px solid var(--line); }
  .principle-grid, .authority-panel, .key-points, .documents-section, .cost-delay { grid-template-columns: 1fr; }
  .problem-answer { grid-template-columns: 1fr; }
  .principle-grid article { border-right: 0; border-bottom: 1px solid #cfc5bb; padding: 28px 0; min-height: auto; }
  .principle-grid article + article { padding-left: 0; }
  .principle-grid h3 { margin-top: 20px; }
  .news-2026 { grid-template-columns: 200px 1fr; gap: 45px; }
  .news-mark { width: 190px; height: 190px; }
  .news-mark span { font-size: 70px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-news { grid-template-columns: 1fr; }
  .key-grid article { grid-template-columns: 42px 1fr; }
  .key-grid article p { grid-column: 2; }
  .urgency-panel { grid-template-columns: 1fr; gap: 15px; }
  .urgency-panel a { justify-self: start; }
  .cost-delay article:first-child, .cost-delay article:last-child { padding: 70px 44px; border-right: 0; border-bottom: 1px solid var(--line); }
  .tool-intro { grid-template-columns: 1fr; }
  .split-tool, .decision-tool { grid-template-columns: 1fr; }
  .decision-tool > p { grid-column: 1; }
  .tool-boundaries { grid-template-columns: 1fr; }
  .tool-boundaries article { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .editorial-document { grid-template-columns: 1fr; }
  .editorial-document aside { position: static; }
}

@media (max-width: 650px) {
  .brand { font-size: 26px; }
  .home-hero { min-height: auto; padding: 54px 20px 50px; }
  .hero-copy h1 { font-size: 50px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-note { flex-direction: column; gap: 9px; }
  .hero-note span + span { border: 0; padding: 0; }
  .orientation { padding: 20px; }
  .orientation-compact { min-height: 540px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid button:nth-child(odd) { border-right: 0; }
  .trust-line { grid-template-columns: 1fr; }
  .trust-line span { justify-content: flex-start; padding-left: 25px; }
  .intro-section, .popular-section, .universe-section, .content-section, .universe-index, .related-section, .tools-section, .tool-page, .editorial-document { padding: 72px 20px; }
  .section-heading h2, .authority-panel h2, .route-copy h2, .news-2026 h2, .source-strip h2 { font-size: 40px; }
  .universe-grid, .related-grid, .tools-grid, .universe-index .related-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 220px; }
  .route-section { padding: 75px 20px; }
  .route-table { overflow-x: auto; }
  .route-row { min-width: 800px; }
  .news-2026 { padding: 72px 20px; grid-template-columns: 1fr; }
  .news-mark { width: 170px; height: 170px; }
  .authority-panel, .source-strip, .page-sources { padding: 72px 20px; }
  .authority-metrics { grid-template-columns: 1fr; }
  .authority-metrics div { border-right: 0; border-bottom: 1px solid #d1c6ba; padding: 18px 0 !important; }
  .source-links a { grid-template-columns: 1fr auto; gap: 10px; padding: 22px 0; }
  .source-links a span { grid-column: 1; }
  .source-links a b { grid-column: 2; grid-row: 1; }
  .footer-top { padding: 60px 20px; grid-template-columns: 1fr; gap: 42px; }
  .footer-news { padding: 35px 20px; }
  .newsletter-form { flex-direction: column; gap: 9px; }
  .newsletter-form input { border-right: 1px solid var(--line); }
  .newsletter-form button { min-height: 50px; }
  .footer-bottom { padding: 25px 20px; flex-wrap: wrap; justify-content: flex-start; }
  .inner-hero { min-height: 560px; padding: 28px 20px 65px; }
  .inner-hero-copy { padding-top: 70px; }
  .inner-hero h1 { font-size: 50px; }
  .inner-sculpture { width: 320px; height: 500px; right: -70px; opacity: .25; }
  .page-meta { flex-direction: column; gap: 10px; }
  .page-meta a { border: 0; padding: 0; }
  .key-points, .documents-section { padding: 72px 20px; gap: 40px; }
  .problem-answer { padding: 72px 20px; gap: 38px; }
  .problem-answer-copy h2 { font-size: 40px; }
  .problem-answer aside { grid-column: 1; }
  .key-title h2, .documents-section h2 { font-size: 39px; }
  .problem-answer-copy h2 { font-size: 38px; }
  .problem-answer aside { grid-template-columns: 1fr; gap: 8px; }
  .key-grid article { grid-template-columns: 32px 1fr; }
  .urgency-panel { padding: 45px 20px; }
  .comparison-table { margin-right: -20px; }
  .method-note { grid-template-columns: 1fr; }
  .steps-section li { grid-template-columns: 45px 1fr; }
  .cost-delay article:first-child, .cost-delay article:last-child { padding: 65px 20px; }
  .tool-shell { padding: 24px 18px; }
  .tool-form-grid { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 30px 1fr; padding: 12px 0; }
  .timeline-row input:last-child { grid-column: 2; }
  .tool-result-card > strong { font-size: 40px; }
  .editorial-document h2 { font-size: 35px; }
  .not-found { padding: 95px 20px; }
  .not-found > div { flex-direction: column; align-items: stretch; }
}

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

.choice-list button.is-selected,.decision-options button.is-selected{background:#2a2220;color:#fff}.static-notice{color:#81756f;font-size:11px;line-height:1.5;margin-top:18px}
