/* ==========================================================================
   World Of Orient — single blog post (single.php).
   Layout follows the Webflow "cms-page-1" template: centered hero (category +
   date, title), wide cover image, narrow reading column, then more articles
   (cards from wof-blog.css). Restyled to the WOF brand. Educavo's global
   blockquote/list rules are neutralised inside .wof-post-content.
   ========================================================================== */
.wof-post-page{
  --wof-gold:#C9A964; --wof-gold-dark:#b0903f; --wof-dark:#101010; --wof-cream:#f8f6f1;
  --wof-line:rgba(16,16,16,.10); --wof-muted:rgba(16,16,16,.58); --wof-text:#2b2b2b;
  background:#fff; font-family:"Nunito",Arial,sans-serif; color:var(--wof-dark);
}
.wof-post-page *{box-sizing:border-box}
/* default.css pads #content (100px, and 196px bottom on .single-post .footer-bottom-gaps) */
.main-contain #content.wof-post-page,
.single-post .footer-bottom-gaps .main-contain #content.wof-post-page{padding-top:0;padding-bottom:0}

/* hero: clears the fixed header (--wof-hh is set by the header script) */
.wof-post-hero{background:linear-gradient(180deg,var(--wof-cream),#fff);
  padding:calc(var(--wof-hh,124px) + clamp(36px,5vw,72px)) clamp(16px,3vw,32px) clamp(40px,5vw,64px)}
.wof-post-hero-inner{max-width:912px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.wof-post-meta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 16px}
.wof-post-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--wof-line);border-radius:7px;background:#fff;
  font-size:12px;font-weight:800;line-height:1;letter-spacing:1px;text-transform:uppercase;color:var(--wof-dark)}
.wof-post-date{font-size:14px;color:var(--wof-muted)}
.wof-post-title{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:clamp(38px,5.2vw,68px);
  line-height:1.04;letter-spacing:-.5px;color:var(--wof-dark);margin:0;text-wrap:balance}

/* cover image */
.wof-post-cover{padding:0 clamp(16px,3vw,32px)}
.wof-post-cover-frame{max-width:1000px;height:clamp(240px,52vw,560px);margin:0 auto;border-radius:24px;overflow:hidden;background:var(--wof-cream)}
.wof-post-cover-frame .wof-post-cover-img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;border-radius:0}

/* reading column */
.wof-post-body{padding:clamp(48px,7vw,96px) clamp(16px,3vw,32px) clamp(64px,8vw,112px)}
.wof-post-content{max-width:700px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--wof-text)}
.wof-post-content > :first-child{margin-top:0}
.wof-post-content > :last-child{margin-bottom:0}
.wof-post-content p{margin:0 0 1.35em;font-size:inherit;line-height:inherit;color:inherit}
.wof-post-content h2,
.wof-post-content h3,
.wof-post-content h4{font-family:"Cormorant Garamond",serif;font-weight:600;color:var(--wof-dark);letter-spacing:-.3px;margin:1.8em 0 .6em;text-wrap:balance}
.wof-post-content h2{font-size:clamp(30px,3.2vw,40px);line-height:1.12}
.wof-post-content h3{font-size:clamp(25px,2.6vw,32px);line-height:1.18}
.wof-post-content h4{font-size:24px;line-height:1.2}
.wof-post-content strong,
.wof-post-content b{font-weight:700;color:var(--wof-dark)}
.wof-post-content a{color:var(--wof-gold-dark);text-decoration:underline;text-underline-offset:3px}
.wof-post-content a:hover{color:var(--wof-dark)}
.wof-post-content ul,
.wof-post-content ol{margin:0 0 1.35em;padding:0 0 0 1.4em}
.wof-post-content ul{list-style:disc}
.wof-post-content ol{list-style:decimal}
.wof-post-content li{margin:0 0 .5em;padding-left:.2em}
.wof-post-content li::marker{color:var(--wof-gold-dark);font-weight:700}
.wof-post-content li > ul,
.wof-post-content li > ol{margin:.5em 0 0}

/* quotes: #content outranks gutenberg-custom.css (.wp-block-quote:not(...)) and default.css (!important) */
#content .wof-post-content blockquote{margin:1.8em 0 !important;padding:4px 0 4px 24px;border:0;border-left:3px solid var(--wof-gold);border-radius:0;background:none !important;
  font-family:"Cormorant Garamond",serif;font-size:clamp(22px,2.4vw,27px);font-style:normal;line-height:1.4;color:var(--wof-dark)}
#content .wof-post-content > blockquote:first-child{margin-top:0 !important}
#content .wof-post-content blockquote::before,
#content .wof-post-content blockquote::after{content:none !important;display:none !important}
#content .wof-post-content blockquote p{margin:0 0 .6em;font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit;color:inherit}
#content .wof-post-content blockquote p:last-child{margin-bottom:0}
#content .wof-post-content blockquote cite{display:block;margin:12px 0 0;font-family:"Nunito",Arial,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:1.4;color:var(--wof-muted)}
#content .wof-post-content blockquote cite::before{content:none}

.wof-post-content figure{margin:2em 0}
.wof-post-content img{max-width:100%;height:auto;border-radius:16px}
.wof-post-content figcaption{margin-top:10px;font-size:14px;line-height:1.5;color:var(--wof-muted);text-align:center}
.wof-post-content .page-links{margin-top:2em;font-weight:700}

/* more articles */
.wof-post-more{padding:0 clamp(16px,3vw,32px) clamp(72px,10vw,140px)}
.wof-post-more-inner{max-width:1200px;margin:0 auto;padding-top:clamp(56px,7vw,96px);border-top:1px solid var(--wof-line)}
.wof-post-more-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px 24px;margin-bottom:clamp(36px,5vw,56px)}
.wof-post-eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 14px;font-size:13px;font-weight:800;line-height:1;letter-spacing:2px;text-transform:uppercase;color:var(--wof-gold-dark)}
.wof-post-more-title{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:clamp(32px,3.6vw,48px);line-height:1.06;letter-spacing:-.5px;color:var(--wof-dark);margin:0}
