.mco-minifix-content .entry-title { display: none; }
.mco-shell, .mco-article { color: #2f2926; font-family: Lato, Arial, sans-serif; }
.mco-shell *, .mco-article * { box-sizing: border-box; }
.mco-shell h1, .mco-shell h2, .mco-shell h3, .mco-article h1, .mco-article h2, .mco-article h3 {
  color: #2e2523; font-family: "Tenor Sans", Georgia, serif; font-weight: 400; line-height: 1.16;
}
.mco-shell p, .mco-article p, .mco-article li { color: #786a66; font-size: 17px; line-height: 1.75; }
.mco-hero { background: linear-gradient(135deg, #fff9f6, #f3e5df); overflow: hidden; padding: 88px 24px; }
.mco-wrap { margin: 0 auto; max-width: 1160px; }
.mco-hero-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); }
.mco-eyebrow { color: #b85b6a !important; font-size: 12px !important; font-weight: 700; letter-spacing: 2.2px; margin: 0 0 18px; text-transform: uppercase; }
.mco-hero h1 { font-size: clamp(42px, 5.5vw, 72px); letter-spacing: -1.4px; margin: 0 0 22px; }
.mco-lead { font-size: 19px !important; margin: 0 0 30px; max-width: 650px; }
.mco-button { background: #b85b6a; border: 1px solid #b85b6a; color: #fff !important; display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1.3px; padding: 15px 24px; text-decoration: none !important; text-transform: uppercase; transition: .2s ease; }
.mco-button:hover { background: #963f50; border-color: #963f50; transform: translateY(-1px); }
.mco-button--quiet { background: transparent; color: #2e2523 !important; border-color: #2e2523; }
.mco-button--quiet:hover { background: #2e2523; color: #fff !important; }
.mco-visual { background: #fffdfc; border: 1px solid #eadfd8; box-shadow: 0 24px 65px rgba(80,45,40,.13); min-height: 410px; overflow: hidden; position: relative; }
.mco-visual img { display: block; height: 100%; min-height: 410px; object-fit: cover; width: 100%; }
.mco-visual-note { background: rgba(255,253,252,.94); bottom: 18px; color: #786a66; font-size: 12px; left: 18px; letter-spacing: .5px; padding: 10px 12px; position: absolute; }
.mco-section { padding: 84px 24px; }
.mco-section--soft { background: #fffafb; }
.mco-section-head { margin: 0 auto 42px; max-width: 760px; text-align: center; }
.mco-section h2 { font-size: clamp(32px, 4vw, 48px); margin: 0 0 16px; }
.mco-empty { background: #fff; border: 1px solid #eadfd8; box-shadow: 0 18px 50px rgba(80,45,40,.08); margin: 0 auto; max-width: 840px; padding: 50px; text-align: center; }
.mco-empty-mark { align-items: center; background: #f7e6d5; border-radius: 50%; color: #b85b6a; display: inline-flex; font-family: Georgia, serif; font-size: 30px; height: 68px; justify-content: center; margin-bottom: 20px; width: 68px; }
.mco-cards { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
.mco-card { background: #fff; border: 1px solid #eadfd8; padding: 32px; }
.mco-card-num { color: #b85b6a; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.mco-card h3 { font-size: 25px; margin: 14px 0 8px; }
.mco-books { display: grid; gap: 34px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mco-book { align-items: center; background: #fff; border: 1px solid #eadfd8; display: grid; gap: 28px; grid-template-columns: 180px 1fr; padding: 30px; }
.mco-book-cover { background: #f7e6d5; box-shadow: 0 14px 30px rgba(46,37,35,.15); min-height: 268px; overflow: hidden; }
.mco-book-cover img { display: block; height: 268px; object-fit: cover; width: 100%; }
.mco-book h2 { font-size: 28px; margin: 8px 0 12px; }
.mco-meta { color: #b85b6a !important; font-size: 12px !important; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.mco-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.mco-article { margin: 0 auto; max-width: 790px; padding: 64px 24px 90px; }
.mco-article h1 { font-size: clamp(38px, 5vw, 58px); letter-spacing: -1px; margin: 0 0 34px; }
.mco-article h2 { font-size: clamp(28px, 3.5vw, 38px); margin: 54px 0 16px; }
.mco-article h3 { font-size: 24px; margin: 36px 0 12px; }
.mco-article blockquote { background: #fff9f6; border-left: 3px solid #b85b6a; margin: 32px 0; padding: 22px 28px; }
.mco-article blockquote p { color: #2f2926; margin: 0; }
.mco-article ul { padding-left: 24px; }
.mco-cycle { background: #f7e6d5; color: #2e2523; font-family: "Tenor Sans", Georgia, serif; font-size: 22px; margin: 28px 0; padding: 22px; text-align: center; }
@media (max-width: 900px) {
  .mco-hero-grid, .mco-books { grid-template-columns: 1fr; }
  .mco-cards { grid-template-columns: 1fr; }
  .mco-visual { min-height: 330px; }
  .mco-visual img { min-height: 330px; }
}
@media (max-width: 620px) {
  .mco-hero, .mco-section { padding: 58px 18px; }
  .mco-hero-grid { gap: 36px; }
  .mco-empty { padding: 34px 22px; }
  .mco-book { grid-template-columns: 1fr; padding: 22px; }
  .mco-book-cover { margin: 0 auto; width: 180px; }
  .mco-article { padding: 48px 20px 72px; }
}
