/* REDDY NEWS SEO, Fans and brand enhancements */
.brand-name {
  position: relative;
  display: inline-block;
  padding: 0 8px 3px;
  background: linear-gradient(90deg, #c60017, #ff334a, #85111b, #c60017);
  background-size: 280% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: reddy-logo-gradient 7s ease-in-out infinite;
}
.brand-name b { color: inherit; }
.brand-name::after {
  position: absolute;
  right: 4px;
  bottom: -4px;
  left: 4px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(198,0,23,.9), transparent);
  transform: scaleX(.82);
  content: "";
}
.masthead > .brand {
  position: relative;
  min-width: min(390px, 44vw);
  padding: 0;
  color: var(--ink);
  background: transparent;
}
.masthead > .brand .brand-name {
  padding: 0 7px 3px;
  background: linear-gradient(90deg, #15161a 0%, #281116 24%, #9e0015 42%, #ff334a 56%, #c60017 68%, #15161a 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  animation: reddy-logo-gradient 4.8s cubic-bezier(.77,0,.175,1) infinite;
}
.masthead > .brand .brand-name b { color: inherit; }
.masthead > .brand .brand-name::after { background: linear-gradient(90deg, transparent, rgba(198,0,23,.85), transparent); }
.masthead > .brand .brand-tagline { color: #45484d; }
.masthead > .cricket-brand {
  min-width: min(470px, 48vw);
}
.masthead > .cricket-brand .brand-name {
  background: none;
  color: #15161a;
  font-size: clamp(27px, 2.4vw, 42px);
  letter-spacing: -2px;
  animation: none;
}
.masthead > .cricket-brand .brand-name b { color: #c60017; }
.masthead > .cricket-brand .brand-name::after { background: linear-gradient(90deg, transparent, #c60017, transparent); }
.masthead > .cricket-brand .brand-tagline {
  margin-top: 4px;
  color: #15161a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 3.2px;
}
.masthead .brand-tagline[data-brand-tagline]::after {
  display: inline-block;
  width: 1px;
  height: .95em;
  margin-left: 4px;
  background: currentColor;
  vertical-align: -1px;
  animation: reddy-caret 1s steps(1,end) infinite;
  content: "";
}
@keyframes reddy-logo-gradient {
  0%, 100% { background-position: 0% 50%; filter: drop-shadow(0 0 0 rgba(198,0,23,0)); }
  50% { background-position: 100% 50%; filter: drop-shadow(0 4px 16px rgba(198,0,23,.22)); }
}
@keyframes reddy-masthead-glow {
  0% { opacity: .45; transform: translateX(-58%) scale(.92); }
  55% { opacity: .92; }
  100% { opacity: .62; transform: translateX(58%) scale(1.08); }
}
@keyframes reddy-caret { 50% { opacity: 0; } }

.newsletter-card {
  position: relative;
  isolation: isolate;
  padding-right: 18px;
  border: 1px solid #3b2b2f;
  color: #fff;
  background: radial-gradient(circle at 88% 16%, rgba(224,0,31,.52), transparent 30%), linear-gradient(135deg, #15161a 0%, #281116 58%, #9e0015 140%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.newsletter-card::before {
  position: absolute;
  inset: -32% -45%;
  z-index: -1;
  background: radial-gradient(circle, rgba(255,47,75,.3) 0%, rgba(198,0,23,.12) 32%, transparent 64%);
  transform: translateX(-48%);
  animation: reddy-masthead-glow 8s cubic-bezier(.77,0,.175,1) infinite alternate;
  content: "";
  pointer-events: none;
}
.newsletter-card .module-heading h2,
.newsletter-card .newsletter-extras strong { color: #fff; }
.newsletter-card > p,
.newsletter-card .newsletter-extras li { color: rgba(255,255,255,.78); }
.newsletter-card .newsletter-extras { border-top-color: rgba(255,255,255,.2); }
.newsletter-card .newsletter-extras li::before { color: #fff; }
.newsletter-card .newsletter-extras small,
.newsletter-card .form-message { color: rgba(255,255,255,.62); }
.newsletter-card .newsletter-form input { border-color: rgba(255,255,255,.38); color: #15161a; background: rgba(255,255,255,.96); }
.newsletter-card .newsletter-form input::placeholder { color: #74777b; }
.newsletter-card .newsletter-form input:focus { border-color: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.24); }
.newsletter-card .newsletter-form button { color: #fff; background: #d1001a; }
.newsletter-card .newsletter-form button:hover { background: #f01431; }

.breaking-copy {
  position: relative;
  display: flex;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.breaking-track {
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
  align-items: center;
  gap: 42px;
  padding-right: 42px;
  animation: reddy-breaking-scroll 42s linear infinite;
}
.breaking-copy:hover .breaking-track { animation-play-state: paused; }
.breaking-track a {
  position: relative;
  display: inline-flex !important;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.breaking-track a::after {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  transform: translateY(-50%);
  content: "";
}
@keyframes reddy-breaking-scroll { to { transform: translateX(-100%); } }

.profile-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.opinion-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.profile-card {
  padding: 0 18px 0 0;
  border-right: 1px solid var(--line);
}
.profile-card:last-child { padding-right: 0; border-right: 0; }
.profile-card .story-card-image { border-radius: 0; }
.profile-card .story-card-copy { padding-top: 10px; }
.profile-card h2 { font-size: 18px; }
.player-tabs { margin-top: -8px; }
.article-page > .player-tabs { margin-top: 20px; }
.article-media img { height: auto; }
.article-section-tabs {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 24px 0 8px;
  padding: 10px 0 12px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  scrollbar-width: none;
}
.article-section-tabs::-webkit-scrollbar { display: none; }
.article-section-tabs a {
  flex: none;
  padding: 8px 11px;
  border: 1px solid var(--line);
  background: #fff;
  color: #33373c;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.article-section-tabs a:hover { border-color: var(--red); color: var(--red); }

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: 44px;
  margin-top: 48px;
  padding: 34px 0 12px;
  border-top: 3px solid var(--ink);
}
.home-faq-wrap { padding-bottom: 58px; }
.faq-heading h2 {
  margin: 7px 0 10px;
  font-family: var(--condensed);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.faq-heading p:last-child {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-family: var(--condensed);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  position: relative;
  flex: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--line-dark);
}
.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: var(--red);
  transform: translate(-50%, -50%);
  content: "";
}
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { opacity: 0; }
.faq-list details > div { padding: 0 42px 20px 0; }
.faq-list p {
  margin: 0;
  color: #34373b;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
}
.article-copy .faq-section {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 46px;
}
.article-copy .faq-heading h2 { font-size: 34px; }
.article-copy .faq-heading p:last-child { max-width: none; }
.article-sources {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
}
.article-sources ol {
  display: grid;
  gap: 10px;
  margin: 15px 0 0;
  padding-left: 20px;
}
.article-sources li { color: #272a2e; font-size: 13px; line-height: 1.45; }
.article-sources li a { font-weight: 800; text-decoration: underline; text-decoration-color: rgba(198,0,23,.3); text-underline-offset: 3px; }
.article-sources li span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.article-copy > section[id] { scroll-margin-top: 78px; }

.reddy-brand-guide { display: grid; grid-template-columns: minmax(0,.78fr) minmax(560px,1.22fr); gap: 42px; align-items: stretch; margin: 28px 0 54px; padding: 34px; color: #fff; background: radial-gradient(circle at 86% 12%, rgba(210,0,29,.36), transparent 31%), linear-gradient(135deg,#15161a 0%,#21161a 58%,#54000d 145%); }
.reddy-brand-guide-copy { align-self: center; }
.reddy-brand-guide-copy .page-eyebrow { color: #ff8192; }
.reddy-brand-guide-copy h2 { max-width: 560px; margin: 7px 0 16px; font-family: var(--condensed); font-size: clamp(36px,4.1vw,62px); line-height: .95; text-transform: uppercase; }
.reddy-brand-guide-copy p:not(.page-eyebrow) { max-width: 650px; margin: 0 0 13px; color: rgba(255,255,255,.76); line-height: 1.62; }
.reddy-brand-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.2); }
.reddy-brand-links article { display: flex; min-height: 205px; flex-direction: column; padding: 22px; background: rgba(15,16,19,.84); }
.reddy-brand-links article > span { color: #ff7184; font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.reddy-brand-links h3 { margin: 19px 0 8px; font-family: var(--condensed); font-size: 24px; line-height: 1; }
.reddy-brand-links h3 a:hover, .reddy-brand-links article > a:hover { color: #ff8192; }
.reddy-brand-links p { margin: 0 0 15px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }
.reddy-brand-links article > a { margin-top: auto; color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .15px; }
.reddy-research-heading { display: grid; grid-template-columns: minmax(0,.42fr) minmax(0,.58fr); gap: 8px 38px; align-items: end; margin-top: 12px; padding-top: 28px; border-top: 3px solid var(--ink); }
.reddy-research-heading .page-eyebrow { grid-column: 1 / -1; margin: 0; }
.reddy-research-heading h2 { margin: 0; font-family: var(--condensed); font-size: clamp(33px,3.9vw,54px); line-height: .96; text-transform: uppercase; }
.reddy-research-heading > p:last-child { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.55; }
.reddy-census-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 36px;
  align-items: stretch;
  margin: 26px 0 18px;
  padding: 30px;
  border: 1px solid #30272a;
  color: #fff;
  background: radial-gradient(circle at 88% 10%, rgba(224,0,31,.45), transparent 29%), linear-gradient(135deg, #15161a 0%, #281116 63%, #790012 150%);
}
.reddy-census-summary h2 { margin: 6px 0 11px; font-family: var(--condensed); font-size: clamp(30px, 3.2vw, 47px); line-height: .98; text-transform: uppercase; }
.reddy-census-summary p:not(.page-eyebrow) { max-width: 780px; margin: 0; color: rgba(255,255,255,.77); line-height: 1.58; }
.reddy-census-summary .page-eyebrow { color: #ff7184; }
.reddy-census-summary a { display: inline-flex; margin-top: 17px; color: #fff; font-weight: 850; text-decoration: underline; text-decoration-color: #ff334a; text-underline-offset: 4px; }
.reddy-census-summary dl { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 0; }
.reddy-census-summary dl div { display: flex; min-height: 116px; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); }
.reddy-census-summary dt { color: #fff; font-family: var(--condensed); font-size: 38px; font-weight: 900; line-height: 1; }
.reddy-census-summary dd { margin: 7px 0 0; color: rgba(255,255,255,.67); font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.reddy-topic-tabs { margin-bottom: 28px; }
.article-reddy-tabs { margin-top: 18px; }
.reddy-research-strip .story-card-image { aspect-ratio: 16 / 9; }
.article-data-figure { margin: 34px 0; }
.article-data-figure img { display: block; width: 100%; height: auto; border: 1px solid var(--line); background: #f7f5f2; }
.article-data-figure figcaption { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.reddy-notables { margin: 36px 0 48px; }
.reddy-notables-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 20px; padding-top: 26px; border-top: 3px solid var(--ink); }
.reddy-notables-head h2 { margin: 5px 0 8px; font-family: var(--condensed); font-size: clamp(32px, 4vw, 54px); line-height: .96; text-transform: uppercase; }
.reddy-notables-head p:not(.page-eyebrow) { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.55; }
.reddy-notables-head > a { flex: none; font-size: 12px; font-weight: 850; }
.reddy-notables-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.reddy-notable-card { min-width: 0; border: 1px solid var(--line); background: #fff; transition: transform 180ms cubic-bezier(.23,1,.32,1), box-shadow 180ms cubic-bezier(.23,1,.32,1), border-color 180ms cubic-bezier(.23,1,.32,1); }
.reddy-notable-card:hover { border-color: rgba(198,0,23,.42); box-shadow: 0 16px 34px rgba(20,13,15,.1); transform: translateY(-3px); }
.reddy-notable-card > a { display: flex; min-height: 258px; flex-direction: column; padding: 15px; }
.reddy-notable-mark { display: grid; height: 82px; place-items: center; margin: -15px -15px 14px; color: #fff; background: radial-gradient(circle at 80% 15%, rgba(255,59,84,.66), transparent 34%), linear-gradient(135deg,#17181c 0%,#51101b 72%,#a00017 135%); font-family: var(--condensed); font-size: 34px; font-weight: 900; letter-spacing: -1px; }
.reddy-notable-field { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .55px; text-transform: uppercase; }
.reddy-notable-card h3 { margin: 7px 0 8px; font-family: var(--condensed); font-size: 22px; line-height: 1.02; }
.reddy-notable-card p { margin: 0 0 13px; color: #4b4e53; font-size: 12px; line-height: 1.45; }
.reddy-notable-card strong { margin-top: auto; color: #25272b; font-size: 10px; }
.reddy-notable-card:hover strong { color: var(--red); }

@media (max-width: 1260px) {
  .profile-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .profile-card:nth-child(3n) { border-right: 0; padding-right: 0; }
  .reddy-notables-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 1100px) {
  .reddy-brand-guide { grid-template-columns: 1fr; }
  .reddy-brand-guide-copy h2, .reddy-brand-guide-copy p:not(.page-eyebrow) { max-width: 780px; }
}
@media (max-width: 850px) {
  .profile-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-card { border-right: 0; padding-right: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 18px; }
  .faq-list summary { min-height: 58px; font-size: 18px; }
  .article-section-tabs { position: static; }
  .reddy-research-heading { grid-template-columns: 1fr; align-items: start; }
  .reddy-census-summary { grid-template-columns: 1fr; }
  .reddy-notables-head { align-items: start; flex-direction: column; }
  .reddy-notables-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .masthead > .brand { min-width: 0; width: min(100%, 226px); padding: 0; }
  .masthead > .cricket-brand { width: min(100%, 238px); }
  .masthead > .cricket-brand .brand-name { font-size: 22px; letter-spacing: -1.2px; }
  .masthead > .cricket-brand .brand-tagline { margin-top: 3px; font-size: 6px; letter-spacing: 2px; }
  .brand-name { padding-inline: 3px; }
  .brand-name::after { right: 2px; left: 2px; bottom: -3px; height: 2px; }
  .breaking-track { gap: 30px; padding-right: 30px; animation-duration: 34s; }
  .breaking-track a::after { right: -18px; width: 4px; height: 4px; }
  .profile-strip { grid-template-columns: 1fr; }
  .profile-card { display: grid; grid-template-columns: 125px minmax(0,1fr); gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .profile-card .story-card-image { aspect-ratio: auto; height: 82px; }
  .profile-card .story-card-copy { padding-top: 0; }
  .profile-card h2 { margin-top: 2px; font-size: 17px; }
  .opinion-strip .profile-card { display: block; padding: 0 0 22px; }
  .opinion-strip .profile-card .story-card-image { aspect-ratio: 16 / 9; height: auto; }
  .opinion-strip .profile-card .story-card-copy { padding-top: 10px; }
  .opinion-strip .profile-card h2 { margin: 5px 0 7px; font-size: 21px; }
  .newsletter-card { margin: 12px 0; padding: 22px 18px; }
  .faq-section { margin-top: 36px; padding-top: 28px; }
  .faq-heading h2 { font-size: 34px; }
  .faq-list summary { font-size: 17px; }
  .faq-list details > div { padding-right: 0; }
  .faq-list p { font-size: 15px; }
  .reddy-brand-guide { gap: 24px; margin: 22px 0 38px; padding: 24px 18px; }
  .reddy-brand-guide-copy h2 { font-size: 37px; }
  .reddy-brand-links { grid-template-columns: 1fr; }
  .reddy-brand-links article { min-height: 164px; padding: 18px; }
  .reddy-brand-links h3 { margin-top: 14px; }
  .reddy-research-heading { margin-top: 0; padding-top: 23px; }
  .reddy-research-heading h2 { font-size: 34px; }
  .reddy-census-summary { gap: 22px; margin-top: 18px; padding: 24px 18px; }
  .reddy-census-summary dl { grid-template-columns: 1fr 1fr; }
  .reddy-census-summary dl div { min-height: 92px; padding: 13px; }
  .reddy-census-summary dt { font-size: 31px; }
  .reddy-topic-tabs { margin-bottom: 22px; }
  .reddy-research-strip .profile-card { display: block; padding: 0 0 22px; }
  .reddy-research-strip .profile-card .story-card-image { height: auto; aspect-ratio: 16 / 9; }
  .reddy-research-strip .profile-card .story-card-copy { padding-top: 10px; }
  .reddy-notables { margin-top: 30px; }
  .reddy-notables-head { gap: 12px; margin-bottom: 15px; }
  .reddy-notable-card > a { min-height: 238px; padding: 13px; }
  .reddy-notable-mark { height: 70px; margin: -13px -13px 13px; font-size: 29px; }
  .reddy-notable-card h3 { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-name, .newsletter-card::before, .brand-tagline[data-brand-tagline]::after, .breaking-track { animation: none !important; }
  .breaking-copy { mask-image: none; overflow-x: auto; }
}
