.page-news {
  --container-width: 1200px;
  --section-gap: 90px;
  --news-fs: 14px;
  --news-fs-lg: 16px;
  --news-title: 26px;
  --news-title-lg: 34px;
  position: relative;
  background-color: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  overflow-x: hidden;
}

.page-news__container {
  width: min(var(--container-width), 100% - 32px);
  margin-inline: auto;
  padding-block: 16px 80px;
}

.page-news .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--gray-mid);
  padding-block: 16px 28px;
}

.page-news .breadcrumbs a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.page-news .breadcrumbs a:hover,
.page-news .breadcrumbs a:focus-visible {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-news .news-masthead {
  position: relative;
  display: grid;
  gap: 24px;
  padding-block: 36px 72px;
}

.page-news .news-masthead__index {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray-mid);
  margin: 0 0 16px;
}

.page-news .news-masthead__title {
  font-size: clamp(42px, 8vw, 88px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  color: var(--ink);
  white-space: normal;
  word-break: break-word;
}

.page-news .news-masthead__lede {
  font-size: 16px;
  line-height: 1.8;
  max-width: 38ch;
  color: var(--text-main);
  margin: 0 0 28px;
}

.page-news .news-masthead__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .news-masthead__panel {
  position: relative;
  min-height: 240px;
  background: var(--blue);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 2px;
}

.page-news .news-masthead__panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: var(--orange);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.page-news .news-masthead__panel-line {
  position: absolute;
  top: 18%;
  left: 16%;
  width: 68%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-18deg);
  transform-origin: left center;
}

.page-news .news-masthead__panel-half {
  position: absolute;
  top: 16px;
  left: 22px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.14);
  letter-spacing: -0.04em;
}

.page-news .news-masthead__panel-quote {
  position: relative;
  z-index: 2;
  font-size: clamp(21px, 4vw, 32px);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-top: auto;
}

.page-news .news-masthead__panel-grid {
  position: relative;
  z-index: 2;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 10px;
  text-transform: uppercase;
}

.page-news .news-ticker {
  display: flex;
  align-items: center;
  gap: 16px;
  border-block: 1px solid var(--gray-light);
  padding: 14px 0;
  margin-bottom: var(--section-gap);
  overflow: hidden;
}

.page-news .news-ticker__label {
  flex: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--orange);
  text-transform: uppercase;
  padding-right: 16px;
  border-right: 1px solid var(--gray-light);
}

.page-news .news-ticker__scroll {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 13px;
  color: var(--text-main);
  scrollbar-width: none;
  padding-block: 2px;
}

.page-news .news-ticker__scroll::-webkit-scrollbar {
  display: none;
}

.page-news .news-ticker__scroll span {
  position: relative;
  padding-left: 16px;
  color: var(--gray-mid);
}

.page-news .news-ticker__scroll span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--orange);
  transform: translateY(-50%) rotate(45deg);
}

.page-news .news-section {
  scroll-margin-top: 120px;
  margin-bottom: var(--section-gap);
}

.page-news .news-section--white {
  background: var(--white);
  padding-block: 64px 40px;
}

.page-news .news-section--paper {
  background: var(--paper);
  padding-block: 32px 8px;
}

.page-news .news-section--blue {
  background: var(--blue);
  color: var(--white);
  padding: 56px 20px;
  margin-inline: -16px;
  scroll-margin-top: 90px;
}

.page-news .news-section__head {
  margin-bottom: 44px;
}

.page-news .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 14px;
}

.page-news .section-label--light {
  color: var(--orange);
}

.page-news .section-label__num {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  letter-spacing: 0;
}

.page-news .news-section__title {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.page-news .news-section__lede {
  font-size: 15px;
  line-height: 1.75;
  color: var(--gray-mid);
  max-width: 56ch;
  margin: 0;
}

.page-news .news-layout {
  display: grid;
  gap: 28px;
}

.page-news .news-cue {
  border: 1px solid var(--gray-light);
  padding: 20px;
  background: var(--white);
  border-radius: 2px;
}

.page-news .news-cue__time {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 10px;
  margin-bottom: 16px;
}

.page-news .news-cue__read {
  font-size: 14px;
  color: var(--gray-mid);
  margin: 0 0 18px;
}

.page-news .news-list {
  display: grid;
  gap: 20px;
}

.page-news .news-item {
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray-light);
  padding: 22px;
  border-radius: 2px;
  transition: background-color 0.3s var(--ease-out), border-color 0.3s ease, transform 0.3s var(--ease-out);
}

.page-news .news-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 3px;
  background: var(--orange);
  transition: width 0.35s var(--ease-out);
}

.page-news .news-item:hover,
.page-news .news-item:focus-within {
  background: #fff6f1;
  border-color: rgba(255, 77, 0, 0.45);
  transform: translateY(-2px);
}

.page-news .news-item:hover::before,
.page-news .news-item:focus-within::before {
  width: 44px;
}

.page-news .news-item--featured {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.page-news .news-item--featured .news-item__media {
  background: var(--gray-light);
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}

.page-news .news-item--featured .news-item__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .news-item--featured .news-item__body {
  padding: 22px;
}

.page-news .news-item--line {
  border-left: 3px solid var(--ink);
}

.page-news .news-item--line:hover {
  border-left-color: var(--orange);
}

.page-news .news-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gray-mid);
  text-transform: uppercase;
}

.page-news .news-item__title {
  font-size: var(--news-title);
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.page-news .news-item__excerpt {
  font-size: var(--news-fs);
  line-height: 1.8;
  color: var(--text-main);
  margin: 0 0 16px;
  max-width: 72ch;
}

.page-news .news-item__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: 13px;
  color: var(--gray-mid);
}

.page-news .news-item__date {
  position: relative;
  padding-left: 16px;
}

.page-news .news-item__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  transform: translateY(-50%);
}

.page-news .news-item__readtime {
  color: var(--gray-mid);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.page-news .feature-wrap {
  display: grid;
  gap: 28px;
}

.page-news .feature-main {
  border: 1px solid var(--gray-light);
  background: var(--paper);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.page-news .feature-main:hover {
  border-color: var(--orange);
}

.page-news .feature-main__image {
  background: var(--gray-light);
  overflow: hidden;
}

.page-news .feature-main__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .feature-main__body {
  padding: 24px;
}

.page-news .feature-main__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.page-news .feature-main__num {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--gray-mid);
}

.page-news .feature-main__title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.page-news .feature-main__intro {
  font-size: var(--news-fs);
  line-height: 1.85;
  color: var(--text-main);
  margin: 0 0 18px;
  max-width: 68ch;
}

.page-news .feature-side {
  background: var(--paper);
  border: 1px solid var(--gray-light);
  padding: 20px 20px 8px;
  border-radius: 2px;
}

.page-news .feature-side__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 18px;
  color: var(--ink);
}

.page-news .feature-side__title strong {
  font-weight: 400;
  color: var(--gray-mid);
}

.page-news .feature-link {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: baseline;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid var(--gray-light);
  text-decoration: none;
  color: var(--ink);
  transition: background-color 0.25s ease, padding-left 0.25s ease;
}

.page-news .feature-link:first-of-type {
  border-top: 3px solid var(--ink);
}

.page-news .feature-link:hover,
.page-news .feature-link:focus-visible {
  background: #fff6f1;
  padding-left: 8px;
  outline: none;
}

.page-news .feature-link__no {
  font-size: 12px;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-news .feature-link__text {
  font-size: var(--news-fs);
  line-height: 1.6;
  font-weight: 500;
}

.page-news .feature-link__time {
  font-size: 12px;
  color: var(--gray-mid);
  white-space: nowrap;
}

.page-news .highlight-grid {
  display: grid;
  gap: 20px;
}

.page-news .highlight-card {
  border: 1px solid var(--gray-light);
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease;
}

.page-news .highlight-card:hover,
.page-news .highlight-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.page-news .highlight-card__image {
  overflow: hidden;
  background: var(--gray-light);
}

.page-news .highlight-card__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .highlight-card__body {
  padding: 18px;
}

.page-news .highlight-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.page-news .highlight-card__len {
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.04em;
}

.page-news .highlight-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 8px;
}

.page-news .highlight-card__meta {
  font-size: 13px;
  color: var(--gray-mid);
  margin: 0;
}

.page-news .highlight-mini {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 3px solid var(--ink);
}

.page-news .highlight-mini__item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 6px;
  border-bottom: 1px solid var(--gray-light);
  transition: background-color 0.25s ease, padding-left 0.25s ease;
}

.page-news .highlight-mini__item:hover {
  background: #fff6f1;
  padding-left: 12px;
}

.page-news .highlight-mini__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 4px 6px;
  text-align: center;
  border-radius: 2px;
}

.page-news .highlight-mini__text {
  font-size: var(--news-fs);
  line-height: 1.6;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-news .highlight-mini__item:hover .highlight-mini__text {
  border-bottom-color: var(--orange);
}

.page-news .highlight-mini__len {
  font-size: 12px;
  color: var(--gray-mid);
  white-space: nowrap;
}

.page-news .brand-grid {
  display: grid;
  gap: 28px;
}

.page-news .brand-award {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 24px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.04);
}

.page-news .brand-award__label {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

.page-news .brand-award__title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--white);
  margin: 0 0 14px;
}

.page-news .brand-award__desc {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 20px;
  max-width: 42ch;
}

.page-news .brand-award__media {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-news .brand-award__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .brand-list {
  display: grid;
  gap: 0;
}

.page-news .brand-row {
  display: grid;
  gap: 8px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.page-news .brand-row:last-child {
  border-bottom: none;
}

.page-news .brand-row__no {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--orange);
}

.page-news .brand-row__title {
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 6px;
}

.page-news .brand-row__text {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.page-news .news-more {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 36px;
  display: grid;
  gap: 18px;
  justify-items: start;
}

.page-news .news-more__text {
  font-size: 22px;
  font-weight: 300;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.01em;
}

.page-news .news-more__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .news-more .btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}

.page-news .news-more .btn--ghost:hover,
.page-news .news-more .btn--ghost:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.page-news [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: no-preference) {
  .page-news [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  }
  .page-news [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .page-news__container {
    width: min(var(--container-width), 100% - 48px);
    padding-block: 20px 100px;
  }

  .page-news .news-masthead {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
    padding-block: 48px 96px;
  }

  .page-news .news-masthead__index {
    margin-bottom: 24px;
  }

  .page-news .news-ticker__scroll {
    gap: 44px;
  }

  .page-news .news-section--blue {
    padding-inline: 32px;
    margin-inline: -24px;
  }

  .page-news .news-item {
    padding: 28px;
  }

  .page-news .news-item--featured {
    grid-template-columns: 220px 1fr;
  }

  .page-news .news-item--featured .news-item__media {
    border-radius: 2px 0 0 2px;
    align-self: stretch;
  }

  .page-news .news-item--featured .news-item__media img {
    height: 100%;
    object-fit: cover;
  }

  .page-news .highlight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-news .brand-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .page-news__container {
    width: min(var(--container-width), 100% - 80px);
    padding-bottom: 120px;
  }

  .page-news .news-masthead {
    gap: 56px;
    padding-block: 56px 110px;
  }

  .page-news .news-masthead__title {
    font-size: 88px;
  }

  .page-news .news-masthead__lede {
    font-size: 17px;
  }

  .page-news .news-masthead__panel {
    min-height: 320px;
  }

  .page-news .news-layout {
    grid-template-columns: 240px 1fr;
    gap: 48px;
    align-items: start;
  }

  .page-news .news-cue {
    position: sticky;
    top: 110px;
  }

  .page-news .feature-wrap {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
  }

  .page-news .feature-side {
    position: sticky;
    top: 110px;
  }

  .page-news .news-section--blue {
    padding-inline: 48px;
    margin-inline: -40px;
  }

  .page-news .news-more {
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: start;
  }
}

@media (min-width: 1280px) {
  .page-news .news-item__excerpt {
    font-size: 15px;
  }

  .page-news .brand-award {
    padding: 34px;
  }

  .page-news .brand-award__media img {
    height: 100%;
  }
}
