/* ============================================================
   KEMPIRE — Single consolidated stylesheet
   Combines all per-page CSS + responsive into one file.

   Fonts (load in <head>):
   <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">

   Page scoping:
   Each page sets a body class so per-page rules don't bleed across pages.
   Kempire HTML footers must include class kempire-site-footer so grid layout does not hit the theme’s &lt;footer&gt;.
     kempire.html               -> <body class="kempire-home-page">
     kempire-about.html         -> <body class="kempire-about-page">
     kempire-blogpost.html      -> <body class="kempire-blogpost-page">
     kempire-podcasts.html      -> <body class="kempire-podcasts-page">
     kempire-shop.html          -> <body class="kempire-shop-page">
     kempire-stories.html       -> <body class="kempire-stories-page">
     kempire-tour.html          -> <body class="kempire-tour-page">
     kempire-watch.html         -> <body class="kempire-watch-page">

   Sections:
     1. COMMON BASE     — reset, body, nav, footer, ticker, ad base, btn
     2. PAGE: HOME      — .kempire-home-page
     3. PAGE: ABOUT     — .kempire-about-page
     4. PAGE: BLOGPOST  — .kempire-blogpost-page
     5. PAGE: PODCASTS  — .kempire-podcasts-page
     6. PAGE: SHOP      — .kempire-shop-page
     7. PAGE: TOUR      — .kempire-tour-page
     8. PAGE: WATCH     — .kempire-watch-page
     9. PAGE: STORIES   — .kempire-stories-page
    10. RESPONSIVE      — @media blocks next to components + “Kempire responsive breakpoints” overrides (481/769/1025)
    11. LOOP LATEST     — .kempire-loop-latest-page (optional Elementor rail; was separate Head <style>)
   Single deploy target: this file (+ fonts/script in Head). Do not load user-breakpoints.source.css or inline loop CSS.
   ============================================================ */


/* ============================================================
   1. COMMON BASE
   ============================================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body { font-family: 'DM Sans', sans-serif; background: #0A0A0A; color: #F0EDE6; }

.kempire-elementor-html-root {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Ad slots: .ad-slot + modifiers (.ad-leaderboard, .ad-mid, …) — legacy .ad + type still supported. */
.content-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* --- Site navigation: .site-nav (nuKemp base; mobile ≤639px .nav-toggle + .nav-open; 640–768 stacked; 769+ grid) --- */
nav.site-nav {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
  position: relative;
  background: #0a0a0a;
  z-index: 100;
  flex-wrap: wrap;
  row-gap: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.site-logo,
a.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #f0ede6;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
}

a.site-logo > img,
.site-logo .site-logo-crown,
a.logo > img,
.logo .logo-crown {
  position: relative;
  top: -11px;
  left: 9px;
  transform: rotate(-38deg);
  height: 1.15em;
  width: auto;
  max-width: none;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  margin-right: 10px;
  pointer-events: none;
}

img.site-logo-crown.logo-crown {
  max-width: 14%;
}

.site-logo span span,
a.logo span span {
  color: #c8a96e;
}

.site-nav-links,
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
  column-gap: 28px;
  width: 100%;
  min-width: 0;
}

.site-nav-links a,
.nav-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.55);
  text-decoration: none;
}

.site-nav-links a:hover,
.site-nav-links a.active,
.nav-links a:hover,
.nav-links a.active {
  color: #c8a96e;
}

.site-nav-socials,
.nav-socials {
  display: flex;
  gap: 16px;
  margin-left: 0;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.site-nav-socials a,
.nav-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.35);
  text-decoration: none;
}

.site-nav-socials a:hover,
.nav-socials a:hover {
  color: #c8a96e;
}

.site-nav-socials svg,
.nav-socials svg {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}

/* YouTube: solid cream fill (currentColor was ~35% opacity; WP/Elementor often override path fill) */
.site-nav-socials a[aria-label="YouTube"],
.nav-socials a[aria-label="YouTube"] {
  color: #f0ede6 !important;
}
.site-nav-socials a[aria-label="YouTube"] svg,
.nav-socials a[aria-label="YouTube"] svg {
  color: #f0ede6 !important;
}
.site-nav-socials a[aria-label="YouTube"] svg path,
.nav-socials a[aria-label="YouTube"] svg path {
  fill: #f0ede6 !important;
}
.site-nav-socials a[aria-label="YouTube"]:hover,
.nav-socials a[aria-label="YouTube"]:hover {
  color: #c8a96e !important;
}
.site-nav-socials a[aria-label="YouTube"]:hover svg,
.nav-socials a[aria-label="YouTube"]:hover svg {
  color: #c8a96e !important;
}
.site-nav-socials a[aria-label="YouTube"]:hover svg path,
.nav-socials a[aria-label="YouTube"]:hover svg path {
  fill: #c8a96e !important;
}

@media (min-width: 1025px) {
  nav.site-nav > ul.site-nav-links.nav-links {
    position: relative;
    left: 45px;
  }
}

.site-nav-socials img,
.nav-socials img {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}


.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(240,237,230,0.25);
  background: transparent;
  color: rgba(240,237,230,0.75);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
.nav-toggle:hover {
  color: #c8a96e;
  border-color: rgba(200, 169, 110, 0.45);
}

@media (max-width: 639px) {
  nav.site-nav {
    position: relative;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center;
    row-gap: 10px;
    column-gap: 12px;
    padding: 16px 20px !important;
  }
  nav.site-nav > .site-logo {
    flex: 1;
    min-width: 0;
  }
  nav.site-nav > .nav-toggle {
    display: inline-flex !important;
    flex-shrink: 0;
    margin-left: auto;
  }
  nav.site-nav:not(.nav-open) .site-nav-links,
  nav.site-nav:not(.nav-open) .site-nav-socials {
    display: none !important;
  }
  nav.site-nav.nav-open .site-nav-links {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px 0 8px;
    gap: 14px;
    border-top: 0.5px solid rgba(240, 237, 230, 0.08);
    margin-top: 8px;
    order: 3;
  }
  nav.site-nav.nav-open .site-nav-socials {
    display: flex !important;
    width: 100%;
    justify-content: center;
    padding-bottom: 8px;
    order: 4;
  }
}

@media (min-width: 640px) {
  .nav-toggle {
    display: none !important;
  }
  nav.site-nav > .site-nav-links,
  nav.site-nav > .site-nav-socials {
    display: flex !important;
  }
}

/* --- Ticker (used by Home, Shop) — not sticky; desktop = auto marquee --- */
.ticker {
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow: hidden;
  white-space: nowrap;
  position: static;
}
.ticker-inner { display: inline-block; animation: tick 30s linear infinite; }
.ticker-inner span {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.3);
  padding: 0 40px;
}
.ticker-inner span b { color: #C8A96E; font-weight: 500; }

@keyframes tick {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- Button (canonical) --- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #C8A96E;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8A96E;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s;
}
.btn:hover { background: #C8A96E; color: #0A0A0A; }
.btn.solid { background: #C8A96E; color: #0A0A0A; }

/* --- Google AdSense — .ad-slot + .ad-leaderboard | .ad-mid | … (+ optional .ad-live). Legacy: .ad.leaderboard etc. */
.adsbygoogle,
ins.adsbygoogle {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.ad-slot,
.ad {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 12px 16px;
  background: rgba(240,237,230,0.03);
  border: 1px dashed rgba(200,169,110,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.ad-slot ins.adsbygoogle,
.ad ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
  flex-shrink: 0;
}

.ad-leaderboard,
.ad-mid,
.ad-footer,
.ad.leaderboard,
.ad.mid,
.ad.footer {
  min-height: 90px;
}

.ad-leaderboard ins.adsbygoogle,
.ad-mid ins.adsbygoogle,
.ad-footer ins.adsbygoogle,
.ad.leaderboard ins.adsbygoogle,
.ad.mid ins.adsbygoogle,
.ad.footer ins.adsbygoogle {
  max-width: 728px !important;
  min-height: 90px;
}

.ad-sidebar,
.ad.sidebar {
  min-height: 250px;
}

.ad-sidebar ins.adsbygoogle,
.ad.sidebar ins.adsbygoogle {
  max-width: 300px !important;
  min-height: 250px;
}

.ad-sidebar-tall,
.ad.sidebar-tall {
  min-height: 600px;
}

.ad-sidebar-tall ins.adsbygoogle,
.ad.sidebar-tall ins.adsbygoogle {
  max-width: 300px !important;
  min-height: 600px;
}

@media (max-width: 640px) {
  .ad-slot,
  .ad {
    max-width: min(100%, calc(100vw - 28px));
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ad-leaderboard ins.adsbygoogle,
  .ad-mid ins.adsbygoogle,
  .ad-footer ins.adsbygoogle,
  .ad.leaderboard ins.adsbygoogle,
  .ad.mid ins.adsbygoogle,
  .ad.footer ins.adsbygoogle {
    max-width: 100% !important;
  }
}

.kempire-podcasts-page .pod-sidebar .ad-slot,
.kempire-podcasts-page .pod-sidebar .ad,
.kempire-stories-page .stories-sidebar .ad-slot,
.kempire-stories-page .stories-sidebar .ad,
.kempire-blogpost-page .sidebar .ad-slot,
.kempire-blogpost-page .sidebar .ad {
  max-width: 100%;
}

ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }

html.kempire-ads-debug ins.adsbygoogle[data-ad-status="unfilled"] {
  display: block !important;
  min-height: 40px;
  outline: 2px dashed rgba(220, 100, 100, 0.7);
  background: rgba(220, 100, 100, 0.06);
}

/* --- Footer (universal; same rules as kempire_homepage.html, scoped to .kempire-site-footer) --- */
footer.kempire-site-footer {
  border-top: 0.5px solid rgba(240,237,230,0.1);
  padding: 56px 48px 32px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
}
.f-logo {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #F0EDE6;
  margin-bottom: 14px;
  text-decoration: none;
  display: block;
}
.f-logo span { color: #C8A96E; }
.f-copy {
  font-size: 11px;
  color: rgba(240,237,230,0.3);
  line-height: 1.7;
  font-weight: 300;
}
.f-col-title {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px;
}
.f-links { list-style: none; }
.f-links li { margin-bottom: 10px; }
.f-links a {
  font-size: 12px;
  color: rgba(240,237,230,0.5);
  text-decoration: none;
}
.f-links a:hover { color: #C8A96E; }

.footer-bar {
  padding: 18px 48px;
  border-top: 0.5px solid rgba(240,237,230,0.06);
  display: flex;
  justify-content: space-between;
}
.footer-bar p {
  font-size: 10px;
  color: rgba(240,237,230,0.2);
  letter-spacing: 0.06em;
}

/* --- Newsletter: flex / overflow safety (all pages using .newsletter) --- */
/* Desktop layout still comes from page-specific rules / Elementor paste; these avoid clip + nowrap blowout. */
.kempire-home-page .newsletter,
main#kempire-home-main .newsletter,
.kempire-elementor-html-root .newsletter,
.kempire-shop-page .newsletter,
.kempire-stories-page .newsletter,
.kempire-watch-page .newsletter,
.kempire-podcasts-page .newsletter,
.kempire-about-page .newsletter,
.kempire-blogpost-page .newsletter {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.kempire-home-page .newsletter > :first-child,
main#kempire-home-main .newsletter > :first-child,
.kempire-elementor-html-root .newsletter > :first-child,
.kempire-shop-page .newsletter > :first-child,
.kempire-stories-page .newsletter > :first-child,
.kempire-watch-page .newsletter > :first-child,
.kempire-podcasts-page .newsletter > :first-child,
.kempire-about-page .newsletter > :first-child,
.kempire-blogpost-page .newsletter > :first-child {
  min-width: 0;
  max-width: 100%;
}
.kempire-home-page .newsletter-form,
main#kempire-home-main .newsletter-form,
.kempire-elementor-html-root .newsletter-form,
.kempire-shop-page .newsletter-form,
.kempire-stories-page .newsletter-form,
.kempire-watch-page .newsletter-form,
.kempire-podcasts-page .newsletter-form,
.kempire-about-page .newsletter-form,
.kempire-blogpost-page .newsletter-form {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.kempire-home-page .newsletter-title,
main#kempire-home-main .newsletter-title,
.kempire-elementor-html-root .newsletter-title,
.kempire-shop-page .newsletter-title,
.kempire-stories-page .newsletter-title,
.kempire-watch-page .newsletter-title,
.kempire-podcasts-page .newsletter-title,
.kempire-about-page .newsletter-title,
.kempire-blogpost-page .newsletter-title {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.kempire-home-page .newsletter-sub,
main#kempire-home-main .newsletter-sub,
.kempire-elementor-html-root .newsletter-sub,
.kempire-shop-page .newsletter-sub,
.kempire-stories-page .newsletter-sub,
.kempire-watch-page .newsletter-sub,
.kempire-podcasts-page .newsletter-sub,
.kempire-about-page .newsletter-sub,
.kempire-blogpost-page .newsletter-sub {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Kit newsletter form: square corners (override theme / UA rounding on inputs & buttons) */
.newsletter-input,
.newsletter-submit {
  border-radius: 0;
}

/* Baseline strip + form chrome for any .newsletter inside the Elementor HTML widget root.
   Page-specific blocks below still win when .kempire-*-page matches (same specificity, later in file).
   Use when the wrapper lost page classes or the block sits only under .kempire-elementor-html-root. */
.kempire-elementor-html-root .newsletter {
  padding: 80px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-elementor-html-root .newsletter-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.kempire-elementor-html-root .newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 14px;
}
.kempire-elementor-html-root .newsletter-title em {
  font-style: italic;
  color: #C8A96E;
}
.kempire-elementor-html-root .newsletter-sub {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 380px;
  font-weight: 300;
}
.kempire-elementor-html-root .newsletter-form {
  display: flex;
  flex-shrink: 0;
  gap: 0;
}
.kempire-elementor-html-root .newsletter-input {
  padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  width: 260px;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
}
.kempire-elementor-html-root .newsletter-input::placeholder {
  color: rgba(240,237,230,0.3);
}
.kempire-elementor-html-root .newsletter-submit {
  padding: 14px 24px;
  background: #C8A96E;
  border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  font-weight: 500;
}


/* ============================================================
   2. PAGE: HOME (.kempire-home-page)
   ============================================================ */

/* --- Hero --- */
.kempire-home-page .hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-home-page .hero-img { position: relative; overflow: hidden; background: #111; }
.kempire-home-page .hero-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block; filter: brightness(0.88);
}
.kempire-home-page .hero-fade {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 50%, #0A0A0A 100%);
}
.kempire-home-page .hero-content {
  padding: 80px 56px;
  display: flex; flex-direction: column; justify-content: center;
}
.kempire-home-page .eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 24px;
}
.kempire-home-page .headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 900; line-height: 0.95;
  color: #F0EDE6; margin-bottom: 24px; letter-spacing: -0.02em;
}
.kempire-home-page .headline em { font-style: italic; color: #C8A96E; display: block; }
.kempire-home-page .hero-body {
  font-size: 14px; color: rgba(240,237,230,0.5);
  line-height: 1.8; font-weight: 300;
  max-width: 360px; margin-bottom: 40px;
}

/* --- Topic filter (TheKempireWebsite2026 kempire_homepage.html) — horizontal strip --- */
.kempire-home-page .topics,
main#kempire-home-main .topics {
  display: flex;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow-x: auto;
  padding: 0 48px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.kempire-home-page .topics::-webkit-scrollbar,
main#kempire-home-main .topics::-webkit-scrollbar {
  display: none;
}
.kempire-home-page .topic,
main#kempire-home-main .topic {
  flex-shrink: 0;
  padding: 14px 24px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.4);
  cursor: pointer;
  border-right: 0.5px solid rgba(240,237,230,0.08);
  white-space: nowrap;
  position: relative;
  transition: color 0.25s ease, transform 0.18s ease;
}
.kempire-home-page .topic:first-child,
main#kempire-home-main .topic:first-child {
  padding-left: 0;
}
.kempire-home-page .topic:last-child,
main#kempire-home-main .topic:last-child {
  border-right: none;
}
.kempire-home-page .topic::after,
main#kempire-home-main .topic::after {
  display: none;
}
.kempire-home-page .topic.active,
.kempire-home-page .topic:hover,
main#kempire-home-main .topic.active,
main#kempire-home-main .topic:hover {
  color: #C8A96E;
}
.kempire-home-page .topic:active,
main#kempire-home-main .topic:active {
  transform: scale(0.97);
}

/* --- Section header --- */
.kempire-home-page .sec-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 48px 48px 32px;
}
.kempire-home-page .sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 700; color: #F0EDE6;
}
.kempire-home-page .sec-link {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none;
}

/* --- Post feed --- */
.kempire-home-page .feed {
  padding: 0 48px 64px; display: flex; flex-direction: column; gap: 24px;
  transition: opacity 0.22s ease, min-height 0.4s ease;
}
.kempire-home-page .feed.is-loading { opacity: 0; pointer-events: none; }
.kempire-home-page .post-card {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 0.5px solid rgba(240,237,230,0.1);
  cursor: pointer; transition: border-color 0.2s;
}
.kempire-home-page .post-card:hover { border-color: rgba(200,169,110,0.4); }
.kempire-home-page .post-card.reverse { direction: rtl; }
.kempire-home-page .post-card.reverse > * { direction: ltr; }

@keyframes kempireCardIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.kempire-home-page .feed .kf-card {
  opacity: 0;
  animation: kempireCardIn 0.45s ease-out forwards;
  animation-delay: calc(var(--kf-i, 0) * 80ms);
  will-change: opacity;
}
@media (prefers-reduced-motion: reduce) {
  .kempire-home-page .feed,
  .kempire-home-page .feed.is-loading,
  .kempire-home-page .feed .kf-card,
  .kempire-home-page .topic,
  .kempire-home-page .topic::after,
  main#kempire-home-main .topic,
  main#kempire-home-main .topic::after {
    transition: none !important;
    animation: none !important;
  }
  .kempire-home-page .feed.is-loading { opacity: 1; }
  .kempire-home-page .feed .kf-card { opacity: 1; }
}

.kempire-home-page .blog-side {
  padding: 36px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-right: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-home-page .post-card.reverse .blog-side {
  border-right: none;
  border-left: 0.5px solid rgba(240,237,230,0.08);
}

/* Latest Stories feed (#yt-feature-feed): renderPostCard uses .post-card-body + .post-card-vid / .vid-thumb-sm */
.kempire-home-page .post-card-body {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-home-page .post-card.reverse .post-card-body {
  border-right: none;
  border-left: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-home-page .post-card-vid {
  background: #0f0f0f;
  display: flex;
  flex-direction: column;
  min-width: 0;
  align-self: stretch;
}
/* Latest Stories: same post-card markup; JS uses .vid-thumb-sm--natural + img (no crop) */
.kempire-home-page .vid-thumb-sm:not(.vid-thumb-sm--natural),
main#kempire-home-main .vid-thumb-sm:not(.vid-thumb-sm--natural) {
  flex: none;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.kempire-home-page .vid-thumb-sm.vid-thumb-sm--natural,
main#kempire-home-main .vid-thumb-sm.vid-thumb-sm--natural {
  display: block;
  aspect-ratio: auto;
}
.kempire-home-page .vid-thumb-sm.vid-thumb-sm--natural .vid-thumb-img,
main#kempire-home-main .vid-thumb-sm.vid-thumb-sm--natural .vid-thumb-img {
  width: 100%;
  height: auto;
  display: block;
}
.kempire-home-page .vid-thumb-sm.vid-thumb-sm--natural .play-xs,
main#kempire-home-main .vid-thumb-sm.vid-thumb-sm--natural .play-xs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kempire-home-page .post-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.kempire-home-page .post-date,
.kempire-home-page .post-read {
  font-size: 10px;
  color: rgba(240,237,230,0.3);
}
.kempire-home-page .vid-meta-sm {
  padding: 10px 12px;
  border-top: 0.5px solid rgba(240,237,230,0.06);
}
.kempire-home-page .vid-meta-label {
  font-size: 7px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 4px;
}
.kempire-home-page .vid-meta-views {
  font-size: 9px;
  color: rgba(240,237,230,0.3);
}

/* Latest Stories (#yt-feature-feed): on mobile — video block (thumb above meta) before story body */
@media (max-width: 639px) {
  #yt-feature-feed .post-card > .post-card-vid {
    order: -1;
  }
  #yt-feature-feed .post-card-vid {
    display: flex;
    flex-direction: column;
  }
  #yt-feature-feed .post-card-vid > .vid-thumb-sm {
    order: 0;
  }
  #yt-feature-feed .post-card-vid > .vid-meta-sm {
    order: 1;
  }
  #yt-feature-feed .vid-side {
    display: flex;
    flex-direction: column;
  }
  #yt-feature-feed .vid-side > .vid-thumb {
    order: 0;
  }
  #yt-feature-feed .vid-side > .vid-info {
    order: 1;
  }
}

.kempire-home-page .post-cat {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 14px;
}
.kempire-home-page .post-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; line-height: 1.2;
  color: #F0EDE6; margin-bottom: 14px;
}
.kempire-home-page .post-excerpt {
  font-size: 12px; color: rgba(240,237,230,0.45);
  line-height: 1.7; font-weight: 300;
}
.kempire-home-page .post-meta {
  font-size: 10px; color: rgba(240,237,230,0.3);
  letter-spacing: 0.06em; display: flex; gap: 14px; margin-top: 20px;
}
.kempire-home-page .blog-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 20px;
  border-top: 0.5px solid rgba(240,237,230,0.08);
  margin-top: 20px;
}
.kempire-home-page .blog-cta {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: #C8A96E;
}
.kempire-home-page .vid-badge-sm {
  font-size: 9px; letter-spacing: 0.1em;
  color: rgba(200,169,110,0.5); text-transform: uppercase;
}

/* --- Video Side (Featured Topics uses .vid-thumb + .vid-thumb--natural img) --- */
.kempire-home-page .vid-side,
main#kempire-home-main .vid-side { background: #111; display: flex; flex-direction: column; }
/* Placeholder / cover thumbs only — .vid-thumb--natural uses <img> layout below */
.kempire-home-page .vid-thumb:not(.vid-thumb--natural),
main#kempire-home-main .vid-thumb:not(.vid-thumb--natural) {
  flex: 1; display: flex; align-items: center; justify-content: center;
  min-height: 200px; background: #0F0F0F; position: relative;
}
.kempire-home-page .vid-thumb.vid-thumb--natural,
main#kempire-home-main .vid-thumb.vid-thumb--natural {
  flex: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #0f0f0f;
}
.kempire-home-page .vid-thumb.vid-thumb--natural .vid-thumb-img,
main#kempire-home-main .vid-thumb.vid-thumb--natural .vid-thumb-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
/* Same as above when body does not use .kempire-home-page (Elementor frequently omits it) */
#yt-feature-feed .vid-thumb.vid-thumb--natural {
  flex: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #0f0f0f;
}
#yt-feature-feed .vid-thumb.vid-thumb--natural .vid-thumb-img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}

@media (min-width: 320px) and (max-width: 639px) {
  .vid-thumb:not(.vid-thumb--natural) {
    min-height: 250px;
  }
}

.kempire-home-page .vid-thumb.vid-thumb--natural .play,
main#kempire-home-main .vid-thumb.vid-thumb--natural .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kempire-home-page .vid-lbl {
  position: absolute; top: 14px; left: 14px;
  font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(240,237,230,0.4);
  border: 0.5px solid rgba(240,237,230,0.15); padding: 4px 10px;
}
.kempire-home-page .play {
  width: 52px; height: 52px;
  border: 1.5px solid rgba(200,169,110,0.5); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.kempire-home-page .tri {
  width: 0; height: 0;
  border-top: 10px solid transparent; border-bottom: 10px solid transparent;
  border-left: 17px solid #C8A96E; margin-left: 4px;
}
.kempire-home-page .vid-info {
  padding: 18px 22px;
  border-top: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-home-page .vid-label2 {
  font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 6px;
}
.kempire-home-page .vid-title {
  font-size: 13px; font-weight: 500; color: #F0EDE6;
  line-height: 1.4; margin-bottom: 6px;
}
.kempire-home-page .vid-meta { font-size: 10px; color: rgba(240,237,230,0.3); }

/* ----- Elementor Loop Grid — Latest Stories card markup (.post-card in Loop Item template) ----- */
.elementor-widget-loop-grid:has(.post-card) .elementor-loop-container .elementor-grid,
.elementor-widget-loop-grid:has(.post-card) > .elementor-widget-container > .elementor-loop-container > .elementor-grid {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.elementor-widget-loop-grid:has(.post-card) .e-loop-item {
  width: 100% !important;
  max-width: 100% !important;
}
.elementor-widget-loop-grid:has(.post-card) .e-loop-item .post-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card {
  direction: rtl;
}
.elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card > * {
  direction: ltr;
}
.elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .blog-side {
  border-right: none;
  border-left: 0.5px solid rgba(240,237,230,0.08);
}
.elementor-widget-loop-grid:has(.post-card) .e-loop-item .elementor-element-populated {
  padding-block: 0;
}
.elementor-widget-loop-grid:has(.post-card) .vid-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.elementor-widget-loop-grid:has(.post-card) .vid-thumb .elementor-widget-container,
.elementor-widget-loop-grid:has(.post-card) .vid-thumb .elementor-image {
  height: 100%;
  min-height: 200px;
}
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat .elementor-heading-title,
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat .elementor-text-editor,
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat .elementor-text-editor p {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  margin: 0;
}
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat { margin-bottom: 14px; }
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-title .elementor-heading-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #F0EDE6;
  margin: 0 0 14px;
}
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-excerpt .elementor-text-editor,
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-excerpt .elementor-text-editor p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(240,237,230,0.45);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-meta .elementor-heading-title,
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-meta .elementor-text-editor,
.elementor-widget-loop-grid:has(.post-card) .elementor-element.post-meta .elementor-text-editor p {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  color: rgba(240,237,230,0.3);
  letter-spacing: 0.06em;
  margin: 0;
}

/* --- Podcast Section --- */
.kempire-home-page .podcast {
  display: grid; grid-template-columns: 280px 1fr;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-home-page .pod-left {
  background: #C8A96E; padding: 52px 36px;
  display: flex; flex-direction: column; gap: 14px;
}
.kempire-home-page .pod-eyebrow {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(10,10,10,0.55);
}
.kempire-home-page .pod-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(16px, 3.2vw, 26px); font-weight: 900; color: #0A0A0A; line-height: 1.15;
}
.kempire-home-page .pod-sub {
  font-size: 12px; color: rgba(10,10,10,0.6);
  line-height: 1.6; font-weight: 300; flex: 1;
}
.kempire-home-page .pod-btn {
  display: inline-block; padding: 11px 22px;
  border: 1px solid #0A0A0A;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #0A0A0A; text-decoration: none; width: fit-content; margin-top: 8px;
}
.kempire-home-page .pod-right { padding: 36px 48px; display: flex; flex-direction: column; }

.kempire-home-page .ep {
  display: flex; align-items: center; gap: 20px;
  padding: 18px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
  cursor: pointer;
}
.kempire-home-page a.ep { text-decoration: none; color: inherit; }
.kempire-home-page a.ep:focus-visible {
  outline: 2px solid rgba(200, 169, 110, 0.65);
  outline-offset: 2px;
}
.kempire-home-page .ep:last-child { border-bottom: none; }
.kempire-home-page .ep:hover .ep-title { color: #C8A96E; }
.kempire-home-page .ep-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 900;
  color: rgba(200,169,110,0.2); min-width: 44px;
}
.kempire-home-page .ep-title {
  font-size: 14px; font-weight: 500; color: #F0EDE6;
  transition: color 0.2s; line-height: 1.3;
}
.kempire-home-page .ep-dur {
  margin-left: auto;
  font-size: 10px; color: rgba(240,237,230,0.3); white-space: nowrap;
}

/* --- Homepage newsletter (prototype: kempire_stories.html; Kit form in paste)
   Newsletter must live inside <main class="kempire-home-page" id="kempire-home-main"> so
   descendant selectors match; also target by id if a theme strips the page class. --- */
.kempire-home-page .newsletter,
main#kempire-home-main .newsletter {
  padding: 80px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-home-page .newsletter-eyebrow,
main#kempire-home-main .newsletter-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
}
.kempire-home-page .newsletter-title,
main#kempire-home-main .newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 14px;
}
.kempire-home-page .newsletter-title em,
main#kempire-home-main .newsletter-title em {
  font-style: italic;
  color: #C8A96E;
}
.kempire-home-page .newsletter-sub,
main#kempire-home-main .newsletter-sub {
  font-size: 13px;
  color: rgba(240,237,230,0.5);
  line-height: 1.7;
  max-width: 380px;
  font-weight: 300;
}
.kempire-home-page .newsletter-form,
main#kempire-home-main .newsletter-form {
  display: flex;
  flex-shrink: 0;
  gap: 0;
}
.kempire-home-page .newsletter-input,
main#kempire-home-main .newsletter-input {
  padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  width: 260px;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
}
.kempire-home-page .newsletter-input::placeholder,
main#kempire-home-main .newsletter-input::placeholder {
  color: rgba(240,237,230,0.3);
}
.kempire-home-page .newsletter-submit,
main#kempire-home-main .newsletter-submit {
  padding: 14px 24px;
  background: #C8A96E;
  border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  font-weight: 500;
}


/* ============================================================
   3. PAGE: ABOUT (.kempire-about-page)
   ============================================================ */

/* About has a non-sticky nav */
.kempire-about-page nav.site-nav {
  position: static;
}

.kempire-about-page .page-header {
  padding: 80px 48px 0;
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .page-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-about-page .page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900; line-height: 0.9; color: #F0EDE6;
  padding-bottom: 48px; letter-spacing: -0.02em;
}
.kempire-about-page .page-title em { font-style: italic; color: #C8A96E; }

.kempire-about-page .about-main {
  display: grid; grid-template-columns: 420px 1fr;
  min-height: 600px;
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .about-img { overflow: hidden; background: #111; position: relative; }
.kempire-about-page .about-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 10%; display: block;
}
.kempire-about-page .about-img-fade {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #0A0A0A);
}
.kempire-about-page .about-content {
  padding: 64px;
  display: flex; flex-direction: column; justify-content: center;
  border-left: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .rule {
  width: 48px; height: 1px; background: #C8A96E; margin-bottom: 28px;
}
.kempire-about-page .about-name {
  font-family: "Playfair Display", serif;
  font-size: 36px; font-weight: 900; color: #F0EDE6; margin-bottom: 6px;
}
.kempire-about-page .about-role {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 32px;
}
.kempire-about-page .about-text {
  font-size: 14px; color: rgba(240, 237, 230, 0.6);
  line-height: 1.9; font-weight: 300; max-width: 520px;
}
.kempire-about-page .about-text p { margin-bottom: 20px; }
.kempire-about-page .about-text p:last-child { margin-bottom: 0; }
.kempire-about-page .about-crown {
  width: 72px; height: auto; margin-bottom: 20px; display: block;
}

.kempire-about-page .stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .stat-item {
  padding: 40px 48px;
  border-right: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .stat-item:last-child { border-right: none; }
.kempire-about-page .stat-num {
  font-family: "Playfair Display", serif;
  font-size: 48px; font-weight: 900;
  color: #C8A96E; line-height: 1; margin-bottom: 8px;
}
.kempire-about-page .stat-label {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(240, 237, 230, 0.4);
}

.kempire-about-page .what-section {
  padding: 80px 48px;
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .what-title {
  font-family: "Playfair Display", serif;
  font-size: 32px; font-weight: 700; color: #F0EDE6; margin-bottom: 48px;
}
.kempire-about-page .what-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  border-left: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .what-card {
  padding: 36px;
  border-right: 0.5px solid rgba(240, 237, 230, 0.1);
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .what-num {
  font-family: "Playfair Display", serif;
  font-size: 56px; font-weight: 900;
  color: rgba(200, 169, 110, 0.1);
  margin-bottom: 16px; line-height: 1;
}
.kempire-about-page .what-card-title {
  font-family: "Playfair Display", serif;
  font-size: 20px; font-weight: 700; color: #F0EDE6; margin-bottom: 12px;
}
.kempire-about-page .what-card-body {
  font-size: 12px; color: rgba(240, 237, 230, 0.45);
  line-height: 1.7; font-weight: 300;
}

.kempire-about-page .cta {
  padding: 100px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-about-page .cta-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-about-page .cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 4vw, 58px); font-weight: 900;
  color: #F0EDE6; line-height: 1; margin-bottom: 20px;
}
.kempire-about-page .cta-title em { font-style: italic; color: #C8A96E; }
.kempire-about-page .cta-body {
  font-size: 13px; color: rgba(240, 237, 230, 0.5);
  line-height: 1.7; max-width: 400px; font-weight: 300;
}
.kempire-about-page .cta-btns { display: flex; gap: 16px; flex-shrink: 0; }


/* ============================================================
   4. PAGE: BLOGPOST (.kempire-blogpost-page)
   ============================================================ */

.kempire-blogpost-page .article-header { padding: 40px 48px 0; max-width: 900px; }
.kempire-blogpost-page .breadcrumb {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(240,237,230,0.35); margin-bottom: 20px;
}
.kempire-blogpost-page .breadcrumb span { color: #C8A96E; }
.kempire-blogpost-page .article-cat {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 20px; display: block;
}
.kempire-blogpost-page .article-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900; line-height: 1.1; color: #F0EDE6; margin-bottom: 24px;
}
.kempire-blogpost-page .article-meta {
  display: flex; align-items: center; gap: 20px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-blogpost-page .meta-date,
.kempire-blogpost-page .meta-read {
  font-size: 11px; color: rgba(240,237,230,0.4); letter-spacing: 0.08em;
}
.kempire-blogpost-page .meta-div { width: 1px; height: 12px; background: rgba(240,237,230,0.15); }
.kempire-blogpost-page .meta-pill {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #C8A96E; border: 0.5px solid rgba(200,169,110,0.4); padding: 4px 12px;
}

.kempire-blogpost-page .video-block {
  margin: 0 48px;
  border: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-blogpost-page .video-thumb {
  background: #111; aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center; position: relative;
}
.kempire-blogpost-page .video-label {
  position: absolute; top: 20px; left: 20px;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  background: #C8A96E; color: #0A0A0A; padding: 6px 14px; font-weight: 500;
}
.kempire-blogpost-page .play-lg {
  width: 72px; height: 72px;
  border: 2px solid rgba(200,169,110,0.6); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.kempire-blogpost-page .tri-lg {
  width: 0; height: 0;
  border-top: 14px solid transparent; border-bottom: 14px solid transparent;
  border-left: 24px solid #C8A96E; margin-left: 6px;
}
.kempire-blogpost-page .video-caption {
  padding: 16px 20px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  display: flex; align-items: center; justify-content: space-between;
}
.kempire-blogpost-page .video-caption-text { font-size: 12px; color: rgba(240,237,230,0.5); }
.kempire-blogpost-page .video-link {
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none;
}

.kempire-blogpost-page .content-wrapper {
  display: grid; grid-template-columns: 1fr 300px;
  gap: 0; padding: 0 48px; align-items: start;
}
.kempire-blogpost-page .article-body {
  padding: 48px 48px 48px 0;
  border-right: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-blogpost-page .article-body p {
  font-size: 15px; color: rgba(240,237,230,0.7);
  line-height: 1.9; font-weight: 300; margin-bottom: 24px;
}
.kempire-blogpost-page .article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 700; color: #F0EDE6; margin: 40px 0 16px;
}
.kempire-blogpost-page .pull-quote {
  border-left: 3px solid #C8A96E;
  padding: 20px 32px; margin: 40px 0;
  background: rgba(200,169,110,0.04);
}
.kempire-blogpost-page .pull-quote p {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-style: italic; color: #F0EDE6;
  line-height: 1.5; font-weight: 700; margin: 0;
}

.kempire-blogpost-page .sidebar {
  padding: 48px 0 48px 36px;
  display: flex; flex-direction: column; gap: 32px;
}
.kempire-blogpost-page .sidebar-section-title {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-blogpost-page .sidebar-post {
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
  cursor: pointer;
}
.kempire-blogpost-page .sidebar-post:last-child { border-bottom: none; }
.kempire-blogpost-page .sidebar-post-cat {
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 6px;
}
.kempire-blogpost-page .sidebar-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 700; line-height: 1.3;
  color: rgba(240,237,230,0.7);
}
.kempire-blogpost-page .sidebar-post-title:hover { color: #F0EDE6; }

/* Single post + Elementor: ad slot fills grid tracks; outer row stays 100% of column — centering is flex + ins max-width */
.kempire-blogpost-page .ad-slot,
.kempire-blogpost-page .ad,
.kempire-elementor-html-root .ad-slot,
.kempire-elementor-html-root .ad {
  width: 100%;
  max-width: 100%;
}
.kempire-blogpost-page .content-wrapper .ad-slot,
.kempire-blogpost-page .content-wrapper .ad,
.kempire-elementor-html-root .content-wrapper .ad-slot,
.kempire-elementor-html-root .content-wrapper .ad {
  width: 100%;
  max-width: 100%;
}

/* Elementor: HTML widget should span the column so %/max-width ads compute > 0 */
.elementor-widget-html .kempire-blogpost-page,
.elementor-widget-html .kempire-elementor-html-root,
.elementor-widget-html .kempire-watch-page,
.elementor-widget-html .kempire-podcasts-page {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Elementor flex/grid columns default min-width:auto; 728px/300px ad ins then blows out the page.
   Shrink-wrap ancestors of Kempire roots (and blog layout). If scroll persists: DevTools → select
   document root → scroll badge, or find first node wider than clientWidth in the ancestor chain. */
.elementor-widget-html:has(.kempire-elementor-html-root, .kempire-blogpost-page, .kempire-watch-page, .kempire-podcasts-page),
.elementor-widget-wrap:has(.kempire-elementor-html-root, .kempire-blogpost-page, .kempire-watch-page, .kempire-podcasts-page),
.elementor-element-populated:has(.kempire-elementor-html-root, .kempire-blogpost-page, .kempire-watch-page, .kempire-podcasts-page),
.elementor-column:has(.kempire-elementor-html-root, .kempire-blogpost-page, .kempire-watch-page, .kempire-podcasts-page) {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.elementor-section:has(.kempire-elementor-html-root, .kempire-blogpost-page, .kempire-watch-page, .kempire-podcasts-page) > .elementor-container {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.kempire-blogpost-page .byline-wrap { padding: 0 48px 0; }
.kempire-blogpost-page .byline {
  padding: 32px 36px;
  border: 0.5px solid rgba(240,237,230,0.1);
  display: flex; align-items: flex-start; gap: 22px;
  background: rgba(240,237,230,0.02);
}
.kempire-blogpost-page .byline-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  border: 2px solid rgba(200,169,110,0.4);
}
.kempire-blogpost-page .byline-avatar img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
}
.kempire-blogpost-page .byline-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700; color: #F0EDE6; margin-bottom: 4px;
}
.kempire-blogpost-page .byline-role {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 10px;
}
.kempire-blogpost-page .byline-bio {
  font-size: 12px; color: rgba(240,237,230,0.45);
  line-height: 1.7; font-weight: 300;
}

.kempire-blogpost-page .more {
  padding: 40px 48px 64px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-blogpost-page .more-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700; color: #F0EDE6; margin-bottom: 32px;
}
.kempire-blogpost-page .more-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-blogpost-page .more-card {
  padding: 28px;
  border-right: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  cursor: pointer;
}
.kempire-blogpost-page .more-cat {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 10px;
}
.kempire-blogpost-page .more-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700; line-height: 1.3; color: #F0EDE6;
}

/* ============================================================
   5. PAGE: PODCASTS (.kempire-podcasts-page)
   Responsive 481 / 769 / 1025: see “Kempire responsive breakpoints” + aliases
   .podcasts-page-head / .podcasts-page-title (legacy styles.css class names).
   ============================================================ */

.kempire-podcasts-page {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.kempire-podcasts-page .page-header {
  padding: 56px 48px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-podcasts-page .page-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 14px;
}
.kempire-podcasts-page .page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 900; line-height: 0.9; color: #F0EDE6;
  padding-bottom: 48px; letter-spacing: -0.02em;
}
.kempire-podcasts-page .page-title em { font-style: italic; color: #C8A96E; }

.kempire-podcasts-page .show-hero {
  display: grid; grid-template-columns: 280px 1fr;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-podcasts-page .show-art {
  background: #C8A96E; padding: 52px 40px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.kempire-podcasts-page .show-art-label {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(10, 10, 10, 0.5); margin-bottom: 16px;
}
.kempire-podcasts-page .show-art-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(17px, 3.8vw, 28px); font-weight: 900; color: #0A0A0A;
  line-height: 1.15; margin-bottom: 16px;
}
.kempire-podcasts-page .show-art-sub {
  font-size: 12px; color: rgba(10, 10, 10, 0.6);
  line-height: 1.6; font-weight: 300;
}
.kempire-podcasts-page .show-platforms {
  display: flex; flex-direction: column; gap: 10px; margin-top: 28px;
}
.kempire-podcasts-page .platform-btn {
  display: inline-block; padding: 10px 20px;
  border: 1px solid #0A0A0A;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #0A0A0A; text-decoration: none; text-align: center;
}
.kempire-podcasts-page .platform-btn:hover { background: #0A0A0A; color: #C8A96E; }
.kempire-podcasts-page .show-info {
  padding: 52px 56px;
  display: flex; flex-direction: column; justify-content: center;
  border-left: 0.5px solid rgba(240,237,230,0.1);
  min-width: 0;
}
.kempire-podcasts-page .show-info-label {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-podcasts-page .show-info-title {
  font-family: "Playfair Display", serif;
  font-size: 32px; font-weight: 700; color: #F0EDE6; margin-bottom: 16px;
}
.kempire-podcasts-page .show-info-body {
  font-size: 14px; color: rgba(240,237,230,0.55);
  line-height: 1.8; font-weight: 300; max-width: 680px; margin-bottom: 28px;
}
.kempire-podcasts-page .show-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.kempire-podcasts-page .show-stat-num {
  font-family: "Playfair Display", serif;
  font-size: 36px; font-weight: 900; color: #C8A96E; line-height: 1;
}
.kempire-podcasts-page .show-stat-num.show-stat-text {
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.kempire-podcasts-page .show-stat-label {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(240,237,230,0.35); margin-top: 4px;
}

.kempire-podcasts-page .pod-sidecar {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.kempire-podcasts-page .episodes-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0;
  padding: 0 48px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.kempire-podcasts-page .episodes-main {
  border-right: 0.5px solid rgba(240,237,230,0.08);
  padding-right: 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.kempire-podcasts-page .ep-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 40px 0 28px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  margin-bottom: 0;
}
.kempire-podcasts-page .ep-header-title {
  font-family: "Playfair Display", serif;
  font-size: 24px; font-weight: 700; color: #F0EDE6;
}
.kempire-podcasts-page .ep-row {
  display: flex; align-items: center; gap: 24px;
  padding: 28px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
  cursor: pointer;
}
.kempire-podcasts-page a.ep-row { text-decoration: none; color: inherit; }
.kempire-podcasts-page a.ep-row:focus-visible {
  outline: 2px solid rgba(200, 169, 110, 0.65);
  outline-offset: 2px;
}
.kempire-podcasts-page .ep-row:hover .ep-title { color: #C8A96E; }
.kempire-podcasts-page .ep-num {
  font-family: "Playfair Display", serif;
  font-size: 36px; font-weight: 900;
  color: rgba(200, 169, 110, 0.15); min-width: 52px; line-height: 1;
}
.kempire-podcasts-page .ep-body {
  flex: 1;
  min-width: 0;
}
.kempire-podcasts-page .ep-title {
  font-family: "Playfair Display", serif;
  font-size: 18px; font-weight: 700; color: #F0EDE6;
  line-height: 1.25; margin-bottom: 8px; transition: color 0.2s;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.kempire-podcasts-page .ep-desc {
  font-size: 12px; color: rgba(240,237,230,0.4);
  line-height: 1.6; font-weight: 300;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.kempire-podcasts-page .ep-meta {
  font-size: 10px; color: rgba(240,237,230,0.25);
  margin-top: 8px; letter-spacing: 0.06em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.kempire-podcasts-page .ep-play {
  width: 44px; height: 44px;
  border: 1.5px solid rgba(200,169,110,0.35); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: border-color 0.2s;
}
.kempire-podcasts-page .ep-row:hover .ep-play { border-color: rgba(200, 169, 110, 0.7); }
.kempire-podcasts-page .ep-tri {
  width: 0; height: 0;
  border-top: 8px solid transparent; border-bottom: 8px solid transparent;
  border-left: 14px solid #C8A96E; margin-left: 3px;
}

.kempire-podcasts-page .pod-sidebar {
  padding: 40px 0 40px 32px;
  display: flex; flex-direction: column; gap: 32px;
  /* Sidebar column: fixed max 300px track; min-width 0 keeps ins.adsbygoogle from overflowing */
  min-width: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
/* MPU / tall units must stay inside padded sidebar column */
.kempire-podcasts-page .pod-sidebar .ad-slot,
.kempire-podcasts-page .pod-sidebar .ad {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.kempire-podcasts-page .pod-sidebar .ad-slot ins.adsbygoogle,
.kempire-podcasts-page .pod-sidebar .ad ins.adsbygoogle {
  width: 100% !important;
  max-width: 300px;
  margin: 0 !important;
}
.kempire-podcasts-page .sidebar-section-title {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}

.kempire-podcasts-page .sub-cta {
  padding: 80px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-podcasts-page .sub-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 14px;
}
.kempire-podcasts-page .sub-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 900;
  color: #F0EDE6; line-height: 1; margin-bottom: 16px;
}
.kempire-podcasts-page .sub-title em { font-style: italic; color: #C8A96E; }
.kempire-podcasts-page .sub-body {
  font-size: 13px; color: rgba(240,237,230,0.5);
  line-height: 1.7; max-width: 380px; font-weight: 300;
}
.kempire-podcasts-page .sub-btns {
  display: flex; flex-direction: column; gap: 12px; flex-shrink: 0;
}
.kempire-podcasts-page .sub-btn {
  display: inline-block; padding: 13px 28px;
  border: 1px solid #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none; text-align: center; white-space: nowrap;
}
.kempire-podcasts-page .sub-btn.solid { background: #C8A96E; color: #0A0A0A; }


/* ============================================================
   6. PAGE: SHOP (.kempire-shop-page)
   ============================================================ */

.kempire-shop-page .shop-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 70vh;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-shop-page .shop-hero-img {
  position: relative; overflow: hidden; background: #111;
}
.kempire-shop-page .shop-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block; filter: brightness(0.75);
}
.kempire-shop-page .shop-hero-fade {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 45%, #0A0A0A 100%);
}
.kempire-shop-page .shop-hero-content {
  padding: 80px 56px;
  display: flex; flex-direction: column; justify-content: center;
}
.kempire-shop-page .eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 24px;
}
.kempire-shop-page .shop-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 900; line-height: 0.95;
  color: #F0EDE6; margin-bottom: 24px; letter-spacing: -0.02em;
}
.kempire-shop-page .shop-headline em { font-style: italic; color: #C8A96E; display: block; }
.kempire-shop-page .shop-sub {
  font-size: 14px; color: rgba(240,237,230,0.5);
  line-height: 1.8; font-weight: 300; max-width: 360px; margin-bottom: 16px;
}
.kempire-shop-page .shop-note {
  font-size: 11px; color: rgba(240,237,230,0.3);
  letter-spacing: 0.08em; margin-bottom: 40px;
}

.kempire-shop-page .filter-bar {
  display: flex; padding: 0 48px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow-x: auto;
}
.kempire-shop-page .filter {
  flex-shrink: 0; padding: 14px 24px;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(240,237,230,0.4); cursor: pointer;
  border-right: 0.5px solid rgba(240,237,230,0.08); white-space: nowrap;
}
.kempire-shop-page .filter:first-child { padding-left: 0; }
.kempire-shop-page .filter.active,
.kempire-shop-page .filter:hover { color: #C8A96E; }

.kempire-shop-page .sec-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 48px 48px 32px;
}
.kempire-shop-page .sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 700; color: #F0EDE6;
}
.kempire-shop-page .sec-link {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none;
}

.kempire-shop-page .product-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: 0.5px solid rgba(240,237,230,0.1);
  padding: 0 48px;
}
.kempire-shop-page .product-card {
  border-right: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  cursor: pointer; transition: background 0.2s;
  text-decoration: none; display: block;
}
.kempire-shop-page .product-card:hover { background: rgba(200,169,110,0.04); }
.kempire-shop-page .product-img {
  width: 100%; aspect-ratio: 1/1; background: #141414;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.kempire-shop-page .product-img-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.kempire-shop-page .product-img-icon {
  width: 48px; height: 48px;
  border: 1px solid rgba(200,169,110,0.2); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.kempire-shop-page .product-img-icon svg {
  width: 20px; height: 20px;
  fill: none; stroke: rgba(200,169,110,0.4); stroke-width: 1.5;
}
.kempire-shop-page .product-img-text {
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(240,237,230,0.2);
}
.kempire-shop-page .product-badge {
  position: absolute; top: 14px; left: 14px;
  font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 4px 10px;
}
.kempire-shop-page .product-badge.new { background: #C8A96E; color: #0A0A0A; font-weight: 500; }
.kempire-shop-page .product-badge.bestseller {
  background: transparent;
  border: 0.5px solid rgba(200,169,110,0.5);
  color: #C8A96E;
}
.kempire-shop-page .product-info { padding: 22px 24px 28px; }
.kempire-shop-page .product-cat {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(240,237,230,0.35); margin-bottom: 8px;
}
.kempire-shop-page .product-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700; color: #F0EDE6;
  margin-bottom: 10px; line-height: 1.2;
}
.kempire-shop-page .product-desc {
  font-size: 12px; color: rgba(240,237,230,0.4);
  line-height: 1.6; font-weight: 300; margin-bottom: 16px;
}
.kempire-shop-page .product-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px;
  border-top: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-shop-page .product-price {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700; color: #C8A96E;
}
.kempire-shop-page .product-cta {
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(200,169,110,0.6);
}

.kempire-shop-page .product-featured {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  margin: 0 48px; text-decoration: none; transition: background 0.2s;
}
.kempire-shop-page .product-featured:hover { background: rgba(200,169,110,0.03); }
.kempire-shop-page .featured-img {
  background: #141414; aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
  border-right: 0.5px solid rgba(240,237,230,0.1); position: relative;
}
.kempire-shop-page .featured-info {
  padding: 52px 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.kempire-shop-page .featured-eyebrow {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-shop-page .featured-name {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 900; color: #F0EDE6;
  line-height: 1.1; margin-bottom: 16px;
}
.kempire-shop-page .featured-desc {
  font-size: 13px; color: rgba(240,237,230,0.5);
  line-height: 1.8; font-weight: 300;
  margin-bottom: 28px; max-width: 400px;
}
.kempire-shop-page .featured-price {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 900;
  color: #C8A96E; margin-bottom: 28px;
}
.kempire-shop-page .shop-link {
  display: inline-block; padding: 14px 32px;
  border: 1px solid #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none; width: fit-content;
  transition: all 0.2s;
}
.kempire-shop-page .shop-link:hover { background: #C8A96E; color: #0A0A0A; }

.kempire-shop-page .fw-banner {
  margin: 0 48px; padding: 36px 48px;
  background: rgba(200,169,110,0.06);
  border: 0.5px solid rgba(200,169,110,0.2);
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.kempire-shop-page .fw-banner-text { flex: 1; }
.kempire-shop-page .fw-banner-eyebrow {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 10px;
}
.kempire-shop-page .fw-banner-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; color: #F0EDE6; margin-bottom: 8px;
}
.kempire-shop-page .fw-banner-sub {
  font-size: 12px; color: rgba(240,237,230,0.45);
  line-height: 1.6; font-weight: 300;
}
.kempire-shop-page .fw-btn {
  display: inline-block; padding: 13px 28px;
  background: #C8A96E; border: 1px solid #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #0A0A0A; text-decoration: none;
  flex-shrink: 0; white-space: nowrap; font-weight: 500;
  transition: all 0.2s;
}
.kempire-shop-page .fw-btn:hover { background: transparent; color: #C8A96E; }

.kempire-shop-page .newsletter {
  padding: 100px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-shop-page .newsletter-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-shop-page .newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 900;
  color: #F0EDE6; line-height: 1; margin-bottom: 16px;
}
.kempire-shop-page .newsletter-title em { font-style: italic; color: #C8A96E; }
.kempire-shop-page .newsletter-sub {
  font-size: 13px; color: rgba(240,237,230,0.5);
  line-height: 1.7; max-width: 380px; font-weight: 300;
}
.kempire-shop-page .newsletter-form { display: flex; gap: 0; flex-shrink: 0; }
.kempire-shop-page .newsletter-input {
  padding: 14px 20px; background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6; font-size: 13px;
  font-family: 'DM Sans', sans-serif; width: 280px; outline: none;
}
.kempire-shop-page .newsletter-input::placeholder { color: rgba(240,237,230,0.3); }
.kempire-shop-page .newsletter-submit {
  padding: 14px 28px;
  background: #C8A96E; border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  font-family: 'DM Sans', sans-serif; cursor: pointer; font-weight: 500;
}


/* ============================================================
   7. PAGE: TOUR (.kempire-tour-page)
   ============================================================ */

/* Site-top leaderboard: full-width band under nav so creatives never read as overlapping the hero */
.kempire-tour-page .ad-slot.ad-leaderboard,
.kempire-tour-page .ad.leaderboard {
  background: #0A0A0A;
  position: relative;
  z-index: 40;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}

.kempire-tour-page .tour-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 60vh;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.kempire-tour-page .tour-hero-img { position: relative; overflow: hidden; background: #111; }
.kempire-tour-page .tour-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block; filter: brightness(0.7);
}
.kempire-tour-page .tour-hero-fade {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 40%, #0A0A0A 100%);
}
.kempire-tour-page .tour-hero-content {
  padding: 80px 56px;
  display: flex; flex-direction: column; justify-content: center;
}
.kempire-tour-page .eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 20px;
}
.kempire-tour-page .tour-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900; line-height: 0.95;
  color: #F0EDE6; margin-bottom: 20px; letter-spacing: -0.02em;
}
.kempire-tour-page .tour-headline em { font-style: italic; color: #C8A96E; display: block; }
.kempire-tour-page .tour-sub {
  font-size: 14px; color: rgba(240,237,230,0.5);
  line-height: 1.8; font-weight: 300; max-width: 360px; margin-bottom: 36px;
}

.kempire-tour-page .sec-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 56px 48px 32px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-tour-page .sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 700; color: #F0EDE6;
}
.kempire-tour-page .sec-note {
  font-size: 11px; color: rgba(240,237,230,0.35); letter-spacing: 0.08em;
}

.kempire-tour-page .events { padding: 0 48px 0; }
.kempire-tour-page .event-row {
  display: grid; grid-template-columns: 120px 1fr auto;
  align-items: center; gap: 40px; padding: 32px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-tour-page .event-row:last-child { border-bottom: none; }
.kempire-tour-page .event-date { text-align: center; }
.kempire-tour-page .event-month {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 4px;
}
.kempire-tour-page .event-day {
  font-family: 'Playfair Display', serif;
  font-size: 48px; font-weight: 900; color: #F0EDE6; line-height: 1;
}
.kempire-tour-page .event-year {
  font-size: 10px; letter-spacing: 0.1em;
  color: rgba(240,237,230,0.3); margin-top: 4px;
}
.kempire-tour-page .event-divider {
  width: 0.5px; height: 60px; background: rgba(240,237,230,0.1);
}
.kempire-tour-page .event-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; color: #F0EDE6; margin-bottom: 8px;
}
.kempire-tour-page .event-location {
  font-size: 13px; color: rgba(240,237,230,0.5); margin-bottom: 6px;
}
.kempire-tour-page .event-tags { display: flex; gap: 8px; margin-top: 10px; }
.kempire-tour-page .event-tag {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(200,169,110,0.7);
  border: 0.5px solid rgba(200,169,110,0.3);
  padding: 3px 10px;
}
.kempire-tour-page .event-tag.sold-out {
  color: rgba(240,237,230,0.3);
  border-color: rgba(240,237,230,0.12);
}
.kempire-tour-page .ticket-btn {
  display: inline-block; padding: 12px 24px;
  border: 1px solid #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none;
  white-space: nowrap; transition: all 0.2s;
}
.kempire-tour-page .ticket-btn:hover { background: #C8A96E; color: #0A0A0A; }
.kempire-tour-page .ticket-btn.sold {
  border-color: rgba(240,237,230,0.15);
  color: rgba(240,237,230,0.25);
  pointer-events: none;
}

.kempire-tour-page .past-section {
  padding: 0 48px 64px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-tour-page .past-header { padding: 48px 0 28px; }
.kempire-tour-page .past-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700; color: #F0EDE6;
}
.kempire-tour-page .past-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-left: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-tour-page .past-card {
  padding: 28px;
  border-right: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-tour-page .past-date {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(240,237,230,0.3); margin-bottom: 10px;
}
.kempire-tour-page .past-city {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700;
  color: rgba(240,237,230,0.5); margin-bottom: 6px;
}
.kempire-tour-page .past-venue {
  font-size: 12px; color: rgba(240,237,230,0.3);
}

.kempire-tour-page .notify {
  padding: 100px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  border-top: 0.5px solid rgba(240,237,230,0.1);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-tour-page .notify-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-tour-page .notify-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 900;
  color: #F0EDE6; line-height: 1; margin-bottom: 16px;
}
.kempire-tour-page .notify-title em { font-style: italic; color: #C8A96E; }
.kempire-tour-page .notify-sub {
  font-size: 13px; color: rgba(240,237,230,0.5);
  line-height: 1.7; max-width: 380px; font-weight: 300;
}
.kempire-tour-page .notify-form { display: flex; gap: 0; flex-shrink: 0; }
.kempire-tour-page .notify-input {
  padding: 14px 20px; background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6; font-size: 13px;
  font-family: 'DM Sans', sans-serif; width: 280px; outline: none;
}
.kempire-tour-page .notify-input::placeholder { color: rgba(240,237,230,0.3); }
.kempire-tour-page .notify-submit {
  padding: 14px 28px;
  background: #C8A96E; border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  font-family: 'DM Sans', sans-serif; cursor: pointer;
}


/* ============================================================
   8. PAGE: WATCH (.kempire-watch-page)
   ============================================================ */

/* Watch layout: minmax(0,1fr) keeps grid from forcing viewport scroll; html/body overflow-x is global. */
.kempire-watch-page {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.kempire-watch-page #kempire-watch-main {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
.kempire-watch-page .featured,
.kempire-watch-page a.featured.featured-whole-link {
  min-width: 0;
  max-width: 100%;
}

.kempire-watch-page .page-header {
  padding: 56px 48px 0;
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-watch-page .page-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 14px;
}
.kempire-watch-page .page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 900; line-height: 0.9; color: #F0EDE6;
  padding-bottom: 48px; letter-spacing: -0.02em;
}
.kempire-watch-page .page-title em { font-style: italic; color: #C8A96E; }

.kempire-watch-page .featured,
.kempire-watch-page a.featured.featured-whole-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-watch-page a.featured.featured-whole-link {
  color: inherit; text-decoration: none; cursor: pointer;
}
.kempire-watch-page div.featured .featured-thumb {
  cursor: pointer;
}
.kempire-watch-page div.featured:hover .featured-thumb:not(.is-playing) {
  filter: brightness(1.06);
}
.kempire-watch-page div.featured:hover .watch-btn {
  background: rgba(200, 169, 110, 0.12);
}
.kempire-watch-page a.featured.featured-whole-link:hover .featured-thumb {
  filter: brightness(1.06);
}
.kempire-watch-page a.featured.featured-whole-link:hover .watch-btn {
  background: rgba(200, 169, 110, 0.12);
}
.kempire-watch-page a.featured.featured-whole-link:focus-visible {
  outline: 2px solid rgba(200, 169, 110, 0.65);
  outline-offset: 3px;
}
.kempire-watch-page div.featured:focus-within .featured-thumb[role="button"]:focus-visible {
  outline: 2px solid rgba(200, 169, 110, 0.65);
  outline-offset: 2px;
}
.kempire-watch-page .featured-thumb {
  background: #111; aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  border-right: 0.5px solid rgba(240, 237, 230, 0.1);
  overflow: hidden;
}
.kempire-watch-page .featured-thumb .featured-youtube-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.kempire-watch-page .featured-badge {
  position: absolute; top: 20px; left: 20px;
  background: #C8A96E; color: #0A0A0A;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 14px; font-weight: 500;
}
.kempire-watch-page .play-xl {
  width: 80px; height: 80px;
  border: 2px solid rgba(200, 169, 110, 0.5); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.kempire-watch-page .tri-xl {
  width: 0; height: 0;
  border-top: 16px solid transparent; border-bottom: 16px solid transparent;
  border-left: 28px solid #C8A96E; margin-left: 6px;
}
.kempire-watch-page .featured-info {
  padding: 48px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.kempire-watch-page .featured-cat {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-watch-page .featured-title {
  font-family: "Playfair Display", serif;
  font-size: 26px; font-weight: 700; line-height: 1.2;
  color: #F0EDE6; margin-bottom: 16px;
}
.kempire-watch-page .featured-desc {
  font-size: 13px; color: rgba(240, 237, 230, 0.5);
  line-height: 1.7; font-weight: 300; margin-bottom: 28px;
}
.kempire-watch-page .featured-meta {
  font-size: 10px; color: rgba(240, 237, 230, 0.3);
  margin-bottom: 28px; letter-spacing: 0.06em;
}
.kempire-watch-page .watch-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 28px;
  border: 1px solid #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none;
  width: fit-content; box-sizing: border-box;
}
.kempire-watch-page a.watch-btn { text-decoration: none; }
.kempire-watch-page span.watch-btn { pointer-events: none; }
.kempire-watch-page button.watch-btn {
  background: transparent; border: 1px solid #C8A96E;
  font: inherit; font-family: inherit; cursor: pointer;
  color: inherit;
}

.kempire-watch-page .filter-bar {
  display: flex; flex-wrap: wrap; row-gap: 8px;
  padding: 0 48px;
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-watch-page .filter {
  flex-shrink: 0; padding: 14px 24px;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(240, 237, 230, 0.4); cursor: pointer;
  border-right: 0.5px solid rgba(240, 237, 230, 0.08); white-space: nowrap;
}
.kempire-watch-page .filter:first-child { padding-left: 0; }
.kempire-watch-page .filter.active,
.kempire-watch-page .filter:hover { color: #C8A96E; }

.kempire-watch-page .sec-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 48px 48px 28px;
}
.kempire-watch-page .sec-title {
  font-family: "Playfair Display", serif;
  font-size: 28px; font-weight: 700; color: #F0EDE6;
}
.kempire-watch-page .sec-link {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none;
}

.kempire-watch-page .vid-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%; max-width: 100%;
  box-sizing: border-box;
  border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  padding: 20px 48px 0;
}
.kempire-watch-page .vid-card {
  border: 0.5px solid rgba(240, 237, 230, 0.1);
  cursor: pointer; transition: background 0.2s;
  min-width: 0;
}
.kempire-watch-page .vid-card:hover { background: rgba(200, 169, 110, 0.03); }
.kempire-watch-page .vid-thumb-sm {
  width: 100%; aspect-ratio: 16/9;
  background: #111;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  background-size: cover; background-position: center;
}
.kempire-watch-page .vid-thumb-sm:hover .play-sm { border-color: rgba(200, 169, 110, 0.8); }
.kempire-watch-page .play-sm {
  width: 40px; height: 40px;
  border: 1.5px solid rgba(200, 169, 110, 0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s;
}
.kempire-watch-page .tri-sm {
  width: 0; height: 0;
  border-top: 7px solid transparent; border-bottom: 7px solid transparent;
  border-left: 12px solid #C8A96E; margin-left: 3px;
}
.kempire-watch-page .vid-card-info { padding: 20px 22px 24px; }
.kempire-watch-page .vid-card-cat {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 8px;
}
.kempire-watch-page .vid-card-title {
  font-family: "Playfair Display", serif;
  font-size: 16px; font-weight: 700; line-height: 1.3;
  color: #F0EDE6; margin-bottom: 10px;
}
.kempire-watch-page .vid-card-meta {
  font-size: 10px; color: rgba(240, 237, 230, 0.3); letter-spacing: 0.06em;
}
.kempire-watch-page .vid-card:focus-visible {
  outline: 2px solid #C8A96E; outline-offset: 2px;
}

/* In-page grid video modal (appended to body by kempire-watch-videos) */
.kempire-watch-modal {
  position: fixed; inset: 0; z-index: 100000;
  display: none; align-items: center; justify-content: center;
  padding: 24px; box-sizing: border-box;
}
.kempire-watch-modal.is-open { display: flex; }
.kempire-watch-modal__backdrop {
  position: absolute; inset: 0; border: 0; padding: 0;
  background: rgba(0, 0, 0, 0.88); cursor: pointer;
}
.kempire-watch-modal__panel {
  position: relative; z-index: 1;
  width: min(960px, 100%); max-height: 90vh;
  display: flex; flex-direction: column; gap: 12px;
}
.kempire-watch-modal__close {
  align-self: flex-end;
  background: transparent; cursor: pointer;
  border: 1px solid rgba(200, 169, 110, 0.5);
  color: #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 8px 16px;
}
.kempire-watch-modal__frame {
  position: relative; width: 100%; aspect-ratio: 16/9;
  background: #000;
}
.kempire-watch-modal__iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

/* Site-wide — podcast player (bundle appends #kempire-pod-player; persists across page loads via sessionStorage) */
html.kempire-pod-player-open {
  scroll-padding-bottom: 120px;
}
.kempire-pod-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background: rgba(10, 10, 10, 0.98);
  border-top: 1px solid rgba(200, 169, 110, 0.35);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: transform 0.28s ease;
  padding: 14px 24px 18px;
  box-sizing: border-box;
}
.kempire-pod-player.is-open {
  transform: translateY(0);
}
.kempire-pod-player__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kempire-pod-player__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.kempire-pod-player__title {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 700;
  color: #f0ede6;
  line-height: 1.35;
  flex: 1;
  min-width: 0;
}
.kempire-pod-player__close {
  flex-shrink: 0;
  background: transparent;
  border: 1px solid rgba(200, 169, 110, 0.45);
  color: #c8a96e;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  cursor: pointer;
}
.kempire-pod-player__audio {
  width: 100%;
  max-height: 54px;
}
.kempire-pod-player__resume {
  align-self: center;
  margin-top: 2px;
  background: transparent;
  border: 1px solid rgba(200, 169, 110, 0.45);
  color: #c8a96e;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 18px;
  cursor: pointer;
}
.kempire-pod-player__resume[hidden] {
  display: none !important;
}

.ep-row--play:focus-visible {
  outline: 2px solid rgba(200, 169, 110, 0.65);
  outline-offset: 2px;
}

.kempire-watch-page .yt-cta {
  padding: 80px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
}
.kempire-watch-page .yt-cta-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 14px;
}
.kempire-watch-page .yt-cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 900;
  color: #F0EDE6; line-height: 1; margin-bottom: 16px;
}
.kempire-watch-page .yt-cta-title em { font-style: italic; color: #C8A96E; }
.kempire-watch-page .yt-cta-sub {
  font-size: 13px; color: rgba(240, 237, 230, 0.5);
  line-height: 1.7; max-width: 400px; font-weight: 300;
}
.kempire-watch-page .yt-btn {
  display: inline-block; padding: 14px 32px;
  background: #C8A96E; border: 1px solid #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #0A0A0A; text-decoration: none; flex-shrink: 0;
}


/* ============================================================
   9. PAGE: STORIES (.kempire-stories-page)
   ============================================================ */

/* Remove Elementor default column padding (10px) around Stories HTML widget */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated:has(.kempire-stories-page) {
  padding: 0 !important;
}

.kempire-stories-page {
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  background: #0A0A0A;
  color: #F0EDE6;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}
.kempire-stories-page *,
.kempire-stories-page *::before,
.kempire-stories-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

.kempire-stories-page .page-header {
  padding: 64px 48px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-stories-page .page-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 14px;
}
.kempire-stories-page .page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900; line-height: 0.9; color: #F0EDE6;
  padding-bottom: 48px; letter-spacing: -0.02em;
}
.kempire-stories-page .page-title em { font-style: italic; color: #C8A96E; }

.kempire-stories-page .filter-bar {
  display: flex; padding: 0 48px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  overflow-x: auto;
}
.kempire-stories-page .filter {
  flex-shrink: 0; padding: 14px 24px;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(240,237,230,0.4); cursor: pointer;
  border-right: 0.5px solid rgba(240,237,230,0.08); white-space: nowrap;
}
.kempire-stories-page .filter:first-child { padding-left: 0; }
.kempire-stories-page .filter.active,
.kempire-stories-page .filter:hover { color: #C8A96E; }

.kempire-stories-page .kempire-stories-loading-shell {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 48px 24px; min-height: 160px;
  color: rgba(240,237,230,0.45); font-size: 12px; letter-spacing: 0.06em;
}
.kempire-stories-page a.featured-story .kempire-stories-loading-shell.is-featured {
  grid-column: 1 / -1; min-height: 280px;
}
.kempire-stories-page .kempire-stories-spinner {
  width: 28px; height: 28px; flex-shrink: 0; box-sizing: border-box;
  border: 2px solid rgba(200,169,110,0.2); border-top-color: #C8A96E;
  border-radius: 50%; animation: kempire-stories-spin 0.65s linear infinite;
}
@keyframes kempire-stories-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .kempire-stories-page .kempire-stories-spinner {
    animation: none; border-top-color: rgba(200,169,110,0.35);
  }
}

.kempire-stories-page .featured-story {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
  text-decoration: none; transition: background 0.2s;
}
.kempire-stories-page .featured-story:hover { background: rgba(200,169,110,0.02); }
.kempire-stories-page .featured-thumb {
  background: #111; position: relative; overflow: hidden;
  border-right: 0.5px solid rgba(240,237,230,0.1);
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kempire-stories-page .featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: brightness(0.8);
}
.kempire-stories-page .featured-thumb-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.5) 0%, transparent 60%);
}
.kempire-stories-page .featured-badge {
  position: absolute; top: 20px; left: 20px;
  background: #C8A96E; color: #0A0A0A;
  font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 5px 14px; font-weight: 500;
}
.kempire-stories-page .featured-info {
  padding: 48px 44px;
  display: flex; flex-direction: column; justify-content: center;
  min-width: 0;
}
.kempire-stories-page .featured-cat {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 16px;
}
.kempire-stories-page .featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700; line-height: 1.2;
  color: #F0EDE6; margin-bottom: 16px;
}
.kempire-stories-page .featured-excerpt {
  font-size: 13px; color: rgba(240,237,230,0.5);
  line-height: 1.7; font-weight: 300; margin-bottom: 24px;
}
.kempire-stories-page .featured-meta {
  font-size: 10px; color: rgba(240,237,230,0.3);
  letter-spacing: 0.08em;
  display: flex; gap: 16px; align-items: center; margin-bottom: 28px;
}
.kempire-stories-page .meta-div {
  width: 1px; height: 10px; background: rgba(240,237,230,0.15);
}
.kempire-stories-page .vid-pill {
  font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #C8A96E;
  border: 0.5px solid rgba(200,169,110,0.4); padding: 3px 10px;
}
.kempire-stories-page .read-link {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E;
  display: flex; align-items: center; gap: 8px;
}

.kempire-stories-page .stories-wrapper {
  display: grid; grid-template-columns: 1fr 300px; gap: 0;
  padding: 0 48px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}

.kempire-stories-page .posts-col {
  border-right: 0.5px solid rgba(240,237,230,0.08);
  padding-right: 0;
}
.kempire-stories-page .posts-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 40px 0 28px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-stories-page .posts-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700; color: #F0EDE6;
}

.kempire-stories-page .post-card {
  display: grid; grid-template-columns: 1fr 200px;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
  cursor: pointer; transition: background 0.2s;
  text-decoration: none;
}
.kempire-stories-page .post-card:last-child { border-bottom: none; }
.kempire-stories-page .post-card:hover { background: rgba(200,169,110,0.02); }
.kempire-stories-page .post-card-body {
  padding: 28px 28px 28px 0;
  display: flex; flex-direction: column; justify-content: space-between;
  border-right: 0.5px solid rgba(240,237,230,0.06);
}
.kempire-stories-page .post-cat {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 10px;
}
.kempire-stories-page .post-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700; line-height: 1.25;
  color: #F0EDE6; margin-bottom: 10px;
}
.kempire-stories-page .post-excerpt {
  font-size: 12px; color: rgba(240,237,230,0.45);
  line-height: 1.6; font-weight: 300; margin-bottom: 14px;
}
.kempire-stories-page .post-meta-row {
  display: flex; align-items: center; gap: 12px;
}
.kempire-stories-page .post-date {
  font-size: 10px; color: rgba(240,237,230,0.3); letter-spacing: 0.06em;
}
.kempire-stories-page .post-read {
  font-size: 10px; color: rgba(240,237,230,0.3);
}
.kempire-stories-page .post-vid-tag {
  font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(200,169,110,0.5);
  border: 0.5px solid rgba(200,169,110,0.25); padding: 2px 8px;
}
.kempire-stories-page .post-card-vid {
  background: #0F0F0F; display: flex; flex-direction: column;
}
.kempire-stories-page .vid-thumb-sm {
  flex: 1; display: flex; align-items: center; justify-content: center;
  min-height: 110px; position: relative;
}
/* Whole thumbnail visible — matches kempire-stories-wp rendered <img> */
.kempire-stories-page .vid-thumb-sm.vid-thumb-sm--natural {
  flex: none;
  display: block;
  min-height: 0;
  overflow: hidden;
}
.kempire-stories-page .vid-thumb-sm.vid-thumb-sm--natural .vid-thumb-img {
  width: 100%;
  height: auto;
  display: block;
}
.kempire-stories-page .vid-thumb-sm.vid-thumb-sm--natural .play-xs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kempire-stories-page .vid-lbl {
  position: absolute; top: 8px; left: 8px;
  font-size: 7px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  border: 0.5px solid rgba(240,237,230,0.12); padding: 3px 7px;
}
.kempire-stories-page .play-xs {
  width: 32px; height: 32px;
  border: 1px solid rgba(200,169,110,0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.kempire-stories-page .tri-xs {
  width: 0; height: 0;
  border-top: 6px solid transparent; border-bottom: 6px solid transparent;
  border-left: 10px solid #C8A96E; margin-left: 2px;
}
.kempire-stories-page .vid-meta-sm {
  padding: 10px 12px;
  border-top: 0.5px solid rgba(240,237,230,0.06);
}
.kempire-stories-page .vid-meta-label {
  font-size: 7px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 4px;
}
.kempire-stories-page .vid-meta-views {
  font-size: 9px; color: rgba(240,237,230,0.3);
}

.kempire-stories-page .stories-sidebar {
  padding: 40px 0 40px 32px;
  display: flex; flex-direction: column; gap: 32px;
}
.kempire-stories-page .sidebar-title {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(240,237,230,0.35);
  margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(240,237,230,0.08);
}
.kempire-stories-page .sidebar-post {
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(240,237,230,0.06);
  cursor: pointer; text-decoration: none; display: block;
}
.kempire-stories-page .sidebar-post:last-child { border-bottom: none; }
.kempire-stories-page .sidebar-post:hover .sidebar-post-title { color: #C8A96E; }
.kempire-stories-page .sidebar-post-cat {
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 6px;
}
.kempire-stories-page .sidebar-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 13px; font-weight: 700; line-height: 1.3;
  color: rgba(240,237,230,0.65);
  transition: color 0.2s;
}
.kempire-stories-page .author-strip {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 28px;
  padding: 36px 48px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-stories-page .author-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(200,169,110,0.4); flex-shrink: 0;
}
.kempire-stories-page .author-avatar img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
}
.kempire-stories-page .author-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700; color: #F0EDE6; margin-bottom: 4px;
}
.kempire-stories-page .author-role {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 6px;
}
.kempire-stories-page .author-bio {
  font-size: 12px; color: rgba(240,237,230,0.4);
  line-height: 1.6; font-weight: 300;
}
.kempire-stories-page .author-btn {
  display: inline-block; padding: 12px 24px;
  border: 1px solid #C8A96E;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C8A96E; text-decoration: none;
  white-space: nowrap; flex-shrink: 0; transition: all 0.2s;
}
.kempire-stories-page .author-btn:hover { background: #C8A96E; color: #0A0A0A; }

.kempire-stories-page .newsletter {
  padding: 80px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  border-bottom: 0.5px solid rgba(240,237,230,0.1);
}
.kempire-stories-page .newsletter-eyebrow {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #C8A96E; margin-bottom: 14px;
}
.kempire-stories-page .newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 44px); font-weight: 900;
  color: #F0EDE6; line-height: 1; margin-bottom: 14px;
}
.kempire-stories-page .newsletter-title em { font-style: italic; color: #C8A96E; }
.kempire-stories-page .newsletter-sub {
  font-size: 13px; color: rgba(240,237,230,0.5);
  line-height: 1.7; max-width: 380px; font-weight: 300;
}
.kempire-stories-page .newsletter-form { display: flex; flex-shrink: 0; }
.kempire-stories-page .newsletter-input {
  padding: 14px 20px; background: transparent;
  border: 1px solid rgba(240,237,230,0.2);
  color: #F0EDE6; font-size: 13px;
  font-family: 'DM Sans', sans-serif; width: 260px; outline: none;
}
.kempire-stories-page .newsletter-input::placeholder { color: rgba(240,237,230,0.3); }
.kempire-stories-page .newsletter-submit {
  padding: 14px 24px;
  background: #C8A96E; border: 1px solid #C8A96E;
  color: #0A0A0A;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  font-family: 'DM Sans', sans-serif; cursor: pointer; font-weight: 500;
}

/* Homepage embed: same .post-card markup; data-kempire-mode="home" in kempire-stories-wp.js */
.kempire-stories-page[data-kempire-mode="home"] {
  display: block;
  background: #0a0a0a;
  padding: 0;
}
.kempire-stories-page[data-kempire-mode="home"] .posts-col {
  border-right: none;
  max-width: 100%;
}
.kempire-stories-page[data-kempire-mode="home"] .posts-header {
  padding-top: 0;
}
.kempire-stories-page[data-kempire-mode="home"] .post-card-vid {
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  .kempire-stories-page[data-kempire-mode="home"] .post-card-vid {
    min-height: 140px;
  }
}


/* ============================================================
   10. RESPONSIVE — all media queries, page-scoped
   ============================================================ */

/* ---------- Mobile: 0px – 319px ---------- */
@media (max-width: 319px) {

  /* nav.site-nav mobile layout: base CSS (max-width: 639px) */
  .site-nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  .site-nav-socials { width: 100%; justify-content: center; }

  footer.kempire-site-footer { grid-template-columns: 1fr; gap: 18px; padding-top: 28px; }
  .footer-bar { flex-direction: column; gap: 8px; padding-top: 12px; padding-bottom: 14px; }

  .kempire-watch-page .filter-bar,
  .kempire-stories-page .filter-bar,
  .kempire-shop-page .filter-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  /* HOME */
  .kempire-home-page nav.site-nav,
  .kempire-home-page .sec-header,
  .kempire-home-page .feed,
  .kempire-home-page .pod-left,
  .kempire-home-page .pod-right,
  .kempire-home-page .newsletter,
  main#kempire-home-main .newsletter,
  .kempire-home-page footer.kempire-site-footer,
  .kempire-home-page .footer-bar {
    padding-left: 14px;
    padding-right: 14px;
  }
  .kempire-home-page .newsletter,
  main#kempire-home-main .newsletter {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .kempire-home-page .newsletter-form,
  main#kempire-home-main .newsletter-form {
    width: 100%;
    flex-direction: column;
  }
  .kempire-home-page .newsletter-input,
  main#kempire-home-main .newsletter-input {
    width: 100%;
  }
  .kempire-home-page .ticker-inner span { padding: 0 16px; letter-spacing: 0.12em; }
  .kempire-home-page .topics,
  main#kempire-home-main .topics {
    padding: 0 14px;
  }
  .kempire-home-page .topics .topic,
  main#kempire-home-main .topics .topic {
    padding: 12px 16px;
    letter-spacing: 0.12em;
  }
  .kempire-home-page .topics .topic:first-child,
  main#kempire-home-main .topics .topic:first-child {
    padding-left: 0;
  }
  .kempire-home-page .hero { grid-template-columns: 1fr; min-height: auto; }
  .kempire-home-page .hero-img { max-height: 420px; min-height: 260px; }
  .kempire-home-page .hero-fade {
    background: linear-gradient(to bottom, transparent 40%, #0A0A0A 100%);
  }
  .kempire-home-page .hero-content { padding: 30px 14px 36px; }
  .kempire-home-page .headline { font-size: clamp(32px, 12vw, 44px); }
  .kempire-home-page .hero-body { font-size: 12px; max-width: 100%; }
  .kempire-home-page .eyebrow,
  .kempire-home-page .post-cat,
  .kempire-home-page .blog-cta,
  .kempire-home-page .sec-link { letter-spacing: 0.12em; }
  .kempire-home-page .sec-header {
    flex-direction: column; align-items: flex-start;
    gap: 10px; padding-top: 28px; padding-bottom: 16px;
  }
  .kempire-home-page .sec-title { font-size: 24px; }
  .kempire-home-page .feed { padding-bottom: 34px; gap: 14px; }
  .kempire-home-page .post-card,
  .kempire-home-page .post-card.reverse {
    direction: ltr; grid-template-columns: 1fr;
  }
  .kempire-home-page .blog-side,
  .kempire-home-page .post-card.reverse .blog-side {
    border-left: none; border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.08);
  }
  .kempire-home-page .blog-side { padding: 16px 14px; }
  .kempire-home-page .post-title { font-size: 17px; }
  .kempire-home-page .vid-thumb:not(.vid-thumb--natural),
  main#kempire-home-main .vid-thumb:not(.vid-thumb--natural) { min-height: 150px; }
  .kempire-home-page .vid-info { padding: 14px 14px; }
  .kempire-home-page .podcast { grid-template-columns: 1fr; }
  .kempire-home-page .pod-left { padding: 28px 14px; }
  .kempire-home-page .ep { gap: 10px; align-items: flex-start; }
  .kempire-home-page .ep-num { min-width: 30px; font-size: 20px; }
  .kempire-home-page .ep-title { font-size: 12px; flex: 1; }
  .kempire-home-page .ep-dur { margin-left: 0; padding-top: 4px; }

  /* Homepage Elementor Loop Grid — narrow widths */
  .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card,
  .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card > * { direction: ltr; }
  .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .blog-side {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.08);
  }
  .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-title .elementor-heading-title { font-size: 17px; }

  /* ABOUT */
  .kempire-about-page nav,
  .kempire-about-page .page-header,
  .kempire-about-page .what-section,
  .kempire-about-page .cta,
  .kempire-about-page .newsletter,
  .kempire-about-page footer.kempire-site-footer,
  .kempire-about-page .footer-bar {
    padding-left: 14px; padding-right: 14px;
  }
  .kempire-about-page .page-title { font-size: clamp(34px, 12vw, 44px); padding-bottom: 30px; }
  .kempire-about-page .about-main { grid-template-columns: 1fr; }
  .kempire-about-page .about-content {
    padding: 30px 14px 34px;
    border-left: none;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-about-page .about-name { font-size: 28px; }
  .kempire-about-page .about-text { font-size: 13px; }
  .kempire-about-page .stats-bar { grid-template-columns: 1fr 1fr; }
  .kempire-about-page .stat-item { padding: 24px 14px; }
  .kempire-about-page .stat-num { font-size: 34px; }
  .kempire-about-page .what-section { padding-top: 40px; padding-bottom: 40px; }
  .kempire-about-page .what-title { font-size: 24px; margin-bottom: 28px; }
  .kempire-about-page .what-grid { grid-template-columns: 1fr; border-left: none; }
  .kempire-about-page .what-card {
    padding: 22px 14px;
    border-left: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-about-page .cta {
    flex-direction: column; align-items: flex-start;
    gap: 24px; padding-top: 44px; padding-bottom: 44px;
  }
  .kempire-about-page .cta-btns { flex-direction: column; width: 100%; }
  .kempire-about-page .btn { text-align: center; width: 100%; }

  /* BLOGPOST */
  .kempire-blogpost-page .site-nav-links { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .kempire-blogpost-page .site-nav-socials { justify-content: center; }
  .kempire-blogpost-page .video-block,
  .kempire-blogpost-page .byline-wrap,
  .kempire-blogpost-page .more,
  .kempire-blogpost-page .article-header {
    margin-left: 16px; margin-right: 16px;
    padding-left: 0; padding-right: 0;
  }
  .kempire-blogpost-page .content-wrapper { grid-template-columns: 1fr; padding: 0 16px; }
  .kempire-blogpost-page .article-body { padding: 32px 0; border-right: 0; }
  .kempire-blogpost-page .sidebar { padding: 0 0 32px; }
  .kempire-blogpost-page .more-grid { grid-template-columns: 1fr; }
  .kempire-blogpost-page footer.kempire-site-footer { padding: 40px 16px 24px; }
  .kempire-blogpost-page .footer-bar { padding: 16px; }

  /* PODCASTS */
  .kempire-podcasts-page nav,
  .kempire-podcasts-page .page-header,
  .kempire-podcasts-page .episodes-wrapper,
  .kempire-podcasts-page .sub-cta,
  .kempire-podcasts-page .newsletter,
  .kempire-podcasts-page footer.kempire-site-footer,
  .kempire-podcasts-page .footer-bar {
    padding-left: 14px; padding-right: 14px;
    margin-left: 0; margin-right: 0;
  }
  .kempire-podcasts-page .page-title { font-size: clamp(34px, 12vw, 44px); padding-bottom: 30px; }
  .kempire-podcasts-page .show-hero { grid-template-columns: 1fr; }
  .kempire-podcasts-page .show-info {
    border-left: none;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
    padding: 28px 14px;
  }
  .kempire-podcasts-page .show-art { padding: 30px 14px; }
  .kempire-podcasts-page .show-stats { flex-direction: column; gap: 16px; }
  .kempire-podcasts-page .show-info-body {
    max-width: 100%;
  }
  .kempire-podcasts-page .episodes-wrapper {
    grid-template-columns: 1fr;
    padding-left: 14px; padding-right: 14px;
  }
  .kempire-podcasts-page .episodes-main {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-podcasts-page .ep-header {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 28px 0 18px;
  }
  .kempire-podcasts-page .ep-header-title {
    font-size: 22px;
    width: 100%;
  }
  .kempire-podcasts-page .ep-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
    padding: 20px 0;
  }
  .kempire-podcasts-page .ep-num {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: auto;
    text-align: right;
    font-size: 22px;
    line-height: 1;
    padding-top: 2px;
  }
  .kempire-podcasts-page .ep-body {
    grid-column: 2;
    grid-row: 1 / -1;
    min-width: 0;
  }
  .kempire-podcasts-page .ep-play {
    grid-column: 1;
    grid-row: 2;
    width: 40px;
    height: 40px;
    justify-self: center;
    align-self: start;
  }
  .kempire-podcasts-page .ep-title { font-size: 15px; }
  .kempire-podcasts-page .pod-sidebar {
    padding: 28px 0 32px;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-podcasts-page .sub-cta {
    flex-direction: column; align-items: flex-start;
    gap: 24px; padding-top: 40px; padding-bottom: 40px;
  }
  .kempire-podcasts-page .sub-btns { width: 100%; }

  /* SHOP */
  .kempire-shop-page .site-nav-links { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .kempire-shop-page .site-nav-socials { justify-content: center; }
  .kempire-shop-page .shop-hero { grid-template-columns: 1fr; }
  .kempire-shop-page .shop-hero-content { padding: 28px 16px; }
  .kempire-shop-page .filter-bar { padding: 0 16px; }
  .kempire-shop-page .sec-header,
  .kempire-shop-page .fw-banner,
  .kempire-shop-page .newsletter,
  .kempire-shop-page .product-featured {
    margin-left: 16px; margin-right: 16px;
    padding-left: 16px; padding-right: 16px;
  }
  .kempire-shop-page .sec-header {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .kempire-shop-page .sec-header .sec-title {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .kempire-shop-page .sec-header .sec-link {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .kempire-shop-page .product-grid { grid-template-columns: 1fr; padding: 0 16px; }
  .kempire-shop-page .product-featured { grid-template-columns: 1fr; }
  .kempire-shop-page .featured-info { padding: 24px 16px; }
  .kempire-shop-page .newsletter {
    flex-direction: column; align-items: flex-start;
    padding-top: 48px; padding-bottom: 48px;
  }
  .kempire-shop-page .newsletter-form { width: 100%; }
  .kempire-shop-page .newsletter-input { width: 100%; }
  .kempire-shop-page footer.kempire-site-footer { padding: 40px 16px 24px; }
  .kempire-shop-page .footer-bar { padding: 16px; }

  /* TOUR */
  .kempire-tour-page .tour-hero { grid-template-columns: 1fr; }
  .kempire-tour-page .tour-hero-content { padding: 28px 16px; }
  .kempire-tour-page .sec-header,
  .kempire-tour-page .events,
  .kempire-tour-page .past-section,
  .kempire-tour-page .notify {
    padding-left: 16px; padding-right: 16px;
  }
  .kempire-tour-page .event-row { grid-template-columns: 1fr; gap: 14px; }
  .kempire-tour-page .event-divider { display: none; }
  .kempire-tour-page .event-date { text-align: left; }
  .kempire-tour-page .past-grid { grid-template-columns: 1fr; }
  .kempire-tour-page .notify {
    flex-direction: column; align-items: flex-start;
    padding-top: 48px; padding-bottom: 48px;
  }
  .kempire-tour-page .notify-form { width: 100%; }
  .kempire-tour-page .notify-input { width: 100%; }
  .kempire-tour-page footer.kempire-site-footer { padding: 40px 16px 24px; }
  .kempire-tour-page .footer-bar { padding: 16px; }

  /* WATCH */
  .kempire-watch-page nav,
  .kempire-watch-page .page-header,
  .kempire-watch-page .filter-bar,
  .kempire-watch-page .sec-header,
  .kempire-watch-page .vid-grid,
  .kempire-watch-page .yt-cta,
  .kempire-watch-page .newsletter,
  .kempire-watch-page footer.kempire-site-footer,
  .kempire-watch-page .footer-bar {
    padding-left: 14px; padding-right: 14px;
    margin-left: 0; margin-right: 0;
  }
  .kempire-watch-page .featured { grid-template-columns: 1fr; }
  .kempire-watch-page .featured-thumb {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-watch-page .featured-info { padding: 24px 14px 28px; }
  .kempire-watch-page .featured-title { font-size: 20px; }
  .kempire-watch-page .page-title { font-size: clamp(34px, 12vw, 44px); padding-bottom: 30px; }
  .kempire-watch-page .sec-header {
    flex-direction: column; align-items: flex-start;
    gap: 10px; padding-top: 30px;
  }
  .kempire-watch-page .sec-title { font-size: 24px; }
  .kempire-watch-page .vid-grid { grid-template-columns: 1fr; gap: 24px; }
  .kempire-watch-page .vid-card { border: 0.5px solid rgba(240, 237, 230, 0.1); }
  .kempire-watch-page .yt-cta {
    flex-direction: column; align-items: flex-start;
    gap: 24px; padding-top: 40px; padding-bottom: 40px;
  }

  /* STORIES */
  .kempire-stories-page nav,
  .kempire-stories-page .ad-slot,
  .kempire-stories-page .ad,
  .kempire-stories-page .page-header,
  .kempire-stories-page .filter-bar,
  .kempire-stories-page .stories-wrapper,
  .kempire-stories-page .author-strip,
  .kempire-stories-page .newsletter,
  .kempire-stories-page footer.kempire-site-footer,
  .kempire-stories-page .footer-bar {
    padding-left: 14px; padding-right: 14px;
    margin-left: 0; margin-right: 0;
  }
  .kempire-stories-page .featured-story { grid-template-columns: 1fr; }
  .kempire-stories-page .featured-thumb {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-stories-page .featured-info { padding: 24px 0 28px; }
  .kempire-stories-page .featured-title { font-size: 20px; }
  .kempire-stories-page .page-title { font-size: clamp(34px, 12vw, 44px); padding-bottom: 30px; }
  .kempire-stories-page .stories-wrapper {
    grid-template-columns: 1fr;
    padding-left: 14px; padding-right: 14px;
  }
  .kempire-stories-page .posts-col {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-stories-page .stories-sidebar { padding: 28px 0 32px; }
  .kempire-stories-page .post-card { grid-template-columns: 1fr; }
  .kempire-stories-page .post-card-body {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.06);
    padding: 20px 0;
  }
  .kempire-stories-page .post-card-vid { min-height: 140px; }
  .kempire-stories-page .author-strip {
    grid-template-columns: 1fr;
    text-align: center; justify-items: center; gap: 18px;
  }
  .kempire-stories-page .author-btn { justify-self: center; }
  .kempire-stories-page .newsletter {
    flex-direction: column; align-items: flex-start;
    gap: 28px; padding-top: 48px; padding-bottom: 48px;
  }
  .kempire-stories-page .newsletter-form { flex-direction: column; width: 100%; }
  .kempire-stories-page .newsletter-input { width: 100%; }
}

/* ---------- Mobile: 320px – 639px ---------- */
@media (min-width: 320px) and (max-width: 639px) {

  /* nav.site-nav mobile layout: base CSS */
  .site-nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 16px;
  }
  .site-nav-socials { width: 100%; justify-content: center; }

  footer.kempire-site-footer { grid-template-columns: 1fr; gap: 22px; padding-top: 36px; }
  .footer-bar { flex-direction: column; gap: 8px; padding-top: 14px; padding-bottom: 16px; }

  .kempire-watch-page .filter-bar,
  .kempire-stories-page .filter-bar,
  .kempire-shop-page .filter-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  /* HOME */
  .kempire-home-page nav.site-nav,
  .kempire-home-page .sec-header,
  .kempire-home-page .feed,
  .kempire-home-page .pod-left,
  .kempire-home-page .pod-right,
  .kempire-home-page .newsletter,
  main#kempire-home-main .newsletter,
  .kempire-home-page footer.kempire-site-footer,
  .kempire-home-page .footer-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kempire-home-page .ticker-inner span { padding: 0 24px; letter-spacing: 0.14em; }
  .kempire-home-page .topics .topic,
  main#kempire-home-main .topics .topic {
    padding: 12px 20px;
    letter-spacing: 0.14em;
  }
  .kempire-home-page .topics .topic:first-child,
  main#kempire-home-main .topics .topic:first-child {
    padding-left: 0;
  }
  .kempire-home-page .hero { grid-template-columns: 1fr; min-height: auto; }
  .kempire-home-page .hero-img { max-height: 520px; min-height: 320px; }
  .kempire-home-page .hero-fade {
    background: linear-gradient(to bottom, transparent 40%, #0A0A0A 100%);
  }
  .kempire-home-page .hero-content { padding: 38px 20px 46px; }
  .kempire-home-page .headline { font-size: clamp(40px, 10vw, 62px); }
  .kempire-home-page .hero-body { font-size: 13px; max-width: 100%; }
  .kempire-home-page .eyebrow,
  .kempire-home-page .post-cat,
  .kempire-home-page .blog-cta,
  .kempire-home-page .sec-link { letter-spacing: 0.14em; }
  .kempire-home-page .sec-header {
    flex-direction: column; align-items: flex-start;
    gap: 12px; padding-top: 36px; padding-bottom: 20px;
  }
  .kempire-home-page .sec-title { font-size: 28px; }
  .kempire-home-page .feed { padding-bottom: 44px; gap: 18px; }
  .kempire-home-page .post-card,
  .kempire-home-page .post-card.reverse {
    direction: ltr; grid-template-columns: 1fr;
  }
  .kempire-home-page .blog-side,
  .kempire-home-page .post-card.reverse .blog-side {
    border-left: none; border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.08);
  }
  .kempire-home-page .blog-side { padding: 22px 20px; }
  .kempire-home-page .post-title { font-size: 19px; }
  .kempire-home-page .vid-thumb:not(.vid-thumb--natural),
  main#kempire-home-main .vid-thumb:not(.vid-thumb--natural) { min-height: 180px; }
  .kempire-home-page .vid-info { padding: 16px 18px; }
  .kempire-home-page .podcast { grid-template-columns: 1fr; }
  .kempire-home-page .ep { gap: 12px; align-items: flex-start; }
  .kempire-home-page .ep-num { min-width: 34px; font-size: 22px; }
  .kempire-home-page .ep-title { font-size: 13px; flex: 1; }
  .kempire-home-page .ep-dur { margin-left: 0; padding-top: 4px; }

  /* Homepage Elementor Loop Grid — tablet widths */
  .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card,
  .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card > * { direction: ltr; }
  .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .blog-side {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240,237,230,0.08);
  }
  .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-title .elementor-heading-title { font-size: 19px; }

  /* ABOUT */
  .kempire-about-page nav,
  .kempire-about-page .page-header,
  .kempire-about-page .what-section,
  .kempire-about-page .cta,
  .kempire-about-page .newsletter,
  .kempire-about-page footer.kempire-site-footer,
  .kempire-about-page .footer-bar {
    padding-left: 20px; padding-right: 20px;
  }
  .kempire-about-page .about-main { grid-template-columns: 1fr; }
  .kempire-about-page .about-content {
    padding: 34px 20px 38px;
    border-left: none;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-about-page .stats-bar { grid-template-columns: 1fr 1fr; }
  .kempire-about-page .stat-item { padding: 30px 20px; }
  .kempire-about-page .what-grid { grid-template-columns: 1fr; border-left: none; }
  .kempire-about-page .what-card {
    border-left: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-about-page .cta {
    flex-direction: column; align-items: flex-start;
    gap: 30px; padding-top: 52px; padding-bottom: 52px;
  }
  .kempire-about-page .cta-btns { width: 100%; }
  .kempire-about-page .btn { text-align: center; flex: 1; }

  /* BLOGPOST */
  .kempire-blogpost-page .site-nav-links { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .kempire-blogpost-page .site-nav-socials { justify-content: center; }
  .kempire-blogpost-page .video-block,
  .kempire-blogpost-page .byline-wrap,
  .kempire-blogpost-page .more,
  .kempire-blogpost-page .article-header {
    margin-left: 20px; margin-right: 20px;
    padding-left: 0; padding-right: 0;
  }
  .kempire-blogpost-page .content-wrapper { grid-template-columns: 1fr; padding: 0 20px; }
  .kempire-blogpost-page .article-body { padding: 36px 0; border-right: 0; }
  .kempire-blogpost-page .sidebar { padding: 0 0 36px; }
  .kempire-blogpost-page .more-grid { grid-template-columns: 1fr; }
  .kempire-blogpost-page footer.kempire-site-footer { padding: 44px 20px 28px; }
  .kempire-blogpost-page .footer-bar { padding: 18px 20px; }

  /* PODCASTS */
  .kempire-podcasts-page nav,
  .kempire-podcasts-page .page-header,
  .kempire-podcasts-page .episodes-wrapper,
  .kempire-podcasts-page .sub-cta,
  .kempire-podcasts-page .newsletter,
  .kempire-podcasts-page footer.kempire-site-footer,
  .kempire-podcasts-page .footer-bar {
    padding-left: 20px; padding-right: 20px;
    margin-left: 0; margin-right: 0;
  }
  .kempire-podcasts-page .show-hero { grid-template-columns: 1fr; }
  .kempire-podcasts-page .show-info {
    border-left: none;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
    padding: 34px 20px;
  }
  .kempire-podcasts-page .show-art { padding: 34px 20px; }
  .kempire-podcasts-page .show-info-body {
    max-width: 100%;
  }
  .kempire-podcasts-page .episodes-wrapper { grid-template-columns: 1fr; }
  .kempire-podcasts-page .episodes-main {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-podcasts-page .ep-header {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 32px 0 20px;
  }
  .kempire-podcasts-page .ep-header-title {
    font-size: 24px;
    width: 100%;
  }
  .kempire-podcasts-page .ep-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
    padding: 22px 0;
  }
  .kempire-podcasts-page .ep-num {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: auto;
    text-align: right;
    font-size: 24px;
    line-height: 1;
    padding-top: 2px;
  }
  .kempire-podcasts-page .ep-body {
    grid-column: 2;
    grid-row: 1 / -1;
    min-width: 0;
  }
  .kempire-podcasts-page .ep-play {
    grid-column: 1;
    grid-row: 2;
    width: 40px;
    height: 40px;
    justify-self: center;
    align-self: start;
  }
  .kempire-podcasts-page .ep-title { font-size: 16px; }
  .kempire-podcasts-page .pod-sidebar {
    padding: 32px 0 36px;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-podcasts-page .sub-cta {
    flex-direction: column; align-items: flex-start;
    gap: 30px; padding-top: 48px; padding-bottom: 48px;
  }
  .kempire-podcasts-page .sub-btns { width: 100%; }

  /* SHOP */
  .kempire-shop-page .site-nav-links { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .kempire-shop-page .site-nav-socials { justify-content: center; }
  .kempire-shop-page .shop-hero { grid-template-columns: 1fr; }
  .kempire-shop-page .shop-hero-content { padding: 36px 20px; }
  .kempire-shop-page .filter-bar { padding: 0 20px; }
  .kempire-shop-page .sec-header,
  .kempire-shop-page .fw-banner,
  .kempire-shop-page .newsletter,
  .kempire-shop-page .product-featured { margin-left: 20px; margin-right: 20px; }
  .kempire-shop-page .product-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .kempire-shop-page .product-featured { grid-template-columns: 1fr; }
  .kempire-shop-page .featured-info { padding: 28px 20px; }
  .kempire-shop-page .newsletter {
    flex-direction: column; align-items: flex-start;
    padding: 56px 20px;
  }
  .kempire-shop-page .newsletter-form { width: 100%; }
  .kempire-shop-page .newsletter-input { width: 100%; }
  .kempire-shop-page footer.kempire-site-footer { padding: 44px 20px 28px; }
  .kempire-shop-page .footer-bar { padding: 18px 20px; }

  /* TOUR */
  .kempire-tour-page .tour-hero { grid-template-columns: 1fr; }
  .kempire-tour-page .tour-hero-content { padding: 36px 20px; }
  .kempire-tour-page .sec-header,
  .kempire-tour-page .events,
  .kempire-tour-page .past-section,
  .kempire-tour-page .notify {
    padding-left: 20px; padding-right: 20px;
  }
  .kempire-tour-page .event-row { grid-template-columns: 1fr; gap: 14px; }
  .kempire-tour-page .event-divider { display: none; }
  .kempire-tour-page .event-date { text-align: left; }
  .kempire-tour-page .past-grid { grid-template-columns: 1fr; }
  .kempire-tour-page .notify {
    flex-direction: column; align-items: flex-start;
    padding-top: 56px; padding-bottom: 56px;
  }
  .kempire-tour-page .notify-form { width: 100%; }
  .kempire-tour-page .notify-input { width: 100%; }
  .kempire-tour-page footer.kempire-site-footer { padding: 44px 20px 28px; }
  .kempire-tour-page .footer-bar { padding: 18px 20px; }

  /* WATCH */
  .kempire-watch-page nav,
  .kempire-watch-page .page-header,
  .kempire-watch-page .filter-bar,
  .kempire-watch-page .sec-header,
  .kempire-watch-page .vid-grid,
  .kempire-watch-page .yt-cta,
  .kempire-watch-page .newsletter,
  .kempire-watch-page footer.kempire-site-footer,
  .kempire-watch-page .footer-bar {
    padding-left: 20px; padding-right: 20px;
    margin-left: 0; margin-right: 0;
  }
  .kempire-watch-page .featured { grid-template-columns: 1fr; }
  .kempire-watch-page .featured-thumb {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-watch-page .featured-info { padding: 30px 20px 34px; }
  .kempire-watch-page .sec-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .kempire-watch-page .vid-grid { grid-template-columns: 1fr; gap: 24px; }
  .kempire-watch-page .vid-card { border: 0.5px solid rgba(240, 237, 230, 0.1); }
  .kempire-watch-page .yt-cta {
    flex-direction: column; align-items: flex-start;
    gap: 30px; padding-top: 48px; padding-bottom: 48px;
  }

  /* STORIES */
  .kempire-stories-page nav,
  .kempire-stories-page .ad-slot,
  .kempire-stories-page .ad,
  .kempire-stories-page .page-header,
  .kempire-stories-page .filter-bar,
  .kempire-stories-page .stories-wrapper,
  .kempire-stories-page .author-strip,
  .kempire-stories-page .newsletter,
  .kempire-stories-page footer.kempire-site-footer,
  .kempire-stories-page .footer-bar {
    padding-left: 20px; padding-right: 20px;
    margin-left: 0; margin-right: 0;
  }
  .kempire-stories-page .featured-story { grid-template-columns: 1fr; }
  .kempire-stories-page .featured-thumb {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-stories-page .featured-info { padding: 30px 0 34px; }
  .kempire-stories-page .stories-wrapper { grid-template-columns: 1fr; }
  .kempire-stories-page .posts-col {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-stories-page .stories-sidebar { padding: 32px 0 36px; }
  .kempire-stories-page .post-card { grid-template-columns: 1fr; }
  .kempire-stories-page .post-card-body {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.06);
    padding: 24px 0;
  }
  .kempire-stories-page .author-strip {
    grid-template-columns: 1fr;
    text-align: center; justify-items: center; gap: 20px;
  }
  .kempire-stories-page .author-btn { justify-self: center; }
  .kempire-stories-page .newsletter {
    flex-direction: column; align-items: flex-start;
    gap: 32px; padding-top: 56px; padding-bottom: 56px;
  }
  .kempire-stories-page .newsletter-form { flex-direction: column; width: 100%; }
  .kempire-stories-page .newsletter-input { width: 100%; max-width: 320px; }
}

/* ---------- Mobile narrow: 320px – 480px (overflow + readability) ---------- */
@media (min-width: 320px) and (max-width: 480px) {
  .ticker-inner span { padding: 0 18px; }
  .kempire-home-page .topics .topic,
  main#kempire-home-main .topics .topic {
    padding: 10px 14px;
  }
  .kempire-home-page .topics .topic:first-child,
  main#kempire-home-main .topics .topic:first-child {
    padding-left: 0;
  }
  .kempire-blogpost-page .article-title {
    font-size: clamp(28px, 9vw, 42px);
  }
  .kempire-blogpost-page .article-body p {
    font-size: 16px;
    line-height: 1.85;
  }
  .kempire-blogpost-page .article-meta {
    flex-wrap: wrap;
    gap: 12px;
  }
  .kempire-blogpost-page .video-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .kempire-home-page .headline {
    font-size: clamp(30px, 12vw, 48px);
  }
  .kempire-about-page .stats-bar {
    grid-template-columns: 1fr;
  }
}

/* ---------- Tablet: 640px – 768px (desktop nav, tighter rails, stack wide grids) ---------- */
@media (min-width: 640px) and (max-width: 768px) {
  nav.site-nav {
    padding: 16px 28px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .site-nav-links {
    gap: 12px 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 100%;
  }
  .site-nav-socials {
    gap: 12px;
    flex-shrink: 0;
  }
  .site-logo {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  footer.kempire-site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 48px 28px 28px;
  }
  .footer-bar {
    padding: 16px 28px;
  }
  .kempire-watch-page .filter-bar,
  .kempire-stories-page .filter-bar,
  .kempire-shop-page .filter-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .kempire-home-page .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .kempire-home-page .hero-fade {
    background: linear-gradient(to bottom, transparent 40%, #0a0a0a 100%);
  }
  .kempire-home-page .hero-content {
    padding: 48px 28px;
  }
  .kempire-home-page .sec-header,
  .kempire-home-page .feed,
  .kempire-home-page .pod-left,
  .kempire-home-page .pod-right,
  .kempire-home-page .newsletter,
  main#kempire-home-main .newsletter,
  .kempire-home-page footer.kempire-site-footer,
  .kempire-home-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-home-page .post-card,
  .kempire-home-page .post-card.reverse {
    direction: ltr;
    grid-template-columns: 1fr;
  }
  .kempire-home-page .blog-side,
  .kempire-home-page .post-card.reverse .blog-side {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-home-page .post-card-body,
  .kempire-home-page .post-card.reverse .post-card-body {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-home-page .podcast {
    grid-template-columns: 1fr;
  }
  .kempire-about-page .page-header,
  .kempire-about-page .what-section,
  .kempire-about-page .cta,
  .kempire-about-page .newsletter,
  .kempire-about-page footer.kempire-site-footer,
  .kempire-about-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-about-page .about-main {
    grid-template-columns: 1fr;
  }
  .kempire-about-page .about-content {
    border-left: none;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
    padding: 36px 28px;
  }
  .kempire-about-page .stats-bar {
    grid-template-columns: 1fr 1fr;
  }
  .kempire-about-page .what-grid {
    grid-template-columns: 1fr;
    border-left: none;
  }
  .kempire-about-page .cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 72px 28px;
  }
  .kempire-blogpost-page .article-header {
    padding: 32px 28px 0;
  }
  .kempire-blogpost-page .video-block {
    margin-left: 28px;
    margin-right: 28px;
  }
  .kempire-blogpost-page .content-wrapper {
    grid-template-columns: 1fr;
    padding: 0 28px;
  }
  .kempire-blogpost-page .article-body {
    padding: 36px 0;
    border-right: 0;
  }
  .kempire-blogpost-page .sidebar {
    padding: 0 0 36px;
    border-top: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-blogpost-page .more-grid {
    grid-template-columns: 1fr;
  }
  .kempire-blogpost-page footer.kempire-site-footer,
  .kempire-blogpost-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-podcasts-page .page-header,
  .kempire-podcasts-page .episodes-wrapper,
  .kempire-podcasts-page .sub-cta,
  .kempire-podcasts-page .newsletter,
  .kempire-podcasts-page footer.kempire-site-footer,
  .kempire-podcasts-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-podcasts-page .show-hero {
    grid-template-columns: 1fr;
  }
  .kempire-podcasts-page .show-info {
    border-left: none;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
    padding: 36px 28px;
    min-width: 0;
  }
  .kempire-podcasts-page .show-info-body {
    max-width: 100%;
  }
  .kempire-podcasts-page .show-art {
    padding: 40px 28px;
  }
  .kempire-podcasts-page .episodes-wrapper {
    grid-template-columns: 1fr;
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-podcasts-page .episodes-main {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-podcasts-page .ep-row {
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
  }
  .kempire-podcasts-page .ep-num {
    padding-top: 4px;
  }
  .kempire-podcasts-page .pod-sidebar {
    padding: 32px 0;
    border-top: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-podcasts-page .sub-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .kempire-shop-page .shop-hero {
    grid-template-columns: 1fr;
  }
  .kempire-shop-page .shop-hero-content {
    padding: 36px 28px;
  }
  .kempire-shop-page .filter-bar,
  .kempire-shop-page .sec-header,
  .kempire-shop-page .fw-banner,
  .kempire-shop-page .newsletter,
  .kempire-shop-page .product-featured,
  .kempire-shop-page .product-grid,
  .kempire-shop-page footer.kempire-site-footer,
  .kempire-shop-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
    margin-left: 0;
    margin-right: 0;
  }
  .kempire-shop-page .product-featured {
    grid-template-columns: 1fr;
  }
  .kempire-shop-page .newsletter {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .kempire-tour-page .tour-hero {
    grid-template-columns: 1fr;
  }
  .kempire-tour-page .tour-hero-content {
    padding: 36px 28px;
  }
  .kempire-tour-page .sec-header,
  .kempire-tour-page .events,
  .kempire-tour-page .past-section,
  .kempire-tour-page .notify,
  .kempire-tour-page footer.kempire-site-footer,
  .kempire-tour-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-tour-page .event-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .kempire-tour-page .event-divider {
    display: none;
  }
  .kempire-tour-page .past-grid {
    grid-template-columns: 1fr;
  }
  .kempire-tour-page .notify {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .kempire-watch-page .page-header,
  .kempire-watch-page .filter-bar,
  .kempire-watch-page .sec-header,
  .kempire-watch-page .vid-grid,
  .kempire-watch-page .yt-cta,
  .kempire-watch-page .newsletter,
  .kempire-watch-page footer.kempire-site-footer,
  .kempire-watch-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-watch-page .featured {
    grid-template-columns: 1fr;
  }
  .kempire-watch-page .featured-thumb {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-watch-page .featured-info {
    padding: 32px 28px;
  }
  .kempire-watch-page .vid-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .kempire-stories-page .page-header,
  .kempire-stories-page .filter-bar,
  .kempire-stories-page .stories-wrapper,
  .kempire-stories-page .author-strip,
  .kempire-stories-page .newsletter,
  .kempire-stories-page footer.kempire-site-footer,
  .kempire-stories-page .footer-bar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-stories-page .featured-story {
    grid-template-columns: 1fr;
  }
  .kempire-stories-page .featured-thumb {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1);
  }
  .kempire-stories-page .featured-info {
    padding: 36px 28px;
  }
  .kempire-stories-page .stories-wrapper {
    grid-template-columns: 1fr;
    padding-left: 28px;
    padding-right: 28px;
  }
  .kempire-stories-page .posts-col {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-stories-page .post-card {
    grid-template-columns: 1fr;
  }
  .kempire-stories-page .post-card-body {
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.06);
  }
  .kempire-stories-page .stories-sidebar {
    padding: 32px 0;
  }
  .kempire-stories-page .newsletter {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

/* ---------- Small laptop: 769px – 1024px (preserve 2-col feel, tighten rails) ---------- */
@media (min-width: 769px) and (max-width: 1024px) {
  nav.site-nav {
    padding: 18px 32px;
  }
  .site-nav-links {
    gap: 18px;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .site-nav-socials {
    gap: 14px;
  }
  footer.kempire-site-footer {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 28px;
    padding: 52px 32px 28px;
  }
  .footer-bar {
    padding: 16px 32px;
  }
  .kempire-watch-page .filter-bar,
  .kempire-stories-page .filter-bar,
  .kempire-shop-page .filter-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .kempire-home-page .sec-header,
  .kempire-home-page .feed,
  .kempire-home-page .pod-left,
  .kempire-home-page .pod-right,
  .kempire-home-page .newsletter,
  main#kempire-home-main .newsletter,
  .kempire-home-page footer.kempire-site-footer,
  .kempire-home-page .footer-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-home-page .hero-content {
    padding: 64px 40px;
  }
  .kempire-home-page .blog-side,
  .kempire-home-page .post-card-body {
    padding: 28px;
    min-width: 0;
  }
  .kempire-home-page .post-card,
  .kempire-home-page .post-card.reverse {
    min-width: 0;
  }
  .kempire-about-page .page-header,
  .kempire-about-page .about-content,
  .kempire-about-page .stats-bar .stat-item,
  .kempire-about-page .what-section,
  .kempire-about-page .cta,
  .kempire-about-page .newsletter,
  .kempire-about-page footer.kempire-site-footer,
  .kempire-about-page .footer-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-blogpost-page .article-header {
    padding: 36px 32px 0;
  }
  .kempire-blogpost-page .video-block {
    margin-left: 32px;
    margin-right: 32px;
  }
  .kempire-blogpost-page .content-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    padding: 0 32px;
    gap: 0;
  }
  .kempire-blogpost-page .article-body {
    padding: 40px 32px 40px 0;
    min-width: 0;
  }
  .kempire-blogpost-page .sidebar {
    padding: 40px 0 40px 28px;
    min-width: 0;
  }
  .kempire-blogpost-page .byline-wrap,
  .kempire-blogpost-page .more {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-podcasts-page .page-header,
  .kempire-podcasts-page .episodes-wrapper,
  .kempire-podcasts-page .sub-cta,
  .kempire-podcasts-page .newsletter,
  .kempire-podcasts-page footer.kempire-site-footer,
  .kempire-podcasts-page .footer-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-podcasts-page .show-hero {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  }
  .kempire-podcasts-page .show-art {
    padding: 44px 28px;
  }
  .kempire-podcasts-page .show-info {
    padding: 44px 36px;
    min-width: 0;
  }
  .kempire-podcasts-page .episodes-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-podcasts-page .pod-sidebar {
    padding: 40px 0 40px 28px;
    min-width: 0;
  }
  .kempire-podcasts-page .ep-header {
    padding-left: 0;
    padding-right: 0;
  }
  .kempire-shop-page .shop-hero-content,
  .kempire-shop-page .filter-bar,
  .kempire-shop-page .sec-header,
  .kempire-shop-page .fw-banner,
  .kempire-shop-page .newsletter,
  .kempire-shop-page .product-grid,
  .kempire-shop-page footer.kempire-site-footer,
  .kempire-shop-page .footer-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-shop-page .product-featured {
    margin-left: 32px;
    margin-right: 32px;
  }
  .kempire-tour-page .tour-hero-content,
  .kempire-tour-page .sec-header,
  .kempire-tour-page .events,
  .kempire-tour-page .past-section,
  .kempire-tour-page .notify,
  .kempire-tour-page footer.kempire-site-footer,
  .kempire-tour-page .footer-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-watch-page .page-header,
  .kempire-watch-page .filter-bar,
  .kempire-watch-page .sec-header,
  .kempire-watch-page .vid-grid,
  .kempire-watch-page .yt-cta,
  .kempire-watch-page .newsletter,
  .kempire-watch-page footer.kempire-site-footer,
  .kempire-watch-page .footer-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-watch-page .featured {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  }
  .kempire-watch-page .featured-info {
    padding: 40px 32px;
    min-width: 0;
  }
  .kempire-watch-page .vid-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .kempire-stories-page .page-header,
  .kempire-stories-page .filter-bar,
  .kempire-stories-page .stories-wrapper,
  .kempire-stories-page .author-strip,
  .kempire-stories-page .newsletter,
  .kempire-stories-page footer.kempire-site-footer,
  .kempire-stories-page .footer-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-stories-page .stories-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    padding-left: 32px;
    padding-right: 32px;
  }
  .kempire-stories-page .featured-info {
    padding: 40px 32px;
    min-width: 0;
  }
  .kempire-stories-page .posts-header {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ---------- Newsletter responsive (≤639px: stack; 640–900px: stack copy, full-width field row) ---------- */
@media (max-width: 639px) {
  .kempire-home-page .newsletter,
  main#kempire-home-main .newsletter,
  .kempire-elementor-html-root .newsletter,
  .kempire-shop-page .newsletter,
  .kempire-stories-page .newsletter,
  .kempire-watch-page .newsletter,
  .kempire-podcasts-page .newsletter,
  .kempire-about-page .newsletter,
  .kempire-blogpost-page .newsletter {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    width: 100%;
    max-width: 100%;
  }
  .kempire-home-page .newsletter > :first-child,
  main#kempire-home-main .newsletter > :first-child,
  .kempire-elementor-html-root .newsletter > :first-child,
  .kempire-shop-page .newsletter > :first-child,
  .kempire-stories-page .newsletter > :first-child,
  .kempire-watch-page .newsletter > :first-child,
  .kempire-podcasts-page .newsletter > :first-child,
  .kempire-about-page .newsletter > :first-child,
  .kempire-blogpost-page .newsletter > :first-child {
    width: 100%;
    max-width: 100%;
  }
  .kempire-home-page .newsletter-sub,
  main#kempire-home-main .newsletter-sub,
  .kempire-elementor-html-root .newsletter-sub,
  .kempire-shop-page .newsletter-sub,
  .kempire-stories-page .newsletter-sub,
  .kempire-watch-page .newsletter-sub,
  .kempire-podcasts-page .newsletter-sub,
  .kempire-about-page .newsletter-sub,
  .kempire-blogpost-page .newsletter-sub {
    max-width: 100%;
  }
  .kempire-home-page .newsletter-form,
  main#kempire-home-main .newsletter-form,
  .kempire-elementor-html-root .newsletter-form,
  .kempire-shop-page .newsletter-form,
  .kempire-stories-page .newsletter-form,
  .kempire-watch-page .newsletter-form,
  .kempire-podcasts-page .newsletter-form,
  .kempire-about-page .newsletter-form,
  .kempire-blogpost-page .newsletter-form {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    gap: 0;
  }
  .kempire-home-page .newsletter-input,
  main#kempire-home-main .newsletter-input,
  .kempire-elementor-html-root .newsletter-input,
  .kempire-shop-page .newsletter-input,
  .kempire-stories-page .newsletter-input,
  .kempire-watch-page .newsletter-input,
  .kempire-podcasts-page .newsletter-input,
  .kempire-about-page .newsletter-input,
  .kempire-blogpost-page .newsletter-input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .kempire-home-page .newsletter-submit,
  main#kempire-home-main .newsletter-submit,
  .kempire-elementor-html-root .newsletter-submit,
  .kempire-shop-page .newsletter-submit,
  .kempire-stories-page .newsletter-submit,
  .kempire-watch-page .newsletter-submit,
  .kempire-podcasts-page .newsletter-submit,
  .kempire-about-page .newsletter-submit,
  .kempire-blogpost-page .newsletter-submit {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .kempire-home-page .newsletter,
  main#kempire-home-main .newsletter,
  .kempire-elementor-html-root .newsletter,
  .kempire-shop-page .newsletter,
  .kempire-stories-page .newsletter,
  .kempire-watch-page .newsletter,
  .kempire-podcasts-page .newsletter,
  .kempire-about-page .newsletter,
  .kempire-blogpost-page .newsletter {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
    max-width: 100%;
  }
  .kempire-home-page .newsletter > :first-child,
  main#kempire-home-main .newsletter > :first-child,
  .kempire-elementor-html-root .newsletter > :first-child,
  .kempire-shop-page .newsletter > :first-child,
  .kempire-stories-page .newsletter > :first-child,
  .kempire-watch-page .newsletter > :first-child,
  .kempire-podcasts-page .newsletter > :first-child,
  .kempire-about-page .newsletter > :first-child,
  .kempire-blogpost-page .newsletter > :first-child {
    width: 100%;
    max-width: 100%;
  }
  .kempire-home-page .newsletter-sub,
  main#kempire-home-main .newsletter-sub,
  .kempire-elementor-html-root .newsletter-sub,
  .kempire-shop-page .newsletter-sub,
  .kempire-stories-page .newsletter-sub,
  .kempire-watch-page .newsletter-sub,
  .kempire-podcasts-page .newsletter-sub,
  .kempire-about-page .newsletter-sub,
  .kempire-blogpost-page .newsletter-sub {
    max-width: 100%;
  }
  .kempire-home-page .newsletter-form,
  main#kempire-home-main .newsletter-form,
  .kempire-elementor-html-root .newsletter-form,
  .kempire-shop-page .newsletter-form,
  .kempire-stories-page .newsletter-form,
  .kempire-watch-page .newsletter-form,
  .kempire-podcasts-page .newsletter-form,
  .kempire-about-page .newsletter-form,
  .kempire-blogpost-page .newsletter-form {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
  .kempire-home-page .newsletter-input,
  main#kempire-home-main .newsletter-input,
  .kempire-elementor-html-root .newsletter-input,
  .kempire-shop-page .newsletter-input,
  .kempire-stories-page .newsletter-input,
  .kempire-watch-page .newsletter-input,
  .kempire-podcasts-page .newsletter-input,
  .kempire-about-page .newsletter-input,
  .kempire-blogpost-page .newsletter-input {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }
}

/* ---------- Horizontal overflow guard (viewport-wide; filter-bar tweaks ≤1024px) ----------
   Leaderboard slots + Elementor boxed sections can still overflow >1024px without html clip. */
html {
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .kempire-shop-page .filter-bar,
  .kempire-watch-page .filter-bar,
  .kempire-stories-page .filter-bar {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .kempire-shop-page .filter-bar::-webkit-scrollbar,
  .kempire-watch-page .filter-bar::-webkit-scrollbar,
  .kempire-stories-page .filter-bar::-webkit-scrollbar {
    display: none;
  }
}


/* === Kempire responsive breakpoints 481 / 769 / 1025 (theme override) === */
@media (min-width: 640px) {
  /* 640–768: stacked nav (overrides theme / Elementor). Single-row grid from 769px below. */
  nav.site-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 48px !important;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1) !important;
    position: relative !important;
    background: #0a0a0a !important;
    z-index: 100 !important;
    flex-wrap: wrap !important;
    row-gap: 16px !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
  }
  nav.site-nav > .nav-toggle {
    display: none !important;
  }
  .site-nav-links {
    display: flex !important;
    gap: 28px !important;
    list-style: none !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    row-gap: 12px !important;
    column-gap: 28px !important;
    width: 100% !important;
  }
  .site-nav-links a {
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(240, 237, 230, 0.55) !important;
    text-decoration: none !important;
  }
  .site-nav-socials {
    display: flex !important;
    gap: 16px !important;
    margin-left: 0 !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .site-nav-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 9px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: rgba(240, 237, 230, 0.35) !important;
    text-decoration: none !important;
  }
}

@media (min-width: 481px) {
  .kempire-home-page .hero-img {
    position: relative !important;
    overflow: hidden !important;
    background: #111 !important;
    min-height: 36vh !important;
  }
  .kempire-home-page .hero-content {
    padding: 36px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .kempire-home-page .headline {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(48px, 5vw, 76px) !important;
    font-weight: 900 !important;
    line-height: 0.95 !important;
    color: #F0EDE6 !important;
    margin-bottom: 24px !important;
    letter-spacing: -0.02em !important;
  }
  .kempire-home-page .topics,
  main#kempire-home-main .topics {
    display: flex !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
    overflow-x: auto !important;
    padding: 0 20px !important;
  }
  .kempire-home-page .topic,
  main#kempire-home-main .topic {
    flex-shrink: 0 !important;
    padding: 14px 24px !important;
    font-size: 9px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(240,237,230,0.4) !important;
    cursor: pointer !important;
    border-right: 0.5px solid rgba(240,237,230,0.08) !important;
    white-space: nowrap !important;
  }
  .sec-header {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    padding: 28px 20px 20px !important;
    flex-direction: row !important;
    gap: 0 !important;
  }
  .sec-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #F0EDE6 !important;
  }
  .kempire-home-page .feed {
    padding: 0 20px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .kempire-home-page .blog-side {
    padding: 28px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    border-right: none !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.08) !important;
  }
  .post-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #F0EDE6 !important;
    margin-bottom: 14px !important;
  }
  .kempire-home-page .vid-thumb:not(.vid-thumb--natural),
  main#kempire-home-main .vid-thumb:not(.vid-thumb--natural) {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 200px !important;
    background: #0F0F0F !important;
    position: relative !important;
  }
  .kempire-home-page .pod-left {
    background: #C8A96E !important;
    padding: 40px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .kempire-home-page .pod-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #0A0A0A !important;
    line-height: 1.1 !important;
  }
  .kempire-home-page .ep-num {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    color: rgba(200,169,110,0.2) !important;
    min-width: 44px !important;
  }
  .kempire-home-page .ep-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #F0EDE6 !important;
    transition: color 0.2s !important;
    line-height: 1.3 !important;
  }
  footer.kempire-site-footer {
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
    padding: 36px 20px 24px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .footer-bar {
    padding: 16px 24px !important;
    border-top: 0.5px solid rgba(240,237,230,0.06) !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: center !important;
  }
  .page-header {
    padding: 40px 20px 0 !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .page-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(52px, 7vw, 96px) !important;
    font-weight: 900 !important;
    line-height: 0.9 !important;
    color: #F0EDE6 !important;
    padding-bottom: 28px !important;
    letter-spacing: -0.02em !important;
  }
  .kempire-about-page .about-img {
    overflow: hidden !important;
    background: #111 !important;
    position: relative !important;
    min-height: 36vh !important;
  }
  .kempire-about-page .about-content {
    padding: 36px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border-left: none !important;
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .about-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #F0EDE6 !important;
    margin-bottom: 6px !important;
  }
  .kempire-about-page .about-role {
    font-size: 10px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #C8A96E !important;
    margin-bottom: 32px !important;
  }
  .kempire-about-page .stat-item {
    padding: 24px 20px !important;
    border-right: none !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .stat-num {
    font-family: 'Playfair Display', serif !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #C8A96E !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
  }
  .kempire-about-page .what-section {
    padding: 48px 20px !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #F0EDE6 !important;
    margin-bottom: 36px !important;
  }
  .kempire-about-page .what-card {
    padding: 36px !important;
    border-right: none !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-num {
    font-family: 'Playfair Display', serif !important;
    font-size: 56px !important;
    font-weight: 900 !important;
    color: rgba(200,169,110,0.1) !important;
    margin-bottom: 16px !important;
    line-height: 1 !important;
  }
  .kempire-about-page .cta {
    padding: 56px 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 28px !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
    flex-direction: column !important;
  }
  .kempire-about-page .cta-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(36px, 4vw, 58px) !important;
    font-weight: 900 !important;
    color: #F0EDE6 !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 769px) {
  nav.site-nav {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    column-gap: 20px !important;
    padding: 16px 24px !important;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1) !important;
    position: relative !important;
    background: #0a0a0a !important;
    z-index: 100 !important;
    row-gap: 0 !important;
    flex-direction: unset !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    min-height: 0 !important;
  }
  nav.site-nav > .nav-toggle {
    display: none !important;
  }
  .site-logo {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0.22em !important;
    color: #f0ede6 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    text-align: left !important;
    justify-self: start !important;
  }
  .site-nav-links {
    display: flex !important;
    gap: 28px !important;
    list-style: none !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    row-gap: 12px !important;
    column-gap: 20px !important;
    width: auto !important;
    justify-self: center !important;
  }
  .site-nav-links a {
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(240, 237, 230, 0.55) !important;
  }
  .site-nav-socials {
    display: flex !important;
    gap: 16px !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    width: auto !important;
  }
  .site-nav-socials a {
    font-size: 9px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: rgba(240, 237, 230, 0.35) !important;
  }
  .ticker-inner span {
    font-size: 9px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: rgba(240,237,230,0.3) !important;
    padding: 0 40px !important;
  }
  .kempire-home-page .hero-img {
    position: relative !important;
    overflow: hidden !important;
    background: #111 !important;
    min-height: 42vh !important;
  }
  .kempire-home-page .hero-content {
    padding: 48px 32px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .kempire-home-page .topics,
  main#kempire-home-main .topics {
    display: flex !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
    overflow-x: auto !important;
    padding: 0 24px !important;
  }
  .sec-header {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    padding: 32px 24px 24px !important;
    flex-direction: row !important;
    gap: 0 !important;
  }
  .kempire-home-page .feed {
    padding: 0 24px 48px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .kempire-home-page .blog-side {
    padding: 36px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    border-right: none !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.08) !important;
  }
  .kempire-home-page .vid-thumb:not(.vid-thumb--natural),
  main#kempire-home-main .vid-thumb:not(.vid-thumb--natural) {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 250px !important;
    background: #0F0F0F !important;
    position: relative !important;
  }
  .kempire-home-page .vid-info {
    padding: 18px 22px !important;
    border-top: 0.5px solid rgba(240,237,230,0.08) !important;
  }
  .kempire-home-page .pod-left {
    background: #C8A96E !important;
    padding: 52px 36px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .kempire-home-page .pod-right {
    padding: 28px 24px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .kempire-home-page .ep {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 18px 0 !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.08) !important;
    cursor: pointer !important;
  }
  footer.kempire-site-footer {
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
    padding: 40px 24px 28px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
  .footer-bar {
    padding: 16px 24px !important;
    border-top: 0.5px solid rgba(240,237,230,0.06) !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
    text-align: left !important;
  }
  .page-header {
    padding: 48px 24px 0 !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .page-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(52px, 7vw, 96px) !important;
    font-weight: 900 !important;
    line-height: 0.9 !important;
    color: #F0EDE6 !important;
    padding-bottom: 32px !important;
    letter-spacing: -0.02em !important;
  }
  .kempire-about-page .about-img {
    overflow: hidden !important;
    background: #111 !important;
    position: relative !important;
    min-height: 40vh !important;
  }
  .kempire-about-page .about-content {
    padding: 48px 32px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border-left: none !important;
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .about-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #F0EDE6 !important;
    margin-bottom: 6px !important;
  }
  .kempire-about-page .about-role {
    margin-bottom: 32px !important;
  }
  .kempire-about-page .stats-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .stat-item {
    padding: 28px 24px !important;
    border-right: 0.5px solid rgba(240,237,230,0.1) !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .stat-item:last-child {
    border-right: none !important;
  }
  .kempire-about-page .what-section {
    padding: 56px 24px !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
    border-left: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-card {
    padding: 36px !important;
    border-right: 0.5px solid rgba(240,237,230,0.1) !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .cta {
    padding: 72px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .cta-btns {
    display: flex !important;
    gap: 16px !important;
    flex-shrink: 0 !important;
  }
}

@media (min-width: 1025px) {
  nav.site-nav {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    column-gap: 24px !important;
    padding: 20px 48px !important;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.1) !important;
    position: relative !important;
    background: #0a0a0a !important;
    z-index: 100 !important;
    row-gap: 0 !important;
    flex-direction: unset !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    min-height: 0 !important;
  }
  nav.site-nav > .nav-toggle {
    display: none !important;
  }
  .site-logo {
    text-align: left !important;
    justify-self: start !important;
  }
  .site-nav-links {
    display: flex !important;
    gap: 28px !important;
    list-style: none !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    row-gap: 0 !important;
    column-gap: 28px !important;
    width: auto !important;
    justify-self: center !important;
  }
  .site-nav-links a {
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    color: rgba(240, 237, 230, 0.55) !important;
  }
  .site-nav-socials {
    display: flex !important;
    gap: 16px !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    width: auto !important;
  }
  .site-nav-socials a {
    font-size: 9px !important;
    letter-spacing: 0.12em !important;
    color: rgba(240, 237, 230, 0.35) !important;
  }
  .kempire-home-page .hero-img {
    position: relative !important;
    overflow: hidden !important;
    background: #111 !important;
    min-height: 0 !important;
  }
  .kempire-home-page .hero-fade {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to right, transparent 50%, #0A0A0A 100%) !important;
  }
  .kempire-home-page .hero-content {
    padding: 80px 56px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .kempire-home-page .topics,
  main#kempire-home-main .topics {
    display: flex !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
    overflow-x: auto !important;
    padding: 0 48px !important;
  }
  .sec-header {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    padding: 48px 48px 32px !important;
    flex-direction: row !important;
    gap: 0 !important;
  }
  .sec-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #F0EDE6 !important;
  }
  .kempire-home-page .feed {
    padding: 0 48px 64px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .kempire-home-page .post-card {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    border: 0.5px solid rgba(240,237,230,0.1) !important;
    cursor: pointer !important;
    transition: border-color 0.2s !important;
  }
  .post-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #F0EDE6 !important;
    margin-bottom: 14px !important;
  }
  .kempire-home-page .post-card.reverse {
    direction: rtl !important;
  }
  .kempire-home-page .blog-side {
    padding: 36px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    border-right: 0.5px solid rgba(240,237,230,0.08) !important;
  }
  .kempire-home-page .post-card.reverse .blog-side {
    border-right: none !important;
    border-left: 0.5px solid rgba(240,237,230,0.08) !important;
  }
  .kempire-home-page .podcast {
    display: grid !important;
    grid-template-columns: 280px 1fr !important;
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-home-page .pod-right {
    padding: 36px 48px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  footer.kempire-site-footer {
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
    padding: 56px 48px 32px !important;
    display: grid !important;
    grid-template-columns: 1.2fr 1fr 1fr 1fr !important;
    gap: 40px !important;
  }
  .footer-bar {
    padding: 18px 48px !important;
    border-top: 0.5px solid rgba(240,237,230,0.06) !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
    text-align: left !important;
  }
  .page-header {
    padding: 80px 48px 0 !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .page-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(52px, 7vw, 96px) !important;
    font-weight: 900 !important;
    line-height: 0.9 !important;
    color: #F0EDE6 !important;
    padding-bottom: 48px !important;
    letter-spacing: -0.02em !important;
  }
  .kempire-about-page .about-main {
    display: grid !important;
    grid-template-columns: 420px 1fr !important;
    min-height: 600px !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .about-img {
    overflow: hidden !important;
    background: #111 !important;
    position: relative !important;
  }
  .kempire-about-page .about-content {
    padding: 64px 64px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border-left: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .about-name {
    font-size: 36px !important;
  }
  .kempire-about-page .stats-bar {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .stat-item {
    padding: 40px 48px !important;
    border-right: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-section {
    padding: 80px 48px !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #F0EDE6 !important;
    margin-bottom: 48px !important;
  }
  .kempire-about-page .what-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    border-top: 0.5px solid rgba(240,237,230,0.1) !important;
    border-left: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-card {
    padding: 36px !important;
    border-right: 0.5px solid rgba(240,237,230,0.1) !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .what-num {
    font-size: 56px !important;
  }
  .kempire-about-page .cta {
    padding: 100px 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 60px !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
    flex-direction: row !important;
  }
  .kempire-home-page .hero {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    min-height: 88vh !important;
    border-bottom: 0.5px solid rgba(240,237,230,0.1) !important;
  }
  .kempire-about-page .stat-item:last-child {
    border-right: none !important;
  }
}

@media (min-width: 481px) {
  .kempire-tour-page .tour-hero-content {
    padding: 48px 20px 56px !important;
  }
  .kempire-tour-page .tour-sec-head {
    padding: 48px 20px 28px !important;
  }
  .kempire-tour-page .tour-upcoming {
    padding: 0 20px !important;
  }
  .kempire-tour-page .events {
    padding: 0 20px !important;
  }
  .kempire-tour-page .past-section {
    padding: 0 20px 56px !important;
  }
  .kempire-tour-page .notify {
    padding: 72px 20px !important;
  }
}

@media (min-width: 769px) {
  .kempire-tour-page .tour-hero-img {
    min-height: 50vh !important;
  }
  .kempire-tour-page .tour-hero-img img {
    min-height: 50vh !important;
  }
  .kempire-tour-page .tour-hero-content {
    padding: 56px 32px 64px !important;
  }
  .kempire-tour-page .tour-sec-head {
    flex-direction: row !important;
    align-items: baseline !important;
    padding: 48px 24px 28px !important;
  }
  .kempire-tour-page .tour-sec-title {
    font-size: 32px !important;
  }
  .kempire-tour-page .tour-upcoming {
    padding: 0 24px !important;
  }
  .kempire-tour-page .events {
    padding: 0 24px !important;
  }
  .kempire-tour-page .event-row {
    grid-template-columns: 120px auto 1fr auto !important;
    gap: 32px !important;
    align-items: center !important;
    padding: 32px 0 !important;
  }
  .kempire-tour-page .event-date {
    text-align: center !important;
  }
  .kempire-tour-page .event-divider {
    display: block !important;
    width: 0.5px !important;
    height: 60px !important;
    background: rgba(240,237,230,0.1) !important;
  }
  .kempire-tour-page .event-name {
    font-size: 22px !important;
  }
  .kempire-tour-page .past-section {
    padding: 0 24px 64px !important;
  }
  .kempire-tour-page .past-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .kempire-tour-page .past-grid--single {
    grid-template-columns: 1fr !important;
    max-width: 460px !important;
  }
  .kempire-tour-page .past-header {
    padding: 48px 0 28px !important;
  }
  .kempire-tour-page .past-title {
    font-size: 28px !important;
  }
  .kempire-tour-page .past-event-name {
    font-size: 22px !important;
  }
  .kempire-tour-page .past-card {
    padding: 28px !important;
  }
  .kempire-tour-page .notify {
    padding: 80px 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 48px !important;
  }
  .kempire-tour-page .notify-form {
    flex-direction: row !important;
    width: auto !important;
  }
  .kempire-tour-page .notify-input {
    width: 280px !important;
  }
}

@media (min-width: 1025px) {
  .kempire-tour-page .tour-hero {
    grid-template-columns: 1fr 1fr !important;
    min-height: 60vh !important;
  }
  .kempire-tour-page .tour-hero-img {
    min-height: 60vh !important;
  }
  .kempire-tour-page .tour-hero-img img {
    min-height: 60vh !important;
  }
  .kempire-tour-page .tour-hero-fade {
    background: linear-gradient(to right, transparent 40%, #0A0A0A 100%) !important;
  }
  .kempire-tour-page .tour-hero-content {
    padding: 80px 56px !important;
  }
  .kempire-tour-page .tour-sec-head {
    padding: 56px 48px 32px !important;
  }
  .kempire-tour-page .tour-upcoming {
    padding: 0 48px !important;
  }
  .kempire-tour-page .events {
    padding: 0 48px !important;
  }
  .kempire-tour-page .event-row {
    gap: 40px !important;
  }
  .kempire-tour-page .past-section {
    padding: 0 48px 64px !important;
  }
  .kempire-tour-page .notify {
    padding: 100px 48px !important;
    gap: 60px !important;
  }
}

@media (min-width: 481px) {
  /* Podcasts responsive (from styles.css). Aliases: .podcasts-page-head / .podcasts-page-title */
  .kempire-podcasts-page .page-header,
  .kempire-podcasts-page .podcasts-page-head {
    padding: 44px 20px 0 !important;
  }
  .kempire-podcasts-page .page-title,
  .kempire-podcasts-page .podcasts-page-title {
    padding-bottom: 40px !important;
  }
  .kempire-podcasts-page .show-art {
    padding: 44px 32px !important;
  }
  .kempire-podcasts-page .show-info {
    padding: 44px 24px !important;
  }
  .kempire-podcasts-page .episodes-wrapper {
    padding: 0 20px !important;
  }
  .kempire-podcasts-page .episodes-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .kempire-podcasts-page .ep-header {
    padding: 36px 0 26px !important;
  }
  .kempire-podcasts-page .ep-header-title {
    font-size: 24px !important;
  }
  .kempire-podcasts-page .pod-sidebar {
    padding: 36px 0 40px 0 !important;
  }
  .kempire-podcasts-page .sub-cta {
    padding: 64px 20px !important;
  }
}

@media (min-width: 769px) {
  .kempire-podcasts-page .page-header,
  .kempire-podcasts-page .podcasts-page-head {
    padding: 48px 24px 0 !important;
  }
  .kempire-podcasts-page .page-title,
  .kempire-podcasts-page .podcasts-page-title {
    padding-bottom: 48px !important;
  }
  .kempire-podcasts-page .show-hero {
    grid-template-columns: 280px 1fr !important;
  }
  .kempire-podcasts-page .show-art {
    padding: 52px 36px !important;
    gap: 0 !important;
  }
  .kempire-podcasts-page .show-platforms {
    margin-top: 28px !important;
  }
  .kempire-podcasts-page .show-info {
    padding: 52px 40px !important;
    border-left: 0.5px solid rgba(240, 237, 230, 0.1) !important;
    border-top: none !important;
  }
  .kempire-podcasts-page .episodes-wrapper {
    grid-template-columns: 1fr 280px !important;
    padding: 0 24px !important;
  }
  .kempire-podcasts-page .episodes-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: 0.5px solid rgba(240, 237, 230, 0.08) !important;
    border-bottom: none !important;
  }
  .kempire-podcasts-page .ep-header {
    padding: 40px 0 28px !important;
  }
  .kempire-podcasts-page .ep-header-title {
    font-size: 24px !important;
  }
  .kempire-podcasts-page .episodes-main .ep-row {
    gap: 24px !important;
    padding: 28px 0 !important;
  }
  .kempire-podcasts-page .episodes-main .ep-num {
    font-size: 36px !important;
    min-width: 52px !important;
  }
  .kempire-podcasts-page .episodes-main .ep-title {
    font-size: 18px !important;
  }
  .kempire-podcasts-page .pod-sidebar {
    padding: 40px 0 40px 28px !important;
  }
  .kempire-podcasts-page .sub-cta {
    padding: 80px 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 48px !important;
  }
  .kempire-podcasts-page .sub-btns {
    width: auto !important;
  }
}

@media (min-width: 1025px) {
  .kempire-podcasts-page .page-header,
  .kempire-podcasts-page .podcasts-page-head {
    padding: 56px 48px 0 !important;
  }
  .kempire-podcasts-page .show-art {
    padding: 52px 40px !important;
  }
  .kempire-podcasts-page .show-info {
    padding: 52px 56px !important;
  }
  .kempire-podcasts-page .episodes-wrapper {
    padding: 0 48px !important;
    grid-template-columns: 1fr 300px !important;
  }
  .kempire-podcasts-page .episodes-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .kempire-podcasts-page .pod-sidebar {
    padding: 40px 0 40px 32px !important;
  }
  .kempire-podcasts-page .ep-header {
    padding: 40px 0 28px !important;
  }
  .kempire-podcasts-page .sub-cta {
    padding: 80px 48px !important;
    gap: 60px !important;
  }
}

@media (min-width: 481px) {
  .kempire-shop-page .sec-header {
    padding: 32px 20px 20px !important;
  }
  .kempire-shop-page .sec-title {
    font-size: 28px !important;
  }
  .kempire-shop-page .shop-hero-content {
    padding: 44px 20px 52px !important;
  }
  .kempire-shop-page .filter-bar {
    padding: 0 20px !important;
  }
  .kempire-shop-page .shop-featured-intro {
    padding: 40px 20px 20px !important;
  }
  .kempire-shop-page .shop-featured-heading {
    font-size: 30px !important;
  }
  .kempire-shop-page .product-featured {
    margin: 0 20px !important;
  }
  .kempire-shop-page .featured-info {
    padding: 40px 28px 44px !important;
  }
  .kempire-shop-page .product-grid {
    padding: 0 20px !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .kempire-shop-page .fw-banner {
    margin: 0 20px 36px !important;
    padding: 32px 28px !important;
  }
  .kempire-shop-page .newsletter {
    padding: 64px 20px !important;
  }
}

@media (min-width: 769px) {
  .kempire-shop-page .sec-header {
    flex-direction: row !important;
    padding: 40px 24px 24px !important;
    gap: 0 !important;
  }
  .kempire-shop-page .sec-title {
    font-size: 32px !important;
  }
  .kempire-shop-page .shop-hero {
    grid-template-columns: 1fr 1fr !important;
    min-height: 60vh !important;
  }
  .kempire-shop-page .shop-hero-img {
    min-height: 60vh !important;
  }
  .kempire-shop-page .shop-hero-img img {
    min-height: 60vh !important;
  }
  .kempire-shop-page .shop-hero-fade {
    background: linear-gradient(to right, transparent 40%, #0A0A0A 100%) !important;
  }
  .kempire-shop-page .shop-hero-content {
    padding: 56px 32px 64px !important;
  }
  .kempire-shop-page .filter-bar {
    padding: 0 24px !important;
  }
  .kempire-shop-page .filter {
    padding: 14px 24px !important;
  }
  .kempire-shop-page .shop-featured-intro {
    padding: 48px 24px 24px !important;
  }
  .kempire-shop-page .shop-featured-heading {
    font-size: 32px !important;
  }
  .kempire-shop-page .product-featured {
    grid-template-columns: 1fr 1fr !important;
    margin: 0 24px !important;
  }
  .kempire-shop-page .featured-img {
    aspect-ratio: auto !important;
    min-height: 100% !important;
    border-right: 0.5px solid rgba(240,237,230,0.1) !important;
    border-bottom: none !important;
  }
  .kempire-shop-page .featured-info {
    padding: 48px 36px !important;
  }
  .kempire-shop-page .featured-name {
    font-size: 32px !important;
  }
  .kempire-shop-page .featured-price {
    font-size: 36px !important;
  }
  .kempire-shop-page .product-grid {
    padding: 0 24px !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .kempire-shop-page .fw-banner {
    margin: 0 24px 40px !important;
    padding: 36px 40px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 40px !important;
  }
  .kempire-shop-page .fw-banner-title {
    font-size: 22px !important;
  }
  .kempire-shop-page .newsletter {
    padding: 80px 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 48px !important;
  }
  .kempire-shop-page .newsletter-form {
    flex-direction: row !important;
    width: auto !important;
  }
  .kempire-shop-page .newsletter-input {
    width: 280px !important;
  }
  .kempire-shop-page footer.kempire-site-footer {
    grid-template-columns: 1.2fr 1fr 1fr 1fr !important;
  }
}

@media (min-width: 1025px) {
  .kempire-shop-page .sec-header {
    padding: 48px 48px 32px !important;
  }
  .kempire-shop-page .shop-hero-content {
    padding: 80px 56px !important;
  }
  .kempire-shop-page .filter-bar {
    padding: 0 48px !important;
  }
  .kempire-shop-page .shop-featured-intro {
    padding: 48px 48px 32px !important;
  }
  .kempire-shop-page .product-featured {
    margin: 0 48px !important;
  }
  .kempire-shop-page .featured-info {
    padding: 52px 48px !important;
  }
  .kempire-shop-page .product-grid {
    padding: 0 48px !important;
  }
  .kempire-shop-page .fw-banner {
    margin: 0 48px 48px !important;
    padding: 36px 48px !important;
  }
  .kempire-shop-page .newsletter {
    padding: 100px 48px !important;
    gap: 60px !important;
  }
}

@media (min-width: 481px) {
  .kempire-watch-page .page-header {
    padding: 40px 20px 0 !important;
  }
  .kempire-watch-page .page-title {
    padding-bottom: 40px !important;
  }
  .kempire-watch-page .featured-info {
    padding: 36px 24px 40px !important;
  }
  .kempire-watch-page .filter-bar {
    padding: 0 20px !important;
  }
  .kempire-watch-page .sec-header {
    padding: 32px 20px 20px !important;
  }
  .kempire-watch-page .sec-title {
    font-size: 28px !important;
  }
  .kempire-watch-page .vid-grid {
    padding: 0 20px !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .kempire-watch-page .yt-cta {
    padding: 56px 20px !important;
  }
}

@media (min-width: 769px) {
  .kempire-watch-page .page-header {
    padding: 48px 24px 0 !important;
  }
  .kempire-watch-page .page-title {
    padding-bottom: 48px !important;
  }
  .kempire-watch-page .featured {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
  .kempire-watch-page .featured-thumb {
    border-right: 0.5px solid rgba(240,237,230,0.1) !important;
    border-bottom: none !important;
  }
  .kempire-watch-page .featured-badge {
    top: 20px !important;
    left: 20px !important;
  }
  .kempire-watch-page .play-xl {
    width: 80px !important;
    height: 80px !important;
  }
  .kempire-watch-page .tri-xl {
    border-top: 16px solid transparent !important;
    border-bottom: 16px solid transparent !important;
    border-left: 28px solid #C8A96E !important;
    margin-left: 6px !important;
  }
  .kempire-watch-page .featured-info {
    padding: 48px 36px !important;
  }
  .kempire-watch-page .featured-title {
    font-size: 26px !important;
  }
  .kempire-watch-page .filter-bar {
    padding: 0 24px !important;
  }
  .kempire-watch-page .filter {
    padding: 14px 24px !important;
  }
  .kempire-watch-page .sec-header {
    flex-direction: row !important;
    padding: 40px 24px 24px !important;
    gap: 0 !important;
  }
  .kempire-watch-page .sec-title {
    font-size: 28px !important;
  }
  .kempire-watch-page .vid-grid {
    padding: 0 24px !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .kempire-watch-page .yt-cta {
    padding: 80px 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 48px !important;
  }
}

@media (min-width: 1025px) {
  .kempire-watch-page .page-header {
    padding: 56px 48px 0 !important;
  }
  .kempire-watch-page .featured-info {
    padding: 48px 40px !important;
  }
  .kempire-watch-page .filter-bar {
    padding: 0 48px !important;
  }
  .kempire-watch-page .sec-header {
    padding: 48px 48px 28px !important;
  }
  .kempire-watch-page .vid-grid {
    padding: 0 48px !important;
  }
  .kempire-watch-page .yt-cta {
    padding: 80px 48px !important;
    gap: 60px !important;
  }
}

@media (min-width: 481px) {
  .kempire-stories-page .page-header {
    padding: 40px 20px 0 !important;
  }
  .kempire-stories-page .page-title {
    padding-bottom: 36px !important;
  }
  .kempire-stories-page .filter-bar {
    padding: 0 20px !important;
  }
  .kempire-stories-page .featured-thumb img {
    min-height: 320px !important;
  }
  .kempire-stories-page .featured-info {
    padding: 36px 20px !important;
  }
  .kempire-stories-page .featured-badge {
    top: 18px !important;
    left: 18px !important;
  }
  .kempire-stories-page .stories-wrapper {
    padding: 0 20px !important;
  }
  .kempire-stories-page .posts-header {
    padding: 36px 0 26px !important;
  }
  .kempire-stories-page .posts-title {
    font-size: 24px !important;
  }
  .kempire-stories-page .post-card {
    grid-template-columns: 1fr 180px !important;
  }
  .kempire-stories-page .post-card-body {
    padding: 28px 20px 28px 0 !important;
    border-right: 0.5px solid rgba(240,237,230,0.06) !important;
    border-bottom: none !important;
  }
  .kempire-stories-page .stories-sidebar {
    padding: 36px 0 40px 0 !important;
    gap: 28px !important;
  }
  .kempire-stories-page .author-strip {
    padding: 36px 20px !important;
    grid-template-columns: auto 1fr !important;
    justify-items: stretch !important;
    text-align: left !important;
    gap: 24px !important;
  }
  .kempire-stories-page .author-btn {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
  }
  .kempire-stories-page .author-bio {
    max-width: none !important;
  }
  .kempire-stories-page .newsletter {
    padding: 64px 20px !important;
  }
  .kempire-stories-page .newsletter-form {
    flex-direction: row !important;
    max-width: none !important;
    width: auto !important;
    gap: 0 !important;
  }
  .kempire-stories-page .newsletter-input {
    width: 240px !important;
  }
}

@media (min-width: 769px) {
  .kempire-stories-page .page-header {
    padding: 48px 24px 0 !important;
  }
  .kempire-stories-page .page-title {
    padding-bottom: 44px !important;
  }
  .kempire-stories-page .filter-bar {
    padding: 0 24px !important;
  }
  .kempire-stories-page .filter {
    padding: 14px 24px !important;
  }
  .kempire-stories-page .featured-story {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 400px) !important;
  }
  .kempire-stories-page .featured-thumb {
    border-right: 0.5px solid rgba(240,237,230,0.1) !important;
    border-bottom: none !important;
  }
  .kempire-stories-page .featured-thumb img {
    min-height: 420px !important;
  }
  .kempire-stories-page .featured-badge {
    top: 20px !important;
    left: 20px !important;
  }
  .kempire-stories-page .featured-info {
    padding: 48px 32px !important;
  }
  .kempire-stories-page .stories-wrapper {
    grid-template-columns: 1fr 280px !important;
    padding: 0 24px !important;
  }
  .kempire-stories-page .posts-col {
    border-right: 0.5px solid rgba(240,237,230,0.08) !important;
  }
  .kempire-stories-page .stories-sidebar {
    padding: 40px 0 40px 28px !important;
    border-top: none !important;
  }
  .kempire-stories-page .post-card {
    grid-template-columns: 1fr 200px !important;
  }
  .kempire-stories-page .post-card-body {
    padding: 28px 28px 28px 0 !important;
  }
  .kempire-stories-page .author-strip {
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    padding: 36px 24px !important;
    gap: 28px !important;
  }
  .kempire-stories-page .author-btn {
    grid-column: auto !important;
    justify-self: auto !important;
  }
  .kempire-stories-page .newsletter {
    flex-direction: row !important;
    align-items: center !important;
    padding: 72px 24px !important;
    gap: 48px !important;
  }
  .kempire-stories-page .newsletter-form {
    flex-shrink: 0 !important;
  }
  .kempire-stories-page .newsletter-input {
    width: 260px !important;
  }
}

@media (min-width: 1025px) {
  .kempire-stories-page .page-header {
    padding: 64px 48px 0 !important;
  }
  .kempire-stories-page .page-title {
    font-size: clamp(52px, 7vw, 96px) !important;
    padding-bottom: 48px !important;
  }
  .kempire-stories-page .filter-bar {
    padding: 0 48px !important;
  }
  .kempire-stories-page .featured-info {
    padding: 48px 44px !important;
  }
  .kempire-stories-page .stories-wrapper {
    padding: 0 48px !important;
    grid-template-columns: 1fr 300px !important;
  }
  .kempire-stories-page .stories-sidebar {
    padding-left: 32px !important;
  }
  .kempire-stories-page .posts-header {
    padding: 40px 0 28px !important;
  }
  .kempire-stories-page .author-strip {
    padding: 36px 48px !important;
  }
  .kempire-stories-page .newsletter {
    padding: 80px 48px !important;
    gap: 60px !important;
  }
}

@media (min-width: 481px) {
  .kempire-blogpost-page .article-header {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .kempire-blogpost-page .video-block {
    margin-left: 24px !important;
    margin-right: 24px !important;
    margin-top: 32px !important;
  }
  .kempire-blogpost-page .content-wrapper {
    padding: 0 24px !important;
  }
  .kempire-blogpost-page .byline-wrap,
  .kempire-blogpost-page .more {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (min-width: 769px) {
  .kempire-blogpost-page .more-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1025px) {
  .kempire-blogpost-page .article-header {
    padding: 40px 48px 0 !important;
  }
  .kempire-blogpost-page .video-block {
    margin: 40px 48px 0 !important;
  }
  .kempire-blogpost-page .video-label {
    top: 20px !important;
    left: 20px !important;
  }
  .kempire-blogpost-page .video-caption {
    padding: 16px 20px !important;
  }
  .kempire-blogpost-page .content-wrapper {
    grid-template-columns: 1fr 300px !important;
    gap: 0 !important;
    padding: 0 48px !important;
  }
  .kempire-blogpost-page .article-body {
    padding: 48px 48px 48px 0 !important;
    border-right: 0.5px solid rgba(240,237,230,0.08) !important;
  }
  .kempire-blogpost-page .sidebar {
    padding: 48px 0 48px 36px !important;
    gap: 32px !important;
  }
  .kempire-blogpost-page .byline-wrap {
    padding: 0 48px !important;
  }
  .kempire-blogpost-page .byline {
    padding: 32px 36px !important;
  }
  .kempire-blogpost-page .more {
    padding: 40px 48px 64px !important;
  }
  .kempire-blogpost-page .more-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .kempire-blogpost-page .more-card {
    padding: 28px !important;
  }
}
/* ============================================================
   11. PAGE: LOOP LATEST — .kempire-loop-latest-page (Elementor rail)
   Was: kempire-loop-latest-elementor-custom-code.html embedded <style>.
   Fonts: site head (kempire-all-elementor-head-custom-code.html), not @import here.
   ============================================================ */


.elementor-section.kempire-loop-latest-page {
  background: #0a0a0a;
  color: #f0ede6;
  font-family: "DM Sans", sans-serif;
}
.kempire-loop-latest-page *,
.kempire-loop-latest-page *::before,
.kempire-loop-latest-page *::after {
  box-sizing: border-box;
}

/* Optional page header row (match home sec-header) */
.kempire-loop-latest-page .sec-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 48px 48px 32px;
}
.kempire-loop-latest-page .sec-title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  color: #f0ede6;
  margin: 0;
}
.kempire-loop-latest-page .sec-link {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8a96e;
  text-decoration: none;
}

/* Vertical rail (static HTML or inner wrapper) */
.kempire-loop-latest-page .feed {
  padding: 0 48px 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Latest Stories card (home paste parity) */
.kempire-loop-latest-page .post-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 0.5px solid rgba(240, 237, 230, 0.1);
  cursor: pointer;
  transition: border-color 0.2s;
}
.kempire-loop-latest-page .post-card:hover {
  border-color: rgba(200, 169, 110, 0.4);
}
.kempire-loop-latest-page .post-card.reverse {
  direction: rtl;
}
.kempire-loop-latest-page .post-card.reverse > * {
  direction: ltr;
}

.kempire-loop-latest-page .blog-side {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 0.5px solid rgba(240, 237, 230, 0.08);
}
.kempire-loop-latest-page .post-card.reverse .blog-side {
  border-right: none;
  border-left: 0.5px solid rgba(240, 237, 230, 0.08);
}
.kempire-loop-latest-page .post-cat {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 14px;
}
.kempire-loop-latest-page .post-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #f0ede6;
  margin-bottom: 14px;
}
.kempire-loop-latest-page .post-excerpt {
  font-size: 12px;
  color: rgba(240, 237, 230, 0.45);
  line-height: 1.7;
  font-weight: 300;
}
.kempire-loop-latest-page .post-meta {
  font-size: 10px;
  color: rgba(240, 237, 230, 0.3);
  letter-spacing: 0.06em;
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.kempire-loop-latest-page .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 0.5px solid rgba(240, 237, 230, 0.08);
  margin-top: 20px;
}
.kempire-loop-latest-page .blog-cta {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8a96e;
}
.kempire-loop-latest-page .vid-badge-sm {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: rgba(200, 169, 110, 0.5);
  text-transform: uppercase;
}

.kempire-loop-latest-page .vid-side {
  background: #111;
  display: flex;
  flex-direction: column;
}
.kempire-loop-latest-page .vid-thumb:not(.vid-thumb--natural) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #0f0f0f;
  position: relative;
}
.kempire-loop-latest-page .vid-lbl {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.4);
  border: 0.5px solid rgba(240, 237, 230, 0.15);
  padding: 4px 10px;
}
.kempire-loop-latest-page .play {
  width: 52px;
  height: 52px;
  border: 1.5px solid rgba(200, 169, 110, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kempire-loop-latest-page .tri {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #c8a96e;
  margin-left: 4px;
}
.kempire-loop-latest-page .vid-info {
  padding: 18px 22px;
  border-top: 0.5px solid rgba(240, 237, 230, 0.08);
}
.kempire-loop-latest-page .vid-label2 {
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 6px;
}
.kempire-loop-latest-page .vid-title {
  font-size: 13px;
  font-weight: 500;
  color: #f0ede6;
  line-height: 1.4;
  margin-bottom: 6px;
}
.kempire-loop-latest-page .vid-meta {
  font-size: 10px;
  color: rgba(240, 237, 230, 0.3);
}

/* Loop Grid: stack like .feed + alternating rows */
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) > .elementor-widget-container {
  padding: 0 48px 64px;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-loop-container .elementor-grid,
.kempire-loop-latest-page
  .elementor-widget-loop-grid:has(.post-card)
  > .elementor-widget-container
  > .elementor-loop-container
  > .elementor-grid {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item {
  width: 100% !important;
  max-width: 100% !important;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item .post-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card {
  direction: rtl;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card > * {
  direction: ltr;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .blog-side {
  border-right: none;
  border-left: 0.5px solid rgba(240, 237, 230, 0.08);
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item .elementor-element-populated {
  padding-block: 0;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .vid-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .vid-thumb .elementor-widget-container,
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .vid-thumb .elementor-image {
  height: 100%;
  min-height: 200px;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat .elementor-heading-title,
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat .elementor-text-editor,
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat .elementor-text-editor p {
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8a96e;
  margin: 0;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-cat {
  margin-bottom: 14px;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-title .elementor-heading-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #f0ede6;
  margin: 0 0 14px;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-excerpt .elementor-text-editor,
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-excerpt .elementor-text-editor p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: rgba(240, 237, 230, 0.45);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-meta .elementor-heading-title,
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-meta .elementor-text-editor,
.kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .elementor-element.post-meta .elementor-text-editor p {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  color: rgba(240, 237, 230, 0.3);
  letter-spacing: 0.06em;
  margin: 0;
}

/* 0px–319px */
@media (min-width: 0px) and (width < 320px) {
  .kempire-loop-latest-page .sec-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 28px 14px 16px;
  }
  .kempire-loop-latest-page .sec-title {
    font-size: 24px;
  }
  .kempire-loop-latest-page .feed {
    padding: 0 14px 34px;
    gap: 14px;
  }
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) > .elementor-widget-container {
    padding: 0 14px 34px;
  }
  .kempire-loop-latest-page .post-card,
  .kempire-loop-latest-page .post-card.reverse {
    direction: ltr;
    grid-template-columns: 1fr;
  }
  .kempire-loop-latest-page .blog-side,
  .kempire-loop-latest-page .post-card.reverse .blog-side {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-loop-latest-page .blog-side {
    padding: 16px 14px;
  }
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card,
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card > * {
    direction: ltr;
  }
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .blog-side {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-loop-latest-page .post-title {
    font-size: 17px;
  }
  .kempire-loop-latest-page
    .elementor-widget-loop-grid:has(.post-card)
    .elementor-element.post-title
    .elementor-heading-title {
    font-size: 17px;
  }
  .kempire-loop-latest-page .vid-thumb:not(.vid-thumb--natural) {
    min-height: 150px;
  }
  .kempire-loop-latest-page .vid-info {
    padding: 14px;
  }
  .kempire-loop-latest-page .eyebrow,
  .kempire-loop-latest-page .post-cat,
  .kempire-loop-latest-page .blog-cta,
  .kempire-loop-latest-page .sec-link {
    letter-spacing: 0.12em;
  }
}

/* 320px–639px */
@media (min-width: 320px) and (width < 640px) {
  .kempire-loop-latest-page .sec-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 36px 20px 20px;
  }
  .kempire-loop-latest-page .sec-title {
    font-size: 28px;
  }
  .kempire-loop-latest-page .feed {
    padding: 0 20px 44px;
    gap: 18px;
  }
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) > .elementor-widget-container {
    padding: 0 20px 44px;
  }
  .kempire-loop-latest-page .post-card,
  .kempire-loop-latest-page .post-card.reverse {
    direction: ltr;
    grid-template-columns: 1fr;
  }
  .kempire-loop-latest-page .blog-side,
  .kempire-loop-latest-page .post-card.reverse .blog-side {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-loop-latest-page .blog-side {
    padding: 22px 20px;
  }
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card,
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .post-card > * {
    direction: ltr;
  }
  .kempire-loop-latest-page .elementor-widget-loop-grid:has(.post-card) .e-loop-item:nth-child(even) .blog-side {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(240, 237, 230, 0.08);
  }
  .kempire-loop-latest-page .post-title {
    font-size: 19px;
  }
  .kempire-loop-latest-page
    .elementor-widget-loop-grid:has(.post-card)
    .elementor-element.post-title
    .elementor-heading-title {
    font-size: 19px;
  }
  .kempire-loop-latest-page .vid-thumb:not(.vid-thumb--natural) {
    min-height: 180px;
  }
  .kempire-loop-latest-page .vid-info {
    padding: 16px 18px;
  }
  .kempire-loop-latest-page .eyebrow,
  .kempire-loop-latest-page .post-cat,
  .kempire-loop-latest-page .blog-cta,
  .kempire-loop-latest-page .sec-link {
    letter-spacing: 0.14em;
  }
}