.site-header {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  font-size: 1.4rem;
  font-weight: 800;
}
pre {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.2rem;
  overflow-x: auto;
  border-radius: 6px;
  font-size: 0.9rem;
}

code {
  font-family: "JetBrains Mono", monospace;
}

/* Header */

.site-header{
  border-bottom: 1px solid var(--border);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.site-logo{
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--text);
  font-size: 1.1rem;
}

/* HEADER ALIGNMENT */
.site-header .header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1.5rem;
  min-height: 72px; /* garde une hauteur stable */
}

/* NAV horizontal clean (no bullets) */
.site-header nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap: 2rem;
}

/* Slightly bolder links */
.site-header nav a{
  font-weight: 600; /* au lieu de 400/500 */
  text-decoration:none;
}

/* Active link underline already? keep it as is */


/* Menu */
.nav-menu{
  list-style:none;
  display:flex;
  gap: 1rem;
  padding:0;
  margin:0;
}

.nav-menu a{
  color: var(--text);
  font-weight: 600;
  font-size: .95rem;
}

/* Search */
.site-search input[type="search"]{
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .55rem .9rem;
  font-size: .9rem;
  width: 220px;
}
.site-search input[type="submit"]{ display:none; }

/* Search toggle button clickable */
.search-toggle{
  cursor:pointer;
  background: transparent;
  border:0;
  padding: .5rem;
  line-height: 0;
}

/* Search form hidden by default */
.header-search{
  display:none;
  position:absolute;
  right: 2rem;
  top: 100%;
  margin-top: .75rem;
  background:#fff;
  padding: .75rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.header-search input{
  width: 260px;
  padding: .75rem 1rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 12px;
}

/* when open */
.header-search.is-open{
  display:block;
}

/* Make header inner relative so absolute works */
.site-header .header-inner{
  position: relative;
}

/* Accessibility helper */
.sr-only{
  position:absolute; width:1px; height:1px;
  padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}



/* Post cards */
.post-card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}

.post-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .06);
}

.post-meta{
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: .5rem;
}

/* Sidebar */
.sidebar{
  position: sticky;
  top: 5.5rem;
  align-self: start;
}

.widget{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
}

.widget-title{
  font-size: 1rem;
  margin: 0 0 .8rem;
}

.et-ad-slot{
  display: grid;
  gap: .8rem;
  width: 100%;
}

.et-ad-slot__label{
  margin: 0;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(11,18,32,.48);
}

.et-ad-slot__inner{
  min-height: 120px;
  padding: 1rem;
  border: 1px dashed rgba(15,23,42,.16);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(34,116,165,.05), rgba(243,107,43,.05));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-ad-slot__inner:empty{
  display: none;
}

.et-ad-slot__inner > *{
  max-width: 100%;
}

.et-ad-slot__inner iframe,
.et-ad-slot__inner img,
.et-ad-slot__inner ins{
  max-width: 100%;
}

.et-ad-slot__inner ins{
  display: block;
}

.widget_ad_slot{
  padding: 1.2rem;
}

.widget_ad_slot .et-ad-slot__inner{
  min-height: 250px;
}

.hp-inline-ad,
.single-inline-ad{
  margin: 1.5rem 0 2rem;
}

.single-rail{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single-toc-slot{
  display: none;
}

@media (min-width: 1024px){
  .single-toc-slot{
    display: block;
  }
}

/* ===== Single: Reading Canvas + Knowledge Shelf ===== */
.single .single-article{
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.single .single-header{
  border-bottom: 1px solid rgba(15,23,42,.08);
  padding-bottom: 1.35rem;
}

.single .post-content{
  font-size: var(--reading-font-size);
  line-height: var(--reading-line-height);
}

.single .post-content a{
  text-decoration: none;
}

.single .post-aside{
  color: rgba(11,18,32,.72);
  font-size: .92rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.single .post-aside .widget:not(.widget_recent_entries):not(.widget_categories){
  color: rgba(11,18,32,.62);
}

.single .post-aside .widget:not(.widget_recent_entries):not(.widget_categories) .widget-title{
  color: rgba(11,18,32,.55);
  font-weight: 600;
}

@media (min-width: 1024px){
  .single .post-aside{
    padding-left: 2.25rem;
    border-left: 1px solid rgba(15,23,42,.08);
    position: sticky;
    top: 6.4rem;
  }
}

.single .post-aside a{
  color: rgba(11,18,32,.78);
}
.single .post-aside a:hover{
  color: var(--text);
  text-decoration: none;
}

/* Make the rail feel like a shelf (lighter, less boxy) */
.single .widget{
  position: relative;
  border: 1px solid rgba(231,234,240,.9);
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  padding: 1.6rem 1.8rem;
  margin: 0;
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.single .sidebar .widget + .widget{
  margin-top: 1.5rem;
}

.single .widget-title{
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(11,18,32,.7);
  margin-bottom: .95rem;
  position: relative;
  padding-left: .85rem;
}

.single .widget-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: .2rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2274A5;
}

.single .widget_recent_entries .widget-title::before{
  background: #2274A5;
}

.single .widget_categories .widget-title::before{
  background: #F36B2B;
}

.single .widget_ad_slot .et-ad-slot__label{
  color: rgba(11,18,32,.56);
}

.single .widget::after{
  content: "";
  position: absolute;
  inset: -30% -30% auto auto;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(34,116,165,.12), rgba(34,116,165,0) 70%);
  filter: blur(50px);
  opacity: .3;
  pointer-events: none;
}

.single .widget::before{
  content: "";
  position: absolute;
  inset: auto auto -35% -35%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(243,107,43,.12), rgba(243,107,43,0) 70%);
  filter: blur(55px);
  opacity: .3;
  pointer-events: none;
}

/* TOC: reference index (quiet, minimal, secondary) */
.single .post-toc{
  border: 0;
  background: transparent;
  padding: 0;
}

.single .entry-content > .post-toc{
  margin: 1.35rem 0 1.75rem;
}

/* TOC visibility rules */
@media (min-width: 1024px){
  .single .post-toc{
    position: sticky;
    top: 6.75rem;
    align-self: start;
  }
  .single .post-content > .post-toc{
    display: none;
  }
}
@media (max-width: 1023px){
  .single .post-toc{
    display: none;
  }
}

.single .post-toc-title{
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(34,116,165,.8);
  font-weight: 800;
  margin-bottom: .55rem;
}

.single .post-toc-list{
  list-style: none;
  margin: 0;
  padding: 0 0 0 .85rem;
  border-left: 0;
  display: grid;
  gap: .35rem;
}

.single .post-toc-item{
  margin: 0;
}

.single .post-toc-item a{
  font-weight: 600;
  font-size: .86rem;
  color: rgba(11,18,32,.74);
  text-decoration: none;
}

.single .post-toc-item a:hover{
  color: rgba(11,18,32,.88);
  text-decoration: none;
}

.single .post-toc-item.is-active a{
  color: #2274A5;
  text-decoration: none;
  position: relative;
}

.single .post-toc-item.is-active a::before{
  content:"";
  position: absolute;
  left: -0.65rem;
  top: .2rem;
  bottom: .2rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #F36B2B, #2274A5);
  opacity: .6;
}

.single .post-toc-item.is-h3 a{
  color: rgba(11,18,32,.58);
  font-weight: 600;
  font-size: .86rem;
}

.single .post-toc-item.is-h3{
  padding-left: .55rem;
}

.single .post-aside :is(ins, iframe){
  display: block;
  max-width: 100%;
  margin: .75rem 0;
  border-radius: 14px;
}

.single .post-aside .widget ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.single .post-aside .widget ul ul{
  padding-left: .9rem;
  margin-top: .4rem;
  gap: .35rem;
}

.single .post-aside .widget li{
  margin: 0;
}

.single .widget_recent_entries li a{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  line-height: 1.45;
  padding: .15rem .35rem;
  border-radius: 10px;
  transition: color .15s ease, transform .15s ease, background-color .15s ease;
}

.single .widget_recent_entries li a::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(34,116,165,.45);
  box-shadow: 0 0 0 4px rgba(34,116,165,.08);
  flex: 0 0 6px;
}

.single .widget_recent_entries li a:hover{
  color: #2274A5;
  background: rgba(34,116,165,.08);
  transform: translateX(3px);
}

.single .widget_topic_rail .topic-portal{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  padding: 1.75rem;
  background:
    radial-gradient(120% 120% at 10% 0%, rgba(34,116,165,.06), transparent 60%),
    radial-gradient(120% 120% at 90% 10%, rgba(243,107,43,.05), transparent 55%),
    rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(15,23,42,.06);
  backdrop-filter: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.single .widget_topic_rail .topic-portal__header{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: .75rem;
}

.single .widget_topic_rail .topic-portal__name{
  font-weight: 900;
  letter-spacing: .18em;
  font-size: .7rem;
  color: rgba(11,18,32,.9);
}

.single .widget_topic_rail .topic-portal__count{
  font-size: .78rem;
  color: rgba(11,18,32,.55);
}

.single .widget_topic_rail .topic-portal__latest{
  margin-bottom: .9rem;
}

.single .widget_topic_rail .topic-portal__kicker{
  display: block;
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(11,18,32,.38);
  margin-bottom: .35rem;
  font-weight: 700;
}

.single .widget_topic_rail .topic-portal__latest-link{
  display: block;
  font-weight: 850;
  color: rgba(11,18,32,.96);
  text-decoration: none;
  line-height: 1.4;
}

.single .widget_topic_rail .topic-portal__divider{
  height: 1px;
  background: rgba(15,23,42,.08);
  margin: .8rem 0;
}

.single .widget_topic_rail .topic-portal__cta{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #2274A5;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, color .18s ease;
}

.single .widget_topic_rail{
  padding: 1.5rem 0 0;
}

.single .widget_topic_rail:hover .topic-portal{
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(15,23,42,.08);
}

.single .widget_popular_posts .popular-week-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}

.single .widget_popular_posts .popular-week-item{
  margin: 0;
  display: block;
  padding: 1.1rem 0 1.2rem;
  border-bottom: 1px solid rgba(15,23,42,.08);
  position: relative;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.single .widget_popular_posts .popular-week-rank-bg{
  position: absolute;
  top: .15rem;
  left: 0;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(15,23,42,.06);
  line-height: 1;
  pointer-events: none;
  opacity: .45;
  transition: opacity .18s ease;
}

.single .widget_popular_posts .popular-week-link{
  display: block;
  text-decoration: none;
  color: rgba(11,18,32,.78);
  transition: color .18s ease, transform .18s ease;
  position: relative;
  padding-left: 1.8rem;
}

.single .widget_popular_posts .popular-week-title{
  display: block;
  font-weight: 850;
  font-size: 1.06rem;
  line-height: 1.5;
}

.single .widget_popular_posts .popular-week-meta{
  display: block;
  font-size: .74rem;
  color: rgba(11,18,32,.5);
  margin-top: .25rem;
}

.single .widget_popular_posts .popular-week-link:hover{
  color: rgba(11,18,32,.78);
  transform: none;
}

.single .widget_popular_posts .popular-week-link:hover .popular-week-title{
  color: #F36B2B;
}

.single .widget_popular_posts .popular-week-item:hover .popular-week-rank-bg{
  opacity: .45;
}

.single .widget_popular_posts .popular-week-trend{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ff5a1f;
  margin-bottom: .35rem;
}

.single .widget_popular_posts .popular-week-trend::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff5a1f;
  box-shadow: 0 0 0 4px rgba(255,90,31,.12);
}

.single .widget_popular_posts .popular-week-item--empty{
  color: rgba(11,18,32,.6);
  font-size: .85rem;
}

.single .widget_popular_posts .popular-week-item--empty{
  border-bottom: 0;
  padding-bottom: 0;
}

.single .widget_popular_posts .popular-week-item:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.single .widget_popular_posts .popular-week-item:active{
  box-shadow: none;
}

.single .widget_popular_posts{
  padding: 1.75rem 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.single .widget_popular_posts:hover{
  transform: none;
  box-shadow: none;
}

.single .widget_topic_rail .topic-portal__latest-link:hover,
.single .widget_topic_rail .topic-portal__cta:hover{
  color: #1b5f8a;
}

.single .widget_topic_rail .topic-portal__cta:hover{
  transform: translateX(4px);
}

.single .widget_topic_rail--collections{
  padding-top: 0;
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list{
  display: grid;
  gap: .75rem;
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  padding: .95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(243,107,43,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,250,252,.94));
  color: rgba(11,18,32,.92);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list-link:hover{
  transform: translateY(-1px);
  border-color: rgba(243,107,43,.24);
  box-shadow: 0 12px 24px rgba(243,107,43,.08);
  color: #F36B2B;
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list-main{
  display: grid;
  gap: .16rem;
  min-width: 0;
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list-label{
  font-weight: 850;
  line-height: 1.3;
  color: inherit;
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list-meta{
  font-size: .78rem;
  color: rgba(11,18,32,.52);
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list-arrow{
  flex: 0 0 auto;
  color: rgba(243,107,43,.7);
  font-weight: 800;
  transition: transform .18s ease, color .18s ease;
}

.single .widget_topic_rail .topic-portal--collections .topic-portal__list-link:hover .topic-portal__list-arrow{
  transform: translateX(2px);
  color: #F36B2B;
}

.single .post-aside a:hover{
  text-decoration: none;
}

.single .widget{
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 1.75rem 0;
  margin: 0;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  transition: transform .18s ease;
}

.single .widget_newsletter_small .side-box__text{
  margin: 0 0 1rem;
  color: rgba(248,250,252,.72);
  font-size: .85rem;
  line-height: 1.6;
}

.single .widget_newsletter_small{
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  border: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(60,120,255,0.22), transparent 52%),
    radial-gradient(circle at 80% 80%, rgba(255,110,60,0.22), transparent 52%),
    #0b1320;
  box-shadow: 0 16px 32px rgba(2,6,23,.35);
  overflow: hidden;
}

.single .widget_newsletter_small > *{
  position: relative;
  z-index: 1;
}

.single .widget_newsletter_small .newsletter-mini{
  margin: 0 0 .7rem;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.single .widget_newsletter_small .widget-title{
  margin: 0 0 .75rem;
  color: rgba(255,255,255,.98);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: .01em;
}

.single .widget_newsletter_small .newsletter{
  gap: 10px;
  margin-top: 0;
}

.single .widget_newsletter_small .newsletter__input{
  padding: 11px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.single .widget_newsletter_small .newsletter__input::placeholder{
  color: rgba(248,250,252,.55);
}

.single .widget_newsletter_small .newsletter__btn{
  padding: 11px 12px;
  font-weight: 900;
  background: #ff5a2a;
  box-shadow: 0 10px 25px rgba(255,100,40,.35);
  transition: transform .2s ease, filter .2s ease;
}

.single .widget_newsletter_small .newsletter__btn:hover{
  filter: brightness(1.02);
  transform: translateY(-1px);
}

.single .widget_newsletter_small .newsletter__fine{
  text-align: left;
  color: rgba(255,255,255,.6);
}

/* === Hover neutralization for Popular This Week === */
.single .widget_popular_posts:hover{
  transform: none;
  box-shadow: none;
}

.single .widget_popular_posts .popular-week-link:hover{
  color: rgba(11,18,32,.78);
  transform: none;
}

.single .widget_popular_posts .popular-week-link:hover .popular-week-title{
  color: #F36B2B;
}

.single .widget_popular_posts .popular-week-item:hover .popular-week-rank-bg{
  opacity: .45;
}


.single .post-aside .widget:hover{
  transform: translateY(-2px);
}

.single .widget::before,
.single .widget::after{
  display: none;
}

.single .sidebar .widget + .widget{
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(15,23,42,.08);
}

.single .widget-title{
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: none;
  color: rgba(11,18,32,.28);
  padding-left: 0;
  margin: 0 0 1.4rem;
  position: relative;
}

.single .widget-title::after{
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: .5rem;
  background: #F36B2B;
}

.single .widget-title::before{
  display: none;
}

.single .widget_newsletter_small .newsletter-mini{
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

.single .widget_newsletter_small .widget-title{
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

.single .post-aside .widget ul{
  gap: .8rem;
}

.single .post-aside .widget li{
  line-height: 1.4;
}

.single .widget_categories ul{
  display: grid;
  gap: .5rem;
}

.single .widget_categories li a{
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(11,18,32,.75);
  font-weight: 600;
  border: 0;
  transition: color .15s ease;
}

.single .widget_categories li:nth-child(2n) a{
  background: transparent;
  border-color: transparent;
}

.single .widget_categories li a:hover{
  color: #2274A5;
  transform: none;
  background: transparent;
}

/* End-of-article: chapter close CTA (soft, non-spammy) */
.single .chapter-cta{
  max-width: var(--reading-measure, 70ch);
  margin: 2.35rem auto 0;
  padding: 1.25rem 1.1rem 1.25rem 1.2rem;
  background: rgba(11,18,32,.02);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
}

.single .chapter-cta__kicker{
  margin: 0 0 .5rem;
  font-size: .78rem;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(11,18,32,.62);
  font-weight: 850;
}

.single .chapter-cta__text{
  margin: 0;
  color: rgba(11,18,32,.74);
  font-size: .98rem;
  line-height: 1.7;
}

.single .chapter-cta__link{
  color: rgba(11,18,32,.88);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single .author-box{
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 1.15rem 0 0;
  margin-top: 1.6rem;
  border-top: 1px solid rgba(15,23,42,.08);
}

/* ===== Related Articles (Single) ===== */
.related-explore{
  position: relative;
  background: transparent;
  padding: 72px 0 80px;
  margin-top: 3rem;
  overflow: visible;
}

.related-explore::before,
.related-explore::after{
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: .14;
  pointer-events: none;
  z-index: 0;
}

.related-explore::before{
  left: -180px;
  top: -220px;
  background: radial-gradient(circle, rgba(34,116,165,.35) 0%, rgba(34,116,165,0) 70%);
}

.related-explore::after{
  right: -180px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(243,107,43,.32) 0%, rgba(243,107,43,0) 70%);
}

.related-explore__inner{
  width: min(1200px, 100% - 2rem);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.related-explore__inner::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(34,116,165,.6) 0%, rgba(243,107,43,.6) 100%);
}

.related-explore__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  margin-bottom: 40px;
}

.related-explore__title-wrap{
  max-width: 720px;
}

.related-explore__kicker{
  display: inline-flex;
  align-items: center;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(11,18,32,.5);
  margin-bottom: .55rem;
}

.related-explore__title{
  margin: 0 0 .55rem;
  font-size: 32px;
  font-weight: 850;
  color: #0b1220;
}

.related-explore__subtitle{
  margin: 0;
  font-size: 15px;
  color: rgba(11,18,32,.58);
}

.related-explore__cta{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 750;
  color: #2274A5;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(34,116,165,.35);
  box-shadow: 0 6px 14px rgba(34,116,165,.12);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(6px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.related-explore__cta::after{
  content: "→";
  font-size: 14px;
}

.related-explore__cta:hover{
  color: #F36B2B;
  border-color: rgba(243,107,43,.6);
  box-shadow: 0 8px 18px rgba(243,107,43,.16);
  transform: translateY(-1px);
}

.related-explore__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.related-explore .post-card{
  border: 1px solid rgba(15,20,30,.1);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15,23,42,.06);
  transition: transform .35s cubic-bezier(.2,.6,.2,1), box-shadow .35s cubic-bezier(.2,.6,.2,1), border-color .35s cubic-bezier(.2,.6,.2,1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.related-explore .post-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #2274A5 0%, #F36B2B 100%);
  opacity: .5;
  transition: opacity .35s cubic-bezier(.2,.6,.2,1);
  z-index: 2;
}

.related-explore .post-card__thumb{
  position: relative;
  overflow: hidden;
  background: #0b1220;
  border-radius: 16px 16px 0 0;
}

.related-explore .post-card__thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,18,32,0) 0%, rgba(11,18,32,.28) 100%);
  pointer-events: none;
}

.related-explore .post-card__img,
.related-explore .post-card__img--placeholder{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  transition: transform .35s cubic-bezier(.2,.6,.2,1), filter .35s cubic-bezier(.2,.6,.2,1);
  border-radius: 0;
}

.related-explore .post-card__cat{
  position: absolute;
  left: 14px;
  top: 14px;
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.2,.6,.2,1);
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(10px) saturate(140%);
  color: rgba(8,12,18,.92);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(15,23,42,.16), inset 0 0 0 1px rgba(255,255,255,.22);
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.related-explore .post-card__body{
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.related-explore .post-card__title{
  font-size: 19px;
  line-height: 1.4;
  margin: 0 0 .6rem;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-explore .post-card__title a{
  color: #0b1220;
  text-decoration: none;
}

.related-explore .post-card__excerpt{
  font-size: 14px;
  color: rgba(11,18,32,.65);
  margin: 0 0 .95rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-card__meta{
  font-size: 12px;
  color: rgba(11,18,32,.55);
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.related-card__author{
  font-weight: 700;
  color: rgba(11,18,32,.82);
}

.related-card__meta .dot{
  color: rgba(11,18,32,.35);
}

.related-card__author-link{
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.related-card__author-link:hover{
  color: #2274A5;
}

.related-explore .post-card:focus-within{
  outline: 2px solid rgba(34,116,165,.35);
  outline-offset: 4px;
}

.related-explore .post-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(34,116,165,.16);
  border-color: #F36B2B;
}

.related-explore .post-card:hover::before{
  opacity: .9;
}

.related-explore .post-card:hover .post-card__img{
  transform: scale(1.04);
  filter: saturate(1.06);
}

.related-explore .post-card:hover .post-card__cat{
  transform: scale(1.1);
}

.related-explore .post-card:hover .post-card__title a{
  color: #F36B2B;
}

.related-explore .post-card__title a:hover,
.related-explore .post-card__title a:focus,
.related-explore .post-card__title a:visited{
  text-decoration: none;
}

@media (max-width: 1199px){
  .related-explore__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .related-explore__grid > article:nth-child(3){
    grid-column: 1 / -1;
    max-width: calc(50% - 15px);
    margin-inline: auto;
  }
}

@media (max-width: 767px){
  .related-explore{
    padding: 48px 0 56px;
  }

  .related-explore__header{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 26px;
  }

  .related-explore__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .related-explore__grid > article:nth-child(3){
    max-width: 100%;
  }
  .related-explore__title{
    font-size: 24px;
  }

  .related-explore__cta{
    width: 100%;
    justify-content: center;
  }
}

.single .tag{
  background: rgba(11,18,32,.035);
  border-color: rgba(11,18,32,.10);
  color: rgba(11,18,32,.78);
}

/* ===== Highlight share tooltip ===== */
.highlight-share{
  position: absolute;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #F36B2B;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease-out, transform .2s ease-out;
}

.highlight-share.is-visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.highlight-share::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #F36B2B;
  bottom: -6px;
}

.highlight-share[data-placement="bottom"]::after{
  border-top: 0;
  border-bottom: 6px solid #F36B2B;
  top: -6px;
  bottom: auto;
}

.highlight-share__btn{
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease-out, background-color .2s ease-out;
  padding: 0;
}

.highlight-share__btn:focus-visible{
  outline: 2px solid rgba(255,255,255,.65);
  outline-offset: 2px;
}

.highlight-share__btn:hover{
  background: rgba(255,255,255,.12);
  transform: scale(1.1);
}

.highlight-share__icon{
  width: 16px;
  height: 16px;
  display: block;
}

.highlight-share__status{
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 767px){
  .highlight-share{
    gap: 12px;
  }
  .highlight-share__btn{
    width: 36px;
    height: 36px;
  }
  .highlight-share__icon{
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1023px){
  .single .post-aside{
    position: static;
    margin-top: 2rem;
    padding-top: 0;
    border-top: 0;
  }

  .single .single-rail{
    gap: 1.15rem;
  }
}

/* Code blocks (tech blog) */
pre{
  background: #0b1220;
  color: #e5e7eb;
  padding: 1rem;
  border-radius: 12px;
  overflow-x: auto;
  font-size: .92rem;
  line-height: 1.6;
}
code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
/* Home hero */
.home-hero { padding: 2rem 0 1rem; }

.hero-card{
  display:grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
  background:#fff;
}

.hero-thumb img{ width:100%; display:block; border-radius:0; }

.hero-content{ padding: 1.2rem; }

.hero-title{ margin: .4rem 0 .8rem; font-size: 2rem; }
.hero-title a{ color: var(--text); text-decoration: none; }
.hero-excerpt{ color: var(--muted); font-size: 1.05rem; }

.btn{
  display:inline-block;
  padding: .6rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-weight: 700;
  color: var(--text);
}
.btn:hover{ text-decoration:none; box-shadow: 0 12px 30px rgba(15,23,42,.06); }

@media(min-width: 1024px){
  .hero-card{ grid-template-columns: 1.2fr 1fr; }
  .hero-content{ padding: 1.6rem; }
}

/* Section head */
.section-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  margin: 0 0 1rem;
}
.section-link{ color: var(--muted); font-weight: 600; }
.section-link:hover{ color: var(--text); }

/* Posts grid */
.posts-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

@media (min-width: 1024px){
  .posts-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Post card thumbnail */
.post-card-thumb img{
  width:100%;
  display:block;
  border-radius: 10px;
  margin-bottom: .8rem;
}

.post-card-title{ margin: .2rem 0 .5rem; }
.post-card-title a{ color: var(--text); }
.post-card-excerpt{ color: var(--muted); }
.dot{ margin: 0 .4rem; color: var(--muted); }

/* Single post */
.single-article{ padding: 2.6rem 0; }

.single-header{
  padding-bottom: 1.6rem;
}

/* Article cover */
.article-cover{
  background: transparent;
}

.cover-layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .cover-layout{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.4rem;
    align-items: start;
  }
  .cover-media{
    order: -1;
  }
}

.cover-content{
  max-width: var(--reading-measure, 70ch);
  position: relative;
  padding-left: 1.1rem;
}

/* Knowledge Stream */
.cover-content::before{
  content:"";
  position: absolute;
  left: 0;
  top: .25rem;
  bottom: .25rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #F36B2B, #2274A5);
  opacity: .25;
}

.cover-kicker{
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 .55rem;
  border-radius: 999px;
  border: 1px solid rgba(34,116,165,.25);
  background: rgba(255,255,255,.75);
  color: #2274A5;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: .85rem;
}
.cover-kicker:hover{
  text-decoration: none;
  border-color: rgba(34,116,165,.45);
}

.single-title{
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 0 0 .9rem;
  letter-spacing: -0.03em;
}

.cover-intro{
  color: rgba(11,18,32,.78);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0 0 1.15rem;
  max-width: 60ch;
}

.cover-meta{
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  align-items: center;
  color: rgba(11,18,32,.70);
  font-size: .92rem;
  margin: .5rem 0 0;
}

.cover-meta a{
  color: rgba(11,18,32,.86);
  text-decoration: none;
  font-weight: 750;
}
.cover-meta a:hover{ text-decoration: none; color: #2274A5; }

.cover-image{
  margin: 0;
  max-width: 600px;
}
.cover-image__img{
  width:100%;
  border-radius: var(--radius);
  display:block;
  border: 1px solid rgba(15,23,42,.08);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.cover-image__caption{
  margin: .65rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.6;
}

.cover-share{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: 1rem;
  padding-top: .75rem;
  position: relative;
  color: #2274A5;
  font-size: .82rem;
}

.cover-share::before{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(243,107,43,.35), rgba(34,116,165,.35));
}

.cover-share__label{
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(34,116,165,.7);
}

.cover-share__icons{
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
}

.cover-share__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(34,116,165,.7);
  cursor: pointer;
  border-radius: 999px;
  transition: color .15s ease, transform .15s ease;
}

.cover-share__icon:hover{
  color: #F36B2B;
  transform: translateY(-1px);
}

.cover-share__icon:focus-visible{
  outline: 2px solid rgba(243,107,43,.35);
  outline-offset: 2px;
}

.cover-share__icon .et-icon--social,
.cover-share__svg{
  width: 16px;
  height: 16px;
  display: block;
}

.cover-share__svg{
  fill: currentColor;
}

@media (max-width: 600px){
  .cover-share{
    font-size: .78rem;
    margin-top: .6rem;
  }
  .cover-share__icons{
    gap: .5rem;
  }
}

.post-content{
  max-width: var(--reading-measure, 70ch);
  margin: 2.4rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15,23,42,.06);
}

.single-footer{
  max-width: var(--reading-measure, 70ch);
  margin: 2rem auto 0;
}

.post-end-transition{
  position: relative;
  margin: 4.25rem calc(50% - 50vw) 0;
  padding: 2.6rem 1.5rem;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}

.post-end-transition::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(620px 320px at 18% 20%, rgba(34,116,165,.22), rgba(34,116,165,0) 70%),
    radial-gradient(640px 340px at 82% 18%, rgba(243,107,43,.22), rgba(243,107,43,0) 72%);
  background-repeat: no-repeat;
  filter: blur(70px);
  opacity: .38;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,1) 18%,
    rgba(0,0,0,1) 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,1) 18%,
    rgba(0,0,0,1) 82%,
    transparent 100%
  );
}

.post-end-transition::after{
  content: none;
}

.post-end-transition__inner{
  max-width: var(--reading-measure, 70ch);
  margin: 0 auto;
  display: grid;
  gap: .9rem;
  position: relative;
  z-index: 1;
}

.post-end-transition > *{
  position: relative;
  z-index: 1;
}

@media (max-width: 768px){
  .post-end-transition::before{
    filter: blur(55px);
    opacity: .3;
    background:
      radial-gradient(520px 280px at 20% 18%, rgba(34,116,165,.2), rgba(34,116,165,0) 70%),
      radial-gradient(520px 280px at 80% 18%, rgba(243,107,43,.2), rgba(243,107,43,0) 72%);
  }
}

.post-end-tags{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.post-end-tags .tag{
  font-size: .8rem;
  opacity: .65;
  border-color: rgba(15,23,42,.12);
  background: rgba(255,255,255,.6);
}

.post-end-transition__anchor{
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, rgba(34,116,165,.25), rgba(243,107,43,.25));
}

.post-end-transition__text{
  margin: 0;
  font-size: 1.2rem;
  color: rgba(11,18,32,.92);
  line-height: 1.7;
  font-weight: 650;
  letter-spacing: .015em;
  padding-left: .9rem;
  position: relative;
}

.post-end-transition__text::before{
  content: "";
  position: absolute;
  left: 0;
  top: .2rem;
  bottom: .2rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(34,116,165,.6), rgba(243,107,43,.6));
  opacity: .5;
}

.post-end-transition__cta{
  color: rgba(11,18,32,.9);
  font-weight: 700;
  text-decoration: none;
  align-self: flex-start;
}

.post-end-transition__cta:hover{
  color: #2274A5;
  text-decoration: none;
}

.author-signature{
  max-width: var(--reading-measure, 70ch);
  margin: 2.8rem auto 0;
  padding: 0;
  border-radius: 22px;
  border: 1px solid rgba(222,228,238,.92);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,254,.96) 52%, rgba(243,107,43,.06) 100%);
  box-shadow:
    0 20px 46px rgba(15,23,42,.08),
    0 1px 0 rgba(255,255,255,.72) inset;
  position: relative;
  overflow: hidden;
}

.author-signature::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #F36B2B 0%, rgba(243,107,43,.4) 100%);
}

.author-signature::after{
  content: "";
  position: absolute;
  inset: -22% -12% auto auto;
  width: 240px;
  height: 240px;
  background:
    radial-gradient(circle, rgba(243,107,43,.12) 0%, rgba(243,107,43,0) 68%);
  pointer-events: none;
  opacity: .9;
}

.author-signature__link{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.35rem;
  align-items: center;
  padding: 1.65rem 1.95rem 1.7rem;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.author-signature:hover .author-signature__link,
.author-signature:focus-within .author-signature__link{
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(243,107,43,.035));
}

.author-signature__link:focus-visible{
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(243,107,43,.28);
}

.author-signature__avatar{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-signature__avatar::before{
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(243,107,43,.18), rgba(34,116,165,.14));
  box-shadow: 0 10px 24px rgba(15,23,42,.12);
}

.author-signature__avatar img{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  border: 3px solid rgba(255,255,255,.94);
  box-shadow: 0 8px 20px rgba(15,23,42,.12);
}

.author-signature__content{
  display: grid;
  gap: .28rem;
  min-width: 0;
}

.author-signature__label{
  margin: 0;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(11,18,32,.44);
  font-weight: 800;
}

.author-signature__name{
  margin: 0;
  font-family: var(--font-display, inherit);
  font-size: 1.55rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.03em;
  color: #0b1220;
}

.author-signature__role{
  margin: 0;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(11,18,32,.56);
  font-weight: 700;
}

.author-signature__desc{
  margin: .5rem 0 0;
  max-width: 54ch;
  color: rgba(11,18,32,.74);
  line-height: 1.68;
  font-size: 1rem;
}

.author-signature__arrow{
  align-self: center;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(243,107,43,.16);
  background: rgba(255,255,255,.74);
  color: rgba(243,107,43,.86);
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(15,23,42,.06);
  transition: transform .22s ease, color .22s ease, background-color .22s ease, border-color .22s ease;
}

.author-signature:hover .author-signature__arrow,
.author-signature:focus-within .author-signature__arrow{
  transform: translateX(4px);
  color: #F36B2B;
  background: rgba(255,255,255,.92);
  border-color: rgba(243,107,43,.24);
}

html[data-theme="dark"] .author-signature{
  border-color: rgba(255,255,255,.09);
  background:
    linear-gradient(135deg, rgba(15,23,42,.96), rgba(13,18,31,.95) 56%, rgba(243,107,43,.09) 100%);
  box-shadow:
    0 24px 52px rgba(0,0,0,.3),
    0 1px 0 rgba(255,255,255,.04) inset;
}

html[data-theme="dark"] .author-signature__label{
  color: rgba(255,255,255,.5);
}

html[data-theme="dark"] .author-signature__name{
  color: rgba(255,255,255,.98);
}

html[data-theme="dark"] .author-signature__role{
  color: rgba(255,255,255,.62);
}

html[data-theme="dark"] .author-signature__desc{
  color: rgba(255,255,255,.76);
}

html[data-theme="dark"] .author-signature__avatar::before{
  background:
    linear-gradient(135deg, rgba(243,107,43,.2), rgba(34,116,165,.2));
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
}

html[data-theme="dark"] .author-signature__avatar img{
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

html[data-theme="dark"] .author-signature__arrow{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 12px 22px rgba(0,0,0,.2);
}


@media (max-width: 720px){
  .post-end-transition{
    padding: 2.5rem 1.25rem;
  }

  .author-signature{
    text-align: left;
  }

  .author-signature__link{
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .author-signature__arrow{
    display: none;
  }

  .author-signature__name{
    font-size: 1.35rem;
  }
}

.single-tags{ margin-top: 1.5rem; }

.single-share{
  margin-top: 1rem;
  color: rgba(11,18,32,.68);
  font-size: .95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem;
}

.single-share__link{
  color: rgba(11,18,32,.84);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.single-share__link:hover{ color: var(--text); }

.single-share__copy{
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(11,18,32,.84);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.single-share__icon{
  width: 1rem;
  height: 1rem;
  display: block;
}

.single-share__copy.is-copied{
  text-decoration: none;
  color: rgba(11,18,32,.78);
}

/* Back to top button (floating) */
.back-to-top{
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2274A5, #F36B2B);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
  z-index: 999;
}

.back-to-top.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top__icon{
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.back-to-top:hover{
  transform: translateY(0) scale(1.05);
  background: linear-gradient(135deg, #1f6793, #de5f25);
}

.back-to-top:focus-visible{
  outline: 3px solid rgba(34, 116, 165, .45);
  outline-offset: 3px;
}

@media (max-width: 600px){
  .back-to-top{
    right: 1rem;
    bottom: 1rem;
    width: 56px;
    height: 56px;
  }
}

.tag{
  display:inline-block;
  border: 1px solid var(--border);
  padding: .35rem .7rem;
  border-radius: 999px;
  margin: .25rem .35rem 0 0;
  font-size: .9rem;
  color: var(--muted);
}

/* Author box */
.author-box{
  display:flex;
  gap: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  margin-top: 1.5rem;
  background:#fff;
}

.author-avatar img{ border-radius: 999px; }

.author-name{
  font-weight: 900;
  color: var(--text);
  text-decoration: none;
}
.author-name:hover{ text-decoration: underline; }


/* Table of contents */
.post-toc{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  background: #fff;
  margin: 1rem 0 1.6rem;
}

.post-toc-title{
  font-weight: 800;
  margin-bottom: .7rem;
  letter-spacing: -0.02em;
}

.post-toc-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .4rem;
}

.post-toc-item a{
  color: var(--text);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
}

.post-toc-item a:hover{
  text-decoration: underline;
}

.post-toc-item.is-h3{
  padding-left: .9rem;
}

.post-toc-item.is-h3 a{
  font-weight: 600;
  color: var(--muted);
  font-size: .92rem;
}

.tag{
  display:inline-block;
  border: 1px solid var(--border);
  padding: .35rem .7rem;
  border-radius: 999px;
  margin: .25rem .35rem 0 0;
  font-size: .9rem;
  color: var(--muted);
}

/* Author box */
.hero-card { box-shadow: 0 18px 50px rgba(15,23,42,.06); }
.hero-content { padding: 1.8rem; }
.hero-title { font-size: clamp(1.8rem, 2.2vw, 2.6rem); }
.hero-excerpt { max-width: 60ch; }

.posts-grid { gap: 1.2rem; }
.post-card { padding: 1.25rem; }
.post-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.topics{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  margin: 1rem 0 2rem;
}

.topic{
  border:1px solid var(--border);
  border-radius: 999px;
  padding:.55rem .95rem;
  font-weight: 900;
  color: var(--text);
  background:#fff;
  position: relative;
}

.topic::after{
  content:"";
  position:absolute;
  inset:auto 12px -6px 12px;
  height:2px;
  background: rgba(163,255,18,.0);
  transition: .15s ease;
}

.topic:hover{
  text-decoration:none;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  transform: translateY(-1px);
}

.topic:hover::after{
  background: rgba(255, 87, 34, 0.55);
}

/* Header: media tech */
.site-header{
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  padding: .9rem 0;
}

.site-logo{
  font-weight: 950;
  letter-spacing: -0.04em;
  font-size: 1.15rem;
  color: var(--text);
  display:flex;
  align-items:center;
  gap:.6rem;
}

/* Brand mark (petit point signal) */
.site-logo::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(163,255,18,.18);
}

.nav-menu{
  list-style:none;
  display:flex;
  gap: 1rem;
  padding:0;
  margin:0;
}

.nav-menu a{
  color: var(--text);
  font-weight: 750;
  font-size: .95rem;
  padding: .35rem .5rem;
  border-radius: 10px;
}

.nav-menu a:hover{
  text-decoration:none;
  background: rgba(11,92,255,.06);
}

/* Active menu item (si WP met current-menu-item) */
.nav-menu .current-menu-item > a{
  color: var(--link);
  background: rgba(11,92,255,.08);
}

/* Search pill */
.site-search input[type="search"]{
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .55rem .9rem;
  font-size: .92rem;
  width: 240px;
  outline: none;
}

.site-search input[type="search"]:focus{
  border-color: rgba(11,92,255,.35);
  box-shadow: 0 0 0 4px rgba(11,92,255,.12);
}

.site-search input[type="submit"]{ display:none; }

@media (max-width: 900px){
  .site-search input[type="search"]{ width: 160px; }
}

/* Hero: magazine */

/* Sidebar newsletter: force visible heading/eyebrow on dark gradient */
.single .widget_newsletter_small .newsletter-mini{
  color: rgba(255,255,255,.6);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .65rem;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

.single .widget_newsletter_small .widget-title{
  color: #ffffff !important;
  font-weight: 800;
  font-size: 1.1rem;
  display: block;
  text-align: left;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

.single .widget_newsletter_small .widget-title::after{
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: .6rem;
  background: #F36B2B;
  border-radius: 999px;
}
.hero-card{
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  overflow:hidden;
  background:#fff;
  box-shadow: 0 18px 50px rgba(15,23,42,.06);
}

.hero-content{ padding: 1.8rem; }

.post-meta{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  color: var(--muted);
  font-size: .92rem;
}

/* Category badge = identité */
.post-meta .cat-badge{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding: .28rem .6rem;
  border-radius: 999px;
  background: rgba(163,255,18,.14);
  border: 1px solid rgba(163,255,18,.28);
  color: var(--text);
  font-weight: 800;
}

/* Hero title underline “signal” (signature Encyclotech) */
.hero-title a{
  color: var(--text);
  text-decoration: none;
  background-image: linear-gradient(transparent 70%, rgba(163,255,18,.35) 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hero-title a:hover{
  background-image: linear-gradient(transparent 65%, rgba(11,92,255,.20) 0);
}

.btn{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding: .65rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-weight: 850;
  color: var(--text);
  background:#fff;
}

.btn:hover{
  text-decoration:none;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  transform: translateY(-1px);
}

/* Post cards: media */
.post-card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem;
  background:#fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.post-card:hover{
  transform: translateY(-2px);
  border-color: rgba(11,92,255,.18);
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
}

.post-card-title a{
  color: var(--text);
  text-decoration:none;
}

.post-card-title a:hover{
  text-decoration:none;
  color: var(--link);
}

.post-card-excerpt{
  color: var(--muted);
  display:-webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow:hidden;
}

.post-card-thumb img{
  width:100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: .85rem;
}
.reading-bar{
  height: 3px;
  width: 0%;
  background: var(--signal);
}
.reading-bar-shell{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(15,23,42,.10);
  pointer-events: none;
}
.reading-bar-shell .reading-bar{
  height: 100%;
}

a:focus-visible, button:focus-visible, input:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(11,92,255,.18);
  border-radius: 10px;
}

.section-head h2{
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--border);
}

.latest-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

@media(min-width: 720px){
  .latest-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media(min-width: 1100px){
  .latest-grid{ grid-template-columns: repeat(3, 1fr); }
}

.trending{
  margin-top: 2.5rem;
}
.trending-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media(min-width: 900px){
  .trending-grid{ grid-template-columns: repeat(3, 1fr); }
}

.post-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.post-card-excerpt{
  margin-top:auto;
}

.post-card-title{
  min-height: 3.2em;
}

.home-hero{
  margin-bottom: 2rem;
}

.hero-card{
  max-width: 100%;
  margin-inline: auto;
}

.hero-content{
  padding: 1.6rem;
}

/* Cards: same height + clean rhythm */
.latest-grid,
.trending-grid{
  align-items: stretch;
}

.post-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.post-card-thumb{
  margin-bottom: .85rem;
}

.post-card-thumb img{
  width:100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  display:block;
}

/* Keep titles consistent */
.post-card-title{
  line-height: 1.15;
  margin: .2rem 0 .5rem;
}

/* Clamp excerpt for uniform height */
.post-card-excerpt{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--muted);
}

/* Push meta/cta to bottom if you have them */
.post-card .post-meta{
  margin-top: auto;
}

/* Sidebar: editorial style */
.sidebar .widget{
  border: 0;
  border-top: 1px solid rgba(231,234,240,.9);
  padding: 1rem 0 0;
  background: transparent;
}

.sidebar .widget + .widget{
  margin-top: 1.5rem;
}

.widget-title{
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 .7rem;
  color: #475569;
}

/* Remove default bullets + tighten spacing */
.sidebar ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar li{
  margin: .55rem 0;
  line-height: 1.35;
}
/* Sidebar links (clean + subtle) */
.sidebar a{
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.sidebar a:hover{
  color: var(--link);
  text-decoration: none;
}

/* Keep sidebar minimal */
.sidebar li{
  padding-bottom: .25rem;
}

.sidebar li:last-child{
  padding-bottom: 0;
}
.nav-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap: 1rem;
}

.nav-menu li{
  margin:0;
}

/* =========================
   EncycloTech Header (Signature)
   ========================= */

.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231,234,240,.9);
}

/* Outer layout */
.header-shell{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap: 1rem;
  padding: .95rem 0;
}

/* Brand */
.brand-link{
  display:flex;
  align-items:center;
  gap: .7rem;
  text-decoration:none;
  color: var(--text);
}

.brand-mark{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--signal);
  box-shadow:
    0 0 0 4px rgba(163,255,18,.18),
    0 12px 30px rgba(163,255,18,.12);
  position: relative;
}

/* subtle pulse (unique signature) */
.brand-mark::after{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:999px;
  border: 1px solid rgba(163,255,18,.28);
  transform: scale(.6);
  opacity: 0;
  animation: pulse 2.6s ease-out infinite;
}

@keyframes pulse{
  0%{ transform: scale(.55); opacity: .0; }
  20%{ opacity: .55; }
  100%{ transform: scale(1.35); opacity: 0; }
}

.brand-name{
  font-weight: 950;
  letter-spacing: -0.03em;
  font-size: 1.05rem;
  line-height: 1;
}

/* If custom logo exists, keep it aligned */
.custom-logo{
  height: 26px;
  width: auto;
  display:block;
}

/* Nav */
.primary-nav{
  justify-self:center;
}

.nav-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap: 1rem;
}

.nav-menu a{
  display:inline-flex;
  align-items:center;
  padding: .4rem .65rem;
  border-radius: 999px;
  font-weight: 850;
  color: var(--text);
  text-decoration:none;
}

.nav-menu a:hover{
  background: rgba(11,92,255,.07);
}

.nav-menu .current-menu-item > a{
  color: var(--link);
  background: rgba(11,92,255,.10);
}

/* Search */
.header-actions{
  justify-self:end;
}

.search-form{
  margin:0;
}

.search-field{
  width: 220px;
  border: 1px solid rgba(231,234,240,.95);
  background: rgba(255,255,255,.72);
  border-radius: 999px;
  padding: .58rem .95rem;
  font-size: .92rem;
  outline:none;
  transition: width .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.search-field:focus{
  width: 320px;
  border-color: rgba(11,92,255,.35);
  box-shadow: 0 0 0 4px rgba(11,92,255,.12);
}

/* Topic strip (magazine feel) */
.topic-strip{
  border-top: 1px solid rgba(231,234,240,.8);
  background: rgba(255,255,255,.70);
}

.topic-strip-inner{
  display:flex;
  gap: .6rem;
  padding: .6rem 0;
  overflow:auto;
}

.topic-pill{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(231,234,240,.95);
  background: #fff;
  font-weight: 900;
  color: var(--text);
  text-decoration:none;
  white-space: nowrap;
}

.topic-pill:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  border-color: rgba(255, 87, 34, 0.55);
}

/* Reading bar already exists */
.reading-bar{
  height: 3px;
  width: 0%;
  background: var(--signal);
}

/* Accessibility */
a:focus-visible, input:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(11,92,255,.18);
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 900px){
  .header-shell{
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    row-gap: .7rem;
  }

  .brand{ grid-area: brand; }
  .header-actions{ grid-area: actions; }
  .primary-nav{ grid-area: nav; justify-self:start; }

  .search-field{ width: 180px; }
  .search-field:focus{ width: 220px; }
}

.nav-menu a{
  position: relative;
}

.nav-menu a::after{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 99px;
  background: rgba(163,255,18,0);
  transition: .18s ease;
}

.nav-menu a:hover::after{
  background: rgba(255, 87, 34, 0.55);
}

/* ===== Header: Media-grade ===== */
.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231,234,240,.9);
}

.header-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  padding: .9rem 0;
}

.brand-link{
  display:flex;
  align-items:center;
  gap:.55rem;
  text-decoration:none;
  color: var(--text);
}

.brand-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(163,255,18,.18);
}

.brand-text{
  font-weight: 950;
  letter-spacing: -0.03em;
  font-size: 1.05rem;
}

.primary-nav{
  flex: 1;
  display:flex;
  justify-content:center;
}

.nav-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap: 1.1rem;
  flex-wrap:wrap;
}

.nav-menu a{
  text-decoration:none;
  color: var(--text);
  font-weight: 800;
  font-size: .95rem;
  padding: .25rem .2rem;
  border-bottom: 2px solid transparent;
}

.nav-menu a:hover{
  border-bottom-color: rgba(255, 87, 34, 0.55);
}

.nav-menu .current-menu-item > a{
  border-bottom-color: rgba(255, 87, 34, 0.55);
}

.header-actions{
  display:flex;
  align-items:center;
  gap:.6rem;
}

.search-toggle{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(231,234,240,.95);
  background:#fff;
  cursor:pointer;
}

.header-cta{
  text-decoration:none;
  font-weight: 900;
  padding: .55rem .9rem;
  border-radius: 12px;
  background: rgba(11,92,255,.10);
  color: var(--link);
}

.header-cta:hover{
  background: rgba(11,92,255,.14);
}

/* Header bottom: trending */
.header-bottom{
  border-top: 1px solid rgba(231,234,240,.85);
  background: rgba(248,250,252,.75);
}

.trending-row{
  display:flex;
  align-items:center;
  gap:.8rem;
  padding: .55rem 0;
}

.trending-label{
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.trending-pills{
  display:flex;
  gap:.5rem;
  overflow:auto;
  padding-bottom: .2rem;
}

.pill{
  display:inline-flex;
  white-space:nowrap;
  border: 1px solid rgba(231,234,240,.95);
  background:#fff;
  border-radius: 999px;
  padding: .4rem .8rem;
  font-weight: 850;
  text-decoration:none;
  color: var(--text);
}

.pill:hover{
  border-color: rgba(255, 87, 34, 0.55);
  box-shadow: 0 12px 28px rgba(15,23,42,.06);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 980px){
  .primary-nav{ justify-content:flex-start; }
  .nav-menu{ gap:.8rem; }
  .header-cta{ display:none; } /* keep clean on small screens */
  .site-header.is-search-open .header-search{ width: 240px; }
  .header-search .search-field{ width: 220px; }
}

/* =========================
   Header (match screenshot)
   ========================= */

.et-header{
  position: sticky;
  top: 0;
  z-index: 999;
  background: #f6f7f9;
  border-bottom: 1px solid #e6e8ee;
}

.et-header__inner{
  height: 64px;              /* exact bar height */
  display: grid;
  grid-template-columns: 220px 1fr 60px;
  align-items: center;       /* vertical alignment */
}

/* Logo */
.et-brand__link{
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.et-brand__name{
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
  font-size: 18px;
}

.et-brand__dot{
  font-weight: 900;
  color: #ff5a2a; /* orange dot like screenshot */
  font-size: 18px;
  line-height: 1;
}

/* Menu */
.et-nav{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Menu row */
.et-menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;       /* aligns text baseline */
  gap: 28px;
}

/* Link style */
.et-menu a{
  display: inline-flex;
  align-items: center;
  height: 64px;              /* makes underline positioning consistent */
  text-decoration: none;
  color: #475569;
  font-weight: 700;
  font-size: 13px;
  padding: 0;                /* remove vertical padding */
  position: relative;
  transition: color .15s ease;
}

.et-menu a:hover{ color:#0f172a; }

/* Active */
.et-menu .current-menu-item > a,
.et-menu .current_page_item > a,
.et-menu .current-menu-ancestor > a{
  color: #ff5a2a;
}

.et-menu .current-menu-item > a::after,
.et-menu .current_page_item > a::after,
.et-menu .current-menu-ancestor > a::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 18px;              /* ✅ moves underline UP to match screenshot */
  height: 2px;
  background:#ff5a2a;
  border-radius: 2px;
}


/* Search icon */
.et-actions{
  display: flex;
  justify-content: flex-end;
}

.et-search{
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  border-radius: 999px;
  text-decoration: none;
}

.et-search:hover{
  background: rgba(15, 23, 42, 0.06);
}

/* Responsive */
@media (max-width: 980px){
  .et-header__inner{
    grid-template-columns: 1fr 60px;
  }
  .et-nav{ display:none; } /* keep it simple for now */
}

.et-header ul,
.et-header ol{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.et-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:.6rem;
  position: relative;
}

.et-search{
  width: 36px;
  height: 36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #0f172a;
  cursor: pointer;
}

.et-search:hover{
  background: rgba(15,23,42,.06);
}

/* Hidden by default */

.et-actions{ position: relative; }

.et-searchbox{
  position:absolute;
  right: 46px;              /* sits left of icon */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  overflow:hidden;
  opacity: 0;
  pointer-events: none;
  transition: width .18s ease, opacity .18s ease;
}

/* Open state */
.et-header.is-search-open .et-searchbox{
  width: 280px;
  opacity: 1;
  pointer-events: auto;
}

.et-searchbox .search-field{
  width: 100%;
  border: 1px solid #e6e8ee;
  border-radius: 999px;
  padding: .58rem .9rem;
  background: #fff;
  font-size: 13px;
}


/* =========================
   Home Hero (like reference)
   ========================= */

.home-hero { padding: 22px 0 18px; }

.home-hero__grid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 26px;
  align-items:start;
}

/* HERO CARD */
.hero-card{
  display:grid;
  grid-template-columns: 1.15fr 1fr;
  background:#fff;
  border:1px solid rgba(231,234,240,.95);
  border-radius: 14px;
  overflow:hidden;
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
}

.hero-card__media{ min-height: 240px; }
.hero-card__img,
.hero-card__img--placeholder{
  width:100%;
  height:100%;
  min-height: 240px;
  object-fit: cover;
  display:block;
}
.hero-card__img--placeholder{ background: #eaeef5; }
.hero-card__img--placeholder{
  background:
    radial-gradient(1200px 420px at 20% 30%, rgba(255,90,42,.22), transparent 55%),
    radial-gradient(900px 380px at 80% 20%, rgba(15,23,42,.14), transparent 55%),
    linear-gradient(180deg, #f1f5fb, #eaeef5);
}

.hero-card__content{
  padding: 22px 22px 18px;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.hero-card__badge{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,90,42,.12);
  color: #ff5a2a;
  font-weight: 900;
  font-size: 11px;
  letter-spacing:.04em;
}
.et-icon{
  width: 14px;
  height: 14px;
  display: inline-block;
  flex: 0 0 auto;
}

.hero-card__title{
  margin:0;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.hero-card__title a{ color:#0f172a; text-decoration:none; }
.hero-card__title a:hover{ text-decoration: underline; }

.hero-card__meta{
  font-size: 12px;
  color:#64748b;
}

.hero-card__meta-row{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  color:#64748b;
}

.hero-card__meta-cat{
  color:#0f172a;
  font-weight: 900;
  text-decoration:none;
}
.hero-card__meta-cat:hover{ text-decoration: underline; }

.hero-card__dek{
  margin: 0;
  color:#334155;
  font-size: 13px;
  line-height: 1.5;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-card__excerpt{
  margin:0;
  color:#475569;
  line-height: 1.55;
  font-size: 13px;
  max-width: 52ch;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-card__link{
  margin-top: 8px;
  font-weight: 900;
  color:#ff5a2a;
  text-decoration:none;
  display:inline-flex;
  gap: 8px;
  align-items:center;
}
.hero-card__link:hover{ text-decoration: underline; }

/* TWO CARDS */
.home-cards{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.post-card{
  background:#fff;
  border:1px solid rgba(231,234,240,.95);
  border-radius: 14px;
  overflow:hidden;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
}

.post-card__thumb{
  display:block;
  position: relative;
  text-decoration:none;
}

.post-card__img,
.post-card__img--placeholder{
  width:100%;
  height: 170px;
  object-fit: cover;
  display:block;
}
.post-card__img--placeholder{ background:#eaeef5; }

.post-card__cat{
  position:absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,90,42,.12);
  color:#ff5a2a;
  font-weight: 900;
  font-size: 11px;
  letter-spacing:.02em;
}

.post-card__body{ padding: 14px 14px 12px; }

.post-card__title{
  margin: 2px 0 8px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.post-card__title a{ color:#0f172a; text-decoration:none; }
.post-card__title a:hover{ text-decoration: underline; }

.post-card__excerpt{
  margin:0 0 12px;
  color:#64748b;
  font-size: 12.5px;
  line-height: 1.55;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card__footer{
  display:flex;
  justify-content:space-between;
  font-size: 11.5px;
  color:#94a3b8;
  border-top: 1px solid rgba(231,234,240,.9);
  padding-top: 10px;
}

/* SIDEBAR BOXES */
.side-box{
  background:#fff;
  border:1px solid rgba(231,234,240,.95);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
  margin-bottom: 18px;
}

.side-box__head{
  display:flex;
  align-items:center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(231,234,240,.9);
  margin-bottom: 12px;
}

.side-box__icon{
  color:#ff5a2a;
  font-weight: 900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.side-box__title{
  margin:0;
  font-size: 14px;
  font-weight: 950;
  color:#0f172a;
}

.popular-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.popular-item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.popular-rank{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(15,23,42,.06);
  color:#0f172a;
  font-weight: 900;
  font-size: 12px;
  flex: 0 0 auto;
}

.popular-title{
  display:block;
  font-weight: 900;
  color:#0f172a;
  text-decoration:none;
  font-size: 12.5px;
  line-height: 1.35;
}
.popular-title:hover{ text-decoration: underline; }

.popular-meta{
  display:block;
  margin-top: 4px;
  font-size: 11.5px;
  color:#94a3b8;
}

/* Newsletter */
.side-box__text{
  margin: 0 0 12px;
  color:#64748b;
  font-size: 12.5px;
  line-height: 1.55;
}

.newsletter{ display:flex; flex-direction:column; gap: 10px; margin-top: 8px; }
.newsletter{
  --et-newsletter-status-color: #475569;
  --et-newsletter-error-color: #b91c1c;
  --et-newsletter-success-color: #047857;
  --et-newsletter-info-color: #0369a1;
}

.et-newsletter-inline__status{
  width: 100%;
  min-height: 1.45em;
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--et-newsletter-status-color, #475569);
}

.et-newsletter-inline__status:empty{
  min-height: 0;
  margin-top: 0;
}

.et-newsletter-inline__status.is-error{
  color: var(--et-newsletter-error-color, #b91c1c);
}

.et-newsletter-inline__status.is-success{
  color: var(--et-newsletter-success-color, #047857);
}

.et-newsletter-inline__status.is-info{
  color: var(--et-newsletter-info-color, #0369a1);
}

.newsletter__input{
  border:1px solid rgba(231,234,240,.95);
  border-radius: 10px;
  padding: 12px 12px;
  font-size: 13px;
  background:#f8fafc;
}

.newsletter__btn{
  border:0;
  border-radius: 10px;
  padding: 12px 12px;
  font-weight: 950;
  background:#ff5a2a;
  color:#fff;
  cursor:pointer;
}
.newsletter__btn:hover{ filter: brightness(.95); }

.newsletter__fine{
  color:#94a3b8;
  font-size: 11px;
  text-align:center;
}

.newsletter__status{
  margin: 0;
}

/* TRENDING pills row */
.trending-row{
  margin-top: 16px;
  display:flex;
  align-items:center;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(231,234,240,.95);
}

.trending-row__label{
  font-weight: 950;
  font-size: 11px;
  letter-spacing:.08em;
  color:#0f172a;
  flex: 0 0 auto;
}

.trending-row__pills-wrap{
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.trending-row__pills-wrap::before,
.trending-row__pills-wrap::after{
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  pointer-events:none;
  z-index: 2;
}
.trending-row__pills-wrap::before{
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.trending-row__pills-wrap::after{
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.trending-row__pills{
  display:flex;
  gap: 8px;
  overflow:auto;
  padding: 6px 26px 6px 26px; /* space for fade overlays */
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.trending-row__pills::-webkit-scrollbar{ display:none; }

.trend-pill{
  white-space: nowrap;
  text-decoration:none;
  font-weight: 850;
  font-size: 11.5px;
  color:#0f172a;
  border:1px solid rgba(231,234,240,.95);
  background:#fff;
  padding: 7px 10px;
  border-radius: 999px;
  scroll-snap-align: start;
  position: relative;
  transform: translateZ(0);
  z-index: 0;
  transition:
    transform .16s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background-color .18s ease,
    color .18s ease;
  will-change: transform;
}
.trend-pill:hover{
  border-color: rgba(255,90,42,.55);
  background: rgba(255,90,42,.06);
  box-shadow: 0 10px 24px rgba(15,23,42,.06), 0 0 0 4px rgba(255,90,42,.10);
  transform: translateY(-1px);
}
.trend-pill:focus-visible{
  outline: none;
  border-color: rgba(255,90,42,.65);
  box-shadow: 0 0 0 4px rgba(255,90,42,.18), 0 10px 24px rgba(15,23,42,.06);
}

/* Primary chip ("All topics") */
.trend-pill--all{
  background: rgba(15,23,42,.06);
  border-color: rgba(15,23,42,.10);
  font-weight: 950;
}
.trend-pill--all:hover{
  background: rgba(15,23,42,.09);
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 10px 24px rgba(15,23,42,.06), 0 0 0 4px rgba(15,23,42,.10);
}

@media (prefers-reduced-motion: reduce){
  .trend-pill{
    transition: none;
  }
}

/* Responsive */
@media (max-width: 980px){
  .home-hero__grid{ grid-template-columns: 1fr; }
  .hero-card{ grid-template-columns: 1fr; }
  .home-cards{ grid-template-columns: 1fr; }
}

/* =========================
   Editors Picks (Section 2)
   ========================= */

.editors{
  margin-top: 26px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(231,234,240,.95);
  border-bottom: 1px solid rgba(231,234,240,.95);
}

.editors__head{
  margin-bottom: 14px;
}

.editors__title{
  margin: 0;
  font-size: 16px;
  font-weight: 950;
  color: #0f172a;
  display:flex;
  align-items:center;
  gap: 10px;
}

.editors__title::before{
  content:"";
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #ff5a2a; /* orange like screenshot */
  display:inline-block;
}

.editors__sub{
  margin: 4px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

/* Grid */
.editors__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Card */
.ep-card{
  background: transparent; /* screenshot looks flat */
}

.ep-card__media{
  display:block;
  position: relative;
  border-radius: 10px;
  overflow:hidden;
  background: #fff;
  border: 1px solid rgba(231,234,240,.95);
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}

.ep-card__img,
.ep-card__img--placeholder{
  width: 100%;
  height: 190px;
  object-fit: cover;
  display:block;
}

.ep-card__img--placeholder{ background:#eaeef5; }

/* Badge top-left */
.ep-card__badge{
  position:absolute;
  top: 10px;
  left: 10px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(231,234,240,.95);
  color: #0f172a;
  font-weight: 950;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 6px 10px;
  border-radius: 8px;
  text-transform: uppercase;
}

/* Text under image */
.ep-card__body{
  padding-top: 10px;
}

.ep-card__title{
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
  color:#0f172a;
}

.ep-card__title a{
  color: inherit;
  text-decoration:none;
}

.ep-card__title a:hover{ text-decoration: underline; }

.ep-card__excerpt{
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color:#64748b;
  max-width: 52ch;
}

/* Responsive */
@media (max-width: 980px){
  .editors__grid{ grid-template-columns: 1fr; }
  .ep-card__img{ height: 210px; }
}

/* =========================
   Foundational Knowledge
   ========================= */

.foundation{
  margin-top: 26px;
  padding: 24px 0;
}

.foundation__banner{
  display:flex;
  align-items:center;
  gap: 18px;
  background: #fff;
  border: 1px solid rgba(231,234,240,.95);
  border-radius: 14px;
  padding: 22px 22px;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
  text-decoration:none;
  color: inherit;
}

.foundation__icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f1f5f9;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 20px;
  flex: 0 0 auto;
}

.foundation__text{ flex: 1; }

.foundation__eyebrow{
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  color: #ff5a2a;
  margin-bottom: 6px;
}

.foundation__title{
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 950;
  color: #0f172a;
}

.foundation__desc{
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  max-width: 80ch;
}

.foundation__arrow{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(231,234,240,.95);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#94a3b8;
  font-size: 18px;
  flex: 0 0 auto;
}

/* Cards grid */
.foundation__grid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.f-card{
  background:#fff;
  border: 1px solid rgba(231,234,240,.95);
  border-radius: 14px;
  overflow:hidden;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
  display:flex;
  flex-direction: column;
}

.f-card__media{ display:block; }

.f-card__img,
.f-card__img--placeholder{
  width:100%;
  height: 210px;
  object-fit: cover;
  display:block;
}

.f-card__img--placeholder{ background:#eaeef5; }

.f-card__body{
  padding: 14px 16px 10px;
}

.f-card__badge{
  display:inline-block;
  background: rgba(15,23,42,.06);
  color:#0f172a;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .10em;
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.f-card__title{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
  color:#0f172a;
}

.f-card__title a{ color: inherit; text-decoration:none; }
.f-card__title a:hover{ text-decoration: underline; }

.f-card__excerpt{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.6;
  color:#64748b;
}

.f-card__footer{
  margin-top:auto;
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(231,234,240,.95);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.f-card__cta{
  font-size: 12px;
  font-weight: 800;
  color:#0f172a;
  text-decoration:none;
}

.f-card__cta:hover{ text-decoration: underline; }

.f-card__meta{
  font-size: 11px;
  color:#94a3b8;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 980px){
  .foundation__banner{ padding: 16px; }
  .foundation__grid{ grid-template-columns: 1fr; }
  .f-card__img{ height: 220px; }
}

.editors,
.foundation{
  width: min(1280px, 100% - 2rem);
  margin-inline: auto;
}


/* ========== Newsletter CTA ========== */

.newsletter-cta{
  padding: 3rem 0 4rem;
}

.newsletter-card{
  border-radius: 18px;
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
  background: radial-gradient(1200px 500px at 50% 10%, rgba(255,90,31,0.18), transparent 60%),
              linear-gradient(90deg, #0b1220, #131b2a 60%, #1a1520);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}

.newsletter-card:before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(600px 200px at 20% 20%, rgba(255,255,255,0.10), transparent 55%),
              radial-gradient(700px 220px at 80% 30%, rgba(255,255,255,0.06), transparent 60%);
  pointer-events:none;
}

.newsletter-kicker{
  position: relative;
  margin: 0 0 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
}

.newsletter-title{
  position: relative;
  margin: 0 0 0.8rem;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
}

.newsletter-subtitle{
  position: relative;
  margin: 0 auto 2rem;
  max-width: 56ch;
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.newsletter-form{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  --et-newsletter-status-color: rgba(255,255,255,0.82);
  --et-newsletter-error-color: #ffd5cf;
  --et-newsletter-success-color: #bdf4c9;
  --et-newsletter-info-color: #c9e3ff;
}

.newsletter-input{
  width: min(420px, 92vw);
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #fff;
  padding: 0 14px;
  outline: none;
}

.newsletter-input::placeholder{
  color: rgba(255,255,255,0.55);
}

.newsletter-input:focus{
  border-color: rgba(255,90,31,0.65);
  box-shadow: 0 0 0 3px rgba(255,90,31,0.22);
}

.newsletter-btn{
  height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid rgba(255,90,31,0.35);
  background: #ff5a1f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255,90,31,0.25);
}

.newsletter-btn:hover{
  filter: brightness(1.03);
}

.newsletter-form__status{
  text-align: center;
}

.newsletter-footnote{
  position: relative;
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.70);
}

.newsletter-footnote .ok{
  color: rgba(255, 87, 34, 0.55);
  font-weight: 700;
}

.newsletter-footnote .dot{
  margin: 0 10px;
  color: rgba(255,255,255,0.35);
}

/* accessibility helper */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Le conteneur actions doit être positionné pour placer la box */
.et-actions{
  position: relative;
}

/* La box est cachée par défaut */
.et-searchbox{
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(340px, 80vw);
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
  z-index: 9999;
}

/* Quand ouvert -> visible */
.et-header.is-search-open .et-searchbox{
  display: block;
}

/* L’input style */
.et-searchbox input[type="search"],
.et-searchbox input[name="s"],
.et-searchbox input{
  width: 100%;
  height: 44px;
  border-radius: 12px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  outline: none;
}

/* Focus */
.et-searchbox input:focus{
  border-color: rgba(255, 87, 34, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.12);
}

/* ==========================================
   Homepage Premium Redesign
   ========================================== */

.skip-link{
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100000;
  background: #0f172a;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: top .2s ease;
}

.skip-link:focus{
  top: 12px;
}

.home-premium{
  --hp-blue: #2274A5;
  --hp-orange: #F36B2B;
  --hp-white: #FFFFFF;
  --hp-bg-soft: #f8fbfd;
  --hp-text: #1a1a1a;
  --hp-muted: #555555;
  --hp-border: #eef1f5;
  --hp-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
  position: relative;
  color: var(--hp-text);
  font-family: "Manrope", "Nunito Sans", "Avenir Next", "Segoe UI", sans-serif;
}

.home-premium :is(h1, h2, h3){
  font-family: "Sora", "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
}

.home-premium .hp-shell{
  width: min(1400px, calc(100% - 80px));
  margin-inline: auto;
}

.home-premium a{
  color: inherit;
  text-decoration: none;
}

.home-premium :is(a, button, input, textarea, select):focus-visible{
  outline: 2px solid var(--hp-orange);
  outline-offset: 4px;
}

.home-premium.is-observing .js-reveal{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}

.home-premium.is-observing .js-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.home-premium.is-observing .js-reveal-image{
  opacity: 0;
  transform: scale(.95);
  transition: opacity .7s ease-out, transform .7s ease-out;
}

.home-premium.is-observing .js-reveal-image.is-visible{
  opacity: 1;
  transform: scale(1);
}

.hp-hero{
  position: relative;
  isolation: isolate;
  padding: 100px 0 72px;
  background: linear-gradient(135deg, #ffffff 0%, var(--hp-bg-soft) 100%);
  overflow: hidden;
}

.hp-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(34, 116, 165, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: .22;
  pointer-events: none;
}

.hp-hero::after{
  content: "";
  position: absolute;
  inset: auto -160px -220px auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 116, 165, 0.12) 0%, rgba(34, 116, 165, 0) 72%);
  pointer-events: none;
}

.hp-hero .hp-shell{
  position: relative;
  z-index: 1;
}

.hp-hero__layout{
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 60px;
  align-items: center;
}

.hp-hero__media-shell{
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 4px;
  transform: rotate(-1deg);
  box-shadow: 0 25px 70px rgba(34, 116, 165, 0.2);
  transition: transform .6s ease, box-shadow .6s ease;
  cursor: pointer;
}

.hp-hero__media-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(130deg, #2274A5, #F36B2B, #2274A5);
  background-size: 220% 220%;
  animation: hpBorderFlow 5s linear infinite;
}

.hp-hero__media{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #dfe8f2;
  z-index: 1;
}

.hp-hero__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .6s ease;
}

.hp-hero__image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #dbe7f2, #edf3f8);
}

.hp-hero__category-badge{
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
  background: var(--hp-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 0 0 12px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.hp-hero__media-shell:hover{
  transform: rotate(-1deg) translateY(-2px);
  box-shadow: 0 30px 90px rgba(34, 116, 165, 0.3);
}

.hp-hero__media-shell:hover::before{
  animation-duration: 3.2s;
}

.hp-hero__media-shell:hover .hp-hero__image{
  transform: scale(1.08);
}

.hp-hero__content{
  max-width: 580px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hp-hero__label{
  margin: 0 0 16px;
  color: var(--hp-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hp-hero__label::before{
  content: "★ ";
}

.hp-hero__title{
  margin: 0 0 24px;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  max-width: 540px;
}

.hp-hero__title a{
  color: var(--hp-text);
}

.hp-hero__title-tone{
  color: var(--hp-blue);
}

.hp-hero__excerpt{
  margin: 0 0 32px;
  max-width: 500px;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--hp-muted);
}

.hp-hero__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
  color: #888;
  font-size: 14px;
}

.hp-author{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hp-author__avatar{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.hp-author__text{
  display: inline-flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 3px;
}

.hp-author__by{
  font-size: 12px;
  color: #9aa3ad;
}

.hp-author__name{
  font-size: 15px;
  color: var(--hp-text);
  font-weight: 600;
}

.hp-meta-sep{
  color: #ccc;
  font-size: 16px;
  line-height: 1;
}

.hp-meta-read{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hp-meta-read svg{
  width: 16px;
  height: 16px;
  color: var(--hp-orange);
}

.hp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 48px;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.hp-btn--primary{
  background: var(--hp-orange);
  color: #fff;
  box-shadow: 0 10px 25px rgba(243, 107, 43, 0.35);
}

.hp-btn--primary:hover{
  background: #d45a23;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(243, 107, 43, 0.45);
}

.hp-btn--primary:active{
  transform: scale(.98);
}

.home-premium.is-animating .hp-hero__media-shell{
  opacity: 0;
  transform: translateX(-60px) rotate(-1deg);
}

.home-premium.is-animating .hp-hero__label,
.home-premium.is-animating .hp-hero__title,
.home-premium.is-animating .hp-hero__excerpt,
.home-premium.is-animating .hp-hero__meta,
.home-premium.is-animating .hp-hero .hp-btn{
  opacity: 0;
  transform: translateY(20px);
}

.home-premium.is-animated .hp-hero__media-shell{
  animation: hpHeroMediaIn .8s ease-out .2s forwards;
}

.home-premium.is-animated .hp-hero__label{
  animation: hpFadeUpIn .6s ease-out .5s forwards;
}

.home-premium.is-animated .hp-hero__title{
  animation: hpFadeUpIn .6s ease-out .7s forwards;
}

.home-premium.is-animated .hp-hero__excerpt{
  animation: hpFadeUpIn .6s ease-out .9s forwards;
}

.home-premium.is-animated .hp-hero__meta{
  animation: hpFadeUpIn .6s ease-out 1.1s forwards;
}

.home-premium.is-animated .hp-hero .hp-btn{
  animation: hpButtonIn .6s ease-out 1.3s forwards;
}

.hp-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 32px;
  padding-bottom: 56px;
}

.hp-layout__content > section{
  margin-bottom: 52px;
}

.hp-secondary{
  padding-top: 6px;
}

.hp-secondary__grid{
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 30px;
}

.hp-secondary__stack{
  display: grid;
  gap: 30px;
}

.hp-feature-card{
  position: relative;
  background: #fff;
  border: 1px solid var(--hp-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s ease;
}

.hp-feature-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hp-orange), rgba(243, 107, 43, 0));
  transition: width .5s ease;
  z-index: 2;
}

.hp-feature-card__media{
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hp-feature-card__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-feature-card__image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.hp-feature-card__badge{
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(243, 107, 43, 0.95);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.hp-feature-card__body{
  padding: 28px;
}

.hp-feature-card__title{
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

.hp-feature-card__title a{
  color: var(--hp-text);
}

.hp-feature-card__excerpt{
  margin: 0 0 16px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp-feature-card__meta{
  margin: 0;
  color: #999;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hp-feature-card--small{
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
  padding: 20px;
}

.hp-feature-card__thumb{
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.hp-feature-card__thumb-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-feature-card__thumb-image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.hp-feature-card__badge--small{
  top: 8px;
  left: 8px;
  bottom: auto;
  font-size: 10px;
  padding: 6px 10px;
}

.hp-feature-card__content{
  min-width: 0;
}

.hp-feature-card__small-title{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp-feature-card__small-meta{
  margin: 0;
  color: #999;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hp-feature-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(34, 116, 165, 0.15);
  border-color: var(--hp-orange);
}

.hp-feature-card--small:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(34, 116, 165, 0.12);
}

.hp-feature-card:hover::before{
  width: 100%;
}

.hp-feature-card:hover .hp-feature-card__image,
.hp-feature-card:hover .hp-feature-card__thumb-image{
  transform: scale(1.1);
}

.hp-feature-card:hover .hp-feature-card__title a,
.hp-feature-card:hover .hp-feature-card__small-title a{
  color: var(--hp-orange);
}

.hp-editors{
  position: relative;
  padding-top: 10px;
}

.hp-section-head{
  margin-bottom: 48px;
}

.hp-section-head__eyebrow{
  margin: 0 0 10px;
  color: var(--hp-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-section-head__title{
  margin: 0;
  color: var(--hp-text);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 700;
}

.hp-section-head__line{
  margin-top: 18px;
  width: 80px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hp-orange), rgba(243, 107, 43, 0));
}

.hp-editors__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.hp-edit-card{
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s ease;
}

.hp-edit-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--hp-orange);
  transition: width .5s ease;
  z-index: 2;
}

.hp-edit-card__media{
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.hp-edit-card__media::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.hp-edit-card__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-edit-card__image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.hp-edit-card__badge{
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(34, 116, 165, 0.92);
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  transition: transform .3s ease;
}

.hp-edit-card__body{
  padding: 28px;
}

.hp-edit-card__title{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.hp-edit-card__title a{
  color: var(--hp-text);
  transition: color .3s ease;
}

.hp-edit-card__excerpt{
  margin: 0 0 18px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp-edit-card__meta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #77828f;
  font-size: 13px;
}

.hp-edit-card__avatar{
  width: 32px;
  height: 32px;
  border-radius: 999px;
}

.hp-edit-card:hover{
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(34, 116, 165, 0.18);
  border-color: var(--hp-orange);
}

.hp-edit-card:hover::before{
  width: 100%;
}

.hp-edit-card:hover .hp-edit-card__badge{
  transform: scale(1.1);
}

.hp-edit-card:hover .hp-edit-card__image{
  transform: scale(1.1);
}

.hp-edit-card:hover .hp-edit-card__title a{
  color: var(--hp-orange);
}

.hp-simple{
  position: relative;
  background: #f9fafb;
  border-radius: 18px;
  padding: 48px;
}

.hp-simple__header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}

.hp-simple__eyebrow{
  margin: 0 0 10px;
  color: var(--hp-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-simple__title{
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--hp-blue);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}

.hp-simple__title-icon{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(34, 116, 165, 0.1);
}

.hp-simple__title-icon svg{
  width: 22px;
  height: 22px;
}

.hp-simple__subtitle{
  margin: 12px 0 0;
  max-width: 620px;
  color: #666;
  font-size: 18px;
  line-height: 1.7;
}

.hp-simple__line{
  margin-top: 24px;
  width: 120px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hp-blue) 50%, var(--hp-orange) 50%);
}

.hp-simple__nav{
  display: inline-flex;
  gap: 10px;
}

.hp-simple__arrow{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid #e0e0e0;
  background: #fff;
  color: var(--hp-blue);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.hp-simple__arrow:hover{
  background: var(--hp-orange);
  border-color: var(--hp-orange);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(243, 107, 43, 0.3);
}

.hp-simple__arrow[disabled]{
  opacity: .45;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.hp-simple__track-wrap{
  overflow: hidden;
}

.hp-simple__track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, calc((100% - 48px) / 3));
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.hp-simple__track::-webkit-scrollbar{
  display: none;
}

.hp-simple-card{
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--hp-shadow);
  scroll-snap-align: start;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s ease;
}

.hp-simple-card__media{
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.hp-simple-card__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .35s ease;
}

.hp-simple-card__image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.hp-simple-card__badge{
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(34, 116, 165, 0.92);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 8px;
}

.hp-simple-card__body{
  padding: 20px 20px 22px;
}

.hp-simple-card__title{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.hp-simple-card__title a{
  color: var(--hp-text);
}

.hp-simple-card__excerpt{
  margin: 0 0 12px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp-simple-card__meta{
  color: #8e99a6;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hp-simple-card:hover{
  transform: translateY(-8px);
  border-color: var(--hp-orange);
  box-shadow: 0 15px 40px rgba(34, 116, 165, 0.15);
}

.hp-simple-card:hover .hp-simple-card__image{
  transform: scale(1.08);
}

.hp-simple-card:hover .hp-simple-card__title a{
  color: var(--hp-orange);
}

.home-premium .newsletter-cta{
  margin: 0;
  padding: 0;
  background: transparent;
}

.home-premium .newsletter-card{
  position: relative;
  overflow: hidden;
}

.home-premium .newsletter-card::after{
  content: "";
  position: absolute;
  inset: auto auto -120px -120px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.home-premium .newsletter-card .newsletter-btn:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(243, 107, 43, 0.5);
}

.home-premium .newsletter-card .newsletter-input:focus{
  box-shadow: 0 0 0 3px rgba(34, 116, 165, 0.15);
}

.hp-more{
  padding-top: 4px;
}

.hp-more__head{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 32px;
}

.hp-more__title{
  margin: 0;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--hp-text);
}

.hp-more__all{
  color: var(--hp-orange);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(243, 107, 43, 0.35);
  text-underline-offset: 4px;
}

.hp-more__row{
  display: grid;
  gap: 20px;
}

.hp-more__row--large{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 24px;
}

.hp-more__row--small{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hp-more-card{
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--hp-shadow);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s ease;
}

.hp-more-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: var(--hp-orange);
  transition: width .5s ease;
  z-index: 2;
}

.hp-more-card__media{
  position: relative;
  display: block;
  overflow: hidden;
}

.hp-more-card--large .hp-more-card__media{
  aspect-ratio: 16 / 10;
}

.hp-more-card--small .hp-more-card__media{
  aspect-ratio: 4 / 3;
}

.hp-more-card__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .4s ease;
}

.hp-more-card__image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.hp-more-card__badge{
  position: absolute;
  left: 14px;
  top: 14px;
  background: rgba(243, 107, 43, 0.93);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
}

.hp-more-card__body{
  padding: 20px;
}

.hp-more-card--large .hp-more-card__title{
  font-size: 24px;
}

.hp-more-card--small .hp-more-card__title{
  font-size: 18px;
}

.hp-more-card__title{
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 700;
}

.hp-more-card__title a{
  color: var(--hp-text);
}

.hp-more-card__excerpt{
  margin: 0 0 12px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp-more-card__meta{
  color: #8e99a6;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hp-more-card:hover{
  transform: translateY(-10px);
  border-color: var(--hp-orange);
  box-shadow: 0 20px 50px rgba(34, 116, 165, 0.18);
}

.hp-more-card:hover::before{
  width: 100%;
}

.hp-more-card:hover .hp-more-card__image{
  transform: scale(1.08);
}

.hp-more-card:hover .hp-more-card__title a{
  color: var(--hp-orange);
}

.hp-more__footer{
  margin-top: 30px;
  text-align: center;
}

.hp-btn--center{
  min-width: 260px;
}

.hp-sidebar{
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hp-widget{
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.hp-widget--popular{
  border-left: 4px solid var(--hp-orange);
}

.hp-widget__title{
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--hp-blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hp-widget__title-icon{
  width: 18px;
  height: 18px;
  color: var(--hp-orange);
}

.hp-widget__title-icon svg{
  width: 100%;
  height: 100%;
}

.hp-popular-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}

.hp-popular-item{
  margin: 0;
  border-bottom: 1px solid #eceff3;
}

.hp-popular-item:last-child{
  border-bottom: 0;
}

.hp-popular-link{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 8px;
  border-radius: 10px;
  transition: background-color .3s ease;
}

.hp-popular-thumb{
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 60px;
}

.hp-popular-thumb__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .3s ease;
}

.hp-popular-thumb__image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.hp-popular-content{
  min-width: 0;
}

.hp-popular-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1d2733;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.hp-popular-date{
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #8e99a6;
}

.hp-popular-link:hover{
  background: rgba(243, 107, 43, 0.05);
}

.hp-popular-link:hover .hp-popular-thumb__image{
  transform: scale(1.1);
}

.hp-popular-link:hover .hp-popular-title{
  color: var(--hp-orange);
}

.hp-widget--newsletter{
  background: linear-gradient(150deg, #2274A5 0%, #1a5c8a 100%);
  box-shadow: 0 6px 20px rgba(34, 116, 165, 0.25);
  color: #fff;
}

.hp-widget-newsletter__icon{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.hp-widget-newsletter__icon svg{
  width: 22px;
  height: 22px;
}

.hp-widget__title--light{
  color: #fff;
  margin-bottom: 12px;
}

.hp-widget-newsletter__text{
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
}

.hp-widget-newsletter__form{
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  --et-newsletter-status-color: rgba(255, 255, 255, 0.88);
  --et-newsletter-error-color: #ffd5cf;
  --et-newsletter-success-color: #c9f4d1;
  --et-newsletter-info-color: #d7e8ff;
}

.hp-widget-newsletter__form input{
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 13px 12px;
  outline: 0;
  backdrop-filter: blur(10px);
}

.hp-widget-newsletter__form input::placeholder{
  color: rgba(255, 255, 255, 0.7);
}

.hp-widget-newsletter__form input:focus{
  border-color: var(--hp-orange);
  box-shadow: 0 0 0 3px rgba(243, 107, 43, 0.2);
}

.hp-widget-newsletter__form button{
  border: 0;
  border-radius: 10px;
  background: var(--hp-orange);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 14px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(243, 107, 43, 0.4);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.hp-widget-newsletter__form button:hover{
  background: #d45a23;
  transform: translateY(-3px) rotate(-1deg);
  box-shadow: 0 12px 26px rgba(243, 107, 43, 0.45);
}

.hp-widget-newsletter__fine{
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.hp-widget-newsletter__status{
  margin: 8px 0 0;
  min-height: 1em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
}

@media (max-width: 1399px){
  .home-premium .hp-shell{
    width: min(1200px, calc(100% - 80px));
  }
}

@media (max-width: 1199px){
  .home-premium .hp-shell{
    width: min(100%, calc(100% - 80px));
  }

  .hp-hero{
    padding: 60px 0;
  }

  .hp-hero__layout{
    grid-template-columns: 50% 50%;
    gap: 40px;
  }

  .hp-layout{
    grid-template-columns: 1fr;
  }

  .hp-sidebar{
    position: static;
    max-width: 600px;
    margin-inline: auto;
    width: 100%;
  }

  .hp-secondary__grid{
    grid-template-columns: 1fr;
  }

  .hp-secondary__stack{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .hp-editors__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-simple{
    padding: 38px 30px;
  }

  .hp-simple__track{
    grid-auto-columns: minmax(280px, calc((100% - 24px) / 2));
  }

  .hp-more__row--small{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .home-premium .hp-shell{
    width: calc(100% - 40px);
  }

  .hp-hero{
    padding: 40px 0;
  }

  .hp-hero__layout{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hp-hero__media{
    aspect-ratio: 16 / 9;
  }

  .hp-hero__content{
    padding-left: 0;
  }

  .hp-hero__title{
    font-size: 32px;
  }

  .hp-hero__meta{
    gap: 10px;
    margin-bottom: 28px;
  }

  .hp-meta-sep{
    display: none;
  }

  .hp-btn{
    width: 100%;
    padding-inline: 20px;
  }

  .hp-layout{
    gap: 0;
    padding-bottom: 32px;
  }

  .hp-layout__content > section{
    margin-bottom: 36px;
  }

  .hp-secondary__stack{
    grid-template-columns: 1fr;
  }

  .hp-feature-card--small{
    grid-template-columns: 40% 1fr;
  }

  .hp-section-head{
    margin-bottom: 32px;
  }

  .hp-editors__grid{
    grid-template-columns: 1fr;
  }

  .hp-simple{
    border-radius: 14px;
    padding: 28px 20px;
  }

  .hp-simple__header{
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-simple__track{
    grid-auto-columns: 100%;
  }

  .hp-more__head{
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-more__row--large,
  .hp-more__row--small{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 479px){
  .home-premium .hp-shell{
    width: calc(100% - 30px);
  }

  .hp-hero__title{
    font-size: 29px;
  }

  .hp-feature-card--small{
    grid-template-columns: 1fr;
  }
}

@keyframes hpBorderFlow{
  0%{
    background-position: 0% 50%;
  }
  100%{
    background-position: 200% 50%;
  }
}

@keyframes hpHeroMediaIn{
  from{
    opacity: 0;
    transform: translateX(-60px) rotate(-1deg);
  }
  to{
    opacity: 1;
    transform: translateX(0) rotate(-1deg);
  }
}

@keyframes hpFadeUpIn{
  from{
    opacity: 0;
    transform: translateY(20px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hpButtonIn{
  0%{
    opacity: 0;
    transform: translateY(20px) scale(.96);
  }
  70%{
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce){
  .home-premium *,
  .home-premium *::before,
  .home-premium *::after{
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .home-premium.is-observing .js-reveal,
  .home-premium.is-observing .js-reveal-image{
    opacity: 1;
    transform: none;
  }
}

/* ==========================================
   Homepage Premium Refinement Pass
   ========================================== */

.home-premium{
  --hp-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
  --hp-card-hover-shadow: 0 12px 30px rgba(15, 23, 42, 0.11);
  --hp-card-border: rgba(15, 23, 42, 0.09);
}

.home-premium .hp-shell{
  width: min(1320px, calc(100% - 96px));
}

.home-premium.is-observing .js-reveal{
  transform: translateY(28px);
  transition-duration: .55s;
}

.home-premium.is-observing .js-reveal-image{
  transform: scale(.98);
  transition-duration: .62s;
}

.hp-hero{
  padding: 80px 0 56px;
}

.hp-hero::before{
  opacity: .12;
}

.hp-hero::after{
  width: 420px;
  height: 420px;
  opacity: .62;
}

.hp-hero__layout{
  grid-template-columns: 54% 46%;
  gap: 46px;
}

.hp-hero__media-shell{
  border-radius: 18px;
  transform: rotate(-.65deg);
  box-shadow: 0 18px 48px rgba(34, 116, 165, 0.16);
}

.hp-hero__media-shell::before{
  border-radius: 18px;
  animation-duration: 6.2s;
}

.hp-hero__media{
  border-radius: 14px;
}

.hp-hero__category-badge{
  padding: 9px 20px;
  font-size: 11px;
}

.hp-hero__media-shell:hover{
  transform: rotate(-.65deg) translateY(-1px);
  box-shadow: 0 22px 58px rgba(34, 116, 165, 0.2);
}

.hp-hero__media-shell:hover .hp-hero__image{
  transform: scale(1.04);
}

.hp-hero__content{
  max-width: 560px;
  padding-left: 8px;
}

.hp-hero__label{
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 1.3px;
}

.hp-hero__title{
  margin-bottom: 18px;
  max-width: 520px;
  font-size: clamp(30px, 3.5vw, 50px);
}

.hp-hero__excerpt{
  margin-bottom: 26px;
  max-width: 490px;
  font-size: clamp(16px, 1.2vw, 18px);
}

.hp-hero__meta{
  margin-bottom: 30px;
  gap: 12px;
}

.hp-author__avatar{
  width: 46px;
  height: 46px;
}

.hp-author__name{
  font-size: 14px;
}

.hp-btn{
  font-size: 16px;
  border-radius: 9px;
  padding: 15px 38px;
}

.hp-btn--primary{
  box-shadow: 0 8px 20px rgba(243, 107, 43, 0.28);
}

.hp-btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(243, 107, 43, 0.34);
}

.home-premium.is-animated .hp-hero .hp-btn{
  animation: hpButtonIn .45s ease-out 1.2s forwards;
}

.hp-layout{
  gap: 40px;
  padding-bottom: 68px;
}

.hp-layout__content > section{
  margin-bottom: 64px;
}

.hp-layout__content > section:last-child{
  margin-bottom: 0;
}

.hp-feature-card,
.hp-edit-card,
.hp-simple-card,
.hp-more-card{
  border-radius: 14px;
  border: 1px solid var(--hp-card-border);
  box-shadow: var(--hp-shadow);
}

.hp-feature-card::before,
.hp-edit-card::before,
.hp-more-card::before{
  height: 2px;
  opacity: .72;
}

.hp-feature-card__body,
.hp-edit-card__body{
  padding: 22px;
}

.hp-feature-card__title{
  font-size: 23px;
}

.hp-feature-card__excerpt{
  font-size: 15px;
}

.hp-feature-card--small{
  gap: 16px;
  padding: 16px;
}

.hp-feature-card__small-title{
  margin-bottom: 10px;
  font-size: 17px;
}

.hp-feature-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--hp-card-hover-shadow);
  border-color: rgba(243, 107, 43, 0.35);
}

.hp-feature-card--small:hover{
  transform: translateY(-2px);
}

.hp-feature-card:hover .hp-feature-card__image,
.hp-feature-card:hover .hp-feature-card__thumb-image{
  transform: scale(1.04);
}

.hp-section-head{
  margin-bottom: 38px;
}

.hp-section-head__title{
  font-size: clamp(26px, 2.6vw, 34px);
}

.hp-section-head__line{
  margin-top: 14px;
  width: 72px;
  height: 3px;
}

.hp-editors__grid{
  gap: 20px;
}

.hp-edit-card__badge{
  padding: 7px 14px;
  font-size: 11px;
}

.hp-edit-card__title{
  margin-bottom: 10px;
  font-size: 20px;
}

.hp-edit-card__excerpt{
  margin-bottom: 14px;
  font-size: 15px;
}

.hp-edit-card:hover{
  transform: translateY(-5px);
  box-shadow: var(--hp-card-hover-shadow);
  border-color: rgba(243, 107, 43, 0.35);
}

.hp-edit-card:hover .hp-edit-card__image{
  transform: scale(1.04);
}

.hp-edit-card:hover .hp-edit-card__badge{
  transform: scale(1.04);
}

.hp-simple{
  padding: 2px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.hp-simple__header{
  margin-bottom: 22px;
}

.hp-simple__eyebrow{
  margin-bottom: 8px;
  font-size: 11px;
}

.hp-simple__title{
  font-size: clamp(26px, 2.7vw, 34px);
}

.hp-simple__subtitle{
  margin-top: 10px;
  font-size: 17px;
}

.hp-simple__line{
  margin-top: 18px;
  width: 104px;
  height: 2px;
}

.hp-simple__arrow{
  width: 42px;
  height: 42px;
  border-width: 1px;
  font-size: 18px;
  box-shadow: none;
}

.hp-simple__arrow:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(243, 107, 43, 0.2);
}

.hp-simple__track{
  gap: 20px;
  grid-auto-columns: minmax(260px, calc((100% - 40px) / 3));
}

.hp-simple-card__body{
  padding: 18px;
}

.hp-simple-card__title{
  font-size: 19px;
}

.hp-simple-card__excerpt{
  font-size: 14px;
}

.hp-simple-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--hp-card-hover-shadow);
  border-color: rgba(243, 107, 43, 0.35);
}

.hp-simple-card:hover .hp-simple-card__image{
  transform: scale(1.04);
}

.home-premium .newsletter-card{
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

.home-premium .newsletter-card::after{
  width: 240px;
  height: 240px;
  opacity: .6;
}

.home-premium .newsletter-card .newsletter-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(243, 107, 43, 0.42);
}

.hp-more{
  padding-top: 0;
}

.hp-more__head{
  margin-bottom: 26px;
}

.hp-more__title{
  font-size: clamp(28px, 2.6vw, 34px);
}

.hp-more__row--large{
  gap: 24px;
  margin-bottom: 18px;
}

.hp-more__row--small{
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #ecf0f4;
}

.hp-more-card__body{
  padding: 18px;
}

.hp-more-card--large .hp-more-card__title{
  font-size: 22px;
}

.hp-more-card--small .hp-more-card__title{
  font-size: 17px;
}

.hp-more-card__excerpt{
  margin-bottom: 10px;
  font-size: 14px;
}

.hp-more-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--hp-card-hover-shadow);
  border-color: rgba(243, 107, 43, 0.35);
}

.hp-more-card:hover .hp-more-card__image{
  transform: scale(1.04);
}

.hp-more__footer{
  margin-top: 24px;
}

.hp-sidebar{
  top: 92px;
  gap: 20px;
}

.hp-widget{
  padding: 20px;
  border: 1px solid var(--hp-card-border);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.hp-widget--popular{
  border-left-width: 3px;
}

.hp-popular-link{
  gap: 12px;
  padding: 12px 6px;
}

.hp-popular-thumb{
  width: 56px;
  height: 56px;
  flex-basis: 56px;
}

.hp-popular-link:hover .hp-popular-thumb__image{
  transform: scale(1.04);
}

.hp-widget--newsletter{
  background: linear-gradient(150deg, #206d9b 0%, #1a5c86 100%);
  box-shadow: 0 10px 24px rgba(34, 116, 165, 0.2);
}

.hp-widget-newsletter__form button:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(243, 107, 43, 0.42);
}

@media (max-width: 1399px){
  .home-premium .hp-shell{
    width: min(1180px, calc(100% - 84px));
  }
}

@media (max-width: 1199px){
  .home-premium .hp-shell{
    width: calc(100% - 64px);
  }

  .hp-hero{
    padding: 62px 0 48px;
  }

  .hp-hero__layout{
    gap: 34px;
  }

  .hp-hero__title{
    font-size: clamp(30px, 4vw, 44px);
  }

  .hp-layout{
    gap: 32px;
    padding-bottom: 56px;
  }

  .hp-layout__content > section{
    margin-bottom: 54px;
  }

  .hp-section-head{
    margin-bottom: 32px;
  }

  .hp-secondary__stack{
    gap: 20px;
  }

  .hp-simple__track{
    grid-auto-columns: minmax(250px, calc((100% - 20px) / 2));
  }

  .hp-more__row--large{
    gap: 20px;
  }

  .hp-more__row--small{
    gap: 14px;
  }
}

@media (max-width: 767px){
  .home-premium .hp-shell{
    width: calc(100% - 36px);
  }

  .hp-hero{
    padding: 34px 0 30px;
  }

  .hp-hero__layout{
    gap: 20px;
  }

  .hp-hero__content{
    max-width: none;
    padding-left: 0;
  }

  .hp-hero__title{
    font-size: clamp(30px, 8.4vw, 36px);
    margin-bottom: 14px;
  }

  .hp-hero__excerpt{
    margin-bottom: 20px;
  }

  .hp-hero__meta{
    margin-bottom: 22px;
  }

  .hp-btn{
    padding: 14px 20px;
  }

  .hp-layout{
    padding-bottom: 26px;
  }

  .hp-layout__content > section{
    margin-bottom: 38px;
  }

  .hp-feature-card__body,
  .hp-edit-card__body,
  .hp-more-card__body{
    padding: 16px;
  }

  .hp-simple__header{
    margin-bottom: 18px;
  }

  .hp-simple__subtitle{
    font-size: 16px;
  }

  .hp-simple__nav{
    gap: 8px;
  }

  .hp-simple__arrow{
    width: 40px;
    height: 40px;
  }

  .hp-more__head{
    margin-bottom: 20px;
  }

  .hp-more__row--small{
    padding-top: 0;
    border-top: 0;
  }

  .hp-sidebar{
    gap: 16px;
  }

  .hp-widget{
    padding: 18px;
  }
}

@media (max-width: 479px){
  .home-premium .hp-shell{
    width: calc(100% - 28px);
  }

  .hp-hero__category-badge{
    padding: 8px 14px;
    font-size: 10px;
  }

  .hp-more__all{
    font-size: 15px;
  }
}

@keyframes hpButtonIn{
  0%{
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ==========================================
   Homepage Editorial Structure Enhancement
   ========================================== */

.home-premium .hp-shell{
  width: min(1240px, calc(100% - 88px));
}

.hp-hero{
  padding: 54px 0 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  overflow: visible;
}

.hp-hero::before,
.hp-hero::after{
  display: none;
}

.hp-hero__layout{
  grid-template-columns: 52% 48%;
  gap: 34px;
  align-items: start;
}

.hp-hero__media-shell{
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  transform: none;
}

.hp-hero__media-shell::before{
  display: none;
}

.hp-hero__media{
  border-radius: 10px;
}

.hp-hero__media-shell:hover{
  transform: none;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.hp-hero__media-shell:hover .hp-hero__image{
  transform: scale(1.02);
}

.home-premium.is-animating .hp-hero__media-shell{
  opacity: 0;
  transform: translateX(-32px);
}

.home-premium.is-animated .hp-hero__media-shell{
  animation: hpLeadMediaIn .55s ease-out .2s forwards;
}

.hp-hero__category-badge{
  top: 10px;
  left: 10px;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 10px;
  letter-spacing: .04em;
  box-shadow: none;
}

.hp-hero__content{
  max-width: none;
  padding-left: 0;
}

.hp-hero__label{
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .11em;
}

.hp-hero__title{
  margin-bottom: 14px;
  max-width: 640px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.13;
}

.hp-hero__excerpt{
  margin-bottom: 18px;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.62;
}

.hp-hero__meta{
  margin-bottom: 14px;
  gap: 10px;
  color: #7d8792;
  font-size: 13px;
}

.hp-author__avatar{
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: none;
}

.hp-author__name{
  font-size: 14px;
}

.hp-hero__read-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--hp-blue);
  text-decoration: none;
}

.hp-hero__read-link:hover{
  color: #1b5f8a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-premium.is-animating .hp-hero__read-link{
  opacity: 0;
  transform: translateY(20px);
}

.home-premium.is-animated .hp-hero__read-link{
  animation: hpFadeUpIn .45s ease-out 1.2s forwards;
}

.hp-top-stories{
  padding: 14px 0 24px;
  border-top: 1px solid #edf1f4;
  border-bottom: 1px solid #edf1f4;
}

.hp-top-stories__head{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.hp-top-stories__title{
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0f172a;
}

.hp-top-stories__all{
  font-size: 13px;
  font-weight: 700;
  color: var(--hp-blue);
  text-decoration: none;
}

.hp-top-stories__all:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-top-stories__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hp-top-story{
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  min-width: 0;
  min-height: 126px;
}

.hp-top-story__thumb{
  display: block;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e7edf4;
}

.hp-top-story__body{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hp-top-story__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .25s ease;
}

.hp-top-story__image--placeholder{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.hp-top-story__cat{
  display: inline-block;
  margin-bottom: 6px;
  color: var(--hp-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hp-top-story__headline{
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.hp-top-story__headline a{
  color: #141b24;
}

.hp-top-story__meta{
  margin: 0;
  color: #7d8792;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hp-top-story:hover .hp-top-story__image{
  transform: scale(1.03);
}

.hp-top-story:hover .hp-top-story__headline a{
  color: var(--hp-blue);
}

.hp-layout{
  grid-template-columns: minmax(0, 1fr) 296px;
  gap: 28px;
  padding-top: clamp(80px, 8vw, 98px);
  padding-bottom: clamp(80px, 8vw, 98px);
}

.hp-layout__content > section{
  margin-bottom: clamp(80px, 8vw, 96px);
}

.hp-secondary{
  padding-top: 0;
}

.hp-secondary__grid,
.hp-secondary__stack{
  gap: 18px;
}

.hp-secondary__grid{
  align-items: stretch;
}

.hp-secondary__stack{
  grid-auto-rows: 1fr;
}

.hp-feature-card--large{
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.hp-feature-card--small{
  height: 100%;
}

.hp-feature-card,
.hp-edit-card,
.hp-simple-card,
.hp-more-card,
.hp-widget{
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.05);
}

.hp-feature-card::before,
.hp-edit-card::before,
.hp-more-card::before{
  display: none;
}

.hp-feature-card__body,
.hp-edit-card__body,
.hp-simple-card__body,
.hp-more-card__body{
  padding: 16px 16px 17px;
}

.hp-feature-card__title{
  margin-bottom: 8px;
  font-size: 21px;
}

.hp-feature-card__excerpt{
  margin-bottom: 10px;
  font-size: 14px;
}

.hp-feature-card--small{
  padding: 14px;
  gap: 12px;
}

.hp-feature-card__small-title{
  margin-bottom: 8px;
  font-size: 16px;
}

.hp-feature-card:hover,
.hp-edit-card:hover,
.hp-simple-card:hover,
.hp-more-card:hover{
  transform: translateY(-2px);
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.hp-feature-card--small:hover{
  transform: translateY(-1px);
}

.hp-feature-card:hover .hp-feature-card__image,
.hp-feature-card:hover .hp-feature-card__thumb-image,
.hp-edit-card:hover .hp-edit-card__image,
.hp-simple-card:hover .hp-simple-card__image,
.hp-more-card:hover .hp-more-card__image{
  transform: scale(1.02);
}

.hp-editors{
  padding-top: 0;
}

.hp-section-head{
  margin-bottom: 26px;
}

.hp-section-head__title{
  font-size: clamp(25px, 2.2vw, 31px);
}

.hp-section-head__line{
  margin-top: 10px;
  width: 64px;
  height: 2px;
}

.hp-editors__grid{
  gap: 16px;
}

.hp-edit-card__title{
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}

.hp-edit-card__excerpt{
  margin-bottom: 12px;
  font-size: 14px;
}

.hp-edit-card{
  border-color: rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.045);
}

.hp-edit-card:hover{
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.07);
  border-color: rgba(15, 23, 42, 0.1);
}

.hp-simple{
  padding: 0;
  background: transparent;
  border: 0;
}

.hp-simple__header{
  margin-bottom: 16px;
}

.hp-simple__title{
  font-size: clamp(25px, 2.2vw, 31px);
}

.hp-simple__subtitle{
  margin-top: 8px;
  font-size: 16px;
}

.hp-simple__line{
  margin-top: 14px;
  width: 96px;
  height: 2px;
}

.hp-simple__nav{
  gap: 6px;
}

.hp-simple__arrow{
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-width: 1px;
  box-shadow: none;
}

.hp-simple__arrow:hover{
  transform: translateY(-1px);
}

.hp-simple__track{
  gap: 16px;
  grid-auto-columns: minmax(250px, calc((100% - 32px) / 3));
}

.hp-simple-card__title{
  margin-bottom: 8px;
  font-size: 18px;
}

.hp-simple-card__excerpt{
  margin-bottom: 10px;
  font-size: 14px;
}

.home-premium .newsletter-card{
  border-radius: 14px;
  padding: 3rem 1.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
}

.home-premium .newsletter-card::after{
  display: none;
}

.home-premium .newsletter-card:before{
  opacity: .55;
}

.hp-more{
  padding-top: 0;
}

.hp-more__head{
  margin-bottom: 20px;
}

.hp-more__title{
  font-size: clamp(26px, 2.25vw, 32px);
}

.hp-more__row--large{
  gap: 18px;
  margin-bottom: 14px;
}

.hp-more__row--small{
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf1f4;
}

.hp-more-card--large .hp-more-card__title{
  font-size: 21px;
}

.hp-more-card--small .hp-more-card__title{
  font-size: 16px;
}

.hp-more-card__excerpt{
  margin-bottom: 8px;
}

.hp-more__footer{
  margin-top: 18px;
}

.hp-btn--center{
  min-width: 220px;
}

.hp-sidebar{
  top: 84px;
  gap: 16px;
}

.hp-widget{
  padding: 16px;
}

.hp-widget--popular{
  border-left: 2px solid var(--hp-orange);
}

.hp-widget__title{
  margin-bottom: 14px;
  font-size: 17px;
}

.hp-popular-link{
  gap: 10px;
  padding: 10px 4px;
}

.hp-popular-thumb{
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.hp-popular-title{
  font-size: 13px;
}

.hp-widget--newsletter{
  background: linear-gradient(150deg, #20688f 0%, #1a5479 100%);
  box-shadow: 0 8px 18px rgba(34, 116, 165, 0.18);
}

.hp-widget-newsletter__form button{
  padding: 12px 12px;
  font-size: 15px;
}

.hp-widget-newsletter__form button:hover{
  transform: translateY(-1px);
}

@media (max-width: 1199px){
  .home-premium .hp-shell{
    width: calc(100% - 64px);
  }

  .hp-hero{
    padding: 42px 0 14px;
  }

  .hp-hero__layout{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .hp-top-stories__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .hp-layout{
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .hp-layout__content > section{
    margin-bottom: 64px;
  }

  .hp-sidebar{
    position: static;
    max-width: 620px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 767px){
  .home-premium .hp-shell{
    width: calc(100% - 36px);
  }

  .hp-hero{
    padding: 28px 0 8px;
  }

  .hp-hero__layout{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hp-hero__title{
    font-size: clamp(28px, 8vw, 34px);
  }

  .hp-top-stories{
    padding: 10px 0 18px;
  }

  .hp-top-stories__head{
    margin-bottom: 12px;
  }

  .hp-top-stories__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hp-top-story{
    grid-template-columns: 110px 1fr;
    min-height: 0;
  }

  .hp-layout{
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .hp-layout__content > section{
    margin-bottom: 48px;
  }

  .hp-feature-card__body,
  .hp-edit-card__body,
  .hp-simple-card__body,
  .hp-more-card__body{
    padding: 14px;
  }

  .hp-more__row--small{
    border-top: 0;
    padding-top: 0;
  }

  .home-premium .newsletter-card{
    padding: 2.25rem 1.2rem;
  }
}

@media (max-width: 479px){
  .home-premium .hp-shell{
    width: calc(100% - 28px);
  }

  .hp-top-story{
    grid-template-columns: 94px 1fr;
  }

  .hp-top-story__headline{
    font-size: 15px;
  }
}

@keyframes hpLeadMediaIn{
  from{
    opacity: 0;
    transform: translateX(-32px);
  }
  to{
    opacity: 1;
    transform: none;
  }
}

/* ==========================================
   Homepage Editorial Micro Polish
   ========================================== */

.home-premium .hp-hero__layout{
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 30px;
  align-items: center;
}

.home-premium .hp-hero__content{
  max-width: 35rem;
}

.home-premium .hp-hero__title{
  max-width: 18ch;
  text-wrap: balance;
}

.home-premium .hp-top-story__headline,
.home-premium .hp-feature-card__title,
.home-premium .hp-feature-card__small-title,
.home-premium .hp-edit-card__title,
.home-premium .hp-simple-card__title,
.home-premium .hp-more-card__title{
  text-wrap: balance;
}

.home-premium .hp-top-story__headline{
  max-width: 28ch;
}

.home-premium .hp-feature-card__title{
  max-width: 26ch;
}

.home-premium .hp-feature-card__small-title{
  max-width: 24ch;
}

.home-premium .hp-edit-card__title{
  max-width: 25ch;
}

.home-premium .hp-simple-card__title{
  max-width: 24ch;
}

.home-premium .hp-more-card--large .hp-more-card__title{
  max-width: 27ch;
}

.home-premium .hp-more-card--small .hp-more-card__title{
  max-width: 22ch;
}

.home-premium .hp-hero__media-shell{
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.045);
}

.home-premium .hp-hero__media-shell:hover{
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.055);
}

.home-premium .hp-feature-card,
.home-premium .hp-edit-card,
.home-premium .hp-simple-card,
.home-premium .hp-more-card,
.home-premium .hp-widget{
  border-color: rgba(15, 23, 42, 0.07);
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.045);
}

.home-premium .hp-feature-card:hover,
.home-premium .hp-edit-card:hover,
.home-premium .hp-simple-card:hover,
.home-premium .hp-more-card:hover{
  transform: translateY(-1px);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.065);
}

.home-premium .newsletter-card{
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.home-premium .hp-widget--newsletter{
  box-shadow: 0 6px 14px rgba(34, 116, 165, 0.14);
}

.home-premium .hp-hero__category-badge,
.home-premium .hp-feature-card__badge,
.home-premium .hp-feature-card__badge--small,
.home-premium .hp-edit-card__badge,
.home-premium .hp-simple-card__badge,
.home-premium .hp-more-card__badge{
  top: 12px;
  left: 12px;
  bottom: auto;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.home-premium .hp-top-story__cat{
  margin-bottom: 7px;
  font-size: 10px;
  letter-spacing: 0.07em;
}

.home-premium .hp-hero__image,
.home-premium .hp-top-story__image,
.home-premium .hp-feature-card__image,
.home-premium .hp-feature-card__thumb-image,
.home-premium .hp-edit-card__image,
.home-premium .hp-simple-card__image,
.home-premium .hp-more-card__image{
  transition: transform 0.32s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.home-premium .hp-hero__media-shell:hover .hp-hero__image,
.home-premium .hp-top-story:hover .hp-top-story__image,
.home-premium .hp-feature-card:hover .hp-feature-card__image,
.home-premium .hp-feature-card:hover .hp-feature-card__thumb-image,
.home-premium .hp-edit-card:hover .hp-edit-card__image,
.home-premium .hp-simple-card:hover .hp-simple-card__image,
.home-premium .hp-more-card:hover .hp-more-card__image{
  transform: scale(1.018);
}

.home-premium .hp-hero__title a,
.home-premium .hp-top-story__headline a,
.home-premium .hp-feature-card__title a,
.home-premium .hp-feature-card__small-title a,
.home-premium .hp-edit-card__title a,
.home-premium .hp-simple-card__title a,
.home-premium .hp-more-card__title a{
  color: #0f172a;
}

.home-premium .hp-feature-card__title,
.home-premium .hp-feature-card__small-title,
.home-premium .hp-edit-card__title,
.home-premium .hp-simple-card__title,
.home-premium .hp-more-card__title{
  font-weight: 750;
}

.home-premium .hp-hero__meta{
  gap: 11px;
  color: #8893a1;
}

.home-premium .hp-top-story__meta,
.home-premium .hp-feature-card__meta,
.home-premium .hp-feature-card__small-meta,
.home-premium .hp-edit-card__meta,
.home-premium .hp-simple-card__meta,
.home-premium .hp-more-card__meta{
  color: #8a96a3;
  font-size: 12px;
  gap: 8px;
}

.home-premium .hp-author__by{
  color: #9ca8b5;
}

.home-premium .hp-author__name,
.home-premium .hp-edit-card__author{
  color: #1f2937;
  font-weight: 700;
}

.home-premium .hp-meta-sep,
.home-premium .hp-top-story__meta span[aria-hidden="true"],
.home-premium .hp-feature-card__meta span[aria-hidden="true"],
.home-premium .hp-feature-card__small-meta span[aria-hidden="true"],
.home-premium .hp-edit-card__meta span[aria-hidden="true"],
.home-premium .hp-simple-card__meta span[aria-hidden="true"],
.home-premium .hp-more-card__meta span[aria-hidden="true"]{
  color: #cad2db;
}

.home-premium .hp-layout__content > section{
  position: relative;
}

.home-premium .hp-layout__content > section + section::before{
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.06) 18%, rgba(15, 23, 42, 0.06) 82%, rgba(15, 23, 42, 0));
  pointer-events: none;
}

@media (max-width: 1199px){
  .home-premium .hp-hero__layout{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 767px){
  .home-premium .hp-hero__title{
    max-width: 16ch;
  }

  .home-premium .hp-layout__content > section + section::before{
    top: -28px;
  }
}

/* ==========================================
   Homepage Discovery Enhancements
   ========================================== */

.home-premium .hp-trending{
  padding: 8px 0;
  border-top: 1px solid #edf1f4;
  border-bottom: 1px solid #edf1f4;
}

.home-premium .hp-trending__inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.home-premium .hp-trending__title{
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #334155;
}

.home-premium .hp-trending__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-premium .hp-trending__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
  transition: border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.home-premium .hp-trending__link:hover{
  color: #1b5f8a;
  border-color: rgba(34, 116, 165, 0.28);
  background-color: rgba(34, 116, 165, 0.04);
}

.home-premium .hp-continue{
  padding: 16px 0 12px;
}

.home-premium .hp-continue__head{
  margin-bottom: 10px;
}

.home-premium .hp-continue__title{
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
}

.home-premium .hp-continue__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-premium .hp-continue-story{
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid #edf1f4;
}

.home-premium .hp-continue-story__category{
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--hp-orange);
}

.home-premium .hp-continue-story__title{
  margin: 0 0 8px;
  max-width: 28ch;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
  text-wrap: balance;
}

.home-premium .hp-continue-story__title a{
  color: #0f172a;
}

.home-premium .hp-continue-story__title a:hover{
  color: #1b5f8a;
}

.home-premium .hp-continue-story__meta{
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a96a3;
  font-size: 12px;
}

.home-premium .hp-continue-story__meta span[aria-hidden="true"]{
  color: #cad2db;
}

.home-premium .hp-category-highlights{
  padding-top: 0;
}

.home-premium .hp-category-highlights__head{
  margin-bottom: 20px;
}

.home-premium .hp-category-highlights__list{
  display: grid;
  gap: 24px;
}

.home-premium .hp-category-lane{
  padding-top: 18px;
  border-top: 1px solid #edf1f4;
}

.home-premium .hp-category-lane__head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.home-premium .hp-category-lane__title{
  margin: 0;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.home-premium .hp-category-lane__title a{
  color: #0f172a;
}

.home-premium .hp-category-lane__title a:hover{
  color: #1b5f8a;
}

.home-premium .hp-category-lane__all{
  font-size: 13px;
  font-weight: 700;
  color: #1b5f8a;
  text-decoration: none;
}

.home-premium .hp-category-lane__all:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-premium .hp-category-lane__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 16px;
}

.home-premium .hp-category-lane__lead{
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.home-premium .hp-category-lane__lead-media{
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e7edf4;
}

.home-premium .hp-category-lane__lead-image,
.home-premium .hp-category-lane__support-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.home-premium .hp-category-lane__lead-image--placeholder,
.home-premium .hp-category-lane__support-image--placeholder{
  display: block;
  background: linear-gradient(140deg, #dce6f0, #eef3f8);
}

.home-premium .hp-category-lane__lead-body{
  padding: 14px 14px 15px;
}

.home-premium .hp-category-lane__lead-title{
  margin: 0 0 8px;
  max-width: 28ch;
  font-size: 19px;
  line-height: 1.34;
  font-weight: 760;
  text-wrap: balance;
}

.home-premium .hp-category-lane__lead-title a{
  color: #0f172a;
}

.home-premium .hp-category-lane__lead-title a:hover{
  color: #1b5f8a;
}

.home-premium .hp-category-lane__lead-excerpt{
  margin: 0 0 9px;
  color: #5f6b78;
  font-size: 14px;
  line-height: 1.55;
}

.home-premium .hp-category-lane__lead-meta{
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a96a3;
  font-size: 12px;
}

.home-premium .hp-category-lane__lead-meta span[aria-hidden="true"]{
  color: #cad2db;
}

.home-premium .hp-category-lane__support{
  display: grid;
  gap: 10px;
}

.home-premium .hp-category-lane__support-item{
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf1f4;
}

.home-premium .hp-category-lane__support-item:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.home-premium .hp-category-lane__support-thumb{
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e7edf4;
}

.home-premium .hp-category-lane__support-body{
  min-width: 0;
}

.home-premium .hp-category-lane__support-cat{
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--hp-orange);
}

.home-premium .hp-category-lane__support-title{
  margin: 0 0 6px;
  max-width: 28ch;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 740;
  text-wrap: balance;
}

.home-premium .hp-category-lane__support-title a{
  color: #0f172a;
}

.home-premium .hp-category-lane__support-title a:hover{
  color: #1b5f8a;
}

.home-premium .hp-category-lane__support-meta{
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a96a3;
  font-size: 12px;
}

.home-premium .hp-category-lane__support-meta span[aria-hidden="true"]{
  color: #cad2db;
}

.home-premium .hp-category-lane__lead:hover .hp-category-lane__lead-image,
.home-premium .hp-category-lane__support-item:hover .hp-category-lane__support-image{
  transform: scale(1.018);
}

@media (max-width: 1199px){
  .home-premium .hp-continue__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-premium .hp-category-lane__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .home-premium .hp-trending__inner{
    align-items: flex-start;
  }

  .home-premium .hp-continue{
    padding: 12px 0 8px;
  }

  .home-premium .hp-continue__grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-premium .hp-category-lane__head{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .home-premium .hp-category-lane__support-item{
    grid-template-columns: 84px minmax(0, 1fr);
  }
}

/* ==========================================
   Homepage Editorial Framework Pass
   ========================================== */

.home-premium .hp-shell{
  width: min(1320px, calc(100% - 80px));
  margin-inline: auto;
}

.home-premium .hp-layout{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 32px;
  padding-top: clamp(90px, 8vw, 120px);
  padding-bottom: clamp(90px, 8vw, 120px);
  align-items: start;
}

.home-premium .hp-layout__content{
  grid-column: 1 / span 8;
}

.home-premium .hp-sidebar{
  grid-column: 9 / -1;
  width: 100%;
  max-width: 320px;
  justify-self: end;
}

.home-premium .hp-layout__content > section{
  margin-bottom: clamp(90px, 8vw, 120px);
}

.home-premium .hp-layout__content > section + section::before{
  top: -48px;
}

.home-premium .hp-hero{
  padding: 28px 0 18px;
  background: transparent;
}

.home-premium .hp-hero__layout{
  grid-template-columns: 58% 42%;
  gap: 30px;
  padding: 36px 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  align-items: center;
}

.home-premium .hp-hero__media-shell{
  border-radius: 14px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.home-premium .hp-hero__media{
  border-radius: 14px;
}

.home-premium .hp-hero__image{
  object-fit: cover;
}

.home-premium .hp-hero__title{
  max-width: 520px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}

.home-premium .hp-hero__excerpt{
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
}

.home-premium .hp-hero__read-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 10px;
  background: #f36b2b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(243, 107, 43, 0.28);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.home-premium .hp-hero__read-link:hover{
  color: #fff;
  background: #df6127;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(243, 107, 43, 0.34);
}

.home-premium .hp-top-stories{
  padding: 22px 0 8px;
  border-top: 0;
  border-bottom: 0;
}

.home-premium .hp-top-stories__grid{
  gap: 26px;
}

.home-premium .hp-top-story{
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-premium .hp-top-story__thumb{
  border-radius: 10px;
}

.home-premium .hp-top-story__image{
  border-radius: 10px;
}

.home-premium .hp-top-story:hover{
  transform: translateY(-3px);
  border-color: #e7ebf0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.home-premium .hp-feature-card,
.home-premium .hp-edit-card,
.home-premium .hp-simple-card,
.home-premium .hp-more-card,
.home-premium .hp-category-lane__lead{
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.home-premium .hp-feature-card__body,
.home-premium .hp-edit-card__body,
.home-premium .hp-simple-card__body,
.home-premium .hp-more-card__body{
  padding: 18px;
}

.home-premium .hp-feature-card__media,
.home-premium .hp-edit-card__media,
.home-premium .hp-simple-card__media,
.home-premium .hp-more-card__media{
  border-radius: 10px;
  overflow: hidden;
}

.home-premium .hp-feature-card__thumb{
  border-radius: 10px;
  overflow: hidden;
}

.home-premium .hp-feature-card__image,
.home-premium .hp-feature-card__thumb-image,
.home-premium .hp-edit-card__image,
.home-premium .hp-simple-card__image,
.home-premium .hp-more-card__image{
  transition: transform 0.35s ease;
}

.home-premium .hp-feature-card__title,
.home-premium .hp-edit-card__title,
.home-premium .hp-simple-card__title,
.home-premium .hp-more-card--large .hp-more-card__title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.home-premium .hp-feature-card__small-title,
.home-premium .hp-more-card--small .hp-more-card__title{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.home-premium .hp-feature-card__excerpt,
.home-premium .hp-edit-card__excerpt,
.home-premium .hp-simple-card__excerpt,
.home-premium .hp-more-card__excerpt{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.home-premium .hp-feature-card__meta,
.home-premium .hp-feature-card__small-meta,
.home-premium .hp-edit-card__meta,
.home-premium .hp-simple-card__meta,
.home-premium .hp-more-card__meta{
  margin-top: 6px;
  font-size: 13px;
  color: #9ca3af;
}

.home-premium .hp-feature-card:hover,
.home-premium .hp-edit-card:hover,
.home-premium .hp-simple-card:hover,
.home-premium .hp-more-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.home-premium .hp-feature-card:hover .hp-feature-card__image,
.home-premium .hp-feature-card:hover .hp-feature-card__thumb-image,
.home-premium .hp-edit-card:hover .hp-edit-card__image,
.home-premium .hp-simple-card:hover .hp-simple-card__image,
.home-premium .hp-more-card:hover .hp-more-card__image{
  transform: scale(1.04);
}

.home-premium .hp-category-lane__grid{
  grid-template-columns: 60% 40%;
  gap: 22px;
}

.home-premium .hp-category-lane__support{
  gap: 22px;
}

.home-premium .hp-category-lane__lead-media{
  aspect-ratio: auto;
  height: 280px;
}

.home-premium .hp-category-lane__lead-title{
  font-size: 22px;
  font-weight: 700;
}

.home-premium .hp-category-lane__support-item{
  grid-template-columns: 108px minmax(0, 1fr);
  border-bottom: 0;
  padding-bottom: 0;
}

.home-premium .hp-widget{
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  box-shadow: none;
  padding: 18px;
}

.home-premium .hp-popular-item + .hp-popular-item{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
}

.home-premium .hp-popular-link{
  gap: 14px;
  padding: 8px;
  border-radius: 10px;
}

.home-premium .hp-popular-thumb{
  width: 60px;
  height: 60px;
  flex-basis: 60px;
}

.home-premium .hp-popular-link:hover{
  background: #fafafa;
}

.home-premium .hp-popular-link:hover .hp-popular-thumb__image{
  transform: scale(1.04);
}

.home-premium .newsletter-card{
  padding: 48px;
  border-radius: 20px;
  background: linear-gradient(130deg, #0b1f3a 0%, #2a2b58 46%, #103a65 100%);
  box-shadow: 0 16px 34px rgba(11, 31, 58, 0.24);
}

.home-premium .newsletter-title{
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.home-premium .newsletter-form{
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-premium .newsletter-input{
  height: 48px;
  border-radius: 10px;
  padding-left: 16px;
}

.home-premium .newsletter-btn{
  height: 48px;
  border-radius: 10px;
  padding: 0 24px;
}

.home-premium .hp-section-head__title,
.home-premium .hp-more__title,
.home-premium .hp-simple__title{
  font-size: 28px;
  font-weight: 800;
}

.home-premium .hp-section-head,
.home-premium .hp-more__head,
.home-premium .hp-simple__header{
  margin-bottom: 26px;
}

.home-premium .hp-section-head__title::before,
.home-premium .hp-more__title::before,
.home-premium .hp-simple__title::before{
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: #f36b2b;
  margin-bottom: 10px;
}

.home-premium .hp-top-story__headline a,
.home-premium .hp-feature-card__title a,
.home-premium .hp-feature-card__small-title a,
.home-premium .hp-edit-card__title a,
.home-premium .hp-simple-card__title a,
.home-premium .hp-more-card__title a,
.home-premium .hp-category-lane__lead-title a,
.home-premium .hp-category-lane__support-title a{
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0 100%;
  transition: color 0.25s ease, background-size 0.25s ease;
}

.home-premium .hp-top-story__headline a:hover,
.home-premium .hp-feature-card__title a:hover,
.home-premium .hp-feature-card__small-title a:hover,
.home-premium .hp-edit-card__title a:hover,
.home-premium .hp-simple-card__title a:hover,
.home-premium .hp-more-card__title a:hover,
.home-premium .hp-category-lane__lead-title a:hover,
.home-premium .hp-category-lane__support-title a:hover{
  background-size: 100% 1px;
}

@media (max-width: 1199px){
  .home-premium .hp-shell{
    width: calc(100% - 56px);
  }

  .home-premium .hp-layout{
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .home-premium .hp-layout__content,
  .home-premium .hp-sidebar{
    grid-column: auto;
  }

  .home-premium .hp-sidebar{
    width: 100%;
    max-width: 640px;
    justify-self: center;
  }

  .home-premium .hp-hero__layout{
    grid-template-columns: 1fr 1fr;
    padding: 30px 28px;
  }

  .home-premium .hp-hero__title{
    font-size: 36px;
  }

  .home-premium .hp-top-stories__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .home-premium .hp-category-lane__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .home-premium .hp-shell{
    width: calc(100% - 28px);
  }

  .home-premium .hp-layout{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-premium .hp-layout__content > section{
    margin-bottom: 72px;
  }

  .home-premium .hp-layout__content > section + section::before{
    top: -36px;
  }

  .home-premium .hp-hero__layout{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }

  .home-premium .hp-hero__title{
    font-size: 34px;
  }

  .home-premium .hp-top-stories__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-premium .hp-top-story{
    grid-template-columns: 104px minmax(0, 1fr);
    padding: 16px;
  }

  .home-premium .hp-section-head__title,
  .home-premium .hp-more__title,
  .home-premium .hp-simple__title{
    font-size: 24px;
  }

  .home-premium .newsletter-card{
    padding: 32px 20px;
  }

  .home-premium .newsletter-title{
    font-size: 28px;
  }

  .home-premium .newsletter-form{
    flex-direction: column;
    align-items: stretch;
  }

.home-premium .newsletter-input,
.home-premium .newsletter-btn{
  width: 100%;
}
}

/* ==========================================
   Frontend Polish Pass
   ========================================== */

.home-premium .hp-layout{
  row-gap: 28px;
  padding-top: clamp(78px, 7vw, 108px);
  padding-bottom: clamp(78px, 7vw, 108px);
}

.home-premium .hp-layout__content > section{
  margin-bottom: clamp(72px, 7vw, 104px);
}

.home-premium .hp-layout__content > section + section::before{
  top: -42px;
  opacity: 0.72;
}

.home-premium .hp-hero{
  padding: 18px 0 12px;
}

.home-premium .hp-hero__layout{
  gap: clamp(24px, 3vw, 34px);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.home-premium .hp-hero__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.home-premium .hp-hero__media-shell{
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.home-premium .hp-hero__title{
  max-width: 14ch;
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.home-premium .hp-hero__excerpt{
  max-width: 57ch;
  margin-bottom: 18px;
  color: #5f6b7a;
}

.home-premium .hp-hero__meta{
  margin-bottom: 18px;
}

.home-premium .hp-hero__read-link{
  min-width: 190px;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 10px 24px rgba(243, 107, 43, 0.24);
}

.home-premium .hp-top-stories{
  padding-top: 18px;
}

.home-premium .hp-top-story,
.home-premium .hp-feature-card,
.home-premium .hp-edit-card,
.home-premium .hp-simple-card,
.home-premium .hp-more-card,
.home-premium .hp-category-lane__lead,
.home-premium .hp-widget{
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.home-premium .hp-top-story__headline,
.home-premium .hp-feature-card__title,
.home-premium .hp-feature-card__small-title,
.home-premium .hp-edit-card__title,
.home-premium .hp-simple-card__title,
.home-premium .hp-more-card__title,
.home-premium .hp-category-lane__lead-title,
.home-premium .hp-category-lane__support-title{
  text-wrap: balance;
}

.home-premium .hp-sidebar{
  align-self: start;
  gap: 20px;
}

.home-premium .hp-continue__grid{
  align-items: stretch;
}

.home-premium .hp-continue-story{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-premium .hp-continue-story__title{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-premium .hp-continue-story__meta{
  margin-top: auto;
}

.home-premium .hp-top-story{
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: stretch;
}

.home-premium .hp-top-story__body{
  min-width: 0;
  justify-content: flex-start;
}

.home-premium .hp-top-story__headline{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-premium .hp-top-story__meta{
  margin-top: auto;
}

.home-premium .hp-secondary__grid{
  align-items: stretch;
}

.home-premium .hp-secondary__stack{
  display: grid;
  gap: 18px;
  grid-auto-rows: minmax(0, 1fr);
}

.home-premium .hp-feature-card--large{
  overflow: hidden;
}

.home-premium .hp-feature-card--small{
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
  min-height: 100%;
}

.home-premium .hp-feature-card__thumb{
  aspect-ratio: auto;
  height: 100%;
  min-height: 124px;
}

.home-premium .hp-feature-card__content{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-premium .hp-feature-card__small-title{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-premium .hp-feature-card__small-meta{
  margin-top: auto;
}

.home-premium .hp-widget{
  padding: 22px;
  border-color: rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.home-premium .hp-inline-ad,
.home-premium .hp-widget--ad{
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-premium .hp-inline-ad .et-ad-slot,
.home-premium .hp-widget--ad .et-ad-slot{
  padding: 18px;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.home-premium .hp-widget-newsletter__form{
  gap: 12px;
}

.home-premium .hp-widget-newsletter__form input,
.home-premium .hp-widget-newsletter__form button,
.home-premium .newsletter-input,
.home-premium .newsletter-btn{
  min-height: 48px;
}

.home-premium .newsletter-card{
  padding: clamp(34px, 5vw, 48px);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(8, 15, 29, 0.16);
}

.home-premium .newsletter-form{
  gap: 12px;
  align-items: stretch;
}

.home-premium .newsletter-form__status,
.home-premium .newsletter-form__status:empty,
.home-premium .hp-widget-newsletter__status,
.home-premium .hp-widget-newsletter__status:empty{
  min-height: 1.5em;
}

.home-premium :is(a, button, input, textarea, select):focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 116, 165, 0.14), 0 0 0 6px rgba(243, 107, 43, 0.12);
}

.home-premium .hp-hero__read-link:focus-visible{
  box-shadow: 0 0 0 4px rgba(34, 116, 165, 0.16), 0 10px 24px rgba(243, 107, 43, 0.24);
}

.home-premium.is-animating .hp-hero__media-shell,
.home-premium.is-animating .hp-hero__label,
.home-premium.is-animating .hp-hero__title,
.home-premium.is-animating .hp-hero__excerpt,
.home-premium.is-animating .hp-hero__meta,
.home-premium.is-animating .hp-hero__read-link{
  opacity: 1;
  transform: none;
}

.home-premium.is-animated .hp-hero__media-shell,
.home-premium.is-animated .hp-hero__label,
.home-premium.is-animated .hp-hero__title,
.home-premium.is-animated .hp-hero__excerpt,
.home-premium.is-animated .hp-hero__meta,
.home-premium.is-animated .hp-hero__read-link{
  animation: none;
}

@media (max-width: 1199px){
  .home-premium .hp-layout{
    row-gap: 24px;
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .home-premium .hp-sidebar{
    max-width: 700px;
  }

  .home-premium .hp-hero__layout{
    padding: 28px 26px;
  }

  .home-premium .hp-top-story{
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .home-premium .hp-feature-card--small{
    grid-template-columns: 124px minmax(0, 1fr);
  }
}

@media (max-width: 767px){
  .home-premium .hp-layout__content > section{
    margin-bottom: 56px;
  }

  .home-premium .hp-layout__content > section + section::before{
    top: -30px;
  }

  .home-premium .hp-hero{
    padding-top: 10px;
  }

  .home-premium .hp-hero__title{
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .home-premium .hp-top-story{
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .home-premium .hp-feature-card--small{
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .home-premium .hp-feature-card__thumb{
    min-height: 96px;
  }

  .home-premium .hp-top-story__headline{
    font-size: 16px;
  }

  .home-premium .hp-widget{
    padding: 18px;
    border-radius: 14px;
  }

  .home-premium .newsletter-card{
    padding: 30px 18px;
  }
}

/* ==========================================
   Homepage Redesign: Editorial Front Page
   ========================================== */

.home-premium.hp-home{
  --hp-bg: #f7fafc;
  --hp-surface: rgba(255,255,255,0.92);
  --hp-surface-strong: #ffffff;
  --hp-surface-muted: #eef3f8;
  --hp-text: #0f172a;
  --hp-muted: #5f6b7a;
  --hp-line: rgba(15,23,42,0.08);
  --hp-line-strong: rgba(15,23,42,0.14);
  --hp-shadow: 0 22px 58px rgba(15,23,42,0.1);
  --hp-shadow-hover: 0 28px 72px rgba(15,23,42,0.16);
  --hp-orange: #f36b2b;
  --hp-blue: #2274a5;
  --hp-space-1: 8px;
  --hp-space-2: 12px;
  --hp-space-3: 16px;
  --hp-space-4: 24px;
  --hp-space-5: 32px;
  --hp-radius-xs: 14px;
  --hp-radius-sm: 18px;
  --hp-radius-md: 20px;
  --hp-radius-lg: 24px;
  --hp-radius-xl: 28px;
  --hp-elevation-1: 0 10px 24px rgba(15,23,42,0.08);
  --hp-elevation-2: 0 18px 40px rgba(15,23,42,0.12);
  --hp-elevation-3: 0 24px 54px rgba(15,23,42,0.16);
  --hp-card-transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease;
  background:
    radial-gradient(circle at 14% 30%, rgba(243,107,43,0.14), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(34,116,165,0.16), transparent 30%),
    radial-gradient(circle at 54% 56%, rgba(34,116,165,0.05), transparent 42%),
    linear-gradient(180deg, #fcfeff 0%, #f7fafc 44%, #f4f8fb 100%);
  color: var(--hp-text);
}

html[data-theme="dark"] .home-premium.hp-home{
  --hp-bg: #08111f;
  --hp-surface: rgba(12,18,32,0.9);
  --hp-surface-strong: #0d1526;
  --hp-surface-muted: #101b2d;
  --hp-text: #f8fafc;
  --hp-muted: rgba(226,232,240,0.74);
  --hp-line: rgba(255,255,255,0.1);
  --hp-line-strong: rgba(255,255,255,0.18);
  --hp-shadow: 0 24px 60px rgba(0,0,0,0.32);
  --hp-shadow-hover: 0 28px 72px rgba(0,0,0,0.42);
  --hp-elevation-1: 0 12px 28px rgba(0,0,0,0.24);
  --hp-elevation-2: 0 20px 46px rgba(0,0,0,0.34);
  --hp-elevation-3: 0 28px 62px rgba(0,0,0,0.42);
  background:
    radial-gradient(circle at top left, rgba(34,116,165,0.24), transparent 38%),
    radial-gradient(circle at top right, rgba(243,107,43,0.16), transparent 26%),
    linear-gradient(180deg, #07111f 0%, #0b1528 36%, #09111f 100%);
}

.home-premium.hp-home .hp-shell{
  width: min(1360px, calc(100% - 64px));
}

.home-premium.hp-home .hp-home-section{
  position: relative;
  padding: clamp(40px, 5vw, 72px) 0;
}

.home-premium.hp-home .hp-live-ticker{
  display: flex;
  margin-bottom: clamp(4px, 0.8vw, 8px);
}

.home-premium.hp-home :is(h1, h2, h3, h4){
  color: var(--hp-text);
  text-wrap: balance;
  letter-spacing: -0.04em;
}

.home-premium.hp-home p{
  color: var(--hp-muted);
}

.home-premium.hp-home a{
  color: inherit;
  text-decoration: none;
}

.home-premium.hp-home img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-premium.hp-home .hp-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.home-premium.hp-home .hp-badge--glass{
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.home-premium.hp-home .hp-badge--small{
  padding: 8px 12px;
  font-size: 11px;
}

.home-premium.hp-home .hp-badge--soft{
  color: var(--hp-orange);
  border: 1px solid rgba(243,107,43,0.15);
  background: rgba(243,107,43,0.08);
}

.home-premium.hp-home .hp-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(95,107,122,0.92);
}

.home-premium.hp-home .hp-meta--light{
  color: rgba(255,255,255,0.88);
}

.home-premium.hp-home .hp-home-section__head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.home-premium.hp-home .hp-home-section__copy{
  max-width: 720px;
}

.home-premium.hp-home .hp-home-section__eyebrow,
.home-premium.hp-home .hp-topic-block__eyebrow,
.home-premium.hp-home .hp-hero-feature__eyebrow{
  margin: 0 0 14px;
  color: var(--hp-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-home-section__title{
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.02;
}

.home-premium.hp-home .hp-home-section__subtitle{
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.62;
}

.home-premium.hp-home .hp-home-section__link,
.home-premium.hp-home .hp-topic-block__link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--hp-line);
  background: rgba(255,255,255,0.82);
  color: var(--hp-text);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15,23,42,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-premium.hp-home .hp-home-section__link:hover,
.home-premium.hp-home .hp-topic-block__link:hover{
  transform: translateY(-2px);
  border-color: rgba(243,107,43,0.28);
  box-shadow: 0 16px 34px rgba(15,23,42,0.12);
}

.home-premium.hp-home .hp-home-hero{
  position: relative;
  padding: clamp(4px, 1vw, 10px) 0 18px;
  overflow: visible;
}

.home-premium.hp-home .hp-home-hero__frame{
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

html[data-theme="dark"] .home-premium.hp-home .hp-home-hero__frame{
  background: transparent;
  box-shadow: none;
}

.home-premium.hp-home .hp-home-hero__frame::before{
  content: "";
  position: absolute;
  inset: auto auto -12% -6%;
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243,107,43,0.14), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.home-premium.hp-home .hp-home-hero__frame::after{
  content: "";
  position: absolute;
  inset: -10% -6% auto auto;
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,116,165,0.1), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.home-premium.hp-home .hp-home-hero__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.92fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.home-premium.hp-home .hp-home-hero__main{
  display: grid;
  gap: 12px;
}

.home-premium.hp-home .hp-hero-feature{
  width: 100%;
}

.home-premium.hp-home .hp-hero-feature__link{
  position: relative;
  display: block;
  min-height: clamp(330px, 34vw, 410px);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #7787e7 0%, #8595ef 100%);
  box-shadow: 0 16px 36px rgba(15,23,42,0.12);
}

.home-premium.hp-home .hp-hero-feature__link::before,
.home-premium.hp-home .hp-hero-mini-card__link::before,
.home-premium.hp-home .hp-rail-card__link::before{
  content: none;
}

.home-premium.hp-home .hp-hero-feature__image,
.home-premium.hp-home .hp-hero-mini-card__image,
.home-premium.hp-home .hp-rail-card__image{
  position: absolute;
  inset: 0;
  opacity: 1;
  filter: none;
  transition: transform 0.5s ease;
}

.home-premium.hp-home .hp-signal-card__image,
.home-premium.hp-home .hp-story-lead__image,
.home-premium.hp-home .hp-story-compact__image,
.home-premium.hp-home .hp-topic-feature__image,
.home-premium.hp-home .hp-topic-list__image,
.home-premium.hp-home .hp-latest-card__image{
  transition: transform 0.5s ease;
}

.home-premium.hp-home :is(.hp-hero-feature__image--placeholder, .hp-hero-mini-card__image--placeholder, .hp-rail-card__image--placeholder){
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: none;
  background: linear-gradient(135deg, #7887e7 0%, #8595ef 100%);
}

.home-premium.hp-home .hp-hero-feature__overlay{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: clamp(22px, 2.6vw, 30px);
  background: linear-gradient(180deg, rgba(10,16,28,0.02) 18%, rgba(10,16,28,0.16) 56%, rgba(10,16,28,0.58) 100%);
  z-index: 2;
}

.home-premium.hp-home .hp-hero-tag,
.home-premium.hp-home .hp-hero-mini-card__tag{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(243,107,43,0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-hero-feature__content{
  display: grid;
  gap: 10px;
  justify-items: start;
  max-width: min(720px, 84%);
  min-width: 0;
  position: relative;
  z-index: 3;
}

.home-premium.hp-home .hp-hero-feature__title{
  margin: 0;
  max-width: 15ch;
  color: #fff;
  font-size: clamp(1.9rem, 2.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: pretty;
}

.home-premium.hp-home .hp-hero-feature__excerpt{
  margin: 0;
  max-width: 52ch;
  color: rgba(255,255,255,0.9);
  font-size: clamp(0.94rem, 1.02vw, 1.02rem);
  line-height: 1.42;
}

.home-premium.hp-home .hp-hero-feature:hover .hp-hero-feature__image{
  transform: scale(1.02);
}

.home-premium.hp-home .hp-hero-mini-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-premium.hp-home .hp-hero-mini-card__link{
  position: relative;
  display: block;
  min-height: 146px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #7887e7 0%, #8595ef 100%);
  box-shadow: 0 12px 28px rgba(15,23,42,0.1);
}

.home-premium.hp-home .hp-hero-mini-card__scrim{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(10,16,28,0.04) 12%, rgba(10,16,28,0.54) 100%);
}

.home-premium.hp-home .hp-hero-mini-card__content{
  position: absolute;
  inset: auto 16px 14px 16px;
  display: grid;
  gap: 8px;
  z-index: 3;
}

.home-premium.hp-home .hp-hero-mini-card__title{
  margin: 0;
  max-width: 17ch;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  font-weight: 800;
  line-height: 1.18;
}

.home-premium.hp-home .hp-hero-panel{
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(15,23,42,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.9) 100%);
  box-shadow: 0 14px 34px rgba(15,23,42,0.1);
  align-self: stretch;
  height: 100%;
}

.home-premium.hp-home .hp-hero-panel__head{
  display: grid;
  gap: 0;
  padding: 4px 6px 6px;
  margin-bottom: 2px;
}

.home-premium.hp-home .hp-hero-panel__eyebrow{
  margin: 0;
  color: var(--hp-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}

.home-premium.hp-home .hp-hero-panel__title{
  margin: 0;
  color: var(--hp-text);
  font-size: clamp(1.45rem, 1.7vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: none;
  white-space: nowrap;
}

.home-premium.hp-home .hp-hero-panel__title-accent{
  color: var(--hp-orange);
}

.home-premium.hp-home .hp-hero-panel__list{
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-height: 0;
  padding-top: 2px;
}

.home-premium.hp-home .hp-rail-card__link{
  position: relative;
  display: block;
  min-height: 118px;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #7887e7 0%, #8595ef 100%);
}

.home-premium.hp-home .hp-rail-card__scrim{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(10,16,28,0.05) 12%, rgba(10,16,28,0.58) 100%);
}

.home-premium.hp-home .hp-rail-card__content{
  position: absolute;
  inset: auto 16px 14px 16px;
  display: grid;
  gap: 6px;
  z-index: 3;
}

.home-premium.hp-home .hp-rail-card__tag{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 24px rgba(10,16,28,0.16);
  color: #fff3e9;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-rail-card__title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  max-width: 20ch;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.18;
}

.home-premium.hp-home .hp-rail-card:hover .hp-rail-card__image{
  transform: scale(1.02);
}

.home-premium.hp-home .hp-topic-pills{
  display: none;
}

.home-premium.hp-home .hp-topic-pills__label{
  margin: 0;
  color: var(--hp-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-topic-pills__list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-premium.hp-home .hp-topic-pills__link{
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--hp-line);
  background: rgba(255,255,255,0.8);
  color: var(--hp-text);
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.home-premium.hp-home .hp-topic-pills__link:hover{
  transform: translateY(-2px);
  color: var(--hp-orange);
  border-color: rgba(243,107,43,0.25);
  box-shadow: 0 14px 28px rgba(15,23,42,0.08);
}

.home-premium.hp-home .hp-signals{
  background: linear-gradient(145deg, #09111f 0%, #13233b 100%);
}

.home-premium.hp-home .hp-signals :is(.hp-home-section__title, .hp-home-section__link, .hp-home-section__eyebrow, .hp-signal-card__title){
  color: #fff;
}

.home-premium.hp-home .hp-signals .hp-home-section__subtitle{
  color: rgba(255,255,255,0.72);
}

.home-premium.hp-home .hp-signals .hp-home-section__link{
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  box-shadow: none;
}

.home-premium.hp-home .hp-signals__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-premium.hp-home .hp-signal-card{
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-premium.hp-home .hp-signal-card__link,
.home-premium.hp-home .hp-story-lead__link,
.home-premium.hp-home .hp-story-compact__link,
.home-premium.hp-home .hp-topic-feature__link,
.home-premium.hp-home .hp-topic-list__link,
.home-premium.hp-home .hp-explained-card__link,
.home-premium.hp-home .hp-latest-card__link{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-premium.hp-home .hp-signal-card__media{
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.home-premium.hp-home .hp-signal-card__body{
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.home-premium.hp-home .hp-signal-card__title{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.22;
}

.home-premium.hp-home .hp-signal-card__excerpt{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.58;
}

.home-premium.hp-home .hp-signals .hp-meta{
  margin-top: auto;
  color: rgba(255,255,255,0.62);
}

.home-premium.hp-home .hp-signal-card:hover,
.home-premium.hp-home .hp-story-lead:hover,
.home-premium.hp-home .hp-story-compact:hover,
.home-premium.hp-home .hp-topic-block:hover,
.home-premium.hp-home .hp-latest-card:hover,
.home-premium.hp-home .hp-explained-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15,23,42,0.12);
}

.home-premium.hp-home .hp-signal-card:hover .hp-signal-card__image,
.home-premium.hp-home .hp-story-lead:hover .hp-story-lead__image,
.home-premium.hp-home .hp-story-compact:hover .hp-story-compact__image,
.home-premium.hp-home .hp-topic-feature:hover .hp-topic-feature__image,
.home-premium.hp-home .hp-topic-list__item:hover .hp-topic-list__image,
.home-premium.hp-home .hp-latest-card:hover .hp-latest-card__image{
  transform: scale(1.03);
}

.home-premium.hp-home .hp-story-split__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.98fr);
  gap: 20px;
  align-items: stretch;
}

.home-premium.hp-home .hp-story-split .hp-home-section__copy{
  max-width: 980px;
}

.home-premium.hp-home .hp-story-split .hp-home-section__subtitle{
  max-width: 78ch;
}

.home-premium.hp-home .hp-story-side{
  display: grid;
  align-content: start;
  gap: 12px;
  height: 100%;
}

.home-premium.hp-home .hp-story-lead,
.home-premium.hp-home .hp-latest-card,
.home-premium.hp-home .hp-topic-block{
  border-radius: 24px;
  border: 1px solid var(--hp-line);
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-premium.hp-home .hp-story-lead{
  height: 100%;
  border-color: rgba(15,23,42,0.08);
  background: linear-gradient(180deg, var(--hp-surface-strong) 0%, var(--hp-surface) 100%);
  box-shadow: 0 22px 48px rgba(15,23,42,0.1);
}

.home-premium.hp-home .hp-story-lead__link{
  height: 100%;
}

.home-premium.hp-home .hp-story-lead__media{
  aspect-ratio: 16 / 6.9;
  overflow: hidden;
}

.home-premium.hp-home .hp-story-lead__body,
.home-premium.hp-home .hp-latest-card__body{
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: clamp(14px, 1.35vw, 17px);
}

.home-premium.hp-home .hp-story-lead__title{
  margin: 0;
  max-width: 24ch;
  font-size: clamp(1.38rem, 1.55vw, 1.72rem);
  font-weight: 800;
  line-height: 1.06;
}

.home-premium.hp-home .hp-story-lead__excerpt{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.42;
  max-width: 58ch;
  min-height: calc(1.42em * 2);
}

.home-premium.hp-home .hp-story-stack{
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  height: 100%;
}

.home-premium.hp-home .hp-story-compact{
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,0.08);
  background: var(--hp-surface-strong);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-premium.hp-home .hp-story-compact__link{
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  height: 100%;
  min-height: 100%;
  align-items: stretch;
}

.home-premium.hp-home .hp-story-compact__media{
  display: block;
  min-height: 124px;
  overflow: hidden;
}

.home-premium.hp-home .hp-story-compact__body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 124px;
  padding: 11px 14px;
}

.home-premium.hp-home .hp-story-compact__category,
.home-premium.hp-home .hp-topic-list__category,
.home-premium.hp-home .hp-explained-card__category{
  color: var(--hp-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-story-compact__category{
  display: inline-block;
  padding: 0;
  background: transparent;
  color: var(--hp-orange);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.home-premium.hp-home .hp-story-compact__title,
.home-premium.hp-home .hp-topic-list__title,
.home-premium.hp-home .hp-latest-card--compact .hp-latest-card__title{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.22;
}

.home-premium.hp-home .hp-story-compact__excerpt{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.45;
  min-height: calc(1.45em * 2);
}

.home-premium.hp-home .hp-topic-list__excerpt{
  margin: 0;
  display: none;
}

.home-premium.hp-home .hp-story-compact .hp-meta{
  margin-top: auto;
  font-size: 12px;
}

.home-premium.hp-home .hp-topic-blocks__stack{
  display: grid;
  gap: 18px;
}

.home-premium.hp-home .hp-topic-block{
  position: relative;
  padding: clamp(16px, 1.7vw, 20px);
  border-radius: 24px;
  border-color: rgba(15,23,42,0.06);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 12px 28px rgba(15,23,42,0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-premium.hp-home .hp-topic-block::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--hp-accent-start), var(--hp-accent-end));
}

.home-premium.hp-home .hp-topic-block__head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.home-premium.hp-home .hp-topic-block__title{
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  font-weight: 800;
  line-height: 1.08;
}

.home-premium.hp-home .hp-topic-block__eyebrow{
  margin-bottom: 8px;
  color: rgba(243,107,43,0.88);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-topic-block__summary{
  margin: 8px 0 0;
  max-width: 72ch;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15,23,42,0.76);
}

.home-premium.hp-home .hp-topic-block__link{
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  font-size: 12px;
  font-weight: 700;
}

.home-premium.hp-home .hp-topic-block__link:hover{
  border-color: rgba(15,23,42,0.12);
}

.home-premium.hp-home .hp-topic-block__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.56fr) minmax(280px, 0.92fr);
  gap: 20px;
  align-items: stretch;
}

.home-premium.hp-home .hp-topic-feature{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 430px;
  background: #0f172a;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
}

.home-premium.hp-home .hp-topic-feature::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0.05) 0%, rgba(15,23,42,0.18) 28%, rgba(15,23,42,0.6) 100%);
  pointer-events: none;
}

.home-premium.hp-home .hp-topic-feature__link{
  display: block;
  height: 100%;
}

.home-premium.hp-home .hp-topic-feature__media{
  position: absolute;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
  background: #0f172a;
}

.home-premium.hp-home .hp-topic-feature__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s cubic-bezier(0.2,0.6,0.2,1);
}

.home-premium.hp-home .hp-topic-feature__body{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  min-height: 46%;
  padding: clamp(24px, 2.5vw, 32px);
  background: linear-gradient(180deg, rgba(15,23,42,0.02) 0%, rgba(15,23,42,0.82) 100%);
}

.home-premium.hp-home .hp-topic-feature__body .hp-badge{
  align-self: flex-start;
  background: rgba(255,255,255,0.14);
  color: #fff;
  border-color: rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
}

.home-premium.hp-home .hp-topic-feature__title,
.home-premium.hp-home .hp-latest-card--featured .hp-latest-card__title{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(2.1rem, 3.15vw, 3rem);
  font-weight: 800;
  line-height: 1.06;
  color: #fff;
  text-shadow: 0 20px 35px rgba(15,23,42,0.28);
  max-width: 72%;
}

.home-premium.hp-home .hp-topic-feature__excerpt,
.home-premium.hp-home .hp-latest-card__excerpt{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.86);
  max-width: 68%;
}

.home-premium.hp-home .hp-topic-feature__excerpt + .hp-meta{
  margin-top: 4px;
}

.home-premium.hp-home .hp-topic-feature__title + .hp-meta,
.home-premium.hp-home .hp-topic-feature__excerpt + .hp-meta{
  color: rgba(255,255,255,0.74);
  font-size: 13px;
}

.home-premium.hp-home .hp-topic-feature:hover .hp-topic-feature__image{
  transform: scale(1.02);
}

.home-premium.hp-home .hp-topic-list{
  display: grid;
  gap: 14px;
  height: 100%;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.home-premium.hp-home .hp-topic-list__item{
  position: relative;
  display: grid;
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 32px rgba(15,23,42,0.07);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-premium.hp-home .hp-topic-list__item:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(15,23,42,0.12);
  border-color: rgba(15,23,42,0.14);
}

.home-premium.hp-home .hp-topic-list__item::before{
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--hp-accent-start), var(--hp-accent-end));
}

.home-premium.hp-home .hp-topic-list__link{
  display: block;
  min-height: 100%;
  height: 100%;
}

.home-premium.hp-home .hp-topic-list__media{
  display: none;
}

.home-premium.hp-home .hp-topic-list__body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-height: 116px;
  padding: 20px 18px 20px 22px;
}

.home-premium.hp-home .hp-topic-list__category{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(243,107,43,0.12);
  color: #f36b2b;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-premium.hp-home .hp-topic-list__title{
  margin: 0;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 760;
  color: #0f172a;
}

.home-premium.hp-home .hp-topic-list__excerpt{
  display: none;
}

.home-premium.hp-home .hp-topic-list .hp-meta{
  font-size: 12px;
  color: rgba(95,107,122,0.82);
}

.home-premium.hp-home .hp-explained .hp-simple__header{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.home-premium.hp-home .hp-simple__track.hp-explained__creative-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  align-items: start;
  overflow-x: visible;
  padding-bottom: 0;
}

.home-premium.hp-home .hp-explained-card--hero{
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  min-height: 480px;
}

.home-premium.hp-home .hp-explained-card--hero .hp-explained-card__link{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 32px;
  height: 100%;
}

.home-premium.hp-home .hp-explained-card__hero-content{
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.home-premium.hp-home .hp-explained-card__hero-tag{
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hp-orange);
  width: fit-content;
}

.home-premium.hp-home .hp-explained-card__hero-title{
  margin: 0;
  font-size: clamp(1.6rem, 4.2vw, 2.1rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.home-premium.hp-home .hp-explained-card__hero-excerpt{
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.58;
  color: rgba(95, 107, 122, 0.95);
}

.home-premium.hp-home .hp-explained-card__hero-meta{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 13px;
  color: rgba(95, 107, 122, 0.78);
}

.home-premium.hp-home .hp-explained-card__hero-icon{
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 64px;
  height: 64px;
  opacity: 0.15;
  color: var(--hp-blue);
}

.home-premium.hp-home .hp-explained__grid-secondary{
  grid-column: 3 / 5;
  grid-row: 1 / 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 16px;
}

.home-premium.hp-home .hp-explained-card--grid-item:nth-child(1){
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.home-premium.hp-home .hp-explained-card--grid-item:nth-child(2){
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  min-height: 320px;
}

.home-premium.hp-home .hp-explained-card--grid-item:nth-child(3){
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.home-premium.hp-home .hp-explained-card--grid-item:nth-child(4){
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.home-premium.hp-home .hp-explained-card--grid-item:nth-child(n+5){
  grid-column: 1 / 3;
  grid-row: auto;
}

.home-premium.hp-home .hp-simple__track{
  display: grid;  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 340px);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.home-premium.hp-home .hp-explained-card{
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(34,116,165,0.12);
  background: linear-gradient(180deg, var(--hp-surface-strong) 0%, var(--hp-surface) 100%);
  box-shadow: 0 14px 30px rgba(15,23,42,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-premium.hp-home .hp-explained-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2274A5 0%, #F36B2B 100%);
}

.home-premium.hp-home .hp-explained-card:nth-child(3n + 2)::before{
  background: linear-gradient(90deg, #F36B2B 0%, #2274A5 100%);
}

.home-premium.hp-home .hp-explained-card:nth-child(3n + 3)::before{
  background: linear-gradient(90deg, rgba(34,116,165,0.72) 0%, rgba(243,107,43,0.72) 100%);
}

.home-premium.hp-home .hp-explained-card__link{
  padding: 20px 18px 18px;
}

.home-premium.hp-home .hp-explained-card--featured{
  min-height: 520px;
}

.home-premium.hp-home .hp-explained-card--compact{
  min-height: 240px;
}

.home-premium.hp-home .hp-explained-card--support-row{
  min-width: 240px;
}

.home-premium.hp-home .hp-explained-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.home-premium.hp-home .hp-explained-card__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--hp-blue);
  border: 1px solid rgba(34,116,165,0.12);
  background: rgba(34,116,165,0.08);
}

.home-premium.hp-home .hp-explained-card__icon svg{
  width: 24px;
  height: 24px;
}

.home-premium.hp-home .hp-explained-card__badge{
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(243,107,43,0.12);
  background: rgba(243,107,43,0.08);
  color: var(--hp-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-explained-card__body{
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.home-premium.hp-home .hp-explained-card__title{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.22;
}

.home-premium.hp-home .hp-explained-card__excerpt{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.58;
}

.home-premium.hp-home .hp-explained-card .hp-meta{
  margin-top: auto;
  padding-top: 4px;
}

/* === CONNECTED EXPLAINER HUB === */
.home-premium.hp-home .hp-explained__head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.home-premium.hp-home .hp-explained .hp-home-section__copy{
  max-width: 920px;
}

.home-premium.hp-home .hp-explained .hp-home-section__subtitle{
  max-width: 76ch;
  color: rgba(95,107,122,0.92);
}

.home-premium.hp-home .hp-explained__hub{
  --hub-support-gap: 22px;
  position: relative;
  padding: clamp(28px, 3vw, 40px);
  border-radius: 36px;
  border: 1px solid rgba(15,23,42,0.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.975) 100%);
  box-shadow: 0 22px 56px rgba(15,23,42,0.07), inset 0 1px 0 rgba(255,255,255,0.72);
  overflow: hidden;
}

.home-premium.hp-home .hp-explained__hub::before,
.home-premium.hp-home .hp-explained__hub::after{
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-premium.hp-home .hp-explained__hub::before{
  top: -170px;
  left: -100px;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(243,107,43,0.12) 0%, rgba(243,107,43,0) 74%);
}

.home-premium.hp-home .hp-explained__hub::after{
  right: -140px;
  bottom: -190px;
  width: 390px;
  height: 390px;
  background: radial-gradient(circle, rgba(34,116,165,0.13) 0%, rgba(34,116,165,0) 72%);
}

.home-premium.hp-home .hp-explained__feature-shell{
  position: relative;
  z-index: 1;
  max-width: 992px;
  margin: 0 auto;
  padding: 1.25px;
  border-radius: 30px;
  background: linear-gradient(120deg, rgba(243,107,43,0.92) 0%, rgba(225,115,77,0.88) 34%, rgba(34,116,165,0.9) 100%);
  box-shadow: 0 22px 52px rgba(15,23,42,0.14);
}

.home-premium.hp-home .hp-explained__feature-shell::before,
.home-premium.hp-home .hp-explained__feature-shell::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}

.home-premium.hp-home .hp-explained__feature-shell::before{
  left: -72px;
  background:
    radial-gradient(circle, rgba(243,107,43,0.96) 0 48%, transparent 52%) left center / 16px 16px no-repeat,
    linear-gradient(90deg, rgba(243,107,43,0.94), rgba(243,107,43,0.22)) 14px center / calc(100% - 14px) 4px no-repeat;
}

.home-premium.hp-home .hp-explained__feature-shell::after{
  right: -72px;
  background:
    radial-gradient(circle, rgba(34,116,165,0.96) 0 48%, transparent 52%) right center / 16px 16px no-repeat,
    linear-gradient(90deg, rgba(34,116,165,0.22), rgba(34,116,165,0.94)) left center / calc(100% - 14px) 4px no-repeat;
}

.home-premium.hp-home .hp-explained__feature-link{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  min-height: 346px;
  border-radius: 29px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(140deg, #101c2f 0%, #16263d 46%, #101a2b 100%);
  isolation: isolate;
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.home-premium.hp-home .hp-explained__feature-link::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 24%),
    radial-gradient(circle at 17% 22%, rgba(243,107,43,0.13), transparent 30%),
    radial-gradient(circle at 78% 78%, rgba(34,116,165,0.16), transparent 34%);
  pointer-events: none;
  z-index: 0;
}

.home-premium.hp-home .hp-explained__feature-link:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 56px rgba(8,15,28,0.18);
}

.home-premium.hp-home .hp-explained__feature-copy,
.home-premium.hp-home .hp-explained__feature-media{
  position: relative;
  z-index: 1;
}

.home-premium.hp-home .hp-explained__feature-copy{
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  padding: clamp(30px, 3.2vw, 44px) clamp(30px, 3.1vw, 46px) clamp(28px, 2.9vw, 38px);
}

.home-premium.hp-home .hp-explained__feature-kickers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.home-premium.hp-home .hp-explained__badge,
.home-premium.hp-home .hp-explained__feature-topic,
.home-premium.hp-home .hp-explained__support-label,
.home-premium.hp-home .hp-explained__feature-media-label{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-explained__badge{
  border: 1px solid rgba(243,107,43,0.3);
  background: rgba(243,107,43,0.13);
  color: #ffb58f;
}

.home-premium.hp-home .hp-explained__feature-topic{
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.07);
  color: rgba(255,250,236,0.92);
}

.home-premium.hp-home .hp-explained__feature-title{
  margin: 0;
  max-width: 14.2ch;
  color: #fff;
  font-size: clamp(1.9rem, 2.62vw, 2.92rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.home-premium.hp-home .hp-explained__feature-excerpt{
  margin: 0;
  max-width: 39ch;
  color: rgba(232,239,245,0.88);
  font-size: 14.5px;
  line-height: 1.68;
}

.home-premium.hp-home .hp-explained__feature-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 4px;
}

.home-premium.hp-home .hp-explained__feature-meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: rgba(220,230,240,0.84);
  font-size: 12.5px;
}

.home-premium.hp-home .hp-explained__feature-meta-label{
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(255,250,236,0.82);
}

.home-premium.hp-home .hp-explained__feature-meta-divider{
  opacity: 0.6;
}

.home-premium.hp-home .hp-explained__reading-time{
  font-weight: 600;
}

.home-premium.hp-home .hp-explained__cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 17px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.09);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(7,12,22,0.12);
  backdrop-filter: blur(10px);
}

.home-premium.hp-home .hp-explained__feature-media{
  min-height: 100%;
  background-color: #101b2d;
  background-size: cover;
  background-position: center;
  border-inline-start: 1px solid rgba(255,255,255,0.06);
}

.home-premium.hp-home .hp-explained__feature-media::before,
.home-premium.hp-home .hp-explained__feature-media::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-premium.hp-home .hp-explained__feature-media::before{
  background:
    linear-gradient(90deg, rgba(16,28,46,0.48) 0%, rgba(16,28,46,0.26) 12%, rgba(16,28,46,0.1) 34%, rgba(16,28,46,0.05) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at 22% 18%, rgba(255,255,255,0.16), transparent 26%);
}

.home-premium.hp-home .hp-explained__feature-media::after{
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.home-premium.hp-home .hp-explained__feature-media-label{
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(12,20,33,0.28);
  color: rgba(255,250,236,0.92);
  backdrop-filter: blur(12px);
}

.home-premium.hp-home .hp-explained__network{
  position: relative;
  z-index: 0;
  height: 82px;
  margin: 6px auto 10px;
}

.home-premium.hp-home .hp-explained__network::before,
.home-premium.hp-home .hp-explained__network::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.home-premium.hp-home .hp-explained__network::before{
  top: -1px;
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, rgba(243,107,43,0.68) 0%, rgba(34,116,165,0.66) 100%);
}

.home-premium.hp-home .hp-explained__network::after{
  left: calc((100% - (var(--hub-support-gap) * 2)) / 6);
  right: calc((100% - (var(--hub-support-gap) * 2)) / 6);
  bottom: 24px;
  width: auto;
  height: 1px;
  transform: none;
  background: linear-gradient(90deg, rgba(243,107,43,0.54) 0%, rgba(215,148,112,0.58) 45%, rgba(34,116,165,0.56) 100%);
}

.home-premium.hp-home .hp-explained__network-node{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 5px rgba(255,255,255,0.88), 0 8px 18px rgba(15,23,42,0.1);
}

.home-premium.hp-home .hp-explained__network-node--lead{
  top: 0;
  left: 50%;
  background: linear-gradient(135deg, #f36b2b 0%, #2274A5 100%);
}

.home-premium.hp-home .hp-explained__network-node--left,
.home-premium.hp-home .hp-explained__network-node--middle,
.home-premium.hp-home .hp-explained__network-node--right{
  top: calc(100% - 24px);
}

.home-premium.hp-home .hp-explained__network-node--left{
  left: calc((100% - (var(--hub-support-gap) * 2)) / 6);
  background: #f36b2b;
}

.home-premium.hp-home .hp-explained__network-node--middle{
  left: 50%;
  background: linear-gradient(135deg, #f36b2b 0%, #2274A5 100%);
}

.home-premium.hp-home .hp-explained__network-node--right{
  left: calc(100% - ((100% - (var(--hub-support-gap) * 2)) / 6));
  background: #2274A5;
}

.home-premium.hp-home .hp-explained__support-grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hub-support-gap);
}

.home-premium.hp-home .hp-explained__support-card{
  position: relative;
  min-width: 0;
}

.home-premium.hp-home .hp-explained__support-card::before,
.home-premium.hp-home .hp-explained__support-card::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-premium.hp-home .hp-explained__support-card::before{
  top: -26px;
  width: 1px;
  height: 26px;
  background: linear-gradient(180deg, rgba(34,116,165,0.56) 0%, rgba(243,107,43,0.3) 100%);
}

.home-premium.hp-home .hp-explained__support-card::after{
  top: -31px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #2274A5;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.88);
}

.home-premium.hp-home .hp-explained__support-card:nth-child(1)::after{
  border-color: #f36b2b;
}

.home-premium.hp-home .hp-explained__support-card:nth-child(2)::after{
  border-color: #b26b63;
}

.home-premium.hp-home .hp-explained__support-card:nth-child(3)::after{
  border-color: #2274A5;
}

.home-premium.hp-home .hp-explained__support-link{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 228px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  text-decoration: none;
  color: #0f172a;
  background: linear-gradient(180deg, rgba(255,255,255,0.975) 0%, rgba(250,252,255,0.9) 100%);
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 14px 34px rgba(15,23,42,0.07), inset 0 1px 0 rgba(255,255,255,0.82);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-premium.hp-home .hp-explained__support-link::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(243,107,43,0.04) 0%, rgba(243,107,43,0) 42%),
    radial-gradient(circle at bottom right, rgba(34,116,165,0.06), transparent 34%);
  pointer-events: none;
}

.home-premium.hp-home .hp-explained__support-card:nth-child(2) .hp-explained__support-link::before{
  background:
    linear-gradient(135deg, rgba(34,116,165,0.055) 0%, rgba(34,116,165,0) 42%),
    radial-gradient(circle at bottom right, rgba(243,107,43,0.06), transparent 34%);
}

.home-premium.hp-home .hp-explained__support-link:hover{
  transform: translateY(-3px);
  border-color: rgba(34,116,165,0.14);
  box-shadow: 0 20px 38px rgba(15,23,42,0.1);
}

.home-premium.hp-home .hp-explained__support-thumb,
.home-premium.hp-home .hp-explained__support-copy,
.home-premium.hp-home .hp-explained__support-meta{
  position: relative;
  z-index: 1;
}

.home-premium.hp-home .hp-explained__support-thumb{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 104px;
  aspect-ratio: 1.06;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.68);
  background:
    linear-gradient(135deg, rgba(34,116,165,0.22) 0%, rgba(243,107,43,0.1) 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 24px rgba(15,23,42,0.1);
  overflow: hidden;
}

.home-premium.hp-home .hp-explained__support-thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,16,28,0.04) 0%, rgba(8,16,28,0.32) 100%);
}

.home-premium.hp-home .hp-explained__support-copy{
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  max-width: calc(100% - 118px);
  flex: 1;
}

.home-premium.hp-home .hp-explained__support-label{
  margin: 0;
  border: 1px solid rgba(243,107,43,0.14);
  background: rgba(243,107,43,0.08);
  color: #f36b2b;
}

.home-premium.hp-home .hp-explained__support-title{
  margin: 0;
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-premium.hp-home .hp-explained__support-excerpt{
  margin: 0;
  max-width: 27ch;
  color: rgba(95,107,122,0.92);
  font-size: 13.5px;
  line-height: 1.56;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-premium.hp-home .hp-explained__support-meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  color: rgba(95,107,122,0.84);
  font-size: 11.5px;
  font-weight: 600;
}

.home-premium.hp-home .hp-explained__support-meta-dot{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(95,107,122,0.5);
}

@keyframes card-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px){
  .home-premium.hp-home .hp-explained__feature-shell::before,
  .home-premium.hp-home .hp-explained__feature-shell::after{
    width: 52px;
  }

  .home-premium.hp-home .hp-explained__feature-shell::before{
    left: -52px;
  }

  .home-premium.hp-home .hp-explained__feature-shell::after{
    right: -52px;
  }

  .home-premium.hp-home .hp-explained__feature-title{
    max-width: 14.4ch;
  }
}

@media (max-width: 1024px){
  .home-premium.hp-home .hp-explained__head{
    margin-bottom: 20px;
  }

  .home-premium.hp-home .hp-explained__hub{
    --hub-support-gap: 18px;
    padding: 24px;
    border-radius: 30px;
  }

  .home-premium.hp-home .hp-explained__feature-shell::before,
  .home-premium.hp-home .hp-explained__feature-shell::after,
  .home-premium.hp-home .hp-explained__network,
  .home-premium.hp-home .hp-explained__support-card::before,
  .home-premium.hp-home .hp-explained__support-card::after{
    display: none;
  }

  .home-premium.hp-home .hp-explained__feature-link{
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-premium.hp-home .hp-explained__feature-copy{
    padding: 28px 26px;
  }

  .home-premium.hp-home .hp-explained__feature-title{
    max-width: none;
    font-size: clamp(1.92rem, 5vw, 2.7rem);
  }

  .home-premium.hp-home .hp-explained__feature-media{
    min-height: 232px;
  }

  .home-premium.hp-home .hp-explained__support-grid{
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hub-support-gap);
  }

  .home-premium.hp-home .hp-explained__support-card:last-child{
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px){
  .home-premium.hp-home .hp-explained__head{
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
  }

  .home-premium.hp-home .hp-explained__hub{
    --hub-support-gap: 14px;
    padding: 18px;
    border-radius: 26px;
  }

  .home-premium.hp-home .hp-explained__feature-shell{
    border-radius: 24px;
  }

  .home-premium.hp-home .hp-explained__feature-link{
    min-height: 0;
    border-radius: 23px;
  }

  .home-premium.hp-home .hp-explained__feature-copy{
    padding: 22px 20px 20px;
    gap: 13px;
  }

  .home-premium.hp-home .hp-explained__feature-excerpt{
    font-size: 14px;
  }

  .home-premium.hp-home .hp-explained__feature-footer{
    align-items: flex-start;
    gap: 14px;
  }

  .home-premium.hp-home .hp-explained__feature-meta{
    font-size: 12px;
  }

  .home-premium.hp-home .hp-explained__feature-media{
    min-height: 186px;
  }

  .home-premium.hp-home .hp-explained__feature-media::after{
    inset: 14px;
    border-radius: 18px;
  }

  .home-premium.hp-home .hp-explained__support-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-premium.hp-home .hp-explained__support-card:last-child{
    grid-column: auto;
  }

  .home-premium.hp-home .hp-explained__support-link{
    min-height: 0;
    padding: 18px;
  }

  .home-premium.hp-home .hp-explained__support-thumb{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 12px;
  }

  .home-premium.hp-home .hp-explained__support-copy{
    max-width: none;
  }

  .home-premium.hp-home .hp-explained__support-title{
    font-size: 1.06rem;
  }
}

.home-premium.hp-home .hp-tech-minds__header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.home-premium.hp-home .hp-tech-minds .hp-home-section__copy{
  max-width: 680px;
}

.home-premium.hp-home .hp-tech-minds .hp-home-section__eyebrow{
  margin-bottom: 10px;
}

.home-premium.hp-home .hp-tech-minds .hp-home-section__subtitle{
  margin-top: 10px;
  max-width: 54ch;
  color: rgba(95,107,122,0.92);
  line-height: 1.56;
}

.home-premium.hp-home .hp-tech-minds__actions{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
}

.home-premium.hp-home .hp-tech-minds__archive{
  white-space: nowrap;
  padding-inline: 15px;
  border-color: rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
}

.home-premium.hp-home .hp-tech-minds__nav{
  position: absolute;
  inset-inline: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 4;
}

.home-premium.hp-home .hp-tech-minds__rail{
  position: relative;
}

.home-premium.hp-home .hp-tech-minds__rail::before,
.home-premium.hp-home .hp-tech-minds__rail::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(18px, 3vw, 44px);
  pointer-events: none;
  z-index: 3;
}

.home-premium.hp-home .hp-tech-minds__rail::before{
  display: none;
}

.home-premium.hp-home .hp-tech-minds__rail::after{
  display: none;
}

.home-premium.hp-home .hp-tech-minds__arrow{
  pointer-events: auto;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.56);
  background: rgba(255,255,255,0.92);
  color: #0f172a;
  box-shadow: 0 14px 28px rgba(15,23,42,0.14);
  backdrop-filter: blur(12px);
}

.home-premium.hp-home .hp-tech-minds__arrow--prev{
  margin-left: clamp(-22px, -1.2vw, -12px);
}

.home-premium.hp-home .hp-tech-minds__arrow--next{
  margin-right: clamp(-22px, -1.2vw, -12px);
}

.home-premium.hp-home .hp-tech-minds__arrow:hover{
  background: rgba(255,255,255,0.98);
  border-color: rgba(255,255,255,0.9);
  color: var(--hp-orange);
  box-shadow: 0 18px 34px rgba(15,23,42,0.16);
}

.home-premium.hp-home .hp-tech-minds__track{
  --tm-slide-width: clamp(500px, 56vw, 680px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--tm-slide-width);
  gap: clamp(16px, 1.7vw, 22px);
  overflow-x: auto;
  overflow-y: visible;
  padding: 10px max(14px, calc((100% - var(--tm-slide-width)) / 2)) 34px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(14px, calc((100% - var(--tm-slide-width)) / 2));
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.home-premium.hp-home .hp-tech-minds__track::-webkit-scrollbar{
  display: none;
}

.home-premium.hp-home .hp-tech-minds-slide{
  position: relative;
  display: flex;
  min-height: clamp(350px, 34vw, 420px);
  scroll-snap-align: center;
  transition: opacity 0.42s ease, transform 0.42s ease, filter 0.42s ease;
  transform-origin: center center;
}

.home-premium.hp-home .hp-tech-minds.is-track-ready .hp-tech-minds-slide{
  opacity: 0.58;
  transform: translateY(8px) scale(0.945);
  filter: saturate(0.76) brightness(0.94);
}

.home-premium.hp-home .hp-tech-minds.is-track-ready .hp-tech-minds-slide.is-active,
.home-premium.hp-home .hp-tech-minds-slide:hover,
.home-premium.hp-home .hp-tech-minds-slide:focus-within{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none;
  z-index: 2;
}

.home-premium.hp-home .hp-tech-minds-slide__link{
  --tm-pad: clamp(14px, 2vw, 24px);
  position: relative;
  display: block;
  width: 100%;
  flex: 1 1 auto;
  min-height: 100%;
  height: 100%;
  border-radius: clamp(20px, 3.5vw, 30px);
  background: var(--hp-blue, #3b5edb);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.34s ease, filter 0.34s ease, box-shadow 0.34s ease;
  border: none;
}

.home-premium.hp-home .hp-tech-minds-slide:nth-child(2n) .hp-tech-minds-slide__link{
  background: var(--hp-orange, #f36b2b);
}

.home-premium.hp-home .hp-tech-minds-slide:nth-child(3n) .hp-tech-minds-slide__link{
  background: #3887b4;
}

.home-premium.hp-home .hp-tech-minds-slide__link::before,
.home-premium.hp-home .hp-tech-minds-slide__link::after{
  display: none;
}

.home-premium.hp-home .hp-tech-minds-slide.is-active .hp-tech-minds-slide__link,
.home-premium.hp-home .hp-tech-minds-slide:hover .hp-tech-minds-slide__link,
.home-premium.hp-home .hp-tech-minds-slide:focus-within .hp-tech-minds-slide__link{
  box-shadow: 0 14px 28px rgba(15,23,42,0.08), 0 28px 48px rgba(15,23,42,0.1);
  transform: translateY(-4px);
}

.home-premium.hp-home .hp-tech-minds-slide__content{
  position: absolute;
  left: var(--tm-pad);
  right: var(--tm-pad);
  bottom: var(--tm-pad);
  width: auto;
  max-width: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: clamp(16px, 2.5vw, 26px);
}

.home-premium.hp-home .hp-tech-minds-slide__kicker{
  display: flex;
  align-items: center;
  margin: 0 0 4px;
}

.home-premium.hp-home .hp-tech-minds-slide__accent{
  display: none;
}

.home-premium.hp-home .hp-tech-minds-slide:nth-child(n) .hp-tech-minds-slide__accent{
  display: none;
}

.home-premium.hp-home .hp-tech-minds-slide__badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--hp-orange);
  color: #fff;
  border: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-premium.hp-home .hp-tech-minds-slide:nth-child(2n) .hp-tech-minds-slide__badge{
  background: var(--hp-blue, #3b5edb);
}

.home-premium.hp-home .hp-tech-minds-slide__title{
  margin: 0;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.home-premium.hp-home .hp-tech-minds-slide__excerpt{
  margin: 0;
  max-width: 96%;
  color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.home-premium.hp-home .hp-tech-minds-slide__meta{
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.home-premium.hp-home .hp-tech-minds-slide__visual{
  position: absolute;
  inset: var(--tm-pad);
  width: auto;
  height: auto;
  display: block;
  z-index: 0;
  border-radius: clamp(12px, 2vw, 18px);
  overflow: hidden;
  transform: none;
}

.home-premium.hp-home .hp-tech-minds-slide__visual::before{
  display: none;
}

.home-premium.hp-home .hp-tech-minds-slide__visual::after{
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(15, 20, 30, 0) 0%, rgba(15, 20, 30, 0.45) 50%, rgba(10, 15, 25, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.home-premium.hp-home .hp-tech-minds-slide:nth-child(n) .hp-tech-minds-slide__visual::before,

.home-premium.hp-home .hp-tech-minds-slide__image-wrap{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.home-premium.hp-home .hp-tech-minds-slide__image-wrap::before{
  display: none;
}

.home-premium.hp-home .hp-tech-minds-slide__image,
.home-premium.hp-home .hp-tech-minds-slide__placeholder{
  width: 100%;
  height: 100%;
}

.home-premium.hp-home .hp-tech-minds-slide__image{
  display: block;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-premium.hp-home .hp-tech-minds-slide:hover .hp-tech-minds-slide__image,
.home-premium.hp-home .hp-tech-minds-slide:focus-within .hp-tech-minds-slide__image,
.home-premium.hp-home .hp-tech-minds-slide.is-active .hp-tech-minds-slide__image{
  transform: scale(1.04);
}

.home-premium.hp-home .hp-tech-minds-slide__placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #333;
  color: rgba(255,255,255,0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.home-premium.hp-home .hp-newsletter-band{
  padding-top: 24px;
}

.home-premium.hp-home .hp-newsletter-band__inner{
  padding: clamp(24px, 4vw, 40px);
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at top right, rgba(34,116,165,0.28), transparent 32%),
    linear-gradient(135deg, #08111f 0%, #102039 48%, #0c1525 100%);
  box-shadow: 0 18px 42px rgba(8,15,29,0.22);
}

.home-premium.hp-home .hp-newsletter-band__eyebrow{
  margin: 0 0 16px;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-newsletter-band__title{
  margin: 0;
  color: #fff;
  font-size: clamp(1.86rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.home-premium.hp-home .hp-newsletter-band__subtitle{
  margin: 14px 0 20px;
  max-width: 50ch;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.6;
}

.home-premium.hp-home .hp-newsletter-band__proof{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-premium.hp-home .hp-newsletter-band__proof li{
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-premium.hp-home .hp-newsletter-band__cta{
  display: grid;
  gap: 16px;
  align-content: center;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.home-premium.hp-home .hp-newsletter-band__form{
  display: flex;
  align-items: stretch;
  gap: 14px;
  max-width: none;
  margin-bottom: 0;
}

.home-premium.hp-home .hp-newsletter-band__input{
  flex: 1 1 auto;
  width: auto;
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 16px;
  padding: 0 18px;
}

.home-premium.hp-home .hp-newsletter-band__input:focus{
  border-color: rgba(255,123,70,0.72);
  box-shadow: 0 0 0 4px rgba(255,90,31,0.18);
}

.home-premium.hp-home .hp-newsletter-band__input::placeholder{
  color: rgba(255,255,255,0.44);
}

.home-premium.hp-home .hp-newsletter-band__button{
  min-width: 180px;
  min-height: 58px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
}

.home-premium.hp-home .hp-newsletter-band__support{
  display: grid;
  gap: 8px;
}

.home-premium.hp-home .hp-newsletter-band__fine,
.home-premium.hp-home .newsletter-form__status{
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.55;
}

.home-premium.hp-home .newsletter-form__status{
  min-height: 1.5em;
  text-align: left;
}

.home-premium.hp-home .hp-home-ad{
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
  padding-top: 0;
  border-radius: 22px;
  border: 1px solid var(--hp-line);
  background: var(--hp-surface);
  box-shadow: 0 12px 30px rgba(15,23,42,0.08);
  overflow: hidden;
}

.home-premium.hp-home .hp-home-ad .et-ad-slot__label{
  padding: 16px 20px 0;
  color: rgba(15,23,42,0.5);
}

.home-premium.hp-home .hp-home-ad .et-ad-slot__inner{
  min-height: 0;
  padding: 16px 20px 20px;
  border: 0;
  border-top: 1px solid var(--hp-line);
  border-radius: 0;
  background: transparent;
}

.home-premium.hp-home .hp-home-ad--rail{
  width: 100%;
  margin: 0;
  border-radius: 20px;
  background: var(--hp-surface-strong);
}

.home-premium.hp-home .hp-home-ad--rail .et-ad-slot__label{
  padding: 14px 16px 0;
}

.home-premium.hp-home .hp-home-ad--rail .et-ad-slot__inner{
  min-height: 250px;
  padding: 14px 16px 16px;
}

.home-premium.hp-home .hp-latest__featured{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.home-premium.hp-home .hp-latest__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-premium.hp-home .hp-latest-card__media{
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.home-premium.hp-home .hp-latest-card--featured{
  background: var(--hp-surface-strong);
}

.home-premium.hp-home .hp-latest-card--featured .hp-latest-card__body{
  gap: var(--hp-space-2);
  padding: clamp(18px, 1.9vw, 24px);
  background: var(--hp-surface-strong);
}

.home-premium.hp-home .hp-latest-card--featured .hp-latest-card__title{
  max-width: none;
  color: var(--hp-text);
  font-size: clamp(1.68rem, 2.2vw, 2.18rem);
  line-height: 1.08;
  text-shadow: none;
}

.home-premium.hp-home .hp-latest-card--featured .hp-latest-card__excerpt{
  max-width: none;
  color: var(--hp-muted);
  font-size: 15px;
  line-height: 1.62;
}

.home-premium.hp-home .hp-latest-card--featured .hp-meta{
  color: rgba(95,107,122,0.84);
}

.home-premium.hp-home .hp-latest-card--compact .hp-latest-card__body{
  padding: 16px;
}

.home-premium.hp-home .hp-latest-card--compact .hp-latest-card__title{
  color: var(--hp-text);
}

.home-premium.hp-home .hp-latest-card--compact .hp-latest-card__excerpt{
  max-width: none;
  color: var(--hp-muted);
  font-size: 13px;
  line-height: 1.56;
  min-height: calc(1.56em * 2);
}

.home-premium.hp-home .hp-latest-card--compact .hp-meta,
.home-premium.hp-home .hp-latest-card--featured .hp-meta{
  margin-top: auto;
}

html[data-theme="dark"] .home-premium.hp-home :is(.hp-topic-pills__link, .hp-story-compact, .hp-topic-feature, .hp-topic-list__item, .hp-explained-card, .hp-latest-card){
  background: var(--hp-surface);
}

html[data-theme="dark"] .home-premium.hp-home :is(.hp-hero-panel, .hp-topic-block, .hp-explained__hub){
  border-color: rgba(255,255,255,0.09);
  box-shadow: 0 24px 56px rgba(0,0,0,0.34);
}

html[data-theme="dark"] .home-premium.hp-home .hp-hero-panel{
  background:
    radial-gradient(circle at top right, rgba(34,116,165,0.14), transparent 34%),
    linear-gradient(180deg, rgba(15,23,40,0.96) 0%, rgba(11,18,32,0.96) 100%);
}

html[data-theme="dark"] .home-premium.hp-home .hp-hero-panel__head{
  border-bottom-color: rgba(255,255,255,0.08);
}

html[data-theme="dark"] .home-premium.hp-home .hp-hero-panel__title{
  color: var(--hp-text);
}

html[data-theme="dark"] .home-premium.hp-home .hp-hero-panel__title-accent{
  color: var(--hp-orange);
}

html[data-theme="dark"] .home-premium.hp-home :is(.hp-home-section__link, .hp-topic-block__link){
  background: rgba(255,255,255,0.05);
}

html[data-theme="dark"] .home-premium.hp-home .hp-topic-block{
  background:
    radial-gradient(circle at top right, rgba(34,116,165,0.12), transparent 34%),
    linear-gradient(180deg, rgba(14,22,37,0.94) 0%, rgba(10,16,28,0.96) 100%);
}

html[data-theme="dark"] .home-premium.hp-home .hp-topic-block::before{
  opacity: 0.9;
}

html[data-theme="dark"] .home-premium.hp-home .hp-topic-block__head{
  border-bottom-color: rgba(255,255,255,0.08);
}

html[data-theme="dark"] .home-premium.hp-home .hp-topic-block__summary{
  color: rgba(226,232,240,0.72);
}

html[data-theme="dark"] .home-premium.hp-home .hp-topic-block__link{
  border-color: rgba(255,255,255,0.1);
  color: rgba(248,250,252,0.92);
}

html[data-theme="dark"] .home-premium.hp-home .hp-topic-block__link:hover{
  border-color: rgba(243,107,43,0.28);
  background: rgba(243,107,43,0.12);
  color: #ffb48d;
}

html[data-theme="dark"] .home-premium.hp-home .hp-home-ad .et-ad-slot__label{
  color: rgba(226,232,240,0.62);
}

html[data-theme="dark"] .home-premium.hp-home .hp-badge--soft{
  background: rgba(243,107,43,0.12);
  border-color: rgba(243,107,43,0.18);
}

html[data-theme="dark"] .home-premium.hp-home .hp-topic-pills__link{
  background: rgba(255,255,255,0.04);
}

html[data-theme="dark"] .home-premium.hp-home .hp-newsletter-band__inner{
  box-shadow: 0 28px 64px rgba(0,0,0,0.36);
}

html[data-theme="dark"] .home-premium.hp-home .hp-newsletter-band__cta{
  border-color: rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
}

html[data-theme="dark"] .home-premium.hp-home .hp-tech-minds-slide__link{
  box-shadow: 0 24px 52px rgba(0,0,0,0.34);
}

html[data-theme="dark"] .home-premium.hp-home .hp-tech-minds__rail::after{
  display: none;
}

html[data-theme="dark"] .home-premium.hp-home .hp-tech-minds-slide__badge{
  background: rgba(255,255,255,0.06);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__hub{
  background:
    radial-gradient(circle at top left, rgba(243,107,43,0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(34,116,165,0.16), transparent 34%),
    linear-gradient(180deg, rgba(14,22,37,0.96) 0%, rgba(10,16,28,0.98) 100%);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__hub::before{
  background: radial-gradient(circle, rgba(243,107,43,0.16) 0%, rgba(243,107,43,0) 70%);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__hub::after{
  background: radial-gradient(circle, rgba(34,116,165,0.18) 0%, rgba(34,116,165,0) 72%);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained .hp-home-section__subtitle{
  color: rgba(226,232,240,0.72);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__support-link{
  border-color: rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(17,26,43,0.92) 0%, rgba(13,20,35,0.96) 100%);
  box-shadow: 0 16px 34px rgba(0,0,0,0.28);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__support-link:hover{
  border-color: rgba(243,107,43,0.22);
  box-shadow: 0 22px 42px rgba(0,0,0,0.34);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__support-title{
  color: var(--hp-text);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__support-excerpt{
  color: rgba(226,232,240,0.68);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__support-meta{
  color: rgba(226,232,240,0.6);
}

html[data-theme="dark"] .home-premium.hp-home .hp-explained__support-meta-dot{
  background: rgba(255,255,255,0.24);
}

/* Production refinement: homepage system alignment */
.home-premium.hp-home img{
  display: block;
}

.home-premium.hp-home .hp-home-section{
  padding: clamp(40px, 4.8vw, 68px) 0;
}

.home-premium.hp-home .hp-home-section__head{
  gap: var(--hp-space-4);
  margin-bottom: var(--hp-space-4);
}

.home-premium.hp-home .hp-home-section__copy{
  max-width: 68ch;
}

.home-premium.hp-home :is(.hp-home-section__eyebrow, .hp-topic-block__eyebrow, .hp-hero-panel__eyebrow){
  margin: 0 0 var(--hp-space-2);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.home-premium.hp-home .hp-home-section__title{
  font-size: clamp(2rem, 2.85vw, 2.86rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.home-premium.hp-home .hp-home-section__subtitle{
  margin-top: var(--hp-space-2);
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.65;
}

.home-premium.hp-home .hp-badge{
  padding: 8px 12px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.home-premium.hp-home .hp-meta{
  gap: var(--hp-space-1);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(95,107,122,0.82);
}

html[data-theme="dark"] .home-premium.hp-home .hp-meta{
  color: rgba(226,232,240,0.76);
}

.home-premium.hp-home :is(.hp-home-section__link, .hp-topic-block__link, .hp-latest__cta-btn){
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: var(--hp-elevation-1);
  transition: var(--hp-card-transition);
}

.home-premium.hp-home :is(.hp-home-section__link, .hp-topic-block__link, .hp-latest__cta-btn):hover{
  transform: translateY(-2px);
  box-shadow: var(--hp-elevation-2);
}

.home-premium.hp-home :is(
  .hp-signal-card,
  .hp-story-lead,
  .hp-story-compact,
  .hp-topic-block,
  .hp-topic-feature,
  .hp-topic-list__item,
  .hp-latest-card,
  .hp-explained__feature-link,
  .hp-explained__support-link,
  .hp-editors-card
){
  transition: var(--hp-card-transition);
}

.home-premium.hp-home :is(
  .hp-signal-card,
  .hp-story-lead,
  .hp-topic-block,
  .hp-latest-card,
  .hp-explained__feature-link,
  .hp-editors-card
){
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-elevation-1);
}

.home-premium.hp-home :is(
  .hp-story-compact,
  .hp-topic-list__item,
  .hp-explained__support-link
){
  border-radius: var(--hp-radius-md);
  box-shadow: var(--hp-elevation-1);
}

.home-premium.hp-home :is(
  .hp-signal-card:hover,
  .hp-story-lead:hover,
  .hp-story-compact:hover,
  .hp-topic-block:hover,
  .hp-topic-feature:hover,
  .hp-topic-list__item:hover,
  .hp-latest-card:hover,
  .hp-explained__feature-link:hover,
  .hp-explained__support-link:hover,
  .hp-editors-card:hover
){
  transform: translateY(-3px);
  box-shadow: var(--hp-elevation-2);
}

.home-premium.hp-home :is(
  .hp-signal-card,
  .hp-story-lead,
  .hp-story-compact,
  .hp-topic-block,
  .hp-topic-feature,
  .hp-topic-list__item,
  .hp-latest-card,
  .hp-explained__feature-link,
  .hp-explained__support-link,
  .hp-editors-card
):focus-within{
  border-color: rgba(243,107,43,0.22);
  box-shadow: var(--hp-elevation-2);
}

.home-premium.hp-home .hp-hero-feature__link{
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-elevation-2);
}

.home-premium.hp-home .hp-hero-mini-card__link,
.home-premium.hp-home .hp-rail-card__link{
  border-radius: var(--hp-radius-md);
  box-shadow: var(--hp-elevation-1);
}

.home-premium.hp-home .hp-hero-panel{
  border-radius: var(--hp-radius-xl);
  box-shadow: var(--hp-elevation-1);
}

.home-premium.hp-home .hp-hero-panel__head{
  padding-bottom: var(--hp-space-2);
  border-bottom: 1px solid rgba(15,23,42,0.06);
}

.home-premium.hp-home .hp-tech-minds__header{
  gap: var(--hp-space-4);
  margin-bottom: var(--hp-space-4);
}

.home-premium.hp-home .hp-tech-minds__archive{
  box-shadow: var(--hp-elevation-1);
}

.home-premium.hp-home .hp-tech-minds__arrow{
  box-shadow: var(--hp-elevation-1);
}

.home-premium.hp-home .hp-tech-minds__arrow:hover{
  box-shadow: var(--hp-elevation-2);
}

.home-premium.hp-home .hp-tech-minds-slide__link{
  border-radius: var(--hp-radius-lg);
}

.home-premium.hp-home .hp-tech-minds-slide.is-active .hp-tech-minds-slide__link,
.home-premium.hp-home .hp-tech-minds-slide:hover .hp-tech-minds-slide__link,
.home-premium.hp-home .hp-tech-minds-slide:focus-within .hp-tech-minds-slide__link{
  box-shadow: 0 14px 28px rgba(15,23,42,0.08), 0 28px 48px rgba(15,23,42,0.1);
}

.home-premium.hp-home :is(.hp-signals__grid, .hp-latest__featured, .hp-latest__grid){
  gap: var(--hp-space-3);
}

.home-premium.hp-home :is(.hp-story-split__grid, .hp-topic-block__grid){
  gap: var(--hp-space-4);
}

.home-premium.hp-home :is(.hp-story-side, .hp-story-stack, .hp-topic-blocks__stack){
  gap: var(--hp-space-3);
}

.home-premium.hp-home :is(.hp-signal-card__body, .hp-story-lead__body, .hp-latest-card__body){
  gap: var(--hp-space-2);
  padding: clamp(16px, 1.5vw, 20px);
}

.home-premium.hp-home .hp-story-compact__body{
  gap: var(--hp-space-1);
  padding: 14px 16px;
}

.home-premium.hp-home .hp-topic-block{
  padding: clamp(16px, 1.7vw, 24px);
}

.home-premium.hp-home .hp-topic-block__head{
  gap: var(--hp-space-4);
  margin-bottom: var(--hp-space-3);
  padding-bottom: var(--hp-space-2);
}

.home-premium.hp-home .hp-topic-feature{
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-elevation-2);
}

.home-premium.hp-home .hp-topic-list__item{
  box-shadow: var(--hp-elevation-1);
}

.home-premium.hp-home :is(
  .hp-signal-card__title,
  .hp-story-compact__title,
  .hp-topic-list__title,
  .hp-editors-card__title,
  .hp-explained__support-title,
  .hp-latest-card--compact .hp-latest-card__title
){
  line-height: 1.24;
  text-wrap: pretty;
}

.home-premium.hp-home .hp-signal-card__title{
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1.06rem;
}

.home-premium.hp-home .hp-story-lead__title{
  max-width: 26ch;
  line-height: 1.08;
  text-wrap: pretty;
}

.home-premium.hp-home .hp-story-lead__excerpt{
  font-size: 14px;
  line-height: 1.6;
  min-height: calc(1.6em * 2);
}

.home-premium.hp-home :is(.hp-story-compact__excerpt, .hp-explained__support-excerpt){
  font-size: 13px;
  line-height: 1.55;
}

.home-premium.hp-home .hp-topic-feature__title{
  max-width: 18ch;
  text-wrap: pretty;
}

.home-premium.hp-home .hp-topic-feature__excerpt,
.home-premium.hp-home .hp-latest-card__excerpt{
  max-width: 64ch;
}

.home-premium.hp-home .hp-editors-card__link{
  min-height: 100%;
}

.home-premium.hp-home .hp-explained__feature-link{
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  min-height: 360px;
  border-radius: var(--hp-radius-lg);
}

.home-premium.hp-home .hp-explained__feature-copy{
  gap: var(--hp-space-3);
}

.home-premium.hp-home .hp-explained__feature-title{
  max-width: 15ch;
  line-height: 1;
}

.home-premium.hp-home .hp-explained__feature-excerpt{
  font-size: 15px;
  line-height: 1.66;
}

.home-premium.hp-home .hp-explained__feature-media{
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}

.home-premium.hp-home .hp-explained__feature-image,
.home-premium.hp-home .hp-explained__feature-image--placeholder{
  width: 100%;
  height: 100%;
}

.home-premium.hp-home .hp-explained__feature-image{
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.home-premium.hp-home .hp-explained__feature-link:hover .hp-explained__feature-image{
  transform: scale(1.03);
}

.home-premium.hp-home .hp-explained__feature-image--placeholder{
  background:
    linear-gradient(135deg, rgba(34,116,165,0.24) 0%, rgba(243,107,43,0.18) 100%);
}

.home-premium.hp-home .hp-explained__support-link{
  min-height: 236px;
  padding: 20px;
}

.home-premium.hp-home .hp-explained__support-thumb{
  overflow: hidden;
}

.home-premium.hp-home .hp-explained__support-image,
.home-premium.hp-home .hp-explained__support-image--placeholder{
  width: 100%;
  height: 100%;
}

.home-premium.hp-home .hp-explained__support-image{
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.home-premium.hp-home .hp-explained__support-link:hover .hp-explained__support-image{
  transform: scale(1.04);
}

.home-premium.hp-home .hp-explained__support-image--placeholder{
  background:
    linear-gradient(135deg, rgba(34,116,165,0.22) 0%, rgba(243,107,43,0.14) 100%);
}

.home-premium.hp-home .hp-explained__support-copy{
  gap: var(--hp-space-2);
}

.home-premium.hp-home .hp-explained__support-meta{
  padding-top: 4px;
}

.home-premium.hp-home .hp-newsletter-band__title{
  line-height: 1.03;
  letter-spacing: -0.04em;
}

@media (max-width: 1199px){
  .home-premium.hp-home .hp-home-hero__grid,
  .home-premium.hp-home .hp-story-split__grid,
  .home-premium.hp-home .hp-topic-block__grid{
    grid-template-columns: 1fr;
  }

  .home-premium.hp-home .hp-topic-feature,
  .home-premium.hp-home .hp-topic-feature__link{
    grid-template-columns: 1fr;
  }

  .home-premium.hp-home .hp-story-side,
  .home-premium.hp-home .hp-story-stack,
  .home-premium.hp-home .hp-story-lead{
    height: auto;
  }

  .home-premium.hp-home .hp-story-stack{
    grid-template-rows: none;
  }

  .home-premium.hp-home .hp-topic-blocks__stack > .hp-topic-block:nth-child(even) .hp-topic-feature,
  .home-premium.hp-home .hp-topic-blocks__stack > .hp-topic-block:nth-child(even) .hp-topic-list{
    order: initial;
  }

  .home-premium.hp-home .hp-topic-list{
    height: auto;
    grid-template-rows: none;
  }

  .home-premium.hp-home .hp-hero-panel{
    max-width: 720px;
  }

  .home-premium.hp-home .hp-signals__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-premium.hp-home .hp-tech-minds__track{
    --tm-slide-width: min(580px, 76vw);
  }

  .home-premium.hp-home .hp-tech-minds-slide{
    min-height: clamp(330px, 44vw, 390px);
  }

  .home-premium.hp-home .hp-tech-minds-slide__content{
    width: min(44%, 290px);
    max-width: 290px;
  }

  .home-premium.hp-home .hp-tech-minds-slide__visual{
    width: min(56%, 320px);
    height: min(66%, 228px);
  }

  .home-premium.hp-home .hp-tech-minds-slide__title{
    font-size: clamp(1.56rem, 3.2vw, 2.05rem);
  }

  .home-premium.hp-home .hp-latest__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .home-premium.hp-home .hp-shell,
  .home-premium.hp-home .hp-home-ad{
    width: calc(100% - 28px);
  }

  .home-premium.hp-home .hp-home-section{
    padding: 36px 0;
  }

  .home-premium.hp-home .hp-newsletter-band{
    padding-top: 12px;
  }

  .home-premium.hp-home .hp-newsletter-band__inner{
    padding: 22px 18px;
    border-radius: 24px;
  }

  .home-premium.hp-home .hp-newsletter-band__eyebrow{
    margin-bottom: 12px;
  }

  .home-premium.hp-home .hp-newsletter-band__title{
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .home-premium.hp-home .hp-newsletter-band__subtitle{
    margin: 12px 0 18px;
    max-width: none;
    font-size: 15px;
  }

  .home-premium.hp-home .hp-newsletter-band__proof{
    gap: 8px;
  }

  .home-premium.hp-home .hp-newsletter-band__proof li{
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .home-premium.hp-home .hp-home-section__head,
  .home-premium.hp-home .hp-topic-block__head,
  .home-premium.hp-home .hp-explained .hp-simple__header{
    align-items: flex-start;
    flex-direction: column;
  }

  .home-premium.hp-home .hp-home-section__title{
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .home-premium.hp-home .hp-tech-minds__actions{
    width: 100%;
  }

  .home-premium.hp-home .hp-tech-minds__track{
    --tm-slide-width: min(82vw, 336px);
    gap: 14px;
    padding-bottom: 14px;
  }

  .home-premium.hp-home .hp-tech-minds-slide{
    min-height: 0;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .home-premium.hp-home .hp-tech-minds-slide__link{
    min-height: 430px;
    padding: 16px;
  }

  .home-premium.hp-home .hp-tech-minds-slide__content{
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    max-width: none;
    gap: 8px;
    padding-top: 0;
    padding-right: 0;
  }

  .home-premium.hp-home .hp-tech-minds-slide__visual{
    top: 18px;
    right: 18px;
    left: 18px;
    width: auto;
    height: 38%;
    transform: none;
  }

  .home-premium.hp-home .hp-tech-minds-slide__visual::before{
    border-radius: 28px;
  }

  .home-premium.hp-home .hp-tech-minds-slide__image-wrap{
    width: min(92%, 286px);
    height: calc(100% - 10px);
    margin-inline: auto;
  }

  .home-premium.hp-home .hp-tech-minds-slide__title{
    font-size: clamp(1.42rem, 5.7vw, 1.86rem);
  }

  .home-premium.hp-home .hp-tech-minds-slide__excerpt{
    font-size: 14px;
  }

  .home-premium.hp-home .hp-tech-minds__nav{
    inset-inline: 6px;
  }

  .home-premium.hp-home .hp-tech-minds__arrow{
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .home-premium.hp-home .hp-home-hero__frame{
    padding: 0;
  }

  .home-premium.hp-home .hp-hero-feature__link{
    min-height: 320px;
  }

  .home-premium.hp-home .hp-hero-feature__content{
    max-width: 100%;
  }

  .home-premium.hp-home .hp-hero-feature__title{
    max-width: none;
    font-size: clamp(1.85rem, 7.4vw, 2.75rem);
  }

  .home-premium.hp-home .hp-hero-feature__excerpt{
    max-width: 28ch;
  }

  .home-premium.hp-home .hp-hero-mini-grid{
    grid-template-columns: 1fr;
  }

  .home-premium.hp-home .hp-hero-mini-card__link{
    min-height: 142px;
  }

  .home-premium.hp-home .hp-story-compact__link,
  .home-premium.hp-home .hp-topic-list__link{
    grid-template-columns: 1fr;
  }

  .home-premium.hp-home .hp-story-compact__media,
  .home-premium.hp-home .hp-topic-list__media{
    display: block;
    min-height: 140px;
  }

  .home-premium.hp-home .hp-story-compact__body,
  .home-premium.hp-home .hp-topic-list__body{
    min-height: 0;
    padding: 14px 16px 16px;
  }

  .home-premium.hp-home .hp-signals__grid,
  .home-premium.hp-home .hp-latest__featured,
  .home-premium.hp-home .hp-latest__grid{
    grid-template-columns: 1fr;
  }

  .home-premium.hp-home .hp-simple__track{
    grid-auto-columns: minmax(260px, 84vw);
  }

  .home-premium.hp-home .hp-simple__track.hp-explained__creative-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-premium.hp-home .hp-explained-card--hero{
    grid-column: 1;
    grid-row: auto;
    min-height: 380px;
  }

  .home-premium.hp-home .hp-explained__grid-secondary{
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-premium.hp-home .hp-explained-card--grid-item{
    grid-column: auto;
    grid-row: auto;
  }

  .home-premium.hp-home .hp-explained-card--grid-item:nth-child(2){
    grid-column: 1 / 2;
    grid-row: auto;
    min-height: auto;
  }

  .home-premium.hp-home .hp-newsletter-band__form{
    flex-direction: column;
  }

  .home-premium.hp-home .hp-newsletter-band__cta{
    gap: 14px;
    padding: 20px;
  }

  .home-premium.hp-home .hp-newsletter-band__button{
    width: 100%;
    min-width: 0;
  }

  .home-premium.hp-home .hp-hero-panel{
    padding: 12px;
    border-radius: 24px;
  }

  .home-premium.hp-home .hp-hero-panel__head{
    gap: 0;
    padding: 2px 2px 10px;
  }

  .home-premium.hp-home .hp-hero-panel__title{
    max-width: none;
    font-size: clamp(1.08rem, 5vw, 1.28rem);
    letter-spacing: -0.035em;
  }

  .home-premium.hp-home .hp-rail-card__link{
    min-height: 116px;
  }

  .home-premium.hp-home .hp-home-ad{
    border-radius: 18px;
  }

  .home-premium.hp-home .hp-home-ad--rail{
    width: 100%;
    margin: 0;
  }

  .home-premium.hp-home .hp-home-ad .et-ad-slot__label{
    padding: 14px 16px 0;
  }

  .home-premium.hp-home .hp-home-ad .et-ad-slot__inner{
    padding: 14px 16px 16px;
  }
}

@media (max-width: 1199px){
  .home-premium.hp-home .hp-home-section{
    padding: 40px 0;
  }
}

@media (max-width: 767px){
  .home-premium.hp-home .hp-home-section{
    padding: 32px 0;
  }

  .home-premium.hp-home .hp-home-section__head,
  .home-premium.hp-home .hp-topic-block__head,
  .home-premium.hp-home .hp-explained .hp-simple__header{
    gap: var(--hp-space-3);
  }

  .home-premium.hp-home .hp-home-section__title{
    font-size: clamp(1.72rem, 8vw, 2.28rem);
  }

  .home-premium.hp-home .hp-home-section__subtitle{
    font-size: 15px;
    line-height: 1.62;
  }

  .home-premium.hp-home .hp-story-lead__excerpt,
  .home-premium.hp-home .hp-topic-feature__excerpt,
  .home-premium.hp-home .hp-latest-card__excerpt{
    max-width: none;
  }

  .home-premium.hp-home .hp-topic-feature__title{
    max-width: 100%;
    font-size: clamp(1.65rem, 7vw, 2.14rem);
  }

  .home-premium.hp-home .hp-latest-card--featured .hp-latest-card__excerpt{
    font-size: 14px;
    line-height: 1.58;
  }

  .home-premium.hp-home .hp-explained__feature-excerpt{
    font-size: 14px;
    line-height: 1.6;
  }

  .home-premium.hp-home .hp-tech-minds__track{
    --tm-slide-width: min(88vw, 340px);
    gap: var(--hp-space-2);
  }

  .home-premium.hp-home .hp-tech-minds-slide__link{
    min-height: 420px;
  }

  .home-premium.hp-home .hp-tech-minds-slide__content{
    padding: 16px;
    gap: var(--hp-space-1);
  }

  .home-premium.hp-home .hp-story-compact__media,
  .home-premium.hp-home .hp-topic-list__media{
    min-height: 156px;
  }

  .home-premium.hp-home .hp-story-compact__body,
  .home-premium.hp-home .hp-topic-list__body,
  .home-premium.hp-home .hp-latest-card__body{
    padding: 16px;
  }

  .home-premium.hp-home .hp-explained__support-link{
    padding: 18px;
  }

  .home-premium.hp-home .hp-explained__support-title{
    font-size: 1.04rem;
  }

  .home-premium.hp-home .hp-latest__cta{
    padding-top: 28px;
  }
}

/* ==========================================
   Default Page System
   ========================================== */

.et-page-shell{
  padding: clamp(28px, 3.5vw, 44px) 0 clamp(56px, 6vw, 88px);
}

.et-page-shell__container{
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.et-page-card{
  display: grid;
  gap: clamp(22px, 3vw, 30px);
}

.et-page-hero{
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(15,23,42,0.08);
  background:
    radial-gradient(circle at top right, rgba(34,116,165,0.08), transparent 30%),
    radial-gradient(circle at left 18%, rgba(243,107,43,0.08), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.96) 100%);
  box-shadow: 0 22px 52px rgba(15,23,42,0.08);
  overflow: hidden;
}

.et-page-card--legal .et-page-hero{
  background:
    radial-gradient(circle at top right, rgba(34,116,165,0.06), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(249,250,252,0.97) 100%);
}

.et-page-hero__copy,
.et-page-hero__meta,
.et-page-hero__links{
  position: relative;
  z-index: 1;
}

.et-page-hero__copy{
  max-width: 820px;
}

.et-page-hero__eyebrow{
  margin: 0 0 14px;
  color: #f36b2b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.et-page-hero__title{
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.et-page-hero__summary{
  margin: 18px 0 0;
  max-width: 64ch;
  color: rgba(51,65,85,0.88);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.et-page-hero__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.et-page-hero__meta span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.82);
  color: rgba(51,65,85,0.88);
  font-size: 13px;
  font-weight: 600;
}

.et-page-hero__context{
  color: #c95a22;
  border-color: rgba(243,107,43,0.16);
  background: rgba(243,107,43,0.08);
}

.et-page-hero__links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.et-page-hero__link{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.74);
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}

.et-page-hero__link:hover{
  transform: translateY(-1px);
  color: #f36b2b;
  border-color: rgba(243,107,43,0.22);
  background: rgba(243,107,43,0.06);
}

.et-page-content{
  width: min(100%, 860px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 28px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 42px rgba(15,23,42,0.06);
  color: #334155;
  font-size: 17px;
  line-height: 1.82;
}

.et-page-card--legal .et-page-content{
  width: min(100%, 920px);
}

.et-page-content > *{
  margin-top: 0;
  margin-bottom: 1.35rem;
}

.et-page-content > :last-child{
  margin-bottom: 0;
}

.et-page-content :is(h2, h3, h4, h5, h6){
  margin-top: 2.4rem;
  margin-bottom: 0.9rem;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.et-page-content h2{
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.et-page-content h3{
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
}

.et-page-content :is(p, ul, ol){
  max-width: 70ch;
}

.et-page-content ul,
.et-page-content ol{
  padding-left: 1.2rem;
}

.et-page-content li + li{
  margin-top: 0.45rem;
}

.et-page-content a{
  color: #1a5f89;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.et-page-content a:hover{
  color: #f36b2b;
}

.et-page-content blockquote{
  margin: 1.8rem 0;
  padding: 0 0 0 1.25rem;
  border-left: 3px solid rgba(243,107,43,0.46);
  color: #0f172a;
  font-size: 1.12em;
  font-weight: 600;
}

.et-page-content :is(table, .wp-block-table table){
  width: 100%;
  border-collapse: collapse;
  margin: 1.8rem 0;
  font-size: 0.98em;
}

.et-page-content :is(th, td){
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid rgba(15,23,42,0.1);
  text-align: left;
}

.et-page-content th{
  color: #0f172a;
  font-weight: 700;
}

.et-page-content :is(pre, code, kbd){
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.et-page-content pre{
  overflow-x: auto;
  padding: 18px 20px;
  border-radius: 20px;
  background: #0f172a;
  color: #e2e8f0;
}

.et-page-content code{
  padding: 0.18rem 0.42rem;
  border-radius: 8px;
  background: rgba(15,23,42,0.06);
  color: #0f172a;
  font-size: 0.95em;
}

.et-page-content pre code{
  padding: 0;
  background: transparent;
  color: inherit;
}

.et-page-content :is(.wp-block-image, .wp-block-embed, .wp-block-gallery, figure){
  margin: 1.8rem 0;
}

.et-page-content :is(.alignwide, .wp-block-group.alignwide){
  margin-inline: clamp(-28px, -2.4vw, -12px);
}

.et-page-pagination{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 1.2rem;
  margin-top: 1.6rem;
  border-top: 1px solid rgba(15,23,42,0.08);
}

.et-page-pagination__label{
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.et-page-pagination .post-page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.84);
  color: #0f172a;
  font-weight: 700;
}

.et-page-pagination .post-page-numbers.current{
  background: #f36b2b;
  border-color: #f36b2b;
  color: #fff;
}

.et-page-comments{
  width: min(100%, 860px);
  margin: 22px auto 0;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 28px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 42px rgba(15,23,42,0.06);
}

html[data-theme="dark"] .et-page-hero{
  border-color: rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at top right, rgba(34,116,165,0.18), transparent 30%),
    radial-gradient(circle at left 18%, rgba(243,107,43,0.12), transparent 26%),
    linear-gradient(180deg, rgba(13,21,38,0.98) 0%, rgba(9,15,28,0.96) 100%);
  box-shadow: 0 28px 62px rgba(0,0,0,0.34);
}

html[data-theme="dark"] .et-page-card--legal .et-page-hero{
  background:
    radial-gradient(circle at top right, rgba(34,116,165,0.14), transparent 28%),
    linear-gradient(180deg, rgba(13,21,38,0.985) 0%, rgba(10,16,28,0.96) 100%);
}

html[data-theme="dark"] :is(.et-page-hero__title, .et-page-content :is(h2, h3, h4, h5, h6)){
  color: #f8fafc;
}

html[data-theme="dark"] .et-page-hero__summary,
html[data-theme="dark"] .et-page-content{
  color: rgba(226,232,240,0.82);
}

html[data-theme="dark"] :is(.et-page-hero__meta span, .et-page-hero__link, .et-page-pagination .post-page-numbers){
  border-color: rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: #f8fafc;
}

html[data-theme="dark"] .et-page-hero__context{
  border-color: rgba(243,107,43,0.18);
  background: rgba(243,107,43,0.12);
  color: #ffb48d;
}

html[data-theme="dark"] .et-page-hero__link:hover{
  background: rgba(243,107,43,0.1);
  color: #ffb48d;
}

html[data-theme="dark"] .et-page-content,
html[data-theme="dark"] .et-page-comments{
  border-color: rgba(255,255,255,0.08);
  background: rgba(12,18,32,0.92);
  box-shadow: 0 26px 56px rgba(0,0,0,0.28);
}

html[data-theme="dark"] .et-page-content a{
  color: #8ed0ff;
}

html[data-theme="dark"] .et-page-content a:hover{
  color: #ffb48d;
}

html[data-theme="dark"] .et-page-content blockquote{
  color: #f8fafc;
  border-left-color: rgba(243,107,43,0.5);
}

html[data-theme="dark"] .et-page-content code{
  background: rgba(255,255,255,0.08);
  color: #f8fafc;
}

html[data-theme="dark"] .et-page-content :is(th, td),
html[data-theme="dark"] .et-page-pagination{
  border-color: rgba(255,255,255,0.1);
}

@media (max-width: 767px){
  .et-page-shell__container{
    width: calc(100% - 28px);
  }

  .et-page-hero{
    gap: 16px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .et-page-hero__title{
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .et-page-hero__summary{
    margin-top: 14px;
    font-size: 15px;
  }

  .et-page-hero__meta{
    gap: 8px;
  }

  .et-page-hero__meta span,
  .et-page-hero__link{
    min-height: 36px;
    font-size: 12px;
  }

  .et-page-content{
    width: 100%;
    padding: 20px 18px 24px;
    border-radius: 24px;
    font-size: 16px;
  }

  .et-page-content :is(.alignwide, .wp-block-group.alignwide){
    margin-inline: 0;
  }

  .et-page-comments{
    width: 100%;
    padding: 20px 18px 24px;
    border-radius: 24px;
  }
}


.et-breadcrumbs{
  margin: 0 0 1rem;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.82rem;
  line-height: 1.5;
}

.et-breadcrumbs__list,
.et-breadcrumbs p{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.et-breadcrumbs__item,
.et-breadcrumbs__sep,
.et-breadcrumbs .separator,
.et-breadcrumbs .last{
  margin: 0;
}

.et-breadcrumbs :is(a, .et-breadcrumbs__link){
  color: inherit;
  text-decoration: none;
}

.et-breadcrumbs :is(a, .et-breadcrumbs__link):hover{
  color: #2274A5;
}

.et-breadcrumbs__current,
.et-breadcrumbs .last{
  color: rgba(15, 23, 42, 0.78);
  font-weight: 600;
}

.single-hero__breadcrumbs,
.category-page__breadcrumbs,
.author-page__breadcrumbs,
.et-page-breadcrumbs{
  margin-bottom: 1rem;
}

html[data-theme="dark"] .et-breadcrumbs{
  color: rgba(255, 255, 255, 0.64);
}

html[data-theme="dark"] .et-breadcrumbs__current,
html[data-theme="dark"] .et-breadcrumbs .last{
  color: rgba(255, 255, 255, 0.84);
}
