/* ============================================================
   CARLA RIPLEY — shared stylesheet
   Locked design system: Cinzel wordmark, Crimson Pro italic
   headlines, Karla body. Palette below.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Crimson+Pro:ital,wght@0,400;0,500;1,400;1,500;1,600&family=Karla:wght@300;400;500;700&display=swap');

:root {
  --parchment:  #F7F0E6;
  --honey:      #C2872B;
  --sage:       #6F7F5C;
  --ink:        #2C2620;
  --rose:       #C98F86;
  --clay:       #E3D2BE;

  --body-font:    'Karla', -apple-system, BlinkMacSystemFont, sans-serif;
  --display-font: 'Crimson Pro', Georgia, serif;
  --wordmark-font:'Cinzel', Georgia, serif;

  --measure: 680px;      /* comfortable reading width */
  --gutter: 24px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

/* ---------- Layout shell ---------- */
.wrap {
  width: 100%;
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.page { padding: 40px 0 72px; }

/* ---------- Wordmark + nav ---------- */
.masthead {
  text-align: center;
  padding: 32px 0 0;
}
.wordmark {
  font-family: var(--wordmark-font);
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.28em;
  color: var(--ink);
  text-decoration: none;
  display: inline-block;
  text-indent: 0.28em; /* balance the tracking */
}
.wordmark:hover { color: var(--honey); }

nav.nav {
  margin: 22px 0 0;
  text-align: center;
}
nav.nav a {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7a7168;
  text-decoration: none;
  margin: 0 14px;
  line-height: 2.4;
  white-space: nowrap;
}
nav.nav a:hover { color: var(--honey); }
nav.nav a.current { color: var(--honey); }

.rule {
  border: 0;
  border-top: 1px solid var(--clay);
  margin: 22px auto 0;
  max-width: var(--measure);
}

/* ---------- Droplet ---------- */
.droplet {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: auto;
}
.droplet--sm { width: 22px; }
.droplet--lg { width: 44px; }

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--honey);
  text-align: center;
  margin: 0 0 18px;
}
.eyebrow--sage { color: var(--sage); }

h1.display, h2.display, .display {
  font-family: var(--display-font);
  font-weight: 500;
  font-style: italic;
  line-height: 1.18;
  color: var(--ink);
  letter-spacing: 0.005em;
}
h1.display {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 22px;
}
h2.display {
  font-size: 1.9rem;
  margin: 48px 0 18px;
}
.lede {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #5c554d;
  text-align: center;
  margin: 0 auto 8px;
  max-width: 34ch;
}

p { margin: 0 0 20px; }

.section-label {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 40px 0 6px;
}

a.inline { color: var(--honey); text-decoration: underline; text-underline-offset: 3px; }
a.inline:hover { color: var(--ink); }

.pull {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--sage);
  text-align: center;
  margin: 44px auto;
  max-width: 30ch;
}
.pull--rose { color: var(--rose); }
.pull--ink  { color: var(--ink); }

/* ---------- Portrait / images ---------- */
.portrait-circle {
  width: 200px; height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 8px auto 0;
}
figure { margin: 32px 0; }
figure img { width: 100%; height: auto; border-radius: 3px; display: block; }
figure figcaption {
  font-family: var(--display-font);
  font-style: italic;
  color: var(--rose);
  text-align: center;
  font-size: 1rem;
  margin-top: 12px;
}

/* placeholder box for images not yet supplied */
.photo-slot {
  border: 1px dashed var(--clay);
  border-radius: 4px;
  padding: 48px 24px;
  text-align: center;
  color: #a89e92;
  font-family: var(--display-font);
  font-style: italic;
  margin: 32px 0;
}

/* ---------- Doorway cards (home) ---------- */
.doorway {
  display: block;
  border: 1px solid var(--clay);
  border-radius: 6px;
  padding: 30px 28px;
  margin: 18px 0;
  text-decoration: none;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.doorway:hover { border-color: var(--honey); box-shadow: 0 6px 22px rgba(44,38,32,.06); }
.doorway h3 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0 8px;
  display: flex; justify-content: space-between; align-items: center;
}
.doorway h3 .arw { color: var(--honey); font-style: normal; }
.doorway p { margin: 0; color: #5c554d; font-size: 1rem; }

/* ---------- Footer ---------- */
footer.foot {
  text-align: center;
  padding: 20px 0 60px;
}
footer.foot .wordmark { font-size: 1.35rem; }
footer.foot .droplet { margin: 20px auto 18px; }
footer.foot .foot-note {
  font-family: var(--display-font);
  font-style: italic;
  color: #8a8177;
  font-size: 0.95rem;
  margin-top: 18px;
}

/* ---------- Ingredient chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.chip {
  border: 1px solid var(--clay);
  border-radius: 40px;
  padding: 12px 22px;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.95rem;
  transition: border-color .2s;
  display: inline-flex; align-items: center; gap: 10px;
}
.chip:hover { border-color: var(--honey); }
.chip.hero { border-color: var(--honey); font-weight: 700; }
.chip .tag {
  font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #a89e92;
}

/* ---------- "For you" audience blocks ---------- */
.foryou { border-left: 3px solid var(--sage); padding: 6px 0 6px 22px; margin: 30px 0; }
.foryou.honey { border-left-color: var(--honey); }
.foryou .tag {
  font-family: var(--body-font); font-weight: 700; font-size: 0.68rem;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--sage); margin: 0 0 4px;
}
.foryou.honey .tag { color: var(--honey); }
.foryou h3 {
  font-family: var(--display-font); font-style: italic; font-weight: 500;
  font-size: 1.4rem; margin: 0 0 12px;
}

/* ---------- Disclosure / fine print ---------- */
.fineprint {
  font-size: 0.88rem;
  color: #8a8177;
  line-height: 1.6;
  margin: 12px 0;
}
.disclosure-band {
  border-top: 1px solid var(--clay);
  margin-top: 48px;
  padding-top: 28px;
}

/* ---------- Buttons / CTA links ---------- */
.cta-row { text-align: center; margin: 30px 0; }
.cta-link {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7a7168;
  text-decoration: none;
}
.cta-link:hover { color: var(--honey); }

/* ---------- Practitioner gate banner ---------- */
.gate-banner {
  background: var(--parchment);
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a8177;
  margin-bottom: 30px;
}

.backlink { display: inline-block; margin: 0 0 24px; color: var(--honey); text-decoration: none; font-size: 0.95rem; }
.backlink:hover { color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 640px) {
  body { font-size: 17px; }
  h1.display { font-size: 2rem; }
  h2.display { font-size: 1.6rem; }
  nav.nav a { margin: 0 8px; font-size: 0.68rem; }
  .wordmark { font-size: 1.35rem; letter-spacing: 0.2em; }
  .portrait-circle { width: 168px; height: 168px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* keyboard focus */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--honey);
  outline-offset: 3px;
}
