:root{--forest:#1d2b1d;--olive:#56613a;--sage:#9aa17a;--cream:#efe4ca;--paper:#e8dcc1;--gold:#b49353;--walnut:#3a2418;--ink:#211c16;--plum:#5d465d;--header:76px;--shadow:0 18px 50px rgba(22,16,10,.22)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header)}body{margin:0;background:#ede4d2;color:var(--ink);font-family:Georgia,"Times New Roman",serif}img{display:block;max-width:100%}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:fixed;z-index:1000;top:0;left:0;width:100%;height:var(--header);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,64px);background:rgba(25,35,23,.94);color:var(--cream);border-bottom:1px solid rgba(180,147,83,.5);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;height:100%;min-width:0}.brand-mark-image{display:block;width:46px;height:55px;object-fit:contain;filter:drop-shadow(0 0 7px rgba(180,147,83,.25))}.brand-name{font-size:clamp(17px,2vw,24px);letter-spacing:.03em;white-space:nowrap}.primary-nav{display:flex;align-items:center;gap:clamp(12px,1.7vw,28px)}.primary-nav a{text-decoration:none;font-size:14px;letter-spacing:.03em;white-space:nowrap}.primary-nav a:hover,.primary-nav a:focus-visible{color:#d6bd83}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:28px;height:2px;margin:6px;background:var(--cream)}
.hero{min-height:100svh;padding-top:var(--header);display:grid;place-items:center;position:relative;background:#31291f;overflow:hidden}.hero img{width:100%;height:calc(100svh - var(--header));object-fit:contain;background:#31291f}.hero-button{position:absolute;left:50%;bottom:clamp(24px,5vh,58px);transform:translateX(-50%);padding:14px 28px;border:1px solid rgba(239,228,202,.9);background:rgba(29,43,29,.78);color:var(--cream);text-decoration:none;text-transform:uppercase;letter-spacing:.16em;font-size:13px;box-shadow:var(--shadow);animation:buttonIn 1.8s .45s both}.hero-button:hover,.hero-button:focus-visible{background:rgba(90,102,58,.95)}@keyframes buttonIn{from{opacity:0;transform:translate(-50%,15px)}to{opacity:1;transform:translate(-50%,0)}}
.welcome{background:linear-gradient(rgba(236,225,202,.96),rgba(236,225,202,.96)),url('../assets/images/welcome-brand.png') center/cover}.marquee{width:100%;overflow:hidden;background:var(--forest);color:var(--cream);border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}.marquee-track{display:flex;width:max-content;animation:scroll 48s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-group{display:flex;align-items:center;flex-shrink:0;padding:15px 0}.marquee span{white-space:nowrap;font-size:clamp(15px,1.5vw,21px);letter-spacing:.06em}.icon{display:inline-block;width:25px;height:25px;margin:0 23px;color:var(--gold);position:relative;flex:0 0 auto}.icon:before,.icon:after{content:"";position:absolute}.leaf:before{width:20px;height:10px;border:2px solid currentColor;border-radius:100% 0 100% 0;transform:rotate(-20deg);top:6px}.leaf:after{width:18px;border-top:2px solid currentColor;transform:rotate(-35deg);top:13px;left:3px}.seedling:before{width:2px;height:19px;background:currentColor;left:11px;top:5px}.seedling:after{width:16px;height:9px;border:2px solid currentColor;border-radius:100% 0 100% 0;left:8px;top:3px;transform:rotate(-12deg)}.book:before{inset:4px 2px;border:2px solid currentColor;border-radius:2px}.book:after{height:17px;border-left:2px solid currentColor;left:12px;top:4px}.candle:before{width:12px;height:14px;border:2px solid currentColor;left:6px;bottom:1px}.candle:after{width:8px;height:10px;border:2px solid currentColor;border-radius:50% 0 50% 50%;left:8px;top:0;transform:rotate(45deg)}.mortar:before{width:21px;height:10px;border:2px solid currentColor;border-radius:0 0 12px 12px;left:1px;bottom:2px}.mortar:after{width:18px;border-top:3px solid currentColor;transform:rotate(-40deg);top:6px;left:8px}.spark:before{width:24px;height:24px;background:currentColor;clip-path:polygon(50% 0,58% 39%,100% 50%,58% 61%,50% 100%,42% 61%,0 50%,42% 39%)}.flame:before{width:13px;height:19px;border:2px solid currentColor;border-radius:70% 0 65% 55%;transform:rotate(45deg);left:5px;top:2px}.moon:before{width:20px;height:20px;border:2px solid currentColor;border-radius:50%;left:1px;top:2px}.moon:after{width:18px;height:18px;background:var(--forest);border-radius:50%;left:7px;top:0}@keyframes scroll{to{transform:translateX(-50%)}}
.welcome-inner{max-width:1040px;margin:auto;padding:clamp(48px,6vw,82px) clamp(24px,7vw,90px);display:flex;justify-content:center;text-align:center}.welcome-copy{max-width:900px}.welcome-copy .button{margin-left:auto;margin-right:auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--olive)}h1,h2{font-weight:400;line-height:1.05;margin:.25em 0}h1{font-size:clamp(40px,5.2vw,72px)}h2{font-size:clamp(38px,5vw,66px)}.welcome-copy p:not(.eyebrow){font-family:Arial,sans-serif;font-size:17px;line-height:1.75;color:#443b31}.button{display:inline-block;margin-top:15px;padding:13px 20px;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.button-outline{border:1px solid var(--olive);color:var(--forest)}.button-outline:hover,.button-outline:focus-visible{background:var(--forest);color:var(--cream)}
.explore{padding:clamp(42px,5vw,70px) clamp(22px,5vw,76px) clamp(70px,9vw,125px);background:radial-gradient(circle at top,#4c3c2b 0,#2b2118 55%,#1b1611 100%);color:var(--cream);border-top:1px solid var(--gold)}.section-heading{text-align:center;max-width:720px;margin:0 auto 42px}.section-heading .eyebrow{color:#c3ac73}.door-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,4vw,46px)}.door-card{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border:1px solid rgba(180,147,83,.78);box-shadow:0 0 18px rgba(212,176,102,.18),0 18px 50px rgba(22,16,10,.28);background:#16130f;transition:box-shadow .45s ease,border-color .45s ease}.door-card:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;box-shadow:inset 0 0 24px rgba(235,198,120,.16);transition:box-shadow .45s ease}.door-card:hover,.door-card:focus-visible{border-color:rgba(224,190,120,.95);box-shadow:0 0 30px rgba(224,190,120,.36),0 22px 58px rgba(12,9,6,.42)}.door-card:hover:before,.door-card:focus-visible:before{box-shadow:inset 0 0 34px rgba(244,211,142,.26)}.door-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .65s ease,transform .8s ease}.door-open{opacity:0}.door-card:hover .door-open,.door-card:focus-visible .door-open,.door-card.is-open .door-open{opacity:1}.door-card:hover .door-closed,.door-card:focus-visible .door-closed,.door-card.is-open .door-closed{opacity:0}.door-card:hover .door-image,.door-card:focus-visible .door-image{transform:scale(1.02)}.door-label{position:absolute;z-index:2;left:16px;right:16px;bottom:16px;padding:10px 12px;text-align:center;background:rgba(20,19,15,.76);border:1px solid rgba(180,147,83,.6);text-transform:uppercase;letter-spacing:.1em;font-size:13px;transition:opacity .3s}.door-card:hover .door-label,.door-card:focus-visible .door-label,.door-card.is-open .door-label{opacity:0}
.site-footer{padding:44px clamp(22px,5vw,76px);display:grid;grid-template-columns:1fr auto;gap:26px;background:#162018;color:var(--cream);border-top:1px solid var(--gold)}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}.site-footer a{color:var(--cream);text-decoration:none}.site-footer>p{grid-column:1/-1;margin:0;color:#c7b994;font-size:13px}
@media(max-width:1050px){.primary-nav{position:fixed;top:var(--header);right:0;width:min(360px,88vw);height:calc(100svh - var(--header));padding:28px;display:flex;flex-direction:column;align-items:flex-start;background:#1b281c;transform:translateX(105%);transition:transform .3s ease}.primary-nav.is-open{transform:translateX(0)}.primary-nav a{font-size:17px}.menu-toggle{display:block}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}}
@media(max-width:760px){:root{--header:64px}.brand-mark-image{width:38px;height:46px}.brand-name{font-size:17px}.site-header{padding:0 18px}.hero img{height:calc(100svh - var(--header));max-height:none;object-fit:cover;object-position:center center}.hero{min-height:100svh;align-content:center}.hero-button{bottom:24px}.marquee-group{padding:12px 0}.marquee span{font-size:15px}.icon{width:21px;height:21px;margin:0 15px}.welcome-inner{padding:42px 20px}.door-grid{grid-template-columns:1fr}.explore{padding:42px 18px 68px}.site-footer{padding:38px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-button{animation:none}.marquee-track{animation:none}.marquee-group[aria-hidden="true"]{display:none}.door-image{transition:none}}

/* Responsive refinements added for v6 */
.brand-mark-image{width:38px;height:46px}
.brand-name{font-size:clamp(16px,1.45vw,21px);line-height:1;letter-spacing:.025em}

@media (max-width:1180px){
  .site-header{padding-inline:clamp(18px,3vw,38px)}
  .door-grid{max-width:980px;gap:28px}
  .welcome-inner{max-width:920px;padding-inline:clamp(24px,6vw,70px)}
}

@media (max-width:900px){
  :root{--header:68px}
  .brand-mark-image{width:34px;height:41px}
  .brand-name{font-size:18px}
  .hero{min-height:100svh;padding-top:var(--header)}
  .hero img{height:calc(100svh - var(--header));width:100%;object-fit:cover;object-position:center center}
  .welcome-inner{padding:44px 28px 48px}
  .explore{padding:38px 24px 72px}
  .section-heading{margin-bottom:30px}
  .door-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
}

@media (max-width:640px){
  :root{--header:60px}
  body{overflow-x:hidden}
  .site-header{padding-inline:14px}
  .brand{gap:7px}
  .brand-mark-image{width:29px;height:35px}
  .brand-name{font-size:15px;letter-spacing:.015em}
  .menu-toggle{padding:6px}
  .menu-toggle span:not(.sr-only){width:25px;margin:5px}
  .primary-nav{top:var(--header);height:calc(100dvh - var(--header));width:min(330px,92vw);padding:24px 22px;overflow-y:auto}
  .hero{min-height:100svh;padding-top:var(--header);background:#31291f}
  .hero img{width:100%;height:calc(100svh - var(--header));max-height:none;object-fit:cover;object-position:center center}
  .hero-button{bottom:18px;padding:12px 18px;font-size:11px;letter-spacing:.13em;white-space:nowrap}
  .marquee-group{padding:10px 0}
  .marquee span{font-size:14px;letter-spacing:.04em}
  .icon{width:19px;height:19px;margin:0 13px}
  .welcome-inner{padding:34px 18px 38px}
  h1{font-size:clamp(34px,10vw,48px)}
  h2{font-size:clamp(32px,9vw,46px)}
  .welcome-copy p:not(.eyebrow){font-size:16px;line-height:1.65}
  .explore{padding:32px 14px 54px}
  .section-heading{margin-bottom:24px}
  .door-grid{grid-template-columns:1fr;gap:20px;max-width:520px}
  .door-label{left:12px;right:12px;bottom:12px;font-size:12px;padding:9px}
  .site-footer{padding:32px 18px;gap:20px}
  .site-footer nav{gap:12px 16px}
}

@media (max-width:400px){
  .brand-mark-image{width:26px;height:32px}
  .brand-name{font-size:14px}
  .hero-button{bottom:14px}
  .welcome-inner{padding-inline:15px}
  .explore{padding-inline:10px}
}

@media (orientation:landscape) and (max-height:560px){
  :root{--header:56px}
  .hero{min-height:100svh}
  .hero img{height:calc(100svh - var(--header));object-fit:cover;object-position:center center}
  .hero-button{bottom:12px;padding:10px 16px}
}


/* Touch-only doorway behavior: first tap reveals the room, second tap enters. */
@media (hover:none), (pointer:coarse){
  .door-card{cursor:pointer;-webkit-tap-highlight-color:transparent}
  .door-card:hover .door-open{opacity:0}
  .door-card:hover .door-closed{opacity:1}
  .door-card:hover .door-label{opacity:1}
  .door-card:hover .door-image{transform:none}
  .door-card.is-open .door-open{opacity:1}
  .door-card.is-open .door-closed{opacity:0}
  .door-card.is-open .door-label{opacity:0}
  .door-card.is-open{border-color:rgba(224,190,120,.95);box-shadow:0 0 30px rgba(224,190,120,.36),0 22px 58px rgba(12,9,6,.42)}
  .door-card.is-open:before{box-shadow:inset 0 0 34px rgba(244,211,142,.26)}
}


/* Footer social links */
.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:14px}
.social-links{display:flex;justify-content:flex-end;gap:12px}
.social-links a{width:38px;height:38px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--cream);background:rgba(255,255,255,.025);transition:transform .25s ease,background .25s ease,border-color .25s ease}
.social-links a:hover,.social-links a:focus-visible{transform:translateY(-2px);background:rgba(212,181,111,.16);border-color:rgba(239,210,145,.95)}
.social-links svg{width:19px;height:19px;fill:currentColor}
.copyright{grid-column:1/-1;margin:0;color:#c7b994;font-size:13px}
@media(max-width:1050px){.footer-right{align-items:flex-start}.social-links{justify-content:flex-start}}

/* Contact page */
.contact-page{padding-top:var(--header);background:#ede4d2}
.contact-intro{position:relative;overflow:hidden;background:linear-gradient(rgba(233,221,194,.94),rgba(233,221,194,.94)),url('../assets/images/welcome-brand.png') center/cover;border-bottom:1px solid var(--gold)}
.contact-intro-inner{width:min(900px,calc(100% - 40px));margin:auto;padding:clamp(72px,10vw,130px) 0 clamp(56px,8vw,94px);text-align:center}
.contact-intro h1{margin:.25em 0 .45em;font-size:clamp(42px,7vw,78px);font-weight:400;color:var(--forest)}
.contact-intro p:not(.eyebrow){max-width:760px;margin:0 auto;font-size:clamp(17px,2vw,21px);line-height:1.75}
.contact-content{padding:clamp(56px,8vw,96px) clamp(18px,5vw,72px);background:linear-gradient(135deg,#34261d,#201814);border-bottom:1px solid var(--gold)}
.contact-shell{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,1.6fr);gap:clamp(28px,5vw,64px);align-items:start}
.support-hours{padding:clamp(28px,4vw,42px);background:rgba(239,228,202,.96);border:1px solid rgba(180,147,83,.82);box-shadow:var(--shadow)}
.support-hours h2{margin:.2em 0 .65em;font-size:clamp(32px,4vw,48px);font-weight:400;color:var(--forest)}
.support-hours p{font-size:16px;line-height:1.7}
.contact-form-panel{padding:clamp(26px,4vw,48px);background:rgba(239,228,202,.98);border:1px solid rgba(180,147,83,.82);box-shadow:var(--shadow)}
.contact-form{display:grid;gap:24px}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.form-field{display:grid;gap:8px}
.form-field label,.topic-fieldset legend{font-size:16px;font-weight:700;color:var(--forest)}
.optional{font-size:13px;font-weight:400;color:#695d4d}
.form-field input,.form-field textarea{width:100%;border:1px solid #9b8a70;background:#fffdf8;color:var(--ink);font:inherit;font-size:16px;padding:13px 14px;border-radius:0;outline:none;transition:border-color .2s,box-shadow .2s}
.form-field textarea{resize:vertical;min-height:210px;line-height:1.55}
.form-field input:focus,.form-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(180,147,83,.2)}
.topic-fieldset{border:0;padding:0;margin:0;display:grid;gap:12px}
.radio-options{display:flex;flex-wrap:wrap;gap:12px}
.radio-option{position:relative;display:flex;align-items:center;gap:9px;padding:11px 15px;border:1px solid #9b8a70;background:#fffdf8;cursor:pointer}
.radio-option input{accent-color:var(--forest);width:18px;height:18px;margin:0}
.message-label{display:flex;justify-content:space-between;gap:20px;align-items:center}
.character-count{font-size:13px;color:#6d6254}
.consent-field{display:flex;align-items:flex-start;gap:11px;font-size:14px;line-height:1.55}
.consent-field input{margin-top:3px;width:18px;height:18px;accent-color:var(--forest);flex:0 0 auto}
.consent-field a{color:var(--forest);font-weight:700}
.contact-submit{justify-self:start;border:1px solid var(--gold);background:var(--forest);color:var(--cream);padding:14px 26px;font:inherit;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}
.contact-submit:hover,.contact-submit:focus-visible{background:var(--olive)}
.form-note{margin:-10px 0 0;font-size:13px;color:#6d6254}
.form-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}
.course-support{padding:clamp(64px,9vw,108px) 20px;background:linear-gradient(rgba(232,220,193,.96),rgba(232,220,193,.96)),url('../assets/images/welcome-brand.png') center/cover;text-align:center}
.course-support-inner{width:min(820px,100%);margin:auto}
.course-support h2{margin:.2em 0 .45em;font-size:clamp(38px,6vw,64px);font-weight:400;color:var(--forest)}
.course-support p:not(.eyebrow){font-size:17px;line-height:1.75;margin:0 auto 30px}
.course-support .button-outline{display:inline-block;border:1px solid var(--forest);padding:13px 23px;text-decoration:none;text-transform:uppercase;letter-spacing:.11em;font-size:13px;color:var(--forest)}
.course-support .button-outline:hover,.course-support .button-outline:focus-visible{background:var(--forest);color:var(--cream)}
.primary-nav a[aria-current="page"]{color:#d6bd83}
@media(max-width:900px){.contact-shell{grid-template-columns:1fr}.support-hours{max-width:700px}.contact-intro-inner{padding-top:68px}}
@media(max-width:640px){.contact-page{padding-top:var(--header)}.contact-intro-inner{width:min(100% - 30px,900px);padding:54px 0 48px}.contact-content{padding:40px 14px}.form-row{grid-template-columns:1fr;gap:20px}.contact-form-panel,.support-hours{padding:24px 18px}.radio-options{display:grid;grid-template-columns:1fr}.radio-option{width:100%}.message-label{align-items:flex-end}.course-support{padding:52px 18px}.contact-submit{width:100%;justify-self:stretch}}


/* Contact page refinements — v17 */
.support-hours{position:relative;overflow:hidden}
.support-hours h2{margin-top:0}
.support-art{margin:30px auto -4px;width:min(100%,320px);opacity:.9}
.support-art svg{width:100%;height:auto;display:block}
.support-art-vine,.support-art-leaf,.support-art-moon{
  fill:none;stroke:var(--forest);stroke-width:3;stroke-linecap:round;stroke-linejoin:round
}
.support-art-leaf{stroke-width:2.4}
.support-art-star{fill:var(--gold);stroke:none}
.support-art-star.small{opacity:.72}
.form-closing{
  margin:2px 0 0;padding-top:18px;border-top:1px solid rgba(180,147,83,.45);
  font-size:15px;line-height:1.7;color:#554b3f;font-style:italic
}
.course-support{
  background:
    radial-gradient(circle at 20% 15%,rgba(180,147,83,.16),transparent 34%),
    linear-gradient(135deg,#223021,#162018);
  color:var(--cream);
}
.course-support-inner{
  padding:clamp(32px,5vw,52px);
  background:rgba(239,228,202,.97);
  color:var(--ink);
  border:1px solid rgba(180,147,83,.88);
  box-shadow:0 20px 54px rgba(8,12,8,.35);
}
.course-support h2{color:var(--forest)}
.course-support .eyebrow{color:#7f6b42}
.course-support .button-outline{border-color:var(--forest);color:var(--forest)}
.course-support .button-outline:hover,.course-support .button-outline:focus-visible{background:var(--forest);color:var(--cream)}
@media(max-width:640px){
  .support-art{width:min(92%,290px);margin-top:24px}
  .course-support-inner{padding:28px 18px}
}


/* Contact page image and spacing refinements — v18 */
.contact-intro {
  background:
    linear-gradient(rgba(233,221,194,.93),rgba(233,221,194,.93)),
    url('../assets/images/welcome-brand.png') center/cover no-repeat;
}
.contact-intro-inner {
  padding:clamp(46px,6.5vw,82px) 0 clamp(40px,5.5vw,68px);
}
.support-art {
  width:min(100%,340px);
  margin:28px auto -8px;
  opacity:1;
}
.support-art img {
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.course-support.course-support-desk {
  background:
    linear-gradient(rgba(233,221,194,.86),rgba(233,221,194,.86)),
    url('../assets/images/contact-course-desk.jpg') center/cover no-repeat;
  color:var(--ink);
  border-top:1px solid var(--gold);
}
.course-support.course-support-desk .course-support-inner {
  background:rgba(239,228,202,.90);
  color:var(--ink);
  border:1px solid rgba(180,147,83,.88);
  box-shadow:0 20px 54px rgba(52,36,24,.24);
  backdrop-filter:blur(2px);
}
@media(max-width:640px) {
  .contact-intro-inner {
    padding:40px 0 38px;
  }
  .support-art {
    width:min(88%,300px);
    margin-top:22px;
  }
  .course-support.course-support-desk {
    background-position:center center;
  }
}


/* v19 refinements */
.contact-intro{
 background:
 linear-gradient(rgba(233,221,194,.82),rgba(233,221,194,.82)),
 url('../assets/images/welcome-brand.png') center/cover no-repeat;
}
.support-hours{padding-bottom:18px!important;}
.support-art{
 margin:18px auto 0!important;
 padding-top:10px;
}
.support-art img{
 max-width:260px;
}


/* Contact page corrections — v20 */
.contact-intro{
  background:
    linear-gradient(rgba(236,225,202,.96),rgba(236,225,202,.96)),
    url('../assets/images/welcome-brand.png') center/cover no-repeat !important;
}
.support-column{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}
.support-hours{
  width:100%;
  padding:clamp(28px,4vw,42px) clamp(28px,4vw,42px) 22px !important;
  margin:0;
}
.support-hours p:last-of-type{
  margin-bottom:0;
}
.support-art{
  width:min(100%,360px) !important;
  margin:0 auto !important;
  padding:0 !important;
  opacity:1 !important;
}
.support-art img{
  display:block;
  width:100%;
  height:auto;
  max-width:none !important;
  object-fit:contain;
}
@media(max-width:900px){
  .support-column{max-width:700px;width:100%}
}
@media(max-width:640px){
  .support-hours{
    padding:24px 18px 18px !important;
  }
  .support-art{
    width:min(88%,320px) !important;
  }
}

.twilight-page{padding-top:var(--header);background:#171417;color:var(--cream)}.twilight-hero{position:relative;min-height:calc(100svh - var(--header));overflow:hidden}.twilight-hero>img{width:100%;height:calc(100svh - var(--header));object-fit:cover}.twilight-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,12,17,.82),rgba(16,12,17,.12) 55%,rgba(16,12,17,.35))}.doorway-frame{position:absolute;z-index:2;inset:0;pointer-events:none;border:clamp(14px,2vw,28px) solid #241710;border-bottom-width:clamp(18px,2.5vw,34px);box-shadow:inset 0 0 0 2px rgba(180,147,83,.48),inset 0 0 55px rgba(0,0,0,.8)}.twilight-hero-overlay{position:absolute;z-index:3;left:50%;bottom:clamp(42px,8vh,88px);transform:translateX(-50%);width:min(92%,820px);text-align:center}.twilight-hero-overlay h1{margin:.08em 0;font-size:clamp(58px,10vw,118px);font-weight:400;line-height:.9}.twilight-tagline{margin:18px 0 28px;font-size:clamp(18px,2vw,27px);letter-spacing:.18em;text-transform:uppercase;color:#c3a0bd}.twilight-cta{display:inline-block;padding:14px 26px;border:1px solid var(--gold);background:rgba(37,25,36,.86);color:var(--cream);text-decoration:none;text-transform:uppercase;letter-spacing:.13em}.twilight-intro{background:linear-gradient(135deg,#ede1cb,#d9c7b5);color:var(--ink);border-bottom:1px solid var(--gold)}.twilight-intro-inner{width:min(900px,calc(100% - 40px));margin:auto;padding:clamp(58px,8vw,100px) 0;text-align:center}.twilight-intro h2,.twilight-videos h2,.twilight-details h2,.twilight-final h2{font-weight:400}.twilight-intro h2{font-size:clamp(40px,6vw,68px);color:#4f374d}.twilight-intro p{font-size:18px;line-height:1.8}.twilight-videos{padding:clamp(64px,9vw,110px) clamp(18px,5vw,72px);background:radial-gradient(circle at top,#322630,#171417 68%)}.twilight-section-heading{width:min(860px,100%);margin:0 auto 48px;text-align:center}.twilight-section-heading h2{font-size:clamp(42px,6vw,72px)}.video-gallery{width:min(1180px,100%);margin:auto;display:grid;gap:34px}.video-card{display:grid;grid-template-columns:1.25fr .75fr;background:#211b21;border:1px solid rgba(180,147,83,.72);overflow:hidden}.video-card:nth-child(even){grid-template-columns:.75fr 1.25fr}.video-card:nth-child(even) .video-frame{order:2}.video-frame{position:relative;aspect-ratio:16/9}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-copy{padding:clamp(26px,4vw,48px);display:flex;flex-direction:column;justify-content:center}.video-copy h3{font-size:clamp(26px,3vw,38px);font-weight:400;color:#c7a7c2}.video-copy p{line-height:1.75;color:#e7dce5}.twilight-details{padding:clamp(64px,9vw,108px) clamp(18px,5vw,72px);background:linear-gradient(135deg,#e8dcc1,#cfb8b2);color:var(--ink)}.twilight-details-inner{width:min(1100px,100%);margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(36px,6vw,72px)}.details-copy h2{font-size:clamp(40px,6vw,68px);color:#4f374d}.details-copy p{font-size:17px;line-height:1.75}.details-list{display:grid;border:1px solid rgba(79,55,77,.35);background:rgba(255,251,245,.72)}.details-list div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:18px 20px;border-bottom:1px solid rgba(79,55,77,.2)}.details-list div:last-child{border-bottom:0}.details-list span{text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:#6b5367}.twilight-final{padding:clamp(72px,10vw,128px) 20px;text-align:center;background:linear-gradient(rgba(24,19,24,.86),rgba(24,19,24,.86)),url("../assets/images/twilight-room-hero.jpeg") center/cover}.twilight-final-inner{width:min(760px,100%);margin:auto}.twilight-final h2{font-size:clamp(44px,7vw,78px)}.twilight-final p{font-size:18px;line-height:1.75}@media(max-width:900px){.video-card,.video-card:nth-child(even){grid-template-columns:1fr}.video-card:nth-child(even) .video-frame{order:0}.twilight-details-inner{grid-template-columns:1fr}}@media(max-width:640px){.twilight-hero-overlay h1{font-size:clamp(48px,17vw,72px)}.doorway-frame{border-width:10px}.twilight-videos{padding:52px 14px}.video-copy{padding:24px 18px}.twilight-details{padding:52px 16px}}


/* Twilight Tribe refinements — v24 */
.twilight-hero.twilight-hero-room{
  background:
    linear-gradient(rgba(24,19,24,.48),rgba(24,19,24,.72)),
    url('../assets/images/twilight-room-hero.jpeg') center/cover no-repeat;
}
.twilight-hero.twilight-hero-room>img{
  display:none;
}
.twilight-hero.twilight-hero-room:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(16,12,17,.78),rgba(16,12,17,.10) 56%,rgba(16,12,17,.30));
}
.twilight-hero.twilight-hero-room .twilight-hero-overlay{
  bottom:clamp(48px,8vh,92px);
}
.twilight-cta{
  background:rgba(37,25,36,.88);
  color:var(--cream);
  border-color:var(--gold);
  transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease;
}
.twilight-cta:hover,
.twilight-cta:focus-visible{
  background:var(--gold);
  color:#21181f;
  border-color:var(--cream);
  transform:translateY(-2px);
}
@media(max-width:640px){
  .twilight-hero.twilight-hero-room{
    background-position:center center;
  }
}


/* Twilight Tribe hero structure — v25 */
.twilight-hero.twilight-hero-cta{
  min-height:calc(100svh - var(--header));
  display:grid;
  place-items:center;
  position:relative;
  padding:clamp(70px,10vw,120px) 22px;
  text-align:center;
  background:
    linear-gradient(rgba(24,19,24,.82),rgba(24,19,24,.82)),
    url('../assets/images/twilight-room-hero.jpeg') center/cover no-repeat;
  color:var(--cream);
}
.twilight-hero.twilight-hero-cta:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(15,12,16,.18),rgba(15,12,16,.34));
  pointer-events:none;
}
.twilight-hero.twilight-hero-cta .twilight-final-inner{
  position:relative;
  z-index:1;
  width:min(840px,100%);
  margin:auto;
}
.twilight-hero.twilight-hero-cta h1{
  margin:.12em 0 .34em;
  font-size:clamp(54px,8vw,96px);
  line-height:.96;
  font-weight:400;
}
.twilight-hero.twilight-hero-cta p:not(.eyebrow){
  max-width:760px;
  margin:0 auto 30px;
  font-size:clamp(17px,2vw,21px);
  line-height:1.65;
}
@media(max-width:640px){
  .twilight-hero.twilight-hero-cta{
    min-height:calc(100svh - var(--header));
    padding:58px 18px;
    background-position:center center;
  }
  .twilight-hero.twilight-hero-cta h1{
    font-size:clamp(46px,15vw,68px);
  }
}


/* Twilight Tribe structure and hero refinements — v26 */
.twilight-hero.twilight-hero-cta{
  background:
    linear-gradient(rgba(24,19,24,.60),rgba(24,19,24,.66)),
    url('../assets/images/twilight-room-hero.jpeg') center/cover no-repeat;
  border-left:clamp(10px,1.5vw,22px) solid transparent;
  border-right:clamp(10px,1.5vw,22px) solid transparent;
  border-image:
    linear-gradient(
      90deg,
      #4f5354 0%,
      #777b7b 18%,
      #555959 36%,
      #8a8d8c 52%,
      #505454 68%,
      #747878 84%,
      #444849 100%
    ) 1;
  box-shadow:
    inset 18px 0 26px rgba(16,17,18,.36),
    inset -18px 0 26px rgba(16,17,18,.36);
}
.twilight-hero.twilight-hero-cta:before{
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  bottom:0;
  left:0;
  right:0;
  pointer-events:none;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,.07) 0 2px,
      transparent 2px 74px,
      rgba(17,18,19,.18) 74px 78px
    );
  mask:
    linear-gradient(to right,#000 0 24px,transparent 24px calc(100% - 24px),#000 calc(100% - 24px));
}
.twilight-hero.twilight-hero-cta .twilight-final-inner{
  width:min(980px,100%);
}
.twilight-hero.twilight-hero-cta p:not(.eyebrow){
  max-width:900px;
  font-size:clamp(16px,1.65vw,20px);
  line-height:1.72;
}
.twilight-page > .twilight-details{
  border-bottom:1px solid var(--gold);
}
@media(max-width:640px){
  .twilight-hero.twilight-hero-cta{
    border-left-width:8px;
    border-right-width:8px;
  }
  .twilight-hero.twilight-hero-cta:before{
    mask:linear-gradient(to right,#000 0 14px,transparent 14px calc(100% - 14px),#000 calc(100% - 14px));
  }
}


/* Twilight Tribe hero refinements — v27 */
.twilight-hero.twilight-hero-cta{
  border-left:0 !important;
  border-right:0 !important;
  border-image:none !important;
  box-shadow:none !important;
  background:
    linear-gradient(rgba(24,19,24,.44),rgba(24,19,24,.50)),
    url('../assets/images/twilight-room-hero.jpeg') center/cover no-repeat !important;
  padding-left:clamp(56px,7vw,110px);
  padding-right:clamp(56px,7vw,110px);
  overflow:hidden;
}
.twilight-hero.twilight-hero-cta:before,
.twilight-hero.twilight-hero-cta:after{
content:"";
position:absolute;
top:0;bottom:0;
width:clamp(36px,5vw,74px);
background-size:100% 100%;
background-repeat:no-repeat;
background-position:center;
z-index:1;
}
.twilight-hero.twilight-hero-cta:before{left:0;background-image:url('../assets/images/hero-stone-left.png');}
.twilight-hero.twilight-hero-cta:after{right:0;background-image:url('../assets/images/hero-stone-right.png');}
.twilight-hero.twilight-hero-cta:before{
  left:0;
  transform:scaleX(-1);
  transform-origin:center;
}
.twilight-hero.twilight-hero-cta:after{
  right:0;
  transform:none;
}
.twilight-hero.twilight-hero-cta .twilight-final-inner{
  position:relative;
  z-index:2;
}
.twilight-hero.twilight-hero-cta p:not(.eyebrow){
  line-height:1.48 !important;
  max-width:920px;
}
@media(max-width:640px){
  .twilight-hero.twilight-hero-cta{
    padding-left:38px;
    padding-right:38px;
  }
  .twilight-hero.twilight-hero-cta:before,
.twilight-hero.twilight-hero-cta:after{
content:"";
position:absolute;
top:0;bottom:0;
width:clamp(36px,5vw,74px);
background-size:100% 100%;
background-repeat:no-repeat;
background-position:center;
z-index:1;
}
.twilight-hero.twilight-hero-cta:before{left:0;background-image:url('../assets/images/hero-stone-left.png');}
.twilight-hero.twilight-hero-cta:after{right:0;background-image:url('../assets/images/hero-stone-right.png');}
  .twilight-hero.twilight-hero-cta p:not(.eyebrow){
    line-height:1.42 !important;
  }
}


/* Twilight Tribe hero replacement — v29 */
.twilight-hero.twilight-hero-cta {
  background:
    linear-gradient(rgba(24,19,24,.30),rgba(24,19,24,.36)),
    url('../assets/images/twilight-hero-composite.jpg') center/cover no-repeat !important;
  border:0 !important;
  box-shadow:none !important;
  padding-left:22px !important;
  padding-right:22px !important;
}
.twilight-hero.twilight-hero-cta:before,
.twilight-hero.twilight-hero-cta:after {
  display:none !important;
  content:none !important;
}
@media(max-width:640px) {
  .twilight-hero.twilight-hero-cta {
    background-position:center center !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
}

.twilight-hero.twilight-hero-cta h1{font-size:clamp(42px,6.2vw,76px)!important;line-height:1.02!important}.twilight-hero.twilight-hero-cta .twilight-final-inner{width:min(940px,100%)}.twilight-hero.twilight-hero-cta p:not(.eyebrow){max-width:860px;line-height:1.48!important}
.twilight-solitary,.twilight-variety{padding:clamp(64px,9vw,108px) 20px;background:linear-gradient(135deg,#e8dcc1,#d8c5bb);color:var(--ink);border-bottom:1px solid var(--gold)}.twilight-variety{background:linear-gradient(135deg,#d7c4cf,#eadfd4)}.twilight-copy-wrap{width:min(900px,100%);margin:auto;text-align:center}.twilight-copy-wrap h2{margin:.15em 0 .5em;font-size:clamp(38px,5.6vw,66px);line-height:1.06;font-weight:400;color:#4f374d}.twilight-copy-wrap p:not(.eyebrow){margin:0 auto 18px;font-size:17px;line-height:1.75}
.twilight-possibilities{padding:clamp(64px,9vw,108px) clamp(18px,5vw,72px);background:radial-gradient(circle at top,#322630,#171417 70%);color:var(--cream)}.possibility-grid{width:min(1120px,100%);margin:42px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.possibility-grid article{padding:clamp(26px,4vw,42px);border:1px solid rgba(180,147,83,.7);background:rgba(36,28,35,.86)}.possibility-grid h3{margin:0 0 12px;font-size:clamp(25px,3vw,36px);font-weight:400;color:#c7a7c2}.possibility-grid p{margin:0;line-height:1.7;color:#e7dce5}
.twilight-joining{padding:clamp(70px,10vw,120px) 20px;background:linear-gradient(rgba(24,19,24,.82),rgba(24,19,24,.82)),url("../assets/images/twilight-hero-composite.jpg") center/cover no-repeat;color:var(--cream);text-align:center}.twilight-joining .twilight-copy-wrap h2{color:var(--cream)}.twilight-joining .twilight-copy-wrap p:not(.eyebrow){color:#eee3eb}.twilight-joining .twilight-cta{margin-top:16px}@media(max-width:760px){.possibility-grid{grid-template-columns:1fr}.twilight-hero.twilight-hero-cta h1{font-size:clamp(38px,12vw,58px)!important}.twilight-copy-wrap h2{font-size:clamp(34px,10vw,52px)}}


/* Twilight Tribe refinements — v31 */
.twilight-hero.twilight-hero-cta{
  min-height:clamp(520px,72svh,760px) !important;
  padding-top:clamp(54px,7vw,86px) !important;
  padding-bottom:clamp(54px,7vw,86px) !important;
}
.twilight-hero.twilight-hero-cta .twilight-final-inner{
  width:min(820px,100%);
}
.twilight-joining{
  background:linear-gradient(135deg,#e8dcc1,#d8c5bb) !important;
  color:var(--ink) !important;
  border-top:1px solid var(--gold);
}
.twilight-joining .twilight-copy-wrap h2{
  color:#4f374d !important;
}
.twilight-joining .twilight-copy-wrap p:not(.eyebrow){
  color:var(--ink) !important;
}
.twilight-joining .twilight-cta{
  background:rgba(37,25,36,.88);
  color:var(--cream);
}
.twilight-joining .twilight-cta:hover,
.twilight-joining .twilight-cta:focus-visible{
  background:var(--gold);
  color:#21181f;
}
@media(max-width:640px){
  .twilight-hero.twilight-hero-cta{
    min-height:500px !important;
  }
}


/* Twilight Tribe video presentation — v32 */
.video-gallery{
  width:min(1180px,100%);
  margin:auto;
  display:grid;
  gap:64px;
}
.video-card,
.video-card:nth-child(even){
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:clamp(28px,5vw,64px);
  align-items:center;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.video-card:nth-child(even) .video-frame{
  order:2;
}
.video-card:nth-child(even) .video-copy{
  order:1;
}
.video-frame{
  position:relative;
  aspect-ratio:16/9;
  background:#0c0b0c;
  border:1px solid rgba(224,190,120,.96);
  box-shadow:
    0 0 24px rgba(224,190,120,.20),
    0 18px 42px rgba(0,0,0,.34);
  overflow:hidden;
}
.video-frame:before{
  content:"";
  position:absolute;
  inset:-12px;
  z-index:-1;
  background:radial-gradient(circle,rgba(224,190,120,.18),transparent 66%);
  filter:blur(10px);
  pointer-events:none;
}
.video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.video-copy{
  padding:0 !important;
  display:block;
  background:transparent !important;
}
.video-copy h3{
  margin:0 0 14px;
  font-size:clamp(28px,3.2vw,40px);
  font-weight:400;
  color:#c7a7c2;
}
.video-copy p{
  margin:0;
  line-height:1.72;
  color:#e7dce5;
}
@media(max-width:900px){
  .video-card,
  .video-card:nth-child(even){
    grid-template-columns:1fr;
    gap:24px;
  }
  .video-card:nth-child(even) .video-frame,
  .video-card:nth-child(even) .video-copy{
    order:initial;
  }
  .video-copy{
    text-align:center;
    max-width:760px;
    margin:0 auto;
  }
}


/* Twilight Tribe hero image update — v34 */
.twilight-hero.twilight-hero-cta {
  background:
    linear-gradient(rgba(24,19,24,.30),rgba(24,19,24,.36)),
    url('../assets/images/twilight-hero-library-room.jpg') center/cover no-repeat !important;
}
@media(max-width:640px) {
  .twilight-hero.twilight-hero-cta {
    background-position:center center !important;
  }
}


/* Book Club hero page — v35 */
.book-club-page{
  padding-top:var(--header);
  min-height:100vh;
  background:#2b171a;
}
.book-club-hero{
  min-height:calc(100svh - var(--header));
  position:relative;
  display:grid;
  place-items:center;
  padding:clamp(54px,8vw,96px) 22px;
  background:
    linear-gradient(rgba(37,18,24,.30),rgba(37,18,24,.54)),
    url('../assets/images/book-club-hero.jpg') center/cover no-repeat;
  color:var(--cream);
  text-align:center;
  overflow:hidden;
}
.book-club-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(28,12,18,.58),rgba(28,12,18,.05) 58%,rgba(28,12,18,.22));
  pointer-events:none;
}
.book-club-hero-overlay{
  position:relative;
  z-index:1;
  width:min(820px,100%);
  padding:clamp(28px,5vw,54px);
  background:rgba(31,15,22,.38);
  border:1px solid rgba(190,151,82,.58);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(2px);
}
.book-club-hero-overlay h1{
  margin:.08em 0 .18em;
  font-size:clamp(56px,9vw,104px);
  line-height:.94;
  font-weight:400;
}
.book-club-hero-overlay p:not(.eyebrow){
  margin:0 auto 28px;
  max-width:620px;
  font-size:clamp(18px,2vw,24px);
  line-height:1.55;
  color:#f0dfd3;
}
.book-club-cta{
  display:inline-block;
  padding:14px 28px;
  border:1px solid var(--gold);
  background:rgba(80,36,45,.90);
  color:var(--cream);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.12em;
  transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease;
}
.book-club-cta:hover,
.book-club-cta:focus-visible{
  background:var(--gold);
  color:#2b171a;
  border-color:var(--cream);
  transform:translateY(-2px);
}
@media(max-width:640px){
  .book-club-hero{
    min-height:calc(100svh - var(--header));
    background-position:center center;
    padding:42px 16px;
  }
  .book-club-hero-overlay{
    padding:28px 18px;
  }
  .book-club-hero-overlay h1{
    font-size:clamp(48px,16vw,72px);
  }
}


/* Herbal Roundtable and Courses hero pages — v36 */
.roundtable-page,
.courses-page {
  padding-top:var(--header);
  min-height:100vh;
}

.roundtable-hero,
.courses-hero {
  min-height:calc(100svh - var(--header));
  position:relative;
  display:grid;
  place-items:center;
  padding:clamp(54px,8vw,96px) 22px;
  color:var(--cream);
  text-align:center;
  overflow:hidden;
}

.roundtable-hero {
  background:
    linear-gradient(rgba(30,38,24,.28),rgba(30,38,24,.48)),
    url('../assets/images/herbal-roundtable-hero.jpeg') center/cover no-repeat;
}

.courses-hero {
  background:
    linear-gradient(rgba(13,33,43,.25),rgba(13,33,43,.48)),
    url('../assets/images/courses-hero.jpeg') center/cover no-repeat;
}

.roundtable-hero::after,
.courses-hero::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

.roundtable-hero::after {
  background:linear-gradient(to top,rgba(22,29,18,.55),rgba(22,29,18,.04) 58%,rgba(22,29,18,.18));
}

.courses-hero::after {
  background:linear-gradient(to top,rgba(8,25,35,.55),rgba(8,25,35,.04) 58%,rgba(8,25,35,.18));
}

.room-hero-overlay {
  position:relative;
  z-index:1;
  width:min(820px,100%);
  padding:clamp(28px,5vw,54px);
  border:1px solid rgba(190,151,82,.62);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(2px);
}

.roundtable-hero-overlay {
  background:rgba(27,42,25,.36);
}

.courses-hero-overlay {
  background:rgba(11,32,43,.38);
}

.room-hero-overlay h1 {
  margin:.08em 0 .18em;
  font-size:clamp(52px,8vw,96px);
  line-height:.96;
  font-weight:400;
}

.room-hero-overlay p:not(.eyebrow) {
  margin:0 auto 28px;
  max-width:640px;
  font-size:clamp(18px,2vw,24px);
  line-height:1.55;
  color:#f1e7d7;
}

.room-hero-cta {
  display:inline-block;
  padding:14px 28px;
  border:1px solid var(--gold);
  color:var(--cream);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.12em;
  transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease;
}

.roundtable-cta {
  background:rgba(42,69,40,.92);
}

.courses-cta {
  background:rgba(15,52,69,.92);
}

.room-hero-cta:hover,
.room-hero-cta:focus-visible {
  background:var(--gold);
  color:#21181f;
  border-color:var(--cream);
  transform:translateY(-2px);
}

@media(max-width:640px) {
  .roundtable-hero,
  .courses-hero {
    min-height:calc(100svh - var(--header));
    padding:42px 16px;
    background-position:center center;
  }

  .room-hero-overlay {
    padding:28px 18px;
  }

  .room-hero-overlay h1 {
    font-size:clamp(44px,14vw,68px);
  }
}


/* Remove hero text panels — v37 */
.book-club-hero-overlay,
.roundtable-hero-overlay,
.courses-hero-overlay,
.room-hero-overlay{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.book-club-hero-overlay,
.room-hero-overlay{
  text-shadow:0 3px 18px rgba(0,0,0,.86);
}

/* v40 hero overlays */
.book-club-hero{
  background:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.28)),url('../assets/images/book-club-hero.jpg') center/cover no-repeat!important;
}
.roundtable-hero{
  background:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.28)),url('../assets/images/herbal-roundtable-hero.jpeg') center/cover no-repeat!important;
}
.courses-hero{
  background:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.28)),url('../assets/images/courses-hero.jpeg') center/cover no-repeat!important;
}
.book-club-hero::after,.roundtable-hero::after,.courses-hero::after{
  background:linear-gradient(to top,rgba(0,0,0,.24),rgba(0,0,0,.02) 62%,rgba(0,0,0,.10))!important;
}


/* Book Club sections 2 and 3 — v41 */
.book-membership-offers{
  padding:clamp(70px,9vw,118px) 22px;
  background:linear-gradient(rgba(242,234,223,.82),rgba(231,216,200,.82)),url('../images/twilight-section2-bg.jpg') center/cover no-repeat;
  color:var(--ink);
  border-top:1px solid var(--gold);
  border-bottom:1px solid var(--gold);
}
.book-section-inner{
  width:min(1160px,100%);
  margin:0 auto;
}
.book-membership-offers .eyebrow,
.book-reading-together .eyebrow{
  text-align:center;
}
.book-membership-offers h2,
.book-reading-together h2{
  margin:.12em auto .34em;
  max-width:900px;
  text-align:center;
  font-size:clamp(42px,6vw,72px);
  line-height:1.02;
  font-weight:400;
}
.book-membership-offers h2{
  color:#6f2f3d;
}
.book-section-intro,
.book-reading-copy{
  max-width:900px;
  margin:0 auto 18px;
  text-align:center;
  font-size:17px;
  line-height:1.74;
}
.book-offers-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px 38px;
  margin-top:48px;
}
.book-offer-item{
  padding:8px 4px 24px;
  border-bottom:1px solid rgba(111,47,61,.26);
}
.book-offer-item h3{
  margin:0 0 12px;
  font-size:clamp(25px,2.7vw,34px);
  font-weight:400;
  color:#6f2f3d;
}
.book-offer-item p{
  margin:0;
  line-height:1.7;
}
.book-reading-together{
  position:relative;
  background:url('../assets/images/book-club-shelves.jpg') center/cover no-repeat;
  color:var(--cream);
}
.book-reading-overlay{
  padding:clamp(78px,10vw,128px) 22px;
  background:linear-gradient(rgba(33,10,16,.40),rgba(33,10,16,.54));
}
.book-reading-together h2{
  color:#f2e5d3;
  text-shadow:0 3px 18px rgba(0,0,0,.75);
}
.book-reading-copy{
  color:#f0e5df;
  text-shadow:0 2px 12px rgba(0,0,0,.68);
}
.book-shared-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  margin-top:52px;
}
.book-shared-card{
  padding:clamp(26px,3.5vw,38px);
  background:#6f2f3d;
  border:1px solid rgba(219,180,96,.92);
  box-shadow:0 0 24px rgba(219,180,96,.16),0 18px 42px rgba(0,0,0,.34);
}
.book-shared-card h3{
  margin:0 0 12px;
  font-size:clamp(25px,2.8vw,36px);
  font-weight:400;
  color:#f4e4c8;
}
.book-shared-card p{
  margin:0;
  line-height:1.68;
  color:#f3e8e4;
}
@media(max-width:800px){
  .book-offers-grid,
  .book-shared-grid{
    grid-template-columns:1fr;
  }
  .book-section-intro,
  .book-reading-copy{
    text-align:left;
  }
}


/* Book Club interactive library — v42 */
.book-library-section{
  padding:clamp(78px,10vw,128px) 22px;
  background:linear-gradient(135deg,#f2eadf,#e8dacb);
  color:var(--ink);
  border-top:1px solid var(--gold);
  border-bottom:1px solid var(--gold);
}
.book-library-section h2{
  margin:.12em auto .32em;
  max-width:900px;
  text-align:center;
  font-size:clamp(42px,6vw,72px);
  line-height:1.02;
  font-weight:400;
  color:#6f2f3d;
}
.book-library-intro{
  max-width:820px;
  margin:0 auto 52px;
  text-align:center;
  font-size:17px;
  line-height:1.72;
}
.book-library{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(36px,6vw,78px);
  align-items:center;
}
.book-shelf{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:clamp(12px,2vw,24px);
  padding:48px 28px 72px;
}
.book-shelf::before{
  content:"";
  position:absolute;
  left:3%;
  right:3%;
  bottom:38px;
  height:28px;
  background:linear-gradient(#5d3527,#321b16);
  border:1px solid #c39a53;
  box-shadow:0 18px 24px rgba(46,25,20,.30), inset 0 2px 3px rgba(255,255,255,.10);
}
.book-shelf::after{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  bottom:22px;
  height:16px;
  background:#2b1714;
  box-shadow:0 12px 18px rgba(0,0,0,.22);
}
.library-book{
  position:relative;
  z-index:1;
  width:min(22%,150px);
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  transform-origin:bottom center;
  transition:transform .42s ease,filter .42s ease;
}
.library-book img{
  display:block;
  width:100%;
  aspect-ratio:2/3;
  object-fit:cover;
  border:1px solid rgba(197,154,83,.72);
  box-shadow:0 10px 18px rgba(30,16,13,.34);
}
.library-book .book-glow{
  position:absolute;
  inset:8% -8% -4%;
  z-index:-1;
  background:radial-gradient(circle,rgba(223,184,96,.55),rgba(223,184,96,0) 68%);
  filter:blur(18px);
  opacity:0;
  transition:opacity .42s ease;
}
.library-book:hover,
.library-book:focus-visible,
.library-book.is-active{
  transform:translateY(-34px) rotate(-1.8deg) scale(1.035);
  filter:drop-shadow(0 20px 18px rgba(40,20,16,.28));
  outline:none;
}
.library-book:nth-child(even):hover,
.library-book:nth-child(even):focus-visible,
.library-book:nth-child(even).is-active{
  transform:translateY(-34px) rotate(1.8deg) scale(1.035);
}
.library-book:hover .book-glow,
.library-book:focus-visible .book-glow,
.library-book.is-active .book-glow{
  opacity:1;
}
.library-details{
  min-height:560px;
  display:flex;
  align-items:center;
}
.library-panel{
  width:100%;
  padding:clamp(28px,4vw,46px);
  background:#fffaf1;
  border:1px solid rgba(111,47,61,.28);
  box-shadow:0 18px 42px rgba(75,42,35,.16);
  animation:libraryFade .45s ease both;
}
@keyframes libraryFade{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
.library-kicker{
  margin:0 0 9px;
  color:#8d5e65;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
}
.library-panel h3{
  margin:0;
  color:#6f2f3d;
  font-size:clamp(36px,4.5vw,58px);
  line-height:1;
  font-weight:400;
}
.library-author{
  margin:8px 0 22px;
  color:#87645f;
  font-style:italic;
}
.library-panel > p:not(.library-kicker):not(.library-author){
  line-height:1.72;
}
.library-recommended{
  margin:22px 0;
  padding:14px 16px;
  background:#f1e2d5;
  border-left:3px solid #b58a4a;
  line-height:1.55;
}
.library-panel details{
  margin:20px 0 24px;
  border-top:1px solid rgba(111,47,61,.18);
  border-bottom:1px solid rgba(111,47,61,.18);
}
.library-panel summary{
  padding:15px 0;
  cursor:pointer;
  color:#6f2f3d;
  font-weight:700;
}
.library-panel details p{
  margin:0 0 16px;
  line-height:1.65;
}
.library-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px 24px;
  align-items:center;
}
.library-primary[aria-disabled="true"]{
  opacity:.58;
  pointer-events:none;
}
.library-affiliate{
  color:#6f2f3d;
  text-decoration:none;
  border-bottom:1px solid rgba(111,47,61,.38);
  padding-bottom:3px;
}
.library-affiliate:hover,
.library-affiliate:focus-visible{
  color:#a66a45;
  border-color:#a66a45;
}
@media(max-width:980px){
  .book-library{
    grid-template-columns:1fr;
  }
  .book-shelf{
    min-height:430px;
  }
  .library-details{
    min-height:0;
  }
}
@media(max-width:640px){
  .book-shelf{
    min-height:350px;
    gap:8px;
    padding:32px 8px 58px;
  }
  .library-book{
    width:23%;
  }
  .library-book:hover,
  .library-book:focus-visible,
  .library-book.is-active,
  .library-book:nth-child(even):hover,
  .library-book:nth-child(even):focus-visible,
  .library-book:nth-child(even).is-active{
    transform:translateY(-18px) scale(1.025);
  }
  .library-panel{
    padding:24px 20px;
  }
  .library-actions{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* Book Club two-shelf centered library — v43 */
.book-library{
  display:block !important;
}
.book-shelf-group{
  width:min(1120px,100%);
  margin:0 auto;
}
.book-shelf{
  min-height:0 !important;
  width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:clamp(18px,2.4vw,34px);
  padding:54px clamp(20px,4vw,50px) 76px;
  overflow:visible;
}
.book-shelf + .book-shelf{
  margin-top:18px;
}
.book-shelf::before{
  left:2% !important;
  right:2% !important;
  bottom:39px !important;
}
.book-shelf::after{
  left:7% !important;
  right:7% !important;
  bottom:22px !important;
}
.shelf-four .library-book{
  width:clamp(145px,18vw,205px) !important;
}
.shelf-five .library-book{
  width:clamp(125px,15vw,175px) !important;
}
.library-details{
  min-height:0 !important;
  width:min(920px,100%);
  margin:28px auto 0;
  display:block !important;
}
.library-details:not(.is-open){
  display:none !important;
}
.library-panel{
  width:100%;
  margin:0 auto;
  animation:librarySlideDown .44s ease both !important;
}
@keyframes librarySlideDown{
  from{opacity:0;transform:translateY(-18px);max-height:0}
  to{opacity:1;transform:translateY(0);max-height:1100px}
}
.library-book{
  flex:0 0 auto;
}
.library-book:hover,
.library-book:focus-visible{
  transform:translateY(-12px) scale(1.018) !important;
}
.library-book:nth-child(even):hover,
.library-book:nth-child(even):focus-visible{
  transform:translateY(-12px) scale(1.018) !important;
}
.library-book.is-active{
  transform:translateY(-38px) rotate(-1.8deg) scale(1.045) !important;
}
.library-book:nth-child(even).is-active{
  transform:translateY(-38px) rotate(1.8deg) scale(1.045) !important;
}
@media(max-width:900px){
  .book-shelf{
    justify-content:flex-start;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    padding-left:24px;
    padding-right:24px;
    scrollbar-width:thin;
  }
  .library-book{
    scroll-snap-align:center;
  }
  .shelf-four .library-book,
  .shelf-five .library-book{
    width:clamp(150px,34vw,190px) !important;
  }
}
@media(max-width:640px){
  .book-shelf{
    gap:16px;
    padding-top:38px;
    padding-bottom:64px;
  }
  .book-shelf + .book-shelf{
    margin-top:10px;
  }
  .shelf-four .library-book,
  .shelf-five .library-book{
    width:148px !important;
  }
  .library-book.is-active,
  .library-book:nth-child(even).is-active{
    transform:translateY(-22px) scale(1.035) !important;
  }
  .library-details{
    margin-top:18px;
  }
}


/* Book Club centered modal library — v44 */
.book-shelf-group{
  width:min(1000px,100%);
}
.book-shelf{
  gap:clamp(10px,1.5vw,20px) !important;
  padding:38px clamp(12px,2.4vw,28px) 62px !important;
  justify-content:center !important;
  overflow:visible !important;
}
.shelf-four .library-book{
  width:clamp(118px,15vw,165px) !important;
}
.shelf-five .library-book{
  width:clamp(98px,12vw,138px) !important;
}
.library-book:hover,
.library-book:focus-visible{
  transform:translateY(-8px) scale(1.015) !important;
}
.library-book:nth-child(even):hover,
.library-book:nth-child(even):focus-visible{
  transform:translateY(-8px) scale(1.015) !important;
}
.library-book.is-active{
  transform:translateY(-18px) scale(1.035) !important;
}
.library-book:nth-child(even).is-active{
  transform:translateY(-18px) scale(1.035) !important;
}

/* Centered description overlay */
.library-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  place-items:center;
  padding:clamp(18px,4vw,44px);
}
.library-modal.is-open{
  display:grid;
}
.library-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(18,10,14,.58);
  backdrop-filter:blur(3px);
}
.library-modal-card{
  position:relative;
  z-index:1;
  width:min(760px,92vw);
  max-height:min(82vh,860px);
  overflow:auto;
  border:1px solid rgba(219,180,96,.92);
  box-shadow:
    0 0 34px rgba(219,180,96,.18),
    0 30px 90px rgba(0,0,0,.48);
  background:#fffaf1;
}
.library-modal-close{
  position:absolute;
  top:12px;
  right:14px;
  z-index:3;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(111,47,61,.35);
  background:#6f2f3d;
  color:#fff4e6;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.library-modal-close:hover,
.library-modal-close:focus-visible{
  background:#b58a4a;
  color:#2b171a;
  outline:none;
}
.library-details{
  width:100% !important;
  margin:0 !important;
  display:block !important;
  min-height:0 !important;
}
.library-details:not(.is-open){
  display:block !important;
}
.library-panel{
  width:100%;
  margin:0;
  padding:clamp(30px,5vw,52px);
  border:0;
  box-shadow:none;
  animation:libraryModalIn .34s ease both !important;
}
@keyframes libraryModalIn{
  from{opacity:0;transform:scale(.96) translateY(10px)}
  to{opacity:1;transform:scale(1) translateY(0)}
}
body.library-modal-open{
  overflow:hidden;
}

@media(max-width:900px){
  .book-shelf{
    overflow:visible !important;
    flex-wrap:nowrap;
    justify-content:center !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .shelf-four .library-book{
    width:clamp(92px,20vw,125px) !important;
  }
  .shelf-five .library-book{
    width:clamp(74px,16vw,102px) !important;
  }
}
@media(max-width:640px){
  .book-shelf{
    gap:7px !important;
    padding-top:26px !important;
    padding-bottom:52px !important;
  }
  .shelf-four .library-book{
    width:21.5vw !important;
    max-width:92px !important;
    min-width:72px !important;
  }
  .shelf-five .library-book{
    width:17vw !important;
    max-width:72px !important;
    min-width:56px !important;
  }
  .library-book.is-active,
  .library-book:nth-child(even).is-active{
    transform:translateY(-10px) scale(1.025) !important;
  }
  .library-modal{
    padding:12px;
  }
  .library-modal-card{
    width:94vw;
    max-height:88vh;
  }
  .library-panel{
    padding:52px 20px 24px;
  }
}


/* Book Club professional cover sizing and 2–3–4 shelves — v45 */
.book-shelf-group{
  width:min(1040px,100%) !important;
  margin:0 auto !important;
}
.book-shelf{
  display:flex !important;
  justify-content:center !important;
  align-items:flex-end !important;
  flex-wrap:nowrap !important;
  overflow:visible !important;
  gap:clamp(22px,3vw,44px) !important;
  padding:34px clamp(16px,3vw,36px) 66px !important;
}
.book-shelf + .book-shelf{
  margin-top:10px !important;
}
.library-book{
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  flex:0 1 auto !important;
}
.shelf-two .library-book{
  height:clamp(250px,31vw,365px) !important;
}
.shelf-three .library-book{
  height:clamp(220px,26vw,320px) !important;
}
.shelf-four-final .library-book{
  height:clamp(190px,21vw,270px) !important;
}
.library-book img{
  width:auto !important;
  height:100% !important;
  max-width:100% !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  background:transparent !important;
}
@media(max-width:800px){
  .book-shelf{
    gap:clamp(10px,2.5vw,20px) !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
  .shelf-two .library-book{
    height:clamp(205px,43vw,290px) !important;
  }
  .shelf-three .library-book{
    height:clamp(160px,31vw,220px) !important;
  }
  .shelf-four-final .library-book{
    height:clamp(125px,23vw,170px) !important;
  }
}
@media(max-width:520px){
  .book-shelf{
    gap:8px !important;
    padding-top:24px !important;
    padding-bottom:54px !important;
  }
  .shelf-two .library-book{
    height:42vw !important;
    max-height:220px !important;
  }
  .shelf-three .library-book{
    height:29vw !important;
    max-height:155px !important;
  }
  .shelf-four-final .library-book{
    height:21vw !important;
    max-height:112px !important;
  }
}


/* Book Club equalized shelf heights — v46 */
.shelf-two .library-book,
.shelf-three .library-book,
.shelf-four-final .library-book{
  height:clamp(190px,21vw,270px) !important;
}
@media(max-width:800px){
  .shelf-two .library-book,
  .shelf-three .library-book,
  .shelf-four-final .library-book{
    height:clamp(125px,23vw,170px) !important;
  }
}
@media(max-width:520px){
  .shelf-two .library-book,
  .shelf-three .library-book,
  .shelf-four-final .library-book{
    height:21vw !important;
    max-height:112px !important;
  }
}


/* Book Club proportional shelf lengths and spacing — v47 */
.book-shelf-group{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:clamp(26px,4vw,48px) !important;
}

/* Let each shelf visually fit the books placed on it */
.book-shelf{
  width:auto !important;
  min-width:0 !important;
  margin:0 auto !important;
  position:relative !important;
  padding-top:28px !important;
  padding-bottom:62px !important;
}

/* Shorter top shelf for two books */
.shelf-two{
  width:min(460px,92%) !important;
  padding-left:30px !important;
  padding-right:30px !important;
}

/* Middle shelf extends only slightly beyond the three books */
.shelf-three{
  width:min(650px,96%) !important;
  padding-left:34px !important;
  padding-right:34px !important;
}

/* Bottom shelf sized for four books */
.shelf-four-final{
  width:min(820px,100%) !important;
  padding-left:38px !important;
  padding-right:38px !important;
}

/* Keep shelf boards proportional to each shelf container */
.book-shelf::before{
  left:0 !important;
  right:0 !important;
}
.book-shelf::after{
  left:6% !important;
  right:6% !important;
}

/* Prevent the books from shrinking too aggressively */
.shelf-two .library-book,
.shelf-three .library-book,
.shelf-four-final .library-book{
  height:clamp(170px,19vw,245px) !important;
}

/* Keep a clear visual gap between the book rows and shelf below */
.book-shelf + .book-shelf{
  margin-top:0 !important;
}

@media(max-width:800px){
  .book-shelf-group{
    gap:28px !important;
  }

  .shelf-two{
    width:min(360px,94%) !important;
  }

  .shelf-three{
    width:min(470px,97%) !important;
  }

  .shelf-four-final{
    width:100% !important;
  }

  .shelf-two .library-book,
  .shelf-three .library-book,
  .shelf-four-final .library-book{
    height:clamp(120px,24vw,170px) !important;
  }
}

@media(max-width:520px){
  .book-shelf-group{
    gap:24px !important;
  }

  .book-shelf{
    padding-top:20px !important;
    padding-bottom:52px !important;
  }

  .shelf-two{
    width:72% !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .shelf-three{
    width:88% !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .shelf-four-final{
    width:100% !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .shelf-two .library-book,
  .shelf-three .library-book,
  .shelf-four-final .library-book{
    height:clamp(92px,22vw,125px) !important;
  }
}


/* Remove empty space around book covers — v48 */
.shelf-two .library-book,
.shelf-three .library-book,
.shelf-four-final .library-book{
  height:auto !important;
  width:auto !important;
  display:block !important;
  line-height:0 !important;
  background:transparent !important;
}

.shelf-two .library-book img,
.shelf-three .library-book img,
.shelf-four-final .library-book img{
  display:block !important;
  width:auto !important;
  height:clamp(170px,19vw,245px) !important;
  max-width:none !important;
  aspect-ratio:auto !important;
  object-fit:initial !important;
  object-position:initial !important;
  margin:0 !important;
}

/* Keep each cover fully visible with no beige button area above it */
.library-book{
  padding:0 !important;
  border:0 !important;
  overflow:visible !important;
}

@media(max-width:800px){
  .shelf-two .library-book img,
  .shelf-three .library-book img,
  .shelf-four-final .library-book img{
    height:clamp(120px,24vw,170px) !important;
  }
}

@media(max-width:520px){
  .shelf-two .library-book img,
  .shelf-three .library-book img,
  .shelf-four-final .library-book img{
    height:clamp(92px,22vw,125px) !important;
  }
}


/* Book Club heading and closing section refinements — v49 */
.book-library-eyebrow{
  text-align:center !important;
  display:block;
  width:100%;
}
.book-club-join{
  padding:clamp(78px,10vw,126px) 22px;
  background:linear-gradient(135deg,#5b2734,#7a3446);
  color:#f7eee3;
  text-align:center;
  border-top:1px solid var(--gold);
}
.book-join-inner{
  width:min(860px,100%);
  margin:0 auto;
}
.book-club-join h2{
  margin:.12em 0 .32em;
  font-size:clamp(44px,6.5vw,76px);
  line-height:1;
  font-weight:400;
  color:#f7e8cf;
}
.book-club-join p{
  max-width:760px;
  margin:0 auto 18px;
  font-size:17px;
  line-height:1.74;
  color:#f3e5df;
}
.book-club-join .book-join-detail{
  margin-top:26px;
  color:#e7c991;
  font-size:15px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.book-club-join .book-club-cta{
  margin-top:18px;
}


/* Book Club responsive shelf stability — v50 */
.book-shelf-group{
  width:100% !important;
  max-width:1040px !important;
  margin-inline:auto !important;
  gap:clamp(34px,5vw,56px) !important;
}

.book-shelf{
  display:flex !important;
  width:max-content !important;
  max-width:100% !important;
  margin-inline:auto !important;
  justify-content:center !important;
  align-items:flex-end !important;
  gap:clamp(18px,2vw,30px) !important;
  padding:30px clamp(24px,3vw,38px) 64px !important;
}

/* The board now follows the true width of each book group */
.shelf-two{
  width:max-content !important;
}
.shelf-three{
  width:max-content !important;
}
.shelf-four-final{
  width:max-content !important;
}

/* Stable book heights instead of viewport-width shrinking */
.shelf-two .library-book img,
.shelf-three .library-book img,
.shelf-four-final .library-book img{
  height:232px !important;
}

/* Give the wider four-book row only a very small reduction */
.shelf-four-final .library-book img{
  height:218px !important;
}

.book-shelf::before{
  left:0 !important;
  right:0 !important;
}
.book-shelf::after{
  left:5% !important;
  right:5% !important;
}

@media(max-width:900px){
  .book-shelf-group{
    gap:38px !important;
  }

  .book-shelf{
    gap:16px !important;
    padding-left:22px !important;
    padding-right:22px !important;
  }

  .shelf-two .library-book img,
  .shelf-three .library-book img{
    height:180px !important;
  }

  .shelf-four-final .library-book img{
    height:156px !important;
  }
}

@media(max-width:640px){
  .book-shelf-group{
    gap:32px !important;
  }

  .book-shelf{
    gap:10px !important;
    padding:24px 14px 56px !important;
  }

  .shelf-two .library-book img{
    height:148px !important;
  }

  .shelf-three .library-book img{
    height:136px !important;
  }

  .shelf-four-final .library-book img{
    height:112px !important;
  }
}

@media(max-width:420px){
  .book-shelf{
    gap:7px !important;
    padding-left:9px !important;
    padding-right:9px !important;
  }

  .shelf-two .library-book img{
    height:130px !important;
  }

  .shelf-three .library-book img{
    height:116px !important;
  }

  .shelf-four-final .library-book img{
    height:94px !important;
  }
}


/* v51 spacing refinements for Book Club page */
.bookclub-membership-section{
  padding-top: clamp(60px,7vw,82px) !important;
}

.bookclub-library-section{
  padding-top: clamp(52px,6vw,72px) !important;
  padding-bottom: clamp(58px,7vw,82px) !important;
}

.bookclub-look-inside-section{
  padding-top: clamp(56px,6vw,76px) !important;
}

.bookclub-join-section{
  padding-top: clamp(58px,6vw,80px) !important;
}


/* Book Club section two and three content revision — v53 */
.book-membership-offers .book-section-inner{
  width:min(980px,100%);
}
.book-membership-offers .book-section-intro + .book-section-intro{
  margin-top:16px;
}


/* Herbal Roundtable five-section structure — v54 */
.roundtable-inner{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto;
}
.roundtable-about{
  padding:clamp(66px,8vw,104px) 0;
  background:linear-gradient(135deg,#f1eadb,#e4d7c4);
  color:var(--ink);
  border-top:1px solid var(--gold);
  border-bottom:1px solid var(--gold);
}
.roundtable-about .roundtable-inner{
  width:min(920px,calc(100% - 40px));
  text-align:center;
}
.roundtable-about h2,
.roundtable-heading h2,
.roundtable-join h2{
  margin:.12em auto .38em;
  font-size:clamp(42px,6vw,72px);
  line-height:1.02;
  font-weight:400;
}
.roundtable-about h2{
  color:#42583a;
}
.roundtable-about p:not(.eyebrow){
  margin:0 auto 18px;
  font-size:17px;
  line-height:1.75;
}

.roundtable-value{
  padding:clamp(72px,9vw,112px) 0;
  background:radial-gradient(circle at top,#344630,#1d281b 72%);
  color:var(--cream);
}
.roundtable-heading{
  width:min(860px,100%);
  margin:0 auto 48px;
  text-align:center;
}
.roundtable-heading h2{
  color:#efe4c9;
}
.roundtable-heading > p:not(.eyebrow){
  max-width:760px;
  margin:0 auto;
  line-height:1.72;
  color:#e1e8da;
}
.roundtable-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}
.roundtable-card{
  padding:clamp(28px,4vw,42px);
  background:#2f432d;
  border:1px solid rgba(202,164,88,.9);
  box-shadow:
    0 0 22px rgba(202,164,88,.14),
    0 18px 42px rgba(0,0,0,.30);
}
.roundtable-card h3{
  margin:0 0 12px;
  font-size:clamp(26px,3vw,36px);
  font-weight:400;
  color:#ecd59f;
}
.roundtable-card p{
  margin:0;
  line-height:1.7;
  color:#edf1e8;
}

.roundtable-videos{
  padding:clamp(72px,9vw,112px) 0;
  background:linear-gradient(135deg,#ebe2d0,#d9c8ae);
  color:var(--ink);
  border-bottom:1px solid var(--gold);
}
.roundtable-videos .roundtable-heading h2{
  color:#42583a;
}
.roundtable-videos .roundtable-heading > p:not(.eyebrow){
  color:#4a4a40;
}
.roundtable-video-list{
  display:grid;
  gap:56px;
}
.roundtable-video-item{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:clamp(28px,5vw,64px);
  align-items:center;
}
.roundtable-video-item:nth-child(even) .roundtable-video-placeholder{
  order:2;
}
.roundtable-video-item:nth-child(even) .roundtable-video-copy{
  order:1;
}
.roundtable-video-placeholder{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  background:
    linear-gradient(rgba(27,40,24,.42),rgba(27,40,24,.62)),
    radial-gradient(circle at center,#6d805d,#30412b);
  border:1px solid rgba(202,164,88,.94);
  box-shadow:
    0 0 24px rgba(202,164,88,.18),
    0 18px 42px rgba(45,35,24,.28);
  color:#f0e4c7;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
}
.roundtable-video-copy h3{
  margin:0 0 14px;
  font-size:clamp(30px,3.5vw,42px);
  font-weight:400;
  color:#42583a;
}
.roundtable-video-copy p{
  margin:0;
  line-height:1.72;
}

.roundtable-join{
  padding:clamp(74px,9vw,116px) 0;
  background:linear-gradient(135deg,#31432c,#43583b);
  color:#f1eadc;
  text-align:center;
  border-bottom:1px solid var(--gold);
}
.roundtable-join-inner{
  width:min(860px,calc(100% - 40px));
}
.roundtable-join h2{
  color:#f0dfb5;
}
.roundtable-join p{
  max-width:760px;
  margin:0 auto 18px;
  font-size:17px;
  line-height:1.74;
  color:#e6ece1;
}
.roundtable-join .roundtable-cta{
  margin-top:18px;
  display:inline-block;
  padding:14px 28px;
  border:1px solid var(--gold);
  background:#294026;
  color:var(--cream);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.12em;
  transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease;
}
.roundtable-join .roundtable-cta:hover,
.roundtable-join .roundtable-cta:focus-visible{
  background:var(--gold);
  color:#1d281b;
  border-color:var(--cream);
  transform:translateY(-2px);
}

@media(max-width:900px){
  .roundtable-grid{
    grid-template-columns:1fr;
  }
  .roundtable-video-item,
  .roundtable-video-item:nth-child(even){
    grid-template-columns:1fr;
    gap:24px;
  }
  .roundtable-video-item:nth-child(even) .roundtable-video-placeholder,
  .roundtable-video-item:nth-child(even) .roundtable-video-copy{
    order:initial;
  }
  .roundtable-video-copy{
    text-align:center;
    max-width:760px;
    margin:0 auto;
  }
}

.twilight-inner{width:min(1160px,calc(100% - 40px));margin:0 auto}
.twilight-about{padding:clamp(66px,8vw,104px) 0;background:linear-gradient(rgba(242,234,223,.82),rgba(231,216,200,.82)),url('../images/twilight-section2-bg.jpg') center/cover no-repeat;color:var(--ink);border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}
.twilight-about .twilight-inner{width:min(920px,calc(100% - 40px));text-align:center}
.twilight-about h2,.twilight-heading h2,.twilight-join-simple h2{margin:.12em auto .38em;font-size:clamp(42px,6vw,72px);line-height:1.02;font-weight:400}
.twilight-about h2{color:#5b3f59}.twilight-about p:not(.eyebrow){margin:0 auto 18px;font-size:17px;line-height:1.75}
.twilight-inside{padding:clamp(72px,9vw,112px) 0;background:radial-gradient(circle at top,#382b39,#1d171e 72%);color:var(--cream)}
.twilight-heading{width:min(860px,100%);margin:0 auto 48px;text-align:center}.twilight-heading h2{color:#efe4c9}.twilight-heading>p:not(.eyebrow){max-width:760px;margin:0 auto;line-height:1.72;color:#e8dfe7}
.twilight-inside-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.twilight-inside-card{padding:clamp(28px,4vw,42px);background:#553d57;border:1px solid rgba(202,164,88,.9);box-shadow:0 0 22px rgba(202,164,88,.14),0 18px 42px rgba(0,0,0,.30)}
.twilight-inside-card h3{margin:0 0 12px;font-size:clamp(26px,3vw,36px);font-weight:400;color:#ecd59f}.twilight-inside-card p{margin:0;line-height:1.7;color:#f0e8ef}
.twilight-selected{padding:clamp(72px,9vw,112px) 0;background:linear-gradient(135deg,#eee5d8,#dcccbc);color:var(--ink);border-bottom:1px solid var(--gold)}
.twilight-selected .twilight-heading h2{color:#5b3f59}.twilight-selected .twilight-heading>p:not(.eyebrow){color:#4b4348}.twilight-selected-list{display:grid;gap:56px}
.twilight-selected-item{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(28px,5vw,64px);align-items:center}
.twilight-selected-item:nth-child(even) .twilight-selected-frame{order:2}.twilight-selected-item:nth-child(even) .twilight-selected-copy{order:1}
.twilight-selected-frame{position:relative;aspect-ratio:16/9;background:#0d0b0e;border:1px solid rgba(202,164,88,.94);box-shadow:0 0 24px rgba(202,164,88,.18),0 18px 42px rgba(45,35,24,.28);overflow:hidden}
.twilight-selected-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.twilight-selected-copy h3{margin:0 0 14px;font-size:clamp(30px,3.5vw,42px);font-weight:400;color:#5b3f59}.twilight-selected-copy p{margin:0;line-height:1.72}
.twilight-join-simple{padding:clamp(74px,9vw,116px) 0;background:linear-gradient(135deg,#3a293b,#5b3f59);color:#f2e9ef;text-align:center;border-bottom:1px solid var(--gold)}
.twilight-join-inner{width:min(860px,calc(100% - 40px))}.twilight-join-simple h2{color:#f0dfb5}.twilight-join-simple p{max-width:760px;margin:0 auto 18px;font-size:17px;line-height:1.74;color:#eee4ec}.twilight-join-simple .twilight-cta{margin-top:18px}
@media(max-width:900px){.twilight-inside-grid{grid-template-columns:1fr}.twilight-selected-item,.twilight-selected-item:nth-child(even){grid-template-columns:1fr;gap:24px}.twilight-selected-item:nth-child(even) .twilight-selected-frame,.twilight-selected-item:nth-child(even) .twilight-selected-copy{order:initial}.twilight-selected-copy{text-align:center;max-width:760px;margin:0 auto}}


/* Twilight Tribe section background correction — v57 */

/* Restore About Twilight Tribe to its original cream section color. */
.twilight-about{
  background:linear-gradient(135deg,#f2eadf,#e7d8c8) !important;
}

/* Use the supplied ritual image behind the purple feature boxes. */
.twilight-inside{
  background:
    linear-gradient(rgba(29,23,30,.56),rgba(29,23,30,.66)),
    url('../images/twilight-inside-bg.jpg') center/cover no-repeat !important;
  background-attachment:scroll !important;
}

/* v58 roundtable inside background */
.roundtable-inside{
 background:
 linear-gradient(rgba(29,40,24,.58),rgba(29,40,24,.68)),
 url('../images/roundtable-inside-bg.jpg') center/cover no-repeat !important;
}


/* Book Club shelf anchoring correction — v59 */
.book-shelf{
  box-sizing:border-box !important;
  align-items:flex-end !important;
  padding-top:30px !important;
  /* The visible shelf board sits at bottom:39px with a 28px height.
     A 67px bottom inset places the bottom edge of every cover directly on it. */
  padding-bottom:67px !important;
}

.library-book{
  align-self:flex-end !important;
  margin-bottom:0 !important;
  flex-shrink:0 !important;
  transform-origin:center bottom !important;
}

.library-book img{
  display:block !important;
  margin:0 !important;
  vertical-align:bottom !important;
}

/* Preserve breathing room between complete shelf units instead of allowing
   responsive padding rules to collapse the rows into one another. */
.book-shelf-group{
  row-gap:clamp(44px,6vw,68px) !important;
}

.book-shelf + .book-shelf{
  margin-top:0 !important;
}

/* Keep the board and its lower shadow aligned consistently. */
.book-shelf::before{
  bottom:39px !important;
}

.book-shelf::after{
  bottom:22px !important;
}

@media(max-width:900px){
  .book-shelf{
    padding-top:26px !important;
    padding-bottom:67px !important;
  }

  .book-shelf-group{
    row-gap:50px !important;
  }
}

@media(max-width:640px){
  .book-shelf{
    padding-top:22px !important;
    padding-bottom:67px !important;
  }

  .book-shelf-group{
    row-gap:46px !important;
  }
}

@media(max-width:420px){
  .book-shelf{
    padding-top:20px !important;
    padding-bottom:67px !important;
  }

  .book-shelf-group{
    row-gap:42px !important;
  }
}


/* v60 — Correct section backgrounds */

/* Herbal Roundtable: apply the supplied image ONLY behind the green
   "What You'll Find Inside" cards. */
.roundtable-value{
  background:
    linear-gradient(rgba(29,40,24,.58), rgba(29,40,24,.68)),
    url('../images/roundtable-what-youll-find-bg.jpg') center/cover no-repeat !important;
}

/* Book Club: restore Section 2, "About the Book Club," to the original cream. */
.book-membership-offers{
  background:linear-gradient(135deg,#f2eadf,#e7d8c8) !important;
  background-image:none !important;
}


/* v61 — Restore Book Club About section only */
.book-membership-offers{
  background:#f2eadf !important;
  background-image:linear-gradient(135deg,#f2eadf,#e7d8c8) !important;
  color:var(--ink) !important;
}

.book-membership-offers .eyebrow{
  color:inherit;
}

.book-membership-offers h2{
  color:#6f2f3d !important;
}

.book-membership-offers .book-section-intro{
  display:block !important;
  color:var(--ink) !important;
  opacity:1 !important;
  visibility:visible !important;
}


/* v62 — Rebuild the shelf baseline so books cannot fall through it */
.book-shelf{
  position:relative !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:flex-end !important;
  padding-bottom:0 !important;

  /* The shelf is now part of the container's box instead of floating
     behind the books as an absolutely positioned element. */
  border-bottom:28px solid #4b281d !important;
  border-image:linear-gradient(to bottom,#684126,#3a1d17) 1 !important;
  box-shadow:
    0 10px 0 #2b1714,
    0 22px 24px rgba(46,25,20,.28) !important;
}

/* Disable the old floating shelf pieces that caused the covers to overlap
   the board at narrower screen widths. */
.book-shelf::before,
.book-shelf::after{
  content:none !important;
  display:none !important;
}

.library-book{
  align-self:flex-end !important;
  margin:0 0 0 0 !important;
  flex-shrink:0 !important;
  transform-origin:center bottom !important;
}

.library-book img{
  display:block !important;
  margin:0 !important;
  vertical-align:bottom !important;
}

/* Space between complete shelf rows, not between books and their shelf. */
.book-shelf-group{
  row-gap:clamp(48px,6vw,72px) !important;
}

@media(max-width:900px){
  .book-shelf-group{
    row-gap:54px !important;
  }
}

@media(max-width:640px){
  .book-shelf-group{
    row-gap:48px !important;
  }

  .book-shelf{
    padding-bottom:0 !important;
    border-bottom-width:24px !important;
    box-shadow:
      0 9px 0 #2b1714,
      0 19px 20px rgba(46,25,20,.26) !important;
  }
}

@media(max-width:420px){
  .book-shelf-group{
    row-gap:44px !important;
  }
}


/* v63 — Restore floating shelves and correct responsive book placement */

/* Remove the boxed shelf treatment introduced in v62. */
.book-shelf{
  position:relative !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:0 !important;
  border-image:none !important;
  box-shadow:none !important;

  /*
    The top surface of the floating shelf is 67px above the bottom:
    39px shelf position + 28px shelf height.
    Matching the bottom padding to 67px keeps every book sitting directly
    on that surface at every viewport width.
  */
  padding-bottom:67px !important;
}

/* Restore the original floating wooden shelf and lower shadow. */
.book-shelf::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:39px !important;
  height:28px !important;
  background:linear-gradient(#5d3527,#321b16) !important;
  border:1px solid #c39a53 !important;
  box-shadow:
    0 18px 24px rgba(46,25,20,.30),
    inset 0 2px 3px rgba(255,255,255,.10) !important;
  z-index:0 !important;
}

.book-shelf::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:5% !important;
  right:5% !important;
  bottom:22px !important;
  height:16px !important;
  background:#2b1714 !important;
  box-shadow:0 12px 18px rgba(0,0,0,.22) !important;
  z-index:0 !important;
}

/* Keep every cover anchored above the shelf instead of overlapping it. */
.library-book{
  position:relative !important;
  z-index:1 !important;
  align-self:flex-end !important;
  flex-shrink:0 !important;
  margin:0 !important;
  transform-origin:center bottom !important;
}

.library-book img{
  display:block !important;
  margin:0 !important;
  vertical-align:bottom !important;
}

/* Add spacing between complete shelf units without changing book size. */
.book-shelf-group{
  row-gap:clamp(54px,7vw,82px) !important;
}

.book-shelf + .book-shelf{
  margin-top:0 !important;
}

/* Override older responsive rules that reduced the shelf padding. */
@media(max-width:900px){
  .book-shelf{
    padding-bottom:67px !important;
  }

  .book-shelf-group{
    row-gap:62px !important;
  }
}

@media(max-width:640px){
  .book-shelf{
    padding-top:24px !important;
    padding-bottom:67px !important;
  }

  .book-shelf-group{
    row-gap:58px !important;
  }
}

@media(max-width:420px){
  .book-shelf{
    padding-top:20px !important;
    padding-bottom:67px !important;
  }

  .book-shelf-group{
    row-gap:54px !important;
  }
}


/* v64 — Keep the first two book rows seated above the floating shelves
   when the viewport narrows. Book sizes and shelf artwork remain unchanged. */
@media(max-width:900px){
  .shelf-two .library-book,
  .shelf-three .library-book{
    margin-bottom:12px !important;
  }

  .shelf-four-final .library-book{
    margin-bottom:0 !important;
  }
}

@media(max-width:640px){
  .shelf-two .library-book,
  .shelf-three .library-book{
    margin-bottom:14px !important;
  }

  .shelf-four-final .library-book{
    margin-bottom:0 !important;
  }
}

@media(max-width:420px){
  .shelf-two .library-book,
  .shelf-three .library-book{
    margin-bottom:12px !important;
  }
}


/* v65 — Responsive shelf correction
   Move the TOP and MIDDLE floating shelves down as the screen narrows.
   The books themselves are not resized or repositioned. */

/* Cancel the previous responsive book-lift adjustment. */
@media(max-width:900px){
  .shelf-two .library-book,
  .shelf-three .library-book,
  .shelf-four-final .library-book{
    margin-bottom:0 !important;
  }

  /* Lower the visible shelf beneath the two- and three-book rows. */
  .shelf-two::before,
  .shelf-three::before{
    bottom:25px !important;
  }

  .shelf-two::after,
  .shelf-three::after{
    bottom:8px !important;
  }
}

@media(max-width:640px){
  .shelf-two::before,
  .shelf-three::before{
    bottom:21px !important;
  }

  .shelf-two::after,
  .shelf-three::after{
    bottom:4px !important;
  }
}

@media(max-width:420px){
  .shelf-two::before,
  .shelf-three::before{
    bottom:19px !important;
  }

  .shelf-two::after,
  .shelf-three::after{
    bottom:2px !important;
  }
}

/* The four-book bottom shelf already aligns correctly and remains unchanged. */

.courses-inner{width:min(1160px,calc(100% - 40px));margin:0 auto}.courses-heading{width:min(860px,100%);margin:0 auto 48px;text-align:center}.courses-heading h2,.courses-philosophy h2,.courses-video h2,.courses-closing h2{margin:.12em 0 .34em;font-size:clamp(40px,5.8vw,70px);line-height:1.03;font-weight:400}.courses-philosophy{padding:clamp(68px,8vw,104px) 0;background:linear-gradient(135deg,#f0eadf,#e3d7c7);color:var(--ink);border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}.courses-philosophy-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:clamp(34px,6vw,80px);align-items:center}.courses-philosophy-art{min-height:360px;display:grid;place-items:center;border:1px dashed rgba(31,50,49,.28);color:#62716e;background:rgba(255,255,255,.22)}.courses-philosophy-copy h2{color:#244a4c}.courses-philosophy-copy p{font-size:17px;line-height:1.72;margin:0 0 15px}.courses-catalog{padding:clamp(76px,9vw,116px) 0;background:linear-gradient(135deg,#172a2b,#0e1d1f);color:#f4ecdf}.courses-catalog .courses-heading h2{color:#e7d5ad}.courses-catalog .courses-heading>p:not(.eyebrow){color:#d7dfdc;line-height:1.7}.courses-journal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.course-journal{display:flex;flex-direction:column;background:#183032;border:1px solid rgba(202,164,88,.72);box-shadow:0 18px 40px rgba(0,0,0,.28)}.course-journal-image{min-height:360px;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#29484b,#13282a);border-bottom:1px solid rgba(202,164,88,.56);text-align:center;color:#d9c89f}.course-journal-copy{flex:1;padding:26px 22px 28px}.course-journal-copy h3{margin:0 0 12px;font-size:30px;line-height:1.05;font-weight:400;color:#ead7aa}.course-journal-copy p{line-height:1.65;color:#e5e9e6}.course-label,.course-level{color:#cba65f!important;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.course-learn-more{margin-top:14px}.course-coming-soon{opacity:.86}.courses-difference{padding:clamp(72px,8vw,104px) 0;background:linear-gradient(135deg,#f2eadf,#e8ddcf);color:var(--ink)}.courses-difference .courses-heading h2{color:#244a4c}.courses-difference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.courses-difference-grid article{padding:34px 24px;text-align:center;background:rgba(255,255,255,.34);border:1px solid rgba(36,74,76,.20);box-shadow:0 10px 24px rgba(57,42,30,.10)}.courses-difference-grid h3{margin:0 0 12px;font-size:25px;font-weight:400;color:#244a4c}.courses-difference-grid p{margin:0;line-height:1.66}.courses-video{padding:clamp(74px,9vw,112px) 0;background:linear-gradient(135deg,#102325,#193436);color:#ecede8}.courses-video-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(34px,6vw,74px);align-items:center}.courses-video-placeholder{aspect-ratio:16/9;display:grid;place-items:center;padding:24px;text-align:center;background:linear-gradient(rgba(15,32,33,.36),rgba(15,32,33,.60)),radial-gradient(circle,#315256,#14292b);border:1px solid rgba(202,164,88,.82);box-shadow:0 0 24px rgba(202,164,88,.12),0 18px 42px rgba(0,0,0,.32);color:#e7d5ad}.courses-video-copy h2{color:#e7d5ad}.courses-video-copy p{line-height:1.72;color:#dce3e1}.courses-closing{padding:clamp(64px,8vw,96px) 0;background:linear-gradient(135deg,#1a3031,#244446);color:#f0ede5;text-align:center;border-top:1px solid var(--gold)}.courses-closing-inner{width:min(820px,calc(100% - 40px))}.courses-closing h2{color:#e7d5ad}.courses-closing p{max-width:720px;margin:0 auto 20px;line-height:1.72}.courses-scroll-button{margin-top:12px}@media(max-width:980px){.courses-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.courses-difference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.courses-philosophy-grid,.courses-video-grid{grid-template-columns:1fr}.courses-philosophy-copy,.courses-video-copy{text-align:center}}@media(max-width:620px){
  .monograph-lightbox{padding:10px;}
  .monograph-lightbox-panel,.monograph-lightbox-placeholder{max-width:96vw;max-height:86vh;}
  .monograph-lightbox-image{max-width:96vw;max-height:84vh;}
.courses-journal-grid,.courses-difference-grid{grid-template-columns:1fr}.course-journal-image{min-height:300px}}


/* v67 — Courses hero image update */
.courses-hero{
  background:
    linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.22)),
    url('../assets/images/courses-hero.jpeg') center/cover no-repeat !important;
}

/* Keep the existing Green Witches Corner navigation unchanged. */


/* v68 — Courses hero left-side content alignment */
.courses-hero{
  position:relative !important;
}

.courses-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,12,10,.56) 0%,rgba(8,12,10,.34) 34%,rgba(8,12,10,.08) 64%,rgba(8,12,10,0) 100%);
  pointer-events:none;
  z-index:0;
}

.courses-hero-content{
  position:relative;
  z-index:1;
  width:min(620px,calc(100% - 48px));
  margin-left:clamp(32px,6vw,110px);
  padding-top:clamp(72px,9vw,120px);
  padding-bottom:clamp(54px,7vw,92px);
  text-align:left;
}

.courses-hero-kicker{
  margin:0 0 8px;
  color:#e4cf9f;
  font-size:clamp(12px,1vw,15px);
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.courses-hero-divider{
  display:block;
  width:86px;
  height:14px;
  margin:0 0 18px;
  position:relative;
}

.courses-hero-divider::before,
.courses-hero-divider::after{
  content:"";
  position:absolute;
  top:6px;
  width:34px;
  height:1px;
  background:#caa458;
}

.courses-hero-divider::before{left:0;}
.courses-hero-divider::after{right:0;}

.courses-hero-divider{
  background:
    radial-gradient(circle at center,#caa458 0 2px,transparent 3px),
    linear-gradient(45deg,transparent 46%,#caa458 47% 53%,transparent 54%) center/12px 12px no-repeat;
}

.courses-hero-content h1{
  margin:0 0 18px;
  max-width:620px;
  color:#f6ecdc;
  font-size:clamp(48px,5.4vw,82px);
  line-height:.99;
  font-weight:400;
  text-wrap:balance;
  text-shadow:0 3px 18px rgba(0,0,0,.45);
}

.courses-hero-description{
  margin:0 0 26px;
  color:#f1e8dc;
  font-size:clamp(16px,1.45vw,22px);
  line-height:1.52;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}

.courses-hero-button{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:15px 24px;
  background:#2d4a35 !important;
  color:#f6ead1 !important;
  border:1px solid #caa458 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.26);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.courses-hero-button:hover,
.courses-hero-button:focus-visible{
  background:#caa458 !important;
  color:#173021 !important;
  transform:translateY(-2px);
}

@media(max-width:760px){
  .courses-hero::after{
    background:linear-gradient(90deg,rgba(8,12,10,.64),rgba(8,12,10,.34) 78%,rgba(8,12,10,.18));
  }

  .courses-hero-content{
    width:min(560px,calc(100% - 34px));
    margin-left:17px;
    padding-top:70px;
    padding-bottom:54px;
  }

  .courses-hero-content h1{
    font-size:clamp(42px,11vw,62px);
  }

  .courses-hero-description br{
    display:none;
  }
}


/* v69 — Center and reduce Courses hero text block */
.courses-hero{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.courses-hero-content{
  width:min(560px,calc(100% - 40px)) !important;
  margin:0 auto !important;
  padding:clamp(42px,6vw,72px) 0 !important;
  text-align:center !important;
}

.courses-hero-kicker{
  margin-bottom:10px !important;
}

.courses-hero-divider{
  width:92px !important;
  height:1px !important;
  margin:0 auto 18px !important;
  background:#caa458 !important;
}

.courses-hero-divider::before,
.courses-hero-divider::after{
  content:none !important;
  display:none !important;
}

.courses-hero-content h1{
  max-width:560px !important;
  margin:0 auto 16px !important;
  font-size:clamp(40px,4.4vw,66px) !important;
  line-height:1.02 !important;
}

.courses-hero-description{
  max-width:520px !important;
  margin:0 auto 24px !important;
  font-size:clamp(15px,1.2vw,19px) !important;
  line-height:1.5 !important;
}

.courses-hero-button{
  margin:0 auto !important;
}

.courses-hero::after{
  background:rgba(8,12,10,.24) !important;
}

@media(max-width:760px){
  .courses-hero-content{
    width:min(500px,calc(100% - 28px)) !important;
    padding:48px 0 !important;
  }

  .courses-hero-content h1{
    font-size:clamp(36px,9vw,52px) !important;
  }
}


/* v70 hero sizing refinement */
.courses-hero{
  min-height:72vh !important;
  max-height:820px !important;
}
.courses-hero-content{
  padding-top:120px !important;
  padding-bottom:40px !important;
  transform:translateY(38px);
}
@media (max-width:760px){
  .courses-hero{
    min-height:62vh !important;
  }
  .courses-hero-content{
    transform:translateY(22px);
    padding-top:80px !important;
    padding-bottom:24px !important;
  }
}


/* v71 - final section cream background */
.course-confidence,
.courses-confidence,
.courses-final,
#course-confidence{
    background:#f5efe3 !important;
}


/* v72 — Tempered Tinctures featured course journal */
.course-journal-image-tempered{
  padding:18px !important;
  background:transparent !important;
  min-height:0 !important;
}

.course-journal-image-tempered img{
  display:block;
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:contain;
  margin:0 auto;
  filter:drop-shadow(0 16px 22px rgba(0,0,0,.34));
}

@media(max-width:620px){
  .course-journal-image-tempered img{
    max-height:460px;
  }
}


/* v73 — Correct final Courses section and button */
.courses-closing{
  background:linear-gradient(135deg,#f2eadf,#e7d8c8) !important;
  color:var(--ink) !important;
  border-top:1px solid var(--gold) !important;
}

.courses-closing .eyebrow{
  color:#8d6a2f !important;
}

.courses-closing h2{
  color:#244a4c !important;
}

.courses-closing p{
  color:var(--ink) !important;
}

.courses-closing .courses-scroll-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-top:14px !important;
  padding:14px 26px !important;
  background:transparent !important;
  color:#244a4c !important;
  border:1px solid var(--gold) !important;
  box-shadow:0 10px 22px rgba(67,48,31,.12) !important;
  text-decoration:none !important;
  text-transform:uppercase !important;
  letter-spacing:.1em !important;
  transition:
    background .28s ease,
    color .28s ease,
    border-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease !important;
}

.courses-closing .courses-scroll-button:hover,
.courses-closing .courses-scroll-button:focus-visible{
  background:var(--gold) !important;
  color:#173021 !important;
  border-color:#244a4c !important;
  transform:translateY(-2px) !important;
  box-shadow:0 14px 28px rgba(67,48,31,.18) !important;
}

/* v74 Our Story */
.story-page{background:#f2eadf;color:#241f1a}.story-wrap{width:min(1180px,calc(100% - 40px));margin:auto}.story-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:580px;background:#142019;color:#f4eadb}.story-hero-copy{padding:110px 6vw 70px;display:flex;flex-direction:column;justify-content:center}.story-kicker{font-size:clamp(46px,6vw,78px);margin:0}.story-line{width:82px;height:1px;background:var(--gold);margin:22px 0 28px}.story-hero h1{font-size:clamp(25px,2.5vw,38px);line-height:1.38;font-weight:400;margin:0;max-width:520px}.story-photo{min-height:430px;display:grid;place-items:center;background:linear-gradient(145deg,#39483b,#17231b);border:1px solid rgba(202,164,88,.7);color:#d9c594;text-transform:uppercase;letter-spacing:.12em;font-size:12px;text-align:center;padding:20px}.hero-ph{min-height:580px;border:0}.story-light{padding:80px 0;background:linear-gradient(135deg,#f4ede3,#e7dccb)}.story-dark{padding:78px 0;background:linear-gradient(135deg,#101914,#1d2a21);color:#eee6d8;border-top:1px solid rgba(202,164,88,.45);border-bottom:1px solid rgba(202,164,88,.45)}.story-two{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center}.story-two h2,.story-heading h2,.story-join h2{font-size:clamp(38px,5vw,64px);font-weight:400;line-height:1.05;margin:.1em 0 .4em}.story-two p{font-size:17px;line-height:1.72}.story-heading{text-align:center;max-width:820px;margin:0 auto 42px}.story-dark .story-heading h2,.story-join h2{color:#ead7aa}.story-values{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.story-values article{padding:34px 24px;text-align:center;border:1px solid rgba(202,164,88,.8);background:#152019;box-shadow:0 14px 30px rgba(0,0,0,.25)}.story-values h3{font-size:28px;font-weight:400;color:#e5cb8e}.story-values p{line-height:1.65}.meet{grid-template-columns:.8fr 1.2fr}.portrait{min-height:520px}.roles{color:#8e6b38;text-transform:uppercase;letter-spacing:.07em;font-size:13px!important}.story-books{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.story-books article{padding:24px;border:1px solid rgba(202,164,88,.7);background:#17221b;box-shadow:0 16px 34px rgba(0,0,0,.28)}.story-books h3{font-size:28px;font-weight:400;color:#ead5a4}.story-books p{line-height:1.65}.book-ph{min-height:330px;display:grid;place-items:center;background:#253229;border:1px solid rgba(202,164,88,.55);color:#d8c28e;text-transform:uppercase;letter-spacing:.1em;font-size:11px;text-align:center;padding:12px}.coming{display:grid;place-items:center;text-align:center}.story-btn{display:inline-flex;padding:13px 22px;border:1px solid var(--gold);color:#ead7aa;text-decoration:none;text-transform:uppercase;letter-spacing:.09em;transition:.25s}.story-btn:hover{background:var(--gold);color:#172119;transform:translateY(-2px)}.darkhead h2{color:#4d2f28}.story-scenes{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.scene-ph{aspect-ratio:4/5;display:grid;place-items:center;background:#26342a;border:1px solid rgba(202,164,88,.55);color:#d9c594;text-transform:uppercase;font-size:10px}.story-scenes article{text-align:center}.story-scenes p{text-transform:uppercase;font-size:12px;letter-spacing:.08em}.story-join{padding:90px 0;background:radial-gradient(circle,#223128,#0f1813 74%);color:#eee6d9;text-align:center}.join-inner{max-width:760px}.story-join p{line-height:1.72;margin-bottom:22px}@media(max-width:980px){.story-values{grid-template-columns:repeat(2,1fr)}.story-scenes{grid-template-columns:repeat(4,1fr)}.story-books{grid-template-columns:1fr}}@media(max-width:760px){.story-hero,.story-two,.meet{grid-template-columns:1fr}.story-hero-copy{padding:80px 24px 50px}.hero-ph{min-height:350px}.story-two>div:not(.story-photo){text-align:center}}@media(max-width:600px){.story-values{grid-template-columns:1fr}.story-scenes{grid-template-columns:repeat(2,1fr)}}

/* v75 FAQ */
.faq-page{background:#f2eadf;color:#28231e}.faq-hero{padding:100px 20px;background:radial-gradient(circle at top,#314237,#111b16 72%);color:#f4ecdf;text-align:center;border-bottom:1px solid var(--gold)}.faq-hero>div,.faq-contact>div{width:min(820px,100%);margin:auto}.faq-hero h1{font-size:clamp(50px,7vw,88px);font-weight:400;line-height:1;margin:.1em 0;color:#f0dfb5}.faq-hero span{display:block;width:92px;height:1px;background:var(--gold);margin:24px auto}.faq-hero p:not(.eyebrow),.faq-contact p{font-size:17px;line-height:1.7}.faq-content{padding:80px 0;background:linear-gradient(135deg,#f4ede3,#e7dccb)}.faq-inner{width:min(980px,calc(100% - 40px));margin:auto}.faq-intro{text-align:center;max-width:760px;margin:0 auto 50px}.faq-intro h2,.faq-group h2,.faq-contact h2,.contact-faq-prompt h2{font-size:clamp(36px,5vw,60px);font-weight:400;line-height:1.05;margin:.1em 0 .35em}.faq-group{padding:34px;margin-bottom:44px;background:rgba(255,255,255,.34);border:1px solid rgba(202,164,88,.56);box-shadow:0 16px 34px rgba(66,45,28,.11)}.faq-group h2{text-align:center;color:#4d2f28}.faq-group details{border-top:1px solid rgba(77,47,40,.2)}.faq-group details:last-child{border-bottom:1px solid rgba(77,47,40,.2)}.faq-group summary{position:relative;cursor:pointer;list-style:none;padding:20px 44px 20px 4px;font-size:19px;color:#294331}.faq-group summary::-webkit-details-marker{display:none}.faq-group summary:after{content:"+";position:absolute;right:5px;top:50%;transform:translateY(-50%);width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%}.faq-group details[open] summary:after{content:"−";background:var(--gold);color:#173021}.faq-group details p{padding:0 44px 20px 4px;margin:0;line-height:1.72}.faq-contact{padding:80px 20px;background:radial-gradient(circle,#27382f,#111b16 76%);color:#f2eade;text-align:center;border-top:1px solid var(--gold)}.faq-contact h2{color:#ead7aa}.faq-contact a,.contact-faq-prompt a{display:inline-flex;padding:14px 25px;border:1px solid var(--gold);color:inherit;text-decoration:none;text-transform:uppercase;letter-spacing:.09em;transition:.25s}.faq-contact a:hover,.contact-faq-prompt a:hover{background:var(--gold);color:#173021;transform:translateY(-2px)}.contact-faq-prompt{width:min(900px,calc(100% - 40px));margin:60px auto;padding:50px;text-align:center;background:linear-gradient(135deg,#26382e,#152019);color:#f1e9dc;border:1px solid var(--gold);box-shadow:0 18px 38px rgba(31,24,18,.2)}.contact-faq-prompt h2{color:#ead7aa}.contact-faq-prompt p{max-width:650px;margin:0 auto 22px;line-height:1.7}.footer-faq-link{margin-left:12px}@media(max-width:620px){.faq-group{padding:26px 20px}.faq-group summary{font-size:17px}.faq-group details p{padding-right:4px}}

/* v76 Journal */
.journal-page,.article-page{background:#f2eadf;color:#28231e}.journal-wrap{width:min(1180px,calc(100% - 40px));margin:auto}.journal-hero{padding:105px 20px;background:radial-gradient(circle at top,#32443a,#111b16 74%);color:#f3ecdf;text-align:center;border-bottom:1px solid var(--gold)}.journal-hero>div,.journal-join>div{width:min(820px,100%);margin:auto}.journal-hero h1{font-size:clamp(58px,8vw,96px);font-weight:400;line-height:1;margin:.08em 0;color:#f0dfb5}.journal-hero span{display:block;width:92px;height:1px;background:var(--gold);margin:24px auto}.journal-featured,.journal-latest{padding:78px 0;background:linear-gradient(135deg,#f4ede3,#e7dccb)}.journal-featured-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}.journal-featured h2,.journal-heading h2,.journal-join h2,.article-header h1{font-size:clamp(40px,5.5vw,68px);font-weight:400;line-height:1.04;margin:.1em 0 .35em}.journal-image{display:grid;place-items:center;min-height:240px;background:linear-gradient(145deg,#3b4c3f,#17231b);border:1px solid rgba(202,164,88,.68);color:#dcc997;text-transform:uppercase;letter-spacing:.1em;font-size:11px;text-align:center}.journal-image.big{min-height:470px}.journal-meta{color:#8d6a2f;font-size:12px;letter-spacing:.09em;text-transform:uppercase}.journal-btn{display:inline-flex;padding:14px 24px;border:1px solid var(--gold);color:#294331;text-decoration:none;text-transform:uppercase;letter-spacing:.09em;transition:.25s}.journal-btn:hover{background:var(--gold);color:#173021;transform:translateY(-2px)}.journal-dark,.journal-reading{padding:78px 0;background:linear-gradient(135deg,#152019,#24342a);color:#eee7da;border-top:1px solid rgba(202,164,88,.5);border-bottom:1px solid rgba(202,164,88,.5)}.journal-heading{text-align:center;max-width:820px;margin:0 auto 44px}.journal-dark .journal-heading h2,.journal-reading .journal-heading h2{color:#ead7aa}.journal-topics,.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-topics article,.journal-card{border:1px solid rgba(202,164,88,.65);box-shadow:0 14px 30px rgba(0,0,0,.18)}.journal-topics article{padding:30px;text-align:center;background:#17221b}.journal-topics h3,.journal-reading h3{font-size:27px;font-weight:400;color:#e8cf91}.journal-card{background:rgba(255,255,255,.34)}.journal-copy{padding:24px}.journal-copy h3{font-size:29px;font-weight:400;color:#4d2f28}.journal-copy a{color:#294331;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.journal-card.coming{display:grid;place-items:center;text-align:center;padding:30px;background:#17221b;color:#eee7da}.journal-card.coming h3{color:#ead7aa}.journal-reading{background:linear-gradient(135deg,#111a15,#1b281f)}.journal-books{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:center}.journal-image.book{min-height:360px}.journal-books a{color:#d9c38d}.journal-join{padding:85px 20px;background:linear-gradient(135deg,#f4ede3,#e7dccb);text-align:center}.article-header{padding:85px 20px 50px;text-align:center;background:linear-gradient(135deg,#f4ede3,#e7dccb)}.article-header p{max-width:700px;margin:auto}.article-hero{width:min(1180px,calc(100% - 40px));min-height:520px;margin:auto}.article-layout{width:min(1080px,calc(100% - 40px));margin:auto;padding:70px 0 90px;display:grid;grid-template-columns:1fr 280px;gap:60px}.article-body{font-size:18px;line-height:1.8}.article-body h2{font-size:clamp(32px,4vw,48px);font-weight:400;color:#4d2f28}.article-body blockquote{margin:40px 0;padding:28px;border-left:3px solid var(--gold);background:rgba(255,255,255,.36);font-size:22px}.journal-image.inline{min-height:380px;margin:40px 0}.article-cta,.sidebox{padding:28px;border:1px solid rgba(202,164,88,.58)}.article-cta{margin-top:45px;background:#17221b;color:#eee7da}.article-cta h3{color:#ead7aa;font-size:30px;font-weight:400}.article-cta .journal-btn{color:#eee7da}aside{display:grid;gap:22px;align-self:start;position:sticky;top:100px}.sidebox{background:rgba(255,255,255,.34)}.sidebox.ad{min-height:250px;display:grid;place-items:center;text-align:center;color:#8d6a2f;text-transform:uppercase;font-size:11px}.footer-journal-link{margin-left:12px}@media(max-width:980px){.journal-topics,.journal-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}aside{position:static;grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.journal-featured-grid,.journal-books{grid-template-columns:1fr}}@media(max-width:620px){.journal-topics,.journal-grid,aside{grid-template-columns:1fr}.article-hero{min-height:340px}}


/* v77 Footer cleanup */
.footer-legal-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
  margin-bottom:16px;
}
.footer-legal-nav a{
  text-decoration:none;
}
.footer-copyright{
  text-align:center;
  margin:0;
}


/* v78 — Journal brand palette: ink, parchment, antique gold */

/* Hero */
.journal-hero{
  background:
    radial-gradient(circle at top,#4a4036 0%,#28221d 46%,#15120f 100%) !important;
  color:#f5ead8 !important;
  border-bottom:1px solid #b99452 !important;
}
.journal-hero h1{
  color:#e7c985 !important;
}
.journal-hero span{
  background:#b99452 !important;
}

/* Featured and closing parchment sections */
.journal-featured,
.journal-latest,
.journal-join,
.article-header{
  background:
    linear-gradient(135deg,#f6efe3 0%,#e9dcc9 58%,#dfcfb8 100%) !important;
}
.journal-featured h2,
.journal-heading.light h2,
.journal-join h2,
.article-header h1{
  color:#5b382e !important;
}

/* Dark Journal sections */
.journal-dark,
.journal-reading{
  background:
    radial-gradient(circle at top,#44382f 0%,#2a231e 52%,#171310 100%) !important;
  color:#f1e7d8 !important;
  border-top:1px solid rgba(185,148,82,.62) !important;
  border-bottom:1px solid rgba(185,148,82,.62) !important;
}
.journal-dark .journal-heading h2,
.journal-reading .journal-heading h2{
  color:#e4c47f !important;
}

/* Topic cards */
.journal-topics article{
  background:
    linear-gradient(145deg,#3d332c,#241f1a) !important;
  border:1px solid rgba(185,148,82,.75) !important;
  box-shadow:
    0 0 18px rgba(185,148,82,.10),
    0 14px 30px rgba(0,0,0,.26) !important;
}
.journal-topics h3{
  color:#dfbf78 !important;
}

/* Entry cards */
.journal-card{
  background:rgba(255,250,243,.50) !important;
  border:1px solid rgba(148,105,57,.34) !important;
  box-shadow:0 16px 34px rgba(74,48,30,.12) !important;
}
.journal-copy h3{
  color:#5b382e !important;
}
.journal-copy a{
  color:#6d5134 !important;
}
.journal-card.coming{
  background:
    linear-gradient(145deg,#3b312a,#211c18) !important;
  color:#f0e5d6 !important;
}
.journal-card.coming h3{
  color:#e1c27e !important;
}

/* Placeholder art surfaces */
.journal-image{
  background:
    linear-gradient(145deg,#51443a,#211b17) !important;
  border-color:rgba(185,148,82,.72) !important;
  color:#e0c98f !important;
}

/* Buttons and links */
.journal-btn{
  border-color:#b99452 !important;
  color:#5b382e !important;
}
.journal-btn:hover,
.journal-btn:focus-visible{
  background:#b99452 !important;
  color:#211913 !important;
}

/* Recommended reading */
.journal-reading h3{
  color:#dfbf78 !important;
}
.journal-books a{
  color:#d8ba78 !important;
}

/* Article template */
.article-body h2{
  color:#5b382e !important;
}
.article-body blockquote{
  border-left-color:#b99452 !important;
  background:rgba(255,250,243,.52) !important;
  color:#5e4736 !important;
}
.article-cta{
  background:
    linear-gradient(145deg,#3b312a,#211c18) !important;
  border-color:#b99452 !important;
}
.article-cta h3{
  color:#e1c27e !important;
}
.sidebox{
  background:rgba(255,250,243,.50) !important;
  border-color:rgba(148,105,57,.34) !important;
}
.sidebox.ad{
  color:#846338 !important;
}

/* Active Journal navigation remains gold, matching the site system. */
.journal-page .site-nav a.active,
.journal-page nav a.active{
  color:#d7b15f !important;
}


/* v80 — Restore complete branded footer */
.site-footer{
  display:grid !important;
  grid-template-columns:minmax(260px,1fr) minmax(320px,1fr) !important;
  align-items:start !important;
  gap:44px !important;
  padding:38px clamp(28px,4.5vw,64px) 34px !important;
  background:#111d16 !important;
  border-top:1px solid rgba(202,164,88,.6) !important;
  color:#f0dfb5 !important;
}

.site-footer .footer-brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  text-align:left !important;
}

.site-footer .footer-brand strong{
  display:block !important;
  margin:0 0 14px !important;
  font-size:17px !important;
  color:#f0dfb5 !important;
}

.site-footer .footer-brand > p:not(.copyright){
  margin:0 0 34px !important;
  color:#f0dfb5 !important;
}

.site-footer .copyright,
.site-footer .footer-copyright{
  margin:0 !important;
  text-align:left !important;
  color:#f0dfb5 !important;
}

.site-footer .footer-right{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  gap:18px !important;
}

.site-footer .footer-nav,
.site-footer .footer-legal-nav{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:22px !important;
  margin:0 !important;
}

.site-footer .footer-nav a,
.site-footer .footer-legal-nav a{
  margin:0 !important;
  color:#f0dfb5 !important;
  text-decoration:none !important;
}

.site-footer .footer-nav a:hover,
.site-footer .footer-nav a:focus-visible{
  color:#d7b15f !important;
}

.site-footer .social-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
}

.site-footer .social-links a{
  width:38px !important;
  height:38px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid #b99452 !important;
  border-radius:50% !important;
  color:#f0dfb5 !important;
  transition:background .25s ease,color .25s ease,transform .25s ease !important;
}

.site-footer .social-links a:hover,
.site-footer .social-links a:focus-visible{
  background:#b99452 !important;
  color:#111d16 !important;
  transform:translateY(-2px) !important;
}

.site-footer .social-links svg{
  width:18px !important;
  height:18px !important;
  fill:currentColor !important;
}

.site-footer > .footer-faq-link,
.site-footer > .footer-journal-link{
  display:none !important;
}

@media(max-width:760px){
  .site-footer{
    grid-template-columns:1fr !important;
    text-align:center !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-right{
    align-items:center !important;
    text-align:center !important;
  }

  .site-footer .copyright{
    text-align:center !important;
  }

  .site-footer .footer-nav,
  .site-footer .social-links{
    justify-content:center !important;
  }
}


/* v81 — Journal palette: homepage walnut brown, antique gold, forest-green accents */

/* Main dark Journal sections use the same brown family as the homepage door section. */
.journal-hero,
.journal-dark,
.journal-reading{
  background:
    radial-gradient(circle at top,#4c3c2b 0%,#2b2118 55%,#1b1611 100%) !important;
  color:#efe4ca !important;
  border-color:#b49353 !important;
}

.journal-hero h1,
.journal-dark .journal-heading h2,
.journal-reading .journal-heading h2{
  color:#e3c57f !important;
}

.journal-hero span{
  background:#b49353 !important;
}

/* Cream sections remain warm and readable. */
.journal-featured,
.journal-latest,
.journal-join,
.article-header{
  background:
    linear-gradient(135deg,#f2e8d7 0%,#e7d8c4 58%,#dcc8ad 100%) !important;
}

.journal-featured h2,
.journal-heading.light h2,
.journal-join h2,
.article-header h1{
  color:#4d2f28 !important;
}

/* Green accents connect the Journal back to the Roundtable and core brand. */
.journal-featured .eyebrow,
.journal-latest .eyebrow,
.journal-join .eyebrow,
.article-header .eyebrow{
  color:#56613a !important;
}

.journal-topics article{
  background:
    linear-gradient(145deg,#3a2c20 0%,#241b14 72%) !important;
  border:1px solid rgba(180,147,83,.82) !important;
  box-shadow:
    0 0 22px rgba(180,147,83,.16),
    0 18px 42px rgba(12,9,6,.36) !important;
  position:relative;
}

.journal-topics article::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(86,97,58,.38);
  pointer-events:none;
}

.journal-topics h3{
  color:#dfc17c !important;
}

.journal-topics p{
  color:#eee3d1 !important;
}

/* Latest-entry cards keep the cream palette with restrained green accents. */
.journal-card{
  background:rgba(255,250,241,.56) !important;
  border:1px solid rgba(180,147,83,.48) !important;
  box-shadow:0 16px 34px rgba(66,45,28,.14) !important;
}

.journal-copy h3{
  color:#4d2f28 !important;
}

.journal-copy a{
  color:#56613a !important;
}

.journal-card.coming{
  background:
    linear-gradient(145deg,#3a2c20,#211811) !important;
  border-color:rgba(180,147,83,.72) !important;
}

.journal-card.coming h3{
  color:#dfc17c !important;
}

/* Image placeholders and book cards use walnut brown with green inner accents. */
.journal-image{
  background:
    linear-gradient(145deg,#4b3929,#211812) !important;
  border-color:rgba(180,147,83,.72) !important;
  color:#dfc88f !important;
}

.journal-books article{
  padding:20px 18px 26px !important;
  background:
    linear-gradient(145deg,#3a2c20,#211811) !important;
  border:1px solid rgba(180,147,83,.82) !important;
  box-shadow:
    0 0 22px rgba(180,147,83,.15),
    0 18px 42px rgba(12,9,6,.36) !important;
  position:relative;
}

.journal-books article::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(86,97,58,.34);
  pointer-events:none;
}

.journal-reading h3{
  color:#dfc17c !important;
}

.journal-books a{
  color:#aab488 !important;
}

/* Buttons preserve gold interaction with forest-green hover text. */
.journal-btn{
  border-color:#b49353 !important;
  color:#56613a !important;
}

.journal-dark .journal-btn,
.journal-reading .journal-btn{
  color:#efe4ca !important;
}

.journal-btn:hover,
.journal-btn:focus-visible{
  background:#b49353 !important;
  color:#1d2b1d !important;
}

/* Article template follows the same palette. */
.article-body h2{
  color:#4d2f28 !important;
}

.article-body blockquote{
  border-left-color:#b49353 !important;
  background:rgba(255,250,241,.52) !important;
  color:#4d3b2d !important;
}

.article-cta{
  background:
    linear-gradient(145deg,#3a2c20,#211811) !important;
  border-color:#b49353 !important;
}

.article-cta h3{
  color:#dfc17c !important;
}

.article-cta .journal-btn{
  color:#efe4ca !important;
}

.sidebox{
  background:rgba(255,250,241,.52) !important;
  border-color:rgba(180,147,83,.46) !important;
}

.sidebox.ad{
  color:#6b744e !important;
}


/* v85 — exact Contact alignment restoration and Meet Heather portrait */
@media (min-width: 901px){
  .contact-content .contact-shell{
    display:grid !important;
    grid-template-columns:minmax(250px,.75fr) minmax(0,1.6fr) !important;
    align-items:start !important;
    column-gap:clamp(28px,5vw,64px) !important;
  }
  .contact-content .support-column,
  .contact-content .contact-form-panel{
    align-self:start !important;
    margin-top:0 !important;
    transform:none !important;
  }
  .contact-content .support-column{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:24px !important;
  }
  .contact-content .support-hours{
    width:100% !important;
    margin:0 !important;
    position:relative !important;
    top:auto !important;
  }
  .contact-content .support-art{
    width:min(100%,360px) !important;
    margin:0 auto !important;
    padding:0 !important;
  }
}

.contact-content .support-hours{
  display:block !important;
  background:rgba(239,228,202,.96) !important;
  overflow:visible !important;
}
.contact-content .support-hours p{
  display:block !important;
}
.contact-content .support-hours p:last-of-type{
  margin-bottom:0 !important;
}
.contact-content .support-art img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
}

.story-two.meet .story-photo.portrait{
  overflow:hidden !important;
}
.story-two.meet .story-photo.portrait img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center 24% !important;
}


/* v86 — Journal topic images: Witchcraft, Intentional Living, and Business */
.journal-topic-card{
  padding:0 !important;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.journal-topic-image{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-bottom:1px solid rgba(180,147,83,.72);
}
.journal-topic-copy{
  padding:24px 26px 28px;
  flex:1;
}
.journal-topic-copy h3{
  margin-top:0;
}
.journal-topic-copy p{
  margin-bottom:0;
}
@media(max-width:620px){
  .journal-topic-copy{padding:20px 20px 24px;}
}


/* v87 — Journal library topic landing pages */
.journal-topic-link{display:block;color:inherit;text-decoration:none;min-width:0}
.journal-topic-link .journal-topic-card{height:100%;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.journal-topic-link:hover .journal-topic-card,.journal-topic-link:focus-visible .journal-topic-card{transform:translateY(-5px);box-shadow:0 22px 44px rgba(0,0,0,.34)!important;border-color:#d4ad59!important}
.journal-topic-link:focus-visible{outline:2px solid #d4ad59;outline-offset:5px}
.journal-topic-placeholder{min-height:100%;justify-content:center;background:radial-gradient(circle at top,#4a3a29,#211812 75%)!important}
.journal-topic-placeholder .topic-symbol{font-size:58px;line-height:1;color:#d8bb72;padding-top:36px}

.library-topic-page{background:#efe5d4}
.library-topic-hero{--topic-accent:#b49353;position:relative;min-height:520px;padding:92px clamp(24px,6vw,96px) 68px;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(15,25,18,.74),rgba(15,25,18,.18),rgba(15,25,18,.66)),var(--topic-hero);background-size:cover;background-position:center;color:#f5ecdc;border-bottom:1px solid var(--topic-accent);overflow:hidden}
.library-topic-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28));pointer-events:none}
.library-topic-hero.no-image{background:radial-gradient(circle at 25% 30%,#5b4a31 0,#2b3928 38%,#121c16 100%)}
.library-topic-hero.theme-witchcraft{--topic-accent:#b58a53}
.library-topic-hero.theme-intentional{--topic-accent:#c6a957}
.library-topic-hero.theme-business{--topic-accent:#b99356}
.library-topic-hero.theme-community{--topic-accent:#9d7a6d}
.library-topic-hero.theme-behind{--topic-accent:#9d8452}
.library-hero-copy{position:relative;z-index:2;width:min(620px,100%);text-shadow:0 2px 18px rgba(0,0,0,.55)}
.library-topic-hero.text-right{justify-content:flex-end;text-align:right}.library-topic-hero.text-right .library-hero-copy{margin-left:auto}.library-topic-hero.text-right .library-update-btn{margin-left:auto}
.library-topic-hero.text-center{justify-content:center;text-align:center}.library-topic-hero.text-center .library-hero-copy{margin:auto}.library-topic-hero.text-center .library-update-btn{margin-inline:auto}
.library-topic-hero.text-left{justify-content:flex-start;text-align:left}
.library-hero-copy h1{font-size:clamp(50px,7vw,88px);font-weight:400;line-height:.98;margin:.08em 0 .22em;color:#f1e4c8}.library-hero-copy>p:not(.eyebrow){font-size:clamp(18px,2vw,24px);line-height:1.45;margin:0 0 24px}.library-update-btn{display:flex;width:max-content;background:#c9a43c;color:#1c281e!important;border-color:#e3c86f!important;box-shadow:0 9px 26px rgba(0,0,0,.26)}
.library-update-btn:hover{background:#1f3a28!important;color:#f4e8d0!important}
.library-search{position:absolute;z-index:4;top:28px;right:clamp(22px,5vw,74px);display:flex;width:min(430px,calc(100% - 44px));background:#f2e7cf;border:2px solid var(--topic-accent);border-radius:24px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.25)}
.library-search input{width:100%;border:0;background:transparent;padding:13px 18px;color:#263426;font-family:inherit;font-size:17px}.library-search input:focus{outline:none}.library-search button{width:52px;border:0;background:#2e4a31;color:#f3e7cc;font-size:23px;cursor:pointer}.library-search:focus-within{outline:3px solid rgba(229,194,103,.42)}
.library-featured,.library-popular{padding:76px 0;background:linear-gradient(135deg,#f5eddf,#e9dcc7)}
.library-section-heading{text-align:center;max-width:820px;margin:0 auto 42px}.library-section-heading h2{font-size:clamp(38px,5vw,62px);font-weight:400;line-height:1.06;margin:.1em 0;color:#4d3026}
.library-featured-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}.library-featured-image{min-height:390px;display:grid;place-items:center;background:linear-gradient(145deg,#4b3929,#211812);color:#dfc88f;border:1px solid rgba(180,147,83,.78);text-transform:uppercase;letter-spacing:.1em;font-size:12px}.library-featured-copy h3{font-size:clamp(34px,4vw,50px);font-weight:400;color:#4d3026;margin:.15em 0}.library-featured-copy p{font-size:18px;line-height:1.7}
.library-categories{padding:72px 0;background:#35572f;color:#f4ebdb;border-block:1px solid #b49353}.library-categories .library-section-heading h2{color:#dfc17c}.library-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.library-category-card{min-height:175px;padding:26px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#f3e8d3;text-decoration:none;border:1px solid rgba(210,176,101,.78);background:rgba(17,30,19,.22);box-shadow:0 14px 30px rgba(0,0,0,.18);transition:.25s}.library-category-card span{font-size:23px}.library-category-card small{margin-top:10px;color:#d8c99f;letter-spacing:.06em;text-transform:uppercase}.library-category-card:hover,.library-category-card:focus-visible{transform:translateY(-5px);background:#1d3422;border-color:#e0bd6d;box-shadow:0 18px 38px rgba(0,0,0,.3)}
.library-categories.theme-witchcraft{background:#211b23}.library-categories.theme-intentional{background:#4a422a}.library-categories.theme-business{background:#253b2b}.library-categories.theme-community{background:#49383b}.library-categories.theme-behind{background:#3b3126}
.library-popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.library-article-card{background:rgba(255,255,255,.42);border:1px solid rgba(180,147,83,.55);box-shadow:0 14px 30px rgba(65,43,26,.14)}.library-card-image{min-height:185px;display:grid;place-items:center;background:linear-gradient(145deg,#4b3929,#211812);color:#dfc88f;text-transform:uppercase;font-size:11px;letter-spacing:.1em}.library-card-copy{padding:22px}.library-card-copy h3{font-size:27px;font-weight:400;color:#4d3026;margin:.18em 0}.library-card-copy p{line-height:1.55}.library-card-copy a{color:#35572f;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.library-updates{padding:78px 22px;background:radial-gradient(circle at top,#4b3929,#20170f 72%);color:#f3e7d2;text-align:center;border-top:1px solid #b49353}.library-updates>div{width:min(760px,100%);margin:auto}.library-updates h2{font-size:clamp(38px,5vw,60px);font-weight:400;color:#dfc17c;margin:.15em 0}.library-updates p{font-size:18px;line-height:1.65}
@media(max-width:1050px){.library-category-grid{grid-template-columns:repeat(3,1fr)}.library-popular-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.library-topic-hero{min-height:620px;padding:115px 24px 54px;align-items:flex-end;background-position:center}.library-topic-hero.text-right,.library-topic-hero.text-center,.library-topic-hero.text-left{justify-content:flex-start;text-align:left}.library-topic-hero .library-hero-copy{margin:0!important}.library-topic-hero .library-update-btn{margin-left:0!important}.library-search{top:24px;right:22px}.library-featured-grid{grid-template-columns:1fr;gap:32px}.library-category-grid{grid-template-columns:repeat(2,1fr)}.library-popular-grid{grid-template-columns:1fr}}
@media(max-width:520px){.library-category-grid{grid-template-columns:1fr}.library-topic-hero{min-height:660px}.library-search{width:calc(100% - 32px);right:16px}}

/* v90 — Herbs & Herbalism hero image visibility correction */
.library-topic-hero.theme-herbs{
  background-image:
    linear-gradient(90deg,
      rgba(13,24,16,.08) 0%,
      rgba(13,24,16,.08) 48%,
      rgba(20,36,24,.48) 72%,
      rgba(20,36,24,.68) 100%),
    var(--topic-hero);
  background-position:center center;
  background-size:cover;
}
.library-topic-hero.theme-herbs::after{
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.12));
}
@media(max-width:760px){
  .library-topic-hero.theme-herbs{
    background-image:
      linear-gradient(180deg,
        rgba(13,24,16,.06) 0%,
        rgba(13,24,16,.10) 48%,
        rgba(13,24,16,.72) 100%),
      var(--topic-hero);
    background-position:42% center;
  }
}


/* v91 — rebuilt Herbs & Herbalism hero with a real image element */
.library-topic-hero.herbs-hero-rebuilt{
  background:none!important;
  isolation:isolate;
}
.library-topic-hero.herbs-hero-rebuilt .library-topic-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:-3;
}
.library-topic-hero.herbs-hero-rebuilt::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(10,18,12,.06) 0%,rgba(10,18,12,.18) 45%,rgba(10,18,12,.72) 100%);
  pointer-events:none;
}
.library-topic-hero.herbs-hero-rebuilt::after{
  z-index:-1;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.20));
}
.library-topic-hero.herbs-hero-rebuilt .library-hero-copy,
.library-topic-hero.herbs-hero-rebuilt .library-search{
  z-index:2;
}
@media(max-width:760px){
  .library-topic-hero.herbs-hero-rebuilt .library-topic-hero-image{object-position:36% center;}
  .library-topic-hero.herbs-hero-rebuilt::before{background:linear-gradient(180deg,rgba(10,18,12,.10) 0%,rgba(10,18,12,.36) 44%,rgba(10,18,12,.80) 100%);}
}

/* v92 — rebuilt Witchcraft and Intentional Living heroes with real image elements */
.library-topic-hero.rebuilt-topic-hero{
  background:none!important;
  isolation:isolate;
}
.library-topic-hero.rebuilt-topic-hero .library-topic-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-3;
}
.library-topic-hero.rebuilt-topic-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
}
.library-topic-hero.rebuilt-topic-hero::after{
  z-index:-1;
  pointer-events:none;
}
.library-topic-hero.rebuilt-topic-hero .library-hero-copy,
.library-topic-hero.rebuilt-topic-hero .library-search{
  position:relative;
  z-index:2;
}
.library-topic-hero.witchcraft-hero-rebuilt .library-topic-hero-image{
  object-position:center center;
}
.library-topic-hero.witchcraft-hero-rebuilt::before{
  background:linear-gradient(90deg,rgba(8,12,13,.38),rgba(8,12,13,.22) 50%,rgba(8,12,13,.38));
}
.library-topic-hero.witchcraft-hero-rebuilt::after{
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.32));
}
.library-topic-hero.intentional-hero-rebuilt .library-topic-hero-image{
  object-position:center center;
}
.library-topic-hero.intentional-hero-rebuilt::before{
  background:linear-gradient(90deg,rgba(43,25,16,.80) 0%,rgba(43,25,16,.60) 34%,rgba(43,25,16,.18) 62%,rgba(43,25,16,.08) 100%);
}
.library-topic-hero.intentional-hero-rebuilt::after{
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18));
}
@media(max-width:760px){
  .library-topic-hero.witchcraft-hero-rebuilt .library-topic-hero-image{object-position:center center;}
  .library-topic-hero.witchcraft-hero-rebuilt::before,
  .library-topic-hero.intentional-hero-rebuilt::before{
    background:linear-gradient(180deg,rgba(10,14,12,.08) 0%,rgba(10,14,12,.28) 48%,rgba(10,14,12,.84) 100%);
  }
  .library-topic-hero.intentional-hero-rebuilt .library-topic-hero-image{object-position:68% center;}
}


/* v93 — remove topic-page hero search bars and preserve requested hero-copy alignment */
.library-topic-hero.witchcraft-hero-rebuilt{
  justify-content:center!important;
  text-align:center!important;
}
.library-topic-hero.witchcraft-hero-rebuilt .library-hero-copy{
  margin-inline:auto!important;
}
.library-topic-hero.witchcraft-hero-rebuilt .library-update-btn{
  margin-inline:auto!important;
}
.library-topic-hero.intentional-hero-rebuilt{
  justify-content:flex-start!important;
  text-align:left!important;
}
.library-topic-hero.intentional-hero-rebuilt .library-hero-copy{
  margin-left:0!important;
  margin-right:auto!important;
}
.library-topic-hero.intentional-hero-rebuilt .library-update-btn{
  margin-left:0!important;
  margin-right:auto!important;
}
@media(max-width:760px){
  .library-topic-hero.witchcraft-hero-rebuilt{
    justify-content:center!important;
    text-align:center!important;
  }
  .library-topic-hero.witchcraft-hero-rebuilt .library-hero-copy{
    margin-inline:auto!important;
  }
  .library-topic-hero.witchcraft-hero-rebuilt .library-update-btn{
    margin-inline:auto!important;
  }
  .library-topic-hero.intentional-hero-rebuilt{
    justify-content:flex-start!important;
    text-align:left!important;
  }
  .library-topic-hero.intentional-hero-rebuilt .library-hero-copy{
    margin-left:0!important;
    margin-right:auto!important;
  }
}

/* v94: topic-page hero search replaces the former Get Updates button */
.library-hero-search{
  display:flex;
  width:min(390px,100%);
  margin-top:24px;
  background:#f3ead4;
  border:1px solid var(--topic-accent,#b49353);
  box-shadow:0 9px 26px rgba(0,0,0,.26);
  overflow:hidden;
}
.library-hero-search input{
  flex:1;
  min-width:0;
  padding:13px 15px;
  border:0;
  outline:0;
  background:transparent;
  color:#17241b;
  font:inherit;
  font-size:15px;
}
.library-hero-search input::placeholder{color:#5e6259;opacity:1}
.library-hero-search button{
  padding:13px 18px;
  border:0;
  border-left:1px solid var(--topic-accent,#b49353);
  background:#c9a43c;
  color:#17241b;
  font-family:Georgia,'Times New Roman',serif;
  font-size:14px;
  letter-spacing:.09em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .25s ease,color .25s ease;
}
.library-hero-search button:hover,.library-hero-search button:focus-visible{background:#1f3a28;color:#f4e8d0}
.library-topic-hero.text-right .library-hero-search{margin-left:auto}
.library-topic-hero.text-center .library-hero-search{margin-inline:auto}
.library-topic-hero.text-left .library-hero-search{margin-right:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:760px){
  .library-topic-hero .library-hero-search{margin-left:0!important;margin-right:0!important}
}
@media(max-width:480px){
  .library-hero-search{width:100%}
  .library-hero-search button{padding-inline:14px}
}

/* =========================================================
   Plant monograph template — v96
   Namespaced to .monograph-page to avoid affecting other pages.
   ========================================================= */
.monograph-page{
  --mono-forest:#203628;
  --mono-green:#315337;
  --mono-cream:#f5eedf;
  --mono-paper:#fffdf8;
  --mono-gold:#b7984f;
  --mono-ink:#2d241d;
  background:var(--mono-cream);
  color:var(--mono-ink);
  min-height:100vh;
}
.monograph-subnav{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:.4rem 1.25rem;
  padding:1rem clamp(1rem,4vw,4rem);
  background:var(--mono-forest);
  border-top:1px solid rgba(183,152,79,.45);
  border-bottom:1px solid rgba(183,152,79,.45);
}
.monograph-subnav a{
  color:var(--mono-cream);
  text-decoration:none;
  font-family:Georgia,serif;
  letter-spacing:.04em;
  font-size:clamp(.85rem,1.2vw,1rem);
}
.monograph-subnav a:hover,.monograph-subnav a:focus-visible,.monograph-subnav a[aria-current="page"]{color:#dfbd63;}
.monograph-tools{
  max-width:1240px;
  margin:0 auto;
  padding:1.5rem clamp(1rem,4vw,3rem) 1.25rem;
  display:grid;
  grid-template-columns:1fr auto;
  gap:1.25rem;
  align-items:center;
}
.alphabet-nav{display:flex;flex-wrap:wrap;gap:.32rem;justify-content:center;}
.alphabet-nav a{
  min-width:1.75rem;
  min-height:1.75rem;
  display:grid;
  place-items:center;
  color:var(--mono-forest);
  text-decoration:none;
  font-family:Georgia,serif;
  border:1px solid transparent;
  border-radius:50%;
  transition:.2s ease;
}
.alphabet-nav a:hover,.alphabet-nav a:focus-visible{border-color:var(--mono-gold);background:var(--mono-paper);transform:translateY(-2px);}
.monograph-library-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:3.25rem;
  padding:.75rem 1.6rem;
  border:1px solid var(--mono-gold);
  border-radius:999px;
  color:var(--mono-forest);
  background:var(--mono-paper);
  text-decoration:none;
  font-family:Georgia,serif;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:.2s ease;
}
.monograph-library-btn:hover,.monograph-library-btn:focus-visible{background:var(--mono-forest);color:var(--mono-cream);}
.monograph-shell{max-width:1180px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem) 4rem;}
.monograph-title-block{text-align:center;padding:1.5rem 0 2.25rem;border-top:1px solid rgba(183,152,79,.45);}
.monograph-title-block h1{margin:.2rem 0 .35rem;font-size:clamp(2.5rem,6vw,5.2rem);font-family:Georgia,serif;font-weight:400;color:var(--mono-forest);}
.monograph-title-block .botanical-name{font-size:1.08rem;color:#665948;}
.monograph-title-block .monograph-intro{max-width:760px;margin:1rem auto 0;line-height:1.75;}
.monograph-opening-grid{display:grid;grid-template-columns:minmax(240px,330px) 1fr;gap:2rem;align-items:start;}
.monograph-gallery{position:sticky;top:7rem;}
.monograph-main-image,.monograph-thumb{
  border:1px solid var(--mono-gold);
  background:linear-gradient(145deg,var(--mono-green),var(--mono-forest));
  color:#dfbd63;
  font-family:Georgia,serif;
  cursor:zoom-in;
  box-shadow:0 14px 28px rgba(25,35,26,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}
.monograph-main-image:hover,.monograph-main-image:focus-visible,.monograph-thumb:hover,.monograph-thumb:focus-visible{transform:translateY(-4px);box-shadow:0 20px 38px rgba(25,35,26,.22);}
.monograph-main-image{width:100%;aspect-ratio:3/4;display:grid;place-items:center;padding:1rem;font-size:1.1rem;}
.monograph-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:.75rem;}
.monograph-thumb{width:100%;aspect-ratio:1/1;display:grid;place-items:center;padding:.45rem;font-size:.72rem;}
.monograph-copy,.monograph-references,.related-plants,.monograph-ad-slot{
  background:var(--mono-paper);
  border:1px solid rgba(144,116,61,.62);
  box-shadow:0 8px 24px rgba(61,45,28,.06);
}
.monograph-copy{padding:clamp(1.25rem,3vw,2.25rem);line-height:1.75;}
.monograph-copy h2,.monograph-copy h3,.monograph-references h2,.related-plants h2{font-family:Georgia,serif;font-weight:400;color:var(--mono-forest);}
.monograph-copy h2{font-size:clamp(1.7rem,3vw,2.5rem);margin-top:0;}
.monograph-copy h3{font-size:1.25rem;margin-top:1.75rem;}
.monograph-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1.25rem;margin:1.1rem 0;}
.monograph-facts div{padding:.75rem 0;border-bottom:1px solid rgba(183,152,79,.35);}
.monograph-facts dt{font-weight:700;color:var(--mono-forest);}
.monograph-facts dd{margin:.25rem 0 0;}
.monograph-body-copy{margin-top:2rem;min-height:520px;position:relative;padding-bottom:5rem;}
.monograph-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;}
.monograph-note-grid section{padding:1.1rem;background:#faf5ea;border-left:3px solid var(--mono-gold);}
.monograph-note-grid h3{margin-top:0;}
.monograph-print-link{position:absolute;right:1.6rem;bottom:1.35rem;color:var(--mono-forest);font-family:Georgia,serif;font-size:1.05rem;text-transform:uppercase;letter-spacing:.05em;}
.monograph-lower-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:1.5rem;margin-top:1.5rem;align-items:start;}
.monograph-references,.related-plants,.monograph-ad-slot{padding:1.4rem;}
.monograph-references{min-height:340px;}
.monograph-references ol{padding-left:1.25rem;line-height:1.7;}
.monograph-sidebar{display:grid;gap:1.25rem;}
.related-plant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;}
.related-plant-card{color:var(--mono-forest);text-decoration:none;font-family:Georgia,serif;}
.related-plant-image{aspect-ratio:4/3;display:grid;place-items:center;padding:.4rem;background:var(--mono-green);border:1px solid var(--mono-gold);color:#dfbd63;font-size:.72rem;margin-bottom:.45rem;}
.monograph-ad-slot{min-height:190px;display:grid;place-items:center;text-align:center;background:#fbf8f0;border-style:dashed;}
.monograph-ad-slot span{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#766850;}
.monograph-ad-slot p{margin:.2rem 0 0;font-family:Georgia,serif;color:var(--mono-forest);}
.monograph-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(10,16,12,.92);display:flex;align-items:center;justify-content:center;padding:clamp(12px,3vw,32px);overflow:auto;}
.monograph-lightbox[hidden]{display:none;}
.monograph-lightbox-panel{width:auto;height:auto;max-width:94vw;max-height:90vh;background:#101a13;border:1px solid var(--mono-gold);box-shadow:0 30px 90px rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;overflow:visible;}
.monograph-lightbox-placeholder{width:auto;height:auto;max-width:94vw;max-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#315337,#17271d);color:#dfbd63;font-family:Georgia,serif;font-size:clamp(1.1rem,3vw,2rem);text-align:center;padding:0;}
.monograph-lightbox-close{position:fixed;top:1rem;right:1.25rem;border:1px solid var(--mono-gold);background:var(--mono-forest);color:var(--mono-cream);width:3rem;height:3rem;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;}
@media(max-width:850px){
  .monograph-tools{grid-template-columns:1fr;}
  .monograph-library-btn{justify-self:center;}
  .monograph-opening-grid{grid-template-columns:1fr;}
  .monograph-gallery{position:static;display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:1rem;align-items:start;}
  .monograph-thumbnails{grid-template-columns:repeat(3,1fr);margin-top:0;}
  .monograph-lower-grid{grid-template-columns:1fr;}
}
@media(max-width:620px){
  .monograph-subnav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;}
  .monograph-subnav a{white-space:nowrap;}
  .monograph-gallery{display:block;}
  .monograph-thumbnails{margin-top:.75rem;}
  .monograph-facts,.monograph-note-grid{grid-template-columns:1fr;}
  .related-plant-grid{grid-template-columns:1fr 1fr;}
}
@media print{
  .site-header,.site-footer,.monograph-subnav,.monograph-tools,.monograph-print-link,.monograph-ad-slot,.monograph-lightbox{display:none!important;}
  .monograph-page{background:#fff;}
  .monograph-shell{max-width:none;padding:0;}
  .monograph-copy,.monograph-references,.related-plants{box-shadow:none;}
}

.monograph-lightbox-image{display:block;width:auto;height:auto;max-width:94vw;max-height:88vh;object-fit:contain;object-position:center;}


/* v97 Plant Profile Directory */
.plant-directory-page{background:#f5efe4;color:#2f2a24;min-height:100vh}.directory-subnav{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;padding:18px 24px;background:#253827;border-top:1px solid rgba(202,164,88,.35);border-bottom:1px solid rgba(202,164,88,.35)}.directory-subnav a{color:#efe4cf;text-decoration:none;letter-spacing:.06em}.directory-subnav a.active,.directory-subnav a:hover{color:#d8b65d}.directory-hero{position:relative;min-height:410px;overflow:hidden;border-bottom:1px solid rgba(168,136,70,.45)}.directory-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.directory-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(219,229,198,.08) 0%,rgba(46,66,48,.08) 42%,rgba(31,52,35,.82) 100%)}.directory-hero-overlay{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin:auto;min-height:410px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right;color:#f5ead5;text-shadow:0 2px 16px rgba(0,0,0,.58)}.directory-hero-overlay h1{font-size:clamp(48px,7vw,88px);font-weight:400;line-height:1;margin:.08em 0}.directory-hero-overlay p:not(.eyebrow){max-width:610px;font-size:18px;line-height:1.65}.directory-hero-overlay .eyebrow{color:#d9b65b}.directory-search{display:grid;grid-template-columns:1fr auto;width:min(100%,520px);margin-top:24px;border:1px solid #c7a45b;border-radius:999px;overflow:hidden;background:#fff8e9;box-shadow:0 12px 28px rgba(0,0,0,.22);text-shadow:none}.directory-search input{min-width:0;border:0;background:transparent;padding:15px 20px;font:inherit;color:#243328;outline:none}.directory-search input::placeholder{color:#6d6659;opacity:1}.directory-search button{border:0;border-left:1px solid #b99042;background:#d0aa4c;color:#1d2d20;padding:0 22px;font:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:.25s}.directory-search button:hover{background:#2d4932;color:#f7efdf}.directory-alphabet-wrap{background:#fffaf2;border-bottom:1px solid rgba(168,136,70,.38);padding:20px 22px}.directory-alphabet{display:flex;justify-content:center;align-items:center;gap:2px;flex-wrap:nowrap;max-width:1180px;margin:0 auto}.directory-alphabet button{appearance:none;border:0;background:transparent;color:#26352a;font-family:inherit;font-size:18px;padding:5px 6px;cursor:pointer;border-bottom:1px solid transparent;transition:.2s}.directory-alphabet button:hover,.directory-alphabet button[aria-pressed="true"]{color:#9a7427;border-color:#b58a35;transform:translateY(-1px)}.directory-alphabet button:disabled{opacity:.28;cursor:not-allowed;transform:none;border-color:transparent}.directory-content{width:min(1180px,calc(100% - 40px));margin:auto;padding:52px 0 80px}.directory-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.directory-heading h2{font-size:clamp(38px,5vw,62px);font-weight:400;margin:.08em 0}.directory-count{margin:0 0 10px;color:#6e604b}.plant-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.plant-directory-card{display:flex;flex-direction:column;text-decoration:none;color:#28241f;background:#fffaf2;border:1px solid rgba(168,136,70,.72);box-shadow:0 12px 28px rgba(55,41,21,.10);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;overflow:hidden}.plant-directory-card:hover{transform:translateY(-8px) scale(1.018);box-shadow:0 24px 44px rgba(55,41,21,.2);border-color:#c69c45}.plant-card-image{display:block;aspect-ratio:4/5;overflow:hidden;background:#355235}.plant-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.plant-directory-card:hover .plant-card-image img{transform:scale(1.07)}.plant-card-copy{display:flex;flex-direction:column;gap:7px;padding:19px 18px 21px;text-align:center}.plant-card-copy strong{font-size:25px;font-weight:400}.plant-card-copy em{font-size:15px;color:#6a5d4b}.plant-card-copy small{font-size:13px;letter-spacing:.04em;color:#38533d}.plant-card-link{margin-top:8px;color:#8f6923;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.directory-empty{text-align:center;padding:60px 20px;border:1px solid rgba(168,136,70,.5);background:#fffaf2}.directory-pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin:45px 0 0}.directory-pagination button{border:1px solid #a88846;background:#fffaf2;color:#2c3f30;padding:10px 14px;font:inherit;cursor:pointer;transition:.2s}.directory-pagination button:hover,.directory-pagination button[aria-current="page"]{background:#2f4b34;color:#fff3da}.directory-pagination button:disabled{opacity:.35;cursor:not-allowed}.directory-ad-slot{min-height:150px;margin-top:42px;border:1px solid rgba(168,136,70,.7);background:#fffaf2;display:grid;place-items:center;text-align:center;color:#8d6a2f;text-transform:uppercase;letter-spacing:.08em}.directory-ad-slot p{margin-top:-45px;font-size:12px;text-transform:none;letter-spacing:0;color:#7d705d}@media(max-width:980px){.plant-card-grid{grid-template-columns:repeat(3,1fr)}.directory-alphabet{flex-wrap:wrap;row-gap:3px}.directory-hero-overlay{align-items:flex-end}}@media(max-width:720px){.plant-card-grid{grid-template-columns:repeat(2,1fr)}.directory-heading{align-items:start;flex-direction:column}.directory-hero,.directory-hero-overlay{min-height:360px}.directory-hero:after{background:rgba(24,42,29,.62)}.directory-hero-overlay{align-items:center;text-align:center}.directory-alphabet-wrap{padding:16px 10px}.directory-alphabet button{font-size:16px;padding:4px 5px}}@media(max-width:480px){.plant-card-grid{grid-template-columns:1fr}.directory-content{width:min(100% - 28px,1180px)}.directory-search{grid-template-columns:1fr}.directory-search button{border-left:0;border-top:1px solid #a88846;padding:12px}.directory-alphabet{gap:0}.directory-alphabet button{font-size:14px;padding:4px}.directory-hero-overlay{width:calc(100% - 28px)}}


/* v98 Arnica monograph */
.monograph-main-image,.monograph-thumb{overflow:hidden;padding:0;background:#f7f0df;}
.monograph-main-image img,.monograph-thumb img{width:100%;height:100%;display:block;object-fit:cover;}
.monograph-main-image img{object-position:center;}
.monograph-thumb img{object-position:center;}
.monograph-thumbnails-two{grid-template-columns:repeat(2,minmax(0,1fr));}
.monograph-safety-callout{margin:1.25rem 0;padding:1rem 1.15rem;border-left:4px solid #a47529;background:#f4e7cf;color:#352d23;line-height:1.65;}
.monograph-preparation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem;}
.monograph-preparation-list section{padding:1rem 1.1rem;background:#faf5ea;border:1px solid rgba(183,152,79,.38);}
.monograph-preparation-list h3{margin-top:0;}
@media(max-width:620px){.monograph-preparation-list{grid-template-columns:1fr;}}

/* Plant monograph spacing refinement */
.monograph-dosing-heading {
  margin-top: 2.25rem;
  margin-bottom: 1.35rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
}


/* v101 — Journal four-pillar layout */
.journal-page .journal-topics{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:700px){
  .journal-page .journal-topics{
    grid-template-columns:1fr !important;
  }
}


/* v102 — Revised four Journal topic-page section order and colors */

/* Section two: Categories on a warm cream background. */
.library-categories{
  padding:76px 0 !important;
  background:linear-gradient(135deg,#f5eddf 0%,#e9dcc7 100%) !important;
  color:#34271f !important;
  border-top:1px solid rgba(180,147,83,.58) !important;
  border-bottom:1px solid rgba(180,147,83,.58) !important;
}

.library-categories .library-section-heading .eyebrow{
  color:#68704a !important;
}

.library-categories .library-section-heading h2{
  color:#4d3026 !important;
}

/* Keep the category choices visually distinct while the section itself stays cream. */
.library-categories.theme-herbs .library-category-card{
  background:linear-gradient(145deg,#35572f,#21391f) !important;
}
.library-categories.theme-witchcraft .library-category-card{
  background:linear-gradient(145deg,#302735,#1d171f) !important;
}
.library-categories.theme-intentional .library-category-card{
  background:linear-gradient(145deg,#5a5134,#39321f) !important;
}
.library-categories.theme-business .library-category-card{
  background:linear-gradient(145deg,#304937,#1f3125) !important;
}

.library-categories .library-category-card{
  color:#f4ead8 !important;
  border-color:rgba(205,169,94,.82) !important;
  box-shadow:0 14px 30px rgba(61,40,24,.18) !important;
}

.library-categories .library-category-card small{
  color:#ddcea6 !important;
}

.library-categories .library-category-card:hover,
.library-categories .library-category-card:focus-visible{
  transform:translateY(-5px) !important;
  border-color:#e1bd6e !important;
  box-shadow:0 20px 40px rgba(48,31,19,.27) !important;
  filter:brightness(1.08);
}

/* Section three: Popular Articles receives each library's themed background. */
.library-popular{
  padding:78px 0 !important;
  color:#f3e8d5 !important;
  border-bottom:1px solid rgba(180,147,83,.58) !important;
}

.library-popular.theme-herbs{
  background:radial-gradient(circle at top,#42653a 0%,#29472a 58%,#1b301d 100%) !important;
}
.library-popular.theme-witchcraft{
  background:radial-gradient(circle at top,#3b303d 0%,#251f28 58%,#171319 100%) !important;
}
.library-popular.theme-intentional{
  background:radial-gradient(circle at top,#655c3c 0%,#463f29 58%,#302a1c 100%) !important;
}
.library-popular.theme-business{
  background:radial-gradient(circle at top,#3b5541 0%,#293e2f 58%,#1b2c20 100%) !important;
}

.library-popular .library-section-heading .eyebrow{
  color:#d8bc77 !important;
}

.library-popular .library-section-heading h2{
  color:#efd89d !important;
}

.library-popular .library-article-card{
  background:rgba(250,243,231,.96) !important;
  color:#34271f !important;
  border-color:rgba(205,169,94,.72) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.24) !important;
}

.library-popular .library-card-copy h3{
  color:#4d3026 !important;
}

.library-popular .library-card-copy p{
  color:#3c3028 !important;
}

.library-popular .library-card-copy a{
  color:#42613b !important;
}

/* Bottom section: Stay Connected returns to cream. */
.library-updates{
  padding:78px 22px !important;
  background:linear-gradient(135deg,#f5eddf 0%,#e9dcc7 100%) !important;
  color:#34271f !important;
  border-top:0 !important;
  border-bottom:1px solid rgba(180,147,83,.58) !important;
}

.library-updates .eyebrow{
  color:#68704a !important;
}

.library-updates h2{
  color:#4d3026 !important;
}

.library-updates p{
  color:#3c3028 !important;
}

.library-updates .journal-btn{
  color:#35572f !important;
  border-color:#b49353 !important;
}

.library-updates .journal-btn:hover,
.library-updates .journal-btn:focus-visible{
  background:#b49353 !important;
  color:#1d2b1d !important;
}

/* v103 — Master modular Journal article template */
.master-article-page{background:#f7f1e6;color:#35271f;min-height:100vh;padding:42px 0 84px}
.master-article-shell{width:min(1180px,calc(100% - 38px));margin:0 auto}
.article-breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:0 0 28px;color:#6a5a42;font-size:.92rem}
.article-breadcrumbs a{color:#496044;text-decoration:none}.article-breadcrumbs a:hover{text-decoration:underline}
.article-topline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:start;margin-bottom:30px}
.master-article-header .eyebrow{color:#65724f;margin-bottom:8px}.master-article-header h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.02;color:#243b2a;margin:0 0 18px;max-width:880px}
.article-byline{display:flex;flex-wrap:wrap;gap:10px 24px;color:#695b4d;font-size:.95rem}.article-byline span+span{position:relative}.article-byline span+span:before{content:'•';position:absolute;left:-15px;color:#b49353}
.article-library-btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:14px 28px;border:1px solid #a88c51;border-radius:999px;color:#304a36;text-decoration:none;text-transform:uppercase;letter-spacing:.09em;background:#fbf7ef;white-space:nowrap;transition:.2s ease}.article-library-btn:hover{background:#304a36;color:#fff5dc;transform:translateY(-2px)}
.master-article-grid{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:26px;align-items:start}
.master-article-content{border:1px solid rgba(151,125,70,.7);background:#fffdf8;box-shadow:0 18px 48px rgba(66,44,25,.09);padding:clamp(24px,4vw,52px)}
.article-copy{font-family:Georgia,'Times New Roman',serif;font-size:1.08rem;line-height:1.82;color:#332820}.article-copy h2{font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.2;color:#2e4a32;margin:2.1em 0 .65em}.article-copy p{margin:0 0 1.3em}.article-copy .article-intro{font-size:1.23rem;line-height:1.7}.article-copy blockquote{margin:2rem 0;padding:1.2rem 1.4rem;border-left:4px solid #b49353;background:#f2eadc;color:#4a3a2d;font-size:1.25rem;font-style:italic}
.article-block,.article-author-note,.article-related-course,.article-faq,.article-references,.article-comments{margin:0 0 28px;padding:22px;border:1px solid rgba(151,125,70,.58);background:#f8f2e7}.article-block h2,.article-author-note h2,.article-related-course h2,.article-faq h2,.article-references h2,.article-comments h2{margin:0 0 14px;color:#2e4a32;font-family:Georgia,'Times New Roman',serif}.quick-answer{border-left:5px solid #6f8256}.article-toc ol{margin:0;padding-left:1.25rem}.article-toc a{color:#3d5c40}
.article-media-block{margin:2rem 0}.article-image-placeholder,.article-embed-placeholder{display:grid;place-items:center;min-height:260px;border:1px dashed #9f8650;background:#eee5d6;color:#786644;text-transform:uppercase;letter-spacing:.08em}.article-media-block figcaption{font-size:.87rem;color:#746557;margin-top:8px}.article-callout{margin:2rem 0;padding:20px 22px;border:1px solid #b89b60;background:#f5eddf}.article-callout h3{margin:0 0 8px;color:#304d35}.safety-callout{border-left:5px solid #8a3d31;background:#f4e4df}.safety-callout h3{color:#78372f}.article-embed-block{margin:2.4rem 0}.article-embed-block h2{color:#2e4a32}
.article-related-course{text-align:center;padding:34px}.article-faq details{border-top:1px solid rgba(151,125,70,.45);padding:12px 0}.article-faq summary{cursor:pointer;font-weight:700;color:#304a36}
.article-share{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;margin:34px 0 20px;padding-top:22px;border-top:1px solid rgba(151,125,70,.45)}.article-share>span{margin-right:8px;font-family:Georgia,'Times New Roman',serif;text-transform:uppercase;letter-spacing:.08em}.article-share button{border:1px solid #9f8650;background:#fffaf0;color:#344834;padding:9px 12px;cursor:pointer}.article-share button:hover{background:#304a36;color:#fff}
.article-references ol{padding-left:1.4rem}.article-comments{margin-bottom:0}.comments-status{color:#65594e}.comment-preview-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.comment-preview-form>label,.comment-preview-form textarea,.comment-preview-form button{grid-column:1/-1}.comment-preview-form label{display:block;font-weight:700;margin-bottom:5px}.comment-preview-form input,.comment-preview-form textarea{width:100%;border:1px solid #a38b58;background:#fffdf8;padding:11px}.comment-preview-form [disabled]{opacity:.72}
.master-article-sidebar{position:sticky;top:92px;display:grid;gap:18px}.article-side-block{border:1px solid rgba(151,125,70,.7);background:#fffdf8;padding:20px;box-shadow:0 12px 28px rgba(66,44,25,.08)}.article-side-block h2{font-family:Georgia,'Times New Roman',serif;color:#2e4a32;margin:0 0 10px}.article-side-block .eyebrow{color:#7a6845}.article-side-block .journal-btn{display:block;text-align:center}.read-time-value{font-size:1.3rem;margin:0}.archive-year h3{margin:16px 0 6px;color:#304a36}.archive-year:first-child h3{margin-top:0}.archive-year ul{list-style:none;padding:0;margin:0}.archive-year li{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid rgba(151,125,70,.25)}.archive-year a{color:#4a5f42}.article-ad-slot{min-height:360px;display:flex;flex-direction:column}.article-ad-slot>span{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#86745d}.adsense-code-slot{flex:1;display:grid;place-items:center;margin-top:14px;border:1px dashed #aa925f;color:#7b6a53;text-align:center;padding:12px}
[hidden]{display:none!important}
@media(max-width:900px){.article-topline{grid-template-columns:1fr}.article-library-btn{justify-self:start}.master-article-grid{grid-template-columns:1fr}.master-article-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.article-ad-slot{min-height:240px}.comment-preview-form{grid-template-columns:1fr}}
@media(max-width:620px){.master-article-page{padding-top:26px}.master-article-shell{width:min(100% - 24px,1180px)}.master-article-content{padding:24px 18px}.master-article-sidebar{grid-template-columns:1fr}.article-byline{display:grid;gap:5px}.article-byline span+span:before{display:none}.article-share{justify-content:flex-start}.article-share>span{width:100%}}
@media print{.site-header,.site-footer,.article-breadcrumbs,.article-library-btn,.master-article-sidebar,.article-share,.article-comments{display:none!important}.master-article-page{background:#fff;padding:0}.master-article-shell{width:100%}.master-article-grid{display:block}.master-article-content{border:0;box-shadow:none;padding:0}}

/* v104 — Keep inline article callouts in normal document flow.
   The older global `aside` rule made Safety Notice, Field Notes, and
   Research Notes sticky on desktop because those blocks use <aside> tags. */
.master-article-content aside.article-callout,
.master-article-content .article-callout {
  position: static !important;
  top: auto !important;
  display: block !important;
  align-self: auto !important;
  width: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Only the dedicated right-hand tools column remains sticky on desktop. */
@media (min-width: 901px) {
  .master-article-sidebar {
    position: sticky !important;
    top: 92px !important;
    align-self: start !important;
  }
}

/* v105 — Give the master article sidebar clear breathing room on desktop.
   The overall article shell is slightly narrower, the reading column gives
   a little width back to the sidebar area, and both outer edges retain
   matching visible page padding. */
@media (min-width: 901px) {
  .master-article-shell {
    width: min(1120px, calc(100% - 64px)) !important;
  }

  .master-article-grid {
    grid-template-columns: minmax(0, 1fr) 230px !important;
    gap: 24px !important;
  }

  .master-article-content {
    min-width: 0;
  }

  .master-article-sidebar {
    width: 100%;
    min-width: 0;
  }

  .article-side-block {
    width: 100%;
    box-sizing: border-box;
    padding: 18px !important;
    overflow-wrap: anywhere;
  }
}


/* v106 — Refine the desktop article/sidebar proportions.
   Restores a little width to the sidebar, reduces the outer right gutter,
   and scales sidebar typography to fit comfortably without crowding. */
@media (min-width: 901px) {
  .master-article-shell {
    width: min(1160px, calc(100% - 44px)) !important;
  }

  .master-article-grid {
    grid-template-columns: minmax(0, 1fr) 252px !important;
    gap: 24px !important;
  }

  .master-article-sidebar {
    width: 100% !important;
    min-width: 0 !important;
  }

  .article-side-block {
    padding: 16px !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .article-side-block h2 {
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  .article-side-block h3,
  .archive-year h3 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .article-side-block p,
  .article-side-block li,
  .article-side-block a,
  .article-side-block label {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  .article-side-block .eyebrow,
  .article-ad-slot > span {
    font-size: 0.7rem !important;
    line-height: 1.35 !important;
  }

  .read-time-value {
    font-size: 1.08rem !important;
    line-height: 1.3 !important;
  }

  .archive-year li {
    gap: 8px !important;
    padding: 5px 0 !important;
  }

  .article-side-block .journal-btn {
    padding: 11px 12px !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.06em !important;
  }

  .adsense-code-slot {
    padding: 10px !important;
    font-size: 0.78rem !important;
  }
}


/* v107 — Reusable Journal article-category directory pages */
.category-directory-page{
  background:#f3ebde;
  color:#33271f;
}
.category-directory-wrap{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto;
}
.category-directory-hero{
  position:relative;
  padding:clamp(92px,10vw,138px) 22px clamp(70px,8vw,106px);
  color:#f4ead8;
  overflow:hidden;
  border-bottom:1px solid rgba(197,157,79,.7);
}
.category-theme-herbs .category-directory-hero{
  background:radial-gradient(circle at 72% 22%,rgba(91,126,70,.52),transparent 34%),linear-gradient(135deg,#1d3422,#101b14);
}
.category-theme-witchcraft .category-directory-hero{
  background:radial-gradient(circle at 70% 18%,rgba(101,78,111,.45),transparent 34%),linear-gradient(135deg,#2d2430,#151116);
}
.category-theme-intentional .category-directory-hero{
  background:radial-gradient(circle at 72% 20%,rgba(142,124,72,.44),transparent 36%),linear-gradient(135deg,#544b31,#2c281b);
}
.category-theme-business .category-directory-hero{
  background:radial-gradient(circle at 72% 20%,rgba(77,110,81,.47),transparent 36%),linear-gradient(135deg,#293f2f,#142019);
}
.category-directory-hero-inner{
  width:min(900px,100%);
  margin:0 auto;
  text-align:center;
}
.category-breadcrumbs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:26px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.category-breadcrumbs a,
.category-breadcrumbs span{
  color:#e6d6b1;
}
.category-directory-hero h1{
  margin:.08em 0 .2em;
  font-size:clamp(50px,7vw,82px);
  line-height:1;
  font-weight:400;
  color:#efd79b;
}
.category-directory-hero > div > p:not(.eyebrow){
  max-width:720px;
  margin:0 auto;
  font-size:18px;
  line-height:1.72;
}
.category-directory-search{
  width:min(560px,100%);
  margin:28px auto 0;
  display:grid;
  grid-template-columns:1fr 48px;
  background:#f6efe3;
  border:1px solid #c7a45c;
  box-shadow:0 14px 34px rgba(0,0,0,.2);
}
.category-directory-search input{
  width:100%;
  min-width:0;
  padding:14px 16px;
  border:0;
  outline:0;
  background:transparent;
  color:#3b2d24;
  font:inherit;
}
.category-directory-search button{
  border:0;
  border-left:1px solid rgba(138,103,49,.35);
  background:transparent;
  color:#74572e;
  font-size:24px;
  cursor:pointer;
}
.category-featured,
.category-related{
  padding:clamp(68px,8vw,102px) 0;
  background:linear-gradient(135deg,#f5eddf,#e9dcc7);
}
.category-featured-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:clamp(36px,6vw,74px);
  align-items:center;
}
.category-featured-image,
.category-article-image{
  display:grid;
  place-items:center;
  min-height:390px;
  background:linear-gradient(145deg,#4a3a2c,#1e1813);
  border:1px solid rgba(190,151,77,.72);
  color:#dbc88e;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align:center;
  font-size:11px;
}
.category-featured-copy h2,
.category-directory-heading h2,
.category-support-strip h2{
  margin:.1em 0 .32em;
  font-size:clamp(38px,5vw,62px);
  line-height:1.04;
  font-weight:400;
}
.category-featured-copy h2,
.category-directory-heading h2{
  color:#4d3026;
}
.category-featured-copy p{
  line-height:1.72;
}
.category-card-meta{
  color:#81612e !important;
  font-size:12px !important;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.category-browse{
  padding:clamp(72px,8vw,108px) 0;
  color:#f3eadb;
}
.category-theme-herbs .category-browse{background:linear-gradient(135deg,#29472a,#182d1c)}
.category-theme-witchcraft .category-browse{background:linear-gradient(135deg,#302735,#181319)}
.category-theme-intentional .category-browse{background:linear-gradient(135deg,#5a5134,#302a1c)}
.category-theme-business .category-browse{background:linear-gradient(135deg,#304937,#18291e)}
.category-directory-heading{
  width:min(820px,100%);
  margin:0 auto 36px;
  text-align:center;
}
.category-browse .category-directory-heading h2{
  color:#efd89d;
}
.category-filter-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:38px;
}
.category-filter-row button{
  padding:9px 15px;
  border:1px solid rgba(213,177,102,.7);
  background:transparent;
  color:#f2e6d2;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:12px;
}
.category-filter-row button.active,
.category-filter-row button:hover{
  background:#c09a51;
  color:#1d241c;
}
.category-article-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
.category-article-card{
  background:#f6efe3;
  color:#34271f;
  border:1px solid rgba(190,151,77,.68);
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}
.category-article-card[hidden]{
  display:none;
}
.category-article-image{
  min-height:230px;
  border-width:0 0 1px;
}
.category-article-copy{
  padding:24px;
}
.category-article-copy h3{
  margin:.15em 0 .38em;
  font-size:29px;
  line-height:1.08;
  font-weight:400;
  color:#4d3026;
}
.category-article-copy p{
  line-height:1.65;
}
.category-article-copy a{
  color:#42613b;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}
.category-empty-message{
  text-align:center;
  padding:30px;
}
.category-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:42px;
}
.category-pagination button,
.category-pagination span{
  min-width:42px;
  min-height:42px;
  display:grid;
  place-items:center;
  padding:8px 12px;
  border:1px solid rgba(213,177,102,.7);
  background:transparent;
  color:#f2e6d2;
}
.category-pagination button:disabled{
  opacity:.45;
}
.category-pagination span.active{
  background:#c09a51;
  color:#1d241c;
}
.category-related-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.category-related-card{
  min-height:160px;
  padding:25px 20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  background:rgba(255,255,255,.4);
  border:1px solid rgba(180,147,83,.62);
  color:#4d3026;
  text-decoration:none;
  box-shadow:0 13px 28px rgba(67,43,26,.1);
  transition:transform .25s ease,box-shadow .25s ease;
}
.category-related-card:hover{
  transform:translateY(-4px);
  box-shadow:0 19px 34px rgba(67,43,26,.17);
}
.category-related-card span{
  font-size:24px;
  line-height:1.1;
}
.category-related-card small{
  margin-top:10px;
  color:#68704a;
}
.category-support-strip{
  padding:clamp(72px,8vw,104px) 22px;
  text-align:center;
  background:linear-gradient(135deg,#37291f,#1e1813);
  color:#f1e7d7;
  border-top:1px solid rgba(190,151,77,.65);
}
.category-support-strip > div{
  width:min(780px,100%);
  margin:0 auto;
}
.category-support-strip h2{
  color:#e7cb8a;
}
.category-support-strip p:not(.eyebrow){
  margin:0 auto 22px;
  line-height:1.7;
}
.category-support-strip .journal-btn{
  color:#f1e7d7;
}
@media(max-width:940px){
  .category-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .category-featured-grid{grid-template-columns:1fr}
  .category-featured-copy{text-align:center}
}
@media(max-width:620px){
  .category-article-grid,
  .category-related-grid{grid-template-columns:1fr}
  .category-directory-wrap{width:min(100% - 28px,1160px)}
  .category-directory-hero{padding-left:14px;padding-right:14px}
  .category-featured-image{min-height:300px}
}


/* v108 — Simplified category directories matching the Plant Profiles directory */
.simple-category-directory{
  background:#f3ebde;
}

.category-directory-image-hero{
  min-height:clamp(440px,56vw,650px);
}

.category-directory-image-hero > img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.category-directory-image-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(16,20,15,.08) 0%,rgba(18,20,15,.16) 40%,rgba(18,20,15,.74) 100%);
  pointer-events:none;
}

.category-directory-image-hero .directory-hero-overlay{
  z-index:2;
  left:auto;
  right:clamp(24px,6vw,90px);
  width:min(590px,calc(100% - 48px));
  text-align:right;
  align-items:flex-end;
}

.category-directory-image-hero .category-breadcrumbs{
  justify-content:flex-end;
  margin:0 0 20px;
}

.category-directory-image-hero .category-directory-search{
  width:min(520px,100%);
  margin:26px 0 0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  background:#f6efe3;
  border:1px solid #b49353;
  box-shadow:0 14px 32px rgba(0,0,0,.22);
}

.category-directory-image-hero .category-directory-search input{
  padding:14px 16px;
  border:0;
  background:transparent;
  color:#33271f;
}

.category-directory-image-hero .category-directory-search button{
  padding:0 18px;
  border:0;
  border-left:1px solid rgba(116,87,46,.32);
  background:#b49353;
  color:#1d241c;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.category-filter-wrap{
  padding:18px 20px;
  background:#f5eddf;
  border-top:1px solid rgba(180,147,83,.48);
  border-bottom:1px solid rgba(180,147,83,.48);
}

.category-filter-wrap .category-filter-row{
  max-width:760px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}

.category-filter-wrap .category-filter-row button{
  min-width:96px;
  padding:10px 14px;
  border:1px solid rgba(139,103,49,.48);
  background:transparent;
  color:#4d3026;
  font-size:.76rem;
  letter-spacing:.07em;
  text-transform:uppercase;
  cursor:pointer;
}

.category-filter-wrap .category-filter-row button:hover,
.category-filter-wrap .category-filter-row button.active{
  background:#324d35;
  color:#f4ead8;
  border-color:#b49353;
}

.category-directory-content{
  padding-top:34px;
}

.category-directory-ad{
  margin:0 auto 48px;
}

.simple-category-directory .category-article-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.simple-category-directory .category-article-card{
  background:#f8f1e6;
  border:1px solid rgba(180,147,83,.58);
  box-shadow:0 14px 30px rgba(64,42,27,.13);
  transition:transform .25s ease,box-shadow .25s ease;
}

.simple-category-directory .category-article-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 38px rgba(64,42,27,.2);
}

.simple-category-directory .category-pagination{
  color:#4d3026;
}

.simple-category-directory .category-pagination button,
.simple-category-directory .category-pagination span{
  color:#4d3026;
  border-color:rgba(139,103,49,.46);
}

@media(max-width:940px){
  .simple-category-directory .category-article-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .category-directory-image-hero{
    min-height:570px;
  }

  .category-directory-image-hero::after{
    background:linear-gradient(180deg,rgba(16,20,15,.24),rgba(16,20,15,.78));
  }

  .category-directory-image-hero .directory-hero-overlay{
    left:20px;
    right:20px;
    width:auto;
    text-align:center;
    align-items:center;
  }

  .category-directory-image-hero .category-breadcrumbs{
    justify-content:center;
  }

  .category-directory-image-hero .category-directory-search{
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:620px){
  .simple-category-directory .category-article-grid{
    grid-template-columns:1fr;
  }

  .category-filter-wrap .category-filter-row button{
    min-width:calc(50% - 8px);
  }
}


/* v109 — Dynamic article directories modeled directly after Plant Profiles */
.article-directory-page{
  background:#f3ebde;
  color:#34271f;
}

.article-directory-hero{
  position:relative;
  min-height:470px;
  overflow:hidden;
}

.article-directory-hero > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.article-directory-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(24,27,21,.05) 0%,rgba(24,27,21,.14) 43%,rgba(24,27,21,.76) 100%);
}

.article-directory-hero .directory-hero-overlay{
  z-index:2;
  left:auto;
  right:clamp(24px,6vw,86px);
  width:min(600px,calc(100% - 48px));
  text-align:right;
  align-items:flex-end;
}

.article-directory-hero .directory-search{
  width:min(500px,100%);
  margin:24px 0 0 auto;
}

.article-filter-wrap{
  padding:16px 20px;
  background:#f7f0e5;
  border-top:1px solid rgba(180,147,83,.48);
  border-bottom:1px solid rgba(180,147,83,.48);
}

.article-filter-menu{
  width:min(760px,100%);
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.article-filter-menu button{
  padding:8px 14px;
  border:1px solid rgba(139,103,49,.5);
  background:transparent;
  color:#4d3026;
  font-family:inherit;
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
}

.article-filter-menu button:hover,
.article-filter-menu button.active{
  color:#f4ead8;
  background:#324d35;
  border-color:#b49353;
}

.directory-theme-witchcraft .article-filter-menu button:hover,
.directory-theme-witchcraft .article-filter-menu button.active{
  background:#3a2c3d;
}

.directory-theme-intentional .article-filter-menu button:hover,
.directory-theme-intentional .article-filter-menu button.active{
  background:#5a5134;
}

.directory-theme-business .article-filter-menu button:hover,
.directory-theme-business .article-filter-menu button.active{
  background:#304937;
}

.article-directory-content{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto;
  padding:64px 0 80px;
}

.article-directory-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px 24px;
}

.article-directory-card{
  min-width:0;
}

.article-directory-card-link{
  display:block;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.article-directory-card-image{
  aspect-ratio:1 / 1.13;
  overflow:hidden;
  border:1px solid rgba(160,125,63,.62);
  background:#2d412d;
  box-shadow:0 12px 25px rgba(54,37,25,.12);
}

.article-directory-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .32s ease;
}

.article-directory-card-copy{
  min-height:180px;
  margin-top:12px;
  padding:17px 16px 18px;
  text-align:center;
  background:#faf5ec;
  border:1px solid rgba(160,125,63,.62);
  box-shadow:0 10px 22px rgba(54,37,25,.08);
}

.article-directory-card-meta{
  margin:0 0 7px;
  color:#806334;
  font-size:.68rem;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.article-directory-card-copy h3{
  margin:0 0 8px;
  color:#4d3026;
  font-size:1.52rem;
  line-height:1.08;
  font-weight:400;
}

.article-directory-card-copy > p:not(.article-directory-card-meta){
  margin:0;
  color:#4b3c31;
  font-size:.92rem;
  line-height:1.48;
}

.article-directory-read{
  display:block;
  margin-top:13px;
  color:#42613b;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.article-directory-card-link:hover .article-directory-card-image img,
.article-directory-card-link:focus-visible .article-directory-card-image img{
  transform:scale(1.045);
}

.article-directory-card-link:hover .article-directory-card-copy,
.article-directory-card-link:focus-visible .article-directory-card-copy{
  border-color:#b49353;
  box-shadow:0 14px 28px rgba(54,37,25,.15);
}

.article-directory-content .directory-pagination{
  margin-top:42px;
}

.article-directory-content .directory-ad-slot{
  margin-top:54px;
}

@media(max-width:980px){
  .article-directory-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .article-directory-hero{
    min-height:560px;
  }

  .article-directory-hero::after{
    background:linear-gradient(180deg,rgba(24,27,21,.16),rgba(24,27,21,.8));
  }

  .article-directory-hero .directory-hero-overlay{
    left:20px;
    right:20px;
    width:auto;
    text-align:center;
    align-items:center;
  }

  .article-directory-hero .directory-search{
    margin-left:auto;
    margin-right:auto;
  }

  .article-directory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:520px){
  .article-directory-content{
    width:min(100% - 28px,1160px);
    padding-top:48px;
  }

  .article-directory-grid{
    grid-template-columns:1fr;
  }

  .article-filter-menu button{
    flex:1 1 calc(50% - 8px);
  }

  .article-directory-card-image{
    aspect-ratio:1.08 / 1;
  }
}


/* v110 — Article directory hero alignment and responsive behavior.
   Applies only to the 19 article category directories, not Plant Profiles or monographs. */
.article-directory-page .article-directory-hero{
  min-height:clamp(430px,52vw,620px);
}

.article-directory-page .article-directory-hero > img{
  object-fit:cover;
  object-position:left center;
}

.article-directory-page .article-directory-hero::after{
  background:
    linear-gradient(
      90deg,
      rgba(22,26,20,.03) 0%,
      rgba(22,26,20,.08) 42%,
      rgba(22,26,20,.38) 62%,
      rgba(22,26,20,.82) 100%
    );
}

.article-directory-page .article-directory-hero .directory-hero-overlay{
  top:50%;
  bottom:auto;
  left:auto;
  right:clamp(28px,6vw,92px);
  width:min(560px,44vw);
  transform:translateY(-50%);
  text-align:right;
  align-items:flex-end;
  padding:0;
}

.article-directory-page .article-directory-hero .directory-hero-overlay h1{
  max-width:100%;
  margin-left:auto;
  font-size:clamp(46px,5.7vw,78px);
  line-height:.98;
}

.article-directory-page .article-directory-hero .directory-hero-overlay > p:not(.eyebrow){
  max-width:540px;
  margin-left:auto;
  font-size:clamp(16px,1.35vw,19px);
  line-height:1.58;
}

.article-directory-page .article-directory-hero .directory-search{
  width:min(500px,100%);
  margin:24px 0 0 auto;
}

@media (max-width: 900px){
  .article-directory-page .article-directory-hero{
    min-height:560px;
  }

  .article-directory-page .article-directory-hero > img{
    object-position:center;
  }

  .article-directory-page .article-directory-hero::after{
    background:
      linear-gradient(
        180deg,
        rgba(22,26,20,.12) 0%,
        rgba(22,26,20,.26) 42%,
        rgba(22,26,20,.82) 100%
      );
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay{
    top:auto;
    bottom:34px;
    left:24px;
    right:24px;
    width:auto;
    transform:none;
    text-align:center;
    align-items:center;
    padding:0;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay h1{
    margin-left:0;
    font-size:clamp(40px,8vw,64px);
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay > p:not(.eyebrow){
    margin-left:auto;
    margin-right:auto;
    max-width:680px;
    font-size:16px;
  }

  .article-directory-page .article-directory-hero .directory-search{
    width:min(520px,100%);
    margin:20px auto 0;
  }
}

@media (max-width: 560px){
  .article-directory-page .article-directory-hero{
    min-height:600px;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay{
    bottom:24px;
    left:16px;
    right:16px;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay .eyebrow{
    font-size:.68rem;
    letter-spacing:.08em;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay h1{
    font-size:clamp(35px,11vw,50px);
    line-height:1;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay > p:not(.eyebrow){
    font-size:14px;
    line-height:1.48;
  }

  .article-directory-page .article-directory-hero .directory-search{
    grid-template-columns:minmax(0,1fr) auto;
  }

  .article-directory-page .article-directory-hero .directory-search input{
    min-width:0;
    padding:12px 13px;
    font-size:14px;
  }

  .article-directory-page .article-directory-hero .directory-search button{
    padding:0 13px;
    font-size:.7rem;
  }
}


/* v111 — Make all 19 article-directory heroes match the proven Plant Profiles hero.
   These rules intentionally override the experimental v109/v110 hero positioning.
   Plant Profiles and plant monographs are not targeted. */

.article-directory-page .article-directory-hero{
  position:relative !important;
  min-height:410px !important;
  height:auto !important;
  overflow:hidden !important;
  border-bottom:1px solid rgba(168,136,70,.45) !important;
}

.article-directory-page .article-directory-hero > img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}

.article-directory-page .article-directory-hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:
    linear-gradient(
      90deg,
      rgba(219,229,198,.08) 0%,
      rgba(46,66,48,.08) 42%,
      rgba(31,52,35,.82) 100%
    ) !important;
  pointer-events:none !important;
}

.article-directory-page .article-directory-hero .directory-hero-overlay{
  position:relative !important;
  inset:auto !important;
  z-index:2 !important;
  width:min(1180px,calc(100% - 40px)) !important;
  max-width:none !important;
  min-height:410px !important;
  height:auto !important;
  margin:0 auto !important;
  padding:0 !important;
  transform:none !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-end !important;
  text-align:right !important;
  color:#f5ead5 !important;
  text-shadow:0 2px 16px rgba(0,0,0,.58) !important;
}

.article-directory-page .article-directory-hero .directory-hero-overlay .eyebrow{
  margin:0 !important;
  color:#d9b65b !important;
}

.article-directory-page .article-directory-hero .directory-hero-overlay h1{
  width:auto !important;
  max-width:650px !important;
  margin:.08em 0 !important;
  font-size:clamp(48px,7vw,88px) !important;
  line-height:1 !important;
  font-weight:400 !important;
}

.article-directory-page .article-directory-hero .directory-hero-overlay > p:not(.eyebrow){
  width:auto !important;
  max-width:610px !important;
  margin:0 !important;
  font-size:18px !important;
  line-height:1.65 !important;
}

.article-directory-page .article-directory-hero .directory-search{
  display:grid !important;
  grid-template-columns:1fr auto !important;
  width:min(100%,520px) !important;
  margin:24px 0 0 !important;
  border:1px solid #c7a45b !important;
  border-radius:999px !important;
  overflow:hidden !important;
  background:#fff8e9 !important;
  box-shadow:0 12px 28px rgba(0,0,0,.22) !important;
  text-shadow:none !important;
}

.article-directory-page .article-directory-hero .directory-search input{
  min-width:0 !important;
  width:100% !important;
  border:0 !important;
  background:transparent !important;
  padding:15px 20px !important;
  font:inherit !important;
  font-size:inherit !important;
  color:#243328 !important;
  outline:none !important;
}

.article-directory-page .article-directory-hero .directory-search input::placeholder{
  color:#6d6659 !important;
  opacity:1 !important;
}

.article-directory-page .article-directory-hero .directory-search button{
  min-width:auto !important;
  border:0 !important;
  border-left:1px solid #b99042 !important;
  background:#d0aa4c !important;
  color:#1d2d20 !important;
  padding:0 22px !important;
  font:inherit !important;
  font-size:inherit !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
}

@media(max-width:720px){
  .article-directory-page .article-directory-hero{
    min-height:360px !important;
  }

  .article-directory-page .article-directory-hero > img{
    object-position:center !important;
  }

  .article-directory-page .article-directory-hero::after{
    background:rgba(24,42,29,.62) !important;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay{
    width:calc(100% - 28px) !important;
    min-height:360px !important;
    padding:28px 0 !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay h1{
    max-width:100% !important;
    margin:.1em 0 !important;
    font-size:clamp(42px,11vw,64px) !important;
    line-height:1 !important;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay > p:not(.eyebrow){
    max-width:620px !important;
    margin:0 auto !important;
    font-size:16px !important;
    line-height:1.55 !important;
  }

  .article-directory-page .article-directory-hero .directory-search{
    width:min(100%,520px) !important;
    margin:22px auto 0 !important;
  }
}

@media(max-width:480px){
  .article-directory-page .article-directory-hero{
    min-height:430px !important;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay{
    min-height:430px !important;
    width:calc(100% - 28px) !important;
    padding:24px 0 !important;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay .eyebrow{
    font-size:.68rem !important;
    letter-spacing:.08em !important;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay h1{
    font-size:clamp(38px,12vw,52px) !important;
  }

  .article-directory-page .article-directory-hero .directory-hero-overlay > p:not(.eyebrow){
    font-size:15px !important;
    line-height:1.5 !important;
  }

  .article-directory-page .article-directory-hero .directory-search{
    grid-template-columns:1fr auto !important;
    border-radius:999px !important;
  }

  .article-directory-page .article-directory-hero .directory-search input{
    padding:14px 18px !important;
    font-size:14px !important;
  }

  .article-directory-page .article-directory-hero .directory-search button{
    border-top:0 !important;
    border-left:1px solid #b99042 !important;
    padding:0 16px !important;
    font-size:12px !important;
  }
}

/* v125 — Journal page hero image only */
.journal-hero{
  background-image:url('../assets/images/journal-page-hero.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.journal-hero-layout{display:grid!important;grid-template-columns:42% 58%;align-items:stretch}.journal-hero-layout .hero-content{grid-column:1;padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:center;z-index:2}.journal-hero-layout img{grid-column:2;width:100%;height:100%;object-fit:cover}@media(max-width:900px){.journal-hero-layout{display:flex!important;flex-direction:column}.journal-hero-layout img{order:1;height:260px}.journal-hero-layout .hero-content{order:2;text-align:center;align-items:center;padding:2.5rem 1.5rem}}

/* v127 — Journal hero text placement and responsive positioning */
.journal-page .journal-hero{
  position:relative !important;
  min-height:445px !important;
  padding:72px clamp(34px,5vw,78px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.journal-page .journal-hero > div{
  position:relative !important;
  z-index:1 !important;
  width:min(39%,560px) !important;
  margin:0 !important;
  text-align:left !important;
}

.journal-page .journal-hero h1,
.journal-page .journal-hero p,
.journal-page .journal-hero .eyebrow{
  text-align:left !important;
}

.journal-page .journal-hero span{
  margin:24px 0 !important;
}

@media (max-width:760px){
  .journal-page .journal-hero{
    min-height:500px !important;
    padding:58px 24px !important;
    justify-content:center !important;
    text-align:center !important;
    background-position:68% center !important;
  }

  .journal-page .journal-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(35,23,17,.58);
    pointer-events:none;
  }

  .journal-page .journal-hero > div{
    width:min(100%,620px) !important;
    margin:auto !important;
    text-align:center !important;
  }

  .journal-page .journal-hero h1,
  .journal-page .journal-hero p,
  .journal-page .journal-hero .eyebrow{
    text-align:center !important;
  }

  .journal-page .journal-hero span{
    margin:24px auto !important;
  }
}


/* v128 — hide the secondary directory navigation strip on mobile */
@media (max-width: 760px){
  .directory-subnav{
    display:none !important;
  }
}




/* v131 — show Business and Intentional Living category hero images without masking overlays */
.library-topic-hero.no-hero-overlay::before,
.library-topic-hero.no-hero-overlay::after{
  background:none !important;
  opacity:0 !important;
}


/* v132 — Journal hero heading scale and single-line desktop title */
.journal-main-hero h1{
  font-size:clamp(3.4rem,6vw,5.6rem) !important;
  line-height:0.98 !important;
  white-space:nowrap;
  max-width:none !important;
}

@media (max-width:760px){
  .journal-main-hero h1{
    font-size:clamp(2.7rem,12vw,4.2rem) !important;
    white-space:normal;
    text-align:center;
  }
}


/* v134 — redesigned plant monograph layout */
.monograph-shell.monograph-redesign{max-width:1240px;padding:1.4rem clamp(1rem,4vw,3rem) 4rem;}
.monograph-redesign-grid{display:grid;grid-template-columns:minmax(245px,300px) minmax(0,1fr);gap:1.35rem;align-items:start;}
.monograph-redesign-sidebar{display:grid;gap:1rem;}
.monograph-redesign-gallery{position:static;}
.monograph-redesign-gallery .monograph-main-image{aspect-ratio:4/5;background:#f7f1e5;border:1px solid rgba(132,112,68,.45);}
.monograph-redesign-gallery .monograph-main-image img{object-fit:cover;}
.monograph-redesign-gallery .monograph-thumbnails{grid-template-columns:repeat(2,minmax(0,1fr));}
.monograph-redesign-gallery .monograph-thumb{aspect-ratio:1/1;border:1px solid rgba(132,112,68,.45);}
.monograph-quick-card{padding:1rem 1.05rem;background:#fbf1b8;border:1px solid rgba(183,152,79,.55);color:#3b3024;line-height:1.45;}
.monograph-quick-card p{margin:0 0 .72rem;}.monograph-quick-card p:last-child{margin-bottom:0;}
.monograph-side-box{box-shadow:none!important;border:1px solid rgba(132,112,68,.5)!important;background:#fff!important;padding:1rem!important;}
.monograph-side-box h2{font-size:1.35rem;margin:.05rem 0 .8rem;}
.monograph-redesign-content{min-width:0;}
.monograph-redesign-title{padding:.15rem 0 1rem;}
.monograph-redesign-title h1{margin:0;font-family:Georgia,serif;font-weight:400;color:var(--mono-forest);font-size:clamp(3rem,5vw,4.8rem);line-height:1;}
.monograph-redesign-title .botanical-name{font-size:clamp(1.15rem,2vw,1.55rem);margin:.25rem 0 1.15rem;color:#453a2e;}
.monograph-redesign-title .monograph-intro{font-size:1.08rem;line-height:1.45;max-width:860px;margin:0;}
.monograph-section{margin:0 0 .85rem;padding:1rem 1.1rem;border:1px solid rgba(132,112,68,.55);line-height:1.52;background:#fff;}
.monograph-section h2{font-family:Georgia,serif;font-weight:400;color:#30281f;margin:0 0 .4rem;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.08;}
.monograph-section h3{font-family:Georgia,serif;color:#3d3328;margin:.1rem 0 .35rem;}
.monograph-section p{margin:.35rem 0 .75rem;}.monograph-section p:last-child{margin-bottom:0;}
.monograph-block-sage{background:#e9eee2;}
.monograph-block-rose{background:#ead4ca;border-color:#9e756b;}
.monograph-block-open{border-color:transparent;padding:.2rem 1rem .8rem;background:transparent;}
.monograph-two-column-blocks{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;}
.monograph-two-column-blocks .monograph-section{height:100%;}
.monograph-dosing-redesign{position:relative;padding-bottom:3.8rem;border-color:transparent;background:transparent;}
.monograph-dosing-redesign .monograph-preparation-list{grid-template-columns:1fr 1fr;}
.monograph-dosing-redesign .monograph-print-link{right:1rem;bottom:.8rem;}
.monograph-redesign-references{margin-top:.4rem;min-height:0;box-shadow:none!important;border:1px solid rgba(132,112,68,.55)!important;background:#fff!important;padding:1rem 1.1rem!important;}
.monograph-redesign-references h2{font-family:Georgia,serif;font-weight:400;margin:.05rem 0 .7rem;color:#30281f;}
.monograph-redesign-references .reference-list{padding-left:1.2rem;line-height:1.55;}
.monograph-redesign-references .reference-list li{margin-bottom:.75rem;overflow-wrap:anywhere;}
@media(max-width:900px){
 .monograph-redesign-grid{grid-template-columns:1fr;}
 .monograph-redesign-content{display:contents;}
 .monograph-redesign-title{order:-3;text-align:center;}
 .monograph-redesign-sidebar{order:-2;grid-template-columns:minmax(220px,360px) 1fr;align-items:start;}
 .monograph-redesign-gallery{grid-column:1;}
 .monograph-quick-card{grid-column:2;}
 .monograph-side-box{display:none;}
 .monograph-section,.monograph-two-column-blocks,.monograph-redesign-references{grid-column:1/-1;}
}
@media(max-width:650px){
 .monograph-shell.monograph-redesign{padding-inline:.8rem;}
 .monograph-redesign-sidebar{grid-template-columns:1fr;}
 .monograph-quick-card{grid-column:1;}
 .monograph-redesign-gallery .monograph-main-image{max-height:520px;}
 .monograph-two-column-blocks,.monograph-dosing-redesign .monograph-preparation-list{grid-template-columns:1fr;}
 .monograph-redesign-title h1{font-size:clamp(2.6rem,14vw,4rem);}
 .monograph-section{padding:.9rem;}
}


/* v135 — plant monograph spacing, dosing cards, print-link placement */
@media (min-width: 761px){
  .monograph-two-column-blocks + .monograph-block-rose{
    margin-top:1.15rem;
  }
}

.monograph-dosing-redesign .monograph-preparation-list > section{
  background:#fff !important;
}

@media (max-width: 760px){
  .monograph-dosing-redesign{
    padding-bottom:.8rem;
  }

  .monograph-dosing-redesign .monograph-print-link{
    position:static !important;
    display:block;
    width:max-content;
    max-width:100%;
    margin:1.1rem 0 0 auto;
    text-align:right;
  }
}


/* v136 — show Related Plants and AdSense after References on mobile only */
.monograph-mobile-only{
  display:none !important;
}

@media (max-width:760px){
  .monograph-redesign-sidebar > .related-plants,
  .monograph-redesign-sidebar > .monograph-ad-slot{
    display:none !important;
  }

  .monograph-mobile-only{
    display:block !important;
    margin-top:1rem;
  }

  .monograph-mobile-only.related-plants{
    order:1;
  }

  .monograph-mobile-only.monograph-ad-slot{
    order:2;
    min-height:220px;
  }
}


/* v137 — monograph tool spacing and plant-directory search */
@media (min-width: 761px){
  .monograph-tools{
    padding-top:2.35rem !important;
  }
}

.monograph-search.directory-search{
  width:min(100%,520px);
  margin:0;
  justify-self:end;
}

@media (max-width: 760px){
  .monograph-tools{
    grid-template-columns:1fr;
  }

  .monograph-search.directory-search{
    width:100%;
    justify-self:stretch;
  }
}


/* v138 — consistent mobile spacing below the site navigation on journal directory heroes */
@media (max-width:760px){
  .directory-hero,
  .article-directory-hero,
  .library-topic-hero,
  .rebuilt-topic-hero,
  .journal-main-hero{
    padding-top:clamp(2.15rem,7vw,3rem) !important;
  }

  .directory-hero .directory-hero-content,
  .directory-hero .hero-content,
  .article-directory-hero .directory-hero-content,
  .article-directory-hero .hero-content,
  .library-topic-hero .topic-hero-content,
  .library-topic-hero .hero-content,
  .rebuilt-topic-hero .topic-hero-content,
  .rebuilt-topic-hero .hero-content{
    padding-top:0 !important;
  }
}

/* ===== Our Story v2 — mockup-matched redesign ===== */
.story-v2{background:#fff;color:#241d18}
.story-v2-hero{min-height:430px;background:url('../assets/images/our-story-hero.jpg') center/cover no-repeat;display:flex;align-items:center;justify-content:flex-end;padding:46px 8vw}
.story-v2-hero-copy{width:min(470px,46vw);text-align:center;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.25)}
.story-v2-hero-copy h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,5vw,76px);line-height:.95;letter-spacing:.02em;margin:0 0 24px;font-weight:500}
.story-v2-hero-copy p{font-family:Georgia,'Times New Roman',serif;font-size:clamp(21px,2.15vw,31px);line-height:1.22;font-style:italic;margin:0 auto 38px;max-width:470px}
.story-v2-button,.story-v2-small-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #c7a54a;background:#18321f;color:#f7f1e6;padding:12px 30px;font-family:Georgia,'Times New Roman',serif;font-size:18px;transition:.2s ease}
.story-v2-button:hover,.story-v2-small-button:hover{background:#274a31;transform:translateY(-1px)}
.story-v2-intro{background:#fff;padding:45px 28px 35px}
.story-v2-intro-grid{width:min(1350px,100%);margin:0 auto;display:grid;grid-template-columns:240px minmax(380px,1.12fr) minmax(380px,.92fr);gap:24px;align-items:stretch}
.story-v2-portrait{min-height:390px}
.story-v2-portrait img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}
.story-v2-copy{align-self:center}
.story-v2-kicker{font-family:Georgia,'Times New Roman',serif;font-variant:small-caps;letter-spacing:.04em;margin:0;font-size:18px;color:#4d4037}
.story-v2-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(31px,3vw,43px);line-height:1.02;margin:0 0 3px;font-weight:500;font-variant:small-caps}
.story-v2-roles{font-family:Georgia,'Times New Roman',serif;font-variant:small-caps;letter-spacing:.04em;color:#9a7b69;margin:0 0 16px;font-size:14px}
.story-v2-copy>p:last-child{font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.33;margin:0}
.story-v2-scenes-wrap h3{font-family:Georgia,'Times New Roman',serif;font-variant:small-caps;text-align:center;font-weight:500;font-size:16px;margin:0 0 12px}
.story-v2-scenes{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:8px;height:calc(100% - 30px)}
.story-v2-scene{border:0;padding:0;background:#eee;overflow:hidden;cursor:zoom-in;min-height:0}
.story-v2-scene img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:1/1.24;transition:transform .22s ease}
.story-v2-scene:hover img{transform:scale(1.035)}
.story-v2-mission{background:#1e3b23;color:#fff;padding:28px 24px 32px}
.story-v2-section-inner{width:min(1400px,100%);margin:0 auto;text-align:center}
.story-v2-mission h2{font-family:Georgia,'Times New Roman',serif;color:#d6b33e;font-size:clamp(32px,3.5vw,46px);font-variant:small-caps;font-weight:500;margin:0 0 14px}
.story-v2-mission-copy{font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1.4;max-width:1120px;margin:0 auto 28px}
.story-v2-values{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.story-v2-values article{background:#d4d8a7;color:#2b261f;border:1px solid #c7a54a;padding:20px 22px;min-height:145px;display:flex;flex-direction:column;justify-content:center}
.story-v2-values h3{font-family:Georgia,'Times New Roman',serif;font-variant:small-caps;font-size:19px;line-height:1.05;margin:0 0 15px;font-weight:700}
.story-v2-values p{font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.32;font-style:italic;margin:0}
.story-v2-books{background:#fff;padding:28px 28px 34px}
.story-v2-books-grid{width:min(1380px,100%);margin:auto;display:grid;grid-template-columns:290px minmax(0,1fr) 180px;gap:26px;align-items:center}
.story-v2-books-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:34px;font-variant:small-caps;font-weight:500;margin:0 0 12px}
.story-v2-books-copy p{font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.35;margin:0}
.story-v2-book-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:stretch}
.story-v2-book-list a{display:block;min-width:0;box-shadow:0 2px 8px rgba(0,0,0,.16);transition:transform .2s ease,box-shadow .2s ease;background:#f4f1e9}
.story-v2-book-list a:hover{transform:translateY(-4px);box-shadow:0 7px 18px rgba(0,0,0,.22)}
.story-v2-book-list img{display:block;width:100%;height:260px;object-fit:cover;object-position:center}
.story-v2-books-more{text-align:center;font-family:Georgia,'Times New Roman',serif}
.story-v2-books-more h3{font-size:25px;line-height:1.35;font-variant:small-caps;font-weight:600;margin:0 0 20px}
.story-v2-small-button{font-size:13px;font-style:italic;padding:9px 14px;white-space:nowrap}
.story-v2-lightbox[hidden]{display:none}
.story-v2-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(10,12,10,.9);display:flex;align-items:center;justify-content:center;padding:54px 22px 22px}
.story-v2-lightbox img{max-width:min(1100px,94vw);max-height:88vh;object-fit:contain;box-shadow:0 15px 45px rgba(0,0,0,.55)}
.story-v2-lightbox-close{position:fixed;top:16px;right:22px;border:0;background:transparent;color:#fff;font-size:48px;line-height:1;cursor:pointer}
body.story-lightbox-open{overflow:hidden}
@media(max-width:1100px){
  .story-v2-intro-grid{grid-template-columns:200px minmax(0,1fr)}
  .story-v2-scenes-wrap{grid-column:1/-1}
  .story-v2-scenes{height:auto;grid-template-columns:repeat(4,1fr)}
  .story-v2-scenes-wrap h3{text-align:left;margin-top:4px}
  .story-v2-values{grid-template-columns:repeat(2,1fr)}
  .story-v2-books-grid{grid-template-columns:230px 1fr}
  .story-v2-books-more{grid-column:1/-1}
  .story-v2-books-more h3 br{display:none}
}
@media(max-width:760px){
  .story-v2-hero{min-height:520px;background-position:42% center;padding:36px 24px;align-items:flex-end;justify-content:center;position:relative}
  .story-v2-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(22,31,22,.08) 0%,rgba(20,31,22,.62) 63%,rgba(20,31,22,.82) 100%)}
  .story-v2-hero-copy{position:relative;z-index:1;width:100%;max-width:520px}
  .story-v2-hero-copy h1{font-size:48px;margin-bottom:14px}
  .story-v2-hero-copy p{font-size:20px;line-height:1.3;margin-bottom:24px}
  .story-v2-intro{padding:30px 18px}
  .story-v2-intro-grid{grid-template-columns:1fr;gap:22px}
  .story-v2-portrait{min-height:0;max-width:320px;margin:auto}
  .story-v2-portrait img{aspect-ratio:3/4;height:auto}
  .story-v2-copy{text-align:center}
  .story-v2-copy>p:last-child{font-size:17px;line-height:1.45;text-align:left}
  .story-v2-scenes-wrap h3{text-align:center}
  .story-v2-scenes{grid-template-columns:repeat(2,1fr);gap:8px}
  .story-v2-scene img{aspect-ratio:1/1}
  .story-v2-mission{padding:30px 18px}
  .story-v2-values{grid-template-columns:1fr;gap:12px}
  .story-v2-values article{min-height:0}
  .story-v2-books{padding:30px 18px 36px}
  .story-v2-books-grid{grid-template-columns:1fr;text-align:center}
  .story-v2-books-copy{max-width:520px;margin:auto}
  .story-v2-book-list{grid-template-columns:repeat(2,1fr);gap:14px;width:min(520px,100%);margin:auto}
  .story-v2-book-list img{height:auto;aspect-ratio:4/5;object-fit:cover}
  .story-v2-books-more{grid-column:auto}
}
@media(max-width:430px){
  .story-v2-hero{min-height:470px;background-position:38% center}
  .story-v2-hero-copy h1{font-size:41px}
  .story-v2-hero-copy p{font-size:17px}
  .story-v2-button{font-size:15px;padding:11px 20px}
  .story-v2-copy h2{font-size:31px}
  .story-v2-book-list{gap:10px}
}

/* v140 — Our Story hero clears the fixed navigation on desktop and mobile */
.story-v2{
  padding-top:var(--header);
}

/* v141 — Twilight Tribe redesign to match the supplied page mockup. */
.twilight-redesign .twilight-welcome{
  padding:clamp(48px,6vw,72px) 0;
  background:#fff;
  color:#201d1b;
}
.twilight-redesign .twilight-welcome-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.95fr);
  gap:clamp(38px,5vw,72px);
  align-items:center;
}
.twilight-redesign .twilight-video-placeholder{
  min-height:270px;
  aspect-ratio:16/8.2;
  display:grid;
  place-items:center;
  padding:28px;
  border:1px solid #9e8c6d;
  background:#fff;
  text-align:center;
  color:#2e2925;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(20px,2.2vw,31px);
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.twilight-redesign .twilight-welcome-copy .eyebrow{
  margin:0 0 4px;
  color:#443b35;
}
.twilight-redesign .twilight-welcome-copy h2{
  margin:0 0 12px;
  color:#14110f;
  font-size:clamp(32px,4vw,48px);
  line-height:1.02;
  font-weight:600;
  text-transform:uppercase;
}
.twilight-redesign .twilight-welcome-copy p:not(.eyebrow){
  margin:0;
  max-width:620px;
  font-size:clamp(17px,1.65vw,22px);
  line-height:1.48;
}

.twilight-redesign .twilight-inside-redesign{
  padding:clamp(34px,4.5vw,54px) 0 clamp(42px,5.5vw,66px);
  background:
    linear-gradient(rgba(39,19,43,.58),rgba(39,19,43,.68)),
    url('../images/twilight-gathering-bg-v142.jpg') center 52%/cover no-repeat !important;
  border:0;
}
.twilight-redesign .twilight-inside-heading{
  margin-bottom:28px;
}
.twilight-redesign .twilight-inside-heading .eyebrow{
  color:#d8ae4c;
}
.twilight-redesign .twilight-inside-heading h2{
  margin:.1em 0 0;
  font-size:clamp(32px,4.1vw,50px);
  color:#fff9ef;
  text-transform:uppercase;
}
.twilight-redesign .twilight-inside-grid-redesign{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(18px,2.2vw,28px);
}
.twilight-redesign .twilight-inside-card{
  padding:clamp(22px,2.6vw,32px) clamp(18px,2.2vw,28px);
  background:#efe4cf;
  color:#181310;
  border:0;
  box-shadow:none;
  text-align:center;
}
.twilight-redesign .twilight-inside-card h3{
  margin:0 0 12px;
  color:#181310;
  font-size:clamp(19px,1.7vw,26px);
  line-height:1.04;
  font-weight:600;
  text-transform:uppercase;
}
.twilight-redesign .twilight-inside-card p{
  color:#302720;
  font-size:clamp(14px,1.15vw,17px);
  line-height:1.35;
}

.twilight-redesign .twilight-selected-redesign{
  padding:clamp(54px,6.5vw,82px) 0;
  background:#fff;
  color:#211d1a;
  border:0;
}
.twilight-redesign .twilight-selected-layout{
  display:grid;
  grid-template-columns:minmax(250px,.76fr) minmax(0,1.72fr);
  gap:clamp(42px,5vw,72px);
  align-items:start;
}
.twilight-redesign .twilight-selected-intro .eyebrow{
  margin:0 0 6px;
  color:#494039;
  letter-spacing:.22em;
}
.twilight-redesign .twilight-selected-intro h2{
  margin:0 0 18px;
  max-width:360px;
  font-size:clamp(34px,4vw,50px);
  line-height:1.03;
  color:#161210;
  font-weight:500;
  text-transform:uppercase;
}
.twilight-redesign .twilight-selected-intro>p:not(.eyebrow){
  margin:0 0 28px;
  max-width:390px;
  font-size:clamp(16px,1.45vw,20px);
  line-height:1.5;
}
.twilight-redesign .twilight-reserve-button{
  margin-top:8px;
  text-transform:none;
  letter-spacing:.02em;
  font-size:18px;
}
.twilight-redesign .twilight-selected-list-redesign{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.twilight-redesign .twilight-selected-card{
  display:block;
  min-width:0;
}
.twilight-redesign .twilight-selected-card h3{
  margin:0 0 8px;
  color:#181411;
  font-size:clamp(16px,1.35vw,20px);
  line-height:1.2;
  font-weight:600;
}
.twilight-redesign .twilight-selected-card .twilight-selected-frame{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  background:#342036;
  box-shadow:none;
}
.twilight-redesign .twilight-selected-card>p{
  margin:10px 0 0;
  color:#3e3732;
  font-size:clamp(13px,1.05vw,16px);
  line-height:1.35;
}

@media(max-width:980px){
  .twilight-redesign .twilight-inside-grid-redesign{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .twilight-redesign .twilight-selected-layout{
    grid-template-columns:1fr;
    gap:34px;
  }
  .twilight-redesign .twilight-selected-intro{
    text-align:center;
  }
  .twilight-redesign .twilight-selected-intro h2,
  .twilight-redesign .twilight-selected-intro>p:not(.eyebrow){
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:760px){
  .twilight-redesign .twilight-welcome-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .twilight-redesign .twilight-welcome-copy{
    text-align:center;
  }
  .twilight-redesign .twilight-welcome-copy p:not(.eyebrow){
    margin-left:auto;
    margin-right:auto;
  }
  .twilight-redesign .twilight-video-placeholder{
    min-height:210px;
  }
  .twilight-redesign .twilight-selected-list-redesign{
    grid-template-columns:1fr;
    gap:34px;
  }
  .twilight-redesign .twilight-selected-card{
    max-width:640px;
    margin:0 auto;
    text-align:left;
  }
}

@media(max-width:560px){
  .twilight-redesign .twilight-inner{
    width:min(100% - 28px,1160px);
  }
  .twilight-redesign .twilight-welcome{
    padding:38px 0 42px;
  }
  .twilight-redesign .twilight-video-placeholder{
    min-height:180px;
    aspect-ratio:16/9;
    font-size:18px;
  }
  .twilight-redesign .twilight-inside-grid-redesign{
    grid-template-columns:1fr;
    gap:14px;
  }
  .twilight-redesign .twilight-inside-card{
    padding:22px 18px;
  }
  .twilight-redesign .twilight-selected-redesign{
    padding:44px 0 52px;
  }
}


/* v142 — Twilight discussion alignment, mobile CTA placement, and revised feature background. */
.twilight-redesign .twilight-selected-card{
  display:flex;
  flex-direction:column;
}
.twilight-redesign .twilight-selected-card .twilight-selected-frame{
  order:1;
  flex:none;
}
.twilight-redesign .twilight-selected-card h3{
  order:2;
  margin:11px 0 5px;
  min-height:2.4em;
}
.twilight-redesign .twilight-selected-card>p{
  order:3;
  margin:0;
}
.twilight-redesign .twilight-reserve-mobile-wrap,
.twilight-redesign .twilight-reserve-mobile{
  display:none;
}

@media(max-width:980px){
  .twilight-redesign .twilight-reserve-desktop{
    display:none;
  }
  .twilight-redesign .twilight-reserve-mobile-wrap{
    display:block;
    grid-column:1 / -1;
    text-align:center;
    margin-top:2px;
  }
  .twilight-redesign .twilight-reserve-mobile{
    display:inline-flex;
  }
  .twilight-redesign .twilight-selected-card h3{
    min-height:0;
  }
}

@media(max-width:760px){
  .twilight-redesign .twilight-reserve-mobile-wrap{
    margin-top:0;
  }
}

/* v143 — Final Twilight desktop video spacing + supplied gathering background. */
.twilight-redesign .twilight-inside-redesign{
  background:
    linear-gradient(rgba(39,19,43,.58),rgba(39,19,43,.68)),
    url('../images/twilight-gathering-bg-v143.jpg') center center/cover no-repeat !important;
}
.twilight-redesign .twilight-selected-card{
  gap:0 !important;
  align-items:stretch;
}
.twilight-redesign .twilight-selected-card .twilight-selected-frame{
  margin:0 !important;
}
.twilight-redesign .twilight-selected-card h3{
  margin:8px 0 3px !important;
  min-height:0 !important;
}
.twilight-redesign .twilight-selected-card>p{
  margin:0 !important;
}

/* v144 — Herbal Roundtable redesign to match approved Twilight Tribe structure */
.roundtable-page .roundtable-welcome{
  padding:28px 0 34px;
  background:#fff;
  color:#17130f;
}
.roundtable-page .roundtable-welcome-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:46px;
  align-items:center;
}
.roundtable-page .roundtable-welcome .roundtable-video-placeholder{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  min-height:0;
  background:#fff;
  border:1px solid #9b8962;
  box-shadow:none;
  color:#282319;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size:clamp(18px,2vw,28px);
}
.roundtable-page .roundtable-welcome-copy .eyebrow{margin:0 0 5px;color:#4f5f3d;}
.roundtable-page .roundtable-welcome-copy h2{
  margin:0 0 10px;
  color:#111;
  font-size:clamp(28px,3vw,40px);
  line-height:1.03;
  font-weight:500;
  text-transform:uppercase;
}
.roundtable-page .roundtable-welcome-copy p:not(.eyebrow){margin:0;max-width:610px;font-size:clamp(16px,1.45vw,20px);line-height:1.38;}

.roundtable-page .roundtable-value-redesign{
  position:relative;
  isolation:isolate;
  padding:28px 0 38px;
  background:#2d4325 !important;
  color:#f7f0df;
  overflow:hidden;
}
.roundtable-page .roundtable-value-redesign::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url('../images/roundtable-what-youll-find-overlay.png') center/cover no-repeat;
  opacity:.42;
}
.roundtable-page .roundtable-value-redesign::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(31,57,26,.46);
}
.roundtable-page .roundtable-value-heading{margin:0 auto 28px;}
.roundtable-page .roundtable-value-heading .eyebrow{margin:0 0 5px;color:#d4b45d;}
.roundtable-page .roundtable-value-heading h2{margin:0;color:#fff;font-size:clamp(30px,4vw,48px);text-transform:uppercase;}
.roundtable-page .roundtable-grid-redesign{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.roundtable-page .roundtable-grid-redesign .roundtable-card{
  padding:18px 16px;
  min-height:138px;
  background:#efe4ca;
  border:0;
  box-shadow:none;
  color:#15120d;
  text-align:center;
}
.roundtable-page .roundtable-grid-redesign .roundtable-card h3{
  margin:0 0 8px;
  color:#111;
  font-size:clamp(18px,1.8vw,24px);
  line-height:1.02;
  font-weight:600;
  text-transform:uppercase;
}
.roundtable-page .roundtable-grid-redesign .roundtable-card p{margin:0;color:#1d1811;font-size:14px;line-height:1.2;}

.roundtable-page .roundtable-videos-redesign{padding:38px 0 42px;background:#fff;color:#17130f;border:0;}
.roundtable-page .roundtable-selected-layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:64px;align-items:start;}
.roundtable-page .roundtable-selected-intro .eyebrow{margin:0 0 8px;color:#4f5f3d;letter-spacing:.22em;}
.roundtable-page .roundtable-selected-intro h2{margin:0 0 18px;color:#111;font-size:clamp(34px,4vw,52px);line-height:.98;text-transform:uppercase;font-weight:500;}
.roundtable-page .roundtable-selected-intro>p:not(.eyebrow){margin:0 0 28px;font-size:18px;line-height:1.45;}
.roundtable-page .roundtable-video-list-redesign{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.roundtable-page .roundtable-video-list-redesign .roundtable-video-card{display:flex;flex-direction:column;gap:0;min-width:0;}
.roundtable-page .roundtable-video-list-redesign .roundtable-video-placeholder{order:0;width:100%;aspect-ratio:16/9;min-height:0;background:#33452d;border:0;box-shadow:none;color:#d7bd72;font-size:13px;text-align:center;}
.roundtable-page .roundtable-video-card h3{order:1;margin:9px 0 5px;color:#111;font-size:17px;line-height:1.12;font-weight:600;}
.roundtable-page .roundtable-video-card>p{order:2;margin:0;color:#28231d;font-size:14px;line-height:1.28;}
.roundtable-page .roundtable-join-desktop{display:inline-block;margin-top:4px;}
.roundtable-page .roundtable-join-desktop,
.roundtable-page .roundtable-join-mobile{
  background:rgba(42,69,40,.92);
  color:var(--cream);
  border:1px solid var(--gold);
}
.roundtable-page .roundtable-join-desktop:hover,
.roundtable-page .roundtable-join-desktop:focus-visible,
.roundtable-page .roundtable-join-mobile:hover,
.roundtable-page .roundtable-join-mobile:focus-visible{
  background:var(--gold);
  color:#21181f;
  border-color:var(--cream);
}
.roundtable-page .roundtable-join-mobile-wrap,.roundtable-page .roundtable-join-mobile{display:none;}

@media(max-width:980px){
  .roundtable-page .roundtable-grid-redesign{grid-template-columns:repeat(2,minmax(0,1fr));}
  .roundtable-page .roundtable-selected-layout{grid-template-columns:280px minmax(0,1fr);gap:34px;}
  .roundtable-page .roundtable-selected-intro h2{font-size:38px;}
}
@media(max-width:760px){
  .roundtable-page .roundtable-welcome-grid{grid-template-columns:1fr;gap:24px;}
  .roundtable-page .roundtable-welcome-copy{text-align:center;}
  .roundtable-page .roundtable-welcome-copy p:not(.eyebrow){margin:0 auto;}
  .roundtable-page .roundtable-selected-layout{grid-template-columns:1fr;}
  .roundtable-page .roundtable-selected-intro{text-align:center;}
  .roundtable-page .roundtable-selected-intro>p:not(.eyebrow){max-width:620px;margin:0 auto 22px;}
  .roundtable-page .roundtable-join-desktop{display:none;}
  .roundtable-page .roundtable-video-list-redesign{grid-template-columns:1fr;gap:28px;}
  .roundtable-page .roundtable-video-card{max-width:620px;margin:0 auto;width:100%;}
  .roundtable-page .roundtable-video-card h3,.roundtable-page .roundtable-video-card>p{text-align:left;}
  .roundtable-page .roundtable-join-mobile-wrap{display:block;text-align:center;margin-top:4px;}
  .roundtable-page .roundtable-join-mobile{display:inline-block;}
}
@media(max-width:560px){
  .roundtable-page .roundtable-inner{width:min(100% - 28px,1160px);}
  .roundtable-page .roundtable-welcome{padding:22px 0 28px;}
  .roundtable-page .roundtable-value-redesign{padding:28px 0 32px;}
  .roundtable-page .roundtable-grid-redesign{grid-template-columns:1fr;gap:14px;}
  .roundtable-page .roundtable-grid-redesign .roundtable-card{min-height:0;padding:20px 18px;}
  .roundtable-page .roundtable-videos-redesign{padding:32px 0 38px;}
}


/* Book Club mockup redesign — v146 */
.book-club-intro-v146{
  background:#fff;
  padding:clamp(34px,4vw,48px) clamp(22px,5vw,72px);
}
.book-club-intro-inner-v146{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:clamp(42px,6vw,76px);
  align-items:center;
}
.book-club-video-placeholder-v146{
  min-height:258px;
  border:1px solid #9e875e;
  display:grid;
  place-items:center;
  text-align:center;
  padding:28px;
  background:#fff;
  color:#312c27;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(25px,2.25vw,34px);
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.book-club-intro-copy-v146 .eyebrow{
  margin:0 0 4px;
  text-align:left;
  color:#5d554a;
}
.book-club-intro-copy-v146 h2{
  margin:0 0 14px;
  color:#16130f;
  font-size:clamp(31px,3.3vw,46px);
  line-height:1.04;
  font-weight:600;
  text-transform:none;
}
.book-club-intro-copy-v146 p:not(.eyebrow){
  margin:0;
  max-width:610px;
  font-size:clamp(18px,1.55vw,22px);
  line-height:1.42;
}

.book-reading-v146{
  position:relative;
  background:#280b09 url('../assets/images/book-club-reading-bg-v146.jpg') center 54%/cover no-repeat !important;
  color:#fff;
}
.book-reading-v146::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(34,8,7,.43);
  pointer-events:none;
}
.book-reading-overlay-v146{
  position:relative;
  z-index:1;
  padding:clamp(28px,4vw,44px) clamp(22px,5vw,72px) clamp(42px,5vw,58px) !important;
  background:transparent !important;
}
.book-reading-v146 .book-section-inner{
  width:min(1180px,100%);
  margin:0 auto;
}
.book-reading-v146 .eyebrow{
  margin:0 0 3px;
  color:#d6b05e;
  text-align:center;
  letter-spacing:.08em;
}
.book-reading-v146 h2{
  margin:0 auto 28px;
  max-width:none;
  color:#fff;
  font-size:clamp(30px,3.2vw,43px);
  line-height:1.06;
  text-shadow:0 2px 8px rgba(0,0,0,.55);
}
.book-shared-grid-v146{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:clamp(18px,2.2vw,28px) !important;
  margin-top:0 !important;
}
.book-shared-card-v146{
  min-height:178px;
  padding:18px 17px 20px !important;
  background:#ead9c2 !important;
  border:1px solid rgba(113,79,44,.38) !important;
  box-shadow:0 8px 22px rgba(0,0,0,.18) !important;
  text-align:center;
  color:#1d1712 !important;
}
.book-shared-card-v146 h3{
  margin:0 0 10px !important;
  color:#1b1510 !important;
  font-size:clamp(18px,1.55vw,23px) !important;
  line-height:1.03;
  font-weight:500 !important;
  text-transform:uppercase;
}
.book-shared-card-v146 p{
  margin:0 !important;
  color:#251d17 !important;
  font-size:clamp(13px,1.03vw,15px);
  line-height:1.17 !important;
}

.book-library-section-v146{
  padding:clamp(36px,4.5vw,56px) clamp(22px,5vw,72px) clamp(26px,3.5vw,44px) !important;
  background:#fff !important;
  border-top:0 !important;
  border-bottom:0 !important;
}
.book-library-layout-v146{
  width:min(1180px,100%) !important;
  max-width:none !important;
  margin:0 auto !important;
  display:grid;
  grid-template-columns:minmax(270px,.74fr) minmax(560px,1.26fr);
  gap:clamp(44px,6vw,82px);
  align-items:center;
}
.book-library-copy-v146{
  align-self:center;
}
.book-library-copy-v146 .book-library-eyebrow{
  margin:0 0 4px;
  text-align:left !important;
  color:#5c5148;
}
.book-library-copy-v146 h2{
  margin:0 0 20px !important;
  max-width:none !important;
  text-align:left !important;
  color:#191511 !important;
  font-size:clamp(36px,4.2vw,56px) !important;
  line-height:1.05 !important;
  font-weight:500 !important;
}
.book-library-copy-v146 .book-library-intro{
  margin:0 0 26px !important;
  max-width:430px !important;
  text-align:left !important;
  font-size:clamp(17px,1.35vw,20px);
  line-height:1.45;
}
.book-library-cta-v146{
  display:inline-flex;
  margin:0;
}
.book-shelf-group-v146{
  width:100% !important;
  margin:0 !important;
  gap:24px !important;
  align-items:stretch !important;
}
.book-shelf-v146{
  width:100% !important;
  min-height:0 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:flex-end !important;
  gap:clamp(11px,1.5vw,18px) !important;
  padding:12px 26px 27px !important;
  margin:0 !important;
  position:relative !important;
}
.book-shelf-v146::before{
  left:0 !important;
  right:0 !important;
  bottom:11px !important;
  height:13px !important;
  background:linear-gradient(#b96e32,#8b461f) !important;
  border:1px solid #9c582b !important;
  box-shadow:0 8px 10px rgba(75,36,13,.24), inset 0 1px rgba(255,255,255,.25) !important;
}
.book-shelf-v146::after{
  left:8% !important;
  right:8% !important;
  bottom:0 !important;
  height:11px !important;
  background:#8b451f !important;
  clip-path:polygon(0 0,100% 0,94% 100%,6% 100%) !important;
  box-shadow:none !important;
}
.book-shelf-v146 .library-book{
  height:auto !important;
  width:auto !important;
  flex:0 1 auto !important;
  line-height:0 !important;
  padding:0 !important;
  margin:0 !important;
}
.book-shelf-top-v146 .library-book img{
  height:clamp(126px,13vw,172px) !important;
  width:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
}
.book-shelf-bottom-v146 .library-book img{
  height:clamp(128px,13.5vw,176px) !important;
  width:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
}
.book-shelf-v146 .library-book:hover,
.book-shelf-v146 .library-book:focus-visible,
.book-shelf-v146 .library-book.is-active{
  transform:translateY(-14px) rotate(-1.2deg) scale(1.025) !important;
}
.book-shelf-v146 .library-book:nth-child(even):hover,
.book-shelf-v146 .library-book:nth-child(even):focus-visible,
.book-shelf-v146 .library-book:nth-child(even).is-active{
  transform:translateY(-14px) rotate(1.2deg) scale(1.025) !important;
}

@media(max-width:900px){
  .book-club-intro-inner-v146,
  .book-library-layout-v146{
    grid-template-columns:1fr;
  }
  .book-club-intro-inner-v146{gap:28px;}
  .book-library-layout-v146{gap:28px;}
  .book-library-copy-v146 h2,
  .book-library-copy-v146 .book-library-eyebrow,
  .book-library-copy-v146 .book-library-intro{
    text-align:left !important;
  }
  .book-library-copy-v146 .book-library-intro{max-width:none !important;}
  .book-shared-grid-v146{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .book-shelf-top-v146 .library-book img,
  .book-shelf-bottom-v146 .library-book img{
    height:clamp(105px,18vw,155px) !important;
  }
}
@media(max-width:560px){
  .book-club-intro-v146,
  .book-reading-overlay-v146,
  .book-library-section-v146{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .book-club-video-placeholder-v146{
    min-height:210px;
    font-size:23px;
  }
  .book-shared-grid-v146{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .book-shared-card-v146{min-height:0;}
  .book-shelf-group-v146{gap:18px !important;}
  .book-shelf-v146{
    gap:6px !important;
    padding:8px 8px 22px !important;
  }
  .book-shelf-top-v146 .library-book img{
    height:clamp(78px,20vw,108px) !important;
  }
  .book-shelf-bottom-v146 .library-book img{
    height:clamp(88px,23vw,122px) !important;
  }
  .book-library-cta-v146{
    width:max-content;
    max-width:100%;
  }
}

/* Book Club polish — v147: clean book buttons + centered mobile library intro */
.book-shelf-v146 .library-book{
  appearance:none !important;
  -webkit-appearance:none !important;
  background:none !important;
  background-color:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline-offset:3px;
  padding:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  width:max-content !important;
  max-width:none !important;
  overflow:visible !important;
}
.book-shelf-v146 .library-book img{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}

@media(max-width:560px){
  .book-library-copy-v146{
    text-align:center !important;
  }
  .book-library-copy-v146 .book-library-eyebrow,
  .book-library-copy-v146 h2,
  .book-library-copy-v146 .book-library-intro{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .book-library-copy-v146 .book-library-intro{
    max-width:430px !important;
  }
  .book-library-cta-v146{
    display:flex !important;
    width:max-content !important;
    margin-left:auto !important;
    margin-right:auto !important;
    justify-content:center !important;
  }
}

/* Book Club polish — v148: remove residual book button box + center responsive library copy */
.book-shelf-v146 .library-book{
  display:inline-flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  overflow:visible !important;
}
.book-shelf-v146 .library-book::before,
.book-shelf-v146 .library-book::after{
  content:none !important;
  display:none !important;
}
.book-shelf-v146 .library-book .book-glow{
  display:none !important;
}
.book-shelf-v146 .library-book img{
  display:block !important;
  flex:0 0 auto !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}

/* Once the library stacks, its intro reads as a centered mobile/tablet block. */
@media(max-width:900px){
  .book-library-copy-v146{
    width:100% !important;
    max-width:620px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
  .book-library-copy-v146 .book-library-eyebrow,
  .book-library-copy-v146 h2,
  .book-library-copy-v146 .book-library-intro{
    width:100% !important;
    max-width:560px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
  .book-library-copy-v146 .book-library-intro{
    margin-bottom:26px !important;
  }
  .book-library-cta-v146{
    display:inline-flex !important;
    width:auto !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .book-library-copy-v146 > .book-library-cta-v146{
    position:relative;
    left:50%;
    transform:translateX(-50%);
  }
}

/* Book Club polish — v149: keep library CTA truly centered in stacked/mobile layout */
@media(max-width:900px){
  .book-library-copy-v146{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
  }
  .book-library-copy-v146 > .book-library-cta-v146{
    position:static !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    align-self:center !important;
    display:inline-flex !important;
    width:max-content !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .book-library-copy-v146 > .book-library-cta-v146:hover,
  .book-library-copy-v146 > .book-library-cta-v146:focus-visible{
    transform:none !important;
  }
}

/* v150 — Courses page restructure to approved classroom mockup */
.courses-video-v150{
  padding:46px 0 54px !important;
  background:#fff !important;
  color:#201b17 !important;
}
.courses-video-grid-v150{
  display:grid !important;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr) !important;
  gap:48px !important;
  align-items:center !important;
}
.courses-video-placeholder-v150{
  min-height:245px !important;
  display:grid !important;
  place-items:center !important;
  padding:24px !important;
  border:1px solid #9d8556 !important;
  background:#fff !important;
  color:#302820 !important;
  text-align:center !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:clamp(23px,2vw,31px) !important;
  line-height:1.45 !important;
  text-transform:uppercase !important;
  letter-spacing:.015em !important;
  box-shadow:none !important;
  aspect-ratio:auto !important;
}
.courses-video-copy-v150 .eyebrow{
  margin:0 0 3px !important;
  color:#5e5142 !important;
}
.courses-video-copy-v150 h2{
  margin:0 0 10px !important;
  color:#16130f !important;
  font-size:clamp(31px,3.2vw,44px) !important;
  line-height:1.05 !important;
  font-weight:600 !important;
  text-transform:uppercase !important;
}
.courses-video-copy-v150 p:not(.eyebrow){
  margin:0 !important;
  color:#2c251f !important;
  font-size:18px !important;
  line-height:1.43 !important;
}

.courses-difference-v150{
  position:relative !important;
  isolation:isolate !important;
  padding:38px 0 48px !important;
  background:#27302e url('../assets/images/courses-difference-bg-v150.jpg') center 52%/cover no-repeat !important;
  color:#f6f1e8 !important;
  overflow:hidden !important;
}
.courses-difference-overlay-v150{
  position:absolute !important;
  inset:0 !important;
  z-index:-1 !important;
  background:rgba(26,34,32,.77) !important;
}
.courses-difference-content-v150{position:relative !important;z-index:1 !important;}
.courses-difference-heading-v150{
  margin:0 auto 28px !important;
  text-align:center !important;
}
.courses-difference-heading-v150 .eyebrow{
  margin:0 0 4px !important;
  color:#b8994e !important;
}
.courses-difference-heading-v150 h2{
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(31px,3.5vw,48px) !important;
  line-height:1.04 !important;
  font-weight:500 !important;
  text-transform:uppercase !important;
}
.courses-difference-grid-v150{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
}
.courses-difference-grid-v150 article{
  min-height:138px !important;
  padding:16px 17px 18px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  background:rgba(241,226,201,.94) !important;
  border:1px solid rgba(92,68,35,.25) !important;
  box-shadow:none !important;
  color:#211b15 !important;
  text-align:center !important;
}
.courses-difference-grid-v150 h3{
  margin:0 0 8px !important;
  color:#211b15 !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:600 !important;
  text-transform:uppercase !important;
}
.courses-difference-grid-v150 p{
  margin:0 !important;
  color:#332a20 !important;
  font-size:13px !important;
  line-height:1.24 !important;
}

.courses-catalog-v150{
  padding:26px 0 34px !important;
  background:#fff !important;
  color:#221d18 !important;
}
.courses-catalog-layout-v150{
  display:grid !important;
  grid-template-columns:330px minmax(0,1fr) !important;
  gap:42px !important;
  align-items:start !important;
}
.courses-catalog-intro-v150{
  padding-top:12px !important;
  text-align:left !important;
}
.courses-catalog-intro-v150 .eyebrow{
  margin:0 0 5px !important;
  color:#5f5141 !important;
  letter-spacing:.22em !important;
}
.courses-catalog-intro-v150 h2{
  margin:0 0 18px !important;
  color:#17130f !important;
  font-size:clamp(32px,3.2vw,47px) !important;
  line-height:1.03 !important;
  font-weight:500 !important;
  text-transform:uppercase !important;
}
.courses-catalog-intro-v150 p{
  margin:0 0 18px !important;
  color:#302820 !important;
  font-size:17px !important;
  line-height:1.42 !important;
}
.courses-subscribe-button-v150{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:210px !important;
  margin:0 !important;
  padding:12px 24px !important;
  background:#365d35 !important;
  color:#f6f0df !important;
  border:1px solid #caa458 !important;
  text-decoration:none !important;
  font-size:17px !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  transition:background .28s ease,color .28s ease,transform .28s ease !important;
}
.courses-subscribe-button-v150:hover,
.courses-subscribe-button-v150:focus-visible{
  background:#caa458 !important;
  color:#173021 !important;
  transform:translateY(-2px) !important;
}
.courses-journal-grid-v150{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px !important;
  align-items:stretch !important;
}
.course-journal-v150{
  min-width:0 !important;
  min-height:315px !important;
  margin:0 !important;
  display:flex !important;
  flex-direction:column !important;
  background:#27302e !important;
  border:1px solid #b99b54 !important;
  box-shadow:none !important;
  overflow:hidden !important;
  opacity:1 !important;
}
.course-journal-image-v150{
  flex:1 1 auto !important;
  min-height:315px !important;
  padding:0 !important;
  border:0 !important;
  background:#27302e !important;
}
.course-journal-image-v150 img{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center top !important;
  filter:none !important;
}
.course-journal-placeholder-v150{
  flex:1 1 auto !important;
  min-height:205px !important;
  padding:18px !important;
  display:grid !important;
  place-items:center !important;
  background:#fff !important;
  border:0 !important;
  border-bottom:1px solid #b99b54 !important;
  color:#574c3d !important;
  text-align:center !important;
  text-transform:uppercase !important;
  font-size:12px !important;
}
.course-coming-panel-v150{
  min-height:108px !important;
  display:grid !important;
  place-items:center !important;
  padding:14px !important;
  background:#27302e !important;
  color:#b99b54 !important;
  text-transform:uppercase !important;
  letter-spacing:.07em !important;
  text-align:center !important;
  font-size:12px !important;
}

@media(max-width:1020px){
  .courses-catalog-layout-v150{grid-template-columns:280px minmax(0,1fr) !important;gap:28px !important;}
  .courses-journal-grid-v150{gap:12px !important;}
  .courses-difference-grid-v150{gap:14px !important;}
}
@media(max-width:820px){
  .courses-video-grid-v150{grid-template-columns:1fr !important;gap:28px !important;}
  .courses-video-copy-v150{text-align:center !important;}
  .courses-difference-grid-v150{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .courses-catalog-layout-v150{grid-template-columns:1fr !important;gap:28px !important;}
  .courses-catalog-intro-v150{text-align:center !important;max-width:620px !important;margin:0 auto !important;}
  .courses-subscribe-button-v150{margin:0 auto !important;}
  .courses-journal-grid-v150{grid-template-columns:repeat(2,minmax(0,1fr)) !important;max-width:620px !important;margin:0 auto !important;width:100% !important;}
}
@media(max-width:560px){
  .courses-video-v150{padding:34px 0 40px !important;}
  .courses-video-placeholder-v150{min-height:205px !important;font-size:22px !important;}
  .courses-video-copy-v150 p:not(.eyebrow){font-size:16px !important;}
  .courses-difference-v150{padding:32px 0 36px !important;background-position:center !important;}
  .courses-difference-grid-v150{grid-template-columns:1fr !important;gap:14px !important;}
  .courses-difference-grid-v150 article{min-height:0 !important;padding:20px !important;}
  .courses-catalog-v150{padding:28px 0 38px !important;}
  .courses-catalog-intro-v150 h2{font-size:34px !important;}
  .courses-catalog-intro-v150 p{font-size:16px !important;}
  .courses-journal-grid-v150{grid-template-columns:1fr !important;max-width:320px !important;gap:18px !important;}
  .course-journal-v150{min-height:0 !important;}
  .course-journal-image-v150{min-height:0 !important;}
  .course-journal-image-v150 img{height:auto !important;object-fit:contain !important;}
}

/* v151 — Tempered Tinctures course card: full cover + attached information panel */
.course-journal-tempered-v151{
  background:transparent !important;
  border:1px solid #b99b54 !important;
  overflow:hidden !important;
}
.course-journal-image-tempered-v151{
  flex:0 0 auto !important;
  min-height:0 !important;
  aspect-ratio:2/3 !important;
  padding:0 !important;
  background:#fff !important;
  border:0 !important;
  border-bottom:1px solid #b99b54 !important;
  display:block !important;
}
.course-journal-image-tempered-v151 img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
  background:transparent !important;
  margin:0 !important;
}
.course-featured-panel-v151{
  flex:1 1 auto !important;
  min-height:116px !important;
  padding:11px 10px 12px !important;
  background:#27302e !important;
  color:#f5efe3 !important;
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.course-featured-label-v151{
  margin:0 0 4px !important;
  color:#c6a44d !important;
  font-size:10px !important;
  line-height:1.15 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
}
.course-featured-panel-v151 h3{
  margin:0 0 5px !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.08 !important;
  font-weight:600 !important;
  text-transform:uppercase !important;
}
.course-featured-description-v151{
  margin:0 0 9px !important;
  color:#f2eee6 !important;
  font-size:10px !important;
  line-height:1.22 !important;
}
.course-buy-button-v151{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-top:auto !important;
  padding:6px 15px !important;
  min-width:92px !important;
  background:#8f4167 !important;
  border:1px solid #b99b54 !important;
  color:#fff !important;
  font-size:10px !important;
  line-height:1 !important;
  text-decoration:none !important;
  transition:background .25s ease,color .25s ease,transform .25s ease !important;
}
.course-buy-button-v151:hover,
.course-buy-button-v151:focus-visible{
  background:#caa458 !important;
  color:#173021 !important;
  transform:translateY(-1px) !important;
}

@media(max-width:820px){
  .course-featured-panel-v151{
    min-height:128px !important;
    padding:13px 12px 14px !important;
  }
  .course-featured-panel-v151 h3{font-size:18px !important;}
  .course-featured-description-v151{font-size:11px !important;max-width:260px !important;}
  .course-buy-button-v151{font-size:11px !important;padding:7px 18px !important;}
}

@media(max-width:560px){
  .course-journal-image-tempered-v151{
    aspect-ratio:2/3 !important;
    background:transparent !important;
  }
  .course-journal-image-tempered-v151 img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }
  .course-featured-panel-v151{
    min-height:138px !important;
    padding:14px 14px 15px !important;
  }
  .course-featured-panel-v151 h3{font-size:20px !important;}
  .course-featured-description-v151{font-size:12px !important;line-height:1.3 !important;}
  .course-buy-button-v151{font-size:12px !important;padding:8px 20px !important;}
}


/* v152 Our Story expandable behind-the-scenes gallery */
.story-v2-scene{position:relative}
.story-v2-scene-more{cursor:pointer}
.story-v2-more-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:rgba(20,29,22,.72);color:#fff;text-transform:uppercase;letter-spacing:.08em;opacity:0;transition:opacity .22s ease;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.story-v2-more-overlay strong{font-family:Georgia,'Times New Roman',serif;font-size:17px;font-weight:600}
.story-v2-more-overlay small{font-size:10px;letter-spacing:.13em}
.story-v2-scene-more:hover .story-v2-more-overlay,.story-v2-scene-more:focus-visible .story-v2-more-overlay{opacity:1}
.story-v2-lightbox{gap:18px}
.story-v2-lightbox-card{width:min(980px,80vw);max-height:90vh;display:flex;flex-direction:column;align-items:stretch;justify-content:center;min-width:0}
.story-v2-lightbox-image-wrap{display:flex;align-items:center;justify-content:center;min-height:0;flex:1}
.story-v2-lightbox .story-v2-lightbox-image-wrap img{max-width:100%;max-height:72vh;object-fit:contain;box-shadow:0 15px 45px rgba(0,0,0,.55)}
.story-v2-lightbox-caption{background:#f5f0e5;color:#243326;padding:13px 17px 15px;text-align:left;font-family:Georgia,'Times New Roman',serif;border-top:1px solid rgba(180,145,55,.5)}
.story-v2-lightbox-caption p{margin:0;line-height:1.4}
.story-v2-lightbox-count{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#8a6d21;margin-bottom:5px!important}
.story-v2-gallery-nav{border:1px solid rgba(255,255,255,.55);background:rgba(20,29,22,.55);color:#fff;width:48px;height:58px;border-radius:2px;font-size:42px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.story-v2-gallery-nav:hover,.story-v2-gallery-nav:focus-visible{background:rgba(180,145,55,.75);outline:2px solid #fff;outline-offset:2px}
@media (max-width:700px){
  .story-v2-more-overlay{opacity:1;background:rgba(20,29,22,.58)}
  .story-v2-more-overlay strong{font-size:15px}
  .story-v2-lightbox{padding:58px 10px 16px;gap:6px;align-items:center}
  .story-v2-lightbox-card{width:calc(100vw - 76px);max-height:88vh}
  .story-v2-lightbox .story-v2-lightbox-image-wrap img{max-height:66vh}
  .story-v2-lightbox-caption{padding:10px 12px 12px;font-size:14px}
  .story-v2-gallery-nav{width:30px;height:48px;font-size:30px;border-color:rgba(255,255,255,.35)}
  .story-v2-lightbox-close{top:10px;right:14px}
}

/* v153 — Journal landing page redesign */
.journal-page.journal-v153{
  padding-top:var(--header);
  background:#fff;
  color:#151515;
}
.journal-v153-shell{
  width:min(1220px,calc(100% - 36px));
  margin:0 auto;
}
.journal-v153-hero{
  position:relative;
  min-height:414px;
  display:flex;
  align-items:center;
  padding:clamp(54px,6vw,84px) clamp(34px,5.5vw,84px);
  background-image:url('../assets/images/journal-v153-hero.jpg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  overflow:hidden;
}
.journal-v153-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(20,24,22,.04) 0%,rgba(29,36,34,.06) 43%,rgba(31,40,39,.26) 65%,rgba(31,40,39,.38) 100%);
  pointer-events:none;
}
.journal-v153-hero-copy{
  position:relative;
  z-index:1;
  width:min(47%,650px);
  margin-left:auto;
  color:#fff;
  text-align:right;
  text-shadow:0 2px 15px rgba(0,0,0,.4);
}
.journal-v153-hero-copy h1{
  margin:0 0 12px;
  font-size:clamp(54px,6.2vw,80px);
  line-height:.95;
  font-weight:400;
  letter-spacing:.015em;
}
.journal-v153-hero-copy p{
  margin:0 0 28px auto;
  max-width:610px;
  font-size:clamp(18px,2vw,27px);
  line-height:1.15;
}
.journal-v153-search{
  width:min(100%,470px);
  margin-left:auto;
}
.journal-v153-search input{
  width:100%;
  min-height:48px;
  border:2px solid #aa8c58;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#29251f;
  padding:10px 24px;
  font:inherit;
  font-size:17px;
  letter-spacing:.025em;
  outline:none;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}
.journal-v153-search input:focus{
  box-shadow:0 0 0 3px rgba(180,147,83,.25),0 8px 20px rgba(0,0,0,.16);
}
.journal-v153-topics{
  padding:24px 0 28px;
  background:#fff;
}
.journal-v153-topics h2,
.journal-v153-reading h2{
  margin:0 0 24px;
  text-align:center;
  font-size:clamp(30px,4vw,43px);
  font-weight:400;
  letter-spacing:.18em;
}
.journal-v153-topic-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.journal-v153-topic{
  display:block;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  box-shadow:0 5px 13px rgba(0,0,0,.12);
  transition:transform .22s ease,box-shadow .22s ease;
}
.journal-v153-topic img{
  width:100%;
  aspect-ratio:1.43/1;
  object-fit:cover;
  object-position:center;
}
.journal-v153-topic span{
  display:grid;
  min-height:53px;
  place-items:center;
  padding:8px 10px;
  background:#283332;
  text-align:center;
  font-size:clamp(20px,2.35vw,28px);
  line-height:1.05;
}
.journal-v153-topic:hover,
.journal-v153-topic:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 12px 24px rgba(0,0,0,.2);
}
.journal-v153-popular{
  position:relative;
  padding:26px 0 38px;
  background:url('../assets/images/journal-v153-popular-bg.jpg') center 50%/cover no-repeat;
  overflow:hidden;
}
.journal-v153-popular-overlay{
  position:absolute;
  inset:0;
  background:rgba(12,15,14,.57);
}
.journal-v153-popular-inner{
  position:relative;
  z-index:1;
}
.journal-v153-popular h2{
  margin:0 0 24px;
  text-align:center;
  color:#fff;
  font-size:clamp(35px,4.5vw,52px);
  font-weight:400;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-shadow:0 2px 12px rgba(0,0,0,.55);
}
.journal-v153-article-grid{
  width:min(100%,980px);
  margin:auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
.journal-v153-article-card{
  background:#fff;
  box-shadow:0 12px 22px rgba(0,0,0,.28);
  overflow:hidden;
}
.journal-v153-article-image{
  aspect-ratio:.83/1;
  background:#b9b096;
}
.journal-v153-article-copy{
  padding:10px 10px 9px;
  color:#111;
  text-align:center;
}
.journal-v153-article-copy h3{
  margin:0 0 4px;
  font-size:clamp(18px,1.8vw,24px);
  font-weight:600;
  line-height:1.05;
}
.journal-v153-article-copy p{
  margin:0;
  font-size:12px;
  line-height:1.08;
}
.journal-v153-article-copy a{
  display:block;
  margin-top:4px;
  color:#111;
  text-decoration:none;
  text-align:right;
  font-size:10px;
}
.journal-v153-article-copy a:hover,
.journal-v153-article-copy a:focus-visible{
  text-decoration:underline;
}
.journal-v153-reading{
  padding:22px 0 34px;
  background:#fff;
}
.journal-v153-reading h2{
  margin-bottom:22px;
  letter-spacing:.02em;
  font-variant:small-caps;
}
.journal-v153-book-grid{
  display:grid;
  grid-template-columns:repeat(9,minmax(0,1fr));
  align-items:end;
  gap:22px;
}
.journal-v153-book-grid a{
  display:block;
  min-width:0;
  text-decoration:none;
  transition:transform .22s ease,filter .22s ease;
}
.journal-v153-book-grid img{
  width:100%;
  height:170px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 5px 5px rgba(0,0,0,.28));
}
.journal-v153-book-grid a:hover,
.journal-v153-book-grid a:focus-visible{
  transform:translateY(-7px) rotate(-.7deg);
  filter:brightness(1.03);
}
@media(max-width:980px){
  .journal-v153-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .journal-v153-article-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:760px}
  .journal-v153-book-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
  .journal-v153-book-grid img{height:190px}
}
@media(max-width:760px){
  .journal-v153-hero{
    min-height:480px;
    padding:70px 22px 50px;
    justify-content:center;
    background-position:40% center;
  }
  .journal-v153-hero::after{background:rgba(25,32,31,.54)}
  .journal-v153-hero-copy{
    width:min(100%,610px);
    margin:0 auto;
    text-align:center;
  }
  .journal-v153-hero-copy h1,
  .journal-v153-hero-copy p{text-align:center}
  .journal-v153-hero-copy p{margin-left:auto;margin-right:auto;line-height:1.3}
  .journal-v153-search{margin:0 auto;width:min(100%,500px)}
  .journal-v153-topics h2,.journal-v153-reading h2{letter-spacing:.12em}
  .journal-v153-article-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}
  .journal-v153-book-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 16px}
  .journal-v153-book-grid img{height:180px}
}
@media(max-width:480px){
  .journal-v153-shell{width:min(100% - 24px,1220px)}
  .journal-v153-hero{min-height:455px;padding:60px 18px 42px}
  .journal-v153-hero-copy h1{font-size:50px}
  .journal-v153-hero-copy p{font-size:18px}
  .journal-v153-topic-grid{grid-template-columns:1fr 1fr;gap:10px}
  .journal-v153-topic span{min-height:48px;font-size:17px;padding:8px 4px}
  .journal-v153-popular{padding:24px 0 30px}
  .journal-v153-popular h2{font-size:31px;letter-spacing:.11em}
  .journal-v153-article-grid{gap:12px}
  .journal-v153-article-copy{padding:9px 7px 8px}
  .journal-v153-article-copy h3{font-size:17px}
  .journal-v153-article-copy p{font-size:10px}
  .journal-v153-book-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 12px}
  .journal-v153-book-grid img{height:145px}
}

/* v155 — Journal article template redesign to match the supplied article-page mockup */
.article-layout-v155{
  background:#fff;
  color:#201b16;
  padding:calc(var(--header) + 26px) 0 48px;
  min-height:100vh;
}
.article-page-shell-v155{
  width:min(1180px,calc(100% - 42px));
  margin:0 auto;
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}
.article-sidebar-v155{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding-right:0;
}
.article-search-v155{margin:0 0 24px}
.article-search-v155 input{
  width:100%;
  height:48px;
  padding:0 18px;
  border:1px solid #8e7d51;
  border-radius:999px;
  background:#fff;
  color:#2c251d;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.1rem;
  font-variant:small-caps;
  outline:none;
}
.article-search-v155 input:focus{box-shadow:0 0 0 2px rgba(142,125,81,.18)}
.article-toc-v155{
  border:1px solid #877949;
  background:#f6f89f;
  padding:14px 12px 15px;
  margin:0 2px 10px;
}
.article-toc-v155 h2{
  margin:0 0 7px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.13rem;
  font-weight:400;
}
.article-toc-v155 ul{margin:0;padding-left:23px;list-style:none}
.article-toc-v155 li{margin:3px 0}
.article-toc-v155 a{
  color:#41392d;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1rem;
  font-style:italic;
  text-decoration:none;
}
.article-sidebar-links-v155{display:grid;gap:5px;margin:0 2px 0}
.article-sidebar-links-v155 a{
  color:#332b22;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.27rem;
  font-variant:small-caps;
  text-decoration:none;
  line-height:1.25;
}
.article-sidebar-links-v155 a:hover{text-decoration:underline}
.article-ad-v155{
  margin:0 2px;
  margin-top:auto;
  min-height:430px;
  border:1px solid #8b7d55;
  background:#fff;
  padding:16px 18px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
}
.article-ad-v155 span{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.45rem;
  font-variant:small-caps;
}
.article-main-v155{min-width:0;padding:0 0 0 0}
.article-header-v155{margin:0 0 16px}
.article-header-v155 h1{
  margin:0 0 12px;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-size:clamp(2rem,3.55vw,3.25rem);
  line-height:1.02;
  color:#332b22;
}
.article-meta-row-v155{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 10px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:.97rem;
  font-weight:700;
}
.article-byline-v155{display:flex;gap:16px;flex-wrap:wrap}
.article-read-time-v155{white-space:nowrap}
.article-abstract-v155{
  min-height:78px;
  border:1px solid #ded8cd;
  background:#f6f3ee;
  padding:13px 15px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.25rem;
}
.article-main-v155 .article-copy{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.04rem;
  line-height:1.14;
  color:#332b22;
}
.article-main-v155 .article-copy p{margin:0 0 8px}
.article-main-v155 .article-copy .article-intro{font-size:1.05rem;line-height:1.15;margin-bottom:4px}
.article-main-v155 .article-copy h2{
  color:#332b22;
  font-weight:400;
  font-size:1.22rem;
  line-height:1.1;
  margin:0 0 3px;
}
.article-main-v155 .article-copy .article-body-heading-v155{
  margin:18px 0 17px;
  font-size:1.18rem;
}
.article-media-float-v155{
  float:right;
  width:48%;
  margin:8px 0 16px 18px;
}
.article-media-float-v155 .article-embed-placeholder{
  min-height:248px;
  border:1px solid #8b7d55;
  background:#fff;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:0 10px 12px;
  color:#493f33;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.1rem;
  text-transform:none;
  letter-spacing:0;
}
.article-ellipsis-v155{line-height:1.1;margin:0!important}
.article-resource-row-v155{
  clear:both;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:18px;
  padding:12px 0 12px;
  font-family:Georgia,'Times New Roman',serif;
  font-variant:small-caps;
}
.article-resource-row-v155 a,.article-resource-row-v155 button{
  border:0;
  background:none;
  padding:0;
  color:#332b22;
  font:inherit;
  font-size:1.04rem;
  text-decoration:none;
  cursor:pointer;
}
.article-resource-row-v155 a:hover,.article-resource-row-v155 button:hover{text-decoration:underline}
.article-note-v155{
  position:static!important;
  width:100%!important;
  margin:0 0 12px!important;
  padding:13px 14px!important;
  border:1px solid #8a7a4e!important;
  color:#3c3328;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.05rem;
  font-style:italic;
}
.article-tip-v155{background:#d5ff8d!important}
.article-study-v155{background:#f4d6cb!important}
.article-references-v155,.article-comments-v155{
  min-height:90px;
  border:1px solid #8a7a4e;
  background:#fff;
  margin:0 0 10px;
  padding:9px 10px;
}
.article-readers-v155{
  min-height:54px;
  border:1px solid #d7cfc1;
  background:#eee8de;
  margin:0 0 10px;
  padding:13px 14px;
}
.article-references-v155 h2,.article-readers-v155 h2,.article-comments-v155 h2{
  margin:0;
  color:#332b22;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.08rem;
  font-weight:400;
  font-variant:small-caps;
}
.article-comments-v155{min-height:105px}
@media(max-width:900px){
  .article-page-shell-v155{grid-template-columns:205px minmax(0,1fr);gap:16px;width:min(100% - 28px,1180px)}
  .article-header-v155 h1{font-size:clamp(1.85rem,5vw,2.6rem)}
  .article-meta-row-v155{align-items:flex-start;flex-direction:column;gap:5px}
  .article-read-time-v155{white-space:normal}
  .article-media-float-v155{width:50%}
}
@media(max-width:700px){
  .article-layout-v155{padding-top:calc(var(--header) + 18px)}
  .article-page-shell-v155{display:block;width:min(100% - 24px,1180px)}
  .article-main-v155{width:100%}
  .article-sidebar-v155{display:none}
  .article-search-v155{width:min(100%,310px);margin:0 auto 22px}
  .article-search-v155 input{text-align:left}
  .article-header-v155{margin-bottom:16px}
  .article-header-v155 h1{text-align:center;font-size:clamp(1.8rem,8vw,2.45rem);line-height:1.08;margin:0 auto 14px;padding:0 4px;max-width:100%}
  .article-meta-row-v155{align-items:center;text-align:center}
  .article-byline-v155{justify-content:center}
  .article-read-time-v155{text-align:center}
  .article-abstract-v155{text-align:left;margin-bottom:16px}
  .article-toc-v155{width:min(100%,360px);margin:0 auto 24px;text-align:left}
  .article-media-float-v155{float:none;width:100%;margin:14px 0}
  .article-resource-row-v155{justify-content:center;flex-wrap:wrap;gap:10px 18px}
  .article-sidebar-links-v155{width:100%;text-align:center;justify-items:center;margin:26px auto 0;gap:8px}
  .article-ad-v155{width:min(100%,360px);min-height:240px;margin:24px auto 0;justify-content:center;text-align:center}
}
@media print{
  .article-sidebar-v155,.article-resource-row-v155,.site-header,.site-footer{display:none!important}
  .article-page-shell-v155{display:block;width:100%}
}

/* v157 — fully integrated optional article blocks + mobile full-width TOC/AdSense */
.article-optional-block-v157,
.article-optional-media-v157{
  box-sizing:border-box;
  width:100%;
  margin:0 0 12px;
  border:1px solid #8a7a4e;
  background:#fff;
  padding:13px 14px;
  color:#3c3328;
  font-family:Georgia,'Times New Roman',serif;
}
.article-optional-block-v157 h2{
  margin:0 0 6px;
  color:#332b22;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.16rem;
  font-weight:400;
}
.article-optional-block-v157 p{margin:0;line-height:1.25}
.article-quick-answer-v157{background:#f6f3ee;border-color:#ded8cd}
.article-safety-v157{background:#ead0c5;border-color:#a68478}
.article-research-v157{background:#eef1e6;border-color:#9aa18d;clear:both}
.article-author-note-v157{background:#f5efe5}
.article-faq-v157 details{border-top:1px solid #d8cfbf;padding:8px 0}
.article-faq-v157 details:first-of-type{margin-top:5px}
.article-faq-v157 summary{cursor:pointer;font-weight:700}
.article-faq-v157 details p{padding:6px 0 0}
.article-newsletter-v157{background:#eee8de}
.article-newsletter-v157 a{color:#23402a;font-weight:700}
.article-optional-media-v157{padding:0;border-color:#8b7d55}
.article-image-placeholder-v157{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f6f3ee;
  color:#493f33;
}
.article-optional-media-v157 figcaption{padding:8px 10px;font-size:.92rem;font-style:italic}

@media(max-width:700px){
  /* Match both optional sidebar blocks to the exact mobile article/abstract width. */
  .article-toc-v155,
  .article-ad-v155{
    width:100%;
    max-width:none;
    box-sizing:border-box;
    margin-left:0;
    margin-right:0;
  }
  .article-toc-v155{margin-top:0;margin-bottom:24px}
  .article-ad-v155{
    min-height:240px;
    margin-top:24px;
    justify-content:center;
    text-align:center;
  }
  .article-optional-block-v157,
  .article-optional-media-v157{width:100%;max-width:none}
}


/* ===== Shared glossary drawer / inline glossary terms ===== */
body.glossary-drawer-open{overflow:hidden}
.glossary-inline-term,.glossary-term-link{appearance:none;border:0;background:transparent;padding:0;color:#526c43;font:inherit;font-weight:700;cursor:pointer;text-decoration-line:underline;text-decoration-style:dotted;text-decoration-thickness:1px;text-underline-offset:.18em;text-decoration-color:#7f8f68;transition:color .18s ease,text-decoration-color .18s ease}
.glossary-inline-term:hover,.glossary-inline-term:focus-visible,.glossary-term-link:hover,.glossary-term-link:focus-visible{color:#2f4d2f;text-decoration-style:solid;text-decoration-color:currentColor;outline:none}
.gwc-glossary-backdrop{position:fixed;z-index:1390;inset:0;background:rgba(12,13,10,0);backdrop-filter:blur(0);transition:background .3s,backdrop-filter .3s;pointer-events:none}
.gwc-glossary-backdrop.is-open{background:rgba(12,13,10,.58);backdrop-filter:blur(1px);pointer-events:auto}
.gwc-glossary-drawer{position:fixed;z-index:1400;top:0;right:0;width:min(760px,58vw);height:100dvh;background:#f4ecd4 url('../assets/images/glossary-drawer-parchment.jpg') center top / cover no-repeat;box-shadow:-18px 0 55px rgba(0,0,0,.34);transform:translateX(104%);transition:transform .38s cubic-bezier(.2,.72,.2,1);border-left:1px solid #877b5b;color:#302f29}
.gwc-glossary-drawer.is-open{transform:translateX(0)}
.gwc-glossary-drawer-scroll{height:100%;overflow-y:auto;padding:42px 44px 38px}
.gwc-glossary-close{position:absolute;z-index:4;top:15px;right:18px;width:46px;height:46px;border:0;background:transparent;color:#111;font:400 45px/1 Georgia,serif;cursor:pointer}
.gwc-drawer-head{padding:8px 12px 20px;border-bottom:1px solid #82785f}
.gwc-drawer-eyebrow{margin:0 0 6px;font-size:21px;font-weight:700}
.gwc-drawer-term-line{display:flex;justify-content:space-between;gap:16px;align-items:center}
.gwc-drawer-term-line h2{margin:0;font-size:clamp(44px,5vw,66px);line-height:.98;font-weight:400}
.gwc-drawer-pron{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:22px;font-weight:700}
.gwc-drawer-speak{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;cursor:pointer;padding:0}
.gwc-drawer-speak img{width:34px;height:34px;object-fit:contain}
.gwc-drawer-sprig{width:100px;max-height:120px;object-fit:contain;opacity:.9}
.gwc-drawer-category{display:inline-block;margin-top:18px;padding:8px 24px;border-radius:999px;background:#879574;color:#fff;font-size:21px;text-transform:uppercase}
.gwc-drawer-primary{padding:12px 13px}
.gwc-drawer-row{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid rgba(111,101,74,.55)}
.gwc-drawer-row:last-child{border-bottom:0}
.gwc-icon{width:34px;height:34px;display:block;object-fit:contain}
.gwc-drawer-row h3,.gwc-mini-card h3,.gwc-reference-card h3,.gwc-think-card h3{margin:0 0 3px;font-size:clamp(22px,2.2vw,31px);line-height:1.1}
.gwc-drawer-row p,.gwc-think-card p{margin:0;font-size:18px;line-height:1.48;font-style:italic}
.gwc-drawer-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:12px}
.gwc-mini-card,.gwc-reference-card{border:1px solid #958458;background:rgba(255,255,255,.82);padding:18px 20px}
.gwc-mini-card h3,.gwc-reference-card h3{display:flex;align-items:center;gap:12px}
.gwc-mini-list{padding:8px 0 2px 46px;display:grid;gap:4px;min-height:106px}
.gwc-mini-list span,.gwc-mini-list button,.gwc-mini-list a,.gwc-reference-list{color:#302f29;font:italic 17px/1.35 Georgia,serif}
.gwc-related-term{width:max-content;max-width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer;text-decoration:underline;text-decoration-color:transparent}
.gwc-related-term:hover{text-decoration-color:currentColor}
.gwc-result-link{width:max-content;max-width:100%;text-decoration:none;border-bottom:1px dotted transparent}
.gwc-result-link:hover{border-bottom-color:currentColor}
.gwc-view-all{margin:10px 0 0 46px;border:0;background:transparent;color:#6a755f;font:inherit;font-size:17px;cursor:pointer}
.gwc-reference-card{position:relative;min-height:164px;margin-top:16px;background:#e7e4bd}
.gwc-reference-list{padding:8px 0 36px 46px;display:grid;gap:6px}
.gwc-reference-view{position:absolute;right:22px;bottom:17px}
.gwc-think-card{display:grid;grid-template-columns:75px 1fr;gap:12px;margin-top:16px;padding:24px 26px;background:#aec08f;border:1px solid #879266}
.gwc-think-icon{width:60px;height:60px;object-fit:contain}
@media(max-width:1050px){.gwc-glossary-drawer{width:min(790px,72vw)}}
@media(max-width:760px){.gwc-glossary-drawer{width:100vw;max-width:none;border-left:0}.gwc-glossary-drawer-scroll{padding:38px 18px 28px}.gwc-glossary-close{top:7px;right:7px}.gwc-drawer-head{padding-inline:4px}.gwc-drawer-eyebrow{font-size:17px}.gwc-drawer-term-line{align-items:flex-start}.gwc-drawer-term-line h2{font-size:42px}.gwc-drawer-pron{font-size:18px}.gwc-drawer-sprig{width:70px;max-height:82px}.gwc-drawer-category{font-size:16px;padding:7px 18px}.gwc-drawer-primary{padding-inline:2px}.gwc-drawer-row{grid-template-columns:35px 1fr;gap:10px;padding:16px 0}.gwc-icon{width:30px;height:30px}.gwc-drawer-row h3,.gwc-mini-card h3,.gwc-reference-card h3,.gwc-think-card h3{font-size:21px}.gwc-drawer-row p,.gwc-think-card p{font-size:16px}.gwc-drawer-cards{grid-template-columns:1fr;gap:12px}.gwc-mini-card{padding:15px}.gwc-mini-list{padding-left:40px;min-height:auto}.gwc-view-all{margin-left:40px}.gwc-reference-card{min-height:154px;padding:15px}.gwc-reference-list{padding-left:40px}.gwc-reference-view{right:15px;bottom:14px}.gwc-think-card{grid-template-columns:54px 1fr;padding:20px 16px}.gwc-think-icon{width:46px;height:46px}}



/* ==========================================================================
   CONDENSED PRIMARY NAVIGATION — v163
   ========================================================================== */
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}
.nav-dropdown-toggle{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  padding:0;
  cursor:pointer;
}
.nav-dropdown-menu{
  position:absolute;
  top:calc(100% + 12px);
  left:50%;
  transform:translateX(-50%) translateY(-6px);
  min-width:220px;
  padding:10px 0;
  background:#fff;
  border:1px solid rgba(112,95,57,.25);
  box-shadow:0 14px 32px rgba(0,0,0,.14);
  border-radius:8px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  z-index:1200;
}
.nav-dropdown-menu a{
  display:block;
  padding:10px 18px;
  white-space:nowrap;
  color:#2f2f28;
  text-decoration:none;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible{
  background:#f3efe7;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.nav-mobile-gatherings{display:none}

@media (max-width: 900px){
  .nav-dropdown{display:none}
  .nav-mobile-gatherings{
    display:contents;
  }
}


/* ==========================================================================
   NAVIGATION CONSISTENCY — v164
   ========================================================================== */
.nav-dropdown-toggle::before,
.nav-dropdown-toggle::after{
  content:none !important;
}
.nav-dropdown-toggle{
  display:inline-flex;
  align-items:center;
  gap:0 !important;
}
@media (min-width:901px){
  .nav-dropdown{display:flex !important}
  .nav-mobile-gatherings{display:none !important}
}
@media (max-width:900px){
  .nav-dropdown{display:none !important}
  .nav-mobile-gatherings{display:contents !important}
}

/* v166 — four primary Journal category pages rebuilt to approved visual structure */
.library-topic-page .category-page-hero{
  min-height:370px;
}
.library-topic-page .category-page-hero .library-hero-copy{
  z-index:3;
}
.library-topic-page .category-page-hero .library-hero-copy h1{
  margin:0 0 .25rem;
  font-size:clamp(2.6rem,5vw,4.25rem);
  line-height:1;
  text-transform:none;
}
.library-topic-page .category-page-hero .library-hero-copy > p{
  max-width:620px;
  margin:.6rem 0 1.2rem;
  font-size:clamp(1.25rem,2.2vw,2rem);
  line-height:1.18;
}
.library-topic-page .category-page-hero .library-hero-search{
  width:min(390px,100%);
}
.library-topic-page .category-page-hero .library-hero-search input{
  width:100%;
}

/* Intentional Living hero replacement */
.library-topic-hero.intentional-hero-rebuilt.category-page-hero .library-topic-hero-image{
  object-position:center center;
}
.library-topic-hero.intentional-hero-rebuilt.category-page-hero::before{
  background:linear-gradient(90deg,rgba(21,20,15,.93) 0%,rgba(21,20,15,.78) 42%,rgba(21,20,15,.18) 72%,rgba(21,20,15,.04) 100%) !important;
}

/* White collection section with five moving square category blocks */
.library-categories.category-showcase{
  background:#fff !important;
  color:#251f1b !important;
  padding:30px 26px 48px !important;
  border:0 !important;
}
.library-categories.category-showcase .journal-wrap{
  max-width:1320px;
}
.library-categories.category-showcase .library-section-heading{
  margin:0 0 28px;
  text-align:center;
}
.library-categories.category-showcase .library-section-heading h2{
  margin:0;
  color:#231f1b !important;
  font-weight:400;
  font-size:clamp(2rem,3vw,3.1rem);
  letter-spacing:.22em;
  line-height:1.15;
  text-transform:none;
}
.library-categories.category-showcase .library-category-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:24px;
}
.library-categories.category-showcase .library-category-card{
  aspect-ratio:1.28 / 1;
  min-height:0;
  padding:20px 14px;
  border:0 !important;
  border-radius:0;
  box-shadow:none !important;
  color:#111 !important;
  transition:transform .22s ease, filter .22s ease, box-shadow .22s ease !important;
}
.library-categories.category-showcase .library-category-card span{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1.35rem,2vw,2rem);
  font-weight:700;
  line-height:1.04;
}
.library-categories.category-showcase .library-category-card small{
  color:#2b2119 !important;
  margin-top:10px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:.95rem;
  letter-spacing:.28em;
  text-transform:capitalize;
}
.library-categories.category-showcase .library-category-card:hover,
.library-categories.category-showcase .library-category-card:focus-visible{
  transform:translateY(-7px) !important;
  box-shadow:0 12px 22px rgba(0,0,0,.18) !important;
  filter:brightness(1.04) !important;
}
.library-categories.category-showcase.theme-business .library-category-card{background:#c9a548 !important;}
.library-categories.category-showcase.theme-herbs .library-category-card{background:#31532d !important;color:#fff !important;border:1px solid #b89448 !important;}
.library-categories.category-showcase.theme-herbs .library-category-card small{color:#fff !important;}
.library-categories.category-showcase.theme-intentional .library-category-card{background:#919cba !important;}
.library-categories.category-showcase.theme-witchcraft .library-category-card{background:#2f1d35 !important;color:#fff !important;border:1px solid #b89448 !important;}
.library-categories.category-showcase.theme-witchcraft .library-category-card small{color:#fff !important;}

/* Popular Articles photo band */
.library-popular.category-popular{
  position:relative;
  isolation:isolate;
  padding:28px 26px 44px !important;
  background-image:linear-gradient(rgba(19,15,12,.52),rgba(19,15,12,.52)),var(--category-popular-bg) !important;
  background-size:cover !important;
  background-position:center !important;
  border:0 !important;
  color:#fff !important;
}
.library-popular.category-popular .journal-wrap{max-width:1300px;position:relative;z-index:1;}
.library-popular.category-popular .library-section-heading{
  margin:0 0 26px;
  text-align:center;
}
.library-popular.category-popular .library-section-heading h2{
  margin:0;
  color:#fff !important;
  font-weight:400;
  font-size:clamp(2.4rem,4vw,4rem);
  letter-spacing:.25em;
  text-transform:uppercase;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}
.library-popular.category-popular .library-popular-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
  align-items:end;
}
.library-popular.category-popular .category-popular-card{
  background:#fff;
  border:0;
  box-shadow:0 8px 16px rgba(0,0,0,.2);
}
.library-popular.category-popular .library-card-image{
  min-height:220px;
  border:0;
}
.library-popular.category-popular.theme-business .library-card-image{background:#c9a548;}
.library-popular.category-popular.theme-herbs .library-card-image{background:#b69b82;}
.library-popular.category-popular.theme-intentional .library-card-image{background:#919cba;}
.library-popular.category-popular.theme-witchcraft .library-card-image{background:#d5b8a9;}
.library-popular.category-popular .library-card-copy{
  min-height:115px;
  padding:10px 10px 8px;
  color:#17120f;
  text-align:center;
}
.library-popular.category-popular .library-card-copy h3{
  margin:0 0 4px;
  color:#17120f;
  font-size:1.35rem;
  line-height:1;
  font-weight:700;
}
.library-popular.category-popular .library-card-copy p{
  margin:0 auto 3px;
  max-width:180px;
  font-size:.84rem;
  line-height:1.05;
}
.library-popular.category-popular .library-card-copy a{
  display:block;
  margin-top:2px;
  color:#17120f;
  font-size:.7rem;
  letter-spacing:0;
  text-align:right;
  text-transform:none;
}

/* Closing reflection/disclaimer + ad placement */
.category-closing{
  background:#fff;
  padding:34px 30px 42px;
}
.category-closing-inner{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:56px;
  align-items:center;
}
.category-closing-copy h2{
  margin:0 0 10px;
  font-size:clamp(1.8rem,3vw,2.65rem);
  line-height:1;
  text-transform:uppercase;
}
.category-closing-copy p{
  margin:0;
  max-width:760px;
  font-size:1.1rem;
  line-height:1.28;
}
.category-ad-placeholder{
  min-height:190px;
  display:grid;
  place-items:center;
  border:1px solid #7d756e;
  color:#2b2825;
  font-size:1.65rem;
  text-align:center;
  background:#fff;
}

@media(max-width:1050px){
  .library-categories.category-showcase .library-category-grid,
  .library-popular.category-popular .library-popular-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .library-topic-page .category-page-hero{
    min-height:520px;
    padding:110px 24px 42px;
    align-items:center;
    text-align:center !important;
    justify-content:center !important;
  }
  .library-topic-page .category-page-hero .library-hero-copy{
    width:100%;
    margin:auto !important;
    text-align:center;
  }
  .library-topic-page .category-page-hero .library-hero-copy > p{margin-left:auto;margin-right:auto;}
  .library-topic-page .category-page-hero .library-hero-search{margin-left:auto !important;margin-right:auto !important;}
  .library-topic-hero.intentional-hero-rebuilt.category-page-hero .library-topic-hero-image{object-position:67% center;}
  .library-topic-hero.intentional-hero-rebuilt.category-page-hero::before{
    background:linear-gradient(180deg,rgba(21,20,15,.28),rgba(21,20,15,.7)) !important;
  }
  .library-categories.category-showcase{padding:28px 18px 36px !important;}
  .library-categories.category-showcase .library-section-heading h2{letter-spacing:.12em;}
  .library-categories.category-showcase .library-category-grid,
  .library-popular.category-popular .library-popular-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .category-closing-inner{grid-template-columns:1fr;gap:28px;text-align:center;}
  .category-closing-copy p{margin-inline:auto;}
  .category-ad-placeholder{width:100%;min-height:160px;}
}
@media(max-width:520px){
  .library-categories.category-showcase .library-category-grid,
  .library-popular.category-popular .library-popular-grid{
    grid-template-columns:1fr;
  }
  .library-categories.category-showcase .library-category-card{
    aspect-ratio:auto;
    min-height:150px;
  }
  .library-popular.category-popular .category-popular-card{max-width:290px;margin-inline:auto;width:100%;}
  .library-popular.category-popular .library-section-heading h2{font-size:2rem;letter-spacing:.16em;}
}

/* v167 — category page polish: photo bands, hero breathing room, centered section titles */
@media (min-width:761px){
  .library-topic-page .category-page-hero{
    min-height:400px;
    padding-top:112px;
    padding-bottom:72px;
  }
}

.library-categories.category-showcase .library-section-heading{
  width:100%;
  max-width:none;
  margin:0 auto 26px;
  text-align:center !important;
}
.library-categories.category-showcase .library-section-heading h2{
  width:100%;
  text-align:center !important;
  font-size:clamp(1.8rem,2.6vw,2.7rem);
}
.library-popular.category-popular .library-section-heading{
  width:100%;
  max-width:none;
  margin:0 auto 24px;
  text-align:center !important;
}
.library-popular.category-popular .library-section-heading h2{
  width:100%;
  text-align:center !important;
  font-size:clamp(2rem,3.2vw,3.15rem);
}

/* Use the supplied images directly so the Popular Articles photo background
   cannot fall back to the section's base color. Paths are relative to this CSS file. */
.library-popular.category-popular.theme-herbs{
  background-image:linear-gradient(rgba(28,49,31,.45),rgba(28,49,31,.45)),url('../assets/images/herbs-popular-bg-v167.jpg') !important;
}
.library-popular.category-popular.theme-witchcraft{
  background-image:linear-gradient(rgba(31,19,36,.46),rgba(31,19,36,.46)),url('../assets/images/witchcraft-popular-bg-v167.jpg') !important;
}
.library-popular.category-popular.theme-intentional{
  background-image:linear-gradient(rgba(28,25,22,.42),rgba(28,25,22,.42)),url('../assets/images/intentional-popular-bg-v167.jpg') !important;
}
.library-popular.category-popular.theme-business{
  background-image:linear-gradient(rgba(45,30,18,.46),rgba(45,30,18,.46)),url('../assets/images/business-popular-bg-v167.jpg') !important;
}

@media(max-width:760px){
  .library-topic-page .category-page-hero{
    padding-top:124px;
  }
  .library-categories.category-showcase .library-section-heading h2{
    font-size:clamp(1.65rem,8vw,2.25rem);
  }
  .library-popular.category-popular .library-section-heading h2{
    font-size:clamp(1.8rem,8vw,2.35rem);
  }
}


/* v169 — Herbal Academy affiliate placement in plant monographs */
.herbal-academy-ad{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:.65rem;
  min-height:0;
  padding:1rem;
  background:#fbf8f0;
  border-style:solid;
}
.herbal-academy-ad a{display:block;line-height:0;max-width:300px;width:100%;}
.herbal-academy-ad img{display:block;width:100%;height:auto;max-width:300px;margin:0 auto;}
@media (max-width:760px){.monograph-mobile-only.herbal-academy-ad{display:flex !important;min-height:0;}}

/* v170 — desktop monograph A–Z/search refinement */
@media (min-width: 761px){
  .monograph-tools{
    grid-template-columns:minmax(0,1fr) 300px;
    column-gap:.75rem;
  }

  .monograph-tools .alphabet-nav{
    flex-wrap:nowrap;
    gap:.08rem;
    justify-content:flex-start;
    min-width:0;
  }

  .monograph-tools .alphabet-nav a{
    min-width:1.52rem;
    min-height:1.65rem;
  }

  .monograph-tools .monograph-search.directory-search{
    width:300px;
    justify-self:end;
    transform:translateX(.35rem);
  }
}

/* Herbal Academy category affiliate banner: no AdSense placeholder frame */
.category-ad-placeholder.category-affiliate-ad{
  border:none;
  background:transparent;
}

/* v173 — Curated article-directory redesign.
   Hero imagery and hero content remain untouched; this styles the directory below it. */
.article-directory-page .article-filter-wrap{
  padding:0;
  background:#fff;
  border-top:1px solid rgba(168,136,70,.44);
  border-bottom:1px solid rgba(168,136,70,.44);
}
.article-directory-page .article-filter-menu{
  width:min(1180px,calc(100% - 36px));
  min-height:78px;
  margin:0 auto;
  display:flex;
  flex-wrap:nowrap;
  justify-content:center;
  align-items:stretch;
  gap:0;
}
.article-directory-page .article-filter-menu button{
  flex:1 1 0;
  min-width:0;
  padding:20px 10px;
  border:0;
  border-right:1px solid rgba(168,136,70,.22);
  background:transparent;
  color:#43362c;
  font-family:inherit;
  font-size:clamp(.72rem,.95vw,.94rem);
  line-height:1.15;
  letter-spacing:.025em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease;
}
.article-directory-page .article-filter-menu button:first-child{border-left:1px solid rgba(168,136,70,.22)}
.article-directory-page .article-filter-menu button:hover,
.article-directory-page .article-filter-menu button.active{
  background:#eef3e7;
  color:#28482d;
  border-color:rgba(168,136,70,.38);
}
.directory-theme-witchcraft .article-filter-menu button:hover,
.directory-theme-witchcraft .article-filter-menu button.active{background:#f0e9f1;color:#39263e}
.directory-theme-intentional .article-filter-menu button:hover,
.directory-theme-intentional .article-filter-menu button.active{background:#eef0f7;color:#3d4869}
.directory-theme-business .article-filter-menu button:hover,
.directory-theme-business .article-filter-menu button.active{background:#f5eedb;color:#614b18}

.article-directory-page .article-directory-content{
  width:100%;
  max-width:none;
  margin:0;
  padding:28px 0 0;
  background:#f7fbf1;
  border-bottom:1px solid rgba(168,136,70,.45);
}
.article-directory-page .directory-heading{
  width:min(1120px,calc(100% - 72px));
  margin:0 auto 46px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
}
.article-directory-page .directory-heading .eyebrow{
  margin:0 0 4px;
  color:#64584a;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.article-directory-page .directory-heading h2{
  margin:0;
  color:#40372d;
  font-size:clamp(1.65rem,2.25vw,2.45rem);
  line-height:1.1;
  font-weight:400;
}
.article-directory-page .directory-count{
  margin:0;
  color:#756a5c;
  font-size:.9rem;
  white-space:nowrap;
}
.article-directory-page .article-directory-grid{
  width:min(1080px,calc(100% - 72px));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  align-items:start;
  min-height:600px;
}
.article-directory-page .article-directory-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  color:inherit;
  text-decoration:none;
  transition:transform .22s ease;
}
.article-directory-page .article-directory-card-link:hover,
.article-directory-page .article-directory-card-link:focus-visible{transform:translateY(-5px)}
.article-directory-page .article-directory-card-image{
  width:100%;
  aspect-ratio:.78 / 1;
  overflow:hidden;
  border:0;
  background:#d6c2a4;
  box-shadow:none;
}
.article-directory-page .article-directory-card-image img{
  width:100%;height:100%;object-fit:cover;transition:transform .28s ease;
}
.article-directory-page .article-directory-card-copy{
  min-height:112px;
  margin:0;
  padding:15px 10px 14px;
  text-align:center;
  background:#fbfcf5;
  border:1px solid rgba(168,136,70,.72);
  box-shadow:none;
}
.article-directory-page .article-directory-card-filter{
  margin:0 0 6px;
  color:#4a4136;
  font-size:.92rem;
  line-height:1.18;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.article-directory-page .article-directory-card-copy h3{
  margin:0;
  color:#41372c;
  font-size:1.12rem;
  line-height:1.13;
  font-weight:400;
}
.article-directory-page .article-directory-card-summary,
.article-directory-page .article-directory-read{display:none}
.article-directory-page .article-directory-card-link:hover .article-directory-card-copy,
.article-directory-page .article-directory-card-link:focus-visible .article-directory-card-copy{
  border-color:#a88846;
  box-shadow:none;
}
.article-directory-page .article-directory-content .directory-pagination{
  width:min(1080px,calc(100% - 72px));
  margin:34px auto 0;
  padding-bottom:24px;
}
.article-directory-page .directory-empty{
  width:min(1080px,calc(100% - 72px));
  margin:0 auto 80px;
  text-align:center;
}
.article-directory-page .article-directory-content .directory-ad-slot{
  width:min(760px,calc(100% - 72px));
  min-height:130px;
  margin:0 auto;
  transform:translateY(74px);
  background:#fff;
  border:1px solid rgba(122,105,73,.65);
  color:#4b4439;
}
.article-directory-page .article-directory-content .directory-ad-slot + *{margin-top:74px}
.article-directory-page .article-directory-content{padding-bottom:110px;margin-bottom:74px}

@media(max-width:1000px){
  .article-directory-page .article-filter-menu{overflow-x:auto;justify-content:flex-start;scrollbar-width:thin}
  .article-directory-page .article-filter-menu button{flex:0 0 auto;min-width:145px}
  .article-directory-page .article-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));min-height:auto}
}
@media(max-width:720px){
  .article-directory-page .article-filter-menu{width:100%;min-height:0;padding:8px 12px;gap:7px;flex-wrap:wrap;overflow:visible}
  .article-directory-page .article-filter-menu button{flex:1 1 calc(50% - 7px);min-width:0;padding:11px 8px;border:1px solid rgba(168,136,70,.3)}
  .article-directory-page .directory-heading{width:min(100% - 32px,1120px);margin-bottom:30px;align-items:flex-start;flex-direction:column;gap:7px;text-align:left}
  .article-directory-page .directory-count{white-space:normal}
  .article-directory-page .article-directory-grid{width:min(100% - 32px,1080px);grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}
  .article-directory-page .article-directory-card-image{aspect-ratio:.86 / 1}
  .article-directory-page .article-directory-card-copy{min-height:100px;padding:12px 7px}
  .article-directory-page .article-directory-card-filter{font-size:.78rem}
  .article-directory-page .article-directory-card-copy h3{font-size:1rem}
  .article-directory-page .article-directory-content .directory-pagination,
  .article-directory-page .directory-empty{width:min(100% - 32px,1080px)}
  .article-directory-page .article-directory-content .directory-ad-slot{width:min(100% - 32px,760px);transform:none;margin-top:54px}
  .article-directory-page .article-directory-content{padding-bottom:46px;margin-bottom:0}
}
@media(max-width:460px){
  .article-directory-page .article-directory-grid{grid-template-columns:1fr;max-width:290px}
  .article-directory-page .article-directory-card-image{aspect-ratio:1 / 1}
}

/* v175 — Witchcraft category card long-title fit */
@media (min-width:761px){
  .library-categories.category-showcase.theme-witchcraft .library-category-card:nth-child(3) span{
    font-size:clamp(1.05rem,1.55vw,1.48rem);
    letter-spacing:-0.015em;
    white-space:nowrap;
  }
}

/* v177 — Correspondences directory: keep external Herbs destination visually aligned with filters */
.article-directory-page .article-filter-menu > a.article-filter-link{
  flex:1 1 0;
  min-width:0;
  padding:20px 8px;
  border:0;
  border-right:1px solid rgba(168,136,70,.22);
  background:transparent;
  color:#43362c;
  font-family:inherit;
  font-size:clamp(.70rem,.88vw,.90rem);
  line-height:1.15;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.article-directory-page .article-filter-menu > a.article-filter-link:hover{
  background:#eef3e7;
  color:#28482d;
}
.directory-theme-witchcraft .article-filter-menu > a.article-filter-link:hover{
  background:#f0e9f1;
  color:#39263e;
}

/* Slightly condense all eight Correspondences controls so they remain one even row on desktop. */
@media (min-width: 769px){
  .directory-theme-witchcraft .article-filter-menu{
    width:min(1240px,calc(100% - 20px));
  }
  .directory-theme-witchcraft .article-filter-menu button,
  .directory-theme-witchcraft .article-filter-menu > a.article-filter-link{
    padding-left:6px;
    padding-right:6px;
    font-size:clamp(.68rem,.82vw,.86rem);
  }
}

@media (max-width: 768px){
  .article-directory-page .article-filter-menu > a.article-filter-link{
    flex:0 0 auto;
    min-width:145px;
  }
}
@media (max-width: 560px){
  .article-directory-page .article-filter-menu > a.article-filter-link{
    flex:1 1 calc(50% - 7px);
    min-width:0;
    padding:11px 8px;
    border:1px solid rgba(168,136,70,.3);
  }
}

/* POLICY PAGE — v180 */
.policy-page{padding:calc(var(--header) + 44px) 0 72px;background:#f7f3ec}
.policy-shell{width:min(980px,92vw);margin:0 auto}
.policy-header{text-align:center;margin-bottom:38px}
.policy-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;font-size:14px;color:#69765c}
.policy-header h1{margin:0;font-size:clamp(42px,5vw,70px);line-height:1}
.policy-updated{margin:14px 0 0;color:#665f55}
.policy-copy{background:#fff;border:1px solid rgba(130,110,70,.28);box-shadow:0 12px 34px rgba(0,0,0,.06);padding:clamp(28px,5vw,58px)}
.policy-copy h2{margin:34px 0 12px;font-size:clamp(25px,2.6vw,34px);line-height:1.2}
.policy-copy h2:first-of-type{margin-top:0}
.policy-copy p{margin:0 0 16px;font-size:17px;line-height:1.72}
.policy-copy a{color:#5f7253;text-decoration:underline}
@media(max-width:760px){
  .policy-page{padding-top:calc(var(--header) + 26px)}
  .policy-shell{width:min(94vw,680px)}
  .policy-copy{padding:24px 20px}
  .policy-copy p{font-size:16px;line-height:1.68}
}

/* v191 — editorial plant monograph structure based on the revised GWC mockup */
.monograph-page{
  background:#fff;
}
.monograph-shell.monograph-redesign.monograph-editorial-layout{
  max-width:1240px;
  padding-top:.7rem;
}
.monograph-editorial-layout .monograph-redesign-grid{
  grid-template-columns:minmax(245px,300px) minmax(0,1fr);
  gap:1.45rem;
}
.monograph-editorial-layout .monograph-redesign-sidebar{
  gap:.8rem;
}
.monograph-editorial-layout .monograph-quick-card{
  background:#f7edb7;
  border:1px solid rgba(183,152,79,.6);
  padding:1rem 1.05rem;
}
.monograph-editorial-layout .quick-card-constituents{
  margin-top:.9rem;
  padding-top:.8rem;
  border-top:1px solid rgba(132,112,68,.34);
}
.monograph-editorial-layout .quick-card-section-title{
  margin-bottom:.55rem;
  font-family:Georgia,serif;
  font-size:1.04rem;
}
.monograph-editorial-layout .quick-card-constituents p{
  margin-bottom:.58rem;
  font-size:.94rem;
  line-height:1.42;
}
.monograph-editorial-layout .monograph-redesign-title{
  padding:.05rem 0 .7rem;
}
.monograph-editorial-layout .monograph-section{
  margin:0 0 .58rem;
}
.monograph-editorial-layout .monograph-block-open{
  border:0;
  background:transparent;
  padding:.12rem .15rem .48rem;
}
.monograph-editorial-layout .monograph-block-open h2{
  margin-bottom:.18rem;
}
.monograph-editorial-layout .monograph-block-sage{
  background:#e6ecde;
  border:1px solid #aab49d;
  padding:.9rem 1rem;
  margin:.15rem 0 .7rem;
}
.monograph-editorial-layout .monograph-block-rose{
  background:#e6cabc;
  border:1px solid #9e756b;
  padding:.9rem 1rem;
  margin:.35rem 0 .75rem;
}
.monograph-editorial-layout .monograph-safety-callout{
  margin:.55rem 0;
}
.monograph-editorial-layout .monograph-dosing-redesign{
  padding:.12rem .15rem 2.7rem;
}
.monograph-editorial-layout .monograph-dosing-redesign .monograph-preparation-list{
  display:block;
  margin-top:.35rem;
}
.monograph-editorial-layout .monograph-dosing-redesign .monograph-preparation-list > section{
  border:0 !important;
  background:transparent !important;
  padding:.08rem 0 .35rem !important;
  margin:0;
}
.monograph-editorial-layout .monograph-dosing-redesign .monograph-preparation-list h3{
  display:inline;
  margin:0;
  font-size:1rem;
  font-family:inherit;
  font-weight:700;
}
.monograph-editorial-layout .monograph-dosing-redesign .monograph-preparation-list h3::after{
  content:":";
}
.monograph-editorial-layout .monograph-dosing-redesign .monograph-preparation-list p{
  display:inline;
  margin:0;
}
.monograph-editorial-layout .monograph-dosing-redesign .monograph-preparation-list section::after{
  content:"";
  display:block;
  height:.2rem;
}
.monograph-editorial-layout .monograph-print-link{
  right:.15rem;
  bottom:.55rem;
  text-decoration:none;
  font-size:1rem;
}
.monograph-editorial-layout .monograph-redesign-references{
  margin-top:.25rem;
  background:#fbfaf6 !important;
  border:1px solid rgba(132,112,68,.68)!important;
  padding:1rem 1.1rem!important;
}
.monograph-editorial-layout .monograph-side-links{
  background:transparent;
  border:0;
  padding:.05rem 0;
}
.monograph-editorial-layout .monograph-side-links h2{
  margin:.05rem 0 .35rem;
  font-family:Georgia,serif;
  font-weight:400;
  font-size:1.25rem;
  text-transform:uppercase;
  letter-spacing:.035em;
  color:#3b3024;
}
.monograph-editorial-layout .monograph-side-link-list{
  display:grid;
  gap:.18rem;
}
.monograph-editorial-layout .monograph-side-link{
  display:block;
  color:var(--mono-forest);
  text-decoration:none;
  padding:.1rem 0;
  font-family:Georgia,serif;
}
.monograph-editorial-layout .monograph-side-link:hover,
.monograph-editorial-layout .monograph-side-link:focus-visible{
  text-decoration:underline;
}
.monograph-editorial-layout .monograph-side-empty{
  margin:.1rem 0;
  color:#756a5b;
  font-size:.9rem;
  font-style:italic;
}
.monograph-editorial-layout .monograph-sidebar-ad{
  margin-top:.2rem;
  background:#fff!important;
  border:1px solid rgba(132,112,68,.55)!important;
  box-shadow:none!important;
  padding:.65rem!important;
}
.monograph-editorial-layout .monograph-sidebar-ad img{
  max-width:100%;
  height:auto;
  display:block;
}
@media(max-width:900px){
  .monograph-editorial-layout .monograph-redesign-grid{grid-template-columns:1fr;}
  .monograph-editorial-layout .monograph-redesign-content{display:block;}
  .monograph-editorial-layout .monograph-redesign-sidebar{grid-template-columns:minmax(220px,360px) 1fr;}
  .monograph-editorial-layout .monograph-side-links,
  .monograph-editorial-layout .monograph-sidebar-ad{display:block;}
}
@media(max-width:650px){
  .monograph-editorial-layout .monograph-redesign-sidebar{grid-template-columns:1fr;}
  .monograph-editorial-layout .monograph-block-open{padding-left:0;padding-right:0;}
  .monograph-editorial-layout .monograph-dosing-redesign{padding-left:0;padding-right:0;}
}


/* v196 — responsive monograph flow: keep reference resources in sidebar on desktop,
   but place them after References on tablet/mobile. */
.monograph-editorial-layout .monograph-sidebar-primary,
.monograph-editorial-layout .monograph-sidebar-secondary{
  display:grid;
  gap:.8rem;
}

@media(max-width:900px){
  .monograph-editorial-layout .monograph-redesign-sidebar{
    display:contents;
  }
  .monograph-editorial-layout .monograph-sidebar-primary{
    order:-2;
    grid-template-columns:minmax(220px,360px) minmax(0,1fr);
    align-items:start;
  }
  .monograph-editorial-layout .monograph-redesign-content{
    order:0;
  }
  .monograph-editorial-layout .monograph-sidebar-secondary{
    order:1;
    grid-template-columns:1fr;
    margin-top:.9rem;
  }
}

@media(max-width:650px){
  .monograph-editorial-layout .monograph-sidebar-primary{
    grid-template-columns:1fr;
  }
  .monograph-editorial-layout .monograph-sidebar-secondary{
    grid-template-columns:1fr;
  }
}

/* v197 — slight mobile breathing room for related monograph resources. */
@media(max-width:650px){
  .monograph-editorial-layout .monograph-sidebar-secondary .monograph-side-links{
    padding-left:.75rem;
    padding-right:.75rem;
    box-sizing:border-box;
  }
}


/* Cookie consent — v199 */
.gwc-cookie-consent{
  position:fixed;
  z-index:5000;
  left:50%;
  bottom:22px;
  width:min(720px,calc(100% - 32px));
  transform:translateX(-50%);
  background:#fffdf8;
  color:var(--ink,#211c16);
  border:1px solid var(--gold,#b49353);
  box-shadow:0 18px 55px rgba(22,16,10,.28);
  padding:20px 22px;
  font-family:Georgia,"Times New Roman",serif;
}
.gwc-cookie-consent[hidden]{display:none}
.gwc-cookie-consent__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}
.gwc-cookie-consent__title{margin:0 0 6px;font-size:20px;font-weight:400;color:var(--forest,#1d2b1d)}
.gwc-cookie-consent__text{margin:0;font-family:Arial,sans-serif;font-size:14px;line-height:1.55;color:#51483d}
.gwc-cookie-consent__text a{color:var(--forest,#1d2b1d);text-underline-offset:2px}
.gwc-cookie-consent__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.gwc-cookie-consent__button{
  appearance:none;
  border:1px solid var(--forest,#1d2b1d);
  padding:10px 15px;
  min-width:104px;
  font:600 12px/1 Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.gwc-cookie-consent__button--accept{background:var(--forest,#1d2b1d);color:var(--cream,#efe4ca)}
.gwc-cookie-consent__button--decline{background:#fffdf8;color:var(--forest,#1d2b1d)}
.gwc-cookie-consent__button:hover,.gwc-cookie-consent__button:focus-visible{outline:2px solid var(--gold,#b49353);outline-offset:2px}
@media(max-width:640px){
  .gwc-cookie-consent{bottom:10px;width:calc(100% - 20px);padding:16px}
  .gwc-cookie-consent__inner{grid-template-columns:1fr;gap:14px}
  .gwc-cookie-consent__title{font-size:19px}
  .gwc-cookie-consent__actions{justify-content:stretch}
  .gwc-cookie-consent__button{flex:1 1 140px}
}

.monograph-lightbox-placeholder.has-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: fit-content;
  max-width: 94vw;
  max-height: 90vh;
  padding: 0;
  background: #101a13;
}
.monograph-lightbox-placeholder.has-image .monograph-lightbox-image {
  align-self: center;
  max-height: calc(90vh - 2.5rem);
}
.monograph-lightbox-caption {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.42rem 0.7rem 0.5rem;
  background: #f6f1e7;
  border-top: 1px solid rgba(180,145,55,.55);
  color: #243326;
  font-size: 0.78rem;
  line-height: 1.3;
  text-align: center;
  font-style: italic;
}
@media(max-width:640px){
  .monograph-lightbox-placeholder.has-image .monograph-lightbox-image{max-height:calc(86vh - 3rem);}
  .monograph-lightbox-caption{font-size:0.72rem;padding:0.38rem 0.55rem 0.44rem;}
}
\n/* v210 — first Journal article: PDF-matched photo placement and published article cards */
.article-photo-match-pdf{width:29%;max-width:245px;margin:3px 0 12px 18px;}
.article-photo-match-pdf img{display:block;width:100%;height:auto;object-fit:cover;}
.article-reference-list-v210{margin:10px 0 0;padding-left:1.35rem;}
.article-reference-list-v210 li{margin:0 0 12px;line-height:1.45;overflow-wrap:anywhere;}
.article-reference-list-v210 a{color:#35572f;text-decoration:underline;}
.journal-v153-article-image.article-published-image-v210,
.library-card-image.article-published-image-v210{padding:0;background:#fff;overflow:hidden;}
.journal-v153-article-image.article-published-image-v210 img,
.library-card-image.article-published-image-v210 img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}



/* v211 — first Journal article refinements */
.article-photo-match-pdf{
  float:right;
  width:24%;
  max-width:190px;
  margin:3px 0 10px 16px;
}
.article-photo-match-pdf img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.article-main-v155 .article-copy h2.article-section-heading-v211{
  font-weight:700;
  margin:24px 0 6px;
  padding-top:4px;
}
@media(max-width:700px){
  .article-photo-match-pdf{
    float:right;
    width:40%;
    max-width:175px;
    min-width:125px;
    margin:2px 0 8px 12px;
  }
  .article-main-v155 .article-copy h2.article-section-heading-v211{
    margin-top:22px;
    padding-top:3px;
  }
}
@media(max-width:420px){
  .article-photo-match-pdf{
    width:42%;
    max-width:155px;
    min-width:115px;
    margin-left:10px;
  }
}


/* v212 — interactive Journal comments */
.article-comments-v155.article-comments-live{
  min-height:0;
  padding:20px;
  background:#fffdf8;
  border:1px solid #8a7a4e;
}
.comments-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(138,122,78,.35);
}
.article-comments-v155.article-comments-live h2{
  margin:0 0 4px;
  font-size:1.35rem;
  font-weight:700;
  font-variant:normal;
}
.comments-intro,.comments-guideline,.comments-status,.comments-empty{
  margin:0;
  color:#65594e;
  font-family:Georgia,'Times New Roman',serif;
  font-size:.94rem;
  line-height:1.45;
}
.comments-count{
  white-space:nowrap;
  color:#65594e;
  font-size:.88rem;
  padding-top:4px;
}
.comments-form{padding:18px 0 20px;border-bottom:1px solid rgba(138,122,78,.35)}
.comments-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.comments-form label{display:block;font-family:Georgia,'Times New Roman',serif;color:#332b22;font-size:.94rem}
.comments-form label>span{display:block;margin:0 0 6px;font-weight:700}
.comments-form label b{color:#694a70}
.comments-form input,.comments-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #a99872;
  border-radius:0;
  background:#fff;
  color:#2f2923;
  font:inherit;
  padding:11px 12px;
  outline:none;
}
.comments-form input:focus,.comments-form textarea:focus{
  border-color:#694a70;
  box-shadow:0 0 0 2px rgba(105,74,112,.14);
}
.comments-message{margin-top:14px}
.comments-form-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:12px}
.comments-submit{
  flex:0 0 auto;
  border:1px solid #233b27;
  background:#294c2e;
  color:#fff;
  padding:10px 17px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:.95rem;
  cursor:pointer;
}
.comments-submit:hover,.comments-submit:focus{background:#1f3d24}
.comments-submit[disabled]{opacity:.58;cursor:wait}
.comments-status{min-height:1.3em;margin-top:10px}
.comments-status.is-error{color:#8b2e2e}
.comments-status.is-success{color:#2d6335}
.comments-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.comments-list{padding-top:6px}
.comments-empty{padding:16px 0 4px;font-style:italic}
.comment-item{padding:16px 0;border-bottom:1px solid rgba(138,122,78,.26)}
.comment-item:last-child{border-bottom:0}
.comment-meta{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:6px}
.comment-author{font-family:Georgia,'Times New Roman',serif;font-size:1rem;font-weight:700;color:#2e4a32}
.comment-date{font-size:.82rem;color:#776b5e}
.comment-body{margin:0;color:#332b22;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}
@media(max-width:700px){
  .article-comments-v155.article-comments-live{padding:16px 14px}
  .comments-heading-row{display:block}
  .comments-count{display:block;margin-top:8px}
  .comments-form-grid{grid-template-columns:1fr}
  .comments-form-footer{align-items:flex-start;flex-direction:column}
  .comments-submit{width:100%;padding:12px 16px}
}


/* v213 — Herbal Roundtable replay embeds */
.roundtable-page .roundtable-video-embed{
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:#111;
}
.roundtable-page .roundtable-video-embed iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}


/* v217 — article + monograph discovery cards: full copy panel is the link */
.journal-card-copy-link-v217{
  display:block;
  min-height:100%;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.journal-v153-article-copy,
.library-card-copy{
  padding:0;
}
.journal-v153-article-copy .journal-card-copy-link-v217{
  padding:10px 10px 9px;
}
.library-card-copy .journal-card-copy-link-v217{
  padding:22px;
}
.library-popular.category-popular .library-card-copy .journal-card-copy-link-v217{
  min-height:115px;
  padding:10px 10px 8px;
}
.journal-card-copy-link-v217:hover,
.journal-card-copy-link-v217:focus-visible{
  background:rgba(190,160,103,.10);
  outline:2px solid rgba(168,136,70,.55);
  outline-offset:-2px;
}

/* Article category/search directory: only the panel below the image is clickable. */
.article-directory-card{
  display:flex;
  flex-direction:column;
}
.article-directory-card-link{
  display:block;
  height:auto;
  color:inherit;
  text-decoration:none;
  transition:transform .22s ease;
}
.article-directory-card-link:hover,
.article-directory-card-link:focus-visible{
  transform:translateY(-3px);
}
.article-directory-card-link:hover .article-directory-card-copy,
.article-directory-card-link:focus-visible .article-directory-card-copy{
  border-color:#a88846;
  background:#fffaf0;
}
.article-directory-read{display:none !important;}

/* Plant/monograph directory: only the information panel below the image is clickable. */
.plant-directory-card{
  display:flex;
  flex-direction:column;
  color:#28241f;
  background:#fffaf2;
  border:1px solid rgba(168,136,70,.72);
  box-shadow:0 12px 28px rgba(55,41,21,.10);
  overflow:hidden;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.plant-directory-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 38px rgba(55,41,21,.17);
  border-color:#c69c45;
}
.plant-card-copy-link-v217{
  display:block;
  flex:1;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.plant-card-copy-link-v217 .plant-card-copy{
  min-height:100%;
}
.plant-card-copy-link-v217:hover,
.plant-card-copy-link-v217:focus-visible{
  background:#fff4dd;
  outline:2px solid rgba(168,136,70,.55);
  outline-offset:-2px;
}
.plant-card-link{display:none !important;}

/* v218 — Journal popular article panels match category-card interaction */
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217{
  display:block;
  width:100%;
  min-height:100%;
  margin-top:0;
  padding:10px 10px 9px;
  color:#111;
  text-align:center;
  text-decoration:none !important;
}
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217 h3,
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217 p{
  text-align:center;
  text-decoration:none !important;
}
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217:hover,
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217:focus-visible,
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217:hover h3,
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217:hover p,
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217:focus-visible h3,
.journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217:focus-visible p{
  text-decoration:none !important;
}
@media(max-width:700px){
  .journal-v153-popular .journal-v153-article-copy .journal-card-copy-link-v217{
    padding:9px 7px 8px;
  }
}

/* v219 — Mobile hero crop: keep desktop unchanged and remove excess image below search */
@media (max-width:760px){
  .library-topic-page .category-page-hero{
    min-height:380px !important;
    padding:76px 20px 28px !important;
    align-items:center !important;
  }
  .journal-v153-hero{
    min-height:380px !important;
    padding:52px 18px 28px !important;
  }
}
@media (max-width:480px){
  .journal-v153-hero{
    min-height:380px !important;
    padding:52px 18px 28px !important;
  }
}

/* v220 — Center all Popular Articles card copy on category pages. */
.library-popular.category-popular .library-card-copy .journal-card-copy-link-v217,
.library-popular.category-popular .library-card-copy .journal-card-copy-link-v217 h3,
.library-popular.category-popular .library-card-copy .journal-card-copy-link-v217 p {
  text-align: center !important;
}
.library-popular.category-popular .library-card-copy .journal-card-copy-link-v217 p {
  margin-left: auto;
  margin-right: auto;
}

/* v221 — Contact page mobile spacing corrections only */
@media (max-width: 640px){
  /* Bring Support Hours closer to the top of the contact section. */
  .contact-content{
    padding-top:18px !important;
  }

  /* Keep clear visual separation between the support card and circular artwork. */
  .contact-content .support-column{
    gap:30px !important;
  }
  .contact-content .support-hours{
    margin-top:0 !important;
  }
  .contact-content .support-art{
    margin:0 auto !important;
  }

  /* Reduce the oversized space before the FAQ / “Still Unsure?” section. */
  .contact-faq-prompt{
    margin-top:32px !important;
    margin-bottom:32px !important;
  }
}

/* v222 — Contact mobile support spacing: tighter top, guaranteed artwork clearance */
@media (max-width: 640px){
  .contact-content{
    padding-top:6px !important;
  }
  .contact-content .support-column{
    gap:0 !important;
  }
  .contact-content .support-hours{
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  .contact-content .support-art{
    margin:22px auto 0 !important;
    padding:0 !important;
  }
}


/* v223 — Contact: remove support artwork everywhere; normalize mobile box spacing */
.contact-content .support-art{display:none !important;}
@media (max-width:640px){
  .contact-content{padding-top:6px !important;}
  .contact-content .contact-shell{gap:22px !important;}
  .contact-content .support-column{gap:0 !important;}
  .contact-content .support-hours{margin:0 !important;}
  .contact-content .contact-form-panel{margin:0 !important;}
}


/* v224 — Contact mobile: force Support Hours and message form into separate flow blocks */
@media (max-width:640px){
  .contact-content{
    padding-top:6px !important;
  }

  .contact-content .contact-shell{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    width:100% !important;
  }

  .contact-content .support-column{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    position:static !important;
    transform:none !important;
  }

  .contact-content .support-hours{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    margin:0 !important;
    position:static !important;
    transform:none !important;
    box-sizing:border-box !important;
  }

  .contact-content .contact-form-panel{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    margin:28px 0 0 !important;
    position:static !important;
    transform:none !important;
    clear:both !important;
    box-sizing:border-box !important;
  }
}

/* v225 — Our Story: center hero artwork on mobile only */
@media (max-width:760px){
  .story-v2-hero{background-position:center center !important;}
}
@media (max-width:430px){
  .story-v2-hero{background-position:center center !important;}
}


/* v226 — mobile monograph flow: gallery, plant name, quick-reference card, article content */
.monograph-mobile-title{display:none;}
@media(max-width:650px){
  .monograph-editorial-layout .monograph-mobile-title{
    display:block;
    order:-3;
    text-align:center;
    padding:.15rem 0 1rem;
  }
  .monograph-editorial-layout .monograph-sidebar-primary{
    display:contents;
  }
  .monograph-editorial-layout .monograph-redesign-gallery{
    order:-4;
    grid-column:1/-1;
  }
  .monograph-editorial-layout .monograph-quick-card{
    order:-2;
    grid-column:1/-1;
  }
  .monograph-editorial-layout .monograph-redesign-content > .monograph-redesign-title{
    display:none;
  }
}

/* v227 — mobile-only alignment corrections: article header, Book Club intro, Our Story intro */
@media(max-width:700px){
  /* Article title/date/byline/read time align with article body on mobile. */
  .article-header-v155 h1{
    text-align:left !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .article-meta-row-v155{
    align-items:flex-start !important;
    text-align:left !important;
  }
  .article-byline-v155{
    justify-content:flex-start !important;
    text-align:left !important;
  }
  .article-read-time-v155{
    text-align:left !important;
  }
}

@media(max-width:560px){
  /* Center only the A Look Inside / Welcome text beside the Book Club video on mobile. */
  .book-club-intro-copy-v146,
  .book-club-intro-copy-v146 .eyebrow,
  .book-club-intro-copy-v146 h2,
  .book-club-intro-copy-v146 p:not(.eyebrow){
    text-align:center !important;
  }
}

@media(max-width:760px){
  /* Center the full Meet Heather introduction on mobile. */
  .story-v2-copy,
  .story-v2-copy .story-v2-kicker,
  .story-v2-copy h2,
  .story-v2-copy .story-v2-roles,
  .story-v2-copy > p:last-child{
    text-align:center !important;
  }
}

/* v228 — AdSense in the designated Journal article ad slot only */
.article-ad-v155[data-block="adsense"] .article-ad-label{
  display:block;
  margin:0 0 8px;
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-align:center;
  opacity:.68;
}
.article-ad-v155[data-block="adsense"] .adsbygoogle{
  width:100%;
  min-height:90px;
}


/* v231 — modular Study Companion */
.article-study-companion-v231{
  box-sizing:border-box;
  width:100%;
  margin:0 0 14px;
  padding:16px;
  border:1px solid #8a7a4e;
  background:#f4d6cb;
  color:#3c3328;
  font-family:Georgia,'Times New Roman',serif;
}
.article-study-companion-v231 h2{
  margin:0 0 4px;
  color:#332b22;
  font-size:1.18rem;
  font-weight:700;
  font-variant:small-caps;
}
.study-companion-intro-v231{
  margin:0 0 13px;
  line-height:1.4;
}
.study-companion-grid-v231{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:10px;
}
.study-companion-resource-v231{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:12px;
  border:1px solid rgba(138,122,78,.55);
  background:rgba(255,255,255,.68);
}
.study-companion-type-v231{
  margin:0 0 5px;
  color:#6c5836;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.study-companion-resource-v231 h3{
  margin:0 0 6px;
  color:#332b22;
  font-size:1.02rem;
  line-height:1.22;
}
.study-companion-description-v231{
  margin:0 0 10px;
  font-size:.94rem;
  line-height:1.38;
}
.study-companion-link-v231{
  margin-top:auto;
  color:#23402a;
  font-weight:700;
  text-decoration:none;
}
.study-companion-link-v231:hover,
.study-companion-link-v231:focus-visible{
  text-decoration:underline;
}
#january-roundtable,
#tempered-tinctures{
  scroll-margin-top:calc(var(--header, 72px) + 18px);
}
@media(max-width:700px){
  .article-study-companion-v231{
    padding:14px;
  }
  .study-companion-grid-v231{
    grid-template-columns:1fr;
  }
}


/* v233 — Study Companion normal-flow lock
   The site has an older generic `aside { position: sticky; }` rule used by
   legacy Journal sidebars. Study Companion is an <aside> inside the article
   body, so explicitly keep ONLY this component in normal document flow. */
.master-article-content .article-study-companion-v231,
.article-main-v155 .article-study-companion-v231,
.article-study-companion-v231{
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  inset: auto !important;
  display: block !important;
  align-self: auto !important;
  float: none !important;
  clear: both !important;
  z-index: auto !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
}

/* ============================================================
   BOOK OF SHADOWS ENTRY TEMPLATE — v237
   Public/indexable HTML entry with optional free/paid printable.
   ============================================================ */
.bos-entry-body{background:#17140f url('../assets/images/bos-entry-background.webp') center top/cover fixed no-repeat;color:#30281f}
.bos-entry-shell{padding:clamp(3rem,7vw,7rem) 1.25rem;min-height:100vh}
.bos-entry-page{width:min(1040px,100%);margin:0 auto;background:#fbf8f0;border:1px solid rgba(69,49,31,.25);border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.58),0 8px 24px rgba(26,18,11,.32);padding:clamp(2rem,5vw,5rem)}
.bos-entry-heading{text-align:center;margin-bottom:2rem}.bos-ornament{font-size:1.2rem;letter-spacing:.55rem;margin:0 0 .65rem;color:#5f4a39}.bos-entry-heading h1{margin:.15rem 0;font-size:clamp(2.35rem,5vw,4.3rem);font-weight:500;line-height:1.05}.bos-entry-tags{text-transform:uppercase;letter-spacing:.2em;font-size:.82rem;font-weight:700}
.bos-entry-hero{margin:2rem 0 1.5rem}.bos-entry-hero img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:16px}.bos-entry-intro{max-width:850px;margin:0 auto 2.25rem;font-size:1.1rem;line-height:1.7}
.bos-at-a-glance{border:1px solid #c9bca8;border-radius:10px;padding:1.2rem 1.4rem;margin:2rem 0 2.5rem}.bos-at-a-glance>h2{text-align:center;text-transform:uppercase;letter-spacing:.12em;font-size:.9rem;margin:0 0 1rem}.bos-glance-grid{display:grid;grid-template-columns:repeat(5,1fr)}.bos-glance-grid>div{text-align:center;padding:.55rem 1rem;border-right:1px solid #c9bca8}.bos-glance-grid>div:last-child{border-right:0}.bos-glance-grid span,.bos-glance-grid strong{display:block}.bos-glance-grid span{text-transform:uppercase;font-size:.7rem;font-weight:700;letter-spacing:.08em;margin-bottom:.45rem}.bos-glance-grid strong{font-size:.95rem;font-weight:500}
.bos-working-grid{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.6fr);gap:2.5rem;margin:1rem 0 2.5rem}.bos-materials{padding-right:2rem;border-right:1px solid #9f917f}.bos-working-grid h2,.bos-notes h2{text-transform:uppercase;letter-spacing:.08em;font-size:1rem;margin:0 0 1rem}.bos-materials ul{margin:0;padding-left:1.35rem;line-height:1.65}.bos-materials li+li{margin-top:.55rem}.bos-working-copy{line-height:1.72}.bos-working-copy p{margin:0 0 1rem}.bos-working-copy p:last-child{margin-bottom:0}
.bos-download-card{margin:2.5rem 0 2.75rem;border:1px solid #c9bca8;border-radius:10px;background:#f5f0e7;padding:1.5rem 1.75rem;display:grid;grid-template-columns:minmax(130px,190px) minmax(0,1fr);align-items:center;gap:2rem;box-shadow:0 12px 28px rgba(55,40,26,.12);text-align:center}.bos-download-preview{display:flex;align-items:center;justify-content:center}.bos-download-preview img{display:block;width:100%;max-width:165px;height:auto;max-height:215px;object-fit:cover;border-radius:7px;box-shadow:0 8px 18px rgba(45,32,22,.18)}.bos-download-copy{max-width:620px;margin:0 auto}.bos-download-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;margin:0 0 .35rem}.bos-download-card h2{font-size:1.25rem;margin:.15rem 0 .45rem}.bos-download-card p{margin:.35rem auto;line-height:1.55}.bos-download-meta{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:#6a5b4c}.bos-download-button,.gwc-paid-download{display:inline-flex;align-items:center;justify-content:center;text-align:center;background:#35233d;color:#fff!important;text-decoration:none;padding:.85rem 1.15rem;border:1px solid #35233d;white-space:nowrap;text-transform:uppercase;letter-spacing:.07em;font-size:.76rem;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;margin-top:.7rem}.bos-download-button:hover,.gwc-paid-download:hover{background:#4a3155;transform:translateY(-1px);box-shadow:0 7px 16px rgba(53,35,61,.18)}
.bos-notes{border-top:1px solid #b9aa97;border-bottom:1px solid #b9aa97;padding:1.7rem 0;margin-top:2rem}.bos-notes>h2{text-align:center}.bos-notes-grid{display:grid;grid-template-columns:repeat(4,1fr)}.bos-notes-grid>div{text-align:center;padding:0 1.25rem;border-right:1px solid #d3c8b8}.bos-notes-grid>div:last-child{border-right:0}.bos-notes-grid h3{text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}.bos-notes-grid p{font-size:.9rem;line-height:1.55}
.bos-entry-pagination{display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:1rem;margin-top:2rem}.bos-entry-pagination a{color:#4a3155;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.bos-entry-pagination a:nth-child(2){text-align:center}.bos-entry-pagination a:last-child{text-align:right}
@media(max-width:760px){.bos-entry-body{background-attachment:scroll;background-position:center top}.bos-entry-shell{padding:1.25rem .7rem 3rem}.bos-entry-page{padding:2rem 1.2rem;border-radius:12px}.bos-glance-grid{grid-template-columns:repeat(2,1fr)}.bos-glance-grid>div{border-right:0;border-bottom:1px solid #d7ccbd;padding:.8rem}.bos-glance-grid>div:last-child{grid-column:1/-1;border-bottom:0}.bos-working-grid{grid-template-columns:1fr;gap:2rem}.bos-materials{padding-right:0;padding-bottom:1.5rem;border-right:0;border-bottom:1px solid #9f917f}.bos-download-card{grid-template-columns:1fr;gap:1.25rem;padding:1.35rem}.bos-download-preview img{max-width:145px}.bos-download-button{width:100%;white-space:normal}.bos-notes-grid{grid-template-columns:1fr 1fr}.bos-notes-grid>div{border-right:0;border-bottom:1px solid #d3c8b8;padding:1rem}.bos-entry-pagination{grid-template-columns:1fr 1fr}.bos-entry-pagination a:nth-child(2){grid-column:1/-1;grid-row:1;text-align:center}.bos-entry-pagination a:first-child{text-align:left}.bos-entry-pagination a:last-child{text-align:right}}

/* BOS download card must remain in normal document flow.
   Overrides the legacy global Journal `aside { position: sticky; }` rule. */
.bos-download-card{
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  inset: auto !important;
  align-self: auto !important;
  float: none !important;
  clear: both !important;
  z-index: auto !important;
  transform: none;
}

.bos-practitioner-note{margin:1.5rem 0 2.25rem;padding:1.35rem 1.5rem;border:1px solid #c9bca8;border-radius:10px;background:#f5f0e7;box-shadow:0 8px 20px rgba(55,40,26,.08)}.bos-practitioner-note h2{text-transform:uppercase;letter-spacing:.08em;font-size:1rem;margin:0 0 .65rem}.bos-practitioner-note p{margin:0;line-height:1.7}
.bos-materials h3{margin:1.35rem 0 .65rem;text-transform:uppercase;letter-spacing:.07em;font-size:.82rem}


/* v241 BOS entry refinements: download hover, mobile order/spacing, pagination */
.bos-download-button,.gwc-paid-download{
  background:#35233d;
  color:#fff!important;
  border-color:#b49353;
  transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease;
}
.bos-download-button:hover,.bos-download-button:focus-visible,.gwc-paid-download:hover,.gwc-paid-download:focus-visible{
  background:var(--gold,#b49353);
  color:#21181f!important;
  border-color:#35233d;
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(53,35,61,.22);
}
.bos-pagination-placeholder{
  color:#8c8175;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.78rem;
  font-weight:700;
  opacity:.42;
}
.bos-pagination-placeholder:last-child{text-align:right}
@media(max-width:760px){
  /* Keep the BOS page fully below the fixed navigation and leave a visible
     strip of parchment between the nav and the cream page on mobile. */
  .bos-entry-shell{padding:calc(var(--header) + 1rem) 1.15rem 3rem;}
  .bos-entry-page{width:100%;padding:2rem 1.15rem;border-radius:12px;}
  .bos-materials{display:flex;flex-direction:column;}
  .bos-spell-uses{order:1;margin-bottom:1.5rem;}
  .bos-tools-block{order:2;}
  .bos-materials .bos-spell-uses h3{margin-top:0;}
  .bos-entry-pagination{grid-template-columns:1fr 1fr;row-gap:1rem;}
  .bos-entry-pagination>a:nth-child(2){grid-column:1/-1;grid-row:1;text-align:center;}
  .bos-pagination-placeholder:first-child,.bos-pagination-prev{grid-column:1;grid-row:2;text-align:left;}
  .bos-pagination-placeholder:last-child,.bos-pagination-next{grid-column:2;grid-row:2;text-align:right;}
}
@media(max-width:420px){
  .bos-entry-shell{padding-left:1rem;padding-right:1rem;}
  .bos-entry-page{padding-left:1rem;padding-right:1rem;}
}

/* v245 — Universal paid-download checkout drawer (bottom-right slide-up) */
.gwc-checkout-open{overflow:hidden}
.gwc-checkout-drawer-root[hidden]{display:none!important}
.gwc-checkout-drawer-root{position:fixed;inset:0;z-index:10050;pointer-events:none}
.gwc-checkout-backdrop{position:absolute;inset:0;background:rgba(28,22,16,.2);opacity:0;transition:opacity .24s ease;pointer-events:auto}
.gwc-checkout-drawer{position:absolute;right:22px;bottom:18px;width:min(500px,calc(100vw - 44px));max-height:min(82vh,760px);overflow:auto;background:#fffdf8;border:1px solid rgba(180,147,83,.72);border-radius:18px 18px 8px 18px;box-shadow:0 24px 70px rgba(27,20,14,.32),0 6px 18px rgba(27,20,14,.16);transform:translateY(calc(100% + 34px));opacity:0;transition:transform .28s cubic-bezier(.22,.8,.26,1),opacity .22s ease;pointer-events:auto;color:#2d241d;outline:none}
.gwc-checkout-drawer-root.is-open .gwc-checkout-backdrop{opacity:1}
.gwc-checkout-drawer-root.is-open .gwc-checkout-drawer{transform:translateY(0);opacity:1}
.gwc-checkout-header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px 15px;background:linear-gradient(180deg,#fffdf8 86%,rgba(255,253,248,.94));border-bottom:1px solid rgba(180,147,83,.32)}
.gwc-checkout-kicker{margin:0 0 3px;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:800;color:#6f2f3d}
.gwc-checkout-header h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:1.28rem;color:#332b22}
.gwc-checkout-price{margin:3px 0 0;font-weight:700;color:#56613a}
.gwc-checkout-close{border:0;background:#f0dfb5;color:#332b22;width:34px;height:34px;border-radius:50%;font:700 1.35rem/1 Georgia,serif;cursor:pointer;transition:transform .18s ease,background .18s ease}
.gwc-checkout-close:hover,.gwc-checkout-close:focus-visible{background:#dfc17c;transform:translateY(-1px)}
.gwc-checkout-body{padding:14px 18px 18px}
.gwc-checkout-status{padding:22px 12px;text-align:center;font-family:Georgia,'Times New Roman',serif;color:#5f5044}
.gwc-embedded-checkout{min-height:80px}
.gwc-checkout-fallback,.gwc-checkout-success{text-align:center;padding:18px 12px 10px}
.gwc-checkout-fallback p,.gwc-checkout-success p{line-height:1.5}
.gwc-checkout-fallback-link,.gwc-checkout-done{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:.82rem 1.1rem;border:1px solid #35233d;background:#35233d;color:#fff!important;text-decoration:none;text-transform:uppercase;letter-spacing:.07em;font-size:.74rem;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}
.gwc-checkout-fallback-link:hover,.gwc-checkout-fallback-link:focus-visible,.gwc-checkout-done:hover,.gwc-checkout-done:focus-visible{background:#b49353;border-color:#b49353;transform:translateY(-1px);box-shadow:0 8px 18px rgba(53,35,61,.18)}
.gwc-checkout-success-mark{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 10px;border-radius:50%;background:#56613a;color:#fff;font-size:1.4rem;font-weight:800}
.gwc-checkout-success h3{margin:.2rem 0 .4rem;font-family:Georgia,'Times New Roman',serif;color:#332b22}
@media(max-width:700px){
  .gwc-checkout-drawer{right:10px;bottom:10px;width:calc(100vw - 20px);max-height:86vh;border-radius:16px 16px 7px 7px}
  .gwc-checkout-header{padding:15px 16px 13px}
  .gwc-checkout-body{padding:10px 12px 14px}
}
@media(prefers-reduced-motion:reduce){
  .gwc-checkout-backdrop,.gwc-checkout-drawer{transition:none}
}
