
: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;
}
