/*
Theme Name: Sophie – deine Sommelière 2.0
Author: Dialogwerk AI
Description: Individuelles WordPress-Theme für Sophie mit dynamischem Weinblog.
Version: 2.0.0
Text Domain: sophie-sommeliere
*/

:root {
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --ink: #24211e;
  --muted: #716a62;
  --ruby: #7c2332;
  --ruby-dark: #54141f;
  --rose: #d9b7ae;
  --charcoal: #242321;
  --line: rgba(36, 33, 30, 0.16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 1000; background: var(--paper); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; padding: 0 4.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; position: absolute; inset: 0 0 auto; z-index: 20; color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.2); }
.site-header.scrolled { position: fixed; color: var(--ink); background: rgba(247,242,233,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); animation: header-in .25s ease both; }
@keyframes header-in { from { transform: translateY(-100%); } }
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: .9; }
.brand-name { font-family: var(--serif); font-size: 2.05rem; font-style: italic; letter-spacing: -.07em; }
.brand-claim { margin: .48rem 0 0 .12rem; font-size: .57rem; line-height: 1; text-transform: uppercase; letter-spacing: .23em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.6rem); font-size: .83rem; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: -.35rem; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.3rem; min-height: 56px; padding: .95rem 1.4rem; color: white; background: var(--ruby); border: 1px solid var(--ruby); font-weight: 650; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--ruby-dark); transform: translateY(-2px); }
.button-small { min-height: 43px; padding: .7rem 1.1rem; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); backdrop-filter: blur(8px); }
.scrolled .button-small { background: var(--ruby); border-color: var(--ruby); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 800px; height: min(920px, 100vh); display: grid; grid-template-columns: 53% 47%; background: var(--charcoal); color: white; overflow: hidden; }
.hero-copy { padding: clamp(9.5rem, 14vh, 11.5rem) 6.5vw 5rem 8vw; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 1.3rem; display: flex; align-items: center; gap: .75rem; color: var(--ruby); font-size: .68rem; line-height: 1.2; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: currentColor; }
.eyebrow.light { color: #ddc9be; }
.hero h1, .section-heading h2, .manifesto h2, .final-content h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.hero h1 { max-width: 750px; margin: 0; font-size: clamp(4rem, 6.4vw, 7.4rem); }
.hero h1 em, .manifesto h2 em { color: var(--rose); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 1.9rem 0 2.2rem; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.25vw, 1.15rem); }
.ask-card { max-width: 680px; background: var(--paper); color: var(--ink); padding: 1.05rem; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.ask-card > label { display: block; margin: 0 0 .45rem .15rem; color: var(--ruby); font-size: .67rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.input-row { display: grid; grid-template-columns: 1fr auto; gap: .6rem; align-items: stretch; }
.input-row textarea { width: 100%; min-height: 61px; max-height: 130px; padding: .8rem .85rem; resize: vertical; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); outline: 0; line-height: 1.35; }
.input-row textarea:focus { border-bottom-color: var(--ruby); }
.input-row button { width: 61px; border: 0; color: white; background: var(--ruby); cursor: pointer; }
.input-row button span:first-child { display: none; }
.input-row button span:last-child { font-size: 1.45rem; }
.prompt-row { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .85rem; }
.prompt-row button { padding: .45rem .7rem; background: transparent; border: 1px solid var(--line); color: var(--muted); font-size: .73rem; cursor: pointer; transition: .2s ease; }
.prompt-row button:hover { color: white; background: var(--ruby); border-color: var(--ruby); }
.ask-note { margin: .7rem .15rem 0; color: var(--muted); font-size: .72rem; }
.hero-visual { position: relative; overflow: hidden; min-width: 0; }
.vinothek-image { height: 100%; object-fit: cover; filter: brightness(.72) saturate(.82); }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,35,33,.62) 0%, transparent 32%), linear-gradient(0deg, rgba(20,17,15,.35), transparent 50%); }
.sophie-card { position: absolute; z-index: 3; right: 6%; bottom: 8%; width: clamp(185px, 17vw, 280px); border: 8px solid rgba(255,253,248,.95); box-shadow: 0 24px 70px rgba(0,0,0,.3); transform: rotate(1.8deg); overflow: hidden; }
.sophie-card img { aspect-ratio: .8; object-fit: cover; object-position: 50% 12%; }
.ai-badge { position: absolute; right: .55rem; bottom: .55rem; padding: .38rem .55rem; color: var(--ink); background: rgba(255,253,248,.92); backdrop-filter: blur(6px); font-family: var(--sans); font-size: .58rem; font-style: normal; font-weight: 700; line-height: 1; letter-spacing: .13em; text-transform: uppercase; }
.hand-note { position: absolute; z-index: 4; right: clamp(190px, 19vw, 306px); bottom: 27%; margin: 0; color: white; font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 1.7vw, 1.8rem); line-height: 1.1; transform: rotate(-6deg); }
.hero-caption { position: absolute; z-index: 3; left: 5%; bottom: 4.5%; max-width: 250px; display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; }
.hero-caption span { color: var(--rose); font-size: .68rem; }
.hero-caption p { margin: 0; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: .95rem; line-height: 1.35; }

.conversation-result { position: relative; z-index: 11; padding: 2.2rem 4vw; background: var(--ruby); color: white; }
.result-inner { max-width: 820px; margin: auto; }
.result-topline { display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem; }
.result-topline p { margin: 0; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.result-topline button { margin-left: auto; color: white; background: transparent; border: 0; font-size: 1.8rem; cursor: pointer; }
.avatar-mini { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; color: white; background: var(--ruby); border-radius: 50%; font-family: var(--serif); font-style: italic; }
.result-topline .avatar-mini { color: var(--ruby); background: white; }
.message { max-width: 78%; padding: .85rem 1rem; margin: .65rem 0; line-height: 1.45; }
.message-user { margin-left: auto; color: var(--ink); background: white; }
.message-sophie { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25); }
.result-actions { text-align: right; }
.text-button { padding: .55rem 0; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); cursor: pointer; }

.marquee { overflow: hidden; padding: 1.05rem 0; color: white; background: var(--ruby); border-top: 1px solid rgba(255,255,255,.12); }
.marquee div { width: max-content; display: flex; align-items: center; gap: 2.4rem; animation: marquee 24s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.marquee i { color: var(--rose); font-size: .65rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 9vw, 9rem) 8vw; }
.section-heading { max-width: 850px; margin-bottom: clamp(2.8rem, 5vw, 5rem); }
.section-heading h2, .manifesto h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 5.2rem); }
.heading-row { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 8vw; align-items: end; }
.heading-row > p { margin: 0 0 .6rem; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.step { min-height: 290px; padding: 1.6rem 2rem 2rem; display: flex; flex-direction: column; border: 1px solid var(--line); }
.step + .step { border-left: 0; }
.step-featured { color: white; background: var(--ruby); border-color: var(--ruby); transform: translateY(-1rem); }
.step-number { margin-bottom: auto; color: var(--ruby); font-size: .68rem; font-weight: 700; }
.step-featured .step-number { color: var(--rose); }
.step h3 { max-width: 320px; margin: 2rem 0 .8rem; font-family: var(--serif); font-size: 1.45rem; line-height: 1.18; font-weight: 400; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }
.step-featured p { color: rgba(255,255,255,.7); }

.situations { background: var(--paper); }
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.situation-grid a { min-height: 255px; padding: 1.5rem; display: grid; grid-template-rows: auto 1fr auto; position: relative; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.situation-grid a::before { content: ''; position: absolute; width: 180px; height: 180px; right: -110px; bottom: -110px; border: 1px solid rgba(124,35,50,.2); border-radius: 50%; transition: transform .4s ease; }
.situation-grid a:hover { color: white; background: var(--ruby); }
.situation-grid a:hover::before { transform: scale(2.2); border-color: rgba(255,255,255,.15); }
.situation-index { font-size: .67rem; color: var(--ruby); font-weight: 700; }
.situation-grid a:hover .situation-index { color: var(--rose); }
.situation-grid h3 { max-width: 260px; margin: 2.8rem 0 .3rem; align-self: end; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.1; }
.situation-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.situation-grid a:hover p { color: rgba(255,255,255,.7); }
.situation-grid b { position: absolute; right: 1.4rem; top: 1.25rem; font-size: 1.1rem; font-weight: 400; }

.manifesto { padding: 0; display: grid; grid-template-columns: 50% 50%; min-height: 750px; background: var(--charcoal); color: white; }
.manifesto-image { min-height: 650px; position: relative; overflow: hidden; }
.manifesto-image img { height: 100%; object-fit: cover; filter: brightness(.72) saturate(.85); transition: transform 1.1s ease; }
.manifesto:hover .manifesto-image img { transform: scale(1.025); }
.image-label { position: absolute; left: 2rem; bottom: 2rem; padding: .55rem .8rem; background: var(--cream); color: var(--ink); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.manifesto-copy { padding: 7vw; align-self: center; }
.manifesto-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.67); }
.button-light { margin-top: 1.4rem; background: transparent; border-color: rgba(255,255,255,.55); }

.chat-examples { background: #e9ded2; }
.chat-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3vw; align-items: stretch; }
.chat-window { background: var(--paper); box-shadow: 0 25px 70px rgba(50,35,25,.1); }
.chat-bar { padding: 1rem 1.2rem; display: flex; align-items: center; gap: .75rem; border-bottom: 1px solid var(--line); }
.chat-bar div { display: flex; flex-direction: column; line-height: 1.25; }
.chat-bar strong { font-size: .85rem; }
.chat-bar small { color: var(--muted); font-size: .66rem; }
.chat-bar i { width: 7px; height: 7px; margin-left: auto; background: #63795e; border-radius: 50%; }
.chat-body { min-height: 400px; padding: 2rem; display: flex; flex-direction: column; justify-content: center; gap: .85rem; }
.bubble { max-width: 75%; padding: .8rem 1rem; font-size: .92rem; }
.bubble.user { margin-left: auto; background: #ece6dd; border-radius: 14px 14px 2px 14px; }
.bubble.sophie { color: white; background: var(--ruby); border-radius: 14px 14px 14px 2px; }
.quote-card { padding: clamp(2.2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; color: white; background: var(--ruby); }
.quote-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.4rem); line-height: 1.05; }
.quote-card p { margin: 2rem 0 0; color: rgba(255,255,255,.67); font-size: .8rem; }

.learn { background: var(--paper); }
.articles { border-top: 1px solid var(--line); }
.articles a { min-height: 118px; padding: 1.25rem 0; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.articles a:hover { padding-left: 1.2rem; padding-right: 1.2rem; color: var(--ruby); }
.articles span { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.articles h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 400; }
.articles b { font-size: .75rem; font-weight: 650; }

.principles { color: white; background: var(--charcoal); }
.eyebrow.centered { justify-content: center; color: var(--rose); }
.principle-list { max-width: 1050px; margin: 4rem auto 0; }
.principle-list p { margin: 0; padding: 1.4rem 0; display: grid; grid-template-columns: 70px 1fr; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: clamp(1.45rem, 2.8vw, 2.9rem); line-height: 1.15; }
.principle-list span { color: var(--rose); font-family: var(--sans); font-size: .63rem; }

.final-cta { min-height: 650px; display: grid; place-items: center; position: relative; overflow: hidden; color: white; text-align: center; }
.final-cta > img, .final-overlay { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.final-cta > img { filter: saturate(.65); }
.final-overlay { background: rgba(34,20,18,.67); }
.final-content { position: relative; z-index: 2; padding: 4rem 1.5rem; }
.final-content .eyebrow { justify-content: center; }
.final-content h2 { margin: 0; font-size: clamp(4rem, 8vw, 8.5rem); }
.final-content > p:not(.eyebrow) { margin: 1.4rem 0 2rem; color: rgba(255,255,255,.75); }
.button-cream { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button-cream:hover { color: white; }

footer { min-height: 220px; padding: 3rem 6vw 2rem; display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 2rem; align-items: start; color: white; background: #181716; }
footer p { margin: .2rem 0; color: rgba(255,255,255,.6); font-family: var(--serif); font-style: italic; }
.ai-disclosure { display: block; margin-top: .85rem; color: rgba(255,255,255,.42); font-family: var(--sans); font-size: .7rem; font-style: normal; line-height: 1.4; letter-spacing: .04em; }
footer > div { display: flex; justify-content: flex-end; gap: 1.5rem; font-size: .75rem; }
footer small { grid-column: 1 / -1; color: rgba(255,255,255,.4); font-size: .68rem; }
.mobile-sticky-cta { display: none; }

.blog-page { background: var(--paper); }
.blog-header { position: fixed; }
.desktop-nav .active { color: var(--ruby); }
.blog-hero { min-height: 680px; padding: 10rem 8vw 5rem; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; background: var(--cream); }
.blog-hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 6vw, 7rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.blog-hero p:not(.eyebrow) { max-width: 650px; margin: 1.8rem 0 0; color: var(--muted); font-size: 1.05rem; }
.blog-hero img { height: 480px; object-fit: cover; filter: saturate(.8); }
.featured-post { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; background: #e9ded2; }
.post-image img { height: 520px; object-fit: cover; object-position: center 18%; }
.featured-post h2 { margin: .6rem 0 1.3rem; font-family: var(--serif); font-size: clamp(2.8rem, 4.6vw, 5.1rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.featured-post article > p:not(.post-meta) { max-width: 650px; color: var(--muted); font-size: 1.02rem; }
.featured-post a, .post-grid a { display: inline-block; margin-top: 1rem; color: var(--ruby); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.post-meta { margin: 0; color: var(--ruby); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.blog-list { background: var(--paper); }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.post-grid article { min-height: 310px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.post-grid h3 { margin: 2.3rem 0 .9rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.7vw, 3rem); font-weight: 400; line-height: 1.05; }
.post-grid article > p:not(.post-meta) { color: var(--muted); }
.blog-newsletter { padding: clamp(5rem, 9vw, 9rem) 8vw; color: white; background: var(--ruby); text-align: center; }
.blog-newsletter .eyebrow { justify-content: center; }
.blog-newsletter h2 { max-width: 900px; margin: 0 auto; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 400; line-height: .98; }
.blog-newsletter > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.single-post-main { padding-top: 88px; background: var(--paper); }
.single-hero { padding: clamp(5rem, 9vw, 9rem) 8vw 3rem; background: var(--cream); }
.single-hero h1 { max-width: 1050px; margin: .8rem 0 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.6rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.single-cover { margin-top: 3rem; max-width: 1100px; }
.single-cover img { max-height: 650px; object-fit: cover; }
.single-content { max-width: 780px; margin: 0 auto; padding: 4rem 1.4rem 6rem; font-family: var(--serif); font-size: 1.18rem; line-height: 1.8; }
.single-content h2, .single-content h3 { margin-top: 2.4em; line-height: 1.15; }
.single-content a { color: var(--ruby); text-decoration: underline; }
.single-footer { max-width: 1050px; margin: 0 auto 5rem; padding: 1.5rem; display: flex; justify-content: space-between; color: var(--ruby); background: transparent; border-top: 1px solid var(--line); }
.blog-pagination { margin-top: 3rem; }
.nav-links { display: flex; gap: .7rem; }
.page-numbers { padding: .55rem .75rem; border: 1px solid var(--line); }
.page-numbers.current { color: white; background: var(--ruby); border-color: var(--ruby); }
.empty-blog { padding: 4rem; text-align: center; border: 1px solid var(--line); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { height: auto; min-height: 900px; grid-template-columns: 57% 43%; }
  .hero-copy { padding-left: 6vw; padding-right: 4vw; }
  .hero h1 { font-size: clamp(3.7rem, 6.7vw, 5.8rem); }
  .sophie-card { right: 6%; width: 210px; }
  .hand-note { right: 215px; }
  .situation-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .site-header { height: 72px; padding: 0 1.15rem; grid-template-columns: 1fr auto; }
  .site-header > .button { display: none; }
  .brand-name { font-size: 1.8rem; }
  .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; color: inherit; background: transparent; border: 1px solid currentColor; cursor: pointer; }
  .menu-button span { width: 18px; height: 1px; display: block; background: currentColor; transition: .2s ease; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 72px 0 0; z-index: 15; padding: 3rem 1.3rem; display: flex; flex-direction: column; gap: 1.5rem; color: var(--ink); background: var(--cream); transform: translateX(100%); transition: transform .3s ease; }
  .menu-open .mobile-nav { transform: translateX(0); }
  .mobile-nav a { padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 2rem; }
  .hero { min-height: 0; display: flex; flex-direction: column; background: var(--charcoal); }
  .hero-copy { padding: 8.6rem 1.2rem 2rem; order: 1; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.2rem); }
  .hero-intro { margin: 1.3rem 0 1.6rem; }
  .ask-card { padding: .85rem; }
  .prompt-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: none; }
  .prompt-row button { flex: 0 0 auto; }
  .hero-visual { height: 430px; order: 2; }
  .hero-visual::after { background: linear-gradient(180deg, rgba(36,35,33,.6), transparent 34%, rgba(20,17,15,.32)); }
  .sophie-card { right: 1rem; bottom: 1.2rem; width: 155px; border-width: 5px; }
  .hand-note { right: 170px; bottom: 31%; font-size: 1.2rem; }
  .hero-caption { left: 1.2rem; bottom: 1.2rem; max-width: 170px; }
  .hero-caption p { font-size: .8rem; }
  .conversation-result { padding: 1.6rem 1rem; }
  .message { max-width: 92%; }
  .section { padding: 5rem 1.2rem; }
  .section-heading { margin-bottom: 2.7rem; }
  .section-heading h2, .manifesto h2 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  .heading-row { grid-template-columns: 1fr; gap: 1rem; }
  .heading-row > p { max-width: 470px; }
  .steps { display: flex; flex-direction: column; }
  .step { min-height: 235px; }
  .step + .step { border-left: 1px solid var(--line); border-top: 0; }
  .step-featured { transform: none; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-grid a { min-height: 195px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 460px; }
  .manifesto-copy { padding: 5rem 1.2rem; }
  .chat-layout { grid-template-columns: 1fr; gap: 1rem; }
  .chat-body { min-height: 360px; padding: 1.1rem; }
  .bubble { max-width: 88%; }
  .quote-card { min-height: 380px; padding: 2.2rem 1.4rem; }
  .articles a { min-height: 145px; grid-template-columns: 1fr auto; gap: .55rem 1rem; }
  .articles span { grid-column: 1 / -1; }
  .articles b { font-size: 0; }
  .articles b::after { content: '→'; font-size: 1rem; }
  .principle-list { margin-top: 2.7rem; }
  .principle-list p { grid-template-columns: 42px 1fr; padding: 1.2rem 0; font-size: 1.5rem; }
  .final-cta { min-height: 570px; }
  footer { padding: 3rem 1.2rem; grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; }
  footer small { grid-column: auto; }
  .mobile-sticky-cta { position: fixed; z-index: 30; inset: auto 0 0; height: 66px; padding: 0 1.2rem; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--ruby); font-weight: 700; box-shadow: 0 -8px 25px rgba(0,0,0,.12); }
  .blog-page { padding-bottom: 0; }
  .blog-hero { min-height: 0; padding: 8.8rem 1.2rem 4rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .blog-hero h1 { font-size: clamp(3.2rem, 14vw, 4.4rem); }
  .blog-hero img { height: 360px; }
  .featured-post { grid-template-columns: 1fr; gap: 2.5rem; }
  .post-image img { height: 420px; }
  .post-grid { grid-template-columns: 1fr; }
  .post-grid article { min-height: 270px; }
}

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