:root {
  --ink: #111417;
  --muted: #5c5c5c;
  --paper: #fffaf0;
  --paper-2: #fbf3df;
  --rule: #101010;
  --soft-rule: rgba(16,16,16,.26);
  --gold: #a8791e;
  --gold-2: #d8b24a;
  --bp-green: #0b7a26;
  --bp-lime: #9bd327;
  --navy: #061323;
  --dark-green: #03120b;
  --shadow: 0 26px 90px rgba(0,0,0,.26);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(143,199,53,.18), transparent 22rem),
    radial-gradient(circle at 85% 20%, rgba(216,178,74,.13), transparent 22rem),
    linear-gradient(145deg, #03120b 0%, #061323 52%, #030711 100%);
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(115deg, transparent 0 96%, rgba(216,178,74,.28) 96% 96.3%, transparent 96.3%),
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.18), transparent .12rem);
  background-size: 120px 120px, 18px 18px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: .75rem;
  transform: translateY(-200%);
  background: #fff;
  color: #000;
  padding: .7rem 1rem;
  border-radius: 999px;
  z-index: 100;
}

.skip-link:focus { transform: translateY(0); }

.reader-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem clamp(1rem, 3vw, 2.2rem);
  border-bottom: 1px solid rgba(216,178,74,.32);
  background: rgba(3,18,11,.9);
  backdrop-filter: blur(14px);
}

.brand-lockup { display: inline-flex; align-items: center; text-decoration: none; }

.brand-lockup img { width: 148px; height: auto; display: block; }

.reader-nav {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link,
.handle-link {
  border: 1px solid rgba(216,178,74,.35);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.06);
  padding: .7rem 1rem;
  text-decoration: none;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.nav-link { cursor: pointer; }

.nav-link.is-active,
.nav-link:hover,
.handle-link:hover {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #08120b;
}

.magazine-reader {
  position: relative;
  width: min(100% - 2rem, 1260px);
  margin: clamp(1rem, 3vw, 2.2rem) auto 2rem;
}

.issue-stage { position: relative; }

.magazine-page {
  display: none;
  width: 100%;
  min-height: 1240px;
  padding: clamp(1.2rem, 3.3vw, 2.3rem);
  background:
    linear-gradient(rgba(255,255,255,.66), rgba(255,255,255,.66)),
    radial-gradient(circle at 50% 0%, #fff 0, var(--paper) 55%, var(--paper-2) 100%);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: var(--shadow);
  outline: 2px solid rgba(16,16,16,.08);
  outline-offset: -12px;
}

.magazine-page.is-current {
  display: block;
  animation: pageIn .28s ease both;
}

@keyframes pageIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.paper-topline {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: .65rem 0 .75rem;
  border-top: 2px solid var(--rule);
  border-bottom: 5px solid var(--rule);
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
  font-size: .83rem;
}

.paper-topline span:nth-child(2) { text-align: center; }

.paper-topline span:last-child { text-align: right; }

.masthead {
  margin: .9rem 0 1.3rem;
  padding-bottom: .65rem;
  border-bottom: 3px double var(--rule);
  text-align: center;
}

.masthead h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(4.1rem, 11.5vw, 9.6rem);
  line-height: .85;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-weight: 900;
}

.masthead h1 em { color: var(--gold); font-style: normal; }

.masthead p {
  margin: .7rem 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 800;
  font-size: .88rem;
}

.masthead.compact h1 { font-size: clamp(3.4rem, 8.2vw, 7.2rem); }

.article-masthead { margin-bottom: 1rem; }

.section-kicker {
  margin: 0 0 .55rem;
  color: var(--gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .88rem;
}

p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.03rem;
  line-height: 1.5;
  margin: 0 0 .9rem;
}

h2, h3 { font-family: Georgia, 'Times New Roman', serif; }

a { color: inherit; }

.dropcap {
  float: left;
  margin: .06em .12em 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4.5rem;
  line-height: .76;
}

.standfirst {
  margin: 0 0 1rem;
  padding-bottom: .9rem;
  border-bottom: 2px solid rgba(168,121,30,.72);
  font-size: 1.08rem;
  line-height: 1.36;
  color: #252525;
}

.popup-token {
  color: #8a5c09;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
}

.popup-token:hover,
.popup-token:focus {
  color: var(--bp-green);
  outline: none;
}

/* Cover */
.cover-news-grid {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.42fr) minmax(230px, .72fr);
  grid-template-areas:
    "lead photo inside"
    "bp bp inside"
    "collab collab collab";
  gap: 1.25rem;
  align-items: start;
}

.bp-lead {
  grid-area: lead;
  border-right: 1px solid var(--soft-rule);
  padding-right: 1.1rem;
}

.bp-lead h2,
.article-rail h2,
.main-article h2 {
  margin: 0 0 .85rem;
  font-size: clamp(2.2rem, 4.5vw, 4.1rem);
  line-height: .97;
  letter-spacing: -.055em;
  font-weight: 500;
}

.cover-photo-panel { grid-area: photo; }

.photo-frame,
.rail-photo,
.bp-banner-section figure {
  margin: 0;
}

.photo-frame {
  padding: .75rem;
  border: 1px solid var(--rule);
  background: #fffdf6;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}

.photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  background: #eee;
}

figcaption {
  margin-top: .55rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .92rem;
  font-style: italic;
  color: #333;
}

.inside-panel {
  grid-area: inside;
  border-left: 1px solid var(--soft-rule);
  padding-left: 1.1rem;
}

.contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
  display: grid;
  gap: .85rem;
}

.contents-list li {
  position: relative;
  counter-increment: item;
  padding-left: 3rem;
  border-bottom: 1px solid rgba(16,16,16,.14);
  padding-bottom: .8rem;
  font-family: Georgia, 'Times New Roman', serif;
}

.contents-list li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 900;
}

.contents-list strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.05;
}

.contents-list span {
  display: block;
  margin-top: .25rem;
  color: #555;
  line-height: 1.35;
  font-size: .95rem;
}

.launch-card,
.profile-card {
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(168,121,30,.55);
  border-radius: 16px;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255,255,255,.75), rgba(245,235,209,.85));
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.launch-card span {
  color: var(--gold);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
}

.launch-card strong,
.profile-card strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  line-height: 1.05;
  margin: .25rem 0;
}

.launch-card small,
.profile-card span {
  display: block;
  color: #555;
  line-height: 1.35;
}

.bp-link-strip {
  grid-area: bp;
  display: grid;
  grid-template-columns: 80px 1fr 110px;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  background: rgba(255,255,255,.45);
}

.bp-logo-word {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, var(--bp-lime), var(--bp-green) 70%);
  font-weight: 900;
  font-size: 1.8rem;
}

.bp-link-strip h3 {
  margin: 0 0 .35rem;
  font-size: 1.45rem;
}

.bp-link-strip p { margin-bottom: 0; }

.bp-link-strip img {
  width: 104px;
  height: 104px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  padding: .2rem;
}

.cover-collab {
  grid-area: collab;
  display: grid;
  grid-template-columns: minmax(240px, .6fr) 1fr;
  gap: 1.1rem;
  align-items: stretch;
  border: 1px solid rgba(16,16,16,.36);
  padding: 1rem;
  background: rgba(255,255,255,.32);
}

.cover-collab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.12);
}

.cover-collab h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.8rem, 3.1vw, 2.7rem);
  line-height: 1;
}

/* Article */
.article-layout {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.9fr);
  gap: 1.25rem;
}

.article-rail {
  border-right: 1px solid var(--soft-rule);
  padding-right: 1.1rem;
}

.article-rail h2 { font-size: clamp(2.1rem, 4vw, 3.35rem); }

.rail-photo {
  padding: .55rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,.35);
  margin: 1rem 0;
}

.rail-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.fact-card {
  padding: .95rem;
  margin: 1rem 0;
  border-top: 2px solid var(--rule);
  border-bottom: 2px solid var(--rule);
  background: rgba(255,255,255,.28);
}

ul {
  margin: .5rem 0 0;
  padding-left: 1.2rem;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.45;
}

.fact-card li { margin-bottom: .45rem; }

.main-article h2 {
  font-size: clamp(2.5rem, 5.2vw, 4.75rem);
  max-width: 12ch;
}

.article-intro { font-size: 1.14rem; }

.dense-columns,
.lesson-grid {
  display: grid;
  grid-template-columns: 1fr minmax(210px, .72fr) 1fr;
  gap: 1.05rem;
  margin-top: .85rem;
}

.column-text,
.pull-quote,
.lesson-card {
  border-left: 1px solid var(--soft-rule);
  padding-left: 1rem;
}

.column-text:first-child,
.lesson-card:first-child {
  border-left: 0;
  padding-left: 0;
}

.column-text h3,
.lesson-card h3,
.bp-business-box h3 {
  margin: .2rem 0 .55rem;
  color: var(--gold);
  font-size: 1.32rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.pull-quote {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.25;
}

.pull-quote span {
  display: block;
  color: var(--gold);
  font-size: 5.8rem;
  line-height: .55;
  font-style: normal;
}

.pull-quote cite {
  display: block;
  margin-top: 1rem;
  color: #333;
  font-size: .82rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.bullets ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: .55rem;
}

.bullets li {
  position: relative;
  padding-left: 1.7rem;
}

.bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bp-green);
  font-weight: 900;
}

.bp-banner-section { margin: 1.15rem 0; }

.bp-banner-section figure {
  padding: .7rem;
  border: 1px solid var(--rule);
  background: #fffdf6;
}

.bp-banner-section img {
  width: 100%;
  height: auto;
  display: block;
}

.lesson-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.1rem;
}

.lesson-card { padding-top: .2rem; }

.bp-business-box {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .85fr);
  gap: 1rem;
  padding: 1rem;
  border: 2px solid var(--gold);
  background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,246,222,.7));
}

.link-buttons {
  display: grid;
  gap: .45rem;
  align-content: center;
}

.link-buttons a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(10,90,29,.18);
  border-left: 5px solid var(--bp-green);
  border-radius: 999px;
  padding: .68rem .9rem;
  color: #111;
  background: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: .86rem;
}

.link-buttons a::after {
  content: "→";
  color: var(--bp-green);
  font-size: 1.2rem;
}

.link-buttons a:hover { background: #f1f8e8; }

.paper-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.15rem;
  padding-top: .85rem;
  border-top: 2px solid var(--rule);
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .86rem;
}

.paper-footer span:last-child { text-align: center; }

/* Controls and popovers */
.page-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  margin: 1.1rem 0 0;
}

.control-button,
.page-status {
  border: 1px solid rgba(216,178,74,.48);
  color: #fff;
  background: rgba(3,18,11,.72);
  border-radius: 999px;
  padding: .72rem 1.1rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .76rem;
}

.control-button:not(:disabled) { cursor: pointer; }

.control-button:not(:disabled):hover {
  color: #08120b;
  background: linear-gradient(135deg, var(--gold-2), #f7df91);
}

.control-button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.page-status {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #08120b;
}

.profile-popover {
  position: fixed;
  left: var(--popover-x, 50%);
  top: var(--popover-y, 50%);
  z-index: 80;
  width: min(420px, calc(100vw - 1.5rem));
  opacity: 0;
  transform: translateY(10px) scale(.98);
  pointer-events: none;
  padding: 1rem;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 0%, rgba(155,211,39,.28), transparent 12rem),
    radial-gradient(circle at 90% 15%, rgba(216,178,74,.22), transparent 12rem),
    linear-gradient(145deg, rgba(3,18,11,.98), rgba(5,25,18,.98));
  border: 1px solid rgba(216,178,74,.72);
  box-shadow: 0 24px 80px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.15);
  transition: opacity .16s ease, transform .16s ease;
}

.profile-popover.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.popover-close {
  position: absolute;
  top: .7rem;
  right: .7rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
}

.popover-head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: .8rem;
  align-items: center;
  padding-right: 2rem;
}

.popover-mark {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: radial-gradient(circle at 50% 35%, #fff 0 17%, #ffdf2d 18% 32%, #80bd26 33% 62%, #0a7a27 63% 100%);
  box-shadow: 0 0 0 5px rgba(155,211,39,.12);
}

.popover-head p {
  margin: 0;
  color: var(--gold-2);
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.popover-head h3 {
  margin: .22rem 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.55rem;
  line-height: 1;
}

#popoverDescription {
  color: rgba(255,255,255,.88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95rem;
  line-height: 1.45;
  margin: .9rem 0;
}

.popover-meta {
  display: grid;
  gap: .45rem;
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
}

.meta-row {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  color: rgba(255,255,255,.82);
  font-size: .82rem;
}

.meta-row strong { color: #fff; }

.meta-row span {
  text-align: right;
  overflow-wrap: anywhere;
}

.popover-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .75rem;
}

.popover-socials a {
  border: 1px solid rgba(216,178,74,.44);
  border-radius: 999px;
  padding: .45rem .65rem;
  color: var(--gold-2);
  text-decoration: none;
  font-size: .75rem;
  font-weight: 800;
}

.popover-cta {
  display: flex;
  justify-content: center;
  margin-top: .8rem;
  padding: .82rem 1rem;
  border-radius: 999px;
  color: #08120b;
  background: linear-gradient(135deg, var(--bp-lime), #f7df91);
  text-decoration: none;
  font-weight: 900;
}

.page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(2,7,21,.24);
}

/* Desktop zoom effect: makes 100% browser view appear like 67% zoom */
@media (min-width: 1041px) {
  body {
    zoom: 0.67;
  }
}

/* Fallback for browsers that do not support CSS zoom */
@supports not (zoom: 1) {
  @media (min-width: 1041px) {
    body {
      width: 149.2537313433%;
      transform: scale(0.67);
      transform-origin: top center;
    }
  }
}

@media (max-width: 1040px) {
  .reader-header {
    position: relative;
    flex-direction: column;
    align-items: stretch;
  }

  .brand-lockup { justify-content: center; }

  .reader-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .paper-topline {
    grid-template-columns: 1fr;
    text-align: center;
    gap: .35rem;
  }

  .paper-topline span:last-child { text-align: center; }

  .cover-news-grid,
  .article-layout {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .bp-lead,
  .cover-photo-panel,
  .inside-panel,
  .bp-link-strip,
  .cover-collab {
    grid-area: auto;
  }

  .bp-lead,
  .inside-panel,
  .article-rail {
    border-right: 0;
    border-left: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid var(--soft-rule);
    padding-bottom: 1rem;
  }

  .cover-photo-panel { order: -1; }

  .photo-frame img { max-height: none; }

  .dense-columns,
  .lesson-grid,
  .bp-business-box,
  .cover-collab {
    grid-template-columns: 1fr;
  }

  .column-text,
  .pull-quote,
  .lesson-card {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--soft-rule);
    padding-top: 1rem;
  }

  .column-text:first-child,
  .lesson-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .main-article h2 { max-width: none; }
}

@media (max-width: 620px) {
  .magazine-reader { width: min(100% - .7rem, 1260px); }

  .magazine-page {
    min-height: auto;
    padding: 1rem;
    outline-offset: -7px;
  }

  .masthead h1 { font-size: clamp(3.1rem, 16vw, 6rem); }

  .masthead.compact h1 { font-size: clamp(2.9rem, 14vw, 5.2rem); }

  .masthead p {
    letter-spacing: .12em;
    font-size: .76rem;
  }

  .bp-lead h2,
  .article-rail h2,
  .main-article h2 {
    font-size: 2.35rem;
  }

  p { font-size: .98rem; }

  .bp-link-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bp-logo-word,
  .bp-link-strip img {
    margin: 0 auto;
  }

  .paper-footer {
    grid-template-columns: 1fr;
    text-align: center;
    letter-spacing: .11em;
  }

  .paper-footer span:last-child { text-align: center; }

  .page-controls { flex-wrap: wrap; }

  .control-button,
  .page-status {
    padding: .68rem .85rem;
  }

  .profile-popover {
    width: calc(100vw - 1rem);
    left: .5rem !important;
    right: .5rem;
  }
}

/* Updated non-quoted leadership principle card */
.principle-card {
  font-style: normal;
  background: #fffaf0;
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 1rem;
}

.principle-card span {
  font-family: Arial, sans-serif;
  display: inline-block;
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}