@import "tailwindcss";

:root {
  --ink: #172a3a;
  --paper: #f4f0e8;
  --accent: #e95d3c;
  --soft: #d9e1e5;
  --line: #bdc5c8;
  --muted: #5e6b73;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.topbar {
  height: 78px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(242, 240, 233, 0.94);
  backdrop-filter: blur(10px);
}
.brand {
  display: flex;
  align-items: center;
}
.brand img {
  width: 230px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
nav {
  display: flex;
  gap: 34px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.issue {
  font: 700 11px Arial;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.hero {
  padding: 54px 4vw 0;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}
.eyebrow {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.65fr;
  gap: 8vw;
  padding: 46px 0 20px;
}
.kicker {
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 800;
}
h1 {
  max-width: 970px;
  margin: 16px 0 0;
  font-size: clamp(58px, 7.2vw, 118px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  font-weight: 800;
}
.intro {
  align-self: end;
  padding-bottom: 8px;
}
.intro p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 340px;
}
.intro a {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  padding: 14px 0;
  border-top: 1px solid;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.hero-art {
  height: 230px;
  margin-top: 25px;
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 6vw;
}
.hero-art p {
  z-index: 2;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.15em;
}
.ball {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--paper);
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -0.08em;
  z-index: 2;
}
.arc {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid #607482;
  border-radius: 50%;
  top: -135px;
}
.arc.one {
  left: 18%;
}
.arc.two {
  right: 12%;
}
.media-radar {
  padding: 34px 4vw 30px;
  background: #dfe5e6;
  border-bottom: 1px solid var(--ink);
}
.media-radar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.media-radar-head p {
  margin: 0;
}
.media-radar-head > span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.media-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.media-strip a {
  min-height: 82px;
  padding: 15px 12px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    background 0.2s,
    color 0.2s;
}
.media-strip a:hover {
  background: var(--ink);
  color: var(--paper);
}
.media-strip b {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.media-strip small {
  color: var(--accent);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.media-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.5;
}
.ranking {
  padding: 100px 4vw 120px;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 65px;
}
.section-head h2,
.method h2,
.newsletter h2 {
  font-size: clamp(44px, 6vw, 88px);
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 14px 0 0;
}
.section-head > p {
  max-width: 440px;
  justify-self: end;
  color: var(--muted);
  line-height: 1.6;
}
.table-head,
.company {
  display: grid;
  grid-template-columns: 1.15fr 1.35fr 110px;
  gap: 30px;
}
.table-head {
  padding: 0 20px 12px;
  font-size: 9px;
  letter-spacing: 0.16em;
  font-weight: 800;
}
.company {
  min-height: 154px;
  padding: 24px 20px;
  border-top: 1px solid var(--line);
  transition:
    background 0.2s,
    transform 0.2s;
}
.company:last-child {
  border-bottom: 1px solid var(--line);
}
.company:hover {
  transform: translateX(5px);
  background: #e9e8df;
}
.identity {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.rank {
  font-size: 13px;
  font-weight: 800;
  margin-top: 8px;
}
.company h3 {
  font-size: 31px;
  letter-spacing: -0.045em;
  margin: 0 0 7px;
}
.identity p {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.description > span {
  display: inline-block;
  border: 1px solid;
  border-radius: 20px;
  padding: 5px 9px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.description p {
  max-width: 530px;
  font-size: 13px;
  line-height: 1.45;
  color: #444740;
}
.description small {
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
.score {
  text-align: right;
  align-self: center;
}
.score b {
  display: block;
  font-size: 31px;
}
.score span {
  font-size: 9px;
  letter-spacing: 0.1em;
}
.score small {
  display: block;
  margin-top: 20px;
  color: var(--accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.insights {
  padding: 105px 4vw 120px;
  background: #e8e8e2;
  border-top: 1px solid var(--ink);
}
.insights-head {
  margin-bottom: 52px;
}
.stories {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
}
.story {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 260px;
  background: var(--paper);
  border: 1px solid var(--ink);
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.story:hover {
  transform: translateY(-4px);
  box-shadow: 7px 7px 0 var(--accent);
}
.story-main {
  grid-row: span 2;
  grid-template-columns: 1fr;
  min-height: 610px;
}
.story-image {
  min-height: 220px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.story-main .story-image {
  min-height: 365px;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.story:hover .story-image img {
  transform: scale(1.025);
}
.story-image span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 7px;
  background: rgba(23, 42, 58, 0.88);
  color: white;
  font-size: 7px;
  letter-spacing: 0.11em;
}
.story-copy {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.story-meta {
  margin: 0 0 17px;
  color: var(--accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.story-copy h3 {
  margin: 0;
  font-size: clamp(24px, 2.7vw, 43px);
  line-height: 1;
  letter-spacing: -0.045em;
}
.story:not(.story-main) .story-copy h3 {
  font-size: 23px;
}
.story-copy > p:not(.story-meta) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.read-link {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  width: 100%;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.story-copy small {
  margin-top: 13px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}
.story-copy small a,
.photo-credit a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.more-notes {
  margin-top: 90px;
  border-top: 1px solid var(--ink);
  padding-top: 28px;
}
.more-notes-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.more-notes-head h3 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 62px);
  letter-spacing: -0.055em;
}
.note-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.note-card {
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--ink);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.note-card:hover {
  transform: translateY(-4px);
  box-shadow: 7px 7px 0 var(--accent);
}
.note-card h4 {
  margin: 0;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.note-card > p:not(.story-meta):not(.photo-credit) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.note-card > a {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.note-photo {
  padding: 0 0 28px;
}
.note-photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.note-photo > p,
.note-photo > h4,
.note-photo > a {
  margin-left: 28px;
  margin-right: 28px;
}
.photo-credit {
  margin-top: 9px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}
.method {
  background: var(--ink);
  color: var(--paper);
  padding: 110px 4vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}
.criteria {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #4a4d47;
  border-left: 1px solid #4a4d47;
}
.criteria div {
  padding: 34px;
  min-height: 190px;
  border-right: 1px solid #4a4d47;
  border-bottom: 1px solid #4a4d47;
}
.criteria b {
  color: var(--accent);
  font-size: 38px;
  display: block;
}
.criteria span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.criteria p {
  color: #bac5cb;
  font-size: 13px;
  line-height: 1.5;
}
.disclosure {
  grid-column: 1/-1;
  max-width: 900px;
  color: #a9aaa5;
  border-top: 1px solid #4a4d47;
  padding-top: 22px;
  font-size: 12px;
  line-height: 1.6;
}
.newsletter {
  text-align: center;
  padding: 130px 4vw;
  background: var(--soft);
}
.newsletter h2 {
  font-size: clamp(50px, 7vw, 96px);
}
.newsletter > p:not(.kicker) {
  margin: 30px auto;
  max-width: 500px;
  line-height: 1.5;
}
.newsletter a {
  display: inline-block;
  background: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  padding: 16px 28px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
footer {
  min-height: 150px;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 4vw;
  font-size: 10px;
  letter-spacing: 0.08em;
}
footer .brand {
  background: var(--paper);
  padding: 6px 10px;
}
@media (max-width: 800px) {
  .brand img {
    width: 190px;
  }
  .topbar nav {
    display: none;
  }
  .hero {
    min-height: 650px;
  }
  .hero-grid,
  .section-head,
  .method {
    grid-template-columns: 1fr;
  }
  .intro {
    max-width: 400px;
  }
  .hero-art {
    height: 190px;
  }
  .media-radar-head {
    display: block;
  }
  .media-radar-head > span {
    display: block;
    margin-top: 8px;
  }
  .media-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .table-head {
    display: none;
  }
  .company {
    grid-template-columns: 1fr 70px;
    gap: 15px;
  }
  .description {
    grid-row: 2;
    grid-column: 1/-1;
    padding-left: 55px;
  }
  .company h3 {
    font-size: 25px;
  }
  .method {
    gap: 55px;
  }
  .criteria div {
    padding: 22px;
  }
  .ranking {
    padding-top: 70px;
  }
  .section-head > p {
    justify-self: start;
  }
  .score {
    grid-column: 2;
    grid-row: 1;
  }
  .stories,
  .note-grid {
    grid-template-columns: 1fr;
  }
  .story-main {
    grid-row: auto;
    min-height: 0;
  }
  .story,
  .story-main {
    grid-template-columns: 1fr;
  }
  .story-image,
  .story-main .story-image {
    min-height: 230px;
  }
  .story-copy {
    min-height: 280px;
  }
  .more-notes-head {
    display: block;
  }
  .note-card {
    min-height: 360px;
  }
  .note-photo img {
    height: 210px;
  }
  footer {
    flex-direction: column;
    gap: 25px;
    text-align: center;
    padding: 45px 20px;
  }
  .issue {
    display: none;
  }
}
