@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,650&display=swap");

:root {
  --ink: #211b1c;
  --muted: #655e60;
  --maple: #862638;
  --maple-dark: #5d1826;
  --rose: #f3dee1;
  --cream: #fffaf5;
  --paper: #ffffff;
  --sage: #dfe8e0;
  --sage-dark: #315746;
  --line: #e7ddd7;
  --soft: #f7f2ed;
  --shadow: 0 24px 70px rgba(58, 34, 38, .12);
  --radius: 24px;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.68; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(790px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 12px 18px; border-radius: 8px; color: white; background: var(--maple); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #e4a54b; outline-offset: 4px; }

h1, h2, h3 { margin: 0 0 .55em; font-family: var(--serif); line-height: 1.08; letter-spacing: -.022em; }
h1 { font-size: clamp(2.85rem, 5.2vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1.2em; }
.eyebrow { margin-bottom: 16px; color: var(--maple); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lede { color: #40393a; font-size: clamp(1.13rem, 1.8vw, 1.36rem); line-height: 1.58; }
.hero-dek { max-width: 630px; font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.58; }
.text-link, .source-link { color: var(--maple); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.btn, .nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border: 1px solid var(--maple); border-radius: 999px; color: white; background: var(--maple); font-weight: 800; text-decoration: none; transition: .2s ease; }
.btn:hover, .nav-cta:hover { color: white; background: var(--maple-dark); transform: translateY(-2px); }
.btn.secondary { color: var(--maple); background: white; }
.btn.secondary:hover { color: white; background: var(--maple); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(232,222,216,.86); background: rgba(255,250,245,.95); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; min-height: 80px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-family: var(--serif); font-size: 1.52rem; font-weight: 650; line-height: .9; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { padding: 27px 0 23px; border-bottom: 3px solid transparent; color: #4d4547; font-size: .88rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--maple); border-bottom-color: var(--maple); }
.nav-cta { min-height: 42px; padding: 0 18px; font-size: .84rem; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--ink); }
.mobile-nav { display: none; padding: 0 20px 20px; background: var(--cream); }
.mobile-nav a { display: block; padding: 12px; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
.mobile-nav.open { display: block; }

.full-hero { position: relative; isolation: isolate; display: grid; align-items: center; min-height: 680px; overflow: hidden; color: white; background-image: linear-gradient(90deg, rgba(25,16,19,.93) 0%, rgba(31,18,22,.79) 37%, rgba(31,18,22,.2) 70%, rgba(31,18,22,.04) 100%), var(--hero-image); background-position: center; background-size: cover; }
.full-hero::after { position: absolute; inset: auto 0 0; z-index: -1; height: 28%; content: ""; background: linear-gradient(0deg, rgba(20,12,15,.3), transparent); }
.home-full-hero { min-height: 720px; background-position: 57% center; }
.blog-full-hero { min-height: 650px; background-position: 58% center; }
.city-full-hero { min-height: 650px; background-position: center; }
.article-cover { min-height: 680px; background-position: 58% center; }
.hero-overlay-copy { position: relative; z-index: 1; padding-block: 90px; }
.hero-overlay-copy > * { max-width: 625px; }
.hero-overlay-copy h1 { max-width: 720px; font-size: clamp(3rem, 5vw, 5rem); text-wrap: balance; }
.article-cover .hero-overlay-copy h1 { max-width: 760px; font-size: clamp(2.85rem, 4.6vw, 4.55rem); }
.hero-overlay-copy .eyebrow { color: #ffb0bb; }
.hero-overlay-copy .hero-dek { color: #f2e9eb; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
.glass-link { display: inline-flex; align-items: center; min-height: 50px; padding: 0 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: white; background: rgba(255,255,255,.08); font-weight: 800; text-decoration: none; backdrop-filter: blur(10px); }
.glass-link:hover { background: rgba(255,255,255,.17); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: #f0e6e8; font-size: .88rem; font-weight: 800; }
.trust-row li::before { content: "✓"; margin-right: 8px; color: #ffb0bb; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 24px; color: #e1d3d6; font-size: .85rem; font-weight: 700; }
.back-link { display: inline-block; margin-bottom: 34px; color: white; font-weight: 700; text-underline-offset: 5px; }

.credibility-strip { color: white; background: #2b2023; }
.credibility-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.credibility-strip p { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 14px; margin: 0; padding: 27px 30px; border-left: 1px solid rgba(255,255,255,.13); }
.credibility-strip p:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.credibility-strip strong { color: #ffb0bb; font-family: var(--serif); font-size: 1.45rem; line-height: 1.15; }
.credibility-strip span { color: #d8ccce; font-size: .79rem; line-height: 1.55; }
.credibility-strip a { color: white; text-underline-offset: 3px; }

.section { padding: clamp(74px, 8vw, 118px) 0; }
.soft { background: var(--soft); }
.intro-band { background: var(--rose); }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 7vw, 110px); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-head > p { max-width: 520px; color: var(--muted); }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.profile-card { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 35px rgba(50,30,34,.06); transition: .2s ease; flex-direction: column; }
.profile-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.profile-card > img { width: 100%; height: 335px; object-fit: cover; object-position: 50% 36%; }
.profile-body { display: flex; flex: 1; padding: 24px; flex-direction: column; }
.profile-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.profile-top h3 { margin-bottom: 0; }
.tag { padding: 5px 10px; border-radius: 999px; color: var(--sage-dark); background: var(--sage); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.location { margin: 7px 0 12px; color: var(--maple); font-size: .85rem; font-weight: 700; }
.interests { margin-bottom: 0; color: var(--muted); font-size: .84rem; font-weight: 700; }
.profile-cta { align-self: flex-start; margin-top: 21px; padding: 10px 17px; border-radius: 999px; color: white; background: var(--maple); font-size: .82rem; font-weight: 800; text-decoration: none; transition: .2s ease; }
.profile-cta:hover { background: var(--maple-dark); transform: translateY(-1px); }

.city-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.city-card { display: block; padding-bottom: 26px; overflow: hidden; border-radius: var(--radius); color: inherit; background: white; text-decoration: none; box-shadow: 0 10px 34px rgba(48,30,30,.08); }
.city-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; margin-bottom: 22px; object-fit: contain; object-position: center; background: #e8e2de; transition: transform .35s ease; }
.city-card:hover img { transform: scale(1.035); }
.city-card h3, .city-card h2, .city-card p, .city-card span, .city-card strong { margin-right: 24px; margin-left: 24px; }
.city-card span { color: var(--maple); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.city-card h3, .city-card h2 { margin-top: 8px; margin-bottom: 8px; }
.city-card p { color: var(--muted); }
.city-card strong { color: var(--maple); font-size: .88rem; }
.city-card.large h2 { font-size: 2.35rem; }

.feature-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.feature-list { display: grid; gap: 16px; }
.feature-list article { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 26px; border-radius: 20px; background: var(--soft); }
.feature-list strong { color: var(--maple); font-family: var(--serif); font-size: 2rem; }
.feature-list h3 { margin-bottom: 5px; }
.feature-list p { margin-bottom: 0; color: var(--muted); }
.journal-tease { color: white; background: #311d22; }
.journal-tease .two-col { grid-template-columns: .82fr 1.18fr; }
.journal-tease .eyebrow { color: #ef9fab; }
.journal-tease img { width: 100%; height: auto; max-height: none; aspect-ratio: auto; border-radius: var(--radius); object-fit: contain; object-position: center; }

.app-download { overflow: hidden; color: white; background: linear-gradient(135deg, #702031, #271b20 68%); }
.app-download-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.app-download .eyebrow { color: #ffb0bb; }
.app-download .lede { max-width: 650px; color: #eadfe1; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.store-buttons a { position: relative; display: grid; min-width: 190px; padding: 13px 54px 12px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; color: white; background: #171214; text-decoration: none; }
.store-buttons span { font-size: .68rem; line-height: 1.1; }
.store-buttons strong { font-size: 1.15rem; line-height: 1.2; }
.store-buttons small { position: absolute; right: 13px; top: 50%; color: #d3c4c7; font-size: .62rem; transform: translateY(-50%); }
.partner-note { max-width: 620px; margin-top: 18px; color: #cdbfc2; font-size: .76rem; }
.phone-preview { display: grid; place-items: center; }
.phone-screen { width: min(310px, 82vw); min-height: 510px; padding: 40px 26px; border: 9px solid #181315; border-radius: 46px; background: linear-gradient(165deg, #fff9f3, #f0d8dc); box-shadow: 0 35px 70px rgba(0,0,0,.3); }
.phone-screen > img { width: 56px; height: 56px; margin-bottom: 88px; }
.phone-screen p { color: var(--maple); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.phone-screen > strong { color: var(--ink); font-family: var(--serif); font-size: 2rem; line-height: 1.08; }
.mini-profile-row { display: flex; margin-top: 48px; }
.mini-profile-row img { width: 66px; height: 66px; margin-right: -12px; border: 4px solid #fff9f3; border-radius: 50%; object-fit: cover; }

.faq-section { background: var(--sage); }
.faq-list { margin-top: 34px; border-top: 1px solid rgba(49,87,70,.25); }
.faq-item { border-bottom: 1px solid rgba(49,87,70,.25); }
.faq-question { position: relative; width: 100%; padding: 25px 45px 25px 0; border: 0; color: var(--ink); background: none; font-family: var(--serif); font-size: 1.5rem; text-align: left; cursor: pointer; }
.faq-question::after { position: absolute; right: 5px; content: "+"; color: var(--maple); }
.faq-question[aria-expanded="true"]::after { content: "–"; }
.faq-answer { padding: 0 40px 22px 0; color: #4a504b; }
.faq-answer a { color: var(--maple-dark); font-weight: 800; text-underline-offset: 3px; }
.faq-intro { max-width: 680px; color: #4a504b; font-size: 1.05rem; }

.page-hero { padding: clamp(85px, 10vw, 138px) 0; color: white; background: linear-gradient(135deg, #5b2633, #2c1d21); }
.page-hero .container { max-width: 900px; margin-left: max(20px, calc((100vw - 1180px)/2)); }
.page-hero h1 { max-width: 820px; font-size: clamp(2.9rem, 5vw, 4.8rem); text-wrap: balance; }
.page-hero p:not(.eyebrow) { max-width: 750px; color: #eadfe1; font-size: 1.18rem; }
.page-hero .eyebrow { color: #f2aab4; }

.article-shell { display: grid; grid-template-columns: minmax(190px, 250px) minmax(0, 780px); gap: clamp(45px, 7vw, 95px); width: min(1140px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0 125px; }
.article-shell > * { min-width: 0; }
.article-aside > div { position: sticky; top: 112px; display: grid; gap: 7px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.article-aside a { padding: 7px 0; color: var(--muted); font-size: .84rem; font-weight: 700; text-decoration: none; }
.article-aside a:hover { color: var(--maple); }
.prose { font-size: 1.03rem; }
.long-form { max-width: 780px; }
.prose section { position: relative; scroll-margin-top: 105px; margin-bottom: 62px; }
.prose h2 { margin-top: 1.25em; font-size: clamp(1.9rem, 3.2vw, 2.7rem); }
.prose h3 { margin-top: 1.45em; font-size: 1.55rem; }
.prose p, .prose li { color: #453e40; }
.prose a:not(.btn) { color: var(--maple); }
.prose blockquote { margin: 42px 0; padding: 27px 32px; border-left: 5px solid var(--maple); border-radius: 0 18px 18px 0; background: var(--rose); font-family: var(--serif); font-size: 1.4rem; }
.prose blockquote p { margin: 0; color: var(--ink); }
.prose li { margin: 8px 0; }
.section-number { display: block; margin-bottom: 8px; color: var(--maple); font-size: .73rem; font-weight: 800; letter-spacing: .14em; }
.section-soft-block { margin-inline: -28px; padding: 8px 28px 28px; border-radius: 22px; background: var(--soft); }
.section-border-block { padding: 2px 0 4px 26px; border-left: 3px solid #cf8d97; }
.table-wrap { margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; }
table { width: 100%; min-width: 660px; border-collapse: collapse; }
caption { padding: 18px; color: var(--ink); font-family: var(--serif); font-size: 1.28rem; font-weight: 650; text-align: left; }
th, td { padding: 14px 17px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: white; background: var(--maple-dark); }
tbody th { color: var(--maple); }
.checklist { margin: 35px 0; padding: 28px 32px; border-radius: 20px; background: var(--sage); }
.checklist h3 { margin-top: 0; }
.article-cta { margin-top: 72px; padding: clamp(30px, 5vw, 52px); border-radius: var(--radius); background: var(--rose); }
.article-cta h2 { margin-top: 0; }

.evidence-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; margin-inline: -60px; padding: 38px; border-radius: 24px; background: #2e2024; }
.evidence-split h2, .evidence-split h3 { color: white; }
.evidence-split p, .evidence-split li { color: #e9dfe1; }
.evidence-split .eyebrow { color: #f2aab4; }
.evidence-split a { color: #ffc1c9 !important; }
.big-stat { display: block; color: white; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); line-height: .95; }
.decision-tool, .warning-table, .distance-budget, .content-panel { margin-top: 48px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.decision-grid article { padding: 22px; border-radius: 18px; background: var(--soft); }
.decision-grid span { color: var(--maple); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.decision-grid h3 { margin-top: 12px; }
.consent-card, .fraud-callout, .fact-ribbon { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; margin: 42px 0 60px; padding: 32px; border-radius: 22px; color: white; background: var(--maple-dark); }
.consent-card h2, .fraud-callout h2 { color: white; }
.consent-card p, .fraud-callout p, .fact-ribbon p { margin: 0; color: #eadfe1; }
.consent-card .eyebrow, .fraud-callout .eyebrow { color: #ffb0bb; }
.consent-card a, .fraud-callout a, .fact-ribbon a { color: white !important; }
.recovery-path { padding: 36px; border-radius: 24px; background: var(--sage); }
.recovery-path ol, .moderation-path { display: grid; gap: 16px; padding: 0; list-style: none; }
.recovery-path li, .moderation-path li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
.recovery-path li > span, .moderation-path li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--maple); font-weight: 800; }
.recovery-path h3, .moderation-path h3 { margin: 0 0 4px; }
.fact-ribbon { grid-template-columns: auto 1fr; align-items: center; background: #315746; }
.fact-ribbon strong { color: white; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); }

.journal-tools { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.search-box { display: grid; gap: 8px; color: var(--muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.search-box input { width: min(380px, 80vw); padding: 14px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; text-transform: none; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.journal-card { display: flex; overflow: hidden; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 8px 28px rgba(50,30,34,.055); }
.journal-card-image { display: block; overflow: hidden; aspect-ratio: 16 / 9; }
.journal-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transition: transform .35s ease; }
.journal-card:hover .journal-card-image img { transform: scale(1.03); }
.journal-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.journal-card h2 { max-width: 520px; font-size: clamp(1.35rem, 1.65vw, 1.72rem); line-height: 1.08; }
.journal-card h2 a { text-decoration: none; }
.journal-card h2 a:hover { color: var(--maple); }
.journal-card-body > p:not(.eyebrow) { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .92rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.journal-card-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; font-weight: 700; }
.journal-card-meta a { color: var(--maple); }
.empty-state { padding: 35px; border-radius: 18px; background: var(--soft); }

.simple-prose { padding-top: 4px; }
.simple-prose > h2 { margin-top: 1.45em; }
.principle-grid, .season-grid, .contact-route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.principle-grid article, .season-grid article, .contact-route-grid article { padding: 22px; border-radius: 18px; background: var(--soft); }
.principle-grid strong { color: var(--maple); font-family: var(--serif); font-size: 1.9rem; }
.mini-checklist { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.mini-checklist span { padding: 9px 13px; border-radius: 999px; color: var(--sage-dark); background: var(--sage); font-size: .82rem; font-weight: 800; }
.signal-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 50px 0; }
.signal-split > div { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.signal-split > div:nth-child(2) { background: var(--soft); }
.resource-card { margin: 50px 0; padding: 30px; border-radius: 22px; color: white; background: #315746; }
.resource-card h2 { color: white; }
.resource-card p { color: #e2ece4; }
.resource-card a { color: white !important; }
.privacy-steps { display: grid; gap: 14px; padding-left: 24px; }
.terms-list { display: grid; gap: 10px; }
.source-note { margin: 40px 0; padding: 20px 24px; border-left: 4px solid var(--maple); background: var(--rose); }
.status-board { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; margin: 50px 0; padding: 32px; border-radius: 22px; color: white; background: #2c2023; }
.status-board h2 { color: white; }
.status-board .eyebrow { color: #ffb0bb; }
.status-board ul { margin: 0; padding: 0; list-style: none; }
.status-board li { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.status-board li span { color: #efb2bb; font-size: .8rem; font-weight: 800; text-align: right; }

.redirect-shell { display: grid; justify-items: start; width: min(620px, calc(100% - 40px)); margin: 12vh auto; padding: clamp(34px, 7vw, 70px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.redirect-shell > img { margin-bottom: 28px; }
.redirect-shell h1 { font-size: clamp(2.6rem, 7vw, 4.4rem); }

.site-footer { padding: 72px 0 25px; color: #e9dddf; background: #211b1c; }
.site-footer .footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.site-footer .brand { color: white; }
.site-footer .brand small { color: #bfaeb1; }
.footer-brand p { max-width: 330px; margin-top: 22px; color: #bfaeb1; }
.site-footer h3 { color: white; font-family: var(--sans); font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer .footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: #bfaeb1; font-size: .88rem; text-decoration: none; }
.site-footer a:hover { color: white !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #493a3e; color: #9f8e91; font-size: .75rem; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .menu-button { display: block; }
  .profile-grid, .city-card-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .evidence-split { margin-inline: 0; }
}

@media (max-width: 720px) {
  .container, .narrow, .article-shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; gap: 12px; }
  .brand { font-size: 1.3rem; }
  .brand img { width: 39px; height: 39px; }
  .brand small, .nav-cta { display: none; }
  h1 { font-size: clamp(2.65rem, 12vw, 3.65rem); }
  h2 { font-size: clamp(1.95rem, 9vw, 2.75rem); }
  .full-hero { --hero-mobile-height: 66.667vw; min-height: 0; align-items: start; background-color: #1b1014; background-image: linear-gradient(180deg, rgba(24,14,18,.03) 0%, rgba(24,14,18,.2) 56%, #1b1014 100%), var(--hero-image); background-position: top center; background-size: 100% var(--hero-mobile-height), 100% auto; background-repeat: no-repeat; }
  .home-full-hero { --hero-mobile-height: 66.667vw; }
  .blog-full-hero { --hero-mobile-height: 46.68vw; }
  .home-full-hero, .article-cover, .blog-full-hero, .city-full-hero { min-height: 0; background-position: top center; }
  .hero-overlay-copy, .blog-full-hero .hero-overlay-copy { padding-top: clamp(116px, calc(var(--hero-mobile-height) - 48px), 292px); padding-bottom: 54px; }
  .hero-overlay-copy h1, .article-cover .hero-overlay-copy h1 { max-width: 96%; font-size: clamp(2.55rem, 11.5vw, 3.45rem); }
  .hero-overlay-copy .hero-dek { max-width: 94%; font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .trust-row { gap: 7px 16px; margin-top: 25px; }
  .credibility-strip .container { grid-template-columns: 1fr; }
  .credibility-strip p, .credibility-strip p:last-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .section { padding: 72px 0; }
  .two-col, .feature-layout, .journal-tease .two-col, .app-download-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-head, .journal-tools { align-items: flex-start; flex-direction: column; }
  .profile-grid, .city-card-grid, .article-grid { grid-template-columns: 1fr; }
  .profile-card > img { height: min(95vw, 390px); object-position: 50% 34%; }
  .city-card img { height: auto; }
  .page-hero { padding: 78px 0; }
  .page-hero .container { width: min(100% - 32px, 900px); margin: 0 auto; }
  .page-hero p:not(.eyebrow) { font-size: 1.08rem; }
  .article-shell { padding: 58px 0 88px; }
  .prose blockquote { margin: 34px 0; padding: 23px; font-size: 1.25rem; }
  .section-soft-block { margin-inline: 0; padding: 6px 20px 22px; }
  .evidence-split, .decision-grid, .consent-card, .fraud-callout, .fact-ribbon, .principle-grid, .season-grid, .contact-route-grid, .signal-split, .status-board { grid-template-columns: 1fr; }
  .evidence-split, .decision-tool, .warning-table, .distance-budget, .content-panel, .recovery-path { padding: 24px; }
  .fact-ribbon { gap: 12px; }
  .journal-card { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 14px; align-items: start; padding: 14px; border-radius: 18px; }
  .journal-card-image { aspect-ratio: 1; border-radius: 12px; }
  .journal-card-image img { object-position: center; }
  .journal-card-body { padding: 0; }
  .journal-card-body .eyebrow { margin-bottom: 6px; font-size: .68rem; }
  .journal-card h2 { margin-bottom: 0; font-size: 1.35rem; line-height: 1.08; }
  .journal-card-body > p:not(.eyebrow) { display: none; }
  .journal-card-meta { align-items: flex-start; flex-direction: column; gap: 5px; margin-top: 12px; padding-top: 10px; font-size: .7rem; }
  .search-box, .search-box input { width: 100%; }
  .phone-screen { min-height: 480px; }
  .status-board { padding: 25px; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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