/* ============================================================
   pages-premium.css — craft layer for apothecary.html + journal.html
   Additive only. Loaded ONLY by those two pages; never by index.
   Warm cream base, forest #1F3A2A, gold #C9A942, Fraunces display.
   ============================================================ */

/* ---------- shared premium hero refinements ---------- */

.premium-hero .page-hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.premium-hero .page-hero-copy .eyebrow::before {
  width: 34px;
  height: 1px;
  background: var(--gold);
  content: '';
}

.premium-hero .page-hero-copy h1 {
  text-wrap: balance;
}

.premium-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.premium-hero .page-hero-media img {
  transition: transform 1.1s var(--ease);
}

.premium-hero:hover .page-hero-media img {
  transform: scale(1.025);
}

/* ---------- apothecary: article rhythm ---------- */

.apoth-page .article-lede {
  max-width: 62ch;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-style: italic;
  line-height: 1.35;
  color: var(--forest);
}

.apoth-page .article-lede::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 26px;
  background: var(--gold);
  content: '';
}

.apoth-page .article.article-wide {
  padding-top: 56px;
}

/* ---------- apothecary: specimen cards ---------- */

.apoth-page .apothecary-grid {
  gap: 20px;
  margin-top: 52px;
}

.apoth-page .specimen {
  position: relative;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 58, 42, .05);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease);
}

.apoth-page .specimen:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 54px rgba(31, 58, 42, .16);
}

.apoth-page .specimen img {
  transition: transform .9s var(--ease);
}

.apoth-page .specimen:hover img {
  transform: scale(1.05);
}

.apoth-page .specimen div {
  padding: 22px 22px 26px;
}

.apoth-page .specimen h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--forest);
  transition: color .25s;
}

.apoth-page .specimen:hover h2 {
  color: #856e21;
}

.apoth-page .specimen-latin {
  display: block;
  margin: 0 0 9px;
  color: var(--olive);
  font-size: .72rem;
  font-style: italic;
  letter-spacing: .08em;
}

.apoth-page .specimen p {
  margin: 0;
  color: #55564f;
  line-height: 1.55;
}

.apoth-page .article .btn-outline:hover {
  background: var(--forest);
  border-color: var(--forest);
  color: #fff;
}

/* v103: a photographic field-note opening and tactile specimen reveals. */
.apoth-page .premium-hero{width:min(1400px,calc(100% - 32px));min-height:clamp(590px,72vh,760px);grid-template-columns:.8fr 1.2fr;border-radius:30px;overflow:hidden}
.apoth-page .premium-hero .page-hero-media{min-height:100%;overflow:hidden}
.apoth-page .premium-hero .page-hero-media img{object-position:center}
.apoth-page .premium-hero:hover .page-hero-media img{transform:none}
.apoth-page .specimen details{margin-top:16px;padding-top:14px;border-top:1px solid rgba(31,58,42,.12)}
.apoth-page .specimen summary{display:flex;align-items:center;justify-content:space-between;min-height:42px;list-style:none;cursor:pointer;color:var(--forest);font-size:.67rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}
.apoth-page .specimen summary::-webkit-details-marker{display:none}
.apoth-page .specimen summary::after{content:"+";display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(31,58,42,.18);border-radius:50%;font-family:var(--body);font-size:1rem;transition:transform .25s var(--ease),background .25s,color .25s}
.apoth-page .specimen details[open] summary::after{transform:rotate(45deg);background:var(--forest);color:#fff}
.apoth-page .specimen details p{padding:7px 0 3px;font-size:.82rem;line-height:1.55}
.apoth-page .apothecary-grid{align-items:start}
@media(max-width:800px){
  .apoth-page .premium-hero{width:calc(100% - 22px);grid-template-columns:1fr;border-radius:22px}
  .apoth-page .premium-hero .page-hero-media{min-height:340px}
}

/* ---------- journal: editorial card treatment ---------- */

.journal-page .journal-shell__intro .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.journal-page .journal-shell__intro .eyebrow::before {
  width: 34px;
  height: 1px;
  background: var(--gold);
  content: '';
}

.journal-page .journal-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 16px;
  background: rgba(255, 255, 255, .8);
  color: #5d6058;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.journal-page .journal-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: '';
}

.journal-page .journal-card {
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(31, 58, 42, .05);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .3s;
}

.journal-page .journal-card:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 169, 66, .5);
  box-shadow: 0 26px 56px rgba(31, 58, 42, .15);
}

.journal-page .journal-card__media {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.journal-page .journal-card__media shopify-media,
.journal-page .journal-card__media shopify-media::part(image),
.journal-page .journal-card__media shopify-media img {
  transition: transform .9s var(--ease);
}

.journal-page .journal-card:hover .journal-card__media shopify-media img,
.journal-page .journal-card:hover .journal-card__media shopify-media::part(image) {
  transform: scale(1.05);
}

.journal-page .journal-card__body {
  padding: 30px 30px 32px;
}

.journal-page .journal-card__body h2 {
  letter-spacing: -.025em;
  text-wrap: balance;
}

.journal-page .journal-card__body h2 a,
.journal-page .journal-card__body h2 {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 96%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .45s var(--ease);
}

.journal-page .journal-card:hover .journal-card__body h2 {
  background-size: 100% 1px;
}

.journal-page .journal-card .storefront-text-link {
  color: var(--forest);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .74rem;
}

.journal-page .journal-card .storefront-text-link:hover {
  color: #856e21;
}

.journal-page .journal-empty {
  border-radius: 26px;
}

/* ---------- small screens ---------- */

@media (max-width: 720px) {
  .premium-hero__actions {
    width: 100%;
  }

  .premium-hero__actions .btn {
    flex: 1 1 auto;
  }

  .journal-page .journal-card__body {
    padding: 24px 22px 26px;
  }
}

/* ============================================================
   v52 premium pass — retreats / tea-preparation / story extras
   Additive craft layer. Loaded by apothecary, journal, retreats,
   tea-preparation, story.
   ============================================================ */

/* ---------- retreats: cinematic full-bleed band ---------- */

.rt-cinehero {
  position: relative;
  width: min(1460px, calc(100% - 28px));
  min-height: 640px;
  margin: 0 auto 10px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.rt-cinehero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 1.6s var(--ease);
}

.rt-cinehero:hover > img {
  transform: scale(1.08);
}

.rt-cinehero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 30, 18, .04) 32%, rgba(9, 30, 18, .82));
}

.rt-cinehero-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: clamp(30px, 5vw, 70px);
}

.rt-cinehero-copy .eyebrow {
  color: #efd475;
}

.rt-cinehero-copy h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(2.9rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.04em;
}

.rt-cinehero-copy p {
  margin: 0;
  max-width: 470px;
  color: #dde6dd;
  font-size: 1.06rem;
  text-shadow: 0 1px 12px rgba(9, 30, 18, .5);
}

/* ---------- retreats: a day at the retreat timeline ---------- */

.rt-day {
  background: #f7f4eb;
}

.rt-day-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: rtday;
}

.rt-day-card {
  position: relative;
  padding: 0 0 26px;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 58, 42, .05);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}

.rt-day-card:hover {
  transform: translateY(-9px) rotate(-.35deg);
  box-shadow: 0 28px 58px rgba(31, 58, 42, .17);
}

.rt-day-card figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.rt-day-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.rt-day-card:hover figure img {
  transform: scale(1.06);
}

.rt-day-time {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(250, 249, 246, .9);
  backdrop-filter: blur(8px);
  color: var(--forest);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .12em;
}

.rt-day-card h3 {
  margin: 20px 22px 8px;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--forest);
}

.rt-day-card p {
  margin: 0 22px;
  color: #55564f;
  font-size: .92rem;
  line-height: 1.55;
}

/* ---------- retreats: testimonial pull-quote band ---------- */

.rt-quote {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(90px, 12vw, 160px) 0;
  text-align: center;
}

.rt-quote blockquote {
  position: relative;
  margin: 0 0 26px;
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: -.02em;
  color: var(--forest);
}

.rt-quote blockquote::before {
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  margin: 0 auto 34px;
  background: var(--gold);
}

.rt-quote cite {
  font-style: normal;
  color: var(--olive);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ---------- retreats: hard closing CTA ---------- */

.rt-closing {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(90px, 13vw, 180px) 0;
  text-align: center;
}

.rt-closing h2 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(2.9rem, 6.4vw, 6rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.045em;
  color: var(--forest);
}

.rt-closing p {
  max-width: 560px;
  margin: 0 auto 34px;
  color: #5e5b52;
  font-size: 1.06rem;
}

.rt-closing-btn {
  min-height: 58px;
  padding: 0 38px;
  font-size: .84rem;
}

/* ---------- tea preparation ---------- */

.tp-strip {
  margin: 44px 0 10px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 44px rgba(31, 58, 42, .1);
}

.tp-strip img {
  width: 100%;
  transition: transform 1.2s var(--ease);
}

.tp-strip:hover img {
  transform: scale(1.03);
}

.tp-strip figcaption {
  padding: 14px 20px;
  background: #fff;
  color: var(--olive);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
}

.tp-hint {
  margin: 34px 0 0;
  color: var(--olive);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.teaprep-page .tp-steps {
  margin-top: 16px;
}

.teaprep-page .tp-step {
  cursor: pointer;
  position: relative;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(31, 58, 42, .05);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .3s;
}

.teaprep-page .tp-step:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 169, 66, .55);
  box-shadow: 0 24px 52px rgba(31, 58, 42, .15);
}

.teaprep-page .tp-step.is-active {
  border-color: var(--gold);
  box-shadow: 0 24px 52px rgba(31, 58, 42, .16);
}

.teaprep-page .tp-step strong {
  display: block;
  font-family: var(--display);
  font-size: 2.6rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: var(--gold);
}

.teaprep-page .tp-step h2 {
  font-family: var(--display);
  color: var(--forest);
  letter-spacing: -.02em;
}

.tp-guide {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed rgba(201, 169, 66, .55);
}

.tp-guide-time {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(201, 169, 66, .14);
  color: #856e21;
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .1em;
}

.tp-guide p {
  margin: 0;
  font-size: .86rem;
  color: #55564f;
}

.tp-timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 26px 0 20px;
  padding: 26px 30px;
  border-radius: 24px;
  background: var(--forest);
  color: #fff;
  box-shadow: 0 22px 55px rgba(31, 58, 42, .25);
}

.tp-timer-face span {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.tp-timer-face small {
  display: block;
  margin-top: 6px;
  color: #cfdccf;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tp-timer-actions {
  display: flex;
  gap: 10px;
}

.tp-timer .btn-primary {
  background: var(--gold);
  color: #1e1a06;
  box-shadow: none;
}

.tp-timer .btn-primary:hover {
  background: #d9b94f;
}

.tp-timer .btn-outline {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
  background: transparent;
}

.tp-closing,
.apoth-cta {
  text-align: center;
}

.tp-closing {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(80px, 11vw, 150px) 0 clamp(100px, 12vw, 160px);
}

.tp-closing h2,
.apoth-cta h2 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.4vw, 4.8rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
  color: var(--forest);
}

.tp-closing p {
  max-width: 560px;
  margin: 0 auto 32px;
  color: #5e5b52;
}

.tp-closing .eyebrow::before,
.rt-closing .eyebrow::before {
  content: none;
}

/* ---------- story: craft polish ---------- */

.story-page .page-hero-media {
  overflow: hidden;
}

.story-page .story-page-hero .page-hero-media img {
  transform: scale(1.12);
  will-change: transform;
}

.story-page .story-relationship-media {
  overflow: hidden;
  border-radius: 22px;
}

.story-page .story-relationship-media img {
  transition: transform .9s var(--ease);
}

.story-page .story-relationship-media:hover img {
  transform: scale(1.05);
}

.story-page .story-quote blockquote {
  font-style: italic;
  letter-spacing: -.02em;
}

.story-page .story-quote blockquote::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  margin: 0 auto 36px;
  background: var(--gold);
}

.st-divider {
  position: relative;
  width: min(1460px, calc(100% - 28px));
  min-height: 460px;
  margin: 0 auto 110px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.st-divider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.6s var(--ease);
}

.st-divider:hover img {
  transform: scale(1.07);
}

.st-divider::after {
  content: '';
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(12, 32, 20, .62));
}

.st-divider p {
  position: relative;
  z-index: 2;
  margin: 0 24px 40px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-style: italic;
  text-align: center;
  text-shadow: 0 2px 18px rgba(9, 24, 15, .6);
}

.story-page .story-closing {
  text-align: left;
}

.story-page .story-closing h2 {
  position: relative;
  padding-top: 30px;
}

.story-page .story-closing h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 1px;
  background: var(--gold);
}

.story-page .story-closing .hero-actions {
  margin-top: 34px;
}

/* ---------- apothecary: botanical frame + backdrop texture ---------- */

.apoth-page .article.article-wide {
  position: relative;
}

.apoth-page .article.article-wide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/img/gen2/apoth-texture.webp?v=52') center / 900px auto repeat;
  opacity: .07;
  pointer-events: none;
}

.apoth-page .article.article-wide > * {
  position: relative;
}

.apoth-page .specimen {
  overflow: hidden;
}

.apoth-page .specimen::after {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(201, 169, 66, 0);
  border-radius: 14px;
  pointer-events: none;
  transition: border-color .45s var(--ease);
}

.apoth-page .specimen:hover::after {
  border-color: rgba(201, 169, 66, .55);
}

.apoth-cta {
  margin-top: 70px;
  padding: clamp(50px, 7vw, 90px) clamp(24px, 5vw, 70px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(31, 58, 42, .08);
}

.apoth-cta h2 {
  margin-top: 0;
}

.apoth-cta p {
  max-width: 560px;
  margin: 0 auto 30px;
}

.apoth-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* ---------- responsive ---------- */

@media (max-width: 1120px) {
  .rt-day-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .rt-cinehero {
    min-height: 480px;
    border-radius: 24px;
  }

  .rt-day-grid {
    grid-template-columns: 1fr;
  }

  .rt-day-card figure {
    aspect-ratio: 4 / 3;
  }

  .st-divider {
    min-height: 340px;
    border-radius: 24px;
    margin-bottom: 80px;
  }

  .tp-timer {
    flex-direction: column;
    align-items: flex-start;
  }

  .apoth-cta-actions .btn {
    flex: 1 1 auto;
  }
}

/* ============================================================
   v53 pass — apothecary visible redo + learn pages editorial
   Loaded by apothecary, preparing-your-body, recipes.
   ============================================================ */

/* ---------- apothecary: dark cinematic statement band ---------- */

.apoth-statement {
  position: relative;
  width: min(1460px, calc(100% - 28px));
  min-height: 480px;
  margin: 30px auto 0;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.apoth-statement > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.5) saturate(.92);
  transform: scale(1.03);
  transition: transform 1.6s var(--ease);
}

.apoth-statement:hover > img {
  transform: scale(1.08);
}

.apoth-statement::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(9, 30, 18, .28), rgba(9, 30, 18, .72));
}

.apoth-statement-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: clamp(50px, 8vw, 90px) clamp(24px, 5vw, 60px);
}

.apoth-statement-copy .eyebrow {
  color: #efd475;
}

.apoth-statement-copy h2 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.04em;
  text-shadow: 0 2px 22px rgba(6, 20, 12, .65);
}

.apoth-statement-copy p:last-child {
  margin: 0 auto;
  max-width: 520px;
  color: #dde6dd;
  font-size: 1.05rem;
  text-shadow: 0 1px 14px rgba(6, 20, 12, .7);
}

/* ---------- apothecary: antique-plate specimen cards ---------- */

.apoth-page .specimen {
  background: linear-gradient(165deg, #faf4e4, #f2e9d2);
  border-color: rgba(176, 141, 47, .42);
  box-shadow: 0 10px 28px rgba(31, 58, 42, .09);
}

.apoth-page .specimen::before {
  content: '';
  position: absolute;
  inset: 5px;
  z-index: 2;
  border: 1px solid rgba(176, 141, 47, .3);
  border-radius: 17px;
  pointer-events: none;
}

.apoth-page .specimen::after {
  z-index: 2;
  border-color: rgba(176, 141, 47, .55);
}

.apoth-page .specimen:hover::after {
  border-color: rgba(176, 141, 47, .9);
}

.apoth-page .specimen img {
  mix-blend-mode: multiply;
}

.apoth-page .specimen-plate {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 6px 13px;
  border: 1px solid rgba(176, 141, 47, .55);
  border-radius: 999px;
  background: rgba(250, 246, 230, .93);
  color: #856e21;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.apoth-page .specimen-latin {
  font-size: .8rem;
  letter-spacing: .06em;
}

/* ---------- apothecary: from forest to pouch strip ---------- */

.apoth-credo {
  margin-top: 76px;
  padding-top: 46px;
  border-top: 1px solid rgba(176, 141, 47, .35);
}

.apoth-credo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 44px);
  margin-top: 10px;
}

.apoth-credo .credo-step span {
  font-family: var(--display);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
  letter-spacing: .14em;
}

.apoth-credo .credo-step strong {
  display: block;
  margin: 8px 0 6px;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  color: var(--forest);
}

.apoth-credo .credo-step p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
  color: #4c5b50;
}

/* ---------- learn pages: shared editorial layer ---------- */

.learn-page .article-lede {
  max-width: 62ch;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-style: italic;
  line-height: 1.35;
  color: var(--forest);
}

.learn-page .article-lede::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 26px;
  background: var(--gold);
  content: '';
}

.learn-page .article {
  padding: 60px 0 40px;
}

.learn-wide {
  position: relative;
  width: min(1460px, calc(100% - 28px));
  margin: 26px auto 0;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 20px 50px rgba(31, 58, 42, .12);
}

.learn-wide img {
  width: 100%;
  height: clamp(320px, 40vw, 560px);
  object-fit: cover;
  transition: transform 1.4s var(--ease);
}

.learn-wide:hover img {
  transform: scale(1.045);
}

.learn-wide figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(12, 32, 20, .62);
  backdrop-filter: blur(8px);
  color: #f3eeda;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.learn-band {
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(30px, 4vw, 60px) 0 clamp(40px, 5vw, 70px);
}

.learn-band-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.learn-band-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
  color: var(--forest);
}

.learn-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.learn-step {
  position: relative;
  padding: 30px 28px 32px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 58, 42, .05);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .3s;
}

.learn-step:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 169, 66, .55);
  box-shadow: 0 24px 52px rgba(31, 58, 42, .15);
}

.learn-step span {
  display: block;
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: var(--gold);
}

.learn-step h3 {
  margin: 14px 0 8px;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--forest);
}

.learn-step p {
  margin: 0;
  color: #55564f;
  font-size: .92rem;
  line-height: 1.55;
}

.learn-quote {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 130px) 0;
  text-align: center;
}

.learn-quote blockquote {
  position: relative;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: -.02em;
  color: var(--forest);
}

.learn-quote blockquote::before {
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  margin: 0 auto 32px;
  background: var(--gold);
}

.learn-quote cite {
  font-style: normal;
  color: var(--olive);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.learn-note {
  margin: 8px 0 20px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(176, 141, 47, .4);
  border-radius: 22px;
  background: linear-gradient(165deg, #faf4e4, #f4ecd8);
  box-shadow: 0 10px 28px rgba(31, 58, 42, .07);
}

.learn-note-tag {
  margin: 0 0 10px;
  color: #856e21;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.learn-note p:last-child {
  margin: 0;
  color: #55564f;
  line-height: 1.62;
}

.learn-closing {
  position: relative;
  width: min(1460px, calc(100% - 28px));
  margin: 30px auto 30px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: var(--forest);
}

.learn-closing > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.48) saturate(.95);
  transform: scale(1.03);
  transition: transform 1.6s var(--ease);
}

.learn-closing:hover > img {
  transform: scale(1.07);
}

.learn-closing::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(9, 30, 18, .2), rgba(9, 30, 18, .68));
}

.learn-closing-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: clamp(70px, 10vw, 130px) clamp(24px, 5vw, 60px);
}

.learn-closing-copy .eyebrow {
  color: #efd475;
}

.learn-closing-copy h2 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.04em;
  text-shadow: 0 2px 22px rgba(6, 20, 12, .65);
}

.learn-closing-copy p {
  margin: 0 auto 30px;
  max-width: 480px;
  color: #dde6dd;
  font-size: 1.05rem;
  text-shadow: 0 1px 14px rgba(6, 20, 12, .7);
}

.learn-closing .btn-primary.learn-closing-btn {
  min-height: 56px;
  padding: 0 34px;
  background: var(--gold);
  color: #1e1a06;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
}

.learn-closing .btn-primary.learn-closing-btn:hover {
  background: #d9b94f;
}

/* ---------- recipes: premium recipe cards ---------- */

.recipe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.recipe-card {
  position: relative;
  padding: 34px 32px 36px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 58, 42, .05);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .3s;
}

.recipe-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 169, 66, .55);
  box-shadow: 0 26px 54px rgba(31, 58, 42, .16);
}

.recipe-tag {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(201, 169, 66, .14);
  color: #856e21;
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.recipe-card h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--forest);
}

.recipe-card > p {
  margin: 0;
  color: #55564f;
  line-height: 1.6;
}

.recipe-card .recipe-meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(201, 169, 66, .55);
  color: var(--olive);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.learn-step .recipe-tag {
  margin: 14px 0 0;
}

.learn-step .recipe-tag + h3 {
  margin-top: 10px;
}

.learn-disclaimer {
  margin: 26px 0 0;
  color: var(--olive);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* ---------- v53 responsive ---------- */

@media (max-width: 1120px) {
  .learn-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .apoth-credo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .recipe-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .apoth-statement,
  .learn-closing {
    min-height: 420px;
    border-radius: 24px;
  }

  .learn-wide {
    border-radius: 24px;
  }

  .learn-wide img {
    height: 300px;
  }

  .learn-wide figcaption {
    left: 14px;
    bottom: 14px;
    font-size: .6rem;
  }

  .learn-steps {
    grid-template-columns: 1fr;
  }

  .learn-page .article {
    padding: 44px 0 30px;
  }
}
/* v80: apothecary proof band */
.apoth-proof{padding:clamp(46px,6vw,80px) 0;background:linear-gradient(180deg,#f6f2e6,#efe9da)}
.apoth-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,3vw,44px);text-align:center}
.apoth-proof-grid strong{display:block;font-family:var(--display);font-weight:400;font-size:clamp(2.4rem,4.4vw,3.6rem);color:#173325;line-height:1}
.apoth-proof-grid span{display:block;margin-top:8px;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#8a7a4a}
@media(max-width:720px){.apoth-proof-grid{grid-template-columns:repeat(2,1fr);gap:26px}}
