:root {
    --ink: #111714;
    --ink-soft: #46504a;
    --paper: #f4f2eb;
    --white: #fffef9;
    --line: #d9d9d1;
    --acid: #c6ff3d;
    --acid-dark: #93c618;
    --orange: #ff6b2c;
    --blue: #2558ff;
    --purple: #8b54ff;
    --radius: 20px;
    --shadow: 0 18px 60px rgba(17, 23, 20, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Be Vietnam Pro", system-ui, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--ink); border-radius: 8px; transform: translateY(-160%); transition: transform .16s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 40px)); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(17,23,20,.12); background: rgba(244,242,235,.92); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 10px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.brand-logo { width: 34px; height: 34px; display: block; border-radius: 10px; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .91rem; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--ink); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav a.is-active { font-weight: 800; }
.main-nav .nav-admin { padding: 8px 14px; border: 1px solid var(--ink); border-radius: 999px; }
.nav-toggle { width: 42px; height: 42px; padding: 10px; display: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 5px; border: 1px solid var(--ink); border-radius: 11px; background: var(--white); cursor: pointer; }
.nav-toggle span { height: 2px; background: var(--ink); transition: transform .16s ease, opacity .16s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { padding: 84px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 76px; }
.eyebrow { display: inline-block; margin-bottom: 16px; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .page-hero h1, .journey-detail-hero h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 6.6vw, 6.3rem); line-height: .98; letter-spacing: -.075em; }
.hero h1 span { color: var(--orange); }
.hero-lead, .lead { max-width: 720px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.hero-actions, .admin-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); box-shadow: 4px 4px 0 var(--ink); }
.button-primary:hover { box-shadow: 6px 6px 0 var(--ink); }
.button-ghost { background: transparent; }
.button-danger { color: #8a2424; border-color: #c84d4d; background: #ffe8e8; }

.hero-board { position: relative; padding: 24px; border: 2px solid var(--ink); border-radius: 28px; background: var(--ink); color: var(--white); box-shadow: 14px 14px 0 var(--acid); transform: rotate(1deg); }
.hero-board::before { position: absolute; content: ""; width: 140px; height: 140px; right: -50px; top: -60px; border-radius: 50%; border: 30px solid var(--orange); opacity: .75; z-index: -1; }
.hero-visual { position: relative; overflow: hidden; min-height: 480px; border: 2px solid var(--ink); border-radius: 28px; background: var(--ink); box-shadow: 14px 14px 0 var(--acid); transform: rotate(1deg); }
.hero-visual img { width: 100%; height: 100%; min-height: 480px; display: block; object-fit: cover; }
.board-top { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; border-bottom: 1px solid #39403c; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.board-date { margin-left: auto; color: #9fa8a2; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(198,255,61,.12); }
.metric { padding: 20px; border-radius: 16px; background: #1d2420; }
.metric-main { margin: 18px 0 12px; }
.metric > span { display: block; color: #aab2ad; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.metric strong { display: block; margin: 4px 0; font-size: 2rem; letter-spacing: -.05em; }
.metric strong small { color: var(--acid); font-size: .85rem; }
.metric > small { color: #aab2ad; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.progress { height: 8px; margin: 14px 0 8px; overflow: hidden; border-radius: 99px; background: #38413c; }
.progress span { display: block; height: 100%; border-radius: inherit; background: var(--acid); }
.board-code { margin-top: 18px; color: var(--acid); font: .8rem ui-monospace, monospace; }

.section { padding: 96px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 48px; margin-bottom: 40px; }
.section-heading.compact { grid-template-columns: 1fr auto; }
.section-heading h2, .newsletter h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--ink-soft); }
.journeys-section { background: var(--white); border-block: 1px solid var(--line); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journey-card { min-height: 450px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); border-radius: var(--radius); transition: transform .18s ease, box-shadow .18s ease; }
.journey-card:hover { transform: translateY(-6px) rotate(-.5deg); box-shadow: 8px 8px 0 var(--ink); }
.journey-card.fitness { background: var(--orange); }
.journey-card.finance { background: var(--acid); }
.journey-card.learning { background: #d9c9ff; }
.journey-number { font: 700 3.4rem ui-monospace, monospace; opacity: .25; }
.journey-icon { align-self: flex-end; width: 54px; height: 54px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 1.3rem; }
.journey-card small, .app-row small { font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.journey-card h3 { margin: 8px 0 12px; font-size: 1.7rem; line-height: 1.12; letter-spacing: -.04em; }
.journey-card p { margin: 0; }
.journey-card > strong { font-size: .85rem; }

.products-section { background: var(--ink); color: var(--white); }
.products-section .section-heading p { color: #adb6b0; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product-card { min-height: 300px; padding: 32px; display: grid; grid-template-columns: auto 1fr; gap: 26px; border-radius: var(--radius); color: var(--ink); }
.product-fit { background: #ff9e73; }
.product-money { background: var(--acid); }
.product-logo { width: 74px; height: 74px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 22px; background: var(--white); box-shadow: 5px 5px 0 var(--ink); font-weight: 800; }
.status-pill { display: inline-block; padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.product-card h3 { margin: 18px 0 8px; font-size: 2rem; letter-spacing: -.05em; }
.product-card a { font-weight: 800; }

.articles-section { background: var(--paper); }
.text-link { font-weight: 700; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { padding: 24px; border-top: 2px solid var(--ink); background: var(--white); }
.article-card-image { margin-bottom: 18px; display: block; overflow: hidden; border-radius: 10px; }
.article-card-image img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; transition: transform .18s ease; }
.article-card-image:hover img { transform: scale(1.02); }
.article-card > span, .article-list time { color: var(--ink-soft); font-size: .72rem; font-weight: 700; }
.article-card h3 { font-size: 1.3rem; line-height: 1.3; }
.article-card p { color: var(--ink-soft); }
.article-card > a { font-weight: 700; }
.testimonials-section { border-block: 1px solid var(--line); background: var(--white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 260px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); }
.testimonial-card blockquote { margin: 0; font-size: 1.03rem; font-weight: 600; }
.testimonial-card footer { margin-top: 28px; display: flex; align-items: center; gap: 12px; }
.testimonial-card footer img { width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: 50%; object-fit: cover; }
.testimonial-card footer span { display: flex; flex-direction: column; }
.testimonial-card footer small { color: var(--ink-soft); }
.popular-section { color: var(--white); background: var(--ink); }
.popular-section .section-heading h2 { color: var(--white); }
.popular-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3b433e; }
.popular-list li { padding: 24px 0; display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; align-items: center; gap: 28px; border-bottom: 1px solid #3b433e; }
.popular-list li > span { color: var(--acid); font: 800 .74rem ui-monospace, monospace; letter-spacing: .1em; }
.popular-list h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.035em; }
.popular-list p { margin: 5px 0 0; color: #aeb7b1; }
.popular-list small { color: #aeb7b1; white-space: nowrap; }
.empty-state { padding: 56px; text-align: center; border: 2px dashed #aeb2ad; border-radius: var(--radius); }
.empty-state span { font: .78rem ui-monospace, monospace; color: var(--orange); }
.empty-state h2, .empty-state h3 { margin-bottom: 8px; }
.empty-state p { margin: 0; color: var(--ink-soft); }

.newsletter { padding: 86px 0; background: var(--orange); border-block: 2px solid var(--ink); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.newsletter-inner p { max-width: 640px; }
.input-row { display: flex; gap: 10px; }
.input-row input { min-width: 0; flex: 1; padding: 13px 18px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); }
.field-error { display: block; margin-top: 6px; color: #a71919; font-size: .8rem; font-weight: 600; }
.form-success { display: block; margin-top: 10px; font-weight: 700; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 70px 0 22px; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p { max-width: 400px; color: #aab2ad; }
.footer-grid strong { margin-bottom: 8px; }
.footer-grid a:not(.brand) { color: #bbc3be; }
.footer-bottom { margin-top: 50px; padding-top: 18px; border-top: 1px solid #39403c; color: #8f9892; font-size: .76rem; }

.page-hero { padding-top: 110px; padding-bottom: 76px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.prose { padding-bottom: 100px; font-size: 1.04rem; }
.prose h2 { margin: 58px 0 16px; font-size: 2rem; line-height: 1.2; letter-spacing: -.04em; }
.prose p, .prose li { color: #303a34; }
.prose a { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.prose blockquote { margin: 32px 0; padding: 8px 0 8px 24px; border-left: 5px solid var(--acid-dark); font-size: 1.2rem; font-weight: 600; }
.story-grid { width: min(960px, calc(100% - 40px)); display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.story-stat { width: 200px; height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--orange); border: 2px solid var(--ink); transform: rotate(-4deg); }
.story-stat strong { font-size: 3rem; line-height: 1; }

.journey-list, .app-list { padding-bottom: 110px; }
.journey-row, .app-row { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 36px; padding: 34px 26px; border-top: 2px solid var(--ink); transition: padding .16s ease, background .16s ease; }
.journey-row:last-child, .app-row:last-child { border-bottom: 2px solid var(--ink); }
.journey-row:hover, .app-row:hover { padding-inline: 36px; background: var(--white); }
.journey-row > span { font: 700 3rem ui-monospace, monospace; opacity: .32; }
.journey-row h2, .app-row h2 { margin: 2px 0; font-size: 2rem; letter-spacing: -.04em; }
.journey-row p, .app-row p { margin: 0; color: var(--ink-soft); }
.journey-row > strong, .app-row > strong { font-size: .85rem; }

.journey-detail-hero { padding: 110px 0 72px; border-bottom: 2px solid var(--ink); }
.journey-detail-hero h1 { max-width: 940px; font-size: clamp(3rem, 6vw, 5.8rem); }
.journey-detail-hero > .container > p { max-width: 780px; font-size: 1.12rem; }
.fitness-bg { background: var(--orange); }
.finance-bg { background: var(--acid); }
.learning-bg { background: #d9c9ff; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 52px; border: 2px solid var(--ink); background: var(--ink); }
.stat-strip > div { padding: 22px; display: flex; flex-direction: column; background: rgba(255,255,255,.88); }
.stat-strip strong { font-size: 1.8rem; }
.stat-strip span { color: var(--ink-soft); font-size: .76rem; }
.journey-content { padding-top: 30px; }
.journey-public-milestones { margin-top: 64px; }
.journey-public-milestones > article { position: relative; display: grid; grid-template-columns: 180px 1fr; gap: 26px; padding: 22px 0 22px 26px; border-top: 1px solid var(--line); }
.journey-public-milestones > article::before { content: ""; position: absolute; top: 28px; left: 0; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); }
.journey-public-milestones > article.is-completed::before { background: var(--acid); }
.journey-public-milestones > article.is-current::before { background: var(--orange); }
.journey-public-milestones article small, .journey-public-milestones article span { display: block; color: var(--ink-soft); font-size: .72rem; }
.journey-public-milestones article span { margin-top: 4px; font-weight: 700; }
.journey-public-milestones h3 { margin: 0; }
.journey-public-milestones p { margin: 6px 0 0; }
.inline-cta { margin-top: 54px; padding: 26px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--white); box-shadow: 7px 7px 0 var(--acid-dark); }
.inline-cta p { margin: 4px 0 10px; }
.inline-cta a { font-weight: 800; }

.app-icon { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 20px; box-shadow: 5px 5px 0 var(--ink); font-weight: 800; }
.app-row.fit .app-icon { background: #ff9e73; }
.app-row.money .app-icon { background: var(--acid); }
.app-detail-hero { padding: 100px 0; border-bottom: 2px solid var(--ink); }
.fit-app { background: #ff9e73; }
.money-app { background: var(--acid); }
.app-detail-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 80px; }
.app-detail-grid h1 { margin: 18px 0 12px; font-size: clamp(3.5rem, 7vw, 6.8rem); line-height: .95; letter-spacing: -.07em; }
.app-detail-grid p { max-width: 670px; font-size: 1.15rem; }
.phone-mock { width: min(330px, 100%); min-height: 550px; margin: auto; padding: 34px 24px; border: 8px solid var(--ink); border-radius: 44px; background: var(--white); box-shadow: 12px 14px 0 var(--ink); }
.phone-top { width: 80px; height: 18px; margin: -24px auto 38px; border-radius: 999px; background: var(--ink); }
.phone-mock > span { font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.phone-mock > strong { display: block; margin: 4px 0 22px; font-size: 1.55rem; }
.mock-set { margin: 10px 0; padding: 16px; display: flex; flex-direction: column; border-radius: 14px; background: var(--paper); }
.mock-set i { color: var(--ink-soft); font-size: .76rem; font-style: normal; }
.mock-timer { margin-top: 34px; padding: 18px; border-radius: 18px; color: var(--white); background: var(--ink); text-align: center; font-size: 2rem; font-weight: 800; }
.mock-timer small { display: block; color: var(--acid); font-size: .62rem; letter-spacing: .14em; }
.money-total { margin-bottom: 22px; color: #2c7a33; font-size: 1.8rem; font-weight: 800; }

.gear-grid { padding-bottom: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gear-category { min-height: 300px; padding: 28px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--white); }
.gear-category > span { color: var(--orange); font: 800 2rem ui-monospace, monospace; }
.gear-category h2 { margin-bottom: 6px; font-size: 1.8rem; }
.gear-category p { color: var(--ink-soft); }
.gear-category small { font-weight: 700; }
.gear-empty { padding-bottom: 70px; }
.gear-catalog { padding-bottom: 80px; }
.gear-group { padding: 34px 0 54px; border-top: 2px solid var(--ink); }
.gear-group > header { margin-bottom: 26px; display: grid; grid-template-columns: 90px 1fr; align-items: start; gap: 24px; }
.gear-group > header > span { color: var(--orange); font: 800 2.4rem ui-monospace, monospace; }
.gear-group > header h2 { margin: 0; font-size: 2.1rem; letter-spacing: -.045em; }
.gear-group > header p { margin: 3px 0 0; color: var(--ink-soft); }
.gear-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gear-product-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.gear-product-image { overflow: hidden; display: block; background: #e4e6e1; }
.gear-product-image img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; transition: transform .18s ease; }
.gear-product-image:hover img { transform: scale(1.025); }
.gear-product-copy { padding: 24px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.gear-product-copy h3 { margin: 14px 0 8px; font-size: 1.35rem; line-height: 1.25; letter-spacing: -.035em; }
.gear-product-copy p { margin: 0 0 16px; color: var(--ink-soft); }
.gear-product-copy > strong { margin-top: auto; font-size: 1.05rem; }
.gear-product-copy > a:last-child { margin-top: 14px; font-size: .8rem; font-weight: 800; }
.gear-detail-hero { padding: 48px 0 82px; border-bottom: 2px solid var(--ink); }
.gear-detail-hero.home-gym { background: #ff9e73; }
.gear-detail-hero.running { background: var(--acid); }
.gear-detail-hero.coding { background: #d9c9ff; }
.gear-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); align-items: center; gap: 72px; }
.gear-detail-grid .breadcrumb { margin-bottom: 48px; }
.gear-detail-grid h1 { margin: 16px 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.07em; }
.gear-detail-grid p { max-width: 720px; font-size: 1.08rem; }
.gear-detail-grid > img { width: 100%; aspect-ratio: 4 / 3; display: block; border: 3px solid var(--ink); border-radius: 24px; object-fit: cover; box-shadow: 10px 10px 0 var(--ink); }
.gear-detail-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.gear-detail-actions > strong { font-size: 1.25rem; }
.gear-review-layout { padding-top: 82px; padding-bottom: 92px; display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: center; align-items: start; gap: 70px; }
.gear-review-content.prose { width: auto; padding: 0; }
.gear-verdict { position: sticky; top: 104px; display: grid; gap: 14px; }
.gear-verdict section { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.gear-verdict section > strong { display: block; margin-bottom: 8px; }
.gear-verdict p { margin: 0; color: var(--ink-soft); white-space: pre-line; }
.gear-verdict .affiliate-note { border-left: 5px solid var(--orange); background: #fff6e8; }
.disclosure { margin-bottom: 100px; padding: 28px; border-left: 6px solid var(--orange); background: #fff6e8; }
.disclosure p { margin-bottom: 0; }

.article-list { padding-bottom: 100px; }
.article-list article { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 30px; padding: 28px 0; border-top: 1px solid #bfc1bb; }
.article-list article:last-child { border-bottom: 1px solid #bfc1bb; }
.article-list h2 { margin: 0 0 5px; font-size: 1.6rem; line-height: 1.3; letter-spacing: -.035em; }
.article-list p { margin: 0; color: var(--ink-soft); }
.article-detail { width: min(820px, calc(100% - 40px)); padding-top: 100px; padding-bottom: 100px; }
.article-detail header { padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.article-detail h1 { margin: 0; font-size: clamp(2.8rem, 5.5vw, 5rem); line-height: 1.04; letter-spacing: -.065em; }
.article-hero-image { width: 100%; max-height: 560px; margin-top: 32px; display: block; border-radius: 16px; object-fit: cover; }
.article-meta { display: flex; gap: 18px; margin-top: 24px; color: var(--ink-soft); font-size: .8rem; }
.article-detail .prose { padding: 30px 0 60px; }
.article-detail footer { padding-top: 22px; border-top: 1px solid var(--line); font-weight: 700; }
.share-panel { margin: 0 0 42px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--acid); box-shadow: 6px 6px 0 var(--ink); }
.share-panel .eyebrow { display: block; margin: 0 0 4px; }
.share-panel strong { font-size: 1.2rem; }
.share-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.share-actions a, .share-actions button { padding: 9px 13px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--white); cursor: pointer; font-size: .76rem; font-weight: 700; }

/* Guides */
.guide-catalog { padding-bottom: 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.guide-product { min-height: 430px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 50px; border: 2px solid var(--ink); border-radius: 26px; transition: transform .18s ease, box-shadow .18s ease; }
.guide-product:hover { transform: translateY(-6px); box-shadow: 9px 9px 0 var(--ink); }
.guide-fit { background: #ff9e73; }
.guide-money { background: var(--acid); }
.guide-product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.guide-product .eyebrow { margin-bottom: 8px; }
.guide-product h2 { max-width: 480px; margin: 0 0 12px; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.02; letter-spacing: -.055em; }
.guide-product p { max-width: 560px; margin: 0; color: #28322c; }
.guide-product > strong { font-size: .86rem; }
.guide-principles { border-block: 1px solid var(--line); background: var(--white); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-grid article { padding: 26px; border-top: 2px solid var(--ink); background: var(--paper); }
.principle-grid span, .step-number { color: var(--orange); font: 800 .78rem ui-monospace, monospace; letter-spacing: .12em; }
.principle-grid h3 { margin: 28px 0 8px; font-size: 1.35rem; letter-spacing: -.035em; }
.principle-grid p { margin: 0; color: var(--ink-soft); }
.guide-hero { padding: 42px 0 80px; border-bottom: 2px solid var(--ink); }
.breadcrumb { margin-bottom: 72px; display: flex; gap: 9px; color: #303934; font-size: .78rem; font-weight: 700; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.guide-hero-grid { display: grid; grid-template-columns: 1fr 330px; align-items: end; gap: 80px; }
.guide-hero h1 { max-width: 820px; margin: 20px 0 18px; font-size: clamp(3.2rem, 6.5vw, 6.4rem); line-height: .96; letter-spacing: -.072em; }
.guide-hero p { max-width: 700px; margin: 0; font-size: 1.1rem; }
.guide-summary-card { padding: 24px; display: grid; gap: 7px; border: 2px solid var(--ink); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 7px 7px 0 var(--ink); transform: rotate(1deg); }
.guide-summary-card span { margin-top: 12px; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.guide-summary-card span:first-child { margin-top: 0; }
.docs-layout { padding-top: 82px; padding-bottom: 110px; display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; align-items: start; gap: 80px; }
.docs-nav { position: sticky; top: 104px; display: flex; flex-direction: column; gap: 10px; padding: 20px; border-left: 3px solid var(--ink); }
.docs-nav strong { margin-bottom: 8px; font-size: .78rem; }
.docs-nav a { color: var(--ink-soft); font-size: .78rem; }
.docs-nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.docs-content.prose { width: auto; padding: 0; }
.docs-step { padding-top: 20px; scroll-margin-top: 100px; }
.docs-step + .docs-step { margin-top: 72px; padding-top: 72px; border-top: 1px solid var(--line); }
.docs-step h2 { margin-top: 12px; }
.tip-box { margin: 30px 0; padding: 20px 22px; border-left: 5px solid var(--orange); background: var(--white); }
.tip-box p { margin: 5px 0 0; }

/* Admin */
.admin-body { min-height: 100vh; background: #eef0ec; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; width: 250px; padding: 26px 18px; display: flex; flex-direction: column; color: var(--white); background: var(--ink); }
.admin-brand { padding: 0 10px 24px; border-bottom: 1px solid #37403a; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 6px; margin-top: 22px; }
.admin-sidebar nav a, .admin-sidebar nav span { padding: 10px 12px; border-radius: 9px; color: #d2d8d4; font-size: .88rem; }
.admin-sidebar nav a:hover { color: var(--ink); background: var(--acid); }
.admin-sidebar nav a.is-active { color: var(--ink); background: var(--acid); font-weight: 800; }
.admin-sidebar nav span { display: flex; justify-content: space-between; color: #707973; }
.admin-sidebar small { font-size: .58rem; }
.admin-sidebar-bottom { margin-top: auto; display: flex; flex-direction: column; gap: 10px; padding: 14px 10px 0; border-top: 1px solid #37403a; }
.admin-sidebar-bottom a, .admin-sidebar-bottom button { padding: 0; color: #aeb7b1; background: none; border: 0; font-size: .82rem; cursor: pointer; }
.admin-main { min-height: 100vh; margin-left: 250px; padding: 42px; }
.admin-page-header { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.admin-page-header h1 { margin: 0; font-size: 2.5rem; letter-spacing: -.055em; }
.admin-page-header p { margin: 5px 0 0; color: var(--ink-soft); }
.admin-page-header .admin-actions { margin: 0; }
.admin-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-bottom: 22px; }
.admin-metrics article { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.admin-metrics span { display: block; color: var(--ink-soft); font-size: .76rem; }
.admin-metrics strong { font-size: 2rem; }
.admin-metrics small { display: block; margin-top: 3px; color: #7a827d; font-size: .7rem; }
.admin-panel { margin-bottom: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.admin-panel.no-padding { padding: 0; overflow: hidden; }
.admin-panel h2 { margin: 0 0 16px; font-size: 1.05rem; }
.panel-heading p { margin: 0 0 20px; color: var(--ink-soft); font-size: .82rem; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; font-size: .84rem; }
.admin-table th { color: var(--ink-soft); background: #f6f7f4; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-table td small { display: block; color: #7a827d; }
.admin-table tr:last-child td { border-bottom: 0; }
.table-actions { display: flex; justify-content: flex-end; gap: 12px; }
.table-actions a, .table-actions button { padding: 0; border: 0; color: var(--blue); background: none; cursor: pointer; font-size: .8rem; }
.table-actions .danger-link, .media-card .danger-link { color: #a12626; }
.content-status { padding: 4px 8px; border-radius: 999px; font-size: .68rem; font-weight: 700; }
.status-published { color: #1d6b2c; background: #dff7e4; }
.status-draft { color: #835a00; background: #fff0c7; }
.status-archived { color: #656b67; background: #e6e9e6; }
.admin-empty { padding: 50px; color: var(--ink-soft); text-align: center; }
.admin-alert { margin-bottom: 18px; padding: 13px 16px; border-radius: 9px; font-size: .84rem; font-weight: 600; }
.admin-alert.success { color: #1e602b; background: #dff7e4; }
.admin-alert.error { color: #8a2424; background: #ffe0e0; }
.admin-alert.warning { color: #6e4c00; background: #fff0c7; }
.editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 20px; }
.admin-panel label, .login-card label { display: block; margin: 16px 0 6px; font-size: .78rem; font-weight: 700; }
.admin-panel input[type="text"], .admin-panel input[type="url"], .admin-panel input[type="number"], .admin-panel input:not([type]), .admin-panel select, .admin-panel textarea, .login-card input[type="email"], .login-card input[type="password"] { width: 100%; padding: 11px 12px; border: 1px solid #c4c9c5; border-radius: 8px; background: #fff; outline: none; }
.admin-panel input:focus, .admin-panel select:focus, .admin-panel textarea:focus, .login-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,88,255,.1); }
.code-editor { font: .83rem/1.7 ui-monospace, Consolas, monospace; }
.html-editor { overflow: clip; border: 1px solid #c4c9c5; border-radius: 10px; background: #fff; }
.html-editor:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,88,255,.1); }
.html-editor-toolbar { position: sticky; top: 0; z-index: 2; padding: 8px; display: flex; flex-wrap: wrap; gap: 5px; border-bottom: 1px solid #d9ddd9; background: #f4f5f2; }
.html-editor-toolbar button { min-width: 34px; min-height: 32px; padding: 5px 8px; border: 1px solid #c8cdc9; border-radius: 6px; color: var(--ink); background: #fff; cursor: pointer; font-size: .72rem; font-weight: 700; }
.html-editor-toolbar button:hover, .html-editor-toolbar button.is-active { border-color: var(--ink); background: var(--acid); }
.html-editor-toolbar button:disabled { cursor: not-allowed; opacity: .45; }
.html-editor-separator { width: 1px; min-height: 28px; margin-inline: 3px; background: #c8cdc9; }
.html-editor-canvas { min-height: 440px; max-height: 720px; padding: 22px; overflow-y: auto; outline: none; line-height: 1.75; }
.html-editor-canvas:empty::before { content: attr(data-placeholder); color: #929994; pointer-events: none; }
.html-editor-canvas h2 { margin: 32px 0 12px; font-size: 1.65rem; line-height: 1.25; }
.html-editor-canvas h3 { margin: 26px 0 10px; font-size: 1.3rem; line-height: 1.3; }
.html-editor-canvas p { margin: 0 0 14px; }
.html-editor-canvas blockquote { margin: 22px 0; padding: 8px 0 8px 18px; border-left: 4px solid var(--orange); color: var(--ink-soft); }
.html-editor-canvas img { max-width: 100%; height: auto; border-radius: 8px; }
.html-editor-canvas hr { margin: 30px 0; border: 0; border-top: 1px solid var(--line); }
.html-editor .html-editor-source { min-height: 440px; margin: 0; display: none; border: 0; border-radius: 0; box-shadow: none; resize: vertical; }
.html-editor.is-source .html-editor-canvas { display: none; }
.html-editor.is-source .html-editor-source { display: block; }
.html-editor.is-readonly { background: #f5f6f3; }
.html-editor.is-readonly .html-editor-canvas { background: #f5f6f3; }
.slug-input { display: flex; align-items: center; overflow: hidden; border: 1px solid #c4c9c5; border-radius: 8px; background: #f4f5f2; }
.slug-input span { padding-left: 12px; color: #777f79; font: .78rem ui-monospace, monospace; }
.slug-input input { border: 0 !important; box-shadow: none !important; background: transparent !important; }
.checkbox-row { display: flex !important; align-items: center; gap: 8px; }
.checkbox-row input { width: auto !important; }
.form-panel { max-width: 820px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-stack { display: grid; gap: 12px; }
.padded-heading { padding: 24px 24px 0; }
.newsletter-subscribers { margin-top: 26px; }
.send-test-panel { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.newsletter-result { margin-bottom: 20px; }
.newsletter-preview { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.newsletter-preview > header { padding: 22px; border-bottom: 1px solid var(--line); background: #f6f7f4; }
.newsletter-preview > article { padding: 28px; }
.truncate-url { max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.editor-readonly { margin: 0; padding: 0; border: 0; opacity: .68; }
.form-hint { color: var(--ink-soft); font-size: .78rem; }
.form-hint a { color: var(--blue); }
.media-upload-form { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.5fr) auto; align-items: end; gap: 16px; }
.media-upload-form label { margin-top: 0; }
.media-upload-form input[type="file"] { width: 100%; min-height: 43px; padding: 8px; border: 1px solid #c4c9c5; border-radius: 8px; background: #fff; }
.media-library-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.media-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #f6f7f4; }
.media-card img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; background: #dde1dd; }
.media-card > div { padding: 14px; }
.media-card strong, .media-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.media-card small, .media-card p { color: var(--ink-soft); font-size: .72rem; }
.media-card p { min-height: 2.8em; margin: 8px 0; }
.media-card button { padding: 0; border: 0; color: var(--blue); background: none; cursor: pointer; font-size: .76rem; }
.media-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.media-replace-form { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.media-replace-form[hidden] { display: none; }
.media-replace-form label { margin: 10px 0 5px; }
.media-replace-form input[type="file"], .media-replace-form input[type="text"] { width: 100%; min-height: 40px; padding: 8px; border: 1px solid #c4c9c5; border-radius: 8px; background: #fff; }
.media-replace-form > small { margin-top: 8px; white-space: normal; }
.media-replace-form .button { width: 100%; min-height: 42px; margin-top: 12px; padding: 9px 14px; color: var(--ink); font-size: .76rem; }
.media-picker-overlay { position: fixed; inset: 0; z-index: 1000; padding: 28px; display: grid; place-items: center; background: rgba(17,23,20,.72); }
.media-picker-dialog { width: min(980px, 100%); max-height: min(760px, calc(100vh - 56px)); overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; border: 2px solid var(--ink); border-radius: 18px; background: var(--white); box-shadow: 10px 10px 0 var(--acid); }
.media-picker-header, .media-picker-footer { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.media-picker-header h2 { margin: 0; font-size: 1.25rem; }
.media-picker-footer { border-top: 1px solid var(--line); border-bottom: 0; }
.media-picker-status { margin: 0; color: var(--ink-soft); font-size: .8rem; }
.media-picker-grid { padding: 20px; overflow-y: auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.media-picker-item { padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: #eef0ec; cursor: pointer; text-align: left; }
.media-picker-item:hover, .media-picker-item:focus-visible { border-color: var(--blue); }
.media-picker-item img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.media-picker-item strong, .media-picker-item small { padding-inline: 10px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.media-picker-item strong { padding-top: 10px; font-size: .72rem; }
.media-picker-item small { padding-bottom: 10px; color: var(--ink-soft); font-size: .66rem; }
.journey-metric-editor { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.journey-metric-editor > div { position: relative; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #f6f7f4; }
.journey-metric-editor > div > span { position: absolute; top: 10px; right: 12px; color: #a1a7a2; font: 700 1.3rem ui-monospace, monospace; }
.journey-milestone-editor { display: grid; gap: 12px; }
.journey-milestone-editor article { padding: 16px; display: grid; grid-template-columns: 180px minmax(220px, 1fr) 180px; gap: 12px; border: 1px solid var(--line); border-radius: 10px; background: #f6f7f4; }
.journey-milestone-editor article > strong, .journey-milestone-editor article > .wide { grid-column: 1 / -1; }
.journey-milestone-editor label { margin-top: 0; }
.analytics-range { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.analytics-range a { padding: 7px 13px; border-radius: 999px; color: var(--ink-soft); font-size: .76rem; font-weight: 700; }
.analytics-range a.is-active { color: var(--ink); background: var(--acid); }
.analytics-chart { display: grid; gap: 10px; }
.analytics-day { display: grid; grid-template-columns: 54px minmax(100px, 1fr) 150px; align-items: center; gap: 14px; }
.analytics-day time, .analytics-day small { color: var(--ink-soft); font-size: .7rem; }
.analytics-day small { text-align: right; }
.analytics-day small strong { color: var(--ink); }
.analytics-bar-track { height: 9px; overflow: hidden; border-radius: 999px; background: #e7e9e5; }
.analytics-bar-track span { width: var(--analytics-bar); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--acid-dark)); }
.analytics-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.analytics-panel-heading { padding: 24px 24px 0; }

.login-body { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--ink); }
.login-card { width: min(430px, 100%); padding: 36px; border-radius: 22px; background: var(--white); box-shadow: 12px 12px 0 var(--acid); }
.login-card .brand { margin-bottom: 36px; }
.login-card h1 { margin: 0; font-size: 2.2rem; letter-spacing: -.05em; }
.login-card > p { margin-top: 6px; color: var(--ink-soft); }
.login-card .button { width: 100%; margin-top: 18px; }

@media (max-width: 960px) {
    .hero-grid, .section-heading, .newsletter-inner, .app-detail-grid { grid-template-columns: 1fr; }
    .hero-board { width: min(560px, 100%); }
    .journey-grid, .article-grid, .testimonial-grid, .gear-grid, .gear-product-grid { grid-template-columns: 1fr 1fr; }
    .product-grid { grid-template-columns: 1fr; }
    .section-heading { align-items: start; gap: 18px; }
    .newsletter-inner { gap: 30px; }
    .admin-sidebar { width: 210px; }
    .admin-main { margin-left: 210px; padding: 30px; }
    .admin-metrics { grid-template-columns: 1fr 1fr; }
    .editor-grid { grid-template-columns: 1fr; }
    .hero-visual { width: min(560px, 100%); }
    .media-upload-form { grid-template-columns: 1fr; }
    .journey-metric-editor { grid-template-columns: 1fr 1fr; }
    .journey-milestone-editor article { grid-template-columns: 1fr; }
    .journey-milestone-editor article > strong, .journey-milestone-editor article > .wide { grid-column: auto; }
    .analytics-panels { grid-template-columns: 1fr; }
    .guide-hero-grid { grid-template-columns: 1fr; gap: 42px; }
    .guide-summary-card { width: min(440px, 100%); }
    .gear-detail-grid { grid-template-columns: 1fr; }
    .gear-detail-grid > img { width: min(620px, 100%); }
    .gear-review-layout { grid-template-columns: minmax(0, 760px); }
    .gear-verdict { position: static; }
    .docs-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 38px; }
}

@media (max-width: 720px) {
    .container, .narrow, .story-grid, .article-detail { width: min(100% - 28px, 1180px); }
    .nav-toggle { display: flex; }
    .main-nav { position: absolute; top: 74px; left: 14px; right: 14px; padding: 18px; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--ink); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .hero { padding-top: 56px; }
    .hero-grid { gap: 50px; }
    .hero h1 { font-size: 3.4rem; }
    .metric-row, .journey-grid, .article-grid, .testimonial-grid, .gear-grid, .gear-product-grid, .stat-strip { grid-template-columns: 1fr; }
    .section { padding: 72px 0; }
    .section-heading.compact { grid-template-columns: 1fr; }
    .journey-card { min-height: 360px; }
    .product-card { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .input-row { flex-direction: column; }
    .story-grid { grid-template-columns: 1fr; gap: 20px; }
    .journey-row, .app-row, .article-list article, .popular-list li { grid-template-columns: 1fr; gap: 12px; }
    .gear-group > header { grid-template-columns: 1fr; gap: 8px; }
    .journey-row > strong, .app-row > strong { justify-self: start; }
    .journey-detail-hero { padding-top: 80px; }
    .stat-strip { gap: 2px; }
    .journey-public-milestones > article { grid-template-columns: 1fr; gap: 8px; }
    .phone-mock { min-height: 500px; }
    .guide-catalog, .principle-grid { grid-template-columns: 1fr; }
    .guide-product { min-height: 370px; }
    .guide-hero { padding-top: 26px; }
    .breadcrumb { margin-bottom: 48px; }
    .docs-layout { grid-template-columns: 1fr; padding-top: 50px; }
    .docs-nav { position: static; border: 1px solid var(--line); border-left: 4px solid var(--ink); border-radius: 12px; background: var(--white); }
    .share-panel { align-items: flex-start; flex-direction: column; }
    .share-actions { justify-content: flex-start; }
    .admin-sidebar { position: static; width: auto; min-height: auto; }
    .admin-sidebar nav { display: grid; grid-template-columns: 1fr 1fr; }
    .admin-sidebar-bottom { margin-top: 20px; }
    .admin-main { margin-left: 0; padding: 22px 14px; }
    .admin-page-header { align-items: flex-start; flex-direction: column; }
    .admin-metrics { grid-template-columns: 1fr 1fr; }
    .admin-panel.no-padding { overflow-x: auto; }
    .admin-table { min-width: 700px; }
    .analytics-day { grid-template-columns: 48px minmax(80px, 1fr); }
    .analytics-day small { grid-column: 2; text-align: left; }
    .journey-metric-editor { grid-template-columns: 1fr; }
    .form-grid-2 { grid-template-columns: 1fr; }
    .media-picker-overlay { padding: 10px; }
    .media-picker-dialog { max-height: calc(100vh - 20px); }
    .media-picker-grid { grid-template-columns: 1fr 1fr; padding: 12px; }
    .hero-visual, .hero-visual img { min-height: 360px; }
}

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