@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/bcond-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2122, U+2212, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/bcond-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2122, U+2212, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('assets/fonts/spectral-200.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2122, U+2212, U+FEFF, U+FFFD;
}

:root {
  --ink: #000000;
  --paper: #ffffff;
  --flare: #E4572E;
  --wash: #F4F2EF;
  --stack: 'Barlow Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
  --quill: 'Spectral', Georgia, 'Times New Roman', serif;
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 72px;
  --band: clamp(60px, 8.5vw, 100px);
  --hull: 1180px;
  --frame: 50px;
  --pill: 999px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--stack);
  font-size: 17px;
  line-height: 1.52;
  letter-spacing: 0.005em;
  overflow-x: hidden;
}

h1, h2, h3 { margin: 0; font-weight: 200; font-family: var(--quill); }
h1 { font-size: clamp(44px, 7.2vw, 74px); line-height: 0.94; letter-spacing: -0.035em; }
h2 { font-size: clamp(32px, 5vw, 52px); line-height: 0.98; letter-spacing: -0.028em; }
h3 { font-family: var(--stack); font-weight: 700; font-size: 23px; line-height: 1.15; letter-spacing: 0.008em; }
p { margin: 0 0 var(--s4); }
p:last-child { margin-bottom: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.ts7-hop {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: var(--s3) var(--s5);
  border-radius: var(--pill);
  z-index: 40;
}
.ts7-hop:focus { left: var(--s4); top: var(--s4); }

.ts7-wrap {
  width: 100%;
  max-width: var(--hull);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
}

.ts7-unit { padding-block: var(--band); }
.ts7-unit--lead { padding-block: clamp(40px, 6vw, 76px) var(--band); }
.ts7-unit--tint { background: var(--wash); }
.ts7-unit__label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 var(--s4);
}
.ts7-unit__intro {
  max-width: 34em;
  margin-top: var(--s5);
  font-size: 18px;
}

/* chrome */
.ts7-panel {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--paper);
}
.ts7-panel__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s5);
  min-height: 72px;
}
.ts7-crest {
  font-family: var(--stack);
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-block: var(--s3);
}
.ts7-crest span { color: var(--flare); }
.ts7-panel__nav ul {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 38px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.ts7-panel__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  text-decoration: none;
}
.ts7-panel__nav a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.ts7-panel__key {
  display: none;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  border-radius: var(--pill);
  color: inherit;
  cursor: pointer;
}
.ts7-panel__key svg { width: 26px; height: 26px; }
.ts7-panel__key .ts7-panel__shut { display: none; }
.ts7-panel[data-nav="open"] .ts7-panel__key .ts7-panel__shut { display: block; }
.ts7-panel[data-nav="open"] .ts7-panel__key .ts7-panel__bars { display: none; }

.ts7-panel--base {
  position: static;
  background: var(--wash);
  padding-block: var(--s8) var(--s6);
}
.ts7-panel--base .ts7-crest { font-size: 24px; }
.ts7-panel__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: var(--s6) var(--s7);
  align-items: start;
}
.ts7-panel__blurb { max-width: 26em; margin-top: var(--s4); font-size: 16px; }
.ts7-panel__set { list-style: none; margin: 0; padding: 0; }
.ts7-panel__set li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 16px;
  text-decoration: none;
}
.ts7-panel__set li a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ts7-panel__foot {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3) var(--s6);
  justify-content: space-between;
  margin-top: var(--s8);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* actions */
.ts7-act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  min-height: 52px;
  padding: 0 30px;
  border: 2px solid var(--ink);
  border-radius: var(--pill);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--stack);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.ts7-act--fill {
  background: var(--flare);
  border-color: var(--flare);
  color: var(--ink);
}
.ts7-act--fill:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); transform: translateY(-3px); }
.ts7-act--line { background: none; color: var(--ink); }
.ts7-act--line:hover { background: var(--flare); border-color: var(--flare); transform: translateY(-3px); }
.ts7-act:active { transform: translateY(1px); }
.ts7-act svg { width: 17px; height: 17px; }

.ts7-lift {
  position: fixed;
  right: clamp(16px, 4vw, 34px);
  bottom: clamp(16px, 4vw, 34px);
  width: 54px;
  height: 54px;
  min-height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  z-index: 25;
}
.ts7-lift.is-up { opacity: 1; visibility: visible; transform: none; }
.ts7-lift svg { width: 20px; height: 20px; }

/* lead */
.ts7-unit--lead .ts7-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.75fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.ts7-lede { max-width: 22em; margin-top: var(--s5); font-size: 19px; }
.ts7-mark { color: var(--flare); }
.ts7-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3) var(--s4);
  margin-top: var(--s7);
}
.ts7-shelf { display: grid; gap: var(--s4); }
.ts7-shelf__row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: var(--s4);
  align-items: center;
}
.ts7-shelf__row img { width: 62px; height: 62px; border-radius: 20px; }
.ts7-shelf__name { display: block; font-weight: 700; font-size: 17px; line-height: 1.2; }
.ts7-shelf__kind { display: block; font-size: 15px; text-transform: uppercase; letter-spacing: 0.1em; }

/* tiles */
.ts7-tile__set {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.4vw, 46px);
  margin-top: var(--s8);
}
.ts7-tile { display: flex; flex-direction: column; }
.ts7-tile__face {
  width: 118px;
  height: 118px;
  border-radius: 28px;
  margin-bottom: var(--s5);
}
.ts7-tile__name { margin-bottom: var(--s2); }
.ts7-tile__maker {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--s3);
}
.ts7-tile__score {
  display: flex;
  align-items: center;
  gap: var(--s2);
  margin-bottom: var(--s4);
  font-weight: 700;
  font-size: 18px;
}
.ts7-tile__note { margin-bottom: var(--s5); }
.ts7-tile__tag {
  align-self: flex-start;
  margin-bottom: var(--s4);
  padding: 4px 14px;
  border-radius: var(--pill);
  background: var(--wash);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ts7-tile__go { margin-top: auto; align-self: flex-start; }

.ts7-stars { display: inline-flex; position: relative; line-height: 0; }
.ts7-stars__base, .ts7-stars__live { display: flex; gap: 2px; }
.ts7-stars__live {
  position: absolute;
  inset: 0;
  overflow: hidden;
  white-space: nowrap;
}
.ts7-stars svg { width: 17px; height: 17px; flex: none; }
.ts7-stars__base svg { fill: none; stroke: var(--ink); stroke-width: 1.4; }
.ts7-stars__live svg { fill: var(--flare); stroke: none; }

.ts7-strip {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1.25fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: end;
  margin-top: var(--s8);
}
.ts7-strip figure { margin: 0; }
.ts7-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--frame);
}
.ts7-strip__box { overflow: hidden; border-radius: var(--frame); }
.ts7-strip__box--wide { aspect-ratio: 900 / 506; }
.ts7-strip__box--tall { aspect-ratio: 607 / 1080; }
.ts7-strip figcaption {
  margin-top: var(--s3);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

/* audit sheet */
.ts7-sheet__hold {
  width: 100%;
  margin-top: var(--s7);
  overflow-x: auto;
}
.ts7-sheet {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}
.ts7-sheet caption {
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
  padding-bottom: var(--s4);
}
.ts7-sheet thead th {
  padding: var(--s3) var(--s4);
  border-bottom: 2px solid var(--ink);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: bottom;
}
.ts7-sheet tbody th {
  font-weight: 700;
  font-size: 18px;
  width: 22%;
}
.ts7-sheet tbody th, .ts7-sheet td {
  padding: var(--s4);
  vertical-align: top;
}
.ts7-sheet tbody tr:nth-child(odd) { background: var(--paper); }
.ts7-sheet tbody tr:nth-child(even) { background: rgba(0, 0, 0, .045); }
.ts7-unit--tint .ts7-sheet tbody tr:nth-child(odd) { background: rgba(255, 255, 255, .72); }
.ts7-sheet__step { display: block; font-size: 14px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; }
.ts7-sheet__after { margin-top: var(--s5); max-width: 44em; font-size: 16px; }

/* reach */
.ts7-unit--reach .ts7-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.ts7-reach__line {
  font-family: var(--quill);
  font-weight: 200;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  word-break: break-word;
}
.ts7-reach__line a { text-decoration-thickness: 2px; text-underline-offset: 8px; }
.ts7-reach__line a:hover { color: var(--flare); }
.ts7-reach__hours { margin-top: var(--s5); font-size: 16px; }

/* qa */
.ts7-qa { width: 100%; margin-top: var(--s7); }
.ts7-qa__item { padding-block: var(--s2); }
.ts7-qa__item + .ts7-qa__item { border-top: 1px solid rgba(0, 0, 0, .16); }
.ts7-qa__key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s5);
  width: 100%;
  min-height: 64px;
  padding: var(--s3) 0;
  background: none;
  border: 0;
  color: inherit;
  font-family: var(--stack);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}
.ts7-qa__key:hover { color: var(--flare); }
.ts7-qa__sign {
  flex: none;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--pill);
  background: var(--wash);
  transition: transform .2s ease;
}
.ts7-qa__key[aria-expanded="true"] .ts7-qa__sign { transform: rotate(45deg); background: var(--flare); }
.ts7-qa__sign svg { width: 15px; height: 15px; }
.ts7-qa__body { display: none; padding: 0 clamp(0px, 6vw, 60px) var(--s5) 0; max-width: 46em; }
.ts7-qa__body.is-open { display: block; }

/* note */
.ts7-note {
  position: fixed;
  left: clamp(12px, 4vw, 28px);
  right: clamp(12px, 4vw, 28px);
  bottom: clamp(12px, 4vw, 28px);
  z-index: 35;
  max-width: 760px;
  padding: var(--s5) clamp(20px, 3vw, 32px);
  border-radius: 34px;
  background: var(--wash);
}
.ts7-note p { font-size: 15px; margin-bottom: var(--s4); }
.ts7-note__pair { display: flex; flex-wrap: wrap; gap: var(--s3); }
.ts7-note .ts7-act { min-height: 48px; font-size: 15px; padding: 0 24px; }

/* long reads */
.ts7-page { padding-block: var(--s8) var(--band); }
.ts7-page__head { max-width: 30em; }
.ts7-page__stamp {
  margin-top: var(--s4);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.ts7-page__body { max-width: 40em; margin-top: var(--s7); }
.ts7-page__body h2 { margin-top: var(--s7); margin-bottom: var(--s4); font-size: clamp(26px, 3.4vw, 36px); }
.ts7-page__body ul { margin: 0 0 var(--s4); padding-left: 20px; }
.ts7-page__body li { margin-bottom: var(--s2); }
.ts7-page__body a { text-underline-offset: 3px; }
.ts7-page__back { margin-top: var(--s7); }

.ts7-gone { padding-block: clamp(70px, 12vw, 150px); text-align: left; }
.ts7-gone p { max-width: 30em; margin-top: var(--s5); font-size: 19px; }

@media (max-width: 980px) {
  .ts7-unit--lead .ts7-wrap { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .ts7-shelf { margin-top: var(--s6); }
  .ts7-tile__set { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ts7-strip { grid-template-columns: 1fr 1fr; }
  .ts7-strip figure:last-child { grid-column: span 2; }
  .ts7-unit--reach .ts7-wrap { grid-template-columns: minmax(0, 1fr); }
  .ts7-panel__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .ts7-panel__bar { flex-wrap: wrap; }
  .ts7-panel__key { display: inline-flex; }
  .ts7-panel__nav {
    display: none;
    flex-basis: 100%;
    padding-bottom: var(--s5);
  }
  .ts7-panel[data-nav="open"] .ts7-panel__nav { display: block; }
  .ts7-panel__nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .ts7-panel__nav a { min-height: 52px; font-size: 17px; }
  .ts7-tile__set { grid-template-columns: minmax(0, 1fr); gap: var(--s8); }
  .ts7-strip { grid-template-columns: minmax(0, 1fr); }
  .ts7-strip figure:last-child { grid-column: auto; }
  .ts7-panel__grid { grid-template-columns: minmax(0, 1fr); gap: var(--s5); }
  .ts7-panel__foot { margin-top: var(--s6); }
  .ts7-note { padding: var(--s4) var(--s5); }
  .ts7-qa__key { font-size: 18px; }
}

@media (min-width: 981px) {
  .ts7-tile:nth-child(2) { transform: translateY(34px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
