.industry-hero,
.service-hero,
.contact-hero {
  min-height: calc(100vh - var(--header-h));
  padding-top: 92px;
  padding-bottom: 58px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(254, 131, 1, 0.1) 0 1px, transparent 1px),
    linear-gradient(180deg, #fffaf2, var(--en-white));
  background-size: 34px 34px, auto;
}

.industry-hero,
.service-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  gap: clamp(38px, 5vw, 72px);
}

.industry-hero .hero-copy,
.service-hero .hero-copy,
.contact-hero .hero-copy {
  max-width: 760px;
}

.industry-hero h1,
.service-hero h1,
.contact-hero h1 {
  max-width: 10.6ch;
  margin-bottom: 18px;
  font-size: clamp(42px, 4.55vw, 66px);
  line-height: 0.94;
}

.industry-hero .hero-lede,
.service-hero .hero-lede,
.contact-hero .hero-lede {
  max-width: 60ch;
  font-size: clamp(17px, 1.45vw, 21px);
}

.industry-visual,
.service-visual,
.contact-visual {
  display: grid;
  align-content: center;
  gap: 18px;
}

.industry-visual .hero-symbol,
.service-visual .hero-symbol {
  width: min(220px, 30vw);
  justify-self: end;
}

.market-card,
.channel-card,
.season-card,
.team-card,
.fit-card {
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
  background: var(--en-white);
}

.market-card {
  min-height: 300px;
  padding: clamp(22px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--en-shadow);
}

.market-card h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 0.98;
}

.market-card p {
  color: var(--en-muted);
}

.market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.market-list span {
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--en-soft-orange);
  font-weight: 850;
}

.industry-hero .hero-trust,
.service-hero .hero-trust {
  display: flex;
}

.industry-hero .hero-actions,
.service-hero .hero-actions,
.contact-hero .hero-actions {
  margin-top: 28px;
}

.signal-map {
  width: min(100%, 548px);
  justify-self: end;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
  background: var(--en-white);
  box-shadow: var(--en-shadow);
  display: grid;
  gap: 14px;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.signal-chip,
.signal-card,
.flow-pill,
.sales-card {
  border-radius: 8px;
  font-weight: 900;
}

.signal-chip {
  min-height: 86px;
  padding: 14px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--en-black);
}

.signal-chip.orange {
  background: var(--en-orange);
}

.signal-chip.black {
  background: var(--en-black);
  color: var(--en-white);
}

.signal-chip.light {
  position: relative;
  background: var(--en-gray);
}

.signal-chip.light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 7px;
  border-radius: 0 0 999px 999px;
  background: var(--en-yellow);
}

.signal-card {
  min-height: 140px;
  padding: 18px 16px;
  border-left: 8px solid var(--en-orange);
  background: var(--en-gray);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.signal-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.signal-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--en-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.signal-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.flow-pill {
  min-height: 52px;
  padding: 12px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--en-soft-yellow);
}

.sales-card {
  min-height: 86px;
  padding: 12px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--en-white);
  background: var(--en-orange);
}

.signal-arrow {
  color: var(--en-orange);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.service-context {
  color: var(--en-white);
  background: var(--en-black);
}

.service-context .section-head h2,
.service-context .section-head p {
  color: var(--en-white);
}

.service-context .research-grid article {
  color: var(--en-black);
}

.service-context .research-grid article:nth-child(even) {
  color: var(--en-black);
  background: var(--en-orange);
}

.service-context .research-grid article:nth-child(even) span,
.service-context .research-grid article:nth-child(even) h3,
.service-context .research-grid article:nth-child(even) p {
  color: var(--en-black);
}

.source-links {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.source-links a {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.contact-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
  background: var(--en-white);
  box-shadow: var(--en-shadow);
}

.contact-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: var(--en-muted);
  font-weight: 800;
  text-decoration: none;
}

.form-shell {
  min-height: 480px;
  padding: clamp(20px, 3vw, 30px);
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
  background: var(--en-white);
  box-shadow: var(--en-shadow);
}

.contact-hero {
  min-height: auto;
  padding-top: 104px;
  padding-bottom: 88px;
  background:
    linear-gradient(90deg, rgba(254, 131, 1, 0.1) 0 1px, transparent 1px),
    linear-gradient(118deg, var(--en-white) 0%, #fff8df 58%, var(--en-white) 100%);
  background-size: 34px 34px, auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 1fr);
  gap: 36px;
  align-items: start;
}

.contact-copy {
  padding-top: 34px;
}

.contact-copy h1 {
  max-width: 10.2ch;
  margin: 0 0 18px;
  font-size: clamp(46px, 5.5vw, 78px);
  line-height: 0.94;
}

.contact-copy .hero-lede {
  max-width: 620px;
}

.contact-actions,
.contact-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-proof {
  gap: 10px;
}

.contact-proof span {
  padding: 10px 14px;
  border: 1.5px solid var(--en-line);
  border-radius: 999px;
  background: var(--en-white);
  font-size: 13px;
  font-weight: 900;
}

.contact-form-shell {
  position: relative;
  padding: 26px;
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
  background: var(--en-white);
  box-shadow: var(--en-shadow);
}

.contact-form-shell::before {
  content: "";
  position: absolute;
  inset: -1.5px -1.5px auto -1.5px;
  height: 8px;
  border-radius: 8px 8px 0 0;
  background: var(--en-orange);
}

.contact-form-shell h2 {
  margin: 12px 0 10px;
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 0.98;
}

.contact-form-shell p {
  margin: 0 0 18px;
  color: var(--en-muted);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 680;
}

.contact-hs-form {
  min-height: 430px;
}

.contact-info-section,
.contact-route {
  color: var(--en-white);
  background: var(--en-black);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: stretch;
}

.contact-info-copy .eyebrow,
.contact-info-copy h2,
.contact-info-copy p {
  color: var(--en-white);
}

.contact-info-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.95;
}

.contact-info-copy p {
  max-width: 540px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.contact-card-grid,
.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  min-height: 220px;
  padding: 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--en-white);
  background: #101010;
}

.contact-card.yellow {
  color: var(--en-black);
  background: var(--en-soft-yellow);
}

.contact-card.orange {
  color: var(--en-black);
  background: var(--en-orange);
}

.contact-card span,
.contact-faq-grid span {
  display: block;
  color: var(--en-orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-card.yellow span,
.contact-card.orange span {
  color: var(--en-black);
}

.contact-card h3,
.contact-faq-grid h3 {
  margin: 26px 0 12px;
  color: inherit;
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.contact-card p,
.contact-card a {
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 720;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.locations-section {
  background: var(--en-gray);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.location-chip {
  display: grid;
  min-height: 118px;
  align-content: space-between;
  padding: 18px;
  border: 1.5px solid var(--en-line);
  border-radius: 8px;
  background: var(--en-white);
}

.location-chip:nth-child(2) {
  background: var(--en-soft-yellow);
}

.location-chip:nth-child(3) {
  background: var(--en-orange);
}

.location-chip span {
  color: var(--en-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.location-chip strong {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 0.98;
}

.hubs-section,
.contact-faq {
  background: var(--en-white);
}

.hubs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hubs-grid.single-hub {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
}

.hub-card {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 20px;
  min-height: 320px;
  padding: 28px;
  border: 1.5px solid var(--en-line);
  border-radius: 8px;
  background: var(--en-gray);
}

.hub-marker {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  border-radius: 8px;
  background: var(--en-black);
  color: var(--en-white);
  font-size: clamp(58px, 6vw, 86px);
  line-height: 1;
}

.hub-card h3 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.96;
}

.hub-card address {
  margin: 0;
  color: var(--en-muted);
  font-style: normal;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 720;
}

.hub-card .btn {
  width: fit-content;
  margin-top: 24px;
}

.map-note {
  margin-top: 18px;
  color: var(--en-muted);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.route-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
  padding: 44px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--en-black);
}

.route-panel h2 {
  margin: 0;
  color: var(--en-white);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.95;
}

.route-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.route-steps article {
  padding: 20px;
  border-radius: 8px;
  background: var(--en-white);
  color: var(--en-black);
}

.route-steps span {
  display: block;
  color: var(--en-orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.route-steps h3 {
  margin: 22px 0 10px;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 0.98;
}

.route-steps p,
.contact-faq-grid p {
  margin: 0;
  color: var(--en-muted);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 650;
}

.contact-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-faq-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1.5px solid var(--en-line);
  border-radius: 8px;
  background: var(--en-gray);
}

.contact-faq-grid article:nth-child(2) {
  background: var(--en-soft-yellow);
}

.contact-faq-grid article:nth-child(3) {
  color: var(--en-white);
  background: var(--en-black);
}

.contact-faq-grid article:nth-child(2) span {
  color: var(--en-black);
}

.contact-faq-grid article:nth-child(3) p {
  color: rgba(255, 255, 255, 0.78);
}

.industry-proof-strip {
  padding: 28px max(20px, calc((100vw - var(--page-max)) / 2));
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  color: var(--en-white);
  background: var(--en-black);
}

.industry-proof-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
  text-transform: uppercase;
}

.credential-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(86px, 1fr));
  align-items: center;
  gap: 12px;
}

.credential-cloud img {
  width: 100%;
  height: 76px;
  object-fit: contain;
  padding: 12px;
  border-radius: 8px;
  background: var(--en-white);
}

.research-grid,
.channel-grid,
.season-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.research-grid article,
.channel-grid article,
.season-grid article,
.fit-grid article {
  min-height: 250px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
}

.research-grid article:nth-child(odd),
.channel-grid article:nth-child(even),
.season-grid article:nth-child(odd),
.fit-grid article:nth-child(even) {
  background: var(--en-gray);
}

.research-grid article:nth-child(even),
.channel-grid article:nth-child(odd),
.season-grid article:nth-child(even),
.fit-grid article:nth-child(odd) {
  background: var(--en-soft-orange);
}

.method .season-grid article {
  color: var(--en-black);
  background: var(--en-gray);
}

.method .season-grid article:nth-child(even) {
  background: var(--en-orange);
}

.method .season-grid span {
  color: var(--en-black);
}

.method .season-grid h3 {
  color: var(--en-black);
}

.method .season-grid p {
  color: rgba(0, 0, 0, 0.72);
}

.research-grid h3,
.channel-grid h3,
.season-grid h3,
.fit-grid h3,
.team-card h3 {
  margin: 0;
  font-size: clamp(25px, 2vw, 31px);
  line-height: 1.04;
}

.research-grid p,
.channel-grid p,
.season-grid p,
.fit-grid p,
.team-card p {
  margin: 0;
  color: var(--en-muted);
}

.answer-copy .answer-kicker {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.36;
}

.operating-model {
  background: var(--en-white);
}

.model-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.model-board article {
  min-height: 260px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--en-white);
  background: var(--en-black);
  border-radius: 8px;
}

.model-board b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--en-black);
  background: var(--en-orange);
  border-radius: 999px;
  font-size: 22px;
}

.model-board span {
  color: var(--en-orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-board h3 {
  margin: 0;
  color: var(--en-white);
  font-size: 25px;
}

.model-board p {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.team-section {
  background: var(--en-gray);
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  align-items: center;
  gap: 48px;
}

.team-card {
  padding: clamp(28px, 5vw, 52px);
}

.team-card h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
}

.team-card p + p {
  margin-top: 16px;
}

.team-mosaic {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
}

.team-mosaic figure {
  margin: 0;
  overflow: hidden;
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
  background: var(--en-white);
}

.team-mosaic figure:first-child {
  grid-row: span 2;
}

.team-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.team-mosaic figure:first-child img {
  min-height: 460px;
}

.reviews {
  background: #f8f7f5;
  overflow: hidden;
}

.reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: end;
  gap: 32px;
  margin-bottom: 42px;
}

.reviews-head h2 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(50px, 6vw, 88px);
  line-height: 0.94;
}

.rating-card {
  padding: 22px;
  border: 1.5px solid var(--en-black);
  border-radius: 8px;
  background: var(--en-yellow);
}

.rating-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 72px;
  line-height: 0.9;
  font-weight: 520;
}

.rating-card span,
.rating-card small {
  display: block;
  font-weight: 850;
}

.rating-card small {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.62);
}

.review-wall {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  height: 660px;
  overflow: hidden;
  padding: 4px 0;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.review-wall::before,
.review-wall::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
}

.review-wall::before {
  top: 0;
  background: linear-gradient(to bottom, #f8f7f5, rgba(248, 247, 245, 0));
}

.review-wall::after {
  bottom: 0;
  background: linear-gradient(to top, #f8f7f5, rgba(248, 247, 245, 0));
}

.review-column {
  min-width: 0;
  overflow: hidden;
}

.review-column-inner {
  display: grid;
  gap: 18px;
  animation: reviewScrollUp 54s linear infinite;
  will-change: transform;
}

.review-column.reverse .review-column-inner {
  animation-name: reviewScrollDown;
  animation-duration: 62s;
  transform: translateY(-50%);
}

.review-wall:hover .review-column-inner {
  animation-play-state: paused;
}

.review-column article {
  min-height: 245px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--en-line);
  border-radius: 8px;
  background: var(--en-white);
  box-shadow: var(--en-shadow);
}

.review-column article:nth-child(2n) {
  background: var(--en-gray);
}

.review-column article:nth-child(3n) {
  background: var(--en-soft-yellow);
}

.review-column article:nth-child(5n) {
  background: var(--en-soft-orange);
}

.stars {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--en-orange);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
}

.stars span {
  color: var(--en-black);
  font-size: 12px;
}

.review-column h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.05;
}

.review-column p {
  margin: 16px 0 20px;
  color: var(--en-black);
  font-size: 15px;
  line-height: 1.42;
}

.review-column span:not(.stars span) {
  color: var(--en-muted);
  line-height: 1.35;
}

.review-column b {
  margin-top: auto;
  padding-top: 16px;
}

.source-line {
  max-width: none;
  margin-top: 12px;
  color: var(--en-muted);
  font-size: 13px;
  font-weight: 700;
}

.source-note {
  margin-top: 22px;
  color: var(--en-muted);
  font-size: 13px;
  font-weight: 700;
}

@keyframes reviewScrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes reviewScrollDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

@media (max-width: 980px) {
  .industry-hero,
  .service-hero {
    grid-template-columns: 1fr;
  }

  .signal-map {
    justify-self: start;
  }

  .industry-proof-strip,
  .team-layout,
  .reviews-head,
  .contact-grid,
  .contact-info-grid,
  .hubs-grid,
  .hub-card,
  .route-panel {
    grid-template-columns: 1fr;
  }

  .hub-marker {
    min-height: 150px;
  }

  .credential-cloud,
  .research-grid,
  .channel-grid,
  .season-grid,
  .fit-grid,
  .model-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .industry-hero,
  .service-hero {
    padding-top: 72px;
  }

  .industry-hero h1,
  .service-hero h1 {
    max-width: 11ch;
    font-size: clamp(44px, 13vw, 62px);
  }

  .credential-cloud,
  .research-grid,
  .channel-grid,
  .season-grid,
  .fit-grid,
  .model-board,
  .team-mosaic {
    grid-template-columns: 1fr;
  }

  .team-mosaic figure:first-child {
    grid-row: auto;
  }

  .contact-copy h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .contact-copy {
    padding-top: 0;
  }

  .contact-card-grid,
  .locations-grid,
  .route-steps,
  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-shell,
  .contact-card,
  .hub-card,
  .route-panel {
    padding: 26px;
  }

  .location-chip {
    min-height: 92px;
  }

  .signal-row,
  .signal-flow {
    grid-template-columns: 1fr;
  }

  .signal-chip {
    min-height: 70px;
  }

  .signal-card {
    min-height: auto;
  }

  .signal-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .team-mosaic img,
  .team-mosaic figure:first-child img {
    min-height: 260px;
  }

  .reviews-head h2 {
    max-width: 100%;
  }

  .review-wall {
    grid-template-columns: 1fr;
    height: 620px;
  }

  .review-column:nth-child(2),
  .review-column:nth-child(3) {
    display: none;
  }

  .review-column-inner {
    animation: none;
  }
}
