:root {
  --rep-bg: #1a1a19;
  --rep-panel: #222521;
  --rep-panel-strong: #171c18;
  --rep-copy: #f4efe4;
  --rep-muted: #b8bdb4;
  --rep-line: rgba(244, 239, 228, .15);
  --rep-lime: #caff4d;
  --rep-green: #1e4f35;
  --rep-font: 'Poppins', Arial, sans-serif;
}

html { background: var(--rep-bg) !important; }
body[data-page-name="news_and_media"] {
  min-width: 0;
  overflow-x: hidden;
  background: var(--rep-bg) !important;
  color: var(--rep-copy) !important;
  font-family: var(--rep-font) !important;
}
body[data-page-name="news_and_media"] * { font-family: var(--rep-font) !important; }
body[data-page-name="news_and_media"] .global-site-nav { background: rgba(12, 14, 12, .96) !important; }
body[data-page-name="news_and_media"] .rep-media-page { background: var(--rep-bg) !important; }
body[data-page-name="news_and_media"] h1,
body[data-page-name="news_and_media"] h2,
body[data-page-name="news_and_media"] h3 { letter-spacing: -.045em; }

.rep-wrap { width: min(calc(100% - clamp(40px, 8vw, 128px)), 1320px); margin-inline: auto; }
.rep-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.rep-eyebrow { color: var(--rep-lime); font-size: 12px; font-weight: 600; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
.rep-section { padding-block: clamp(78px, 9vw, 132px); }
.rep-section-rule { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--rep-line); }
.rep-section-rule h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.12; }
.rep-section-rule > span { color: rgba(244, 239, 228, .52); font-size: 12px; font-weight: 500; letter-spacing: .13em; }

.rep-media-hero { position: relative; overflow: hidden; min-height: 620px; padding-block: clamp(92px, 11vw, 154px); border-bottom: 1px solid var(--rep-line); background: #1a1a19 !important; }
.rep-media-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(202,255,77,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(202,255,77,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.rep-media-hero::after { content: ''; position: absolute; right: -170px; top: -180px; width: 620px; height: 620px; border: 1px solid rgba(202,255,77,.12); border-radius: 50%; box-shadow: 0 0 0 88px rgba(202,255,77,.022), 0 0 0 176px rgba(202,255,77,.015); pointer-events: none; }
.rep-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(48px, 9vw, 138px); align-items: end; }
.rep-hero-copy .rep-eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; }
.rep-hero-copy .rep-eyebrow span { width: 36px; height: 2px; background: var(--rep-lime); box-shadow: 0 0 16px rgba(202,255,77,.35); }
.rep-display-title { max-width: 900px; font-size: clamp(64px, 9.3vw, 132px); font-weight: 600; line-height: .88; letter-spacing: -.073em; }
.rep-hero-intro { padding-top: 30px; border-top: 1px solid var(--rep-line); }
.rep-hero-intro > p { max-width: 520px; color: #d0d3cc; font-size: clamp(18px, 1.75vw, 23px); line-height: 1.6; }
.rep-hero-index { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 44px; color: rgba(244,239,228,.48); font-size: 10px; font-weight: 600; letter-spacing: .11em; }
.rep-hero-index i { width: 4px; height: 4px; border-radius: 50%; background: var(--rep-lime); }

.rep-featured { background: #1a1a19 !important; }
.rep-featured .rep-section-rule .rep-eyebrow { color: var(--rep-copy); font-size: clamp(22px, 2.5vw, 34px); letter-spacing: -.035em; text-transform: none; }
.rep-publication-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 560px; overflow: hidden; border: 1px solid rgba(202,255,77,.22); border-radius: 34px; background: var(--rep-panel-strong); box-shadow: 0 35px 90px rgba(0,0,0,.26); }
.rep-publication-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 5vw, 70px); }
.rep-status { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 38px; padding: 9px 13px; color: var(--rep-copy); border: 1px solid rgba(202,255,77,.3); border-radius: 999px; background: rgba(202,255,77,.07); font-size: 12px; font-weight: 500; }
.rep-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--rep-lime); box-shadow: 0 0 14px rgba(202,255,77,.5); }
.rep-publication-copy > .rep-eyebrow { margin-bottom: 23px; }
.rep-publication-copy h2 { max-width: 720px; font-size: clamp(38px, 4.7vw, 64px); font-weight: 600; line-height: 1.04; }
.rep-description { max-width: 680px; margin-top: 27px; color: var(--rep-muted); font-size: 17px; line-height: 1.75; }
.rep-action { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; margin-top: 36px; padding: 14px 25px; color: #111714; border-radius: 999px; background: var(--rep-lime); font-size: 15px; font-weight: 600; transition: transform .2s ease, background-color .2s ease; }
.rep-action:hover { transform: translateY(-2px); background: #dcff86; }
.rep-action span { font-size: 20px; }
.rep-publication-plate { position: relative; min-width: 0; overflow: hidden; border-left: 1px solid rgba(17,23,20,.18); background: #dce7d3; }
.rep-publication-plate svg { display: block; width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.rep-plate-caption { position: absolute; left: 27px; right: 27px; bottom: 24px; display: flex; justify-content: space-between; gap: 20px; color: #344f37; font-size: 10px; font-weight: 600; letter-spacing: .14em; }

.rep-conversations { background: #141715 !important; border-block: 1px solid var(--rep-line); }
.rep-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rep-media-card { display: flex; min-width: 0; min-height: 590px; flex-direction: column; overflow: hidden; border: 1px solid var(--rep-line); border-radius: 28px; background: #1d211e; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.rep-media-card:hover { transform: translateY(-5px); border-color: rgba(202,255,77,.35); box-shadow: 0 30px 70px rgba(0,0,0,.23); }
.rep-card-plate { position: relative; display: grid; min-height: 220px; place-items: center; overflow: hidden; border-bottom: 1px solid var(--rep-line); background: #222821; }
.rep-card-plate::before { content: ''; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle, rgba(202,255,77,.45) 1px, transparent 1px); background-size: 30px 30px; }
.rep-card-number { position: absolute; z-index: 2; top: 19px; left: 21px; color: rgba(244,239,228,.55); font-size: 11px; font-weight: 600; letter-spacing: .13em; }
.rep-card-plate svg { position: relative; z-index: 1; width: 100%; height: 100%; fill: none; stroke: var(--rep-lime); stroke-width: 2; overflow: visible; }
.rep-card-plate svg circle { fill: var(--rep-lime); stroke: #172017; }
.rep-card-plate-orbit { background: #1e2920; }
.rep-card-plate-spectrum { background: #2c3e22; }
.rep-card-plate-spectrum svg rect { fill: rgba(202,255,77,.14); stroke: var(--rep-lime); }
.rep-card-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 31px 30px 29px; }
.rep-card-copy > .rep-eyebrow { margin-bottom: 18px; }
.rep-card-copy h3 { font-size: clamp(26px, 2.45vw, 34px); font-weight: 600; line-height: 1.14; }
.rep-card-copy > p:not(.rep-eyebrow) { margin-top: 18px; color: var(--rep-muted); font-size: 16px; line-height: 1.7; }
.rep-card-link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 49px; margin-top: auto; padding-top: 25px; border-top: 1px solid var(--rep-line); color: var(--rep-copy); font-size: 15px; font-weight: 600; }
.rep-card-link span { color: var(--rep-lime); font-size: 20px; transition: transform .2s ease; }
.rep-card-link:hover span { transform: translate(3px, -3px); }

.rep-media-footer { background: #111411 !important; }
body[data-page-name="news_and_media"] .rep-media-footer .wordmark { font-family: var(--rep-font) !important; }

.rep-js .rep-reveal:not(.rep-no-anim) { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.72,.2,1); }
.rep-js .rep-reveal.rep-in-view:not(.rep-no-anim) { opacity: 1; transform: none; }
.rep-js .rep-media-card:nth-child(2) { transition-delay: 80ms; }
.rep-js .rep-media-card:nth-child(3) { transition-delay: 160ms; }
.rep-js .rep-card-plate svg { animation: repPlateDrift 7s ease-in-out infinite alternate; }
.rep-js .rep-publication-plate svg { animation: repPublicationFloat 10s ease-in-out infinite alternate; }

@keyframes repPlateDrift { from { transform: translateY(-3px); } to { transform: translateY(4px); } }
@keyframes repPublicationFloat { from { transform: scale(1.005) translateY(-2px); } to { transform: scale(1.025) translateY(3px); } }

@media (max-width: 1040px) {
  .rep-publication-card { grid-template-columns: 1fr; }
  .rep-publication-plate { min-height: 470px; border-top: 1px solid rgba(17,23,20,.18); border-left: 0; }
  .rep-publication-plate svg { min-height: 470px; }
  .rep-media-grid { grid-template-columns: 1fr 1fr; }
  .rep-media-card:last-child { grid-column: 1 / -1; }
  .rep-media-card:last-child .rep-card-plate { min-height: 250px; }
}

@media (max-width: 760px) {
  .rep-wrap { width: min(calc(100% - 40px), 1320px); }
  .rep-media-hero { min-height: 0; padding-block: 74px 82px; }
  .rep-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .rep-display-title { font-size: clamp(58px, 18vw, 96px); }
  .rep-hero-intro { max-width: 620px; }
  .rep-section { padding-block: 72px; }
  .rep-section-rule { align-items: flex-end; }
  .rep-section-rule > span { text-align: right; }
  .rep-media-grid { grid-template-columns: 1fr; }
  .rep-media-card:last-child { grid-column: auto; }
  .rep-media-card { min-height: 540px; }
  .rep-card-plate { min-height: 210px; }
}

@media (max-width: 520px) {
  .rep-wrap { width: min(calc(100% - 30px), 1320px); }
  .rep-eyebrow { font-size: 11px; }
  .rep-hero-index { display: grid; grid-template-columns: auto 4px auto; gap: 8px; font-size: 8px; }
  .rep-publication-card { border-radius: 24px; }
  .rep-publication-copy { padding: 31px 24px 35px; }
  .rep-publication-copy h2 { font-size: 36px; }
  .rep-description { font-size: 16px; }
  .rep-action { width: 100%; }
  .rep-publication-plate,
  .rep-publication-plate svg { min-height: 360px; }
  .rep-media-card { min-height: 520px; border-radius: 23px; }
  .rep-card-copy { padding: 27px 24px 25px; }
  .rep-card-copy h3 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .rep-js .rep-reveal:not(.rep-no-anim) { opacity: 1; transform: none; transition: none; }
  .rep-js .rep-card-plate svg,
  .rep-js .rep-publication-plate svg { animation: none; }
  .rep-media-card,
  .rep-action,
  .rep-card-link span { transition: none; }
  .rep-media-card:hover,
  .rep-action:hover { transform: none; }
}
