/* ═══════════════════════════════════════════════════
   Media Hub — /media-hub
   AINS Summit Austin Press & Media Kit.
   A modular, deep-linkable hub: sticky section rail on the
   left, anchored content sections on the right. Each section
   carries an id + a "copy link" control so any one section can
   be shared on its own (e.g. /media-hub#founder-bios).
   ═══════════════════════════════════════════════════ */

/* ── MASTHEAD ── */
.mh-masthead{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:64px 24px 56px}
.mh-masthead-inner{max-width:1120px;margin:0 auto}
.mh-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:100px;margin-bottom:18px;text-transform:uppercase;letter-spacing:1px}
.mh-masthead h1{font-size:46px;font-weight:700;line-height:1.06;letter-spacing:-2px;color:#fff;margin-bottom:16px;max-width:820px}
.mh-masthead .mh-lede{font-size:18px;color:rgba(255,255,255,.85);max-width:640px;line-height:1.6;margin-bottom:24px}
.mh-meta-row{display:flex;flex-wrap:wrap;gap:10px 24px;font-size:14px;color:rgba(255,255,255,.9);margin-bottom:28px}
.mh-meta-row span{display:inline-flex;align-items:center;gap:8px;font-weight:600}
.mh-meta-row span::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--accent)}
.mh-masthead-ctas{display:flex;flex-wrap:wrap;gap:12px}
.mh-draft-note{margin-top:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:12px 16px;font-size:13.5px;color:rgba(255,255,255,.88);line-height:1.55;max-width:820px}
.mh-draft-note strong{color:#fff}

/* ── HUB LAYOUT ── */
.mh-layout{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:264px 1fr;gap:56px;align-items:start}

/* ── SIDEBAR RAIL ── */
.mh-rail{position:sticky;top:120px;align-self:start;max-height:calc(100vh - 140px);overflow-y:auto;padding:32px 0}
.mh-rail-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#8a8f99;padding:0 12px;margin-bottom:14px}
.mh-rail-list{list-style:none;display:flex;flex-direction:column;gap:1px}
.mh-rail-list a{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#54595f;text-decoration:none;padding:9px 12px;border-radius:8px;border-left:2px solid transparent;transition:background .15s,color .15s}
.mh-rail-list a .mh-rail-num{font-size:11px;font-weight:700;color:#a7abb2;min-width:18px}
.mh-rail-list a:hover{background:var(--accent3);color:var(--primary)}
.mh-rail-list a.is-active{background:var(--accent3);color:var(--primary);border-left-color:var(--primary)}
.mh-rail-list a.is-active .mh-rail-num{color:var(--secondary)}

/* ── MAIN CONTENT ── */
.mh-content{padding:32px 0 24px;min-width:0}
.mh-section{scroll-margin-top:120px;padding:24px 0 44px;border-bottom:1px solid #ececf0}
.mh-section:last-child{border-bottom:none}
.mh-section-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}
.mh-section-num{font-size:13px;font-weight:700;color:var(--accent);background:var(--primary);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px}
.mh-section-head h2{font-size:30px;font-weight:700;letter-spacing:-1px;color:var(--dark);line-height:1.14;flex:1}
.mh-section-head .mh-sub{display:block;font-size:15px;font-weight:600;color:#7a7f87;letter-spacing:0;margin-top:4px}
.mh-copy-link{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid var(--neutral);color:#54595f;font-family:inherit;font-size:12.5px;font-weight:600;padding:7px 12px;border-radius:8px;cursor:pointer;transition:all .15s;margin-top:6px;white-space:nowrap}
.mh-copy-link:hover{border-color:var(--primary);color:var(--primary);background:var(--accent3)}
.mh-copy-link svg{width:14px;height:14px}
.mh-copy-link.is-copied{border-color:var(--green);color:var(--green);background:#ecfdf5}

.mh-prose p{font-size:16px;color:#3d4149;line-height:1.75;margin-bottom:16px;max-width:760px}
.mh-prose p:last-child{margin-bottom:0}
.mh-prose strong{color:var(--dark)}
.mh-prose a{color:var(--secondary);font-weight:600}

.mh-callout{background:#f5f6f8;border:1px solid var(--neutral);border-radius:12px;padding:20px 24px;margin:4px 0 20px;max-width:760px}
.mh-callout p{margin-bottom:0}

/* Definition cards (fact sheet, messaging) */
.mh-deflist{display:grid;grid-template-columns:1fr;gap:0;border:1px solid #ececf0;border-radius:12px;overflow:hidden;max-width:820px;margin-bottom:24px}
.mh-deflist:last-child{margin-bottom:0}
.mh-defrow{display:grid;grid-template-columns:200px 1fr;gap:20px;padding:13px 22px;border-bottom:1px solid #ececf0}
.mh-defrow:last-child{border-bottom:none}
.mh-defrow:nth-child(odd){background:#fafbfc}
.mh-defrow dt{font-size:13.5px;font-weight:700;color:var(--dark)}
.mh-defrow dd{font-size:14.5px;color:#3d4149;line-height:1.55}
.mh-deflist-caption{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--secondary);margin:0 0 10px 2px}

/* Two-column grids */
.mh-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:820px}

/* Bio cards */
.mh-bio{border:1px solid #ececf0;border-radius:14px;padding:24px;background:#fff}
.mh-bio-head{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.mh-bio-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0;letter-spacing:.5px}
.mh-bio-head h3{font-size:18px;font-weight:700;color:var(--dark);line-height:1.2}
.mh-bio-head .mh-bio-role{font-size:13.5px;color:#7a7f87;font-weight:600;margin-top:2px}
.mh-bio p{font-size:14.5px;color:#3d4149;line-height:1.65;margin-bottom:14px}
.mh-bio-meta{font-size:13px;color:#54595f;line-height:1.6;padding-top:12px;border-top:1px solid #ececf0}
.mh-bio-meta strong{color:var(--dark)}
.mh-topics{list-style:none;display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px}
.mh-topics li{font-size:12.5px;font-weight:600;color:var(--primary);background:var(--accent3);padding:5px 11px;border-radius:100px}

/* Portfolio cards */
.mh-portfolio{display:grid;grid-template-columns:1fr;gap:14px;max-width:820px}
.mh-portco{border:1px solid #ececf0;border-radius:12px;padding:20px 22px}
.mh-portco h3{font-size:17px;font-weight:700;color:var(--dark);margin-bottom:3px}
.mh-portco .mh-portco-who{font-size:13.5px;color:var(--secondary);font-weight:600;margin-bottom:9px}
.mh-portco p{font-size:14.5px;color:#3d4149;line-height:1.6;margin-bottom:0}
.mh-portco .mh-portco-quote{font-style:italic;color:#54595f;margin-top:9px}

/* Soundbite pull quotes */
.mh-quotes{display:flex;flex-direction:column;gap:14px;max-width:820px;margin-top:6px}
.mh-quote{border-left:3px solid var(--accent);background:#fafbfc;border-radius:0 10px 10px 0;padding:16px 22px}
.mh-quote p{font-size:16px;font-style:italic;color:var(--dark);line-height:1.6;margin-bottom:8px}
.mh-quote cite{font-style:normal;font-size:13.5px;font-weight:600;color:#7a7f87}

/* Testimonial cards */
.mh-testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:820px}
.mh-testimonial{border:1px solid #ececf0;border-radius:14px;padding:22px 24px;background:#fff}
.mh-testimonial p{font-size:15.5px;color:var(--dark);line-height:1.6;margin-bottom:12px}
.mh-testimonial cite{font-style:normal;font-size:13px;font-weight:600;color:var(--secondary)}

/* Asset library list */
.mh-assets{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:820px}
.mh-asset{display:flex;align-items:flex-start;gap:14px;border:1px solid #ececf0;border-radius:12px;padding:16px 18px}
.mh-asset-ic{width:38px;height:38px;border-radius:9px;background:var(--accent3);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mh-asset-ic svg{width:18px;height:18px}
.mh-asset strong{display:block;font-size:14.5px;color:var(--dark);margin-bottom:2px}
.mh-asset span{font-size:13px;color:#7a7f87;line-height:1.45}

/* Metric grid */
.mh-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:820px;margin-bottom:22px}
.mh-metric{border:1px solid #ececf0;border-radius:12px;padding:18px 20px;text-align:left}
.mh-metric .mh-metric-val{font-size:15px;font-weight:700;color:var(--dark)}
.mh-metric .mh-metric-lbl{font-size:13px;color:#7a7f87;margin-top:3px;line-height:1.4}

.mh-list{list-style:none;display:flex;flex-direction:column;gap:10px;max-width:760px;margin-bottom:8px}
.mh-list li{position:relative;padding-left:22px;font-size:15px;color:#3d4149;line-height:1.6}
.mh-list li::before{content:'';position:absolute;left:2px;top:10px;width:7px;height:7px;border-radius:50%;background:var(--secondary)}

.mh-blocklabel{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--secondary);margin:22px 0 12px}
.mh-blocklabel:first-child{margin-top:0}

/* Press contact card */
.mh-contact{border:1px solid #ececf0;border-radius:14px;padding:26px 28px;max-width:520px;background:#fafbfc}
.mh-contact p{font-size:15px;color:#3d4149;line-height:1.8;margin:0}

/* ── TBD / PLACEHOLDER CHIP ──
   Faithfully preserves the working-draft "[bracketed]" items from the
   source doc as visibly-flagged gaps, rather than dropping them or
   inventing values. */
.mh-tbd{display:inline;font-size:.92em;font-weight:600;color:#9a6a00;background:#fff7e0;border:1px dashed #e0b544;border-radius:6px;padding:1px 7px;line-height:1.4;white-space:normal}
.mh-tbd::before{content:'⚑ ';font-size:.85em}

/* ── MOBILE ── */
@media(max-width:900px){
  .mh-layout{grid-template-columns:1fr;gap:0}
  .mh-rail{position:sticky;top:96px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:12px 0;margin:0 -24px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--neutral);z-index:40}
  .mh-rail-title{display:none}
  .mh-rail-list{flex-direction:row;flex-wrap:nowrap;gap:6px;padding:0 24px}
  .mh-rail-list a{white-space:nowrap;border-left:none;border-bottom:2px solid transparent;padding:8px 12px}
  .mh-rail-list a.is-active{border-left:none;border-bottom-color:var(--primary)}
  .mh-rail-list a .mh-rail-num{display:none}
  .mh-content{padding-top:20px}
  .mh-grid-2,.mh-testimonials,.mh-assets{grid-template-columns:1fr}
  .mh-metrics{grid-template-columns:repeat(2,1fr)}
  .mh-defrow{grid-template-columns:1fr;gap:2px}
  .mh-defrow dt{color:var(--secondary)}
}
@media(max-width:640px){
  .mh-masthead{padding:44px 24px 40px}
  .mh-masthead h1{font-size:32px}
  .mh-masthead .mh-lede{font-size:16px}
  .mh-section-head{flex-wrap:wrap}
  .mh-section-head h2{font-size:24px}
  .mh-copy-link{order:3}
  .mh-metrics{grid-template-columns:1fr}
}
