/* ============================================================================
   IEO Guide EN · chrome.css  (build-chrome · v4 light + navy bands)
   Loaded via <link> in parts/header.html AFTER baseline style.css → overrides win.
   Scope: fonts + tokens + header/footer/mobile-drawer + article-detail furniture.
   Page-content section styles live in each /build-page HTML, NOT here.
   ============================================================================ */

/* ---- self-hosted fonts (China-safe; no Google CDN) ---- */
@font-face{font-family:'Bebas Neue';src:url('../fonts/bebas-neue-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Golos Text';src:url('../fonts/golos-text-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Golos Text';src:url('../fonts/golos-text-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Golos Text';src:url('../fonts/golos-text-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Golos Text';src:url('../fonts/golos-text-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Golos Text';src:url('../fonts/golos-text-900.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}

:root{
  --ieo-navy:#16183a; --ieo-navy2:#1c1e46; --ieo-navy-deep:#12142f; --ieo-card-d:#272a5c;
  --ieo-gold:#f5c791; --ieo-gold2:#eab873; --ieo-gold-deep:#b9822f; --ieo-gold-soft:#fbf1de;
  --ieo-bg:#ffffff; --ieo-bg2:#f5f6f9; --ieo-ink:#16183a; --ieo-ink-soft:#3c4266; --ieo-ink-mut:#6b708f;
  --ieo-line:#e7e9f0; --ieo-line-d:rgba(255,255,255,.1); --ieo-on:#edeefb; --ieo-on-mut:#a7afd4;
  --ieo-disp:'Bebas Neue',Impact,Haettenschweiler,sans-serif;
  --ieo-ui:'Golos Text',-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif;
}

/* base font (overrides baseline Inter site-wide; page content may set its own) */
body{font-family:var(--ieo-ui);color:var(--ieo-ink-soft);background:var(--ieo-bg)}

/* ============================ HEADER ============================ */
.ieo-header{font-family:var(--ieo-ui)}
.ieo-topbar{background:var(--ieo-navy-deep);border-bottom:1px solid var(--ieo-line-d)}
.ieo-topbar-inner{max-width:1240px;margin:0 auto;padding:0 30px;height:40px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ieo-topbar-tag{font-size:12.5px;color:var(--ieo-on-mut)}
.ieo-topbar-links{display:flex;gap:18px}
.ieo-topbar-links a{font-size:12.5px;color:#c7cbe4;text-decoration:none}
.ieo-topbar-links a:hover{color:var(--ieo-gold)}

.ieo-nav-row{background:var(--ieo-navy)}
.ieo-nav-inner{max-width:1240px;margin:0 auto;padding:0 30px;height:66px;display:flex;align-items:center;gap:26px}
.ieo-brand{display:flex;align-items:center;gap:11px;text-decoration:none;flex-shrink:0}
.ieo-mark{width:38px;height:38px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--ieo-gold),var(--ieo-gold2));display:grid;place-items:center;color:var(--ieo-navy);font-family:var(--ieo-disp);font-size:21px;box-shadow:0 0 0 3px rgba(245,199,145,.18)}
.ieo-wm{font-family:var(--ieo-disp);font-size:23px;color:#fff;letter-spacing:.03em;line-height:1}
.ieo-wm small{display:block;font-family:var(--ieo-ui);font-size:9px;font-weight:700;letter-spacing:.2em;color:var(--ieo-gold);margin-top:2px}
.ieo-nav-desktop{display:flex;gap:22px;align-items:center}
.ieo-nav-link{font-family:var(--ieo-ui);font-weight:600;font-size:14.5px;color:var(--ieo-on);text-decoration:none;padding:6px 0;position:relative}
.ieo-nav-link:hover{color:#fff}
.ieo-nav-link.is-current{color:#fff}
.ieo-nav-link.is-current::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--ieo-gold)}
/* Regions submenu (二级菜单) — hardcoded dropdown */
.ieo-hasdrop{position:relative;display:inline-flex;align-items:center}
.ieo-nav-link .chev{width:10px;height:10px;stroke:currentColor;stroke-width:2;fill:none;margin-left:5px;vertical-align:middle;transition:transform .2s}
.ieo-hasdrop:hover .chev{transform:rotate(180deg)}
.ieo-drop{position:absolute;left:50%;top:100%;transform:translateX(-50%) translateY(10px);min-width:232px;background:#1c1e46;border:1px solid var(--ieo-line-d);border-radius:12px;padding:8px;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;box-shadow:0 26px 54px -22px rgba(0,0,0,.65);z-index:70}
.ieo-drop::before{content:'';position:absolute;top:-12px;left:0;right:0;height:12px}
.ieo-hasdrop:hover .ieo-drop,.ieo-hasdrop:focus-within .ieo-drop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(6px)}
.ieo-drop a{display:block;font-family:var(--ieo-ui);font-weight:600;font-size:14px;color:var(--ieo-on);text-decoration:none;padding:10px 14px;border-radius:8px;white-space:nowrap}
.ieo-drop a:hover,.ieo-drop a.is-current{background:rgba(245,199,145,.12);color:#fff}
.ieo-nav-right{margin-left:auto;display:flex;align-items:center;gap:14px}
.ieo-cta{background:var(--ieo-gold);color:var(--ieo-navy);font-family:var(--ieo-ui);font-weight:700;font-size:13.5px;padding:10px 18px;border-radius:40px;text-decoration:none;white-space:nowrap;transition:background .18s}
.ieo-cta:hover{background:#f0b978}
.ieo-burger{display:none;align-items:center;justify-content:center;background:none;border:0;padding:8px;color:#fff;cursor:pointer}
.ieo-burger svg{width:26px;height:26px}
.ieo-header-spacer{height:108px;background:var(--ieo-navy)}

/* ============================ MOBILE DRAWER ============================ */
.ieo-drawer{position:fixed;inset:0;z-index:80}
.ieo-drawer[hidden]{display:none}
.ieo-drawer-scrim{position:absolute;inset:0;background:rgba(9,11,26,.55);backdrop-filter:blur(1px)}
.ieo-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(84vw,340px);box-sizing:border-box;background:var(--ieo-navy);padding:64px 26px 26px;display:flex;flex-direction:column;gap:2px;box-shadow:-24px 0 60px rgba(0,0,0,.45);overflow-y:auto}
.ieo-drawer-close{position:absolute;top:16px;right:16px;background:none;border:0;color:var(--ieo-on);cursor:pointer;padding:6px}
.ieo-drawer-close svg{width:26px;height:26px}
.ieo-drawer-nav{display:flex;flex-direction:column}
.ieo-drawer-link{font-family:var(--ieo-ui);font-weight:600;font-size:16px;color:var(--ieo-on);text-decoration:none;padding:13px 4px;border-bottom:1px solid rgba(255,255,255,.08)}
.ieo-drawer-link:hover,.ieo-drawer-link.is-current{color:#fff}
.ieo-drawer-sublink{display:block;font-family:var(--ieo-ui);font-weight:500;font-size:14px;color:var(--ieo-on-mut);text-decoration:none;padding:11px 4px 11px 20px;border-bottom:1px solid rgba(255,255,255,.06)}
.ieo-drawer-sublink:hover,.ieo-drawer-sublink.is-current{color:#fff}
.ieo-drawer-cta{margin-top:18px;text-align:center}

@media(max-width:900px){
  .ieo-topbar{display:none}
  .ieo-nav-desktop,.ieo-nav-right .ieo-cta{display:none}
  .ieo-burger{display:inline-flex}
  .ieo-header-spacer{height:61px}
  .ieo-nav-inner{height:60px}
}

/* ============================ FOOTER ============================ */
.ieo-footer{background:var(--ieo-navy-deep);color:#c7cbe4;padding:54px 30px 26px;font-family:var(--ieo-ui)}
.ieo-footer-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr 1fr 1.1fr;gap:32px}
.ieo-footer-brand .ieo-wm{color:#fff}
.ieo-footer-brandlink{display:inline-flex;align-items:center;gap:11px;text-decoration:none}
.ieo-footer-tag{font-size:13px;color:var(--ieo-on-mut);line-height:1.65;margin:14px 0 14px;max-width:42ch}
.ieo-footer-chat{color:var(--ieo-gold);font-weight:700;font-size:13.5px;text-decoration:none}
.ieo-footer-chat:hover{color:#fff}
.ieo-footer-h{font-family:var(--ieo-ui);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ieo-gold);margin:0 0 14px}
.ieo-footer-list{list-style:none;margin:0;padding:0}
.ieo-footer-list li{margin-bottom:9px}
.ieo-footer-link{font-size:13.5px;color:var(--ieo-on-mut);text-decoration:none}
.ieo-footer-link:hover{color:#fff}
.ieo-footer-bottom{max-width:1240px;margin:36px auto 0;padding-top:20px;border-top:1px solid var(--ieo-line-d)}
.ieo-footer-disclaimer{font-size:12px;color:#8087ad;line-height:1.65;max-width:96ch;margin-bottom:12px}
.ieo-footer-legal{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:12px;color:#8087ad}
.ieo-footer-legal a{color:var(--ieo-on-mut);text-decoration:none}
.ieo-footer-legal a:hover{color:#fff}
.ieo-dot{opacity:.5}
@media(max-width:768px){ .ieo-footer-grid{grid-template-columns:1fr 1fr} }
/* L156: keep footer 2-col on phones (user pref) — brand spans full width on top, link groups 2-up. */
@media(max-width:520px){
  .ieo-footer{padding:40px 22px 24px}
  .ieo-footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}
  .ieo-footer-brand{grid-column:1 / -1}
}

/* ============================ ARTICLE DETAIL FURNITURE (baseline hooks) ============================ */
/* prose: readable body + gold-ruled subheads (Q6 · bespoke article look) */
.hl-prose{font-family:var(--ieo-ui);color:var(--ieo-ink-soft)}
.hl-prose h2{font-family:var(--ieo-ui);font-weight:700;color:var(--ieo-ink);border-left:3px solid var(--ieo-gold);padding-left:14px;margin-top:2em}
.hl-prose h3{font-family:var(--ieo-ui);font-weight:700;color:var(--ieo-ink)}
.hl-prose a{color:var(--ieo-gold-deep);text-underline-offset:2px}
.hl-prose blockquote{border-left:3px solid var(--ieo-gold);background:var(--ieo-gold-soft);color:var(--ieo-ink);border-radius:0 10px 10px 0}
.hl-prose :where(h2,h3) code,.hl-prose strong{color:var(--ieo-ink)}

/* article header · white broadsheet (Bebas H1 + gold breadcrumb + rounded cover) */
.hl-article-head .wp-block-post-title,.hl-article-title{font-family:var(--ieo-disp);color:var(--ieo-ink);letter-spacing:.02em;line-height:1.03}
.hl-breadcrumb,.hl-breadcrumbs{font-family:var(--ieo-ui);font-size:12px;color:var(--ieo-ink-mut)}
.hl-breadcrumb a,.hl-breadcrumbs a{color:var(--ieo-gold-deep);text-decoration:none}
.hl-article-cover img,.hl-post-cover img{border-radius:16px;border:1px solid var(--ieo-line)}
.hl-post-meta,.hl-article-meta{font-family:var(--ieo-ui);font-size:12.5px;color:var(--ieo-ink-mut)}
.hl-post-meta b,.hl-article-meta b{color:var(--ieo-ink);font-weight:700}

/* floating TOC accent (behavior lives in theme.js — colour only) */
.hl-toc-head{font-family:var(--ieo-ui);color:var(--ieo-ink-mut);letter-spacing:.08em}
.hl-toc-item.is-active{border-left-color:var(--ieo-gold)}
.hl-toc-item.is-active>a{color:var(--ieo-ink);font-weight:600}
.hl-toc a{color:var(--ieo-ink-mut)}
.hl-toc a:hover{color:var(--ieo-ink)}

/* back-to-top (baseline auto-injects the button; colour only) */
.hl-back-to-top{background:var(--ieo-navy);color:#fff;box-shadow:0 12px 30px -12px rgba(22,24,58,.6)}
.hl-back-to-top:hover{background:var(--ieo-navy2)}

/* prev/next + related + tags (keep visible · furniture contract) */
.hl-post-nav a:hover,.hl-related a:hover{border-color:var(--ieo-gold)}
.hl-post-tags a{color:var(--ieo-gold-deep)}

/* ============ ARTICLE DETAIL (single post) · bespoke masthead + reading column (L149) ============
   Centered editorial head (wide cover + Bebas headline + gold date) above a narrow ~760px prose column. */
.hl-article-main{max-width:1080px}
.hl-article-head{max-width:850px;margin:0 auto 6px;text-align:center}
.hl-article-cover{margin:0 0 32px}
.hl-article-cover img{display:block;width:100%;aspect-ratio:16/8;object-fit:cover;box-shadow:0 30px 60px -42px rgba(22,24,58,.5)}
.hl-article-head .wp-block-post-title,.hl-article-title{font-size:clamp(30px,4.2vw,50px);margin:6px 0 14px}
.hl-article-head .wp-block-post-date{display:block;font-family:var(--ieo-ui);font-weight:700;font-size:12.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--ieo-gold-deep)}
.hl-article-body{max-width:760px;margin:34px auto 0}
.hl-article-body .hl-prose{font-family:var(--ieo-ui);font-size:16.5px;line-height:1.75;color:var(--ieo-ink-soft)}
.hl-article-body .hl-prose h2{font-family:var(--ieo-disp);font-weight:400;font-size:clamp(24px,3vw,30px);color:var(--ieo-ink);letter-spacing:.01em;margin:36px 0 12px}
.hl-article-body .hl-prose h3{font-family:var(--ieo-ui);font-weight:800;font-size:19px;color:var(--ieo-ink);margin:26px 0 8px}
.hl-article-body .hl-prose p{margin:0 0 18px}
.hl-article-body .hl-prose a{color:var(--ieo-gold-deep);text-decoration:underline;text-underline-offset:2px}
.hl-article-body .hl-prose ul,.hl-article-body .hl-prose ol{margin:0 0 18px;padding-left:22px}
.hl-article-body .hl-prose li{margin:6px 0}
.hl-article-body .hl-prose blockquote{border-left:3px solid var(--ieo-gold);margin:26px 0;padding:4px 0 4px 20px;color:var(--ieo-ink);font-style:italic}
@media(max-width:640px){ .hl-article-cover img{aspect-ratio:16/10} }

/* ============ NEWS LIST · magazine overlay grid (image-forward) ============
   Scoped under .hl-news-query (overrides baseline style.css section-14 editorial rows).
   Each card = full-bleed cover + navy gradient + gold date + white title overlaid;
   first post is a 2x2 featured with a big Bebas headline. Furniture-safe: nothing
   is display:none'd — cover/date/title/excerpt all remain, just repositioned. */
.hl-news-query .hl-news-list{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:22px;list-style:none;margin:0;padding:0}
.hl-news-query .hl-news-list>li{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:300px;border-radius:18px;overflow:hidden;padding:0;background:var(--ieo-navy);box-shadow:0 20px 44px -30px rgba(22,24,58,.55);transition:transform .25s,box-shadow .25s}
.hl-news-query .hl-news-list>li:hover{transform:translateY(-5px);box-shadow:0 32px 58px -28px rgba(22,24,58,.65)}
.hl-news-query .hl-news-cover{position:absolute;inset:0;margin:0;z-index:0;overflow:hidden}
.hl-news-query .hl-news-cover img{width:100%;height:100%;object-fit:cover;aspect-ratio:auto;display:block;transition:transform .55s ease}
.hl-news-query .hl-news-list>li:hover .hl-news-cover img{transform:scale(1.06)}
.hl-news-query .hl-news-list>li::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(12,13,34,.95) 0%,rgba(12,13,34,.72) 34%,rgba(12,13,34,.16) 72%,rgba(12,13,34,0) 100%)}
.hl-news-query .hl-news-date{position:relative;z-index:2;padding:0 22px;font-family:var(--ieo-ui);font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ieo-gold);margin-bottom:8px}
.hl-news-query .hl-news-title{position:relative;z-index:2;padding:0 22px;font-family:var(--ieo-ui);font-weight:800;font-size:18px;line-height:1.24;color:#fff}
.hl-news-query .hl-news-title a{color:inherit;text-decoration:none}
.hl-news-query .hl-news-excerpt{position:relative;z-index:2;padding:8px 22px 22px}
.hl-news-query .hl-news-excerpt p{font-family:var(--ieo-ui);font-size:12.5px;line-height:1.5;color:rgba(237,238,251,.72);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
/* featured (first) — 2x2, big Bebas headline */
.hl-news-query .hl-news-list>li:first-child{grid-column:span 2;grid-row:span 2;min-height:430px}
.hl-news-query .hl-news-list>li:first-child .hl-news-date{padding:0 36px;font-size:12px}
.hl-news-query .hl-news-list>li:first-child .hl-news-title{padding:0 36px;font-family:var(--ieo-disp);font-weight:400;font-size:clamp(30px,3.4vw,48px);line-height:1.02;letter-spacing:.01em}
.hl-news-query .hl-news-list>li:first-child .hl-news-excerpt{padding:14px 36px 36px}
.hl-news-query .hl-news-list>li:first-child .hl-news-excerpt p{font-size:15px;-webkit-line-clamp:3;color:rgba(237,238,251,.8)}
@media(max-width:900px){
  .hl-news-query .hl-news-list{grid-template-columns:repeat(2,1fr)}
  .hl-news-query .hl-news-list>li:first-child{grid-column:span 2;grid-row:auto;min-height:360px}
}
@media(max-width:600px){
  .hl-news-query .hl-news-list{grid-template-columns:1fr}
  .hl-news-query .hl-news-list>li,.hl-news-query .hl-news-list>li:first-child{grid-column:auto;grid-row:auto;min-height:260px}
}

/* pagination buttons (rounded, brand) */
.hl-pagination a,.hl-pagination span{border-radius:40px}
.hl-pagination .current{background:var(--ieo-navy);color:#fff}
.hl-pagination a:hover{border-color:var(--ieo-gold);color:var(--ieo-gold-deep)}

/* ===== contact CTA · [hl_contact_cta] (home) + auto-injected article CTA (L119) =====
   Baseline ships a generic card + BLUE button; restyle to v4 navy+gold. */
.hl-article-cta{
  background:linear-gradient(135deg,#242a63,var(--ieo-navy));
  border:1px solid var(--ieo-line-d);
  border-radius:22px;
  padding:40px 44px;
  display:flex;flex-wrap:wrap;gap:26px 44px;align-items:center;justify-content:space-between;
  box-shadow:0 30px 60px -40px rgba(0,0,0,.55);
}
.hl-article-cta-body{flex:1 1 360px;min-width:0}
.hl-article-cta-title{font-family:var(--ieo-disp);font-weight:400;font-size:clamp(28px,3.2vw,34px);color:#fff;letter-spacing:.02em;line-height:1;margin:0 0 12px}
.hl-article-cta-sub{font-family:var(--ieo-ui);font-size:14.5px;color:var(--ieo-on-mut);line-height:1.55;max-width:54ch;margin:0 0 20px}
.hl-cta-online-btn{display:inline-block;background:var(--ieo-gold);color:var(--ieo-navy);font-family:var(--ieo-ui);font-weight:700;font-size:14px;padding:12px 24px;border-radius:40px;text-decoration:none;transition:background .18s;border:0}
.hl-cta-online-btn:hover{background:#f0b978}
/* dual QR (once uploaded in Site Tools) · L84 ≤200×200 */
.hl-article-cta-qr,.hl-article-cta .hl-cta-qrs{display:flex;gap:16px;flex-wrap:wrap}
.hl-article-cta .hl-cta-qr-img,.hl-article-cta .hl-site-qr,.hl-article-cta .hl-site-qr2,.hl-article-cta .hl-cta-scan-img{width:150px;height:150px;border-radius:12px;background:#fff;padding:8px;object-fit:contain;box-shadow:0 14px 30px -18px rgba(0,0,0,.5)}
.hl-article-cta figcaption,.hl-article-cta .hl-cta-qr-label{font-family:var(--ieo-ui);font-size:11.5px;color:var(--ieo-on-mut);text-align:center;margin-top:8px}
@media(max-width:640px){ .hl-article-cta{padding:30px 26px} }
/* CTA sitting in a dark band: drop the baseline card top-margin so it's flush with the section
   (that 40px margin collapses out of a padding-top:0 section and shows as a white strip over navy heroes). */
.ieo-cta-band .hl-article-cta{margin-top:0}
/* Dual-QR captions: label by IMAGE, not slot, so reordering the two QRs in Site Tools stays correct.
   Default is WeChat; the WhatsApp QR is detected by its filename (hanlinmei*.png) via :has(). */
.hl-article-cta .hl-cta-qr-dual figcaption{font-size:0}
.hl-article-cta .hl-cta-qr-dual figcaption::after{content:"WeChat";font-size:11.5px;color:var(--ieo-on-mut);display:block;letter-spacing:.02em}
.hl-article-cta .hl-cta-qr-dual .hl-cta-qr-panel:has(img[src*="hanlinmei"]) figcaption::after{content:"WhatsApp"}

/* ---- Article-context CTA (auto-injected into the post reading column · L119) ----
   The SAME card is used wide inside .ieo-cta-band on pages, where the row layout is fine.
   In the ~750px .hl-prose column the body grew and pushed the QR onto a second row (empty
   right, over-tall), and the card inherited prose styles (dark heading, underlined button).
   Rescope ONLY the in-prose copy to a compact one-row band with its own colours restored. */
.hl-prose .hl-article-cta{padding:26px 30px;gap:20px 32px;border-radius:18px;align-items:center}
.hl-prose .hl-article-cta-body{flex:1 1 300px}
.hl-prose .hl-article-cta .hl-article-cta-title{font-family:var(--ieo-disp);color:#fff;font-size:22px;line-height:1.08;margin:0 0 9px}
.hl-prose .hl-article-cta .hl-article-cta-sub{color:var(--ieo-on-mut);font-size:13.5px;line-height:1.5;max-width:44ch;margin:0 0 15px}
.hl-prose .hl-article-cta .hl-cta-online-btn{text-decoration:none;color:var(--ieo-navy);padding:11px 22px;font-size:13.5px}
.hl-prose .hl-article-cta .hl-cta-online-btn:hover{text-decoration:none;color:var(--ieo-navy)}
.hl-prose .hl-article-cta-qr{flex:0 0 auto;gap:12px;flex-wrap:nowrap}
.hl-prose .hl-article-cta .hl-cta-scan-img{width:110px;height:110px;padding:6px;border-radius:10px}
@media(max-width:560px){
  .hl-prose .hl-article-cta{padding:24px 22px}
  .hl-prose .hl-article-cta .hl-cta-scan-img{width:104px;height:104px}
}

/* ---- Article CTA · design flair + scan appeal (CSS-only · structure unchanged · L154) ----
   Scoped to the in-prose article CTA only (page-band .ieo-cta-band CTAs untouched).
   Adds card depth (gold glow + dot texture + gold hairline), a gold-ringed QR with a
   viewfinder frame + gentle attract-glow, a title accent, and a livelier button. */
.hl-prose .hl-article-cta{
  position:relative; overflow:hidden; border-color:rgba(245,199,145,.30);
  background:
    radial-gradient(115% 130% at 90% -15%, rgba(245,199,145,.18), transparent 55%),
    radial-gradient(90% 120% at -8% 115%, rgba(97,110,214,.22), transparent 52%),
    linear-gradient(135deg,#242a63,var(--ieo-navy));
}
.hl-prose .hl-article-cta::before{      /* faint dot texture, fading L->R so text stays clean */
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.06) 1px, transparent 1.5px); background-size:16px 16px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 55%); mask-image:linear-gradient(90deg,transparent,#000 55%);
}
.hl-prose .hl-article-cta::after{       /* gold hairline along the top edge */
  content:""; position:absolute; left:0; right:0; top:0; height:2px; z-index:0;
  background:linear-gradient(90deg,transparent,var(--ieo-gold),transparent); opacity:.75;
}
.hl-prose .hl-article-cta-body, .hl-prose .hl-article-cta-qr{ position:relative; z-index:1; }
.hl-prose .hl-article-cta-qr{ gap:16px; }
.hl-prose .hl-article-cta .hl-article-cta-title{ margin:0 0 12px; }
.hl-prose .hl-article-cta .hl-article-cta-title::after{   /* short gold underline accent */
  content:""; display:block; width:34px; height:3px; border-radius:2px; margin:9px 0 0;
  background:linear-gradient(90deg,var(--ieo-gold),rgba(245,199,145,0));
}
.hl-prose .hl-article-cta .hl-cta-online-btn{
  box-shadow:0 8px 20px -10px rgba(245,199,145,.55); transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.hl-prose .hl-article-cta .hl-cta-online-btn:hover{ transform:translateY(-1px); box-shadow:0 13px 26px -10px rgba(245,199,145,.8); }
.hl-prose .hl-article-cta .hl-cta-scan-img{   /* gold ring + drop shadow (sizes kept from rules above) */
  box-shadow:0 0 0 3px rgba(245,199,145,.85), 0 12px 26px -14px rgba(0,0,0,.65);
}
.hl-prose .hl-article-cta .hl-cta-qr-panel{ position:relative; }
.hl-prose .hl-article-cta .hl-cta-qr-panel::before{   /* viewfinder corner brackets around each QR */
  content:""; position:absolute; inset:-5px; z-index:2; pointer-events:none;
  background:
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) top left/13px 2.5px no-repeat,
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) top left/2.5px 13px no-repeat,
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) top right/13px 2.5px no-repeat,
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) top right/2.5px 13px no-repeat,
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) bottom left/13px 2.5px no-repeat,
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) bottom left/2.5px 13px no-repeat,
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) bottom right/13px 2.5px no-repeat,
    linear-gradient(var(--ieo-gold),var(--ieo-gold)) bottom right/2.5px 13px no-repeat;
}
@media (prefers-reduced-motion: no-preference){
  .hl-prose .hl-article-cta .hl-cta-scan-img{ animation:ieoQrGlow 2.8s ease-in-out infinite; }
  .hl-prose .hl-article-cta .hl-cta-qr-panel:nth-of-type(2) .hl-cta-scan-img{ animation-delay:1.4s; }
}
@keyframes ieoQrGlow{
  0%,100%{ box-shadow:0 0 0 3px rgba(245,199,145,.85), 0 12px 26px -14px rgba(0,0,0,.65), 0 0 0 0 rgba(245,199,145,0); }
  50%{ box-shadow:0 0 0 3px rgba(245,199,145,1), 0 12px 26px -14px rgba(0,0,0,.65), 0 0 15px 3px rgba(245,199,145,.42); }
}

/* ============ HOME news teaser · dynamic wp:query (latest 3) · clean light cards ============
   Distinct from the /news/ magazine overlay grid — home = simple white teaser cards. */
.ieo-home-news-q{margin-top:34px}
.ieo-home-news-q .ieo-home-news{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;list-style:none;margin:0;padding:0}
.ieo-home-news-q .ieo-home-news>li{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ieo-line);border-radius:16px;overflow:hidden;padding:0;box-shadow:0 18px 40px -32px rgba(22,24,58,.3);transition:transform .2s,border-color .2s}
.ieo-home-news-q .ieo-home-news>li:hover{transform:translateY(-4px);border-color:var(--ieo-gold)}
.ieo-home-news-q .ieo-hn-cover{order:-1;margin:0}
.ieo-home-news-q .ieo-hn-cover img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.ieo-home-news-q .ieo-hn-date{padding:16px 20px 0;font-family:var(--ieo-ui);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ieo-gold-deep)}
.ieo-home-news-q .ieo-hn-title{padding:8px 20px 0;font-family:var(--ieo-ui);font-weight:800;font-size:17px;line-height:1.28;color:var(--ieo-ink)}
.ieo-home-news-q .ieo-hn-title a{color:inherit;text-decoration:none}
.ieo-home-news-q .ieo-hn-title a:hover{color:var(--ieo-gold-deep)}
.ieo-home-news-q .ieo-hn-excerpt{padding:8px 20px 20px}
.ieo-home-news-q .ieo-hn-excerpt p{font-family:var(--ieo-ui);font-size:13px;color:var(--ieo-ink-mut);line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:900px){ .ieo-home-news-q .ieo-home-news{grid-template-columns:repeat(2,1fr)} }
@media(max-width:600px){ .ieo-home-news-q .ieo-home-news{grid-template-columns:1fr} }

@media(prefers-reduced-motion:reduce){ .ieo-drawer *,.hl-news-list>li,.ieo-home-news-q .ieo-home-news>li{transition:none} }
