
:root{
  --bg:#f7f0e6;
  --paper:#fffaf3;
  --ink:#221813;
  --espresso:#3b251a;
  --coffee:#6f4731;
  --caramel:#cda982;
  --latte:#e7d3bd;
  --muted:#75695f;
  --line:#dfd1c1;
  --soft:#efe5d9;
  --max:1180px;
  --shadow:0 22px 70px rgba(52,31,20,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.serif,h1,h2,h3,.quote{font-family:Georgia,"Times New Roman",serif}
.eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:900;color:var(--coffee)}
.muted{color:var(--muted)}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(247,240,230,.91);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(223,209,193,.8);
}
.navbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:11px;font-family:Georgia,serif;font-weight:700;letter-spacing:.02em}
.logo-icon{width:41px;height:41px;border-radius:14px;background:var(--espresso);display:grid;place-items:center;color:#fff;font-size:18px;box-shadow:0 8px 20px rgba(59,37,26,.18)}
.logo span:last-child{font-size:15px}
.nav-links{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:800}
.nav-links>a{opacity:.78;transition:.2s ease}
.nav-links>a:hover,.nav-links>a.active{opacity:1}
.nav-pill{border:1px solid var(--coffee);padding:10px 15px;border-radius:999px}
.menu-btn{display:none;border:0;background:transparent;color:var(--ink);font-size:27px}
.hero{padding:60px 0 30px}
.hero-card{
  min-height:650px;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  background:var(--espresso);
  box-shadow:var(--shadow);
}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(17,10,7,.89) 0%,rgba(28,16,10,.78) 38%,rgba(25,14,9,.28) 68%,rgba(20,12,8,.12) 100%);
}
.hero-content{position:relative;z-index:2;color:#fff;width:min(690px,68%);padding:88px 70px}
.hero .eyebrow{color:#e7c7a6}
h1,h2,h3{margin:0;line-height:1.03}
h1{font-size:clamp(50px,7.6vw,94px);letter-spacing:-.047em}
h2{font-size:clamp(36px,5vw,62px);letter-spacing:-.037em}
h3{font-size:27px;letter-spacing:-.02em}
.hero-lede{font-size:19px;max-width:610px;margin:24px 0 0;color:rgba(255,255,255,.82)}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:999px;font-weight:900;font-size:13px;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-light{background:#f2d6b7;color:var(--ink)}
.btn-ghost-light{border-color:rgba(255,255,255,.55);color:#fff}
.btn-dark{background:var(--espresso);color:#fff}
.btn-outline{border-color:var(--espresso);color:var(--espresso)}
.section{padding:84px 0}
.section-tight{padding:46px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:28px}
.section-head p{max-width:520px;margin:0;color:var(--muted)}
.daily-thought{text-align:center;padding:72px 0 62px}
.daily-thought .quote{font-size:clamp(34px,5vw,58px);line-height:1.12;letter-spacing:-.034em;max-width:850px;margin:16px auto 0}
.quote-mark{font-family:Georgia,serif;font-size:52px;height:35px;color:var(--coffee)}
.rule{width:72px;height:1px;background:var(--coffee);margin:28px auto}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.category-card{
  background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;
  box-shadow:0 10px 35px rgba(52,31,20,.05);transition:.2s ease
}
.category-card:hover{transform:translateY(-3px);box-shadow:0 17px 42px rgba(52,31,20,.09)}
.category-card img{width:100%;height:142px;object-fit:cover}
.category-copy{padding:17px}
.category-copy h3{font-size:21px}
.category-copy p{font-size:13px;color:var(--muted);margin:8px 0 12px}
.mini-link{font-size:12px;font-weight:900;color:var(--coffee)}
.feature{
  display:grid;grid-template-columns:1.03fr .97fr;gap:0;background:var(--espresso);border-radius:30px;overflow:hidden;color:#fff
}
.feature-image{min-height:440px;background:url('/assets/images/v45-16.webp') center/cover no-repeat}
.feature-copy{padding:54px}
.feature-copy .eyebrow{color:#e5bf99}
.feature-copy p{color:rgba(255,255,255,.76);font-size:18px}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.story-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.story-card img{height:205px;width:100%;object-fit:cover}
.story-body{padding:23px}
.story-body h3{font-size:25px}
.story-body p{color:var(--muted);margin:10px 0}
.coffee-band{
  background:linear-gradient(135deg,#e6d1ba 0%,#f5eade 55%,#d9b896 100%);
  border-radius:32px;padding:52px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center
}
.coffee-band img{border-radius:24px;width:100%;height:350px;object-fit:cover;box-shadow:var(--shadow)}
.instagram-band{background:#27170f;color:#fff;padding:38px 0}
.instagram-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.instagram-wrap p{margin:4px 0 0;color:rgba(255,255,255,.7)}
.page-hero{padding:92px 0 46px}
.page-hero h1{font-size:clamp(54px,7vw,82px);max-width:920px}
.page-hero .intro{font-size:20px;color:var(--muted);max-width:780px;margin:22px 0 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.info-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:30px}
.info-card h3{font-size:26px}
.number{font-family:Georgia,serif;font-size:44px;color:var(--caramel)}
.start-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.start-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:25px}
.start-card .icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--soft);margin-bottom:18px;font-size:18px}
.what-list{display:grid;gap:0}
.what-list div{padding:17px 0;border-bottom:1px solid var(--line);display:flex;gap:13px}
.what-list b{min-width:145px}
.filter-bar{
  display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:26px
}
.search-box{
  flex:1;min-width:240px;border:1px solid var(--line);background:var(--paper);border-radius:999px;
  padding:12px 16px;color:var(--ink)
}
.filter-btn{border:1px solid var(--line);background:transparent;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800;color:var(--ink)}
.filter-btn.active{background:var(--espresso);color:#fff;border-color:var(--espresso)}
.thought-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.thought-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.thought-card img{width:100%;height:215px;object-fit:cover}
.thought-body{padding:24px}
.tag{display:inline-block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:var(--coffee);margin-bottom:12px}
.thought-body h3{font-size:27px}
.thought-body p{color:var(--muted)}
.hidden-card{display:none!important}
.prose{width:min(calc(100% - 40px),780px);margin:0 auto;padding:44px 0 110px}
.prose p{font-size:19px;color:#4e433c}
.prose h2{font-size:39px;margin-top:54px}
.prose .pullquote{
  margin:38px 0;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  font-family:Georgia,serif;font-size:34px;line-height:1.2;color:var(--espresso)
}
.article-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;color:var(--muted);font-size:13px}
.about-visual{border-radius:28px;overflow:hidden;min-height:470px;background:url('/assets/images/v45-24.webp') center/cover no-repeat;position:relative}
.about-note{position:absolute;left:26px;right:26px;bottom:26px;background:rgba(255,250,243,.88);backdrop-filter:blur(10px);border-radius:18px;padding:22px;font-family:Georgia,serif;font-size:24px}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}
.contact-panel,.form-panel{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:32px}
.contact-item{padding:17px 0;border-bottom:1px solid var(--line)}
.contact-item:last-child{border:0}
.field{display:grid;gap:7px;margin-bottom:15px}
label{font-size:12px;font-weight:900}
input,textarea{width:100%;border:1px solid var(--line);background:#fffdf9;color:var(--ink);border-radius:13px;padding:13px}
textarea{min-height:145px;resize:vertical}
.small{font-size:12px;color:var(--muted)}
.site-footer{background:#21130c;color:#fff;padding:52px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}
.footer-title{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#ddb992;margin-bottom:14px}
.footer-links{display:grid;gap:9px;font-size:13px;color:rgba(255,255,255,.72)}
.footer-brand p{max-width:380px;color:rgba(255,255,255,.68);font-size:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;color:rgba(255,255,255,.48);font-size:12px}
.not-found{min-height:70vh;display:grid;place-items:center;text-align:center;padding:60px 20px}
.not-found h1{font-size:100px}
@media (max-width:980px){
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .category-card:last-child{grid-column:span 2}
  .start-grid{grid-template-columns:repeat(2,1fr)}
  .thought-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  .menu-btn{display:block}
  .nav-links{
    display:none;position:absolute;left:0;right:0;top:76px;background:var(--bg);border-bottom:1px solid var(--line);
    padding:20px;flex-direction:column;align-items:flex-start
  }
  .nav-links.open{display:flex}
  .hero-card{min-height:620px}
  .hero-content{width:100%;padding:70px 34px}
  .hero-card:after{background:linear-gradient(90deg,rgba(17,10,7,.9),rgba(17,10,7,.56))}
  .feature,.coffee-band,.two-col,.contact-layout{grid-template-columns:1fr}
  .feature-image{min-height:310px}
  .section-head{display:block}
  .section-head p{margin-top:12px}
  .instagram-wrap{display:block}
  .instagram-wrap .btn{margin-top:18px}
}
@media (max-width:620px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .hero{padding-top:24px}
  .hero-card{border-radius:24px;min-height:650px}
  .hero-content{padding:56px 24px}
  .hero-photo{object-position:45% center}
  .hero-lede{font-size:17px}
  .section{padding:64px 0}
  .category-grid,.start-grid,.thought-grid,.story-grid,.footer-grid{grid-template-columns:1fr}
  .category-card:last-child{grid-column:auto}
  .category-card img,.thought-card img{height:200px}
  .feature-copy,.coffee-band{padding:26px}
  .coffee-band img{height:260px}
  .page-hero{padding-top:62px}
  .what-list div{display:block}
  .what-list b{display:block;margin-bottom:5px}
  .not-found h1{font-size:72px}
}


/* =========================
   V4 — VISUAL ARTICLE PAGES
   ========================= */
.article-visual-wrap{
  width:min(calc(100% - 40px),1050px);
  margin:0 auto 10px;
}
.article-hero-image{
  width:100%;
  height:clamp(300px,48vw,560px);
  object-fit:cover;
  border-radius:28px;
  box-shadow:var(--shadow);
  border:1px solid rgba(223,209,193,.72);
}
.article-image-caption{
  margin:10px 6px 0;
  font-size:12px;
  color:var(--muted);
  text-align:center;
}
.article-inline-visual{
  margin:42px 0;
}
.article-inline-visual img{
  width:100%;
  max-height:470px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 16px 45px rgba(52,31,20,.10);
}
.article-inline-visual figcaption{
  margin-top:10px;
  text-align:center;
  font-size:12px;
  color:var(--muted);
}
.related-thoughts{
  width:min(calc(100% - 40px),1050px);
  margin:0 auto 100px;
}
.related-thoughts .story-grid{
  margin-top:24px;
}
.article-page-hero{
  padding-bottom:28px;
}
@media (max-width:620px){
  .article-visual-wrap,
  .related-thoughts{width:min(calc(100% - 24px),1050px)}
  .article-hero-image{border-radius:20px;height:320px}
  .article-inline-visual img{border-radius:18px}
}


/* =========================
   V8 — COLLABORATION CONTACT
   ========================= */
.collab-panel{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:24px;
  padding:34px;
}
.collab-panel h2{
  max-width:620px;
}
.collab-intro{
  color:var(--muted);
  font-size:17px;
  max-width:690px;
  margin:14px 0 26px;
}
.collab-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.collab-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdf9;
}
.collab-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--soft);
  color:var(--espresso);
  font-weight:900;
}
.collab-item h3{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.25;
  letter-spacing:0;
  margin:0 0 6px;
}
.collab-item p{
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  margin:0;
}
.collab-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.collab-note{
  color:var(--muted);
  font-size:12px;
  margin:18px 0 0;
}
@media (max-width:720px){
  .collab-grid{
    grid-template-columns:1fr;
  }
  .collab-panel{
    padding:25px;
  }
  .collab-actions .btn{
    width:100%;
  }
}


/* =========================
   V10 — LOGO FIX / BRAND LOCKUP
   ========================= */
.brand-logo-link{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.brand-logo-header{
  width:245px;
  height:56px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.footer-logo-card{
  display:inline-flex;
  align-items:center;
  background:var(--bg);
  padding:12px 16px;
  border-radius:18px;
  margin-bottom:14px;
}
.footer-brand-logo{
  width:min(310px,100%);
  height:auto;
  display:block;
}
.brand-identity-panel{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:26px;
  padding:34px;
  text-align:center;
  box-shadow:0 10px 35px rgba(52,31,20,.05);
}
.about-brand-logo{
  width:min(620px,100%);
  height:auto;
  display:block;
  margin:18px auto 10px;
}
@media (max-width:980px){
  .brand-logo-header{
    width:220px;
  }
}
@media (max-width:620px){
  .brand-logo-header{
    width:175px;
    height:48px;
  }
  .brand-identity-panel{
    padding:22px;
  }
  .footer-logo-card{
    width:100%;
  }
}


/* =========================
   V11 — PROFESSIONAL HEADER / FOOTER
   ========================= */

/* Header */
.site-header{
  background:rgba(247,240,230,.96);
  border-bottom:1px solid rgba(111,71,49,.14);
  box-shadow:0 1px 0 rgba(255,255,255,.55);
}
.navbar{
  min-height:72px;
  gap:30px;
}
.site-brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  flex:0 0 auto;
  min-width:0;
}
.site-brand-mark{
  width:34px;
  height:34px;
  object-fit:contain;
  display:block;
}
.site-brand-text{
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  font-weight:700;
  letter-spacing:.045em;
  color:var(--ink);
  white-space:nowrap;
}
.nav-links{
  gap:24px;
  font-size:13px;
}
.nav-pill{
  padding:10px 15px;
  border-color:rgba(111,71,49,.55);
}

/* Hide the old V10 full-header styles if present */
.brand-logo-link,
.brand-logo-header{
  display:none!important;
}

/* Footer */
.site-footer{
  padding:46px 0 24px;
  background:#21130c;
}
.footer-grid{
  grid-template-columns:1.45fr .75fr .95fr .75fr;
  gap:44px;
  align-items:start;
}
.footer-brand-lockup{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:#fff;
  margin-bottom:14px;
}
.footer-brand-mark{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}
.footer-brand-lockup span{
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:.05em;
  line-height:1.2;
}
.footer-brand p{
  max-width:330px;
  font-size:13px;
  line-height:1.7;
  margin-top:8px;
}
.footer-title{
  margin-top:3px;
}
.footer-bottom{
  margin-top:34px;
  padding-top:18px;
}

/* Hide old V10 footer-logo styles if still present */
.footer-logo-card,
.footer-brand-logo{
  display:none!important;
}

/* About logo treatment */
.brand-identity-panel{
  display:none!important;
}
.about-logo-panel{
  background:transparent;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:34px 0;
  text-align:center;
}
.about-brand-logo-refined{
  width:min(440px,72vw);
  max-height:220px;
  object-fit:contain;
  display:block;
  margin:0 auto;
}
.about-logo-line{
  margin:14px 0 0;
  font-size:14px;
  color:var(--muted);
  letter-spacing:.015em;
}

/* Keep About section visually restrained */
.about-brand-logo{
  max-width:440px!important;
}

@media (max-width:980px){
  .site-brand-text{
    font-size:16px;
  }
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:32px 42px;
  }
}

@media (max-width:820px){
  .navbar{
    min-height:68px;
  }
  .site-brand-mark{
    width:32px;
    height:32px;
  }
  .site-brand-text{
    font-size:15px;
  }
  .nav-links{
    top:68px;
  }
}

@media (max-width:620px){
  .site-brand{
    gap:8px;
  }
  .site-brand-mark{
    width:30px;
    height:30px;
  }
  .site-brand-text{
    font-size:13px;
    letter-spacing:.035em;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .footer-brand-mark{
    width:38px;
    height:38px;
  }
  .about-brand-logo-refined{
    width:min(360px,88vw);
  }
}


/* =========================================================
   V12 — REFINED PROFESSIONAL BRANDING
   Cache-busted stylesheet
   ========================================================= */

/* --- HEADER: compact, professional, restrained --- */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(247,240,230,.97);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(111,71,49,.14);
  box-shadow:none;
}

.navbar{
  min-height:64px !important;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.site-brand{
  display:inline-flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
  min-width:0;
  height:42px;
}

.site-brand-mark{
  width:28px !important;
  height:36px !important;
  max-width:28px;
  max-height:36px;
  object-fit:contain;
  object-position:center;
  display:block;
  flex:0 0 auto;
}

.site-brand-text{
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px !important;
  line-height:1;
  font-weight:700;
  letter-spacing:.045em;
  color:var(--ink);
  white-space:nowrap;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:13px;
  font-weight:800;
}

.nav-pill{
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(111,71,49,.55);
}

/* Prevent any superseded V10 logo presentation from rendering. */
.brand-logo-link,
.brand-logo-header,
.logo-icon{
  display:none !important;
}

/* --- FOOTER: use SAME mark + wordmark lockup as header --- */
.site-footer{
  background:#21130c;
  color:#fff;
  padding:42px 0 24px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.45fr .75fr .95fr .75fr;
  gap:42px;
  align-items:start;
}

.footer-brand-lockup{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:14px;
  text-decoration:none;
}

.footer-brand-mark{
  width:28px !important;
  height:36px !important;
  max-width:28px;
  max-height:36px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
}

/* Same typography scale as header; only contrast changes for dark footer. */
.footer-brand-lockup span{
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  line-height:1;
  font-weight:700;
  letter-spacing:.045em;
  color:#fff;
  white-space:nowrap;
}

.footer-brand p{
  max-width:330px;
  margin-top:9px;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.7;
}

.footer-title{
  margin-top:2px;
}

.footer-bottom{
  margin-top:32px;
  padding-top:18px;
}

/* Never show superseded oversized footer treatment. */
.footer-logo-card,
.footer-brand-logo{
  display:none !important;
}

/* --- ABOUT: restrained logo treatment; no "THE BRAND" label --- */
.brand-identity-panel{
  display:none !important;
}

.about-logo-panel{
  background:transparent;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:30px 0;
  text-align:center;
}

.about-brand-logo-refined{
  width:min(340px,68vw) !important;
  max-height:170px;
  object-fit:contain;
  display:block;
  margin:0 auto;
}

.about-logo-line{
  margin:12px 0 0;
  color:var(--muted);
  font-size:13px;
}

/* --- RESPONSIVE --- */
@media (max-width:980px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:30px 40px;
  }
}

@media (max-width:820px){
  .navbar{
    min-height:60px !important;
    height:60px;
  }

  .site-brand{
    height:38px;
  }

  .site-brand-mark{
    width:25px !important;
    height:32px !important;
  }

  .site-brand-text{
    font-size:14px !important;
  }

  .nav-links{
    top:60px !important;
  }
}

@media (max-width:620px){
  .site-brand{
    gap:7px;
  }

  .site-brand-mark{
    width:23px !important;
    height:30px !important;
  }

  .site-brand-text{
    font-size:12px !important;
    letter-spacing:.03em;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-brand-mark{
    width:25px !important;
    height:32px !important;
  }

  .footer-brand-lockup span{
    font-size:14px;
  }

  .about-brand-logo-refined{
    width:min(300px,82vw) !important;
  }
}


/* =========================================================
   V13 — BRAND VISIBILITY REFINEMENT
   ========================================================= */

/* Slightly larger header without returning to an oversized look */
.navbar{
  min-height:70px !important;
  height:70px !important;
}

.site-brand{
  height:48px !important;
  gap:10px !important;
}

/* Make the logo mark clearly visible at first glance */
.site-brand-mark{
  width:36px !important;
  height:46px !important;
  max-width:36px !important;
  max-height:46px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  flex:0 0 auto !important;
}

/* Slight increase for stronger brand recognition */
.site-brand-text{
  font-size:16px !important;
  letter-spacing:.045em !important;
}

/* Keep navigation visually balanced */
.nav-links{
  gap:23px !important;
  font-size:13px !important;
}

.nav-pill{
  padding:10px 15px !important;
}

/* Footer uses the same visual scale family */
.footer-brand-mark{
  width:36px !important;
  height:46px !important;
  max-width:36px !important;
  max-height:46px !important;
}

.footer-brand-lockup span{
  font-size:16px !important;
}

/* Mobile refinement */
@media (max-width:820px){
  .navbar{
    min-height:64px !important;
    height:64px !important;
  }

  .site-brand{
    height:42px !important;
  }

  .site-brand-mark{
    width:31px !important;
    height:40px !important;
    max-width:31px !important;
    max-height:40px !important;
  }

  .site-brand-text{
    font-size:14px !important;
  }

  .nav-links{
    top:64px !important;
  }
}

@media (max-width:620px){
  .site-brand-mark{
    width:28px !important;
    height:36px !important;
    max-width:28px !important;
    max-height:36px !important;
  }

  .site-brand-text{
    font-size:13px !important;
  }

  .footer-brand-mark{
    width:31px !important;
    height:40px !important;
    max-width:31px !important;
    max-height:40px !important;
  }
}


/* =========================================================
   V14 — CONSISTENT ORIGINAL-COLOR BRAND LOCKUP
   ========================================================= */

/* HEADER — visible but still professional */
.navbar{
  min-height:78px !important;
  height:78px !important;
}

.site-brand{
  display:inline-flex !important;
  align-items:center !important;
  gap:11px !important;
  height:56px !important;
  flex:0 0 auto !important;
}

.site-brand-mark{
  width:44px !important;
  height:56px !important;
  max-width:44px !important;
  max-height:56px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  flex:0 0 auto !important;

  /* IMPORTANT: preserve the original uploaded logo colors */
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}

.site-brand-text{
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:17px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.045em !important;
  color:#3f2115 !important;
  white-space:nowrap !important;
}

.nav-links{
  gap:23px !important;
  font-size:13px !important;
}

.nav-pill{
  padding:10px 16px !important;
}

/* FOOTER — SAME visual identity and same light background family */
.site-footer{
  background:#f7f0e6 !important;
  color:#221813 !important;
  border-top:1px solid #dfd1c1 !important;
  padding:44px 0 24px !important;
}

.footer-grid{
  grid-template-columns:1.45fr .75fr .95fr .75fr !important;
  gap:42px !important;
  align-items:start !important;
}

.footer-site-brand{
  margin-bottom:14px !important;
}

/* Because footer now uses the exact same .site-brand markup,
   it inherits the same logo size, colors, and wordmark styling. */

.footer-brand p{
  color:#75695f !important;
  max-width:340px !important;
  font-size:13px !important;
  line-height:1.7 !important;
  margin-top:8px !important;
}

.footer-title{
  color:#6f4731 !important;
  margin-top:4px !important;
}

.footer-links{
  color:#4f443d !important;
}

.footer-links a{
  color:#4f443d !important;
}

.footer-links a:hover{
  color:#3f2115 !important;
}

.footer-bottom{
  border-top:1px solid #dfd1c1 !important;
  color:#75695f !important;
  margin-top:34px !important;
  padding-top:18px !important;
}

/* Do not allow old footer logo styles to interfere */
.footer-brand-lockup,
.footer-brand-mark,
.footer-logo-card,
.footer-brand-logo{
  display:none !important;
}

/* ABOUT — retain restrained presentation, preserve original logo colors */
.about-brand-logo-refined{
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}

/* RESPONSIVE */
@media (max-width:980px){
  .footer-grid{
    grid-template-columns:1fr 1fr !important;
    gap:30px 40px !important;
  }
}

@media (max-width:820px){
  .navbar{
    min-height:70px !important;
    height:70px !important;
  }

  .site-brand{
    height:48px !important;
  }

  .site-brand-mark{
    width:38px !important;
    height:48px !important;
    max-width:38px !important;
    max-height:48px !important;
  }

  .site-brand-text{
    font-size:15px !important;
  }

  .nav-links{
    top:70px !important;
  }
}

@media (max-width:620px){
  .navbar{
    min-height:64px !important;
    height:64px !important;
  }

  .site-brand{
    height:42px !important;
    gap:8px !important;
  }

  .site-brand-mark{
    width:33px !important;
    height:42px !important;
    max-width:33px !important;
    max-height:42px !important;
  }

  .site-brand-text{
    font-size:13px !important;
    letter-spacing:.035em !important;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }

  .footer-site-brand{
    height:48px !important;
  }

  .footer-site-brand .site-brand-mark{
    width:38px !important;
    height:48px !important;
    max-width:38px !important;
    max-height:48px !important;
  }

  .footer-site-brand .site-brand-text{
    font-size:15px !important;
  }
}


/* =========================================================
   V15 — MOBILE EXPERIENCE REFINEMENT
   Optimized for Instagram in-app browser + small screens
   ========================================================= */

@media (max-width:820px){

  /* Compact sticky header */
  .site-header{
    position:sticky;
    top:0;
    z-index:200;
    background:rgba(247,240,230,.98) !important;
  }

  .navbar{
    min-height:66px !important;
    height:66px !important;
    padding:0;
    position:relative;
  }

  .site-brand{
    height:44px !important;
    gap:8px !important;
    max-width:calc(100% - 72px);
  }

  .site-brand-mark{
    width:34px !important;
    height:44px !important;
    max-width:34px !important;
    max-height:44px !important;
  }

  .site-brand-text{
    font-size:15px !important;
    letter-spacing:.035em !important;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  /* Better menu button */
  .menu-btn{
    display:grid !important;
    place-items:center;
    width:44px;
    height:44px;
    padding:0;
    margin:0;
    border:1px solid rgba(111,71,49,.20);
    border-radius:12px;
    background:#fffaf3;
    font-size:25px !important;
    line-height:1;
  }

  /* IMPORTANT: compact floating dropdown instead of full-screen menu */
  .nav-links{
    display:none !important;
    position:absolute !important;
    top:58px !important;
    right:0 !important;
    left:auto !important;
    width:min(320px,calc(100vw - 24px)) !important;
    max-height:calc(100vh - 88px);
    overflow:auto;
    padding:10px !important;
    gap:2px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    background:#fffaf3 !important;
    border:1px solid rgba(111,71,49,.18) !important;
    border-radius:18px !important;
    box-shadow:0 18px 45px rgba(52,31,20,.18) !important;
    z-index:300 !important;
  }

  .nav-links.open{
    display:flex !important;
  }

  .nav-links > a{
    display:block !important;
    width:100%;
    padding:12px 13px !important;
    border-radius:10px;
    font-size:15px !important;
    font-weight:750 !important;
    text-align:left !important;
    opacity:1 !important;
    line-height:1.15;
  }

  .nav-links > a:hover,
  .nav-links > a.active{
    background:#f1e5d7;
  }

  .nav-links .nav-pill{
    margin-top:6px;
    padding:12px 13px !important;
    background:#3b251a !important;
    color:#fff !important;
    border-color:#3b251a !important;
  }

  /* Hero should remain visually strong after compact menu */
  .hero{
    padding:18px 0 30px !important;
  }

  .hero-card{
    min-height:560px !important;
    border-radius:22px !important;
  }

  .hero-photo{
    object-position:58% center !important;
  }

  .hero-card:after{
    background:
      linear-gradient(
        180deg,
        rgba(17,10,7,.34) 0%,
        rgba(17,10,7,.54) 46%,
        rgba(17,10,7,.88) 100%
      ) !important;
  }

  .hero-content{
    width:100% !important;
    min-height:560px;
    padding:40px 24px 28px !important;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }

  .hero h1{
    font-size:clamp(44px,11.5vw,58px) !important;
    line-height:.98 !important;
    letter-spacing:-.042em !important;
    max-width:560px;
  }

  .hero-lede{
    font-size:17px !important;
    line-height:1.55 !important;
    max-width:520px !important;
    margin-top:18px !important;
  }

  .hero .actions{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:10px !important;
    margin-top:24px !important;
  }

  .hero .actions .btn{
    min-height:50px;
    padding:12px 14px !important;
    font-size:14px !important;
    text-align:center;
  }

  /* Better page hero scale on phones */
  .page-hero{
    padding:56px 0 30px !important;
  }

  .page-hero h1{
    font-size:clamp(44px,10vw,62px) !important;
    line-height:1 !important;
  }

  .page-hero .intro{
    font-size:17px !important;
    line-height:1.6 !important;
  }

  /* General spacing is tighter on mobile */
  .section{
    padding:58px 0 !important;
  }

  .section-tight{
    padding:38px 0 !important;
  }
}

@media (max-width:520px){

  .container{
    width:calc(100% - 24px) !important;
  }

  .navbar{
    min-height:64px !important;
    height:64px !important;
  }

  .site-brand-mark{
    width:31px !important;
    height:40px !important;
  }

  .site-brand-text{
    font-size:13px !important;
  }

  .menu-btn{
    width:42px;
    height:42px;
  }

  .nav-links{
    top:56px !important;
    width:min(300px,calc(100vw - 24px)) !important;
    right:0 !important;
  }

  .hero-card{
    min-height:520px !important;
  }

  .hero-content{
    min-height:520px !important;
    padding:34px 20px 24px !important;
  }

  .hero h1{
    font-size:clamp(40px,12vw,52px) !important;
  }

  .hero-lede{
    font-size:16px !important;
  }

  .hero .actions{
    grid-template-columns:1fr !important;
  }

  .hero .actions .btn{
    width:100%;
  }

  .category-card img,
  .thought-card img{
    height:185px !important;
  }

  .daily-thought{
    padding:54px 0 48px !important;
  }

  .daily-thought .quote{
    font-size:clamp(31px,8.5vw,42px) !important;
  }

  .footer-grid{
    gap:24px !important;
  }
}

/* prevent menu button text selection / tap flash */
.menu-btn{
  -webkit-tap-highlight-color:transparent;
  user-select:none;
}


/* =========================================================
   V16 — MOBILE FOOTER BRAND FIX
   Ensures full THE STEAMY THOUGHTS wordmark is visible
   ========================================================= */

/* Footer brand must NOT inherit header truncation behavior */
.footer-site-brand{
  max-width:none !important;
  width:auto !important;
  height:auto !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  overflow:visible !important;
}

.footer-site-brand .site-brand-mark{
  flex:0 0 auto !important;
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}

.footer-site-brand .site-brand-text{
  overflow:visible !important;
  text-overflow:clip !important;
  white-space:nowrap !important;
  max-width:none !important;
  width:auto !important;
  display:inline-block !important;
}

/* Mobile-specific footer balance */
@media (max-width:620px){

  .site-footer{
    padding:38px 0 22px !important;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .footer-brand{
    width:100% !important;
  }

  .footer-site-brand{
    width:100% !important;
    max-width:100% !important;
    justify-content:flex-start !important;
    gap:10px !important;
    margin-bottom:12px !important;
  }

  .footer-site-brand .site-brand-mark{
    width:34px !important;
    height:44px !important;
    max-width:34px !important;
    max-height:44px !important;
  }

  .footer-site-brand .site-brand-text{
    font-size:14px !important;
    line-height:1.1 !important;
    letter-spacing:.025em !important;
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }

  .footer-brand p{
    max-width:100% !important;
    font-size:14px !important;
    line-height:1.7 !important;
    margin:8px 0 0 !important;
  }

  .footer-title{
    font-size:12px !important;
    margin-bottom:10px !important;
  }

  .footer-links{
    gap:8px !important;
    font-size:14px !important;
  }

  .footer-bottom{
    margin-top:26px !important;
    padding-top:16px !important;
    font-size:11px !important;
  }
}

@media (max-width:380px){
  .footer-site-brand .site-brand-mark{
    width:30px !important;
    height:39px !important;
    max-width:30px !important;
    max-height:39px !important;
  }

  .footer-site-brand .site-brand-text{
    font-size:12.5px !important;
    letter-spacing:.018em !important;
  }
}


/* =========================================================
   V17 — BRAND TYPOGRAPHY REFINEMENT
   ========================================================= */

.site-brand-text,
.footer-site-brand .site-brand-text{
  font-family:
    "Avenir Next",
    "Avenir",
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif !important;
  font-weight:750 !important;
  text-transform:uppercase !important;
  letter-spacing:.065em !important;
  line-height:1 !important;
  color:#3f2115 !important;
  white-space:nowrap !important;
}

.site-brand-text{
  font-size:15.5px !important;
}

.footer-site-brand .site-brand-text{
  font-size:15.5px !important;
}

.nav-links{
  font-weight:700 !important;
}

h1,h2,h3,
.serif,
.quote{
  font-family:Georgia,"Times New Roman",serif;
}

@media (max-width:820px){
  .site-brand-text{
    font-size:14px !important;
    letter-spacing:.052em !important;
  }

  .footer-site-brand .site-brand-text{
    font-size:14px !important;
    letter-spacing:.052em !important;
  }
}

@media (max-width:620px){
  .site-brand-text{
    font-size:13.2px !important;
    letter-spacing:.045em !important;
  }

  .footer-site-brand .site-brand-text{
    font-size:13.8px !important;
    letter-spacing:.045em !important;
  }
}

@media (max-width:380px){
  .site-brand-text{
    font-size:12px !important;
    letter-spacing:.036em !important;
  }

  .footer-site-brand .site-brand-text{
    font-size:12.8px !important;
    letter-spacing:.038em !important;
  }
}


/* =========================================================
   V18 — AUDIENCE ENGAGEMENT + SEO
   ========================================================= */

/* Thought of the Week */
.week-thought{
  padding:46px 0 24px;
}
.week-thought-card{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  min-height:420px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--paper);
  box-shadow:0 16px 48px rgba(52,31,20,.08);
}
.week-thought-image{
  min-height:420px;
  width:100%;
  height:100%;
  object-fit:cover;
}
.week-thought-copy{
  padding:46px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.week-thought-copy h2{
  margin-top:10px;
}
.week-thought-copy p{
  color:var(--muted);
  font-size:17px;
  max-width:620px;
}
.week-thought-copy .actions{
  margin-top:20px;
}

/* Popular thoughts */
.popular-thoughts{
  padding:54px 0 26px;
}
.popular-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.popular-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease;
}
.popular-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(52,31,20,.08);
}
.popular-card img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.popular-card-body{
  padding:22px;
}
.popular-card h3{
  font-size:25px;
}
.popular-card p{
  color:var(--muted);
  font-size:14px;
}

/* Article share bar */
.article-share-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid var(--line);
}
.article-share-label{
  color:var(--muted);
  font-size:13px;
}
.share-thought-btn{
  appearance:none;
  border:1px solid var(--espresso);
  background:var(--espresso);
  color:#fff;
  border-radius:999px;
  padding:11px 16px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
}
.share-thought-btn:hover{
  transform:translateY(-1px);
}
.share-feedback{
  min-height:20px;
  margin-top:8px;
  color:var(--coffee);
  font-size:12px;
  font-weight:700;
}

/* Post-article Instagram CTA */
.article-instagram-cta{
  width:min(calc(100% - 40px),780px);
  margin:0 auto 58px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(135deg,#fffaf3 0%,#f2e3d3 100%);
  text-align:center;
}
.article-instagram-cta h3{
  font-size:28px;
}
.article-instagram-cta p{
  margin:10px auto 18px;
  color:var(--muted);
  max-width:580px;
}

/* Visible article dates */
.article-date{
  color:var(--muted);
  font-size:13px;
}

/* Mobile refinements */
@media (max-width:820px){
  .week-thought-card{
    grid-template-columns:1fr;
  }
  .week-thought-image{
    min-height:280px;
    height:280px;
  }
  .week-thought-copy{
    padding:30px;
  }
  .popular-grid{
    grid-template-columns:1fr;
  }
  .popular-card img{
    height:210px;
  }
}

@media (max-width:620px){
  .week-thought{
    padding:34px 0 12px;
  }
  .week-thought-card{
    border-radius:22px;
  }
  .week-thought-image{
    min-height:235px;
    height:235px;
  }
  .week-thought-copy{
    padding:24px;
  }
  .week-thought-copy h2{
    font-size:38px;
  }
  .popular-thoughts{
    padding:42px 0 16px;
  }
  .article-share-bar{
    align-items:stretch;
    flex-direction:column;
  }
  .share-thought-btn{
    width:100%;
    min-height:48px;
  }
  .article-instagram-cta{
    width:calc(100% - 24px);
    padding:24px 20px;
    margin-bottom:42px;
  }
}


/* =========================================================
   V19 — DAILY THOUGHT DIFFERENTIATION
   ========================================================= */

.daily-thought{
  padding:68px 0 60px;
}

.daily-thought .quote{
  max-width:820px;
  margin:16px auto 0;
  font-size:clamp(32px,4.4vw,54px);
  line-height:1.12;
  letter-spacing:-.03em;
}

.daily-thought .mini-link{
  display:inline-block;
  margin-top:2px;
}

@media (max-width:620px){
  .daily-thought{
    padding:50px 0 46px !important;
  }

  .daily-thought .quote{
    font-size:clamp(30px,8vw,40px) !important;
    line-height:1.14 !important;
    padding:0 4px;
  }
}


/* =========================================================
   V20 — 365-DAY DAILY THOUGHT ROTATION
   Layout unchanged; daily content pool expanded to 365.
   ========================================================= */


/* =========================================================
   V21 — YEARLY WEEKLY THOUGHT ROTATION
   Visual layout unchanged.
   ========================================================= */


/* =========================================================
   V22 — 52 WEEKLY ARTICLE DESTINATIONS
   ========================================================= */
.weekly-article-index-note{
  color:var(--muted);
  font-size:13px;
}


/* =========================================================
   V23 — 365 DAILY ARTICLE DESTINATIONS
   ========================================================= */
.daily-archive-note{
  color:var(--muted);
  font-size:13px;
}


/* =========================================================
   V24 — CINEMATIC HOMEPAGE VIDEO HERO
   ========================================================= */

.hero-card{
  isolation:isolate;
}

.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% center;
  z-index:0;
  background:#2d1d15;
}

.hero-card:after{
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      rgba(17,10,7,.88) 0%,
      rgba(25,14,9,.76) 36%,
      rgba(25,14,9,.34) 65%,
      rgba(20,12,8,.12) 100%
    ) !important;
}

.hero-content{
  z-index:2;
}

/* A slightly stronger text shadow keeps copy crisp over moving light. */
.hero h1,
.hero .eyebrow,
.hero-lede{
  text-shadow:0 2px 16px rgba(0,0,0,.22);
}

@media (max-width:820px){
  .hero-video{
    /* Keeps the cup and human presence in frame on narrow screens. */
    object-position:61% center !important;
  }

  .hero-card:after{
    background:
      linear-gradient(
        180deg,
        rgba(17,10,7,.20) 0%,
        rgba(17,10,7,.42) 42%,
        rgba(17,10,7,.90) 100%
      ) !important;
  }
}

@media (max-width:520px){
  .hero-video{
    object-position:62% center !important;
  }
}

/* Respect visitors who request less motion. JS also pauses playback. */
@media (prefers-reduced-motion: reduce){
  .hero-video{
    animation:none !important;
  }
}


/* =========================================================
   V25 — CANONICAL & SEARCH CONSOLE CLEANUP
   No visual changes. URL/canonical consistency only.
   ========================================================= */


/* =========================================================
   V26 — EVERGREEN DAILY DATE MODEL
   Daily articles show Day X of 365 instead of a fixed calendar date.
   No visual redesign.
   ========================================================= */


/* =========================================================
   V27 — CURRENT DAILY ROTATION FIX
   ========================================================= */

.daily-current-day{
  margin:8px auto 0;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media (max-width:620px){
  .daily-current-day{
    margin-top:7px;
    font-size:11px;
  }
}


/* =========================================================
   V28 — UPDATED OFFICIAL BRAND ASSETS
   Layout intentionally unchanged.
   ========================================================= */

/* Preserve the supplied brown/gold/copper logo colors exactly. */
.site-brand-mark,
.footer-site-brand .site-brand-mark,
.about-brand-logo-refined{
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}


/* =========================================================
   V29 — WEEKLY PUBLICATION DATE ALIGNMENT
   No visual redesign.
   ========================================================= */

/* V30 — About page brand video */
.about-brand-video-shell{
  width:min(100%,860px);
  margin:28px auto 34px;
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--line);
  background:#1f130d;
  box-shadow:0 18px 48px rgba(52,31,20,.12);
}
.about-brand-video{
  display:block;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:contain;
  background:#1f130d;
}
@media (max-width:820px){
  .about-brand-video-shell{margin:22px auto 28px;border-radius:22px;}
}
@media (max-width:620px){
  .about-brand-video-shell{width:100%;margin:18px auto 24px;border-radius:18px;}
  .about-brand-video{max-height:520px;}
}


/* =========================================================
   V31 — BLOG LAUNCH
   ========================================================= */
.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}
.blog-index-hero{padding-bottom:44px}
.blog-index-hero h1{max-width:920px}
.blog-index-intro{max-width:760px;margin-top:18px;color:var(--muted);font-size:18px;line-height:1.7}
.blog-tools{padding:10px 0 22px}
.blog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--paper)}
.blog-search{flex:1 1 320px}
.blog-search input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:999px;background:#fffdf9;padding:0 18px;font:inherit;color:var(--ink);outline:none}
.blog-search input:focus{border-color:var(--coffee);box-shadow:0 0 0 3px rgba(106,68,45,.08)}
.blog-filters{display:flex;flex-wrap:wrap;gap:8px}
.blog-filter{border:1px solid var(--line);background:#fffaf3;color:var(--ink);border-radius:999px;padding:10px 14px;font-weight:700;font-size:12px;cursor:pointer}
.blog-filter.active{background:var(--espresso);color:#fff;border-color:var(--espresso)}
.blog-index{padding:28px 0 70px}
.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.blog-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:0 14px 42px rgba(52,31,20,.06)}
.blog-card-featured{grid-column:1/-1;display:grid;grid-template-columns:1.05fr .95fr}
.blog-card-image-link{display:block;min-height:260px}
.blog-card img{width:100%;height:100%;min-height:260px;object-fit:cover}
.blog-card-featured img{min-height:420px}
.blog-card-body{padding:28px}
.blog-card-featured .blog-card-body{display:flex;flex-direction:column;justify-content:center;padding:42px}
.blog-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-bottom:12px}
.blog-card h2{margin:0;font-size:clamp(28px,3vw,42px)}
.blog-card h2 a{color:inherit;text-decoration:none}
.blog-card p{color:var(--muted);line-height:1.7}
.blog-empty{margin:32px 0;text-align:center;color:var(--muted)}
.blog-philosophy{padding:0 0 76px}
.blog-philosophy-card{padding:44px;border-radius:28px;background:linear-gradient(135deg,#fffaf3 0%,#efe0cf 100%);border:1px solid var(--line)}
.blog-philosophy-card h2{max-width:740px}
.blog-philosophy-card p{max-width:760px;color:var(--muted);line-height:1.75}
.blog-standfirst{max-width:790px;margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.7}
.blog-opening{font-size:1.15em}
.blog-hero-visual{margin-bottom:34px}
.blog-related{margin-bottom:64px}
@media (max-width:820px){.blog-grid{grid-template-columns:1fr}.blog-card-featured{grid-column:auto;grid-template-columns:1fr}.blog-card-featured img{min-height:300px}.blog-card-featured .blog-card-body{padding:30px}}
@media (max-width:620px){.blog-index-hero{padding-bottom:30px}.blog-index-intro{font-size:16px}.blog-toolbar{padding:14px;border-radius:18px}.blog-filters{width:100%}.blog-filter{flex:1 1 auto;text-align:center}.blog-card{border-radius:20px}.blog-card-body,.blog-card-featured .blog-card-body{padding:24px}.blog-card-featured img{min-height:250px}.blog-philosophy-card{padding:28px;border-radius:22px}}


/* =========================================================
   V32 — ENHANCED VISUAL BLOG EXPERIENCE
   ========================================================= */

.reading-progress{
  position:fixed;
  inset:0 0 auto 0;
  height:3px;
  z-index:1000;
  pointer-events:none;
  background:transparent;
}
.reading-progress span{
  display:block;
  width:0;
  height:100%;
  background:currentColor;
  color:#8f5a36;
  transition:width .08s linear;
}

.blog-card-featured{
  position:relative;
}
.blog-card-featured:before{
  content:attr(data-featured-label);
  position:absolute;
  top:20px;
  left:20px;
  z-index:2;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,250,243,.92);
  color:var(--espresso);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.blog-themes{
  padding:0 0 70px;
}
.blog-theme-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.blog-theme-card{
  position:relative;
  display:block;
  min-height:370px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--line);
  background:#2c1c13;
  color:#fff;
}
.blog-theme-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.blog-theme-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(25,14,9,.08) 15%,rgba(25,14,9,.82) 100%);
}
.blog-theme-card:hover img{
  transform:scale(1.025);
}
.blog-theme-overlay{
  position:absolute;
  inset:auto 0 0 0;
  z-index:2;
  padding:26px;
}
.blog-theme-overlay .tag{
  background:rgba(255,250,243,.92);
  color:var(--espresso);
}
.blog-theme-overlay h3{
  margin:12px 0 8px;
  color:#fff;
  font-size:30px;
}
.blog-theme-overlay p{
  margin:0;
  color:rgba(255,255,255,.83);
  line-height:1.55;
}

.blog-article-toc{
  margin:30px 0 34px;
  padding:24px 26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fffaf3;
}
.blog-article-toc nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 22px;
  margin-top:12px;
}
.blog-article-toc a{
  color:var(--coffee);
  text-decoration:none;
  font-size:14px;
  line-height:1.45;
}
.blog-article-toc a:hover{
  text-decoration:underline;
}

.blog-takeaway{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:16px;
  align-items:start;
  margin:34px 0;
  padding:26px;
  border-radius:22px;
  border:1px solid rgba(143,90,54,.24);
  background:linear-gradient(135deg,#fffaf3 0%,#f1dfca 100%);
}
.blog-callout-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--espresso);
  color:#fff;
  font-size:24px;
  font-weight:700;
}
.blog-takeaway p{
  margin:8px 0 0;
  font-size:18px;
  line-height:1.65;
}

.blog-inline-visual{
  margin:42px 0;
}
.blog-inline-visual img{
  display:block;
  width:100%;
  aspect-ratio:14/9;
  object-fit:cover;
  border-radius:24px;
  border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(52,31,20,.08);
}
.blog-inline-visual figcaption{
  margin:10px 4px 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.blog-inline-visual-split{
  width:calc(100% + 120px);
  margin-left:-60px;
}

.blog-reflection-card{
  margin:40px 0 34px;
  padding:34px;
  border-radius:24px;
  background:var(--espresso);
  color:#fff;
}
.blog-reflection-card .eyebrow{
  color:#e8c99b;
}
.blog-reflection-card p{
  margin:10px 0 0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(24px,3vw,34px);
  line-height:1.25;
}

.blog-end-note{
  margin-top:38px;
  padding-top:26px;
  border-top:1px solid var(--line);
}
.blog-end-note p{
  margin:10px 0 0;
  color:var(--muted);
}

.blog-prose h2{
  scroll-margin-top:110px;
}

@media (max-width:900px){
  .blog-theme-grid{
    grid-template-columns:1fr;
  }
  .blog-theme-card{
    min-height:320px;
  }
  .blog-inline-visual-split{
    width:100%;
    margin-left:0;
  }
}

@media (max-width:620px){
  .blog-theme-card{
    min-height:280px;
    border-radius:20px;
  }
  .blog-theme-overlay{
    padding:22px;
  }
  .blog-theme-overlay h3{
    font-size:27px;
  }
  .blog-article-toc{
    padding:20px;
    border-radius:18px;
  }
  .blog-article-toc nav{
    grid-template-columns:1fr;
  }
  .blog-takeaway{
    grid-template-columns:1fr;
    padding:22px;
  }
  .blog-callout-icon{
    width:38px;
    height:38px;
  }
  .blog-inline-visual{
    margin:32px 0;
  }
  .blog-inline-visual img{
    border-radius:18px;
  }
  .blog-reflection-card{
    padding:26px 22px;
    border-radius:20px;
  }
}


/* =========================================================
   V33 — DISTINCT VISUAL IDENTITY SYSTEM
   ========================================================= */
.v33-page-visual{padding:18px 0 34px}
.v33-page-visual img{
  display:block;width:100%;height:auto;aspect-ratio:8/5;object-fit:cover;
  border-radius:30px;border:1px solid var(--line);
  box-shadow:0 22px 54px rgba(50,31,20,.11)
}
.v33-start .v33-hero-start{background:linear-gradient(135deg,#fff9ef 0%,#ead5bb 100%)}
.v33-start .start-card:nth-child(1){background:#fff8eb}
.v33-start .start-card:nth-child(2){background:#eef1ec}
.v33-start .start-card:nth-child(3){background:#f7eee9}
.v33-start .start-card:nth-child(4){background:#eee8df}
.v33-start .about-visual{min-height:480px;background-position:center;background-size:cover}
.v33-start .about-note{background:rgba(255,250,242,.91);backdrop-filter:blur(8px)}

.v33-thoughts .page-hero{background:linear-gradient(135deg,#eef1ed 0%,#d8dedb 100%)}
.v33-thoughts .thought-card{background:#faf9f5}
.v33-thoughts .thought-card img{aspect-ratio:4/3;object-fit:cover}
.v33-thoughts .thought-card[data-category="relationships"] .tag{background:#f1ddd3;color:#6b4444}
.v33-thoughts .thought-card[data-category="overthinking"] .tag{background:#e2e2eb;color:#474958}
.v33-thoughts .thought-card[data-category="rest"],
.v33-thoughts .thought-card[data-category="rest-reset"]{background:#f8f5ed}
.v33-thoughts .thought-card[data-category="work"],
.v33-thoughts .thought-card[data-category="work-life"]{background:#f0f5f3}

.v33-coffee .hero-card{background:#3f281c}
.v33-coffee .hero-content{max-width:690px}
.v33-coffee .hero-content h1,.v33-coffee .hero-content p{color:#fff8ee}
.v33-coffee .hero-content .eyebrow{color:#e7bf8f}
.v33-coffee .story-card:nth-child(1){background:#f7eee2}
.v33-coffee .story-card:nth-child(2){background:#fff9ee}
.v33-coffee .story-card:nth-child(3){background:#efe5d9}
.v33-coffee .story-card img{aspect-ratio:4/3;object-fit:cover}

.v33-contact .page-hero{background:linear-gradient(135deg,#fbf7f0 0%,#ded1c4 100%)}
.v33-contact .contact-panel{background:#fffaf4}
.v33-contact .collab-panel{background:linear-gradient(145deg,#fffdf8 0%,#eee3d7 100%)}

.v33-blog .page-hero{background:linear-gradient(135deg,#faf5ec 0%,#e3d4c4 100%)}
.v33-blog .v33-blog-overview img{aspect-ratio:16/7}
.v33-blog .blog-card{background:#fcf9f4}
.v33-blog .blog-card:nth-child(2){background:#f2f6f4}
.v33-blog .blog-card:nth-child(3){background:#f1f0f6}
.v33-blog .blog-theme-card:nth-child(1) .blog-theme-overlay{background:linear-gradient(180deg,transparent,rgba(76,48,48,.62))}
.v33-blog .blog-theme-card:nth-child(2) .blog-theme-overlay{background:linear-gradient(180deg,transparent,rgba(43,61,61,.62))}
.v33-blog .blog-theme-card:nth-child(3) .blog-theme-overlay{background:linear-gradient(180deg,transparent,rgba(48,49,65,.65))}

.v33-article-emotional .blog-article-hero{background:linear-gradient(135deg,#faf0eb 0%,#ead5cd 100%)}
.v33-article-emotional .blog-reflection-card{background:#583f40}
.v33-article-fine .blog-article-hero{background:linear-gradient(135deg,#f2f7f5 0%,#dce6e3 100%)}
.v33-article-fine .blog-reflection-card{background:#405354}
.v33-article-overthink .blog-article-hero{background:linear-gradient(135deg,#f3f2f7 0%,#d9dce8 100%)}
.v33-article-overthink .blog-reflection-card{background:#36394a}
.v33-article-emotional .blog-inline-visual img,
.v33-article-fine .blog-inline-visual img,
.v33-article-overthink .blog-inline-visual img{border-radius:28px}

@media(max-width:700px){
  .v33-page-visual{padding:8px 0 22px}
  .v33-page-visual img{border-radius:20px;aspect-ratio:4/3}
  .v33-blog .v33-blog-overview img{aspect-ratio:4/3}
  .v33-start .about-visual{min-height:360px}
}


/* =========================================================
   V34 — FULL SITE CONSISTENCY & VISUAL QA
   ========================================================= */

/* Current page state is now identical site-wide. */
.nav-links a.active,
.nav-links a[aria-current="page"]{
  color:var(--espresso);
  position:relative;
}
.nav-links a.active:not(.nav-pill)::after,
.nav-links a[aria-current="page"]:not(.nav-pill)::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:3px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}

/* Thoughts filter polish */
.thought-filter-empty,
.archive-empty{
  padding:28px;
  margin:24px 0 0;
  text-align:center;
  border:1px dashed var(--line);
  border-radius:20px;
  color:var(--muted);
  background:#fffaf4;
}
.archive-head-actions{
  max-width:430px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
.archive-head-actions p{margin:0}
.btn-compact{
  padding:11px 16px;
  font-size:12px;
}

/* Lightweight, searchable archives: no 365-image wall */
.v34-archive-tools{
  padding:20px 0 8px;
}
.v34-archive-tools .container{
  display:flex;
  align-items:center;
  gap:16px;
}
.archive-search{
  flex:1;
}
.archive-search input{
  width:100%;
  min-height:52px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fffdf9;
  color:var(--ink);
  padding:0 20px;
  font:inherit;
  outline:none;
}
.archive-search input:focus{
  border-color:var(--coffee);
  box-shadow:0 0 0 3px rgba(106,68,45,.08);
}
.archive-result-count{
  white-space:nowrap;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
.archive-list{
  display:grid;
  gap:10px;
}
.archive-list-card{
  display:grid;
  grid-template-columns:92px 1fr 28px;
  align-items:center;
  gap:18px;
  padding:20px 22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdf9;
  color:var(--ink);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.archive-list-card:hover{
  transform:translateY(-1px);
  border-color:rgba(112,73,47,.34);
  background:#fff9f0;
}
.archive-number{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--coffee);
}
.archive-list-copy{
  display:grid;
  gap:5px;
}
.archive-list-copy strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.35;
  font-weight:600;
}
.archive-list-copy small{
  color:var(--muted);
  line-height:1.45;
}
.archive-arrow{
  font-size:20px;
  color:var(--coffee);
}
.v34-daily-archive .page-hero{
  background:linear-gradient(135deg,#eef1ed 0%,#e6dbcf 100%);
}
.v34-weekly-archive .page-hero{
  background:linear-gradient(135deg,#f8f1e8 0%,#dfd1c1 100%);
}

/* More variety without breaking brand consistency */
.popular-card img,
.category-card img,
.story-card img{
  object-fit:cover;
}
.v33-blog .blog-card img,
.blog-related .story-card img{
  object-fit:cover;
}

/* Mobile nav remains compact despite the Blog tab. */
@media(max-width:820px){
  .nav-links.open{
    max-height:min(78vh,620px);
    overflow:auto;
    overscroll-behavior:contain;
  }
  .nav-links a.active:not(.nav-pill)::after,
  .nav-links a[aria-current="page"]:not(.nav-pill)::after{
    left:18px;
    right:auto;
    width:28px;
    bottom:5px;
  }
  .section-head{
    align-items:flex-start;
  }
  .archive-head-actions{
    max-width:none;
    width:100%;
  }
}

@media(max-width:620px){
  .v34-archive-tools .container{
    align-items:stretch;
    flex-direction:column;
  }
  .archive-result-count{
    padding-left:4px;
  }
  .archive-list-card{
    grid-template-columns:72px 1fr 20px;
    gap:12px;
    padding:17px 15px;
    border-radius:16px;
  }
  .archive-list-copy strong{
    font-size:16px;
  }
  .archive-list-copy small{
    display:none;
  }
}


/* =========================================================
   V35 — MOBILE + VISUAL QUALITY FIX
   Fixes the screenshot issue: cramped nav, oversized Thoughts
   hero, duplicate adjacent visuals, and tablet two-column cards.
   ========================================================= */

/* The large Thoughts visual is now a supporting banner, not the page. */
.v33-thoughts .v33-page-visual{
  padding:10px 0 26px !important;
}
.v33-thoughts .v33-page-visual img{
  width:100% !important;
  aspect-ratio:16/6 !important;
  max-height:360px !important;
  object-fit:cover !important;
  object-position:center 58% !important;
  border-radius:26px !important;
}

/* Blog overview should also feel editorial rather than poster-sized. */
.v33-blog .v33-blog-overview img{
  aspect-ratio:16/6 !important;
  max-height:390px !important;
  object-fit:cover !important;
}

/* Collapse navigation earlier for tablets and Instagram in-app browser. */
@media (max-width:1120px){
  .navbar{
    position:relative !important;
  }

  .menu-btn{
    display:grid !important;
    place-items:center !important;
    width:44px !important;
    height:44px !important;
    flex:0 0 44px !important;
    border:1px solid rgba(111,71,49,.20) !important;
    border-radius:12px !important;
    background:#fffaf3 !important;
    color:var(--ink) !important;
    font-size:24px !important;
    line-height:1 !important;
  }

  .nav-links{
    display:none !important;
    position:absolute !important;
    top:58px !important;
    right:0 !important;
    left:auto !important;
    width:min(330px,calc(100vw - 28px)) !important;
    max-height:min(76vh,620px) !important;
    overflow:auto !important;
    padding:10px !important;
    gap:2px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    background:#fffaf3 !important;
    border:1px solid rgba(111,71,49,.18) !important;
    border-radius:18px !important;
    box-shadow:0 18px 45px rgba(52,31,20,.18) !important;
    z-index:500 !important;
  }

  .nav-links.open{
    display:flex !important;
  }

  .nav-links > a{
    width:100% !important;
    padding:12px 13px !important;
    border-radius:10px !important;
    text-align:left !important;
    font-size:14px !important;
    line-height:1.2 !important;
  }

  .nav-links .nav-pill{
    margin-top:6px !important;
    background:#3b251a !important;
    color:#fff !important;
  }
}

/* Tablet / Instagram browser: one readable card per row. */
@media (max-width:900px){
  .v33-thoughts .page-hero h1{
    max-width:760px !important;
    font-size:clamp(42px,7vw,58px) !important;
    line-height:.98 !important;
  }

  .v33-thoughts .thought-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .v33-thoughts .thought-card{
    display:grid !important;
    grid-template-columns:minmax(220px,38%) 1fr !important;
    min-height:260px !important;
  }

  .v33-thoughts .thought-card img{
    width:100% !important;
    height:100% !important;
    min-height:260px !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
  }

  .v33-thoughts .thought-body{
    padding:24px !important;
    align-self:center !important;
  }

  .search-filter{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .search-box{
    width:100% !important;
  }

  .filter-row{
    display:flex !important;
    width:100% !important;
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
    gap:8px !important;
    padding-bottom:5px !important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .filter-row::-webkit-scrollbar{display:none}
  .filter-btn{
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }
}

@media (max-width:620px){
  .v33-thoughts .page-hero{
    padding-top:44px !important;
    padding-bottom:30px !important;
  }

  .v33-thoughts .page-hero h1{
    font-size:clamp(38px,11vw,48px) !important;
    line-height:1.01 !important;
  }

  .v33-thoughts .v33-page-visual{
    padding:6px 0 20px !important;
  }

  .v33-thoughts .v33-page-visual img{
    aspect-ratio:16/9 !important;
    max-height:245px !important;
    border-radius:18px !important;
  }

  .v33-thoughts .thought-card{
    display:block !important;
    min-height:0 !important;
  }

  .v33-thoughts .thought-card img{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16/9 !important;
  }

  .v33-thoughts .thought-body{
    padding:20px !important;
  }

  .v33-blog .v33-blog-overview img{
    aspect-ratio:16/9 !important;
    max-height:245px !important;
  }
}

/* Avoid repeating the old flat/vector look if a cached selector survives. */
.v33-thoughts .thought-card img,
.v33-blog .blog-card img,
.v33-coffee .story-card img,
.v33-start .about-visual{
  filter:none !important;
}


/* =========================================================
   V36 — EDITORIAL PHOTOGRAPHY SYSTEM
   Real scenes, stronger hierarchy, less template repetition.
   ========================================================= */

/* Give remote editorial photos a consistent premium crop. */
img[src^="https://images.unsplash.com/"]{
  background:#e9e0d5;
}

/* Blog related reading: magazine list, not two duplicate boxes. */
.blog-related .story-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:18px !important;
}
.blog-related .story-card{
  display:grid !important;
  grid-template-columns:minmax(260px,38%) 1fr !important;
  min-height:300px !important;
  overflow:hidden !important;
  border-radius:24px !important;
  background:#fffdf8 !important;
}
.blog-related .story-card img{
  width:100% !important;
  height:100% !important;
  min-height:300px !important;
  object-fit:cover !important;
}
.blog-related .story-card .story-body{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:34px !important;
}
.blog-related .story-card h3{
  font-size:clamp(26px,3vw,38px) !important;
  line-height:1.04 !important;
  max-width:620px !important;
}
.blog-related .story-card p{
  max-width:620px !important;
}

/* Blog landing: editorial cards need visual air. */
.v33-blog .blog-card-featured{
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) !important;
}
.v33-blog .blog-card-featured img{
  min-height:500px !important;
}
.v33-blog .blog-card:not(.blog-card-featured) img{
  min-height:330px !important;
}
.v33-blog .blog-theme-card{
  min-height:430px !important;
}

/* Thoughts: keep photography prominent but avoid repetitive poster blocks. */
.v33-thoughts .thought-card img{
  object-position:center !important;
}
.v33-thoughts .thought-card:nth-child(3n+1) img{object-position:center 45% !important}
.v33-thoughts .thought-card:nth-child(3n+2) img{object-position:center 55% !important}
.v33-thoughts .thought-card:nth-child(3n+3) img{object-position:center 65% !important}

/* Coffee: visually richer, slightly taller photo treatment. */
.v33-coffee .story-card img{
  min-height:330px !important;
}

/* Contact image reads as an editorial banner rather than another card. */
.v33-contact .v33-contact-visual img{
  aspect-ratio:16/7 !important;
  max-height:460px !important;
}

/* Tablet / Instagram in-app browser */
@media(max-width:900px){
  .blog-related .story-card{
    grid-template-columns:42% 1fr !important;
    min-height:280px !important;
  }
  .blog-related .story-card img{
    min-height:280px !important;
  }
  .blog-related .story-card .story-body{
    padding:26px !important;
  }
  .v33-blog .blog-card-featured{
    grid-template-columns:1fr !important;
  }
  .v33-blog .blog-card-featured img{
    min-height:340px !important;
  }
}

/* Phone: strong single-column visual editorial layout */
@media(max-width:620px){
  .blog-related .story-card{
    display:block !important;
    min-height:0 !important;
  }
  .blog-related .story-card img{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16/10 !important;
  }
  .blog-related .story-card .story-body{
    padding:22px !important;
  }
  .blog-related .story-card h3{
    font-size:28px !important;
  }

  .v33-blog .blog-card-featured img,
  .v33-blog .blog-card:not(.blog-card-featured) img,
  .v33-blog .blog-theme-card{
    min-height:260px !important;
  }

  .v33-contact .v33-contact-visual img{
    aspect-ratio:16/10 !important;
    max-height:none !important;
  }
}


/* =========================================================
   V37 — ILLUSTRATED EDITORIAL VISUAL SYSTEM
   Warm paper / painterly collage / brand-lock palette.
   ========================================================= */

:root{
  --v37-cream:#F4F0E7;
  --v37-paper:#FEFDF8;
  --v37-espresso:#2B1B16;
  --v37-coffee:#402519;
  --v37-gold:#B77B3D;
  --v37-terra:#D85C49;
  --v37-latte:#E8DDD2;
  --v37-gray:#77716D;
}

body{
  background:var(--v37-cream);
  color:var(--v37-espresso);
}

/* Visuals now share the approved handmade paper / collage look. */
main img:not(.site-brand-mark){
  border-color:rgba(64,37,25,.14) !important;
}

/* Main page visuals read as editorial illustrations, not photo blocks. */
.v33-page-visual img,
.article-hero-image,
.blog-card img,
.blog-theme-card img,
.thought-card img,
.story-card img,
.popular-card img,
.category-card img{
  filter:saturate(.96) contrast(.98) !important;
}

/* Slightly more breathing room and softer framed treatment. */
.v33-page-visual img,
.article-hero-image{
  box-shadow:0 18px 42px rgba(43,27,22,.10) !important;
}

/* Blog related cards become illustrated magazine panels. */
.blog-related .story-card{
  background:linear-gradient(180deg,#FEFDF8 0%,#F4F0E7 100%) !important;
  border:1px solid rgba(64,37,25,.14) !important;
}
.blog-related .story-card img{
  object-fit:cover !important;
}

/* Thought cards use alternating paper tones to reduce visual monotony. */
.v33-thoughts .thought-card:nth-child(4n+1){background:#FEFDF8 !important}
.v33-thoughts .thought-card:nth-child(4n+2){background:#F7EFE6 !important}
.v33-thoughts .thought-card:nth-child(4n+3){background:#F2E7DC !important}
.v33-thoughts .thought-card:nth-child(4n+4){background:#F8F3EA !important}

/* Blog category tone differences */
.v33-blog .blog-card:nth-child(3n+1){background:#FEFDF8 !important}
.v33-blog .blog-card:nth-child(3n+2){background:#F3ECE4 !important}
.v33-blog .blog-card:nth-child(3n+3){background:#F6EFE7 !important}

/* Caramel Gold accents, Terracotta only sparingly. */
.eyebrow,
.tag,
.mini-link,
.archive-number{
  color:var(--v37-gold) !important;
}
.btn-dark,
.nav-links .nav-pill{
  background:var(--v37-coffee) !important;
}
.blog-reflection-card{
  background:var(--v37-coffee) !important;
}

/* Homepage/video remains cinematic, but supporting imagery is illustrated. */
.popular-card,
.story-card,
.blog-card,
.thought-card{
  box-shadow:0 12px 30px rgba(43,27,22,.05) !important;
}

@media(max-width:900px){
  .blog-related .story-card{
    grid-template-columns:42% 1fr !important;
  }
}

@media(max-width:620px){
  .blog-related .story-card{
    display:block !important;
  }
  .blog-related .story-card img{
    aspect-ratio:16/10 !important;
  }
  .v33-page-visual img{
    aspect-ratio:16/9 !important;
  }
}

/* V39 cache-safe illustrated visual pass */
img[src*="v39-"]{background:#F4F0E7;}

/* V40 — illustrated homepage hero video. */


/* =========================================================
   V41 — HOMEPAGE HERO READABILITY FIX
   ========================================================= */

/* The small hero line was losing contrast over the illustrated video. */
.hero-content .eyebrow,
.hero-copy .eyebrow,
.hero-card .eyebrow,
.hero-overlay .eyebrow{
  color:#FFFFFF !important;
  font-weight:800 !important;
  text-shadow:
    0 1px 2px rgba(0,0,0,.55),
    0 2px 8px rgba(0,0,0,.38) !important;
  letter-spacing:.18em !important;
}

/* If the homepage uses a standalone eyebrow inside the video hero,
   this targets it without changing editorial eyebrows elsewhere. */
.home-hero .eyebrow,
.video-hero .eyebrow,
[data-hero-video] ~ .hero-content .eyebrow{
  color:#FFFFFF !important;
  text-shadow:
    0 1px 2px rgba(0,0,0,.58),
    0 2px 8px rgba(0,0,0,.42) !important;
}

/* Slightly darken only the top text zone for consistent legibility,
   while preserving the illustrated video. */
.hero-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(
      180deg,
      rgba(31,17,11,.20) 0%,
      rgba(31,17,11,.10) 28%,
      rgba(31,17,11,0) 52%
    );
  z-index:1;
}

.hero-card .hero-content,
.hero-card .hero-copy{
  position:relative;
  z-index:2;
}

@media(max-width:620px){
  .hero-content .eyebrow,
  .hero-copy .eyebrow,
  .hero-card .eyebrow,
  .hero-overlay .eyebrow{
    color:#FFFFFF !important;
    font-weight:800 !important;
    text-shadow:
      0 1px 2px rgba(0,0,0,.62),
      0 2px 9px rgba(0,0,0,.45) !important;
  }
}


/* =========================================================
   V42 — ALWAYS-VISIBLE HEADER NAVIGATION
   No hamburger menu on mobile/tablet.
   ========================================================= */

/* Desktop keeps the existing horizontal navigation. */
@media (min-width:1121px){
  .menu-btn{
    display:none !important;
  }
}

/* Tablet / Instagram in-app browser:
   brand on row one, all navigation visible on row two. */
@media (max-width:1120px){
  .site-header{
    overflow:visible !important;
  }

  .navbar{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding-top:12px !important;
    padding-bottom:10px !important;
  }

  .site-brand{
    justify-self:start !important;
    min-width:0 !important;
  }

  .site-brand-mark{
    flex:0 0 auto !important;
  }

  .site-brand-text{
    white-space:nowrap !important;
  }

  /* Remove hamburger completely. */
  .menu-btn{
    display:none !important;
  }

  /* Override all earlier dropdown/mobile-nav rules. */
  .nav-links,
  .nav-links.open{
    position:static !important;
    display:flex !important;
    width:100% !important;
    max-width:none !important;
    max-height:none !important;
    overflow:visible !important;
    padding:0 !important;
    margin:0 !important;
    gap:6px !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    z-index:auto !important;
  }

  .nav-links > a{
    width:auto !important;
    padding:8px 10px !important;
    border-radius:999px !important;
    font-size:12px !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
    text-align:center !important;
    border:1px solid rgba(111,71,49,.14) !important;
    background:rgba(255,250,243,.68) !important;
  }

  .nav-links > a.active,
  .nav-links > a[aria-current="page"]{
    background:#efe2d2 !important;
    border-color:rgba(111,71,49,.24) !important;
    color:var(--espresso) !important;
  }

  .nav-links > a.active:not(.nav-pill)::after,
  .nav-links > a[aria-current="page"]:not(.nav-pill)::after{
    display:none !important;
  }

  .nav-links .nav-pill{
    margin:0 !important;
    background:var(--v37-coffee, #402519) !important;
    color:#fff !important;
    border-color:var(--v37-coffee, #402519) !important;
  }
}

/* Phones: preserve all tabs by wrapping naturally across two/three short rows.
   No horizontal scrolling and no hidden navigation. */
@media (max-width:620px){
  .navbar{
    gap:9px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }

  .site-brand-text{
    font-size:15px !important;
    letter-spacing:.04em !important;
  }

  .site-brand-mark{
    width:28px !important;
    height:auto !important;
  }

  .nav-links,
  .nav-links.open{
    gap:5px !important;
  }

  .nav-links > a{
    flex:0 0 auto !important;
    padding:7px 9px !important;
    font-size:11px !important;
  }

  .nav-links .nav-pill{
    padding-left:11px !important;
    padding-right:11px !important;
  }
}

/* Very narrow phones: slightly tighter tabs, still fully visible. */
@media (max-width:390px){
  .nav-links > a{
    padding:6px 7px !important;
    font-size:10px !important;
  }

  .site-brand-text{
    font-size:14px !important;
  }
}


/* =========================================================
   V43 — MOBILE HEADER NAVIGATION REFINEMENT
   Compact, single-line, swipeable nav. No hamburger. No wrap.
   ========================================================= */

/* Tablet and below: brand first row, compact nav strip second row. */
@media (max-width:1120px){
  .site-header{
    overflow:visible !important;
  }

  .navbar{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    padding-top:10px !important;
    padding-bottom:9px !important;
  }

  .site-brand{
    justify-self:start !important;
    min-width:0 !important;
  }

  .menu-btn{
    display:none !important;
  }

  .nav-links,
  .nav-links.open{
    position:static !important;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;

    width:100% !important;
    max-width:100% !important;
    max-height:none !important;

    gap:6px !important;
    margin:0 !important;
    padding:2px 0 4px !important;

    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior-x:contain !important;
    scrollbar-width:none !important;

    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .nav-links::-webkit-scrollbar{
    display:none !important;
  }

  .nav-links > a{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:auto !important;

    padding:8px 12px !important;
    margin:0 !important;

    white-space:nowrap !important;
    text-align:center !important;

    font-size:12px !important;
    line-height:1 !important;
    font-weight:700 !important;

    border-radius:999px !important;
    border:1px solid rgba(111,71,49,.16) !important;
    background:rgba(255,250,243,.78) !important;
    color:var(--espresso) !important;
  }

  .nav-links > a.active,
  .nav-links > a[aria-current="page"]{
    background:#ead8c4 !important;
    border-color:rgba(111,71,49,.28) !important;
  }

  .nav-links > a.active:not(.nav-pill)::after,
  .nav-links > a[aria-current="page"]:not(.nav-pill)::after{
    display:none !important;
  }

  /* Instagram should behave like another compact tab, never a large CTA. */
  .nav-links .nav-pill{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:auto !important;
    margin:0 !important;
    padding:8px 12px !important;

    border-radius:999px !important;
    background:#402519 !important;
    border-color:#402519 !important;
    color:#fff !important;
  }
}

/* Phone-specific tightening */
@media (max-width:620px){
  .navbar{
    gap:7px !important;
    padding-top:9px !important;
    padding-bottom:8px !important;
  }

  .site-brand{
    gap:9px !important;
  }

  .site-brand-mark{
    width:29px !important;
    height:auto !important;
  }

  .site-brand-text{
    font-size:15px !important;
    letter-spacing:.045em !important;
    white-space:nowrap !important;
  }

  .nav-links,
  .nav-links.open{
    gap:5px !important;
    padding-bottom:3px !important;
  }

  .nav-links > a,
  .nav-links .nav-pill{
    padding:7px 10px !important;
    font-size:11px !important;
  }
}

/* Very narrow screens: still single-row + swipe, never wrap */
@media (max-width:390px){
  .site-brand-text{
    font-size:14px !important;
  }

  .nav-links > a,
  .nav-links .nav-pill{
    padding:7px 9px !important;
    font-size:10.5px !important;
  }
}


/* =========================================================
   V43.1 — DESKTOP HEADER POLISH
   - Instagram: permanent white text on Deep Coffee
   - Active page: short Caramel Gold indicator, not word underline
   - Mobile V43 navigation behavior remains unchanged
   ========================================================= */

/* Never allow browser link/visited styling to affect primary navigation. */
.nav-links > a,
.nav-links > a:link,
.nav-links > a:visited,
.nav-links > a:hover,
.nav-links > a:focus,
.nav-links > a:active{
  text-decoration:none !important;
}

/* Instagram CTA: correct contrast on every interaction state. */
.nav-links .nav-pill,
.nav-links .nav-pill:link,
.nav-links .nav-pill:visited,
.nav-links .nav-pill:hover,
.nav-links .nav-pill:focus,
.nav-links .nav-pill:active{
  background:#402519 !important;
  border-color:#402519 !important;
  color:#FFFFFF !important;
  opacity:1 !important;
  text-decoration:none !important;
}

.nav-links .nav-pill:hover,
.nav-links .nav-pill:focus-visible{
  background:#533225 !important;
  border-color:#533225 !important;
  color:#FFFFFF !important;
}

/* Desktop active-page treatment. */
@media (min-width:1121px){
  .nav-links > a:not(.nav-pill){
    position:relative;
  }

  .nav-links > a.active,
  .nav-links > a[aria-current="page"]{
    color:#402519 !important;
    font-weight:850 !important;
    opacity:1 !important;
    text-decoration:none !important;
  }

  /* Replace the old full text-width dark underline with a small
     centered brand-gold indicator. */
  .nav-links > a.active:not(.nav-pill)::after,
  .nav-links > a[aria-current="page"]:not(.nav-pill)::after{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    right:auto !important;
    bottom:-9px !important;
    width:22px !important;
    height:2px !important;
    border-radius:999px !important;
    background:#B77B3D !important;
    transform:translateX(-50%) !important;
  }

  /* Hover should be restrained; active state remains the only indicator. */
  .nav-links > a:not(.nav-pill):hover{
    color:#402519 !important;
    opacity:1 !important;
    text-decoration:none !important;
  }
}

/* Mobile/tablet V43 uses pill active states; explicitly suppress
   the desktop gold indicator there. */
@media (max-width:1120px){
  .nav-links > a.active:not(.nav-pill)::after,
  .nav-links > a[aria-current="page"]:not(.nav-pill)::after{
    display:none !important;
    content:none !important;
  }

  .nav-links .nav-pill,
  .nav-links .nav-pill:link,
  .nav-links .nav-pill:visited,
  .nav-links .nav-pill:hover,
  .nav-links .nav-pill:focus,
  .nav-links .nav-pill:active{
    color:#FFFFFF !important;
  }
}


/* =========================================================
   V43.2 — DAILY + WEEKLY THOUGHT READING EXPERIENCE
   ========================================================= */
.article-page-hero{
  padding-top:clamp(54px,7vw,82px) !important;
  padding-bottom:30px !important;
  background:
    radial-gradient(circle at 85% 20%,rgba(183,123,61,.09),transparent 31%),
    linear-gradient(180deg,rgba(254,253,248,.86),rgba(247,240,230,.32));
}
.article-page-hero .container{width:min(calc(100% - 40px),1040px)}
.article-page-hero h1{
  font-size:clamp(44px,5.8vw,72px) !important;
  line-height:1.02;
  max-width:980px;
  text-wrap:balance;
}
.article-page-hero .article-meta{margin-top:22px}
.article-visual-wrap{margin-bottom:0 !important}
.article-image-caption{
  max-width:680px;
  margin:11px auto 0 !important;
  line-height:1.55;
}

.article-reading-shell{
  width:min(calc(100% - 40px),1050px);
  margin:0 auto;
  display:grid;
  grid-template-columns:190px minmax(0,760px);
  justify-content:center;
  gap:54px;
  align-items:start;
  padding:38px 0 54px;
}
.article-rail-inner{
  position:sticky;
  top:112px;
  display:grid;
  gap:4px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(254,253,248,.82);
  box-shadow:0 10px 30px rgba(52,31,20,.045);
}
.article-rail .eyebrow{margin-bottom:9px}
.article-rail a{
  padding:7px 0;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  line-height:1.25;
}
.article-rail a:hover{color:var(--espresso)}
.article-rail .article-rail-archive{
  color:var(--coffee);
  margin-top:8px;
  padding-top:13px;
  border-top:1px solid var(--line);
}
.prose.article-prose-v432{
  width:100%;
  margin:0;
  padding:0;
}
.prose.article-prose-v432 p{
  font-size:18px;
  line-height:1.78;
  color:#4e433c;
}
.prose.article-prose-v432 h2{
  font-size:clamp(30px,3.2vw,39px);
  line-height:1.08;
  margin-top:50px;
  margin-bottom:15px;
  scroll-margin-top:118px;
}
.thought-summary-card{
  padding:28px 30px;
  border:1px solid rgba(183,123,61,.28);
  border-left:4px solid var(--caramel);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(255,250,243,.96),rgba(242,227,211,.66));
  box-shadow:0 14px 38px rgba(52,31,20,.055);
}
.thought-summary-card .eyebrow{margin-bottom:10px}
.thought-summary-card p{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(23px,2.6vw,30px) !important;
  line-height:1.35 !important;
  color:var(--espresso) !important;
}
.article-scan-card{
  margin-top:38px;
  padding:26px 28px;
  border-radius:20px;
  background:#f0e8dc;
  border:1px solid rgba(111,71,49,.10);
  scroll-margin-top:118px;
}
.article-scan-list{
  list-style:none;
  display:grid;
  gap:12px;
  padding:0;
  margin:15px 0 0;
}
.article-scan-list li{
  position:relative;
  padding-left:25px;
  color:#4e433c;
  font-size:16px;
  line-height:1.55;
}
.article-scan-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--caramel);
  box-shadow:0 0 0 4px rgba(183,123,61,.12);
}
.article-inline-visual.v432-inline{margin:44px 0 10px}
.article-inline-visual.v432-inline img{max-height:430px}
.article-inline-visual.v432-inline figcaption{
  max-width:600px;
  margin:10px auto 0;
  line-height:1.5;
}
.article-practice-card{
  padding:24px 26px;
  background:var(--espresso);
  color:#fff;
  border-radius:20px;
  box-shadow:0 16px 40px rgba(43,27,22,.12);
}
.article-practice-card span,
.article-takeaway-card span{
  display:block;
  margin-bottom:8px;
  font-size:10px;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
}
.article-practice-card span{color:#e1b885}
.article-practice-card p{
  margin:0;
  color:rgba(255,255,255,.91) !important;
  font-size:17px !important;
}
.reflection-question{
  margin:0;
  padding:0 0 0 24px;
  border-left:3px solid var(--caramel);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(27px,3vw,36px);
  line-height:1.28;
  color:var(--espresso);
}
.reflection-note{
  margin-top:20px;
  color:var(--muted) !important;
  font-size:15px !important;
}
.article-takeaway-card{
  margin-top:52px;
  padding:27px 28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--paper);
}
.article-takeaway-card span{color:var(--coffee)}
.article-takeaway-card p{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px !important;
  line-height:1.42 !important;
  color:var(--espresso) !important;
}

.article-after-share{
  width:min(calc(100% - 40px),760px);
  margin:0 auto 56px;
}
.article-after-share .article-share-bar{
  margin-top:0;
  padding:20px 22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(254,253,248,.72);
}

.thought-series-nav{
  width:min(calc(100% - 40px),1050px);
  margin:0 auto 58px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(135deg,#fffaf3 0%,#f2e8dc 100%);
}
.series-nav-top{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:20px;
}
.series-nav-top h2{
  font-size:31px;
  margin:7px 0 0;
}
.series-archive-link{
  flex:0 0 auto;
  color:var(--coffee);
  font-size:12px;
  font-weight:900;
}
.series-nav-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.series-nav-card{
  min-height:122px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:9px;
  padding:20px;
  border:1px solid rgba(111,71,49,.14);
  border-radius:17px;
  background:rgba(254,253,248,.82);
  transition:transform .18s ease,box-shadow .18s ease;
}
.series-nav-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(52,31,20,.07);
}
.series-nav-card span{
  color:var(--coffee);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:900;
}
.series-nav-card strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  line-height:1.28;
  color:var(--espresso);
}
.series-next{text-align:right}
.series-nav-spacer{min-height:1px}
.article-instagram-cta{margin-top:0 !important}
.related-thoughts{padding-top:14px}
.related-thoughts > h2{max-width:760px}

@media (max-width:900px){
  .article-reading-shell{
    grid-template-columns:1fr;
    gap:20px;
  }
  .article-rail-inner{
    position:static;
    display:flex;
    align-items:center;
    gap:8px;
    overflow-x:auto;
    padding:9px 0 12px;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:transparent;
    scrollbar-width:none;
  }
  .article-rail-inner::-webkit-scrollbar{display:none}
  .article-rail .eyebrow{display:none}
  .article-rail a{
    flex:0 0 auto;
    padding:8px 11px;
    border:1px solid var(--line);
    border-radius:999px;
    background:var(--paper);
    font-size:11px;
  }
  .article-rail .article-rail-archive{
    margin:0;
    padding:8px 11px;
    border-top:1px solid var(--line);
    color:var(--coffee);
  }
}
@media (max-width:620px){
  .article-page-hero .container,
  .article-reading-shell,
  .article-after-share,
  .thought-series-nav{
    width:calc(100% - 24px);
  }
  .article-page-hero{
    padding-top:42px !important;
    padding-bottom:23px !important;
  }
  .article-page-hero h1{
    font-size:clamp(40px,12vw,58px) !important;
    line-height:1.02;
  }
  .article-page-hero .article-meta{
    gap:7px;
    margin-top:17px;
  }
  .article-reading-shell{
    padding-top:25px;
    padding-bottom:42px;
  }
  .thought-summary-card{
    padding:22px 21px;
    border-radius:17px;
  }
  .thought-summary-card p{font-size:23px !important}
  .prose.article-prose-v432 p{
    font-size:17px;
    line-height:1.72;
  }
  .prose.article-prose-v432 h2{
    margin-top:42px;
    font-size:31px;
  }
  .article-scan-card,
  .article-practice-card,
  .article-takeaway-card{
    padding:22px 20px;
    border-radius:17px;
  }
  .reflection-question{
    font-size:28px;
    padding-left:18px;
  }
  .article-after-share{margin-bottom:42px}
  .article-after-share .article-share-bar{padding:18px}
  .thought-series-nav{
    padding:22px 18px;
    border-radius:20px;
    margin-bottom:44px;
  }
  .series-nav-top{display:block}
  .series-archive-link{
    display:inline-block;
    margin-top:12px;
  }
  .series-nav-grid{grid-template-columns:1fr}
  .series-nav-spacer{display:none}
  .series-next{text-align:left}
  .series-nav-card{min-height:105px}
}


/* =========================================================
   V43.3.2 — AUTOMATIC THOUGHT RELEASE
   ========================================================= */
.release-status-section{padding:0 0 14px}
.release-status-card{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:15px 17px;
  border:1px solid rgba(183,123,61,.22);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,250,243,.94),rgba(242,227,211,.58));
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.release-status-card strong{
  display:block;
  margin-bottom:2px;
  color:var(--espresso);
  font-size:13px;
}
.release-status-card span:not(.release-status-dot){display:block}
.release-status-dot{
  flex:0 0 auto;
  width:9px;
  height:9px;
  margin-top:5px;
  border-radius:50%;
  background:var(--caramel);
  box-shadow:0 0 0 5px rgba(183,123,61,.12);
}
@media(max-width:620px){
  .release-status-card{padding:14px 15px;border-radius:14px}
}


/* =========================================================
   V45 — LOCKED ILLUSTRATED VISUAL LIBRARY
   ========================================================= */
img[src*="/assets/images/v45-"]{
  object-position:center center;
}
.article-hero-image[src*="/assets/images/v45-"],
.story-card img[src*="/assets/images/v45-"],
.week-thought-image[src*="/assets/images/v45-"]{
  background:#F4F0E7;
}


/* =========================================================
   V45.2 — OFFICIAL LOGO REFRESH
   Uses the supplied official vector logo files.
   No CSS recoloring, filters, or reconstructed wordmarks.
   ========================================================= */

/* The official horizontal logo now contains the complete brand name,
   so the old separate symbol + typed wordmark are no longer used. */
.site-brand{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
  width:auto !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
  flex:0 0 auto !important;
  overflow:visible !important;
  text-decoration:none !important;
}

.site-brand-primary-logo{
  display:block !important;
  width:190px !important;
  height:auto !important;
  max-width:190px !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  flex:0 0 auto !important;
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}

/* The footer remains the established light V45 footer, so the official
   full-color transparent logo is the correct supplied variant here. */
.footer-site-brand{
  display:inline-flex !important;
  width:auto !important;
  height:auto !important;
  max-width:none !important;
  margin-bottom:14px !important;
  overflow:visible !important;
}

.footer-site-brand .site-brand-primary-logo{
  width:185px !important;
  max-width:185px !important;
  height:auto !important;
}

/* Cache-safe desktop header height for the complete official lockup. */
@media (min-width:1121px){
  .navbar{
    min-height:98px !important;
    height:98px !important;
  }
}

/* Tablet / mobile header remains two-row: brand, then swipeable nav.
   Height must be automatic so the complete logo is never clipped. */
@media (max-width:1120px){
  .navbar{
    min-height:0 !important;
    height:auto !important;
  }

  .site-brand{
    max-width:100% !important;
  }

  .site-brand-primary-logo{
    width:170px !important;
    max-width:170px !important;
  }
}

@media (max-width:620px){
  .site-brand-primary-logo{
    width:155px !important;
    max-width:155px !important;
  }

  .footer-site-brand .site-brand-primary-logo{
    width:170px !important;
    max-width:170px !important;
  }
}

@media (max-width:390px){
  .site-brand-primary-logo{
    width:150px !important;
    max-width:150px !important;
  }
}

/* Legacy V28 brand elements are intentionally suppressed if a stale
   cached fragment ever appears. The old files remain unreferenced only
   for short-term cache compatibility. */
.site-brand > .site-brand-mark,
.site-brand > .site-brand-text{
  display:none !important;
}


/* V45.2 — New official About brand animation */
.about-brand-video-shell,
.about-brand-video{
  background:#F4F0E7 !important;
}

/* =========================================================
   V45.5 — HOMEPAGE CONVERSION REFRESH
   ========================================================= */
.home-v455{background:#F4F0E7}
.home-v455 .lp-section{padding:72px 0}
.home-v455 .lp-tight{padding:42px 0}
.home-v455 .lp-hero{padding:42px 0 28px}
.home-v455 .lp-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:42px;align-items:center}
.home-v455 .lp-hero-copy{max-width:700px}
.home-v455 .lp-hero-copy h1{margin:12px 0 18px;font-size:clamp(3.5rem,6.7vw,6.3rem);line-height:.94;letter-spacing:-.045em}
.home-v455 .lp-hero-lede{max-width:650px;margin:0 0 26px;color:#665a53;font-size:clamp(1.08rem,1.6vw,1.3rem);line-height:1.7}
.home-v455 .lp-actions{display:flex;flex-wrap:wrap;gap:12px}
.home-v455 .lp-proof{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:22px;color:#77716D;font-size:.9rem}
.home-v455 .lp-proof span{display:inline-flex;align-items:center;gap:7px}
.home-v455 .lp-proof span:before{content:"";width:6px;height:6px;border-radius:50%;background:#B77B3D}
.home-v455 .lp-hero-media{position:relative;overflow:hidden;min-height:500px;border:1px solid rgba(64,37,25,.14);border-radius:34px;background:#E8DDD2;box-shadow:0 28px 80px rgba(64,37,25,.12)}
.home-v455 .lp-hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.home-v455 .lp-hero-media:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(to top,rgba(43,27,22,.58),transparent)}
.home-v455 .lp-media-note{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#FEFDF8}
.home-v455 .lp-media-note strong{display:block;max-width:360px;font-family:Georgia,"Times New Roman",serif;font-size:1.3rem;line-height:1.2}
.home-v455 .lp-media-note small{display:block;margin-top:8px;opacity:.78;text-transform:uppercase;letter-spacing:.08em}
.home-v455 .lp-value-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #E3D7CB;border-radius:24px;background:#FEFDF8}
.home-v455 .lp-value{padding:22px;min-height:145px}
.home-v455 .lp-value+.lp-value{border-left:1px solid #E8DDD2}
.home-v455 .lp-value-mark{display:grid;place-items:center;width:38px;height:38px;margin-bottom:14px;border-radius:12px;background:#F4F0E7;color:#7f4d2d;font-weight:800}
.home-v455 .lp-value h3{margin:0 0 7px;font-size:1rem}
.home-v455 .lp-value p{margin:0;color:#77716D;font-size:.92rem;line-height:1.55}
.home-v455 .lp-head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:28px}
.home-v455 .lp-head h2{margin:8px 0 0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1}
.home-v455 .lp-head>p{max-width:470px;margin:0;color:#77716D;line-height:1.65}
.home-v455 .lp-start-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home-v455 .lp-start-card{position:relative;min-height:430px;overflow:hidden;border-radius:28px;background:#2B1B16;color:#FEFDF8;text-decoration:none}
.home-v455 .lp-start-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.home-v455 .lp-start-card:hover img{transform:scale(1.025)}
.home-v455 .lp-start-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(43,27,22,.9),rgba(43,27,22,.1) 70%)}
.home-v455 .lp-start-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}
.home-v455 .lp-start-copy h3{margin:12px 0 8px;color:#FEFDF8;font-size:clamp(1.6rem,2.4vw,2.15rem);line-height:1.05}
.home-v455 .lp-start-copy p{margin:0 0 12px;color:rgba(254,253,248,.84);line-height:1.55}
.home-v455 .lp-start-copy .mini-link{color:#FEFDF8}
.home-v455 .lp-spotlight{display:grid;grid-template-columns:1.27fr .73fr;gap:18px}
.home-v455 .lp-today,.home-v455 .lp-week{overflow:hidden;border:1px solid #E3D7CB;border-radius:30px}
.home-v455 .lp-today{display:grid;grid-template-columns:1fr 42%;min-height:510px;background:#2B1B16;color:#FEFDF8}
.home-v455 .lp-today-copy{display:flex;flex-direction:column;justify-content:center;padding:46px}
.home-v455 .lp-day{margin:10px 0 24px;color:#E2BC97;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.home-v455 .lp-quote{margin:0 0 28px;color:#FEFDF8;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.15rem,4vw,3.45rem);line-height:1.08}
.home-v455 .lp-today img{width:100%;height:100%;object-fit:cover}
.home-v455 .lp-week{display:flex;flex-direction:column;background:#FEFDF8}
.home-v455 .lp-week img{width:100%;aspect-ratio:4/3;object-fit:cover}
.home-v455 .lp-week-copy{display:flex;flex:1;flex-direction:column;padding:28px}
.home-v455 .lp-week-copy h3{margin:10px 0;font-size:1.75rem;line-height:1.12}
.home-v455 .lp-week-copy p{color:#77716D;line-height:1.6}
.home-v455 .lp-week-copy .mini-link{margin-top:auto}
.home-v455 .lp-how{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.home-v455 .lp-step{padding:30px;border:1px solid #E3D7CB;border-radius:24px;background:#FEFDF8}
.home-v455 .lp-step-num{display:grid;place-items:center;width:42px;height:42px;margin-bottom:22px;border-radius:50%;background:#402519;color:#FEFDF8;font-weight:800}
.home-v455 .lp-step h3{margin:0 0 9px;font-size:1.4rem}
.home-v455 .lp-step p{margin:0;color:#77716D;line-height:1.65}
.home-v455 .lp-themes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.home-v455 .lp-theme{display:grid;grid-template-columns:110px 1fr;min-height:142px;overflow:hidden;border:1px solid #E3D7CB;border-radius:22px;background:#FEFDF8;color:inherit;text-decoration:none}
.home-v455 .lp-theme img{width:100%;height:100%;object-fit:cover}
.home-v455 .lp-theme-copy{display:flex;flex-direction:column;justify-content:center;padding:18px}
.home-v455 .lp-theme h3{margin:0 0 5px;font-size:1.08rem}
.home-v455 .lp-theme p{margin:0;color:#77716D;font-size:.9rem;line-height:1.45}
.home-v455 .lp-feature{display:grid;grid-template-columns:1.02fr .98fr;min-height:520px;overflow:hidden;border:1px solid #E3D7CB;border-radius:32px;background:#FEFDF8}
.home-v455 .lp-feature img{width:100%;height:100%;object-fit:cover}
.home-v455 .lp-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:48px}
.home-v455 .lp-feature-copy h2{margin:12px 0 18px;font-size:clamp(2.3rem,4.3vw,3.9rem);line-height:1}
.home-v455 .lp-feature-copy p{margin:0 0 24px;color:#77716D;font-size:1.04rem;line-height:1.7}
.home-v455 .lp-app{display:grid;grid-template-columns:140px 1fr auto;gap:28px;align-items:center;padding:30px;border-radius:30px;background:#402519;color:#FEFDF8}
.home-v455 .lp-app>img{width:140px;height:140px;border-radius:28px}
.home-v455 .lp-app h2{margin:7px 0 9px;color:#FEFDF8;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1}
.home-v455 .lp-app p{margin:0;max-width:650px;color:rgba(254,253,248,.78);line-height:1.6}
.home-v455 .lp-app-actions{display:flex;flex-direction:column;gap:9px;min-width:190px}
.home-v455 .lp-app-help{font-size:.83rem;color:rgba(254,253,248,.62)}
.home-v455 .lp-install-note{display:none;margin-top:16px;padding:14px 16px;border:1px solid rgba(254,253,248,.18);border-radius:14px;background:rgba(254,253,248,.06);color:rgba(254,253,248,.88);line-height:1.55}
.home-v455 .lp-install-note.is-visible{display:block}
.home-v455 .lp-instagram{padding:64px 0;background:#2B1B16;color:#FEFDF8}
.home-v455 .lp-instagram-grid{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}
.home-v455 .lp-instagram h2{margin:8px 0 10px;max-width:780px;color:#FEFDF8;font-size:clamp(2.2rem,4.5vw,4rem);line-height:1}
.home-v455 .lp-instagram p{margin:0;color:rgba(254,253,248,.72)}
.home-v455 .lp-final{padding:88px 0 92px;text-align:center}
.home-v455 .lp-final h2{max-width:850px;margin:10px auto 20px;font-size:clamp(2.7rem,5.5vw,5.2rem);line-height:.98}
.home-v455 .lp-final p{max-width:620px;margin:0 auto 24px;color:#77716D;font-size:1.05rem;line-height:1.65}
@media(max-width:1050px){
 .home-v455 .lp-hero-grid,.home-v455 .lp-spotlight{grid-template-columns:1fr}
 .home-v455 .lp-hero-media{min-height:520px}
 .home-v455 .lp-week{display:grid;grid-template-columns:42% 1fr}
 .home-v455 .lp-week img{height:100%;aspect-ratio:auto}
 .home-v455 .lp-app{grid-template-columns:120px 1fr}
 .home-v455 .lp-app>img{width:120px;height:120px}
 .home-v455 .lp-app-actions{grid-column:1/-1;flex-direction:row}
}
@media(max-width:820px){
 .home-v455 .lp-section{padding:56px 0}
 .home-v455 .lp-value-strip{grid-template-columns:1fr 1fr}
 .home-v455 .lp-value:nth-child(3){border-left:0;border-top:1px solid #E8DDD2}
 .home-v455 .lp-value:nth-child(4){border-top:1px solid #E8DDD2}
 .home-v455 .lp-start-grid,.home-v455 .lp-how,.home-v455 .lp-themes{grid-template-columns:1fr}
 .home-v455 .lp-today,.home-v455 .lp-feature{grid-template-columns:1fr}
 .home-v455 .lp-today img{min-height:320px}
 .home-v455 .lp-feature img{aspect-ratio:4/3}
 .home-v455 .lp-head,.home-v455 .lp-instagram-grid{display:block}
 .home-v455 .lp-head>p{margin-top:14px}
 .home-v455 .lp-instagram-grid .lp-actions{margin-top:22px}
}
@media(max-width:620px){
 .home-v455 .lp-hero{padding:24px 0 18px}
 .home-v455 .lp-hero-copy h1{font-size:clamp(3rem,15vw,4.7rem)}
 .home-v455 .lp-hero-media{min-height:390px;border-radius:24px}
 .home-v455 .lp-value-strip{grid-template-columns:1fr}
 .home-v455 .lp-value+.lp-value,.home-v455 .lp-value:nth-child(3),.home-v455 .lp-value:nth-child(4){border-left:0;border-top:1px solid #E8DDD2}
 .home-v455 .lp-start-card{min-height:360px}
 .home-v455 .lp-today-copy,.home-v455 .lp-feature-copy{padding:32px 24px}
 .home-v455 .lp-week{display:flex}
 .home-v455 .lp-week img{aspect-ratio:4/3}
 .home-v455 .lp-theme{grid-template-columns:96px 1fr}
 .home-v455 .lp-app{display:block;padding:24px}
 .home-v455 .lp-app>img{width:92px;height:92px;margin-bottom:20px;border-radius:20px}
 .home-v455 .lp-app-actions{display:flex;flex-direction:column;margin-top:20px}
 .home-v455 .lp-final{padding:66px 0 72px}
}


/* =========================================================
   V45.5.1 — FINAL DAILY THOUGHT CONSISTENCY FIX
   The bottom CTA now mirrors the actual current Daily Thought.
   ========================================================= */
.home-v455 .lp-final-daily .lp-final-label{
  margin:14px 0 8px;
  color:#B77B3D;
  font-size:.86rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-v455 .lp-final-daily h2{
  max-width:900px;
  margin:0 auto 14px;
}

.home-v455 .lp-final-daily .lp-final-day{
  margin:0 auto 18px;
  color:#8a7d75;
  font-size:.88rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}


/* =========================================================
   V45.6.1 — SOURCES & EVIDENCE LINK CLARITY
   External evidence sources are intentionally visible as links.
   ========================================================= */
.blog-prose .evidence-source-link{
  color:#8A4F2A !important;
  font-weight:650;
  text-decoration-line:underline !important;
  text-decoration-thickness:1.5px;
  text-underline-offset:3px;
  text-decoration-color:rgba(138,79,42,.55);
  transition:color .18s ease,text-decoration-color .18s ease;
}

.blog-prose .evidence-source-link::after{
  content:" ↗";
  display:inline;
  font-size:.82em;
  font-weight:800;
  text-decoration:none;
}

.blog-prose .evidence-source-link:hover{
  color:#402519 !important;
  text-decoration-color:#402519;
}

.blog-prose .evidence-source-link:focus-visible{
  outline:2px solid #B77B3D;
  outline-offset:3px;
  border-radius:3px;
}

.blog-prose .blog-end-note ol li{
  margin-bottom:8px;
}
