/* ==========================================================================
   Ariel Karmeli — site stylesheet
   A quiet, literary system: typography, proportion and spacing carry the
   design. No decorative graphics, no gradients, no ornament.
   ========================================================================== */

:root {
  /* Colour palette — a quiet literary-publisher study: warm paper,
     near-black warm text, muted earth for secondary elements, soft
     stone for surfaces, and a single gold accent drawn from the book */
  --color-bg: #f7f4ef;
  --color-bg-raised: #d9d1c6;
  --color-ink: #2f2a25;
  --color-ink-soft: #4d4238;
  --color-navy: #3e3127;
  --color-topbar: #f7f4ef;
  --color-footer-bg: #f7f4ef;
  --color-headline: #3e3127;
  --color-ochre: #c89a3d;
  --color-ochre-deep: #ad8434;
  --color-brown: #8b7462;
  --color-walnut: #4a2e1e;
  --color-stone: #8b7462;
  --color-stone-light: #d9d1c6;
  --color-border: #d9d1c6;

  --font-serif: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-hand: 'Caveat', cursive;

  --measure: 600px;
  --measure-wide: 760px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a {
  color: inherit;
  text-decoration: none;
}

/* ---------------------------------------------------------------------
   Layout helpers
   --------------------------------------------------------------------- */

.wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 32px;
}

.prose {
  max-width: var(--measure);
  margin: 0 auto;
}

.prose-wide {
  max-width: var(--measure-wide);
  margin: 0 auto;
}

/* like .prose-wide, but left-aligned to the wrap's own edge rather than
   centered — used where a hero needs to share the same left edge as a
   two-column layout in the section below it */
.hero-align {
  max-width: var(--measure-wide);
}

section {
  padding: 84px 0;
}

.hero {
  padding-top: 32px;
  padding-bottom: 8px;
}

/* keep the gap between the opening headline and the text that follows
   tight (well under 1cm / ~38px), even though sections around it breathe */
.hero + section {
  padding-top: 16px;
}

/* a single quiet mark — a seed — sitting in the tight gap between the
   hero's lede and the essay that follows */
.seed {
  text-align: center;
  padding: 10px 0 6px;
  color: var(--color-ochre-deep);
}

.seed span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.seed + section {
  padding-top: 16px;
}

@media (max-width: 640px) {
  section { padding: 52px 0; }
  .wrap { padding: 0 22px; }
}

/* ---------------------------------------------------------------------
   Typography
   --------------------------------------------------------------------- */

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  color: var(--color-navy);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em 0;
}

.kicker {
  display: block;
  font-family: var(--font-sans);
  font-variant: small-caps;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-brown);
  margin-bottom: 0.9em;
}

/* short signature rule under kickers/headings — the site's one recurring
   graphic mark, echoing the line-drawn bird on the book cover */
.rule {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--color-walnut);
  margin: 14px 0 22px;
}

h1 {
  font-size: 3.1rem;
  line-height: 1.12;
  font-weight: 500;
  color: var(--color-headline);
  margin-bottom: 0.2em;
}

h2 {
  font-size: 2.1rem;
  line-height: 1.25;
  font-weight: 500;
  color: var(--color-walnut);
}

h2.accent {
  color: var(--color-ochre-deep);
}

h3.tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.55rem;
  color: var(--color-brown);
  line-height: 1.5;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.5rem;
  color: var(--color-navy);
}

p {
  margin: 0 0 1.5em 0;
  color: var(--color-ink-soft);
}

p.lede {
  font-size: 1.15rem;
  color: var(--color-ink);
}

.pull {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-navy);
  border-top: 1px solid var(--color-stone);
  border-bottom: 1px solid var(--color-stone);
  padding: 1.4em 0;
  margin: 2.2em 0;
  text-align: center;
}

ul.plain {
  list-style: none;
  margin: 0 0 1.3em 0;
  padding: 0;
}

ul.plain li {
  color: var(--color-ink-soft);
  padding: 0.55em 0;
  border-bottom: 1px solid var(--color-border);
}

ul.plain li:first-child { border-top: 1px solid var(--color-border); }

/* a small bulleted variant of ul.plain, for lists of distinct items
   (like the group process approaches) where the list nature itself
   should read clearly, not just from paragraph-like line breaks */
ul.dotted-list {
  list-style: none;
  margin: 0 0 1.3em 0;
  padding: 0;
}

ul.dotted-list li {
  position: relative;
  padding: 0.55em 0 0.55em 18px;
  color: var(--color-ink-soft);
  border-bottom: 1px solid var(--color-border);
}

ul.dotted-list li:first-child { border-top: 1px solid var(--color-border); }

ul.dotted-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1.05em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-ochre);
}

@media (max-width: 640px) {
  h1 { font-size: 2.05rem; }
  h3.tagline { font-size: 1.2rem; }
  .pull { font-size: 1.2rem; }
  .section-title { font-size: 1.6rem; }
}

/* ---------------------------------------------------------------------
   Header / Navigation
   --------------------------------------------------------------------- */

.site-header {
  background: var(--color-bg-raised);
  padding: 18px 0;
  border-bottom: 1px solid var(--color-stone);
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}

.wordmark {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.32rem;
  font-weight: 600;
  color: var(--color-navy);
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.3;
}

.wordmark .role {
  display: block;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--color-stone);
  margin-top: 3px;
}

nav.primary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

nav.primary a {
  color: var(--color-ink-soft);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

nav.primary a:hover,
nav.primary a[aria-current="page"] {
  color: var(--color-walnut);
  border-bottom-color: var(--color-walnut);
}

nav.primary a.nav-cta {
  color: var(--color-navy);
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

nav.primary a.nav-cta:hover {
  color: var(--color-walnut);
  border-bottom-color: var(--color-walnut);
}

nav.primary a.lang-switch {
  direction: rtl;
  color: var(--color-stone);
  font-size: 0.86rem;
  border-bottom: 1px solid transparent;
}

nav.primary a.lang-switch:hover {
  color: var(--color-walnut);
  border-bottom-color: var(--color-walnut);
}

.nav-toggle {
  display: none;
}

@media (max-width: 760px) {
  nav.primary {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 6px;
    border-top: 1px solid var(--color-border);
  }
  nav.primary.open { display: flex; }
  nav.primary a {
    padding: 12px 0;
    border-bottom: 1px solid var(--color-border);
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid var(--color-border);
    color: var(--color-navy);
    font-family: var(--font-sans);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 14px;
    cursor: pointer;
  }
}

/* ---------------------------------------------------------------------
   Hero (restrained — no oversized banner type)
   --------------------------------------------------------------------- */

.hero h1 {
  max-width: 780px;
}

/* ---------------------------------------------------------------------
   Practical information block
   --------------------------------------------------------------------- */

.practical {
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border);
  padding: 40px;
  margin-top: 2em;
}

.practical h4 {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-brown);
  margin-bottom: 1em;
}

.practical .session-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}

.practical .session-row:last-of-type { border-bottom: none; }

.practical .session-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--color-navy);
}

.practical .session-detail {
  font-size: 0.92rem;
  color: var(--color-ink-soft);
}

.practical .session-price {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--color-navy);
}

.practical .invite {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px dashed var(--color-stone);
}

.practical .invite p {
  font-size: 0.92rem;
  color: var(--color-ink-soft);
  margin-bottom: 0.5em;
}

/* ---------------------------------------------------------------------
   Buttons / links
   --------------------------------------------------------------------- */

.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: var(--color-navy);
  background: transparent;
  border: 1px solid var(--color-stone);
  padding: 12px 24px;
  margin-top: 8px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  background: var(--color-bg-raised);
  border-color: var(--color-ochre-deep);
}

.btn-quiet {
  border-color: var(--color-border);
  color: var(--color-ink-soft);
}

.btn-quiet:hover {
  background: var(--color-bg-raised);
  border-color: var(--color-stone);
}

/* ---------------------------------------------------------------------
   Image placeholders (restrained, labelled — swap for real photography)
   --------------------------------------------------------------------- */

.image-frame {
  border: 1px solid var(--color-border);
  background: var(--color-bg-raised);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-stone);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-frame span { max-width: 200px; }

.ratio-book { aspect-ratio: 2 / 3; }
.ratio-portrait { aspect-ratio: 4 / 5; }
.ratio-wide { aspect-ratio: 16 / 10; }

/* ---------------------------------------------------------------------
   Two-column hero (Book page)
   --------------------------------------------------------------------- */

.two-col {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}

.two-col .image-frame { width: 100%; }

.two-col.align-end { align-items: end; }

/* align-end matches the two boxes' bottom edges, but a paragraph's own
   bottom margin is invisible extra space the image doesn't have — zero
   it out on the last line so the visible text baseline, not the margin,
   is what lines up with the image. */
.two-col.align-end > div:last-child > *:last-child { margin-bottom: 0; }

/* a quiet marker between chapters of a life story */
.life-marker {
  text-align: center;
  padding: 44px 0;
}

/* ---------------------------------------------------------------------
   Dinkus — the quiet, literary way of marking a transition between
   sections without drawing a line across the page (a device borrowed
   from printed books, used between chapters and within them)
   --------------------------------------------------------------------- */

.dinkus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  color: var(--color-stone);
}

.dinkus span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  display: block;
}

/* a quiet section break — a short rule with a kicker label beneath it,
   used where a new named section begins right after another */
.section-break {
  text-align: center;
  padding: 4px 0;
}

.section-break .rule {
  margin: 0 auto 14px;
}

.section-break .kicker {
  margin-bottom: 0;
}

.section-break .section-label {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--color-brown);
}

#individual-essay { padding-bottom: 40px; }
#work-of-inclusion { padding-top: 40px; }

@media (max-width: 720px) {
  .two-col {
    grid-template-columns: 1fr;
  }
  .two-col .image-frame {
    max-width: 220px;
    margin: 0 auto 24px;
  }
}

/* ---------------------------------------------------------------------
   Reviews — three-column cards, no divider rules
   --------------------------------------------------------------------- */

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 2em 0;
}

@media (max-width: 620px) {
  .review-grid { grid-template-columns: 1fr; }
}

.review {
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border);
  padding: 30px 26px;
}

.review .mark {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  color: var(--color-ochre);
  line-height: 1;
  margin-bottom: 0.1em;
}

.review p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--color-ink);
  margin-bottom: 0.6em;
}

.stars {
  color: var(--color-ochre-deep);
  letter-spacing: 0.14em;
  font-size: 0.85rem;
}

/* ---------------------------------------------------------------------
   Feature grid (home) — icon + label + one line, restrained line icons
   --------------------------------------------------------------------- */

.band-navy {
  background: var(--color-navy);
  color: var(--color-stone-light);
}

.band-navy .kicker { color: var(--color-ochre); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

@media (max-width: 820px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .feature-grid { grid-template-columns: 1fr; }
}

.feature {
  border-top: 2px solid var(--color-ochre);
  padding-top: 18px;
}

.feature .icon {
  color: var(--color-ochre);
  margin-bottom: 14px;
}

.feature h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--color-bg);
  text-transform: none;
  letter-spacing: 0.01em;
  margin-bottom: 0.4em;
}

.feature p {
  font-size: 0.92rem;
  color: var(--color-stone-light);
  margin-bottom: 0;
}

.feature a { color: inherit; }

/* ---------------------------------------------------------------------
   Two-column photo + text (home, about)
   --------------------------------------------------------------------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 720px) {
  .split { grid-template-columns: 1fr !important; }
}

/* ---------------------------------------------------------------------
   Photo mosaic hero (Groups) — a grid of real moments from group work,
   with a quiet text card sitting where a ninth photo would be
   --------------------------------------------------------------------- */

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto minmax(360px, auto);
  gap: 10px;
}

.mosaic-tile {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.mosaic-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mosaic-card {
  grid-column: 2;
  grid-row: 2;
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.mosaic-card .kicker { text-align: center; }
.mosaic-card h1 { margin-bottom: 0.15em; }
.mosaic-card .rule { margin: 12px auto 18px; }
.mosaic-card p { font-size: 0.95rem; margin-bottom: 0; }

@media (max-width: 780px) {
  .mosaic-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: auto; }
  .mosaic-card { grid-column: 1 / -1; grid-row: auto; order: -1; }
}

@media (max-width: 480px) {
  .mosaic-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------------------------------------------------------------------
   Pull-quote band (navy, full width)
   --------------------------------------------------------------------- */

.quote-band {
  padding: 72px 0;
  background: var(--color-bg-raised);
}

.quote-band blockquote {
  margin: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--color-navy);
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.quote-band blockquote::before,
.quote-band blockquote::after {
  color: var(--color-brown);
  font-family: var(--font-serif);
}

.quote-band .rule { margin: 22px auto 0; background: var(--color-brown); }

/* a single atmospheric photograph, set into the reading rhythm —
   generous space above and below, moderate width, no caption clutter */
.chapter-image {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid var(--color-border);
}

.chapter-image img { width: 100%; display: block; }

.chapter-image.small {
  max-width: 384px;
}

.chapter-image.plain {
  border: none;
  max-width: 340px;
}

.gap-wide {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ---------------------------------------------------------------------
   Chapter layout (home) — the philosophy carries the page; the three
   ways of working sit quietly in a slender margin column, as notes
   beside a chapter rather than service cards.
   --------------------------------------------------------------------- */

.layout-chapter {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 64px;
  align-items: start;
}

@media (max-width: 900px) {
  .layout-chapter { grid-template-columns: 1fr; }
}

.margin-notes {
  position: sticky;
  top: 32px;
}

.margin-notes .kicker { margin-bottom: 1.2em; }

.margin-item {
  padding: 20px 0;
  border-top: 1px solid var(--color-border);
}

.margin-item:last-child { padding-bottom: 0; }

.margin-item h4 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 500;
  color: var(--color-ink);
  margin-bottom: 0.3em;
}

.margin-item p {
  font-size: 0.88rem;
  color: var(--color-ink-soft);
  margin-bottom: 0.4em;
}

.margin-item a.more {
  font-size: 0.78rem;
  color: var(--color-brown);
  border-bottom: 1px solid var(--color-ochre);
}

@media (max-width: 900px) {
  .margin-notes { position: static; margin-top: 40px; }
}

/* ---------------------------------------------------------------------
   Three Ways of Working Together — stacked vertically, like chapters,
   on a subtle stone surface
   --------------------------------------------------------------------- */

.section-surface {
  background: var(--color-bg-raised);
}

.three-ways {
  padding: 108px 0;
}

.section-title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: 0.9em;
}

.chapter-stack {
  max-width: 560px;
  margin: 0 auto;
}

.three-ways .rule {
  margin-left: auto;
  margin-right: auto;
}

.chapter-entry {
  text-align: center;
  padding: 38px 0;
}

.chapter-entry + .chapter-entry {
  position: relative;
  padding-top: 54px;
}

.chapter-entry + .chapter-entry::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-brown);
  border-radius: 50%;
  background: transparent;
}

.chapter-entry h3 {
  font-style: italic;
  font-weight: 500;
  font-size: 1.85rem;
}

.chapter-entry .lead-line {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--color-brown);
  max-width: 460px;
  margin: 0 auto 0.5em;
}

.chapter-entry p {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

a.more {
  display: inline-block;
  font-size: 0.82rem;
  color: var(--color-brown);
  border-bottom: 1px solid var(--color-brown);
  margin-top: 0.4em;
}

.chapter-divider {
  text-align: center;
  color: var(--color-brown);
  font-size: 1.1rem;
  opacity: 0.7;
}

/* ---------------------------------------------------------------------
   Book teaser (home)
   --------------------------------------------------------------------- */

.home-teaser {
  padding: 72px 0 96px;
}

/* ---------------------------------------------------------------------
   Sidebar cards (Current Groups, Available on Amazon, Your Question…)
   --------------------------------------------------------------------- */

.layout-side {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: start;
}

@media (max-width: 860px) {
  .layout-side { grid-template-columns: 1fr !important; }
}

.sidebar-card {
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border);
  padding: 30px 24px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.sidebar-card + .sidebar-card { margin-top: 26px; }

.sidebar-card .leaf {
  color: var(--color-ochre);
  opacity: 0.9;
  margin-bottom: 14px;
}

.sidebar-card h3 {
  font-size: 1.2rem;
}

.sidebar-card h3.group-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-navy);
}

.sidebar-card p.intro {
  font-family: var(--font-serif);
  color: var(--color-ink);
  font-size: 1.05rem;
}

.sidebar-card .field-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid var(--color-border);
  font-size: 0.9rem;
  color: var(--color-ink);
}

.sidebar-card .field-row:last-of-type { border-bottom: 1px solid var(--color-border); margin-bottom: 18px; }

.sidebar-card .field-label {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-brown);
}

.sidebar-card .btn { margin-top: 10px; }

.sidebar-card .fine-print {
  margin-top: auto;
  padding-top: 0.8em;
  line-height: 1.4;
}

/* ---------------------------------------------------------------------
   CTA banner (full-width closing invitation on a page)
   --------------------------------------------------------------------- */

.cta-banner {
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border);
  padding: 48px 40px;
  margin-top: 48px;
  text-align: center;
}

.cta-banner .leaf {
  color: var(--color-ochre);
  margin: 0 auto 16px;
}

.cta-banner h2 { margin-bottom: 0.3em; }
.cta-banner .rule { margin-left: auto; margin-right: auto; }
.cta-banner p { max-width: 520px; margin-left: auto; margin-right: auto; }

/* ---------------------------------------------------------------------
   Questions list
   --------------------------------------------------------------------- */

.questions {
  margin: 1.6em 0;
}

.questions li {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--color-navy);
  font-style: italic;
}

/* ---------------------------------------------------------------------
   Groups list (built to extend — add more .group-entry blocks later)
   --------------------------------------------------------------------- */

.group-entry {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-border);
}

.group-entry:first-of-type { border-top: 1px solid var(--color-border); }

.group-entry .group-name {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--color-navy);
  margin-bottom: 0.3em;
}

.group-entry .group-status {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-brown);
  margin-bottom: 0.7em;
  display: block;
}

.group-more {
  margin-top: 8px;
  padding: 30px 0 6px;
  color: var(--color-stone);
  font-style: italic;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  text-align: center;
}

/* ---------------------------------------------------------------------
   Insights index / Ask — a flat, plain entry, no box, no shadow,
   no texture. Separated by a dinkus rather than a card boundary.
   --------------------------------------------------------------------- */

.insight-entry {
  padding: 56px 0;
}

.insight-entry .note-date {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-brown);
  margin-bottom: 0.9em;
}

.insight-entry h3 {
  margin-bottom: 0.4em;
}

.insight-entry .read-more {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 0.82rem;
  color: var(--color-brown);
  border-bottom: 1px solid var(--color-ochre);
}

/* Homepage teaser — a flat bordered/tinted card, the same border+fill
   language as .practical/.mosaic-card. No shadow, no clip-path. */
.reflection-band {
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border);
  padding: 56px 48px;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.reflection-band .kicker {
  color: var(--color-ochre-deep);
}

.reflection-band h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

.reflection-band .excerpt {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--color-ink-soft);
  text-align: left;
  margin-bottom: 1em;
}

.reflection-band .note-date {
  display: block;
  font-size: 0.78rem;
  color: var(--color-brown);
  margin-bottom: 1.1em;
}

.reflection-band .read-more {
  display: inline-block;
  font-size: 0.82rem;
  color: var(--color-ink);
  border-bottom: 1px solid var(--color-ochre-deep);
}

@media (max-width: 640px) {
  .reflection-band { padding: 40px 28px; }
}

/* Long answers open with a summary link rather than showing in full —
   a native, JS-free "read more" using <details>/<summary>. */
.answer-more summary {
  cursor: pointer;
  list-style: none;
  color: var(--color-brown);
  font-size: 0.85rem;
  border-bottom: 1px solid var(--color-brown);
  display: inline-block;
  margin-top: 0.2em;
}

.answer-more summary::-webkit-details-marker { display: none; }
.answer-more summary::marker { content: ""; }

.answer-more summary::before { content: "Continue \2192"; }
.answer-more[open] summary::before { content: "Show less"; }

.answer-more[open] summary { margin-bottom: 1.2em; }

.answer-more p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------------
   Ask page
   --------------------------------------------------------------------- */

.ask-form {
  margin-top: 1.6em;
}

.ask-form label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-brown);
  margin-bottom: 6px;
}

.ask-form .field { margin-bottom: 18px; }

.ask-form textarea,
.ask-form input {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--color-ink);
  background: var(--color-bg);
  border: 1px solid var(--color-stone);
  padding: 12px 14px;
  resize: vertical;
}

.ask-form textarea:focus,
.ask-form input:focus {
  outline: none;
  border-color: var(--color-ochre-deep);
}

.ask-form textarea { min-height: 140px; }

.fine-print {
  font-size: 0.85rem;
  color: var(--color-stone);
  margin-top: 1.4em;
}

/* ---------------------------------------------------------------------
   Footer / global contact section
   --------------------------------------------------------------------- */

footer.site-footer {
  background: var(--color-footer-bg);
  color: var(--color-brown);
  padding: 100px 0 48px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
}

footer.site-footer h2 {
  color: var(--color-navy);
}

footer.site-footer .kicker { color: var(--color-brown); }

footer.site-footer p { color: var(--color-brown); }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 0.6em;
}

.contact-grid h4 {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-brown);
  margin-bottom: 0.8em;
}

.contact-grid a { border-bottom: 1px solid var(--color-border); color: var(--color-navy); }
.contact-grid a:hover { border-bottom-color: var(--color-ochre-deep); }
.contact-grid p { color: var(--color-navy); }

@media (max-width: 720px) {
  .contact-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
}

@media (max-width: 480px) {
  .contact-grid { grid-template-columns: 1fr; }
}

.cta-intro {
  max-width: 420px;
  margin: 0 auto 1.4em;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
  color: var(--color-brown);
}

.cta-pair {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 200px;
  border: 1px solid var(--color-stone);
  padding: 18px 22px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cta-box:hover {
  background: var(--color-bg-raised);
  border-color: var(--color-ochre-deep);
}

.cta-box .cta-title {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-navy);
}

.footer-bottom {
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid var(--color-border);
  font-size: 0.78rem;
  color: var(--color-brown);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------------------------------------------------------------------
   Persistent, discreet WhatsApp button
   --------------------------------------------------------------------- */

.whatsapp-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--color-bg);
  color: var(--color-navy);
  border: 1px solid var(--color-ochre);
  padding: 11px 16px 11px 12px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 8px rgba(62, 49, 39, 0.08);
  z-index: 50;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.whatsapp-btn:hover {
  background: var(--color-bg-raised);
  border-color: var(--color-ochre-deep);
}

.whatsapp-btn svg { flex-shrink: 0; }

@media (max-width: 640px) {
  .whatsapp-btn span { display: none; }
  .whatsapp-btn { padding: 12px; border-radius: 50%; }
}
