*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { font-family:"Outfit","Inter",sans-serif; background:var(--ink); min-height:100vh; }

:root {
  --ink:#0F1110; --canvas:#F5F4F0; --surface:#ECEAE4; --green:#ABE83D; --gdk:#8FC42E;
  --label:#5A7A1A; --muted:#5A5A57; --rule:rgba(15,17,16,.1); --rule2:rgba(15,17,16,.22);
  --fd:"Cormorant Garamond",Georgia,serif; --fb:"Outfit","Inter",sans-serif;
}


/* LOGO */
.logo-img { display:block; height:32px; width:auto; object-fit:contain; flex-shrink:0; }
.logo-img-sm { display:block; height:24px; width:auto; object-fit:contain; flex-shrink:0; }

/* PLACEHOLDER */
.ph { background:#BAB8B0; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; width:100%; }
.ph::before { content:""; position:absolute; inset:0; background:repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(0,0,0,.035) 14px, rgba(0,0,0,.035) 15px); }
.ph-lbl { position:relative; z-index:1; background:rgba(255,255,255,.84); padding:5px 12px; border-radius:2px; font-size:10px; font-weight:400; color:#444; letter-spacing:.04em; text-transform:uppercase; font-family:var(--fb); text-align:center; max-width:260px; line-height:1.5; }
.ph-dk { background:#1e2120; }
.ph-dk::before { background:repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255,255,255,.02) 14px, rgba(255,255,255,.02) 15px); }
.ph-lbl-dk { background:rgba(15,17,16,.75); color:#ccc; }

.tbd { border:1.5px dashed var(--rule2); border-radius:6px; padding:16px 18px; font-size:15px; line-height:1.6; color:var(--muted); font-style:italic; font-family:var(--fb); }
.tbd-dk { border-color:rgba(245,244,240,.28); color:rgba(245,244,240,.66); }

.eyebrow { font-family:var(--fb); font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--label); }
.eyebrow-dk { color:var(--green); }

/* SAMPLE / status chips */
.chip-sample { display:inline-block; font-size:9px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); background:transparent; border:1px solid var(--rule2); padding:3px 8px; border-radius:3px; font-family:var(--fb); }
.chip-sample-dk { color:rgba(245,244,240,.7); border-color:rgba(245,244,240,.3); }
.note-sample { font-size:11.5px; color:var(--muted); font-style:italic; font-family:var(--fb); }
.note-sample-dk { color:rgba(245,244,240,.7); }

/* ══════════ DESKTOP ══════════ */
.d-nav { display:flex; align-items:center; justify-content:space-between; padding:0 48px; height:68px; background:var(--canvas); border-bottom:1px solid var(--rule); gap:40px; }
.d-nav-links { display:flex; gap:36px; list-style:none; flex:1; justify-content:center; }
.d-nav-links a { font-size:13px; color:var(--muted); text-decoration:none; font-weight:400; letter-spacing:.02em; font-family:var(--fb); white-space:nowrap; }
.d-nav-links a:hover { color:var(--ink); }
.d-nav-links a.active { color:var(--ink); font-weight:500; }
.d-nav-cta { background:transparent; color:var(--ink); padding:0; font-size:13px; font-weight:500; border:none; border-bottom:1.5px solid var(--ink); cursor:pointer; font-family:var(--fb); letter-spacing:.02em; white-space:nowrap; flex-shrink:0; line-height:1.6; }

/* HERO — side-by-side split + sector chip strip (distinct from prior pages) */
.d-hero { background:var(--ink); }
.d-hero-split { display:flex; }
.d-hs-txt { flex:0 0 50%; padding:60px 48px; display:flex; flex-direction:column; justify-content:center; }
.d-hs-img { flex:1; min-height:520px; border-left:1px solid rgba(255,255,255,.07); }
.d-kicker { font-family:var(--fb); font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--green); margin-bottom:22px; }
.d-h1 { font-family:var(--fd); font-size:52px; line-height:1.05; font-weight:300; color:var(--canvas); letter-spacing:-.02em; max-width:620px; margin-bottom:26px; }
.d-h1 em { font-style:italic; color:var(--green); }
.d-tagline { font-size:22px; line-height:1.66; color:rgba(245,244,240,.82); max-width:none; font-weight:300; font-family:var(--fb); margin-bottom:32px; text-align:justify; }
.d-btns { display:flex; gap:16px; align-items:center; }
.btn-g { background:var(--green); color:var(--ink); padding:13px 28px; border-radius:3px; font-size:14px; font-weight:600; border:none; cursor:pointer; font-family:var(--fb); white-space:nowrap; }
.btn-o { background:transparent; color:rgba(245,244,240,.82); padding:13px 0; font-size:14px; font-weight:300; border:none; border-bottom:1px solid rgba(245,244,240,.35); cursor:pointer; font-family:var(--fb); white-space:nowrap; }
.d-chips { background:var(--ink); border-top:1px solid rgba(255,255,255,.08); display:flex; flex-wrap:wrap; gap:10px; padding:24px 48px; }
.d-chip { font-size:12px; color:rgba(245,244,240,.78); border:1px solid rgba(255,255,255,.16); border-radius:20px; padding:8px 16px; font-family:var(--fb); }
.d-chip::before { content:""; display:inline-block; width:6px; height:6px; border-radius:50%; background:var(--green); margin-right:8px; vertical-align:middle; }

/* OVERVIEW — editorial lead */
.d-overview { background:var(--canvas); padding:64px 48px; border-bottom:1.5px solid var(--ink); }
.d-overview-lead { font-family:var(--fd); font-size:37.5px; font-weight:300; line-height:1.26; color:var(--ink); letter-spacing:-.01em; max-width:none; margin-top:16px; text-align:justify; }
.d-overview-lead em { font-style:italic; color:var(--gdk); }

/* USE CASES — alternating scenario rows */
.d-scenarios { background:var(--canvas); border-bottom:1.5px solid var(--ink); }
.d-scenario { display:grid; grid-template-columns:1fr 1fr; }
.d-scenario.alt { background:var(--surface); }
.d-scenario-img { min-height:440px; }
.d-scenario-txt { padding:64px 48px; display:flex; flex-direction:column; justify-content:center; }
.d-sc-num { font-family:var(--fd); font-size:30px; font-weight:300; color:var(--gdk); line-height:1; margin-bottom:16px; }
.d-sc-eyebrow { font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--label); margin-bottom:12px; font-family:var(--fb); }
.d-sc-title { font-family:var(--fd); font-size:37.5px; font-weight:300; line-height:1.1; color:var(--ink); letter-spacing:-.02em; margin-bottom:16px; max-width:440px; }
.d-sc-desc { font-size:17.5px; line-height:1.72; color:var(--muted); font-weight:300; max-width:none; font-family:var(--fb); }

/* DEPLOYMENT STORIES — sample cards (dark) */
.d-stories { background:var(--ink); padding:72px 48px; border-bottom:1.5px solid var(--ink); }
.d-stories-hdr { max-width:760px; margin-bottom:18px; }
.d-stories-h2 { font-family:var(--fd); font-size:44px; font-weight:300; letter-spacing:-.02em; line-height:1.08; color:var(--canvas); margin:14px 0 14px; }
.d-stories-h2 em { font-style:italic; color:var(--green); }
.d-stories-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:28px; }
.d-story { border:1px solid rgba(255,255,255,.1); border-radius:8px; overflow:hidden; background:#141615; display:flex; flex-direction:column; }
.d-story-img { height:170px; }
.d-story-body { padding:24px 22px 26px; flex:1; display:flex; flex-direction:column; }
.d-story-meta { display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.d-story-tag { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); font-weight:600; font-family:var(--fb); }
.d-story-stat { font-family:var(--fd); font-size:40px; font-weight:300; color:var(--canvas); line-height:1; margin-bottom:8px; letter-spacing:-.02em; }
.d-story-stat em { font-style:normal; color:var(--green); }
.d-story-t { font-size:16.5px; font-weight:500; color:var(--canvas); margin-bottom:8px; font-family:var(--fb); }
.d-story-d { font-size:15px; line-height:1.6; color:rgba(245,244,240,.72); font-weight:300; font-family:var(--fb); }

/* TESTIMONIALS — sample quote cards (light) */
.d-quotes { background:var(--canvas); padding:72px 48px; border-bottom:1.5px solid var(--ink); }
.d-quotes-hdr { max-width:760px; margin-bottom:18px; }
.d-quotes-h2 { font-family:var(--fd); font-size:44px; font-weight:300; letter-spacing:-.02em; line-height:1.08; color:var(--ink); margin:14px 0 14px; }
.d-quotes-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:28px; }
.d-quote { border:1px solid var(--rule); border-radius:8px; padding:32px 30px; background:var(--surface); display:flex; flex-direction:column; }
.d-quote-mark { font-family:var(--fd); font-size:54px; font-style:italic; color:var(--gdk); line-height:.7; margin-bottom:14px; }
.d-quote-p { font-family:var(--fd); font-size:24px; font-weight:300; line-height:1.42; color:var(--ink); letter-spacing:-.01em; margin-bottom:24px; flex:1; }
.d-quote-by { display:flex; align-items:center; gap:12px; }
.d-quote-av { width:60px; height:60px; border-radius:10px; background:#fff; border:1px solid var(--rule); flex-shrink:0; }
.d-quote-av img, .m-quote-av img { object-fit:contain !important; padding:7px; box-sizing:border-box; }
.d-quote-name { font-size:15.5px; font-weight:500; color:var(--ink); font-family:var(--fb); }
.d-quote-role { font-size:11.5px; color:var(--muted); font-family:var(--fb); }

/* INTERACTIVE TOOL — TBD skeleton */
.d-tool { background:var(--surface); padding:72px 48px; border-bottom:1.5px solid var(--ink); }
.d-tool-hdr { max-width:760px; margin-bottom:24px; }
.d-tool-h2 { font-family:var(--fd); font-size:39.5px; font-weight:300; letter-spacing:-.02em; line-height:1.1; color:var(--ink); margin:12px 0 14px; }
.d-tool-stage { border:1.5px dashed var(--rule2); border-radius:10px; padding:8px; display:grid; grid-template-columns:1fr 1fr; gap:8px; background:rgba(255,255,255,.4); }
.d-tool-inputs { padding:32px; }
.d-tool-result { padding:32px; background:var(--ink); border-radius:8px; display:flex; flex-direction:column; justify-content:center; }
.d-tool-flabel { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--muted); font-weight:600; margin-bottom:8px; font-family:var(--fb); }
.d-tool-field { height:42px; border:1px solid var(--rule2); border-radius:5px; background:var(--canvas); margin-bottom:22px; display:flex; align-items:center; padding:0 14px; font-size:12.5px; color:var(--muted); font-style:italic; font-family:var(--fb); }
.d-tool-rlabel { font-size:11px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); font-weight:600; margin-bottom:18px; font-family:var(--fb); }
.d-tool-rstat { font-family:var(--fd); font-size:52px; font-weight:300; color:var(--canvas); line-height:1; margin-bottom:8px; letter-spacing:-.02em; }
.d-tool-rbar { height:10px; border-radius:5px; background:rgba(171,232,61,.25); margin:6px 0 22px; position:relative; overflow:hidden; }
.d-tool-rbar::after { content:""; position:absolute; left:0; top:0; bottom:0; width:62%; background:var(--green); border-radius:5px; }
.d-tool-rnote { font-size:12px; color:rgba(245,244,240,.7); font-style:italic; font-family:var(--fb); }

/* CTA */
.d-cta { background:var(--ink); padding:84px 48px; display:flex; align-items:center; justify-content:space-between; gap:60px; }
.d-cta-l { flex:1; max-width:none; }
.d-cta-h2 { font-family:var(--fd); font-size:48.5px; font-weight:300; color:var(--canvas); line-height:1.1; letter-spacing:-.02em; }
.d-cta-h2 em { font-style:italic; color:var(--green); }
.d-cta-p { font-size:17.5px; color:rgba(245,244,240,.78); margin-top:16px; font-weight:300; line-height:1.7; font-family:var(--fb); text-align:justify; }
.btn-cta { background:var(--green); color:var(--ink); padding:14px 32px; border-radius:3px; font-size:14px; font-weight:600; border:none; cursor:pointer; font-family:var(--fb); white-space:nowrap; flex-shrink:0; }

/* FOOTER */
.d-foot { background:#0A0B0A; padding:0 48px; height:64px; display:flex; align-items:center; justify-content:space-between; gap:40px; border-top:1px solid rgba(255,255,255,.06); }
.d-foot-links { display:flex; gap:28px; list-style:none; flex:1; justify-content:center; }
.d-foot-links a { font-size:12px; color:#aaa; text-decoration:none; font-family:var(--fb); white-space:nowrap; }
.d-foot-links a:hover { color:#ddd; }
.d-foot-copy { font-size:11.5px; color:#666; font-family:var(--fb); white-space:nowrap; flex-shrink:0; }

/* ══════════ MOBILE ══════════ */
.m-wrap { background:var(--canvas); width:100%; margin:0 auto; }
.m-nav { display:flex; align-items:center; justify-content:space-between; padding:0 20px; height:52px; background:var(--canvas); border-bottom:1px solid var(--rule); position:sticky; top:0; z-index:100; }
.m-ham { display:flex; flex-direction:column; gap:5px; cursor:pointer; padding:6px 4px; flex-shrink:0; }
.m-ham span { display:block; height:1.5px; background:var(--ink); border-radius:1px; }

.m-hero { background:var(--ink); }
.m-h-txt { padding:28px 20px 22px; }
.m-kicker { font-family:var(--fb); font-size:10px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--green); margin-bottom:14px; }
.m-h1 { font-family:var(--fd); font-size:33px; line-height:1.06; font-weight:300; color:var(--canvas); letter-spacing:-.02em; margin-bottom:16px; }
.m-h1 em { font-style:italic; color:var(--green); }
.m-htag { font-size:17px; line-height:1.62; color:rgba(245,244,240,.82); margin-bottom:22px; font-weight:300; font-family:var(--fb); text-align:justify; }
.m-btn-g { display:block; width:100%; background:var(--green); color:var(--ink); padding:14px 20px; text-align:center; font-size:14px; font-weight:600; border:none; border-radius:3px; margin-bottom:10px; font-family:var(--fb); cursor:pointer; }
.m-btn-o { display:block; width:100%; background:transparent; color:rgba(245,244,240,.82); padding:13px 20px; text-align:center; font-size:13.5px; font-weight:300; border:1px solid rgba(245,244,240,.3); border-radius:3px; font-family:var(--fb); cursor:pointer; }
.m-h-img { width:100%; height:210px; border-top:1px solid rgba(255,255,255,.07); }
.m-chips { background:var(--ink); border-top:1px solid rgba(255,255,255,.08); display:flex; flex-wrap:wrap; gap:8px; padding:18px 20px; }
.m-chip { font-size:11px; color:rgba(245,244,240,.78); border:1px solid rgba(255,255,255,.16); border-radius:20px; padding:6px 12px; font-family:var(--fb); }
.m-chip::before { content:""; display:inline-block; width:5px; height:5px; border-radius:50%; background:var(--green); margin-right:7px; vertical-align:middle; }

.m-sec { padding:28px 20px; border-bottom:1px solid var(--rule); }
.m-sec-canvas { background:var(--canvas); }
.m-sec-ink { background:var(--ink); }
.m-sec-surface { background:var(--surface); }
.m-sh2 { font-family:var(--fd); font-size:31px; font-weight:300; letter-spacing:-.02em; line-height:1.1; margin:10px 0 12px; }
.m-sh2.on-ink { color:var(--canvas); }
.m-sh2.on-light { color:var(--ink); }
.m-sh2 em { font-style:italic; color:var(--gdk); }
.m-sh2.on-ink em { color:var(--green); }

.m-overview-lead { font-family:var(--fd); font-size:26px; font-weight:300; line-height:1.32; color:var(--ink); letter-spacing:-.01em; text-align:justify; }
.m-overview-lead em { font-style:italic; color:var(--gdk); }

/* Mobile scenarios — stacked image+text */
.m-scenario { border-bottom:1px solid var(--rule); }
.m-scenario:last-child { border-bottom:none; }
.m-scenario.alt { background:var(--surface); }
.m-sc-img { width:100%; height:200px; }
.m-sc-txt { padding:24px 20px; }
.m-sc-num { font-family:var(--fd); font-size:24px; font-weight:300; color:var(--gdk); line-height:1; margin-bottom:10px; }
.m-sc-eyebrow { font-size:10px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--label); margin-bottom:8px; font-family:var(--fb); }
.m-sc-title { font-family:var(--fd); font-size:28.5px; font-weight:300; line-height:1.12; color:var(--ink); letter-spacing:-.02em; margin-bottom:12px; }
.m-sc-desc { font-size:15.5px; line-height:1.66; color:var(--muted); font-weight:300; font-family:var(--fb); }

/* Mobile stories */
.m-stories-grid { margin-top:18px; display:flex; flex-direction:column; gap:12px; }
.m-story { border:1px solid rgba(255,255,255,.1); border-radius:8px; overflow:hidden; background:#141615; }
.m-story-img { width:100%; height:150px; }
.m-story-body { padding:18px 18px 20px; }
.m-story-meta { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.m-story-tag { font-size:9.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); font-weight:600; font-family:var(--fb); }
.m-story-stat { font-family:var(--fd); font-size:34px; font-weight:300; color:var(--canvas); line-height:1; margin-bottom:7px; letter-spacing:-.02em; }
.m-story-stat em { font-style:normal; color:var(--green); }
.m-story-t { font-size:15.5px; font-weight:500; color:var(--canvas); margin-bottom:6px; font-family:var(--fb); }
.m-story-d { font-size:14px; line-height:1.55; color:rgba(245,244,240,.72); font-weight:300; font-family:var(--fb); }

/* Mobile testimonials */
.m-quotes-grid { margin-top:18px; display:flex; flex-direction:column; gap:12px; }
.m-quote { border:1px solid var(--rule); border-radius:8px; padding:22px 20px; background:var(--surface); }
.m-quote-mark { font-family:var(--fd); font-size:42px; font-style:italic; color:var(--gdk); line-height:.7; margin-bottom:10px; }
.m-quote-p { font-family:var(--fd); font-size:21.5px; font-weight:300; line-height:1.4; color:var(--ink); margin-bottom:18px; }
.m-quote-by { display:flex; align-items:center; gap:12px; }
.m-quote-av { width:52px; height:52px; border-radius:9px; background:#fff; border:1px solid var(--rule); flex-shrink:0; }
.m-quote-name { font-size:15px; font-weight:500; color:var(--ink); font-family:var(--fb); }
.m-quote-role { font-size:11px; color:var(--muted); font-family:var(--fb); }

/* Mobile tool */
.m-tool-stage { border:1.5px dashed var(--rule2); border-radius:10px; padding:8px; margin-top:18px; background:rgba(255,255,255,.4); }
.m-tool-inputs { padding:20px; }
.m-tool-flabel { font-size:10.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--muted); font-weight:600; margin-bottom:7px; font-family:var(--fb); }
.m-tool-field { height:40px; border:1px solid var(--rule2); border-radius:5px; background:var(--canvas); margin-bottom:16px; display:flex; align-items:center; padding:0 12px; font-size:12px; color:var(--muted); font-style:italic; font-family:var(--fb); }
.m-tool-result { padding:24px 20px; background:var(--ink); border-radius:8px; margin-top:8px; }
.m-tool-rlabel { font-size:10.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); font-weight:600; margin-bottom:14px; font-family:var(--fb); }
.m-tool-rstat { font-family:var(--fd); font-size:42px; font-weight:300; color:var(--canvas); line-height:1; margin-bottom:8px; letter-spacing:-.02em; }
.m-tool-rbar { height:9px; border-radius:5px; background:rgba(171,232,61,.25); margin:6px 0 16px; position:relative; overflow:hidden; }
.m-tool-rbar::after { content:""; position:absolute; left:0; top:0; bottom:0; width:62%; background:var(--green); border-radius:5px; }
.m-tool-rnote { font-size:11.5px; color:rgba(245,244,240,.7); font-style:italic; font-family:var(--fb); }

.m-cta { background:var(--ink); padding:40px 20px; }
.m-cta-h2 { font-family:var(--fd); font-size:35px; font-weight:300; color:var(--canvas); line-height:1.08; letter-spacing:-.02em; margin-bottom:12px; }
.m-cta-h2 em { font-style:italic; color:var(--green); }
.m-cta-p { font-size:15.5px; color:rgba(245,244,240,.78); margin-bottom:22px; font-weight:300; line-height:1.6; font-family:var(--fb); text-align:justify; }
.m-foot { background:#0A0B0A; padding:20px; display:flex; align-items:center; justify-content:space-between; gap:16px; border-top:1px solid rgba(255,255,255,.06); }
.m-foot-links { display:flex; flex-direction:column; gap:7px; align-items:flex-end; }
.m-foot-links a { font-size:11px; color:#aaa; text-decoration:none; font-family:var(--fb); white-space:nowrap; }
#site-mobile{display:none}#site-desktop{display:block}
@media (max-width:900px){#site-desktop{display:none}#site-mobile{display:block}}


/* ══════════════════════════════════════════════════════════
   PRESS ROOM — matched to press-room-wireframe.html
   (base nav/footer/buttons/mobile-menu reused from above)
   ══════════════════════════════════════════════════════════ */
.clamp-2 { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.clamp-3 { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.pr-arrow { display:inline-block; }

/* meta: green pill badge + date */
.d-pr-meta { display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.d-pr-pub { font-size:10px; text-transform:uppercase; letter-spacing:.12em; color:var(--label); font-weight:600; font-family:var(--fb); background:rgba(171,232,61,.16); padding:4px 10px; border-radius:3px; }
.d-pr-date { font-size:11.5px; color:var(--muted); font-family:var(--fb); }

/* HERO (dark) */
.d-pr-hero { background:var(--ink); padding:64px 48px 40px; }
.d-pr-h1 { font-family:var(--fd); font-size:52px; line-height:1.05; font-weight:300; color:var(--canvas); letter-spacing:-.02em; max-width:820px; margin:20px 0; }
.d-pr-h1 em { font-style:italic; color:var(--green); }
.d-pr-htag { font-size:15px; line-height:1.72; color:rgba(245,244,240,.82); font-weight:300; font-family:var(--fb); max-width:820px; }

/* FEATURED (light card) */
.d-pr-feat-sec { background:var(--canvas); padding:56px 48px; border-bottom:1.5px solid var(--ink); }
.d-pr-feat-card { display:grid; grid-template-columns:1.1fr .9fr; border:1px solid var(--rule); border-radius:10px; overflow:hidden; background:var(--surface); text-decoration:none; transition:transform .16s, border-color .16s; }
.d-pr-feat-card:hover { transform:translateY(-3px); border-color:var(--rule2); }
.d-pr-feat-img { min-height:380px; }
.d-pr-feat-img img { width:100%; height:100%; object-fit:cover; display:block; }
.d-pr-feat-body { padding:44px 44px 40px; display:flex; flex-direction:column; }
.d-pr-feat-h { font-family:var(--fd); font-size:32px; font-weight:300; line-height:1.16; color:var(--ink); letter-spacing:-.02em; margin-bottom:16px; }
.d-pr-feat-x { font-size:14px; line-height:1.7; color:var(--muted); font-weight:300; font-family:var(--fb); margin-bottom:28px; }
.d-pr-read { display:inline-flex; align-items:center; gap:8px; align-self:flex-start; margin-top:auto; font-size:13px; font-weight:600; color:var(--ink); background:var(--green); padding:12px 22px; border-radius:3px; font-family:var(--fb); }

/* GRID (surface) */
.d-pr-grid-sec { background:var(--surface); padding:56px 48px; border-bottom:1.5px solid var(--ink); }
.d-pr-grid-hdr { margin-bottom:28px; }
.d-pr-grid-h2 { font-family:var(--fd); font-size:34px; font-weight:300; letter-spacing:-.02em; line-height:1.1; color:var(--ink); margin-top:10px; }
.d-pr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.d-pr-card { border:1px solid var(--rule); border-radius:8px; overflow:hidden; background:var(--canvas); display:flex; flex-direction:column; text-decoration:none; transition:transform .16s, border-color .16s; }
.d-pr-card:hover { transform:translateY(-3px); border-color:var(--rule2); }
.d-pr-card-img { height:170px; }
.d-pr-card-img img { width:100%; height:100%; object-fit:cover; display:block; }
.d-pr-card-body { padding:22px 22px 24px; flex:1; display:flex; flex-direction:column; }
.d-pr-card .d-pr-meta { margin-bottom:0; }
.d-pr-card-h { font-family:var(--fd); font-size:20px; font-weight:400; line-height:1.22; color:var(--ink); letter-spacing:-.01em; margin:14px 0 10px; }
.d-pr-card-x { font-size:12.5px; line-height:1.6; color:var(--muted); font-weight:300; font-family:var(--fb); margin-bottom:20px; }
.d-pr-read-o { display:inline-flex; align-items:center; gap:8px; align-self:flex-start; margin-top:auto; font-size:13px; font-weight:500; color:var(--ink); border-bottom:1.5px solid var(--rule2); padding-bottom:3px; font-family:var(--fb); }
.d-pr-read-o:hover { border-color:var(--ink); }

/* MEDIA ENQUIRIES — matches homepage CTA band: text full-width left, button right */
.d-pr-media { background:var(--ink); padding:96px 48px; display:flex; align-items:center; justify-content:space-between; gap:60px; }
.d-pr-media-l { flex:1; max-width:none; }
.d-pr-media .eyebrow { display:block; margin-bottom:14px; }
.d-pr-media-h2 { font-family:var(--fd); font-size:52px; font-weight:300; color:var(--canvas); line-height:1.06; letter-spacing:-.02em; }
.d-pr-media-h2 em { font-style:italic; color:var(--green); }
.d-pr-media-p { font-size:15px; color:rgba(245,244,240,.78); margin-top:18px; font-weight:300; line-height:1.72; font-family:var(--fb); max-width:none; }
.d-pr-media .btn-g { flex-shrink:0; padding:14px 32px; }

/* ── Mobile ── */
.m-pr-meta { display:flex; align-items:center; gap:10px; margin-bottom:0; }
.m-pr-pub { font-size:9.5px; text-transform:uppercase; letter-spacing:.12em; color:var(--label); font-weight:600; font-family:var(--fb); background:rgba(171,232,61,.16); padding:3px 9px; border-radius:3px; }
.m-pr-date { font-size:11px; color:var(--muted); font-family:var(--fb); }
.m-pr-hero { background:var(--ink); padding:28px 20px 24px; border-bottom:1px solid rgba(255,255,255,.07); }
.m-pr-h1 { font-family:var(--fd); font-size:33px; line-height:1.06; font-weight:300; color:var(--canvas); letter-spacing:-.02em; margin:14px 0; }
.m-pr-h1 em { font-style:italic; color:var(--green); }
.m-pr-htag { font-size:13px; line-height:1.64; color:rgba(245,244,240,.82); font-weight:300; font-family:var(--fb); }
.m-pr-sec { padding:28px 20px; border-bottom:1px solid var(--rule); }
.m-pr-sec-canvas { background:var(--canvas); }
.m-pr-sec-surface { background:var(--surface); }
.m-pr-sh2 { font-family:var(--fd); font-size:26px; font-weight:300; letter-spacing:-.02em; line-height:1.1; margin:10px 0 16px; color:var(--ink); }
.m-pr-card { border:1px solid var(--rule); border-radius:8px; overflow:hidden; background:var(--canvas); margin-bottom:14px; display:flex; flex-direction:column; text-decoration:none; }
.m-pr-card.feat { background:var(--surface); }
.m-pr-card-img { height:160px; }
.m-pr-card.feat .m-pr-card-img { height:190px; }
.m-pr-card-img img { width:100%; height:100%; object-fit:cover; display:block; }
.m-pr-card-body { padding:18px 18px 20px; display:flex; flex-direction:column; }
.m-pr-card-h { font-family:var(--fd); font-size:19px; font-weight:400; line-height:1.22; color:var(--ink); letter-spacing:-.01em; margin:12px 0 8px; }
.m-pr-card.feat .m-pr-card-h { font-size:22px; }
.m-pr-card-x { font-size:12px; line-height:1.58; color:var(--muted); font-weight:300; font-family:var(--fb); margin-bottom:16px; }
.m-pr-read { display:inline-flex; align-items:center; gap:7px; align-self:flex-start; font-size:12.5px; font-weight:500; color:var(--ink); border-bottom:1.5px solid var(--rule2); padding-bottom:2px; font-family:var(--fb); }
.m-pr-read-g { display:flex; width:100%; align-items:center; justify-content:center; gap:6px; background:var(--green); color:var(--ink); padding:12px 18px; border-radius:3px; font-size:13px; font-weight:600; font-family:var(--fb); }
.m-pr-media { background:var(--ink); padding:40px 20px; }
.m-pr-media-h2 { font-family:var(--fd); font-size:30px; font-weight:300; color:var(--canvas); line-height:1.1; letter-spacing:-.02em; margin-bottom:12px; }
.m-pr-media-h2 em { font-style:italic; color:var(--green); }
.m-pr-media-p { font-size:13px; color:rgba(245,244,240,.78); margin-bottom:20px; font-weight:300; line-height:1.6; font-family:var(--fb); }

/* AS-FEATURED-IN TICKER (light band, publisher names scroll; swap for logos later) */
.d-pr-ticker { background:var(--canvas); border-top:1px solid var(--rule); border-bottom:1.5px solid var(--ink); overflow:hidden; position:relative; }
.d-pr-ticker::before, .d-pr-ticker::after { content:""; position:absolute; top:0; bottom:0; width:90px; z-index:2; pointer-events:none; }
.d-pr-ticker::before { left:0; background:linear-gradient(90deg, var(--canvas), rgba(245,244,240,0)); }
.d-pr-ticker::after { right:0; background:linear-gradient(270deg, var(--canvas), rgba(245,244,240,0)); }
.d-pr-ticker-track { display:flex; align-items:center; gap:72px; width:max-content; padding:24px 0; animation:pr-ticker 26s linear infinite; }
.d-pr-ticker:hover .d-pr-ticker-track { animation-play-state:paused; }
.d-pr-tk { font-family:var(--fb); font-size:20px; font-weight:600; color:var(--muted); white-space:nowrap; opacity:.72; }
@keyframes pr-ticker { from { transform:translateX(0); } to { transform:translateX(-50%); } }
/* mobile sizing (mobile comp lives inside .m-wrap) */
.m-wrap .d-pr-ticker-track { gap:40px; padding:16px 0; animation-duration:20s; }
.m-wrap .d-pr-tk { font-size:15px; }
.m-wrap .d-pr-ticker::before, .m-wrap .d-pr-ticker::after { width:40px; }
@media (prefers-reduced-motion: reduce) { .d-pr-ticker-track { animation:none; } }
