/* ============================================================================
   The Howler — news theme
   Clean, minimal, single-column editorial layout. Accent ties to Simian green.
   ========================================================================== */
:root{
  --ink:#16202a; --ink-soft:#48586a; --muted:#7a8899;
  --line:#e5e9ee; --bg:#ffffff; --bg-soft:#f6f8fa;
  --brand:#15171a;           /* masthead / footer / dark surfaces */
  --accent:#00aeef;          /* links, kickers, CTAs (Howler cyan) */
  --accent-dk:#0090c8;
  --accent-ring:rgba(0,174,239,.22);
  --max:1140px; --narrow:760px;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --serif:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.6;font-size:17px}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.container--narrow{max-width:var(--narrow)}
.section{padding:40px 0}
.main{min-height:50vh}

/* ---------- header / masthead ---------- */
.hdr{border-bottom:1px solid var(--line)}
.hdr__bar{background:#fff;color:var(--ink);border-bottom:1px solid var(--line)}
.hdr__inner{max-width:var(--max);margin:0 auto;padding:18px 24px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.hdr__brand{display:inline-flex;align-items:center;color:var(--ink);text-decoration:none}
.hdr__logo{height:72px;width:auto;display:block}
.hdr__logo-text{font-weight:800;font-size:28px;letter-spacing:-.01em;color:var(--ink)}
.hdr__tagline{margin:0;color:var(--muted);font-size:14px;line-height:1.35;max-width:280px;padding-left:22px;border-left:1px solid var(--line)}

/* masthead search */
.hdr__search{margin-left:auto;display:flex;align-items:center;background:#fff;border:1px solid #cdd5da;border-radius:8px;overflow:hidden;height:40px}
.hdr__search input{border:0;outline:0;padding:0 12px;height:100%;font-size:14px;width:180px;background:transparent;color:var(--ink)}
.hdr__search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}
.hdr__search button{border:0;background:transparent;color:var(--brand);display:flex;align-items:center;padding:0 12px;height:100%;cursor:pointer}
.hdr__search button:hover{color:#262b33}

/* search results page form */
.search-form{display:flex;gap:10px;margin:14px 0 6px;max-width:var(--narrow)}
.search-form input{flex:1 1 auto;padding:11px 13px;border:1px solid #cdd5da;border-radius:8px;font:inherit;font-size:15px}
.search-form input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}
.search-count{color:var(--muted);font-size:14px;margin:6px 0 18px}

/* ---------- nav ---------- */
.nav{background:var(--bg)}
.nav__inner{max-width:var(--max);margin:0 auto;padding:0 24px;display:flex;align-items:center}
.nav__links{list-style:none;display:flex;align-items:center;gap:2px;margin:0;padding:0;flex-wrap:nowrap;width:100%}
.nav__item--spacer{flex:1 1 auto}
.nav__link{display:inline-block;padding:13px 11px;color:var(--ink);font-weight:600;font-size:14px;letter-spacing:.01em;white-space:nowrap;border-bottom:3px solid transparent}
.nav__link:hover{text-decoration:none;color:var(--accent-dk)}
.nav__link.is-active{color:var(--accent-dk);border-bottom-color:var(--accent)}
.nav__link--cta{color:#fff;background:var(--accent);border-radius:6px;margin-left:8px;padding:8px 14px;border-bottom:0}
.nav__link--cta:hover{background:var(--accent-dk);color:#fff}
.nav__toggle{display:none;flex-direction:column;gap:6px;background:none;border:0;padding:9px 8px;cursor:pointer;border-radius:8px;transition:background .15s}
.nav__toggle:hover{background:rgba(0,0,0,.06)}
.nav__toggle span{width:28px;height:3px;background:var(--ink);display:block;border-radius:2px}

/* ---------- listing ---------- */
.listing-head{margin:0 0 8px}
.listing-head__title{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.listing-head__eyebrow{margin:0;color:var(--accent-dk);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:13px}
.listing{display:block}
.card{padding:20px 0;border-bottom:1px solid var(--line)}

/* hero (first) card — full-width lead image */
.card--hero{padding:0 0 30px;margin-bottom:6px;border-bottom:1px solid var(--line)}
.card--hero .card__media{display:block;margin:0 0 18px;border-radius:12px;overflow:hidden;aspect-ratio:16/9;background:var(--bg-soft)}
.card--hero .card__media img{width:100%;height:100%;object-fit:cover;display:block}
.card--hero .card__body{max-width:var(--narrow)}

/* two-column grid for the rest of the listing */
.listing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 32px;margin-top:28px}
.card--grid{padding:0;border-bottom:0;display:flex;flex-direction:column}
.card--grid .card__media{display:block;margin:0 0 13px;border-radius:10px;overflow:hidden;aspect-ratio:16/9;background:var(--bg-soft)}
.card--grid .card__media img{width:100%;height:100%;object-fit:cover;display:block}
.card--grid .card__title{font-size:20px}

/* row cards — thumbnail + text (search results) */
.card--row{display:flex;gap:18px;align-items:flex-start}
.card--row .card__thumb{flex:0 0 150px;display:block;border-radius:8px;overflow:hidden;aspect-ratio:3/2;background:var(--bg-soft)}
.card--row .card__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.card--row .card__body{flex:1 1 auto;min-width:0}

.card__kicker{display:inline-block;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent-dk);margin-bottom:6px}
.card__kicker:hover{text-decoration:none;color:var(--accent)}
.card__title{font-size:21px;line-height:1.25;margin:0 0 7px;letter-spacing:-.01em}
.card__title--hero{font-size:34px;line-height:1.15}
.card__title a{color:var(--ink)}
.card__title a:hover{color:var(--accent-dk);text-decoration:none}
.card__excerpt{margin:0 0 9px;color:var(--ink-soft);font-size:15.5px}
.card__meta{font-size:13px;color:var(--muted);display:flex;gap:14px}
.card__author{font-weight:600;color:var(--ink-soft)}
a.card__author{text-decoration:none}
a.card__author:hover{color:var(--ink);text-decoration:underline}

/* ---------- pager ---------- */
.pager{display:flex;align-items:center;gap:18px;margin:34px 0 0}
.pager__status{color:var(--muted);font-size:14px}
.pager__prev,.pager__next{font-weight:600}
.pager__next{margin-left:auto}

/* ---------- article ---------- */
.article{padding:44px 0 8px}
.article__head{max-width:var(--narrow);margin:0 auto}
.article__kicker{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent-dk);margin-bottom:10px}
.article__title{font-size:40px;line-height:1.15;letter-spacing:-.015em;margin:0 0 14px}
.article__dek{font-size:21px;line-height:1.45;color:var(--ink-soft);margin:0 0 18px;font-weight:400}
.article__byline{display:flex;gap:16px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:14.5px;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:26px}
.article__author{font-weight:600;color:var(--ink-soft)}
.article__feature{margin:0 0 26px}
.article__feature img{width:100%;border-radius:8px;display:block}

/* Homepage featured overlay hero — headline over the image */
.hero-feat{position:relative;display:block;width:100%;aspect-ratio:16/9;max-height:560px;border-radius:12px;overflow:hidden;background:#15171a;color:#fff;margin:0 0 30px}
.hero-feat__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-feat::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86) 0%,rgba(0,0,0,.34) 52%,rgba(0,0,0,0) 82%)}
.hero-feat__content{position:absolute;left:0;bottom:0;z-index:2;max-width:min(760px,92%);padding:30px 34px}
.hero-feat__kicker{display:inline-block;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:9px}
.hero-feat__title{font-size:36px;line-height:1.14;letter-spacing:-.015em;margin:0 0 10px;color:#fff}
.hero-feat:hover .hero-feat__title{text-decoration:underline}
.hero-feat__dek{font-size:16.5px;line-height:1.5;color:rgba(255,255,255,.9);margin:0 0 12px;max-width:640px}
.hero-feat__meta{display:flex;gap:14px;font-size:13px;color:rgba(255,255,255,.82)}
.hero-feat__meta span{font-weight:600;color:#fff}
/* whole-hero click target sits UNDER the text; the text ignores clicks (passing
   them through to the cover -> article) while the company link re-enables them. */
.hero-feat__cover{position:absolute;inset:0;z-index:1}
.hero-feat__content{pointer-events:none}
.hero-feat__author{pointer-events:auto;font-weight:600;color:#fff;text-decoration:none}
.hero-feat__author:hover{text-decoration:underline}

/* Featured article detail — full-bleed hero with the header overlaid */
.afeat{position:relative;display:flex;align-items:flex-end;min-height:clamp(500px,74vh,820px);overflow:hidden;background:#15171a}
.afeat__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top}
.afeat::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86) 0%,rgba(0,0,0,.5) 40%,rgba(0,0,0,.12) 74%,rgba(0,0,0,0) 100%)}
.afeat__inner{position:relative;z-index:2;width:100%;max-width:none;margin:0;padding:56px 88px 58px;text-align:left}
.afeat .article__kicker{color:#fff}
.afeat .article__title{color:#fff;font-size:clamp(32px,4.8vw,56px);line-height:1.07;letter-spacing:-.02em;margin-bottom:16px}
.afeat .article__dek{color:rgba(255,255,255,.94);font-size:clamp(17px,1.7vw,22px);line-height:1.4}
.afeat .article__byline{color:rgba(255,255,255,.82);border-bottom:0;padding-bottom:0;margin-bottom:0}
.afeat .article__author,.afeat .article__author a{color:#fff}
.article--featured{padding-top:0}
.article--featured .article__body{padding-top:34px}

/* responsive video embed (YouTube / Vimeo / Simian reels) */
.video-embed{position:relative;width:100%;padding-top:56.25%;margin:1.6em 0;border-radius:8px;overflow:hidden;background:#000}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ---------- prose (article + bios) ---------- */
.prose{font-size:18px;line-height:1.75;color:#22303c}
.prose p{margin:0 0 1.15em}
.prose h2{font-size:27px;line-height:1.25;margin:1.6em 0 .5em;letter-spacing:-.01em}
.prose h3{font-size:21px;margin:1.5em 0 .5em}
.prose img{border-radius:6px;margin:1.2em 0}
.prose figure{margin:1.4em 0}
.prose figcaption{color:var(--muted);font-size:14px;text-align:center;margin-top:.5em}
.prose blockquote{margin:1.4em 0;padding:.2em 0 .2em 20px;border-left:3px solid var(--accent);color:var(--ink-soft);font-style:italic}
.prose a{color:var(--accent-dk);text-decoration:underline}
.prose ul,.prose ol{margin:0 0 1.15em 1.3em;padding:0}
.prose li{margin:.35em 0}
.prose hr{border:0;border-top:1px solid var(--line);margin:2em 0}
.prose pre{background:var(--bg-soft);padding:16px;border-radius:8px;overflow:auto;font-size:14.5px}
.prose code{background:var(--bg-soft);padding:.1em .35em;border-radius:4px;font-size:.92em}

/* ---------- author bio box + author page ---------- */
.author-bio{display:flex;gap:18px;align-items:flex-start;max-width:var(--narrow);margin:40px auto 0;padding:22px;background:var(--bg-soft);border:1px solid var(--line);border-radius:10px}
.author-bio__photo{width:72px;height:72px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.author-bio__name{margin:0 0 4px;font-size:18px}
.author-bio__text .prose{font-size:15.5px;line-height:1.6}
.author-head{display:flex;gap:22px;align-items:flex-start;padding-bottom:26px;border-bottom:1px solid var(--line);margin-bottom:10px}
.author-head__photo{width:96px;height:96px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.author-head__eyebrow{margin:0;color:var(--accent-dk);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:12.5px}
.author-head__name{font-size:32px;margin:2px 0 4px;letter-spacing:-.01em}
.author-head__role{margin:0 0 10px;color:var(--muted);font-weight:600}
.author-head__bio{max-width:var(--narrow)}
.author-head__links{list-style:none;display:flex;gap:16px;margin:12px 0 0;padding:0;font-size:14px;font-weight:600}

/* ---------- more news ---------- */
.more-news{background:var(--bg-soft);border-top:1px solid var(--line);margin-top:40px}
.more-news__title{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 16px}
.more-news__list{list-style:none;margin:0;padding:0}
.more-news__list li{padding:12px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.more-news__thumb{flex:0 0 auto;display:block;width:104px;height:72px;border-radius:8px;overflow:hidden;background:var(--line);line-height:0}
.more-news__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.more-news__body{display:flex;flex-direction:column;gap:2px;min-width:0}
.more-news__kicker{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent-dk)}
.more-news__body>a{color:var(--ink);font-weight:600;font-size:17px}
.more-news__list time{color:var(--muted);font-size:13px}

/* ---------- pages / forms / notices ---------- */
.page-head__title{font-size:34px;letter-spacing:-.015em;margin:0 0 10px}
.page-head__lead,.page-head__eyebrow{color:var(--ink-soft)}
.empty{color:var(--muted);padding:30px 0}
.btn{display:inline-block;font-weight:700;font-size:15px;padding:12px 22px;border-radius:8px;border:0;cursor:pointer;text-decoration:none}
.btn--primary{background:var(--accent);color:#fff}
.btn--primary:hover{background:var(--accent-dk);color:#fff;text-decoration:none}
.notice{padding:14px 18px;border-radius:8px;margin:0 0 22px}
.notice--ok{background:#eef5df;border:1px solid #cfe0a6;color:#3f5417}
.notice--err{background:#fdeeee;border:1px solid #f3c9c9;color:#8f2f2f}
.hform{max-width:var(--narrow)}
.hform__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hform__field{display:flex;flex-direction:column;gap:6px;margin:0 0 18px}
.hform__field span{font-weight:600;font-size:14px;color:var(--ink-soft)}
.hform__field em{color:#c0392b;font-style:normal}
.hform input,.hform select,.hform textarea{width:100%;padding:11px 12px;border:1px solid #cdd5da;border-radius:7px;font:inherit;font-size:15px;background:#fff;color:var(--ink)}
.hform input:focus,.hform select:focus,.hform textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}
.hform__err{color:#c0392b;font-size:13px}
.hform__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.hform__actions{margin-top:6px}
.hform__legend{font-size:14px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;margin:26px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--line)}
.hform__legend:first-of-type{margin-top:4px}
.hform__hint{text-transform:none;letter-spacing:0;font-weight:500;color:var(--muted)}
.hform input[type=file]{padding:9px;background:var(--bg-soft)}
.hform__check{display:flex;align-items:center;gap:10px;margin:0 0 12px}
.hform__check input{width:auto;flex:0 0 auto}
.hform__check span{font-size:15px;color:var(--ink-soft)}

/* ---------- error page ---------- */
.error-page{text-align:center;padding:60px 0}
.error-page__code{font-size:64px;font-weight:800;color:var(--accent);margin:0}
.error-page__title{font-size:28px;margin:6px 0 12px}
.error-page__lead{color:var(--ink-soft);max-width:460px;margin:0 auto 22px}
.error-page__cats{list-style:none;display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;padding:0;margin:26px 0 0;font-weight:600}

/* ---------- footer ---------- */
.to-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border-radius:50%;border:0;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s,transform .2s,visibility .2s,background .15s;z-index:900}
.to-top.show{opacity:1;visibility:visible;transform:translateY(0)}
.to-top:hover{background:var(--accent-dk)}
@media (max-width:600px){.to-top{right:14px;bottom:14px;width:42px;height:42px}}
.ftr{background:var(--brand);color:#c3ccd6;margin-top:48px}
.ftr__inner{max-width:var(--max);margin:0 auto;padding:44px 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1.7fr;gap:32px}
.ftr__logo{font-weight:800;font-size:22px;color:#fff}
.ftr__sub-note{font-size:13px;color:#aab4c0;margin:0 0 12px;line-height:1.5}
.ftr-sub input{width:100%;box-sizing:border-box;padding:9px 11px;border:1px solid #3a4655;border-radius:7px;font:inherit;font-size:14px;margin:0 0 8px;background:#fff;color:var(--ink)}
.ftr-sub input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}
.ftr-sub .btn{width:100%;padding:10px 14px;font-size:14px;cursor:pointer}
.ftr-sub-msg{font-size:13px;margin:8px 0 0;min-height:16px}
.ftr-sub-msg.ok{color:#9fe08a}
.ftr-sub-msg.err{color:#ff9b8a}
.ftr__tagline{margin:12px 0 0;font-size:14px;line-height:1.5}
.ftr__tagline a,.ftr__social a{color:#fff}
.ftr__social{list-style:none;display:flex;gap:18px;margin:16px 0 0;padding:0;font-weight:600;font-size:14px}
.ftr__col-title{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#8b98a6;margin:0 0 12px}
.ftr__col ul{list-style:none;margin:0;padding:0}
.ftr__col li{margin:0 0 9px}
.ftr__col a{color:#c3ccd6;font-size:15px}
.ftr__col a:hover{color:#fff}
.ftr__bottom{border-top:1px solid rgba(255,255,255,.1)}
.ftr__bottom p{max-width:var(--max);margin:0 auto;padding:18px 24px;font-size:13px;color:#8b98a6}

/* ---------- responsive ---------- */
/* Collapse the primary nav to a hamburger before it runs out of room and wraps
   (the full row needs ~940px; this switches at 992 with headroom). */
@media (max-width:992px){
  /* hamburger now lives in the masthead, top-right next to the logo. No separate
     nav strip + divider just to hold it. */
  .hdr__bar{border-bottom:0}
  .nav__toggle{display:flex;margin-left:auto;align-self:center}
  .nav__inner{flex-wrap:wrap}
  .nav__links{display:none;flex-direction:column;align-items:stretch;width:100%;flex-wrap:nowrap}
  .nav[data-open="true"] .nav__links,.nav__inner[data-open="true"] .nav__links{display:flex}
  .nav[data-open="true"] .nav__inner{border-top:1px solid var(--line);padding-top:6px;padding-bottom:8px}
  .nav__item--spacer{display:none}
  .nav__link{border-bottom:1px solid var(--line);white-space:normal}
  .nav__link--cta{margin:8px 0;text-align:center}
}
@media (max-width:760px){
  body{font-size:16px}
  .hdr__tagline{display:none}
  .hdr__search{width:100%;margin-left:0}
  .hdr__search input{width:100%;flex:1 1 auto}
  .article__title{font-size:30px}
  .card__title--hero{font-size:24px}
  .hero-feat__title{font-size:23px}
  .hero-feat__content{padding:20px 22px}
  .hero-feat__dek{display:none}
  .afeat .article__title{font-size:30px;line-height:1.12}
  .afeat__inner{padding:40px 22px 42px}
  .listing-grid{grid-template-columns:1fr;gap:24px}
  .card--row .card__thumb{flex-basis:104px}
  .hform__row{grid-template-columns:1fr}
  .ftr__inner{grid-template-columns:1fr;gap:26px}
  .author-head{flex-direction:column}
}

/* ---- Article share cluster (right-aligned on the byline) ---- */
.article__share{margin-left:auto;display:inline-flex;align-items:center;gap:1px;position:relative}
.article__share-label{font-size:11px;text-transform:uppercase;letter-spacing:.07em;opacity:.6;margin-right:4px}
.ashare{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:#5f6f80;cursor:pointer;text-decoration:none;opacity:1;transition:opacity .15s,background .15s,color .15s}
.ashare svg{width:20px;height:20px;display:block;flex:0 0 auto}
.ashare:hover,.ashare:focus-visible{opacity:1;background:rgba(0,0,0,.06);outline:none}
.ashare--x:hover{color:#000}
.ashare--li:hover{color:#0a66c2}
.ashare--fb:hover{color:#1877f2}
.ashare--link:hover{color:var(--accent-dk,#3a6ea5)}
.afeat .ashare{color:#fff}
.afeat .ashare:hover,.afeat .ashare:focus-visible{background:rgba(255,255,255,.18)}
.afeat .ashare--x:hover,.afeat .ashare--li:hover,.afeat .ashare--fb:hover,.afeat .ashare--link:hover{color:#fff}
.ashare-toast{position:absolute;right:0;top:calc(100% + 7px);background:#1f2b31;color:#fff;font-size:12px;line-height:1;padding:6px 9px;border-radius:6px;white-space:nowrap;opacity:0;transform:translateY(-4px);transition:opacity .2s,transform .2s;pointer-events:none;z-index:6}
.ashare-toast.on{opacity:1;transform:translateY(0)}
@media (max-width:560px){.article__share{margin-left:0;width:100%;justify-content:flex-start}}

/* Author page — company logo shown in place of the name (never in a circle). */
.author-head__logo{display:block;max-height:66px;max-width:280px;width:auto;height:auto}
.author-head__name--logo{margin:2px 0 8px;line-height:1}
.author-head--brand .author-head__eyebrow{margin-bottom:4px}
@media (max-width:560px){.author-head__logo{max-height:52px;max-width:220px}}

/* Keep the Submit News CTA readable when it's the active page (white text, darker pill) */
.nav__link--cta.is-active,
.nav__link--cta.is-active:hover{color:#fff;background:var(--accent-dk);border-bottom:0}

/* full-width responsive video embeds (also catches bare iframes h_embed_videos wraps) */
.prose iframe{width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:8px;margin:1.6em 0;display:block;background:#000}
.prose .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;margin:0;border-radius:0}

/* header Subscribe-to-News button */
.hdr__sub{margin-left:7px;display:inline-flex;align-items:center;height:40px;padding:0 18px;border:0;border-radius:8px;background:var(--brand);color:#fff;font-weight:700;font-size:14px;line-height:1;cursor:pointer;white-space:nowrap;transition:background .15s}
.hdr__sub:hover{background:#262b33}
/* featured hero: readable left column, social pushed right on the byline row */
.afeat .article__title,.afeat .article__dek{max-width:860px}
.afeat .article__byline{width:100%}
@media (max-width:640px){.hdr__sub{width:100%;margin-left:0;justify-content:center;margin-top:4px}}
