/*
Theme Name: Schamanische Augenblicke
Theme URI: https://www.schamanischeaugenblicke.de
Author: Schamanische Augenblicke
Description: Ein ruhiges, archaisch-editoriales WordPress-Theme in Bordeaux und Pergament.
Version: 2.2.8
Text Domain: schamanische-augenblicke
*/

@font-face {
  font-family: "SA Cagliostro";
  src: url("assets/fonts/cagliostro-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --wine: #651521;
  --wine-deep: #35171b;
  --wine-black: #211416;
  --parchment: #e8dcc4;
  --bone: #f6efdf;
  --paper: #fbf7ed;
  --ink: #211d1a;
  --muted: #75685d;
  --rust: #6d2b30;
  --line: rgba(101, 21, 33, 0.2);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --display: "SA Cagliostro", "Trebuchet MS", var(--serif);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
  --text: 720px;
  --article: 980px;
  --reading: 760px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  font-synthesis: weight;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.10'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--wine); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--wine-deep); }
h1, h2, h3, h4 {
  margin: 0 0 .55em;
  color: var(--wine-deep);
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: .005em;
  -webkit-text-stroke: .75px currentColor;
  paint-order: stroke fill;
}
h1 { font-size: clamp(3.2rem, 7.2vw, 7rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.6rem); }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.35rem); }
p { margin: 0 0 1.25em; }

.wrap { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 44px), var(--text)); margin-inline: auto; }
.section { padding: clamp(76px, 10vw, 144px) 0; position: relative; }
.eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--wine);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.lead { font-family: var(--display); font-size: clamp(1.34rem, 2.1vw, 1.85rem); line-height: 1.48; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; padding: 10px 14px; background: var(--paper); }
.skip-link:focus { top: 12px; }

.site-header {
  position: relative;
  z-index: 50;
  background: rgba(251, 247, 237, .96);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--wine-deep); text-decoration: none; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-title { font-family: var(--display); font-size: 1.12rem; font-weight: 700; letter-spacing: -.01em; -webkit-text-stroke: .15px currentColor; }
.brand-subtitle { margin-top: 5px; color: var(--muted); font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.main-nav ul { display: flex; align-items: center; gap: clamp(12px, 1.35vw, 21px); margin: 0; padding: 0; list-style: none; }
.main-nav li { position: relative; }
.main-nav a { color: var(--ink); font-size: .69rem; font-weight: 700; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { color: var(--wine); }
.main-nav li:last-child a { padding: 11px 17px; color: var(--bone); background: var(--wine); }
.main-nav .sub-menu { display: none; position: absolute; top: calc(100% + 12px); left: -18px; min-width: 245px; padding: 12px; gap: 2px; align-items: stretch; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 35px rgba(53,23,27,.12); }
.main-nav .sub-menu a, .main-nav li:last-child .sub-menu a { display: block; padding: 10px 12px; color: var(--ink); background: transparent; }
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { display: flex; }
.social-links { display: flex; align-items: center; gap: 8px; }
.social-links a { width: 32px; height: 32px; display: grid; place-items: center; color: var(--wine); border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
.social-links a:hover { color: var(--bone); background: var(--wine); }
.social-links svg { width: 17px; height: 17px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.social-links svg rect, .social-links svg circle:not(.social-dot) { fill: none; }
.social-links .social-dot { stroke: none; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid var(--line); background: transparent; color: var(--wine); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: calc(100vh - 98px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--parchment);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(44px, 7vw, 110px); padding-block: clamp(70px, 8vw, 118px); }
.hero h1 { max-width: 650px; font-size: clamp(3.3rem, 5.5vw, 5rem); text-transform: uppercase; letter-spacing: .015em; }
.hero h1 span { display: block; color: var(--wine); font-size: .62em; font-style: normal; letter-spacing: .08em; }
.hero-copy { max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 23px;
  border: 1px solid var(--wine);
  color: var(--bone);
  background: var(--wine);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: .2s ease;
}
.button:hover { color: var(--bone); background: var(--wine-deep); transform: translateY(-2px); }
.button--ghost { color: var(--wine); background: transparent; }
.button--ghost:hover { color: var(--bone); }
.hero-art { position: relative; width: min(100%, 490px); justify-self: end; }
.hero-image-frame { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--wine-deep); border-radius: 48% 48% 5px 5px; box-shadow: 0 28px 55px rgba(46, 22, 19, .22); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 37%; filter: sepia(.08) contrast(1.02); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(246,239,223,.35); border-radius: inherit; }
.hero-ornament { position: absolute; z-index: 2; width: clamp(145px, 16vw, 215px); right: -110px; top: 44px; transform: rotate(-7deg); opacity: .95; filter: drop-shadow(0 8px 14px rgba(53,23,27,.08)); }
.intro { overflow: hidden; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.intro-quote { font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.2rem); font-weight: 700; line-height: 1.12; color: var(--wine); -webkit-text-stroke: .2px currentColor; }
.intro-quote::before { content: "“"; display: block; font-size: 1.8em; line-height: .5; opacity: .25; }
.intro-text { max-width: 690px; }
.section-motif { position: absolute; pointer-events: none; user-select: none; }
.intro-branch { width: clamp(90px, 10vw, 135px); right: 8px; bottom: 6px; opacity: .17; }

.picture-poem { position: relative; min-height: 105vh; display: grid; align-items: center; padding: clamp(92px, 12vw, 180px) 0; overflow: hidden; background: var(--bone); color: var(--wine); }
.picture-poem-inner { position: relative; display: grid; gap: clamp(38px, 6vw, 82px); }
.picture-poem-whisper { position: static; z-index: 1; grid-row: 2; justify-self: center; max-width: 920px; margin: 0 auto; text-align: center; color: var(--wine-deep); font-family: var(--display); font-size: clamp(1.5rem, 2.7vw, 2.65rem); font-weight: 700; line-height: 1.25; -webkit-text-stroke: .18px currentColor; }
.world-tree { display: block; width: min(100%, 1080px); height: auto; margin: 0 auto; }
.spirit-animal { grid-row: 1; padding-top: 0; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(53,23,27,.08)); }

.offerings { background: var(--wine-deep); color: var(--bone); }
.offerings h2, .offerings h3 { color: var(--bone); }
.offerings .eyebrow { color: #d6b9ad; }
.section-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(56px, 7vw, 92px); align-items: end; margin-bottom: clamp(52px, 7vw, 90px); }
.section-heading p { max-width: 570px; margin-bottom: 8px; color: rgba(246,239,223,.77); }
.offering-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(246,239,223,.24); border: 1px solid rgba(246,239,223,.24); }
.offering-card { min-height: 610px; padding: clamp(24px, 3vw, 38px); background: var(--wine-deep); display: flex; flex-direction: column; }
.offering-image { display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 28px; border: 1px solid rgba(246,239,223,.28); background: rgba(246,239,223,.055); }
.offering-image img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.12) saturate(.82) contrast(1.03); }
.offering-card--initiation .offering-image img {
  object-fit: contain;
  object-position: center;
  transform: scale(1.34);
  transform-origin: center bottom;
}
.offering-image span { color: rgba(246,239,223,.5); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.offering-number { display: block; color: #cbaeb0; font-family: var(--display); font-size: 1.1rem; }
.offering-card h3 { margin: 18px 0 14px; }
.offering-card p { color: rgba(246,239,223,.72); font-size: .94rem; }
.offering-card .text-link { margin-top: auto; }
.text-link { color: var(--bone); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }

.shamanism-story { min-height: 92vh; display: grid; align-items: center; background: var(--parchment); }
.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.story-copy { max-width: 580px; }
.deer-drawing { width: min(60%, 260px); max-height: 450px; object-fit: contain; justify-self: center; }
.sun-figure { clip-path: none; }

.seminars { background: var(--bone); }
.seminars { overflow: hidden; }
.seminars-sun { width: clamp(130px, 17vw, 230px); right: 24px; top: 58px; opacity: .14; }
.seminars-header { max-width: 800px; margin-bottom: clamp(58px, 8vw, 102px); }
.seminar-row { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(42px, 8vw, 112px); align-items: center; margin-bottom: clamp(95px, 12vw, 165px); }
.seminar-row:nth-of-type(even) { grid-template-columns: 1fr .82fr; }
.seminar-row:nth-of-type(even) .seminar-visual { order: 2; }
.seminar-visual { position: relative; }
.seminar-visual::before { content: ""; position: absolute; inset: 28px -26px -28px 26px; background: var(--wine); z-index: 0; }
.seminar-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3/4; object-fit: cover; box-shadow: 0 22px 55px rgba(48, 27, 21, .2); }
.seminar-image-placeholder { position: relative; z-index: 1; display: grid; place-items: center; width: 100%; aspect-ratio: 3/4; border: 1px solid var(--line); color: var(--muted); background: var(--parchment); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.seminar-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 26px 0; color: var(--wine); font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.seminar-copy p { max-width: 610px; }
.seminar-copy .button { min-width: 190px; margin-top: 8px; }
.motif-river { width: min(400px, 70vw); margin: clamp(-110px, -7vw, -70px) auto clamp(90px, 10vw, 145px); opacity: .82; }
.motif-river img { width: 100%; height: auto; }

.about { overflow: hidden; background: var(--wine); color: var(--bone); }
.about h2 { color: var(--bone); }
.about .eyebrow { color: #e6cfc8; }
.about-grid { display: grid; grid-template-columns: .78fr 1.2fr; gap: clamp(54px, 9vw, 135px); align-items: center; }
.about-emblem { position: relative; min-height: 520px; display: grid; place-items: center; }
.about-emblem::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(246,239,223,.32); border-radius: 50%; }
.about-emblem img { width: min(430px, 90%); filter: sepia(1) saturate(.15) brightness(2.5); opacity: .94; }
.about-copy { max-width: 660px; }
.about-copy .button { color: var(--wine); background: var(--bone); border-color: var(--bone); }
.about-copy .button:hover { color: var(--wine-deep); background: var(--paper); }

.night-pause { min-height: 82vh; display: grid; align-items: center; overflow: hidden; background: var(--bone); color: var(--wine); border-block: 1px solid var(--line); }
.night-pause-inner { position: relative; min-height: 620px; display: grid; place-items: center; }
.night-pause blockquote { position: relative; z-index: 1; max-width: 920px; margin: 0; text-align: center; color: var(--wine-deep); font-family: var(--display); font-size: clamp(2.2rem, 5vw, 5.15rem); font-weight: 700; line-height: 1.16; -webkit-text-stroke: .25px currentColor; }
.night-branch { position: absolute; width: min(390px, 44vw); left: 28px; bottom: 34px; opacity: .28; }

.podcast { background: var(--paper); }
.podcast-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding: clamp(48px, 8vw, 98px); border: 1px solid var(--line); background: var(--parchment); }
.podcast-panel::after { content: ""; position: absolute; width: 390px; height: 390px; right: -130px; top: -170px; border: 1px solid rgba(101,21,33,.32); border-radius: 50%; box-shadow: 0 0 0 36px rgba(101,21,33,.035), 0 0 0 72px rgba(101,21,33,.025); }
.podcast-mark { width: min(330px, 82%); max-height: 450px; object-fit: contain; justify-self: center; }

.journal { background: var(--rust); color: var(--bone); }
.journal h2, .journal h3 { color: var(--bone); }
.journal .eyebrow { color: #d6b9ad; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 55px; }
.journal-card { padding: 0 0 35px; border-top: 1px solid rgba(246,239,223,.27); }
.journal-image { display: grid; place-items: center; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; margin: 24px 0 30px; border: 1px solid rgba(246,239,223,.24); background: rgba(246,239,223,.055); }
.journal-image img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.12) saturate(.82) contrast(1.03); }
.journal-image span { color: rgba(246,239,223,.52); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.journal-card p { color: rgba(246,239,223,.68); font-size: .92rem; }
.journal-card h3 a { color: var(--bone); text-decoration: none; }

.contact-strip { background: var(--bone); color: var(--wine-deep); border-block: 1px solid var(--line); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 62px; }
.contact-inner h2 { max-width: 740px; margin: 0; color: var(--wine-deep); font-size: clamp(2rem, 4vw, 4rem); }
.contact-inner .button { flex: 0 0 auto; min-width: 225px; }

.page-hero { padding: clamp(48px, 5vw, 76px) 0 clamp(34px, 3.5vw, 52px); background: var(--parchment); }
.page-hero h1 { max-width: 980px; margin-bottom: 0; font-size: clamp(2.8rem, 5.6vw, 5.35rem); }
.page-hero .eyebrow { margin-bottom: 12px; }
.page-hero .lead { margin: .8em 0 0; }
.standard-page-hero .wrap,
.article-page-hero .wrap { width: min(calc(100% - 44px), var(--article)); }
.content-area { padding: clamp(34px, 4vw, 64px) 0 clamp(72px, 9vw, 125px); }
.standard-page-content { background: var(--paper); }
.entry-content { width: min(100%, var(--article)); margin-inline: auto; text-align: left; }
.entry-content--left { margin-inline: auto; }
.entry-content > p,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote { width: min(100%, var(--reading)); }
.entry-content > * + * { margin-top: 1em; }
.entry-content h2, .entry-content h3 { margin-top: clamp(30px, 4vw, 48px); }
.entry-content .lead + h2 { margin-top: clamp(24px, 3vw, 38px); }
.entry-content figure { margin: clamp(30px, 4vw, 46px) 0; }
.entry-content figure + h2,
.entry-content .wp-block-image + h2 { margin-top: clamp(26px, 3vw, 38px); }
.entry-content img { max-width: 100%; margin: 0 auto; }
.entry-content .page-featured { margin: 0 0 clamp(32px, 5vw, 56px); }
.page-featured img { width: 100%; aspect-ratio: 16 / 9; max-height: 620px; margin: 0; object-fit: cover; }
.standard-page-content .entry-content .wp-block-image img,
.standard-page-content .entry-content > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.standard-page-content .entry-content .wp-block-columns .wp-block-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.standard-page-content .wp-block-columns,
.standard-page-content .wp-block-column { min-width: 0; }
.entry-content .single-featured { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; margin: 0 0 clamp(32px, 5vw, 56px); background: var(--parchment); }
.single-featured img { width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: center; }

.guidance-overview { background: var(--paper); }
.guidance-intro { margin-left: 0; margin-right: auto; margin-bottom: clamp(42px, 6vw, 70px); }
.guidance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.guidance-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--bone); }
.guidance-card-image { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 8.5; overflow: hidden; padding: 0; color: var(--muted); background: var(--parchment); font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.guidance-card-image img { position: absolute; inset: 0; display: block; width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: cover; object-position: center; }
.guidance-card-body { display: flex; flex: 1; flex-direction: column; padding: clamp(25px, 3vw, 38px); }
.guidance-card-number { color: var(--wine); font-size: .7rem; font-weight: 750; letter-spacing: .14em; }
.guidance-card h2 { margin-top: 15px; font-size: clamp(1.8rem, 3vw, 3rem); }
.guidance-card p { color: var(--muted); }
.guidance-card .text-link { margin-top: auto; color: var(--wine); }

.blog-hero .lead, .seminars-page-hero .lead { max-width: 760px; }
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 34px; }
.post-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.post-card-image { display: grid; place-items: center; aspect-ratio: 4 / 5; overflow: hidden; color: var(--muted); background: var(--parchment); font-size: .7rem; font-weight: 750; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card-image img { transform: scale(1.025); }
.post-card-content { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.post-card-content h2 { margin-top: 12px; font-size: clamp(1.65rem, 2.3vw, 2.35rem); }
.post-card-content .button { align-self: flex-start; margin-top: auto; }
.post-card a { text-decoration: none; }
.post-meta { color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.pagination { margin-top: 64px; }
.empty-state { grid-column: 1 / -1; padding: 56px; border: 1px solid var(--line); background: var(--parchment); }

.seminar-overview { background: var(--bone); }
.seminar-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: start; }
.seminar-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.seminar-card-image { display: grid; place-items: center; aspect-ratio: 4 / 5; overflow: hidden; color: var(--muted); background: var(--parchment); font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.seminar-card-image img { width: 100%; height: 100%; object-fit: cover; }
.seminar-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.seminar-card-body h2 { min-height: 2.1em; font-size: clamp(1.55rem, 2vw, 2.05rem); }
.seminar-card-body h2 a { color: inherit; text-decoration: none; }
.seminar-card-meta { min-height: 5.5em; color: var(--wine); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.seminar-card-meta span { display: block; }
.seminar-card-excerpt { margin-bottom: 24px; font-size: .9rem; }
.seminar-card-link { align-self: flex-start; margin-top: auto; }
.seminar-detail-meta { width: min(100%, var(--reading)); display: flex; flex-wrap: wrap; gap: 18px 56px; margin-bottom: clamp(34px, 5vw, 58px); padding: 24px 0; border-block: 1px solid var(--line); color: var(--wine-deep); }
.seminar-detail-meta span { display: grid; gap: 2px; }
.seminar-detail-meta strong { color: var(--wine); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.seminar-registration { width: min(100%, var(--reading)); margin-top: clamp(58px, 8vw, 92px); padding: clamp(30px, 5vw, 54px); border: 1px solid var(--line); background: var(--parchment); }
.seminar-registration h2 { margin-top: 0; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.seminar-registration .button { margin-top: 12px; }
.seminar-back-link { margin-top: 32px !important; font-size: .86rem; }

.site-footer { padding: 72px 0 32px; background: var(--wine-deep); color: rgba(246,239,223,.7); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 50px; }
.footer-brand { display: flex; align-items: center; gap: 20px; color: var(--bone); }
.footer-brand img { width: 92px; filter: sepia(1) saturate(.1) brightness(2.6); }
.footer-title { font-family: var(--display); font-size: 1.6rem; font-weight: 700; }
.footer-socials { margin-top: 18px; }
.footer-socials a { color: var(--bone); border-color: rgba(246,239,223,.28); }
.footer-menu, .footer-legal, .site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer a { color: rgba(246,239,223,.82); text-decoration: none; }
.site-footer a:hover { color: var(--bone); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(246,239,223,.13); font-size: .72rem; }

@media (max-width: 1120px) {
  .menu-toggle { display: block; }
  .header-tools { margin-left: auto; }
  .main-nav { display: none; position: absolute; z-index: 30; top: 98px; left: 0; right: 0; max-height: calc(100vh - 98px); overflow-y: auto; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 22px 42px rgba(53,23,27,.14); }
  .main-nav.is-open { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 4px; }
  .main-nav .sub-menu { display: block; position: static; min-width: 0; padding: 0 0 0 18px; border: 0; box-shadow: none; }
  .main-nav a { display: block; padding: 12px; }
  body.menu-is-open { overflow: hidden; }
}

@media (max-width: 980px) {
  .hero-grid, .intro-grid, .section-heading, .about-grid, .podcast-panel { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art { width: min(80%, 500px); justify-self: center; }
  .intro-quote { max-width: 650px; }
  .section-heading { gap: 24px; }
  .about-emblem { min-height: 410px; }
  .podcast-mark { width: 210px; }
  .picture-poem { min-height: auto; }
  .picture-poem-whisper { position: static; margin: 0 auto; }
  .deer-drawing { width: min(58%, 320px); justify-self: center; }
  .seminar-card-grid, .guidance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap, .narrow { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 82px; }
  .brand img { width: 50px; height: 50px; }
  .brand-subtitle { display: none; }
  .main-nav { top: 82px; }
  .hero-grid { min-width: 0; padding-top: 55px; }
  .hero-copy, .hero-grid > *, .standard-page-hero .wrap { min-width: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(1.85rem, 8vw, 2.7rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
  .page-hero h1 { max-width: 100%; font-size: clamp(1.95rem, 8.8vw, 3rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
  .hero-art { width: 88%; }
  .hero-ornament { width: 132px; right: -65px; top: 30px; }
  .intro-branch { width: 86px; right: 5px; bottom: 4px; opacity: .11; }
  .seminars-sun { width: 110px; right: 8px; opacity: .11; }
  .offering-grid, .journal-grid, .post-list, .seminar-card-grid, .guidance-grid { grid-template-columns: 1fr; }
  .offering-card { min-height: 0; }
  .offering-image { aspect-ratio: 16 / 10; }
  .offering-card--initiation .offering-image { aspect-ratio: 6 / 5; }
  .seminar-row, .seminar-row:nth-of-type(even) { grid-template-columns: 1fr; gap: 58px; }
  .seminar-row:nth-of-type(even) .seminar-visual { order: 0; }
  .seminar-visual { width: calc(100% - 22px); }
  .seminar-visual::before { inset: 18px -18px -18px 18px; }
  .about-emblem { min-height: 330px; }
  .about-emblem::before { width: 300px; height: 300px; }
  .night-pause { min-height: 75vh; }
  .night-pause-inner { min-height: 520px; }
  .night-branch { left: 8px; bottom: 22px; width: min(280px, 82vw); opacity: .34; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 600px) {
  .header-socials { display: none; }
  .brand-title { font-size: .98rem; }
}

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