/*
Theme Name: BooksOfTay Editorial Final
Theme URI: https://booksoftay.com/
Description: Final responsive BooksOfTay editorial child theme built on Kadence.
Author: BooksOfTay
Template: kadence
Version: 4.2.1
Text Domain: booksoftay
*/
:root{
  --bot-navy:#14233b; --bot-cream:#f8f3ea; --bot-paper:#fffdf9; --bot-copper:#d34a12;
  --bot-copper-soft:#c7764c; --bot-sage:#78988e; --bot-sand:#c59a58; --bot-line:rgba(20,35,59,.14);
  --bot-shadow:0 16px 48px rgba(20,35,59,.08); --bot-radius:10px;
  --bot-serif:Georgia,'Times New Roman',serif; --bot-sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:#eef2f4;color:var(--bot-navy);font-family:var(--bot-sans)}
.site-header,.site-footer{display:none!important}.site-container,.content-container,.content-area,.site-main,.entry-content-wrap,.entry-content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
a{color:inherit}.bot-shell{max-width:1536px;margin:0 auto;background:var(--paper,#fff);box-shadow:var(--bot-shadow);min-height:100vh}.bot-container{width:min(1320px,calc(100% - 80px));margin:0 auto}
.bot-header{height:88px;background:var(--bot-paper);border-bottom:1px solid var(--bot-line);display:flex;align-items:center;position:relative;z-index:30}.bot-header-inner{width:min(1320px,calc(100% - 80px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.bot-brand-wrap{text-decoration:none}.bot-brand{font:700 34px/1 var(--bot-serif);letter-spacing:.03em}.bot-tagline{font-size:10px;color:var(--bot-copper);font-weight:800;letter-spacing:.05em;margin-top:5px;text-transform:uppercase}.bot-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700}.bot-nav a{text-decoration:none}.bot-nav a:hover,.bot-nav .current-menu-item>a,.bot-nav .is-current{color:var(--bot-copper)}.bot-search-link{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.bot-search-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.bot-subscribe-btn,.bot-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--bot-copper);color:white!important;text-decoration:none;border:0;border-radius:4px;font-weight:800;text-transform:uppercase;letter-spacing:.025em}.bot-subscribe-btn{padding:16px 24px}.bot-cta{padding:16px 26px;font-size:13px}.bot-menu-toggle{display:none;border:0;background:none;padding:8px;color:var(--bot-navy)}.bot-menu-toggle span{display:block;width:32px;height:3px;background:currentColor;margin:6px 0;border-radius:3px}
.bot-hero{display:grid;grid-template-columns:44% 56%;min-height:500px;background:var(--bot-cream)}.bot-hero-copy{padding:66px 54px 58px 72px;display:flex;flex-direction:column;justify-content:center;position:relative}.bot-hero-copy:after{content:'';position:absolute;right:-170px;top:0;bottom:0;width:220px;background:linear-gradient(90deg,var(--bot-cream),rgba(248,243,234,0));z-index:1;pointer-events:none}.bot-hero-copy>*{position:relative;z-index:2}.bot-eyebrow{color:var(--bot-copper);font-size:13px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;margin-bottom:18px}.bot-hero h1{font:700 clamp(52px,4vw,68px)/1.05 var(--bot-serif);letter-spacing:-.025em;margin:0 0 18px}.bot-hero h1:after{content:'';display:block;width:78px;height:2px;background:var(--bot-copper);margin-top:22px}.bot-hero p{font-size:16px;line-height:1.65;max-width:560px;margin:0 0 26px}.bot-hero-image{min-height:500px;background-size:cover;background-position:center}.bot-home-hero{grid-template-columns:46% 54%}.bot-home-hero .bot-hero-image{background-position:center 48%}
.bot-section{padding:44px 0;background:var(--bot-paper)}.bot-section-title{display:flex;align-items:center;justify-content:center;gap:20px;margin:0 0 28px}.bot-section-title:before,.bot-section-title:after{content:'';width:90px;height:1px;background:rgba(211,74,18,.45)}.bot-section-title h2{font:700 23px/1.1 var(--bot-serif);margin:0;text-transform:uppercase;letter-spacing:.015em}
.bot-path-grid{display:grid;grid-template-columns:repeat(3,1fr)}.bot-path-card{text-align:center;padding:10px 48px 16px;min-height:220px;display:flex;flex-direction:column;align-items:center}.bot-path-card+.bot-path-card{border-left:1px solid var(--bot-line)}.bot-round-icon{width:68px;height:68px;border:2px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.bot-round-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round}.bot-path-card h3{font:700 22px/1.2 var(--bot-serif);margin:0 0 9px}.bot-path-card p{font-size:13px;line-height:1.55;max-width:290px;margin:0 auto 18px}.bot-text-link{font-size:12px;font-weight:800;color:var(--bot-copper);text-transform:uppercase;text-decoration:none;margin-top:auto;letter-spacing:.03em}.bot-sage{color:var(--bot-sage)}.bot-sand{color:#c37b15}.bot-copper{color:var(--bot-copper)}
.bot-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.bot-card{background:#fff;border:1px solid var(--bot-line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.bot-card-img{aspect-ratio:16/10;overflow:hidden;background:#eee}.bot-card-img img{width:100%;height:100%;display:block;object-fit:cover}.bot-card-body{padding:19px 20px 21px;display:flex;flex-direction:column;flex:1}.bot-card-meta{font-size:11px;color:var(--bot-copper);font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.bot-card h3{font:700 24px/1.15 var(--bot-serif);margin:0 0 10px}.bot-card h3 a{text-decoration:none}.bot-card p{font-size:13px;line-height:1.55;margin:0 0 18px}.bot-read-time{font-size:12px;margin-top:auto;color:#39455a}.bot-all-wrap{text-align:center;margin-top:28px}.bot-outline{display:inline-flex;padding:13px 30px;border:1px solid var(--bot-copper);color:var(--bot-copper);text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border-radius:4px}
.bot-newsletter{background:#f3eadf;padding:25px 0;border-top:1px solid rgba(20,35,59,.04)}.bot-newsletter-inner{width:min(1320px,calc(100% - 80px));margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:44px}.bot-news-copy{display:flex;gap:22px;align-items:center}.bot-news-copy svg{width:44px;height:36px;fill:none;stroke:var(--bot-copper);stroke-width:1.5;flex:none}.bot-news-copy h3{font:700 20px/1.2 var(--bot-serif);margin:0 0 4px}.bot-news-copy p{font-size:12px;line-height:1.45;margin:0}.bot-news-form{display:flex;height:54px}.bot-news-form input{flex:1;min-width:0;border:1px solid var(--bot-line);background:white;padding:0 18px;font-size:13px}.bot-news-form button{border:0;background:var(--bot-copper);color:white;font-weight:800;padding:0 38px;text-transform:uppercase}
.bot-footer{background:var(--bot-paper);border-top:1px solid var(--bot-line);padding:30px 0 24px}.bot-footer-grid{width:min(1320px,calc(100% - 80px));margin:auto;display:grid;grid-template-columns:1.4fr .8fr .8fr .7fr;gap:44px}.bot-footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.05em;margin:0 0 10px}.bot-footer ul{list-style:none;padding:0;margin:0}.bot-footer li{margin:6px 0;font-size:12px}.bot-footer a{text-decoration:none}.bot-footer-brand{font:700 24px/1 var(--bot-serif);margin-bottom:10px}.bot-footer-copy{font-size:11px;line-height:1.5;max-width:220px}.bot-social{display:flex;gap:12px}.bot-social a{width:32px;height:32px;border-radius:50%;background:var(--bot-navy);color:white;display:flex;align-items:center;justify-content:center;font-weight:700}.bot-copyright{text-align:center;font-size:10px;margin-top:20px}
.bot-article-shell{background:#fff;padding-bottom:10px}.bot-article-head{width:min(1260px,calc(100% - 80px));margin:0 auto;padding-top:20px}.bot-article-featured{width:100%;aspect-ratio:16/5.8;border-radius:10px;overflow:hidden;background:#eee}.bot-article-featured img{width:100%;height:100%;object-fit:cover}.bot-article-intro{width:min(860px,calc(100% - 40px));margin:18px auto 0}.bot-article-category{font-size:12px;color:var(--bot-copper);font-weight:800;text-transform:uppercase;letter-spacing:.04em}.bot-article-title{font:700 clamp(44px,4vw,62px)/1.04 var(--bot-serif);letter-spacing:-.02em;margin:8px 0 10px}.bot-article-subtitle{font-size:15px;line-height:1.55;margin:0 0 10px}.bot-article-meta{font-size:13px;display:flex;align-items:center;gap:8px;color:#364258}.bot-toc-desktop{width:min(980px,calc(100% - 80px));margin:22px auto 0;background:#fbf5ed;border:1px solid var(--bot-line);border-radius:8px;padding:13px 18px;display:flex;gap:22px;align-items:center;justify-content:center;flex-wrap:wrap}.bot-toc-desktop strong{font-size:11px;text-transform:uppercase}.bot-toc-desktop a{font-size:11px;text-decoration:none}.bot-article-body{width:min(850px,calc(100% - 40px));margin:18px auto 0;font-size:16px;line-height:1.72}.bot-article-body h2{font:700 31px/1.15 var(--bot-serif);margin:30px 0 10px}.bot-article-body h3{font:700 24px/1.2 var(--bot-serif);margin:24px 0 8px}.bot-article-body blockquote{margin:24px 0;padding:16px 20px;border-left:4px solid var(--bot-copper);background:#fbf2e8;border-radius:6px}.bot-article-body table{width:100%;border-collapse:collapse;font-size:14px}.bot-article-body th,.bot-article-body td{border:1px solid var(--bot-line);padding:9px;text-align:left}.bot-mobile-actions,.bot-toc-mobile,.bot-continue{display:none}.bot-related{padding:34px 0 30px}.bot-related .bot-container{width:min(1320px,calc(100% - 80px))}.bot-related .bot-card-img{aspect-ratio:16/9}.bot-related .bot-card h3{font-size:21px}
@media (max-width:900px){.bot-container,.bot-header-inner,.bot-newsletter-inner,.bot-footer-grid,.bot-article-head,.bot-related .bot-container{width:min(100% - 44px,760px)}.bot-header{height:84px}.bot-brand{font-size:31px}.bot-tagline{font-size:9px}.bot-nav{display:none;position:absolute;top:84px;left:0;right:0;background:var(--bot-paper);padding:20px 24px;border-bottom:1px solid var(--bot-line);flex-direction:column;align-items:flex-start;gap:18px}.bot-nav.is-open{display:flex}.bot-menu-toggle{display:block}.bot-hero,.bot-home-hero{display:block;min-height:0;padding:0 0 26px;background:var(--bot-paper)}.bot-hero-copy{padding:38px 28px 24px}.bot-hero-copy:after{display:none}.bot-eyebrow{display:none}.bot-home-hero .bot-eyebrow{display:block}.bot-hero h1{font-size:48px;line-height:1.08}.bot-hero h1:after{width:50px;margin-top:18px}.bot-hero p{font-size:15px}.bot-hero-image{margin:0 22px;min-height:0;aspect-ratio:16/9;border-radius:12px;background-position:center}.bot-section{padding:32px 0}.bot-section-title{gap:12px}.bot-section-title:before,.bot-section-title:after{width:54px}.bot-section-title h2{font-size:20px}.bot-path-grid{display:block}.bot-path-card{display:grid;grid-template-columns:56px 1fr 24px;gap:16px;align-items:center;text-align:left;min-height:0;padding:17px 14px;border:1px solid var(--bot-line)!important;border-radius:10px;margin-bottom:10px}.bot-round-icon{width:56px;height:56px;margin:0}.bot-path-card h3{font-size:22px;margin:0 0 4px}.bot-path-card p{margin:0 0 6px;max-width:none}.bot-path-card .bot-text-link{font-size:12px;margin:0}.bot-path-card:after{content:'›';font-size:34px;color:var(--bot-copper);grid-column:3;grid-row:1/3;align-self:center}.bot-cards{grid-template-columns:1fr;gap:12px}.bot-card{display:grid;grid-template-columns:42% 58%;min-height:170px}.bot-card-img{aspect-ratio:auto;height:100%}.bot-card-body{padding:14px 15px}.bot-card h3{font-size:22px}.bot-card p{font-size:13px;margin-bottom:8px}.bot-all-wrap{margin-top:18px}.bot-newsletter-inner{grid-template-columns:1fr;gap:15px}.bot-news-form{height:auto}.bot-news-form input,.bot-news-form button{height:48px}.bot-footer-grid{grid-template-columns:1fr auto}.bot-footer-grid>div:nth-child(2),.bot-footer-grid>div:nth-child(3){display:none}.bot-footer-brand{font-size:25px}.bot-footer-copy{font-size:12px}.bot-copyright{font-size:11px}.bot-article-head{padding-top:20px}.bot-article-featured{aspect-ratio:16/9;border-radius:12px;margin-top:16px}.bot-article-intro{width:100%;margin-top:0}.bot-article-category{display:none}.bot-article-title{font-size:48px;margin-top:0}.bot-article-subtitle{font-size:16px}.bot-toc-desktop{display:none}.bot-mobile-actions{display:flex;justify-content:space-around;padding:14px 0 4px;font-size:13px}.bot-mobile-actions button{border:0;background:none;color:var(--bot-navy);font:inherit}.bot-toc-mobile{display:block;width:100%;margin:18px auto 0;border:1px solid var(--bot-line);border-radius:9px;background:#fffaf4;overflow:hidden}.bot-toc-mobile summary{list-style:none;padding:14px 18px;font:700 18px/1.2 var(--bot-serif);cursor:pointer}.bot-toc-mobile summary::-webkit-details-marker{display:none}.bot-toc-mobile ul{list-style:none;margin:0;padding:0 18px 14px}.bot-toc-mobile li{border-top:1px solid var(--bot-line);padding:11px 0}.bot-toc-mobile a{text-decoration:none;font-size:14px}.bot-article-body{width:100%;font-size:16px;line-height:1.65;max-height:540px;overflow:hidden;position:relative}.bot-article-body:not(.is-expanded):after{content:'';position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(transparent,#fff)}.bot-continue{display:block;width:min(520px,calc(100% - 44px));margin:16px auto 6px;border:0;background:var(--bot-copper);color:#fff;border-radius:6px;height:50px;font-weight:800;text-transform:uppercase}.bot-article-body.is-expanded{max-height:none}.bot-article-body.is-expanded:after{display:none}.bot-related{padding-top:26px}.bot-related .bot-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bot-related .bot-card{display:block;min-height:0}.bot-related .bot-card-img{aspect-ratio:16/9}.bot-related .bot-card-body{padding:10px}.bot-related .bot-card h3{font-size:16px}.bot-related .bot-card p{display:none}.bot-related .bot-read-time{font-size:11px}.bot-related .bot-section-title{justify-content:flex-start}.bot-related .bot-section-title:before,.bot-related .bot-section-title:after{display:none}.bot-related .bot-section-title h2{font-family:var(--bot-sans);font-size:17px}
}
@media (max-width:560px){.bot-header-inner,.bot-container,.bot-newsletter-inner,.bot-footer-grid,.bot-article-head,.bot-related .bot-container{width:calc(100% - 36px)}.bot-header{height:78px}.bot-nav{top:78px}.bot-brand{font-size:27px}.bot-tagline{font-size:8px}.bot-hero-copy{padding:34px 18px 22px}.bot-home-hero .bot-eyebrow{font-size:10px}.bot-hero h1{font-size:42px}.bot-hero p{font-size:14px}.bot-hero-image{margin:0 18px}.bot-section-title h2{font-size:19px}.bot-section-title:before,.bot-section-title:after{width:34px}.bot-path-card{grid-template-columns:52px 1fr 20px;padding:14px 12px}.bot-round-icon{width:52px;height:52px}.bot-path-card h3{font-size:20px}.bot-card{grid-template-columns:44% 56%}.bot-card h3{font-size:19px}.bot-card-body{padding:11px 12px}.bot-card p{font-size:12px;line-height:1.4}.bot-card-meta{font-size:10px}.bot-news-copy h3{font-size:18px}.bot-news-form{display:grid;grid-template-columns:1fr auto}.bot-news-form button{padding:0 22px}.bot-footer{padding-top:24px}.bot-article-title{font-size:42px}.bot-article-subtitle{font-size:15px}.bot-article-body h2{font-size:29px}.bot-related .bot-cards{grid-template-columns:repeat(3,1fr);overflow:hidden}.bot-related .bot-card h3{font-size:14px}.bot-related .bot-card-meta{font-size:9px}}

/* =========================================================
   BooksOfTay Final Brand + Responsive Refinements — v3.0.0
   ========================================================= */
.bot-tagline{display:none!important}
.bot-brand-wrap{display:inline-flex;align-items:center}
.bot-home-hero .bot-hero-copy{padding-top:72px;padding-bottom:72px}
.bot-home-kicker{font:400 21px/1.5 var(--bot-serif)!important;font-style:italic;max-width:520px!important}
.bot-mobile-title,.bot-mobile-copy{display:none}
.bot-path-lead{font-family:var(--bot-serif);font-weight:700;font-size:17px;line-height:1.4;color:var(--bot-navy);margin-bottom:8px!important}
.bot-path-card p:not(.bot-path-lead){font-size:13px;line-height:1.55}

/* Newsletter: preserve BooksOfTay bar while MailerLite handles the signup */
.bot-newsletter-form-wrap{min-width:0;width:100%}
.bot-newsletter #mlb2-44991067.ml-form-embedContainer{margin:0!important;width:100%!important;max-width:none!important;display:block!important}
.bot-newsletter #mlb2-44991067.ml-form-embedContainer .ml-form-embedWrapper{background:transparent!important;max-width:none!important;width:100%!important;border:0!important;box-shadow:none!important;padding:0!important}
.bot-newsletter #mlb2-44991067 .ml-form-embedBody{padding:0!important}
.bot-newsletter #mlb2-44991067 .ml-form-embedContent{display:none!important}
.bot-newsletter #mlb2-44991067 form.ml-block-form{display:grid!important;grid-template-columns:minmax(0,1fr) 190px!important;gap:0!important;align-items:stretch!important;width:100%!important;margin:0!important}
.bot-newsletter #mlb2-44991067 .ml-form-formContent{grid-column:1!important;grid-row:1!important;margin:0!important;padding:0!important}
.bot-newsletter #mlb2-44991067 .ml-form-fieldRow{margin:0!important}
.bot-newsletter #mlb2-44991067 .ml-form-fieldRow input[type="email"]{height:54px!important;min-height:54px!important;border-radius:0!important;border:1px solid var(--bot-line)!important;background:#fff!important;color:var(--bot-navy)!important;padding:0 18px!important;font-family:var(--bot-sans)!important;font-size:14px!important}
.bot-newsletter #mlb2-44991067 .ml-form-embedSubmit{grid-column:2!important;grid-row:1!important;margin:0!important;width:100%!important;float:none!important}
.bot-newsletter #mlb2-44991067 .ml-form-embedSubmit button.primary{height:54px!important;min-height:54px!important;background-color:var(--bot-copper)!important;border-color:var(--bot-copper)!important;border-radius:0!important;color:#fff!important;font-family:var(--bot-sans)!important;font-size:14px!important;font-weight:800!important;letter-spacing:.02em!important;text-transform:uppercase!important;padding:0 22px!important}
.bot-newsletter #mlb2-44991067 .ml-form-embedSubmit button.primary:hover{background-color:#b93d0d!important;border-color:#b93d0d!important}
.bot-newsletter #mlb2-44991067 .ml-form-successBody{padding:0!important;background:transparent!important}
.bot-newsletter #mlb2-44991067 .ml-form-successContent h4{font:700 20px/1.2 var(--bot-serif)!important;color:var(--bot-navy)!important;margin:0 0 5px!important}
.bot-newsletter #mlb2-44991067 .ml-form-successContent p{font:400 12px/1.5 var(--bot-sans)!important;color:var(--bot-navy)!important;margin:0!important}
.bot-newsletter #mlb2-44991067 .ml-form-recaptcha{display:none!important}

/* Footer */
.bot-footer-grid{grid-template-columns:1.25fr .8fr .8fr .7fr}
.bot-footer-copy{display:none!important}
.bot-social a{width:34px;height:34px;background:var(--bot-navy);transition:transform .2s ease,background .2s ease}
.bot-social a:hover{background:var(--bot-copper);transform:translateY(-1px)}
.bot-social svg{width:17px;height:17px;fill:#fff;display:block}

/* Article: reading-first, no sidebar/TOC/action clutter */
.bot-article-head{padding-top:34px}
.bot-article-intro{width:min(850px,calc(100% - 40px));margin:0 auto 22px}
.bot-article-featured{aspect-ratio:16/6.4}
.bot-article-body{width:min(850px,calc(100% - 48px));font-size:17px;line-height:1.75;margin-top:28px}
.bot-related-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1060px;margin:0 auto}
.bot-related .bot-card-img{aspect-ratio:16/9}
.bot-related .bot-card h3{font-size:23px}

@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  .bot-shell{width:100%;max-width:100%;overflow:hidden}
  .bot-brand{font-size:30px}
  .bot-home-hero .bot-hero-copy{padding-top:42px;padding-bottom:26px}
  .bot-home-kicker{font-size:18px!important;line-height:1.5!important}
  .bot-home-hero .bot-eyebrow{display:none!important}
  .bot-category-hero .bot-eyebrow{display:none!important}
  .bot-desktop-title,.bot-desktop-copy{display:none!important}
  .bot-mobile-title,.bot-mobile-copy{display:block!important}
  .bot-hero h1.bot-mobile-title{font-size:44px;line-height:1.06}
  .bot-hero p.bot-mobile-copy{font-size:15px;line-height:1.6}

  /* Category story cards: full-width editorial cards on mobile */
  .bot-cards{display:grid;grid-template-columns:1fr;gap:20px}
  .bot-card{display:block;min-height:0;border:1px solid var(--bot-line);border-radius:10px;overflow:hidden;background:#fff}
  .bot-card-img{display:block;width:100%;height:auto;aspect-ratio:16/9;overflow:hidden}
  .bot-card-img img{width:100%;height:100%;object-fit:cover;display:block}
  .bot-card-body{padding:18px 18px 20px}
  .bot-card h3{font-size:24px;line-height:1.15}
  .bot-card p{font-size:14px;line-height:1.55}

  /* Newsletter */
  .bot-newsletter-inner{grid-template-columns:1fr;gap:16px}
  .bot-newsletter #mlb2-44991067 form.ml-block-form{grid-template-columns:minmax(0,1fr) 170px!important}

  /* Footer stays useful on mobile instead of hiding sections */
  .bot-footer-grid{grid-template-columns:repeat(3,1fr);gap:26px 20px}
  .bot-footer-grid>div:first-child{grid-column:1/-1}
  .bot-footer-grid>div:nth-child(2),.bot-footer-grid>div:nth-child(3){display:block!important}

  /* Article mobile */
  .bot-article-head{width:calc(100% - 48px);padding-top:28px}
  .bot-article-intro{width:100%;margin:0 0 18px}
  .bot-article-category{display:block;font-size:11px;margin-bottom:8px}
  .bot-article-title{font-size:46px;line-height:1.06;margin:0 0 12px;overflow-wrap:anywhere}
  .bot-article-subtitle{font-size:16px;line-height:1.55;margin-bottom:10px}
  .bot-article-meta{font-size:13px}
  .bot-article-featured{aspect-ratio:16/9;margin-top:18px;border-radius:12px}
  .bot-article-body{width:calc(100% - 48px);max-width:850px;font-size:18px;line-height:1.65;margin:24px auto 0;max-height:none!important;overflow:visible!important}
  .bot-article-body:after{display:none!important}
  .bot-article-body img,.bot-article-body video,.bot-article-body iframe,.bot-article-body table{max-width:100%;height:auto}
  .bot-article-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .bot-article-body h2{font-size:30px;line-height:1.15}
  .bot-related .bot-container{width:calc(100% - 48px)}
  .bot-related .bot-cards,.bot-related-cards{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;overflow:visible!important;max-width:680px;margin:0 auto}
  .bot-related .bot-card{display:block!important}
  .bot-related .bot-card-img{aspect-ratio:16/9!important}
  .bot-related .bot-card-body{padding:16px 16px 18px!important}
  .bot-related .bot-card h3{font-size:22px!important}
  .bot-related .bot-card-meta{font-size:10px!important}
  .bot-related .bot-read-time{font-size:12px!important}
  .bot-related .bot-section-title{justify-content:center}
  .bot-related .bot-section-title:before,.bot-related .bot-section-title:after{display:block}
  .bot-related .bot-section-title h2{font:700 20px/1.1 var(--bot-serif)}
}

@media (max-width:560px){
  .bot-header-inner,.bot-container,.bot-newsletter-inner,.bot-footer-grid,.bot-related .bot-container{width:calc(100% - 36px)}
  .bot-brand{font-size:27px}
  .bot-hero h1,.bot-hero h1.bot-mobile-title{font-size:42px}
  .bot-home-kicker{font-size:17px!important}
  .bot-path-lead{font-size:16px}
  .bot-newsletter #mlb2-44991067 form.ml-block-form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .bot-newsletter #mlb2-44991067 .ml-form-formContent,.bot-newsletter #mlb2-44991067 .ml-form-embedSubmit{grid-column:1!important}
  .bot-newsletter #mlb2-44991067 .ml-form-formContent{grid-row:1!important}
  .bot-newsletter #mlb2-44991067 .ml-form-embedSubmit{grid-row:2!important}
  .bot-newsletter #mlb2-44991067 .ml-form-fieldRow input[type="email"],.bot-newsletter #mlb2-44991067 .ml-form-embedSubmit button.primary{height:50px!important;min-height:50px!important}
  .bot-footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}
  .bot-footer-grid>div:first-child,.bot-footer-grid>div:last-child{grid-column:1/-1}
  .bot-article-head{width:calc(100% - 48px)}
  .bot-article-title{font-size:42px}
  .bot-article-body{width:calc(100% - 48px);font-size:18px;line-height:1.65}
}


/* =========================================================
   BooksOfTay Locked Visual System — v4.0.0
   Exact approved hero images + full-width desktop presentation
   ========================================================= */
body{background:var(--bot-paper)!important}
.bot-shell{width:100%!important;max-width:none!important;margin:0!important;box-shadow:none!important;background:var(--bot-paper)!important}

/* Full-bleed editorial hero on desktop. Text remains readable over a soft cream fade. */
@media (min-width:901px){
  .bot-hero{display:block!important;position:relative!important;min-height:540px!important;overflow:hidden!important;background:var(--bot-cream)!important}
  .bot-hero-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;border-radius:0!important;background-size:cover!important;z-index:0!important}
  .bot-hero:after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(248,243,234,.99) 0%,rgba(248,243,234,.96) 25%,rgba(248,243,234,.78) 38%,rgba(248,243,234,.30) 51%,rgba(248,243,234,0) 66%)}
  .bot-hero-copy{position:relative!important;z-index:2!important;width:min(47%,700px)!important;min-height:540px!important;padding:72px 46px 68px max(56px,calc((100vw - 1320px)/2 + 40px))!important;background:transparent!important}
  .bot-hero-copy:after{display:none!important}
  .bot-home-hero .bot-hero-image{background-position:center 46%!important}
  .bot-category-hero .bot-hero-image{background-position:center center!important}
  .bot-new-hero .bot-hero-image{background-position:center 48%!important}
  .bot-move-hero .bot-hero-image{background-position:center 54%!important}
  .bot-money-hero .bot-hero-image{background-position:center 50%!important}
  .bot-home-kicker{font-style:normal!important;font-size:20px!important;line-height:1.5!important;max-width:540px!important}
}

/* Clear, instantly recognizable Choose Your Path symbols. */
.bot-round-icon{width:72px;height:72px}
.bot-round-icon svg{width:38px;height:38px;stroke-width:2}
.bot-path-card h3{font-size:24px}

/* Keep sections full browser width while content stays comfortably constrained. */
.bot-header,.bot-section,.bot-newsletter,.bot-footer,.bot-article-shell,.bot-related{width:100%}

/* Category hero details */
.bot-category-hero .bot-hero-copy{max-width:700px}
.bot-category-hero .bot-hero-copy p{max-width:520px}

/* MailerLite bar keeps the actual live form visually integrated. */
.bot-newsletter{background:#f3eadf}
.bot-newsletter #mlb2-44991067 .ml-form-fieldRow input[type="email"]{border-radius:5px 0 0 5px!important}
.bot-newsletter #mlb2-44991067 .ml-form-embedSubmit button.primary{border-radius:0 5px 5px 0!important}

@media (max-width:900px){
  body{background:var(--bot-paper)!important}
  .bot-shell{box-shadow:none!important}
  .bot-hero{display:block!important;background:var(--bot-paper)!important;padding-bottom:28px!important}
  .bot-hero-copy{width:auto!important;min-height:0!important;background:transparent!important}
  .bot-hero-image{position:static!important;width:auto!important;height:auto!important;aspect-ratio:16/9!important;margin:0 22px!important;border-radius:12px!important;background-size:cover!important}
  .bot-home-hero .bot-hero-image{background-position:center 46%!important}
  .bot-category-hero .bot-hero-image{background-position:center center!important}
  .bot-home-kicker{font-style:normal!important}
  .bot-path-card h3{font-size:22px}
  .bot-round-icon{width:58px;height:58px}
  .bot-round-icon svg{width:31px;height:31px}
}

@media (max-width:560px){
  .bot-hero-image{margin:0 18px!important}
  .bot-newsletter #mlb2-44991067 .ml-form-fieldRow input[type="email"],
  .bot-newsletter #mlb2-44991067 .ml-form-embedSubmit button.primary{border-radius:5px!important}
}

/* Utility pages: legal, contact, and search */
.bot-legal{padding:70px 0 86px;background:var(--bot-paper)}
.bot-legal-inner{width:min(860px,calc(100% - 48px));margin:0 auto;color:var(--bot-navy)}
.bot-legal-eyebrow{font:800 12px/1.2 var(--bot-sans);letter-spacing:.14em;color:var(--bot-orange);margin-bottom:14px}
.bot-legal h1{font:700 clamp(44px,6vw,68px)/1.02 var(--bot-serif);margin:0 0 10px}
.bot-legal-updated{font-size:13px;color:#68717d;margin:0 0 40px}
.bot-legal h2{font:700 30px/1.15 var(--bot-serif);margin:38px 0 12px}
.bot-legal p,.bot-legal li{font-size:17px;line-height:1.75;color:#263447}
.bot-legal a{color:var(--bot-orange);text-decoration:underline;text-underline-offset:3px}
.bot-contact-inner{max-width:760px}.bot-contact-lead{font-size:19px!important;max-width:650px;margin-bottom:30px}
.bot-contact-form{display:grid;gap:18px;margin-top:28px}.bot-contact-form label{display:grid;gap:8px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.04em}
.bot-contact-form input,.bot-contact-form textarea{width:100%;border:1px solid #cfd3d7;border-radius:5px;background:#fff;padding:14px 15px;font:400 16px/1.5 var(--bot-sans);color:var(--bot-navy);box-sizing:border-box}
.bot-contact-form input:focus,.bot-contact-form textarea:focus{outline:2px solid rgba(218,73,16,.2);border-color:var(--bot-orange)}
.bot-contact-form button,.bot-search-form button{border:0;border-radius:5px;background:var(--bot-copper)!important;color:#fff!important;font-weight:800;padding:16px 22px;cursor:pointer;text-transform:uppercase;letter-spacing:.025em}
.bot-contact-form button:hover,.bot-search-form button:hover{background:#b93d0d!important;color:#fff!important}
.bot-contact-note{font-size:13px!important;color:#68717d!important}.bot-form-notice{padding:14px 16px;border-radius:5px;margin:22px 0}.bot-form-notice.success{background:#eef6ef}.bot-form-notice.error{background:#fff0ec}
.bot-search-page{padding:62px 0 82px;min-height:55vh}.bot-search-page .bot-section-title{margin-bottom:28px}.bot-search-page .bot-section-title h1{font:700 38px/1.1 var(--bot-serif)}
.bot-search-form{display:grid;grid-template-columns:1fr 150px;max-width:760px;margin:0 auto 28px}.bot-search-form input{height:54px;border:1px solid #cfd3d7;border-right:0;border-radius:5px 0 0 5px;padding:0 16px;font-size:16px}.bot-search-form button{border-radius:0 5px 5px 0}.bot-search-summary{text-align:center;margin:0 auto 34px;color:#536070}.bot-search-results{margin-top:30px}
@media(max-width:560px){.bot-legal{padding:42px 0 60px}.bot-legal h1{font-size:44px}.bot-legal h2{font-size:27px}.bot-legal p,.bot-legal li{font-size:16px}.bot-search-form{grid-template-columns:1fr}.bot-search-form input{border-right:1px solid #cfd3d7;border-radius:5px;margin-bottom:10px}.bot-search-form button{border-radius:5px}}
