.ts-comments {
  --ts-ink: #090b0a;
  --ts-ink-soft: #111410;
  --ts-ivory: #f2eadb;
  --ts-muted: #a8a294;
  --ts-hairline: rgba(242, 234, 219, 0.16);
  --ts-hairline-strong: rgba(242, 234, 219, 0.3);
  --ts-lime: #cfff45;
  --ts-sans: "Arial Narrow", "Aptos Narrow", "Helvetica Neue", Arial, sans-serif;
  --ts-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--ts-ivory);
  background: var(--ts-ink);
  font-family: var(--ts-sans);
  font-weight: 400;
  line-height: 1.4;
  isolation: isolate;
  overflow: hidden;
  container: ts-comments / inline-size;
}

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

.ts-comments button,
.ts-comments a {
  font: inherit;
}

.ts-comments button {
  -webkit-tap-highlight-color: transparent;
}

.ts-comments ::selection {
  color: var(--ts-ink);
  background: var(--ts-lime);
}

.ts-comments__skip {
  position: absolute;
  z-index: 100;
  top: 12px;
  left: 18px;
  padding: 10px 14px;
  color: var(--ts-ink);
  background: var(--ts-lime);
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.ts-comments__skip:focus {
  transform: translateY(0);
}

.ts-comments__experience {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 17%, rgba(207, 255, 69, 0.06), transparent 24%),
    radial-gradient(circle at 8% -4%, rgba(242, 234, 219, 0.045), transparent 28%),
    var(--ts-ink);
}

.ts-comments__experience::before,
.ts-comments__experience::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(207, 255, 69, 0.16);
  border-radius: 999px;
  pointer-events: none;
}

.ts-comments__experience::before {
  top: 170px;
  right: -195px;
  width: 420px;
  height: 420px;
  box-shadow: 0 0 150px rgba(207, 255, 69, 0.07);
  animation: ts-orbit-drift 13s ease-in-out infinite alternate;
}

.ts-comments__experience::after {
  top: 850px;
  left: -180px;
  width: 280px;
  height: 280px;
  border-color: rgba(242, 234, 219, 0.1);
  animation: ts-orbit-drift 18s ease-in-out -6s infinite alternate-reverse;
}

.ts-comments__shell {
  width: min(calc(100% - 48px), 1480px);
  margin-inline: auto;
}

.ts-comments__signal {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ts-lime);
  box-shadow: 0 0 24px rgba(207, 255, 69, 0.55);
  animation: ts-pulse-dot 2.8s ease-in-out infinite;
}

.ts-comments__hero {
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(260px, 3fr);
  gap: clamp(32px, 5vw, 92px);
  padding: clamp(48px, 5.3vw, 82px) 0 52px;
}

.ts-comments__kicker {
  margin: 0;
  color: var(--ts-lime);
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ts-comments h1,
.ts-comments h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ts-ivory);
  font-family: var(--ts-serif);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.ts-comments h1 {
  width: 100%;
  max-width: 980px;
  font-size: clamp(72px, 9.4vw, 150px);
  font-size: clamp(64px, 12cqi, 150px);
  line-height: 0.78;
  letter-spacing: -0.075em;
  text-align: center;
}

.ts-comments h1 span {
  display: block;
  margin-left: 0;
  font-style: italic;
}

.ts-comments__hero-aside {
  align-self: end;
  padding-bottom: 8px;
}

.ts-comments__subtitle {
  max-width: 340px;
  margin: 0 0 34px;
  color: var(--ts-ivory);
  font-family: var(--ts-serif);
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.ts-comments__metrics {
  border-top: 1px solid var(--ts-hairline);
}

.ts-comments__metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ts-hairline);
  color: var(--ts-muted);
  font-size: 11px;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ts-comments__metric strong {
  color: var(--ts-ivory);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
}

.ts-comments__theme-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
  border-top: 1px solid var(--ts-hairline);
  border-bottom: 1px solid var(--ts-hairline);
}

.ts-comments__filter-status {
  margin: 6px 0 0;
  color: var(--ts-muted);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.ts-comments__theme-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.ts-comments__theme-button {
  appearance: none;
  min-height: 36px;
  margin: 0;
  padding: 7px 15px;
  border: 1px solid var(--ts-hairline);
  border-radius: 999px;
  color: var(--ts-ivory);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ts-comments__theme-button:hover {
  border-color: var(--ts-lime);
  color: var(--ts-lime);
  background: transparent;
  transform: translateY(-1px);
}

.ts-comments__theme-button:focus-visible {
  outline: 2px solid var(--ts-lime);
  outline-offset: 3px;
}

.ts-comments__theme-button[aria-pressed="true"] {
  border-color: var(--ts-lime);
  color: var(--ts-ink);
  background: var(--ts-lime);
}

.ts-comments__constellation {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(166px, auto));
  gap: 1px;
  margin-top: 22px;
  border: 1px solid var(--ts-hairline);
  background: var(--ts-hairline);
}

.ts-comments__constellation::before,
.ts-comments__constellation::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ts-lime);
  box-shadow: 0 0 24px rgba(207, 255, 69, 0.65);
  pointer-events: none;
}

.ts-comments__constellation::before {
  top: -4px;
  left: calc(50% - 3px);
}

.ts-comments__constellation::after {
  right: calc(16.666% - 3px);
  bottom: -4px;
}

.ts-comments__quote {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(18px, 1.6vw, 27px);
  flex-direction: column;
  justify-content: space-between;
  color: var(--ts-ivory);
  background: rgba(9, 11, 10, 0.96);
  transition: background 220ms ease, transform 220ms ease, opacity 240ms ease;
}

.ts-comments[data-enhanced="true"] .ts-comments__quote {
  animation: ts-rise-in 640ms both;
}

.ts-comments__quote:nth-child(2) { animation-delay: 70ms; }
.ts-comments__quote:nth-child(3) { animation-delay: 120ms; }
.ts-comments__quote:nth-child(4) { animation-delay: 170ms; }
.ts-comments__quote:nth-child(5) { animation-delay: 220ms; }

.ts-comments__quote:hover {
  z-index: 3;
  background: var(--ts-ink-soft);
  transform: translateY(-3px);
}

.ts-comments__quote--dimmed {
  opacity: 0.22;
}

.ts-comments__quote--1 {
  grid-column: span 5;
  grid-row: span 2;
}

.ts-comments__quote--2,
.ts-comments__quote--5 {
  grid-column: span 4;
}

.ts-comments__quote--3,
.ts-comments__quote--4 {
  grid-column: span 3;
}

.ts-comments__quote-head,
.ts-comments__archive-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--ts-muted);
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ts-comments__quote-head {
  margin-bottom: 18px;
}

.ts-comments__quote-theme {
  color: var(--ts-lime);
}

.ts-comments blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ts-ivory);
  background: transparent;
  font-family: var(--ts-serif);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-align: left;
}

.ts-comments__quote blockquote {
  font-size: clamp(19px, 1.55vw, 27px);
  line-height: 1.14;
}

.ts-comments__quote--1 blockquote {
  font-size: clamp(31px, 2.55vw, 43px);
  line-height: 1.06;
}

.ts-comments__quote blockquote::before,
.ts-comments__archive-card blockquote::before {
  content: "“";
  margin-right: 0.06em;
  color: var(--ts-lime);
}

.ts-comments__quote-mark {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--ts-lime) 0 52px, var(--ts-hairline) 52px 100%);
  transform-origin: left center;
  transition: transform 300ms ease;
}

.ts-comments__quote:hover .ts-comments__quote-mark {
  transform: scaleX(0.88);
}

.ts-comments__archive-section {
  padding: clamp(92px, 10vw, 150px) 0 100px;
}

.ts-comments__archive-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ts-hairline);
}

.ts-comments__archive-heading h2 {
  margin-top: 12px;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.ts-comments__archive {
  columns: 3 260px;
  column-gap: 14px;
  margin-top: 14px;
}

.ts-comments__archive-card {
  display: inline-flex;
  width: 100%;
  min-height: 220px;
  margin: 0 0 14px;
  padding: clamp(20px, 2.2vw, 32px);
  break-inside: avoid;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid var(--ts-hairline);
  color: var(--ts-ivory);
  background: rgba(17, 20, 16, 0.42);
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.ts-comments__archive-card[hidden] {
  display: none !important;
}

.ts-comments__archive-card:hover {
  border-color: var(--ts-hairline-strong);
  background: var(--ts-ink-soft);
  transform: translateY(-2px);
}

.ts-comments__archive-card-head span:last-child {
  color: var(--ts-lime);
  text-align: right;
}

.ts-comments__archive-card blockquote {
  font-size: clamp(21px, 1.65vw, 28px);
  line-height: 1.18;
}

.ts-comments__archive-card-foot {
  padding-top: 14px;
  border-top: 1px solid var(--ts-hairline);
  color: var(--ts-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ts-comments__footer {
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  border-top: 1px solid rgba(242, 234, 219, 0.18);
  background:
    radial-gradient(circle at 18% 20%, rgba(242, 234, 219, 0.055), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(9, 11, 10, 0.2), transparent 38%),
    linear-gradient(135deg, #223b30 0%, #315443 52%, #263f34 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ts-comments__footer-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: #f4eedf;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  transition: color 180ms ease, transform 180ms ease;
}

.ts-comments__footer-title {
  font-family: var(--ts-sans);
  font-size: clamp(23px, 4.1cqi, 38px);
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.ts-comments__footer-tagline {
  font-family: var(--ts-serif);
  font-size: clamp(13px, 1.9cqi, 18px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.ts-comments__footer-brand:hover,
.ts-comments__footer-brand:focus-visible {
  color: #fffaf0;
  text-decoration: none;
  transform: translateY(-1px);
}

.ts-comments__footer-brand:focus-visible {
  outline: 2px solid #f4eedf;
  outline-offset: 5px;
}

@keyframes ts-orbit-drift {
  from { transform: translate3d(0, -12px, 0) scale(0.96); opacity: 0.45; }
  to { transform: translate3d(-34px, 22px, 0) scale(1.04); opacity: 0.95; }
}

@keyframes ts-pulse-dot {
  0%, 100% { transform: scale(0.82); opacity: 0.65; }
  50% { transform: scale(1); opacity: 1; }
}

@keyframes ts-rise-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .ts-comments__hero {
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }

  .ts-comments__hero-aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 1.25fr);
    gap: 38px;
    align-items: end;
  }

  .ts-comments__subtitle {
    margin-bottom: 0;
  }

  .ts-comments__constellation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .ts-comments__quote--1,
  .ts-comments__quote--2,
  .ts-comments__quote--3,
  .ts-comments__quote--4,
  .ts-comments__quote--5 {
    grid-column: auto;
    grid-row: auto;
  }

  .ts-comments__quote--1 {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .ts-comments__shell {
    width: min(calc(100% - 34px), 1480px);
  }

  .ts-comments__hero {
    gap: 38px;
    padding-top: 42px;
  }

  .ts-comments h1 {
    font-size: clamp(58px, 19vw, 100px);
    line-height: 0.83;
  }

  .ts-comments h1 span {
    margin-left: 0;
  }

  .ts-comments__hero-aside {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ts-comments__subtitle {
    font-size: 25px;
  }

  .ts-comments__theme-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .ts-comments__theme-list {
    justify-content: flex-start;
  }

  .ts-comments__constellation {
    grid-template-columns: 1fr;
  }

  .ts-comments__quote--1 {
    grid-column: auto;
  }

  .ts-comments__quote--1 blockquote {
    font-size: 31px;
  }

  .ts-comments__quote {
    min-height: 205px;
  }

  .ts-comments__archive {
    columns: 1;
  }

  .ts-comments__archive-card {
    min-height: 0;
  }

  .ts-comments__footer {
    padding: 20px 0;
  }
}

@container ts-comments (max-width: 1050px) {
  .ts-comments__hero {
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }

  .ts-comments__hero-aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 1.25fr);
    gap: 38px;
    align-items: end;
  }

  .ts-comments__subtitle {
    margin-bottom: 0;
  }

  .ts-comments__constellation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .ts-comments__quote--1,
  .ts-comments__quote--2,
  .ts-comments__quote--3,
  .ts-comments__quote--4,
  .ts-comments__quote--5 {
    grid-column: auto;
    grid-row: auto;
  }

  .ts-comments__quote--1 {
    grid-column: span 2;
  }
}

@container ts-comments (max-width: 700px) {
  .ts-comments__shell {
    width: min(calc(100% - 34px), 1480px);
  }

  .ts-comments__hero {
    gap: 38px;
    padding-top: 42px;
  }

  .ts-comments h1 {
    font-size: clamp(58px, 16cqi, 100px);
    line-height: 0.83;
  }

  .ts-comments h1 span {
    margin-left: 0;
  }

  .ts-comments__hero-aside {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ts-comments__subtitle {
    font-size: 25px;
  }

  .ts-comments__theme-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .ts-comments__theme-list {
    justify-content: flex-start;
  }

  .ts-comments__constellation {
    grid-template-columns: 1fr;
  }

  .ts-comments__quote--1 {
    grid-column: auto;
  }

  .ts-comments__quote--1 blockquote {
    font-size: 31px;
  }

  .ts-comments__quote {
    min-height: 205px;
  }

  .ts-comments__archive {
    columns: 1;
  }

  .ts-comments__archive-card {
    min-height: 0;
  }

  .ts-comments__footer {
    padding: 20px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ts-comments *,
  .ts-comments *::before,
  .ts-comments *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
