:root {
  --ink: #29292b;
  --muted: #66635f;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --lavender: #76719a;
  --lavender-dark: #514d73;
  --lavender-soft: #ece9f2;
  --green: #66764c;
  --green-dark: #465335;
  --sage: #dfe5d2;
  --gold: #c69a45;
  --line: rgba(41, 41, 43, .13);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow-soft: 0 18px 55px rgba(55, 48, 38, .08);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.25rem; height: 1.25rem; }
::selection { background: var(--lavender-soft); color: var(--lavender-dark); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 92px; }
.soft-section { background: var(--cream); }

h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
h2 { font-size: clamp(1.85rem, 2.8vw, 2.85rem); }
h3 { font-size: clamp(1.35rem, 1.65vw, 1.65rem); }
p { margin: 0 0 1rem; }
.kicker { display: flex; align-items: center; gap: .55rem; margin-bottom: 1.35rem; color: var(--green); font-size: .76rem; font-weight: 750; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.kicker svg { width: 1rem; height: 1rem; }
.kicker.light { color: #d9dfc7; }
.eyebrow { margin-bottom: .6rem; color: var(--lavender); font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.large-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.4; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(41,41,43,.07); background: rgba(255,253,248,.92); backdrop-filter: blur(18px); }
.nav-shell { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; min-height: 86px; gap: 30px; }
.brand { display: block; width: 158px; overflow: hidden; }
.brand img { width: 170px; height: 96px; margin-block: -5px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(9px, 1.2vw, 18px); }
.desktop-nav a { position: relative; font-size: .78rem; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--lavender); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: .66rem 1.08rem; font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 55px; right: 0; display: grid; width: min(320px, calc(100vw - 32px)); overflow: hidden; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 24px 60px rgba(42,39,32,.16); }
.mobile-menu nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: min(720px, calc(100vh - 86px)); padding-block: 54px 72px; gap: 7vw; }
.hero-copy h1 em { color: var(--lavender); font-weight: 400; }
.hero-lead { max-width: 650px; margin-top: 2rem; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; margin-top: 2.3rem; gap: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; border-radius: 999px; padding: .78rem 1.35rem; font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button.text-button { border-radius: 0; }
.button svg, .inline-link svg, .card-link svg { width: 1.05rem; height: 1.05rem; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg, .inline-link:hover svg, .path-card:hover .card-link svg { transform: translateX(4px); }
.button.primary { background: var(--green-dark); color: #fff; }
.button.primary:hover { background: var(--lavender-dark); }
.button.cream { background: var(--cream); color: var(--ink); }
.button.text-button { min-height: 0; border-bottom: 1px solid var(--ink); padding: .4rem 0; }
.hero-note { display: flex; align-items: center; margin-top: 3rem; gap: .9rem; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.hero-note strong { color: var(--ink); }
.portrait-small { width: 50px; height: 50px; overflow: hidden; border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.portrait-small img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual { position: relative; min-height: 580px; }
.hero-orbit { position: absolute; top: 6%; left: 8%; width: 88%; aspect-ratio: 1; border-radius: 50%; background: var(--lavender-soft); }
.hero-main-image { position: absolute; inset: 7% 8% 0 15%; margin: 0; overflow: hidden; border-radius: 48% 48% var(--radius-lg) var(--radius-lg); }
.hero-main-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-float-image { position: absolute; right: -3%; bottom: 1%; width: 38%; aspect-ratio: 1; margin: 0; overflow: hidden; border: 9px solid var(--paper); border-radius: 50%; box-shadow: 0 20px 60px rgba(42,39,32,.2); }
.hero-float-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-seal { position: absolute; top: 11%; left: 1%; display: grid; width: 112px; height: 112px; place-items: center; border-radius: 50%; background: var(--green-dark); color: white; text-align: center; transform: rotate(-8deg); }
.hero-seal svg { width: 24px; height: 24px; margin-bottom: -12px; }
.hero-seal span { font-family: var(--serif); font-size: .95rem; line-height: 1.05; }

.intro-section { padding-block: 90px; background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.intro-grid h2 { max-width: 480px; }
.intro-copy { padding-top: 3rem; }
.intro-copy p:last-child { max-width: 660px; color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; gap: 40px; }
.section-heading > p { max-width: 410px; color: var(--muted); }
.path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.path-card { position: relative; min-height: 350px; padding: 42px 34px 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.5); box-shadow: var(--shadow-soft); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.path-card:hover { z-index: 1; background: var(--cream); box-shadow: 0 24px 65px rgba(55,48,38,.13); transform: translateY(-4px); }
.path-card > svg { width: 38px; height: 38px; margin-bottom: 52px; color: var(--green); }
.path-number { position: absolute; top: 26px; right: 28px; color: #aaa59d; font-family: var(--serif); font-size: .95rem; }
.path-card > p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); }
.card-link, .inline-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.2rem; color: var(--green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.feature-band { overflow: hidden; background: var(--lavender-dark); color: white; }
.feature-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; }
.feature-photo { height: 580px; }
.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; z-index: 0; top: -18px; left: -18px; width: 72%; height: 72%; border-radius: var(--radius-lg); background: var(--sage); }
.image-frame img { position: relative; z-index: 1; width: 100%; height: 100%; border-radius: var(--radius-md); object-fit: cover; }
.feature-copy h2 { margin-bottom: 1.7rem; }
.feature-copy p { max-width: 590px; color: rgba(255,255,255,.76); }
.feature-copy .button { margin-top: 1.2rem; }
.feature-quote { position: absolute; right: -2vw; bottom: -82px; color: rgba(255,255,255,.075); font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.5rem); line-height: .88; white-space: nowrap; }

.cookbook-teaser, .book-detail { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 10vw; }
.book-stack { position: relative; display: grid; min-height: 650px; place-items: center; }
.book-stack img { position: relative; z-index: 1; max-height: 620px; filter: drop-shadow(0 34px 32px rgba(56,47,35,.2)); }
.book-halo { position: absolute; width: 92%; aspect-ratio: 1; border-radius: 50%; background: var(--sage); }
.cookbook-teaser h2, .book-detail h2 { margin-bottom: 1.4rem; }
.check-list { display: grid; margin: 1.7rem 0 2rem; padding: 0; gap: .75rem; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; top: .64rem; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--lavender); box-shadow: 0 0 0 5px var(--lavender-soft); }
.editorial-grid { display: grid; grid-template-columns: 1.3fr .85fr; grid-template-rows: 1fr 1fr; gap: 22px; }
.editorial-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 240px; overflow: hidden; border-radius: var(--radius-md); background: var(--cream); }
.editorial-card.large { grid-row: 1 / 3; grid-template-columns: 1fr; }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; }
.editorial-card.large img { height: 390px; }
.editorial-card > div { padding: 30px; }
.editorial-card.large > div { padding: 36px; }
.editorial-card p:last-child { color: var(--muted); }
.course-callout { display: grid; grid-template-columns: 90px 1.2fr 1fr auto; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 34px; gap: 35px; }
.course-callout > svg { width: 64px; height: 64px; color: var(--green); }
.course-callout h2 { font-size: clamp(1.8rem, 2.6vw, 2.9rem); }
.course-callout > p { color: var(--muted); }
.archive-home-band { background: var(--green-dark); color: white; }
.archive-home-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 9vw; }
.archive-home-grid h2 { font-size: clamp(1.95rem, 2.8vw, 2.9rem); }
.archive-home-grid > div:last-child p { color: rgba(255,255,255,.72); font-size: 1.12rem; }
.archive-home-grid .button { margin-top: 1.2rem; }

.page-hero { display: grid; grid-template-columns: 1fr .82fr; align-items: center; min-height: 570px; padding-block: 62px 76px; gap: 7vw; }
.page-hero h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
.page-hero figure { position: relative; height: 500px; margin: 0; }
.page-hero figure::before { content: ""; position: absolute; inset: -20px 32px 22px -22px; border-radius: var(--radius-lg); background: var(--lavender-soft); }
.page-hero img { position: relative; width: 100%; height: 100%; border-radius: var(--radius-md); object-fit: cover; }
.prose-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; border-top: 1px solid var(--line); }
.prose { max-width: 740px; }
.prose > p { margin-bottom: 1.35rem; color: var(--muted); }
.prose .large-copy { color: var(--ink); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 48px; gap: 22px; }
.value-grid article { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-soft); }
.value-grid svg { width: 36px; height: 36px; margin-bottom: 55px; color: var(--green); }
.value-grid h3 { margin-bottom: 1rem; }
.value-grid p { color: var(--muted); }
.consultation-callout, .simple-callout { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); gap: 50px; }
.consultation-callout > div { max-width: 750px; }
.consultation-callout h2 { margin-bottom: 1rem; }
.consultation-callout p { color: var(--muted); }
.medical-note { margin-bottom: 90px; padding: 22px 26px; border-left: 3px solid var(--lavender); background: var(--lavender-soft); color: var(--muted); font-size: .88rem; }
.purple-section { background: var(--lavender-dark); color: white; }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 50px; gap: 16px; }
.principle-grid article { position: relative; padding: 38px 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-md); background: rgba(255,255,255,.035); }
.principle-grid article > span { position: absolute; top: 24px; right: 24px; color: rgba(255,255,255,.45); font-family: var(--serif); }
.principle-grid svg { width: 33px; height: 33px; margin-bottom: 50px; color: #d9dfc7; }
.principle-grid h3 { margin-bottom: 1rem; }
.principle-grid p { color: rgba(255,255,255,.7); }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.split-feature .image-frame { height: 570px; }
.split-feature h2 { margin-bottom: 1.5rem; }
.split-feature p:not(.kicker) { color: var(--muted); }
.split-feature .large-copy { color: var(--ink); }
.split-feature .button { margin-top: 1rem; }

.book-detail { border-top: 1px solid var(--line); }
.book-stack.compact { min-height: 580px; }
.book-stack.compact img { max-height: 540px; }
.book-detail p:not(.kicker) { color: var(--muted); }
.book-detail .large-copy { color: var(--ink); }
.book-detail .button { margin-top: 1rem; }
.recipe-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.recipe-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-soft); }
.recipe-grid img { width: 100%; height: 300px; object-fit: cover; }
.recipe-grid article > div { padding: 24px; }
.recipe-grid h3 { margin-bottom: .8rem; }
.recipe-grid p:last-child { color: var(--muted); }
.simple-callout { border-bottom: 1px solid var(--line); }
.simple-callout > svg { flex: 0 0 auto; width: 58px; height: 58px; color: var(--lavender); }
.simple-callout > div { flex: 1; }
.simple-callout h2 { font-size: clamp(1.8rem, 2.6vw, 2.8rem); }
.simple-callout p { color: var(--muted); }

.course-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.course-grid article { padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.course-grid article.wide { grid-column: 1 / 3; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; background: var(--cream); gap: 34px; }
.course-icon { display: grid; width: 68px; height: 68px; margin-bottom: 54px; place-items: center; border-radius: 50%; background: var(--lavender-soft); color: var(--lavender-dark); }
.course-icon svg { width: 32px; height: 32px; }
.course-grid .wide .course-icon { margin: 0; }
.course-grid h2 { font-size: clamp(2rem,2.6vw,3rem); margin-bottom: 1.2rem; }
.course-grid p, .course-grid li { color: var(--muted); }
.course-grid ul { margin: 1.5rem 0; padding-left: 1.1rem; }

.knowledge-list { display: grid; gap: 120px; }
.knowledge-list article { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.knowledge-list article.reverse .knowledge-image { order: 2; }
.knowledge-image { height: 520px; }
.knowledge-image img { width: 100%; height: 100%; object-fit: cover; }
.knowledge-list h2 { margin-bottom: 1.5rem; }

.contact-page { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; padding-block: 86px; gap: 9vw; }
.contact-grid h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
.contact-card { align-self: center; padding: 20px 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 30px 80px rgba(55,48,38,.1); }
.contact-card > a, .contact-card > div { display: flex; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); gap: 20px; }
.contact-card > :last-child { border: 0; }
.contact-card > * > span { display: grid; flex: 0 0 auto; width: 47px; height: 47px; place-items: center; border-radius: 50%; background: var(--lavender-soft); color: var(--lavender-dark); }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.contact-card strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 400; }
.contact-note { display: flex; align-items: center; padding: 64px; border-radius: var(--radius-lg); background: var(--lavender-dark); color: white; gap: 42px; transform: translateY(70px); }
.contact-note img { width: 130px; height: 130px; border: 5px solid rgba(255,255,255,.25); border-radius: 50%; object-fit: cover; }
.contact-note p:not(.kicker) { color: rgba(255,255,255,.72); }
.legal-page { padding-block: 100px 140px; }
.legal-page > h1 { margin-bottom: 48px; font-size: clamp(2.5rem, 3.8vw, 3.8rem); }
.legal-content { max-width: 800px; }
.legal-content h2 { margin: 2.5rem 0 .8rem; font-size: 1.7rem; letter-spacing: -.015em; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--lavender-dark); text-decoration: underline; }
.legal-note { margin-top: 3rem; padding: 20px; border-radius: var(--radius-sm); background: var(--cream); font-size: .9rem; }

.archive-notice { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; padding: 34px 38px; border: 1px solid rgba(81,77,115,.2); background: var(--lavender-soft); gap: 40px; }
.archive-notice .kicker { margin-bottom: .45rem; }
.archive-notice p { margin: 0; color: var(--muted); }
.archive-index-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: end; min-height: 490px; padding-block: 74px; gap: 8vw; }
.archive-index-hero h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
.archive-index-hero h1 em { color: var(--lavender); font-weight: 400; }
.archive-stat-row { display: flex; flex-wrap: wrap; margin-top: 38px; gap: 26px; }
.archive-stat-row span { color: var(--muted); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.archive-stat-row strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.archive-disclaimer { padding-block: 25px; border-block: 1px solid rgba(198,154,69,.35); background: #fbf3df; }
.archive-disclaimer .shell { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 35px; }
.archive-disclaimer strong { color: #80642c; font-size: .77rem; letter-spacing: .09em; text-transform: uppercase; }
.archive-disclaimer p { margin: 0; color: #6e6250; font-size: .9rem; }
.archive-feature { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 9vw; }
.archive-feature-image { height: 520px; overflow: hidden; border-radius: 48% 48% var(--radius-lg) var(--radius-lg); }
.archive-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.archive-feature > div:last-child > svg { width: 44px; height: 44px; margin-bottom: 30px; color: var(--lavender); }
.archive-feature h2 { margin-bottom: 1.4rem; }
.archive-feature p:not(.kicker) { max-width: 630px; color: var(--muted); }
.archive-feature .button { margin-top: 1rem; }
.archive-groups { display: grid; gap: 100px; }
.archive-group-heading { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 32px; }
.archive-group-heading .kicker { grid-column: 1 / -1; }
.archive-group-heading h2 { font-size: clamp(1.85rem, 2.7vw, 2.65rem); }
.archive-group-heading > span { color: var(--muted); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.archive-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.archive-card { display: flex; min-height: 290px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-soft); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.archive-card:hover { z-index: 1; background: white; box-shadow: 0 22px 60px rgba(55,48,38,.12); transform: translateY(-4px); }
.archive-card > div:first-child { display: flex; min-height: 28px; align-items: center; justify-content: space-between; margin-bottom: 34px; gap: 12px; }
.archive-card time { color: var(--muted); font-size: .7rem; letter-spacing: .04em; }
.history-badge { display: inline-flex; padding: .3rem .55rem; background: #f1e6c9; color: #735a25; font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.archive-card h3 { font-size: 1.7rem; }
.archive-card > p { color: var(--muted); }
.archive-card .card-link { margin-top: auto; }
.archive-page-hero { display: grid; grid-template-columns: minmax(0,1fr) 310px; padding-block: 52px 86px; gap: 7vw; }
.archive-page-hero .archive-back { grid-column: 1 / -1; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.archive-page-hero h1 { max-width: 850px; font-size: clamp(2.5rem, 4vw, 4rem); }
.archive-page-hero > aside { align-self: end; padding: 26px; border-left: 3px solid var(--gold); border-radius: var(--radius-sm); background: #fbf3df; }
.archive-page-hero > aside strong { display: block; margin-bottom: .55rem; color: #735a25; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.archive-page-hero > aside p { color: #6e6250; font-size: .82rem; }
.archive-page-hero > aside time { color: #80642c; font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.archive-reading-shell { display: grid; grid-template-columns: minmax(0, 790px) 250px; align-items: start; padding-bottom: 120px; gap: 9vw; }
.archive-prose { min-width: 0; padding-top: 65px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.08rem; line-height: 1.78; }
.archive-prose > h1:first-of-type { display: none; }
.archive-prose h1, .archive-prose h2, .archive-prose h3, .archive-prose h4, .archive-prose h5, .archive-prose h6 { margin: 3.2rem 0 1.1rem; scroll-margin-top: 110px; }
.archive-prose h1 { font-size: 2.55rem; }
.archive-prose h2 { font-size: clamp(1.75rem, 2.6vw, 2.45rem); }
.archive-prose h3 { font-size: 1.75rem; }
.archive-prose h4, .archive-prose h5, .archive-prose h6 { color: var(--lavender-dark); font-size: 1.5rem; }
.archive-prose p { margin-bottom: 1.25rem; }
.archive-prose ul, .archive-prose ol { margin: 1rem 0 1.6rem; padding-left: 1.25rem; }
.archive-prose li { margin-bottom: .42rem; }
.archive-prose a { color: var(--lavender-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.archive-prose strong { color: var(--ink); }
.archive-prose img { width: auto; max-width: 100%; max-height: 680px; margin: 2rem auto; border-radius: var(--radius-md); object-fit: contain; box-shadow: 0 18px 48px rgba(48,43,34,.11); }
.archive-prose blockquote { margin: 2.5rem 0; padding: 25px 32px; border-left: 3px solid var(--lavender); background: var(--lavender-soft); font-size: 1.25rem; }
.archive-prose table { width: 100%; margin: 2rem 0; border-collapse: collapse; font-family: var(--sans); font-size: .9rem; }
.archive-prose th, .archive-prose td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.archive-prose p > ul, .archive-prose p > ol { font-family: var(--sans); font-size: .95rem; font-weight: 750; letter-spacing: .05em; list-style: none; text-transform: uppercase; }
.archive-side { position: sticky; top: 115px; display: grid; padding-top: 65px; border-top: 1px solid var(--line); gap: 24px; }
.archive-side > div:first-child { display: grid; }
.archive-side a { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1rem; line-height: 1.25; }
.archive-side a svg { flex: 0 0 auto; width: .95rem; height: .95rem; }
.archive-health-note { padding: 20px; border-radius: var(--radius-sm); background: var(--cream); }
.archive-health-note strong { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.archive-health-note p { margin: .5rem 0 0; color: var(--muted); font-size: .78rem; }

.site-footer { margin-top: 70px; padding-top: 80px; background: #27262d; color: white; }
.contact-page + .site-footer { margin-top: 70px; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr 1fr; padding-bottom: 70px; gap: 8vw; }
.footer-brand img { width: 190px; margin: -22px 0 14px; filter: brightness(0) invert(1); opacity: .86; }
.footer-brand p { color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 1.25rem; }
.footer-title { margin-bottom: 1rem; color: #d9dfc7; font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-top a, .footer-top span { display: flex; align-items: flex-start; gap: .65rem; color: rgba(255,255,255,.68); font-size: .9rem; }
.footer-top a:hover { color: white; }
.footer-top svg { flex: 0 0 auto; width: 1rem; height: 1rem; margin-top: .25rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .78rem; }
.footer-bottom div { display: flex; gap: 24px; }

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: rise .7s ease-out both; }
  .hero-visual { animation: rise .8s .08s ease-out both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1020px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { gap: 4vw; }
  .hero-visual { min-height: 540px; }
  .path-card { padding-inline: 26px; }
  .feature-grid { gap: 6vw; }
  .course-callout { grid-template-columns: 70px 1fr auto; }
  .course-callout > p { grid-column: 2 / 3; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .recipe-grid { grid-template-columns: 1fr 1fr; }
  .archive-card-grid { grid-template-columns: 1fr 1fr; }
  .archive-reading-shell { grid-template-columns: minmax(0, 1fr) 220px; gap: 6vw; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding-block: 76px; }
  .nav-shell { min-height: 72px; }
  .brand { width: 142px; }
  .brand img { width: 150px; height: 84px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 55px; }
  .hero-visual { min-height: 520px; margin-top: 20px; }
  .hero-main-image { inset: 7% 5% 0 9%; }
  .hero-float-image { right: 0; }
  .hero-seal { left: 0; width: 92px; height: 92px; }
  .intro-section { padding-block: 76px; }
  .intro-grid, .prose-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-copy { padding-top: 0; }
  .section-heading { display: block; }
  .section-heading > p, .section-heading > a { margin-top: 1.2rem; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 320px; }
  .path-card > svg { margin-bottom: 32px; }
  .feature-grid, .cookbook-teaser, .book-detail, .split-feature, .page-hero, .contact-grid { grid-template-columns: 1fr; }
  .archive-home-grid { grid-template-columns: 1fr; gap: 45px; }
  .feature-photo { height: 470px; }
  .feature-quote { display: none; }
  .book-stack { min-height: 510px; }
  .book-stack img { max-height: 490px; }
  .editorial-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .editorial-card.large { grid-row: auto; }
  .editorial-card:not(.large) { grid-template-columns: 1fr; }
  .editorial-card:not(.large) img { height: 280px; }
  .course-callout { grid-template-columns: 1fr; align-items: start; }
  .course-callout > p { grid-column: auto; }
  .course-callout > svg { width: 50px; height: 50px; }
  .page-hero { min-height: auto; padding-top: 60px; }
  .page-hero figure { height: 430px; margin-top: 20px; }
  .value-grid { grid-template-columns: 1fr; }
  .consultation-callout, .simple-callout { flex-direction: column; align-items: flex-start; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article, .principle-grid article:nth-child(3) { border: 1px solid rgba(255,255,255,.18); }
  .split-feature .image-frame { height: 450px; }
  .recipe-grid { grid-template-columns: 1fr; }
  .recipe-grid img { height: 360px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-grid article { padding: 36px 28px; }
  .course-grid article.wide { grid-column: auto; grid-template-columns: 1fr; }
  .knowledge-list { gap: 80px; }
  .knowledge-list article { grid-template-columns: 1fr; gap: 36px; }
  .knowledge-list article.reverse .knowledge-image { order: 0; }
  .knowledge-image { height: 390px; }
  .contact-grid { min-height: auto; padding-block: 75px; }
  .contact-card { padding: 12px 22px; }
  .contact-card strong { overflow-wrap: anywhere; }
  .contact-note { padding: 38px 28px; flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .archive-notice { align-items: flex-start; flex-direction: column; }
  .archive-index-hero, .archive-feature, .archive-page-hero, .archive-reading-shell { grid-template-columns: 1fr; }
  .archive-index-hero { min-height: auto; padding-block: 72px; }
  .archive-disclaimer .shell { grid-template-columns: 1fr; gap: 8px; }
  .archive-feature-image { height: 430px; }
  .archive-card-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 260px; }
  .archive-page-hero { gap: 34px; }
  .archive-page-hero .archive-back { grid-column: auto; }
  .archive-reading-shell { gap: 20px; }
  .archive-side { position: static; order: -1; padding-top: 24px; }
  .archive-side > div:first-child { display: none; }
  .archive-prose { padding-top: 42px; font-size: 1rem; }
}

@media (max-width: 430px) {
  h1 { font-size: 2.35rem; }
  .page-hero h1, .contact-grid h1, .archive-index-hero h1, .archive-page-hero h1, .events-hero h1 { font-size: 2.35rem; }
  .hero-visual { min-height: 430px; }
  .hero-main-image { inset: 8% 2% 0 8%; }
  .hero-float-image { width: 42%; border-width: 6px; }
  .hero-seal { top: 4%; }
  .button-row .button { width: 100%; }
  .page-hero figure { height: 340px; }
  .recipe-grid img { height: 300px; }
}

/* PHP/SQLite-Ausgabe */
.mobile-menu summary > span { font-size: 1.35rem; line-height: 1; }
.hero-copy > h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
.archive-index-hero > div:first-child h1 { overflow-wrap: anywhere; }
.archive-prose figure { margin: 2rem 0; }
.archive-prose figure img { margin-inline: auto; }
.archive-prose figcaption { color: var(--muted); font-family: var(--sans); font-size: .82rem; text-align: center; }
.archive-prose > a:empty { display: none; }
.site-footer .footer-bottom a { color: inherit; }
@media (max-width: 760px) {
  .hero-copy > h1 { font-size: clamp(2.3rem, 9.6vw, 3.1rem); }
}

/* Termine */
.schedule-home { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 9vw; }
.schedule-home h2 { max-width: 680px; }
.schedule-home > div:last-child p { color: var(--muted); font-size: 1.08rem; }
.schedule-home .button { margin-top: 1rem; }
.events-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: end; min-height: 470px; padding-block: 74px 82px; gap: 8vw; }
.events-hero h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
.events-hero h1 em { color: var(--lavender); font-weight: 400; }
.events-count { display: flex; align-items: baseline; margin-top: 2rem; gap: .6rem; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.events-count strong { color: var(--green-dark); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; letter-spacing: 0; }
.events-section { min-height: 420px; padding-block: 90px 120px; }
.event-month + .event-month { margin-top: 90px; }
.event-month-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 30px; }
.event-month-heading .kicker { grid-column: 1 / -1; }
.event-month-heading h2 { font-size: clamp(1.85rem, 2.7vw, 2.65rem); }
.event-month-heading > span { color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.event-list { display: grid; gap: 16px; }
.event-card { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; min-height: 190px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-soft); }
.event-card > time { display: grid; align-self: stretch; align-content: center; justify-items: center; border-right: 1px solid var(--line); padding: 20px; text-align: center; }
.event-card > time strong { font-family: var(--serif); font-size: 3.1rem; font-weight: 400; line-height: .9; }
.event-card > time span { margin-top: .45rem; color: var(--lavender-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-card > time small { margin-top: .75rem; color: var(--muted); font-size: .68rem; }
.event-body { padding: 30px 38px; }
.event-body .eyebrow { margin: 0 0 .55rem; }
.event-body h3 { font-size: clamp(1.4rem, 1.8vw, 1.85rem); }
.event-body > p:last-child { max-width: 680px; margin: 1rem 0 0; color: var(--muted); }
.event-meta { display: flex; flex-wrap: wrap; margin-top: .9rem; gap: 8px 22px; color: var(--green-dark); font-size: .82rem; font-weight: 700; }
.event-action { min-width: 190px; padding: 30px 34px 30px 10px; text-align: right; }
.events-empty { max-width: 850px; margin-inline: auto; padding: 75px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-soft); text-align: center; }
.events-empty .kicker { justify-content: center; }
.events-empty p:not(.kicker) { max-width: 600px; margin: 1.5rem auto; color: var(--muted); }

@media (max-width: 760px) {
  .schedule-home, .events-hero { grid-template-columns: 1fr; gap: 34px; }
  .events-hero { min-height: auto; padding-block: 70px; }
  .events-hero h1 { font-size: clamp(2.3rem, 9.6vw, 3.1rem); }
  .events-section { padding-block: 70px; }
  .event-month-heading { grid-template-columns: 1fr; gap: 12px; }
  .event-card { grid-template-columns: 82px minmax(0, 1fr); align-items: stretch; }
  .event-card > time { grid-row: 1 / 3; padding: 14px 8px; }
  .event-card > time strong { font-size: 2.4rem; }
  .event-body { padding: 25px 20px; }
  .event-meta { display: grid; }
  .event-action { grid-column: 2; min-width: 0; padding: 0 20px 25px; text-align: left; }
  .event-action .button { width: 100%; }
  .events-empty { padding: 48px 24px; }
}
