
: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/relationships.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/rest-reset.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;
  }
}
