.hero {
  width: 100%;
  margin: 0 auto;
  padding: 4.5rem 1.25rem 2rem;
}

.hero-card {
  width: auto;
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  background: transparent;
}

.hero-intro {
  text-align: center;
}

.hero-intro h2 {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 12rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  color: #8C4141 !important;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
}

.section-two {
  --s2-thumb-radius: 12px;
  --s2-thumb-radius-large: 12px;
  width: 100%;
  margin-left: 0;
  padding: 0 0 4rem;
  display: flex;
  justify-content: center;
}

.section-two-inner {
  width: 1440px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 1440px;
  display: grid;
  grid-template-columns: 700px 710px;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: start;
  align-items: start;
}

.feature-grid {
  display: grid;
  grid-template-columns: 340px 340px;
  width: 710px;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: start;
}

.feature-card {
  min-width: 0;
}

.feature-card.feature-large {
  width: 700px;
  height: 722px;
  align-self: start;
}

.feature-card.feature-large .thumb-wrap {
  width: 100%;
  height: 100%;
}

.thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--s2-thumb-radius);
  background: #d9d9d9;
}

.thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
  display: block;
}

.feature-card:hover .thumb-wrap img {
  transform: scale(1.1);
}

.thumb-large {
  width: 700px;
  height: 722px;
  border-radius: var(--s2-thumb-radius-large);
}

.thumb-small {
  width: 340px;
  height: 256px;
}

.feature-grid .feature-card {
  width: 340px;
  height: auto;
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-grid .thumb-wrap.thumb-small {
  width: 340px;
  height: 256px;
}

.feature-grid .thumb-wrap.thumb-small > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.feature-grid .feature-card:hover .thumb-wrap.thumb-small > img {
  transform: scale(1.1);
}

.feature-meta {
  color: #1d1d1d;
}

.feature-meta .badge {
  margin-top: 0;
  margin-bottom: 8px;
  background: #8c4141;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 1px;
}

.feature-meta h3 {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1d1d1d;
}

.feature-meta p {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feature-overlay {
  position: absolute;
  inset: 0;
  padding: 1.9rem 2rem;
  color: #fff;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.46) 5%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.1) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(24px * 1.1);
  padding: 0 calc(0.55rem * 1.1);
  border-radius: 4px;
  background: #8c4141;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.feature-overlay h3 {
  margin: 0.8rem 0 0.55rem;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
}

.feature-overlay p {
  margin: 0;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.4;
}

.feature-overlay time {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.feature-large .feature-overlay .badge {
  background-color: #8c4141;
  color: #ffffff;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 1px;
}

.feature-card.feature-large .thumb-wrap,
.feature-card.feature-large .thumb-wrap > img,
.feature-card.feature-large .feature-overlay {
  border-radius: var(--s2-thumb-radius-large);
}

.feature-large .feature-overlay h3 {
  font-weight: 600;
  color: #ffffff;
}

.feature-large .feature-overlay p {
  font-weight: 500;
  color: #ffffff;
}

.feature-card .badge {
  margin-top: 0.85rem;
}

.section-link-block {
  display: block;
  color: inherit;
  text-decoration: none;
}

.feature-card h4 {
  margin: 0.45rem 0 0;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
  color: #1d1d1d;
}

.feature-desc {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-three {
  width: 100%;
  padding: 170px 0 4rem;
}

.section-three-inner {
  width: min(1440px, calc(100% - 2rem));
  max-width: 100%;
  margin: 0 auto;
}

.section-three-kicker {
  margin: 0;
  font-size: 1rem;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 500;
  color: #333333;
}

.section-three-title-row {
  margin-top: 0.35rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.section-three-title-row h3 {
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.2;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  color: #333333;
}

.section-three-more {
  flex-shrink: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #444444;
}

.section-three-rail {
  width: 100%;
  margin-top: 40px;
}

.section-three-viewport {
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: 635px;
  touch-action: pan-y;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.section-three-viewport.is-dragging {
  cursor: grabbing;
}

body.no-text-select,
body.no-text-select * {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.section-three-track {
  width: 2850px;
  height: 635px;
  display: flex;
  gap: 30px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.story-card {
  position: relative;
  width: 546px;
  height: 635px;
  flex: 0 0 546px;
  overflow: hidden;
  border-radius: 12px;
}

.story-card .drag-follower {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #111111;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  --fx: 0;
  --fy: 0;
  --fscale: 0.9;
  transform: translate3d(calc(var(--fx) * 1px), calc(var(--fy) * 1px), 0) translate(-50%, -50%) scale(var(--fscale));
  transition: opacity 0.2s ease;
}

.story-card.show-drag-follower .drag-follower {
  opacity: 1;
  --fscale: 1;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.story-card:hover img {
  transform: scale(1.1);
}

#story .section-three-card-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.story-overlay {
  position: absolute;
  inset: 0;
  padding: 1rem calc(1rem + 30px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.62) 100%);
  color: #ffffff;
}

.story-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(24px * 1.1);
  padding: 0 calc(0.55rem * 1.1);
  border-radius: 4px;
  background: #8c4141;
  color: rgba(255, 255, 255, 1);
  font-size: 0.75rem;
  font-weight: 500;
}

.story-overlay h4 {
  margin: 0.55rem 0 0;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.story-overlay p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.story-overlay time {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.28rem 0.62rem;
  border-radius: 0.35rem;
  background: #8c4141;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero {
  padding: 2.25rem 0 0;
}

.hero-card {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero-intro h2 {
  margin: 0;
  font-size: 12rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #8C4141;
}

.section-two {
  margin-top: -50px;
  padding: 3rem 0 0;
}

.section-two .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(24px * 1.1);
  padding: 0 calc(0.55rem * 1.1);
  border-radius: 4px;
  background: #8c4141;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 1px;
}

.section-two-inner {
  width: min(1440px, calc(100% - 2rem));
  max-width: 1440px;
  flex: 0 0 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 700px 710px;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: start;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 30px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #d9d9d9;
  min-height: 360px;
}

.feature-card img,
.thumb-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-large {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 648px;
}

.feature-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.2rem 1.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
}

.feature-card.feature-large .feature-overlay {
  padding-left: calc(1.2rem + 15px);
  padding-bottom: calc(1.2rem + 15px);
}

.feature-overlay h3 {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 800;
}

.feature-overlay p {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.feature-overlay time {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.section-three {
  --s3-track-width: max-content;
  --s3-track-gap: 30px;
  --s3-card-width: 444px;
  --s3-card-height: 516px;
  padding: 4rem 0 0;
  overflow-x: hidden;
}

.section-three-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.section-three-title-row {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.section-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333333;
}

.section-three-title-row h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.section-three-desc {
  margin: 0;
  font-size: 0.95rem;
  color: #6c5c53;
}

.section-three-more-btn {
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.section-three-viewport {
  overflow: hidden;
  position: relative;
}

.section-three-track {
  display: flex;
  gap: var(--s3-track-gap);
  width: var(--s3-track-width);
  cursor: grab;
  will-change: transform;
}

.section-three-track.is-dragging {
  cursor: grabbing;
}

.story-card {
  position: relative;
  flex: 0 0 var(--s3-card-width);
  width: var(--s3-card-width);
  height: var(--s3-card-height);
  border-radius: 12px;
  overflow: hidden;
  background: #d9d9d9;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 9단은 카드 높이를 이미지 원본 비율에 맞춰 자동으로 사용 */
.section-nine .story-card {
  height: auto;
}

.section-nine .story-card img {
  height: auto;
}

.story-overlay {
  position: absolute;
  inset: 0;
  padding: 1.1rem 1rem calc(1.2rem + 15px) calc(1.2rem + 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
}

.story-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(24px * 1.1);
  padding: 0 calc(0.55rem * 1.1);
  border-radius: 4px;
  background: #8c4141;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 1px;
}

.story-overlay h4 {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

.story-overlay p {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.story-overlay time {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.story-card .drag-follower {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(calc(var(--fx, 0) * 1px - 36px), calc(var(--fy, 0) * 1px - 36px), 0);
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(140, 65, 65, 0.5);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.story-card.show-drag-follower .drag-follower {
  opacity: 1;
}


.section-four {
  --s4-marquee-height: 318px;
  --s4-marquee-row1-top: -20px;
  --s4-marquee-row-height: 208px;
  --s4-marquee-row-gap: 12px;
  --s4-marquee-row2-top: calc(var(--s4-marquee-row1-top) + var(--s4-marquee-row-height) + var(--s4-marquee-row-gap));
  --s4-inner-offset-top: -28px;
  --s4-row2-overlap-top: calc(var(--s4-marquee-row2-top) - (var(--s4-marquee-height) + var(--s4-inner-offset-top)) + 3px);
  --s4-row2-overlap-left: 0px;
  --s4-row2-overlap-span: 0px;
  position: relative;
  width: 100%;
  margin-top: 150px;
  padding: 0 0 5rem;
  overflow-x: hidden;
  overflow-y: visible;
}

.section-four-marquee {
  position: relative;
  width: 100%;
  margin-left: 0;
  height: var(--s4-marquee-height);
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.section-four-marquee-line {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: visible;
}

.section-four-marquee-line-top {
  top: var(--s4-marquee-row1-top);
  height: var(--s4-marquee-row-height);
}

.section-four-marquee-line-bottom {
  top: var(--s4-marquee-row2-top);
  height: var(--s4-marquee-row-height);
}

.section-four-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  width: max-content;
  white-space: nowrap;
  padding-left: 1rem;
  will-change: transform;
}

.section-four-marquee-track-left {
  animation: marquee-left 28s linear infinite;
}

.section-four-marquee-track-right {
  animation: marquee-right 28s linear infinite;
}

.section-four-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 11.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #111111;
}

.section-four-marquee-track-outline .section-four-marquee-item {
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(17, 17, 17, 0.74);
}

.section-four-marquee-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.56em;
  font-weight: 700;
  transform-origin: center;
  animation: marquee-spin-ccw 3.5s linear infinite;
}

.section-four-marquee-track-right .section-four-marquee-star {
  animation-name: marquee-spin-cw;
}

.section-four-inner {
  width: min(1440px, calc(100% - 2rem));
  max-width: 100%;
  margin: var(--s4-inner-offset-top) auto 0;
}

.section-four-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 510px);
  gap: clamp(24px, 4vw, 70px);
  align-items: start;
}

.section-four-gallery {
  display: grid;
  grid-template-rows: 474px auto;
  gap: 30px;
  width: 100%;
  max-width: 860px;
  height: 814px;
}

.section-four-hero-card {
  position: relative;
  overflow: visible;
  z-index: 3;
}

.section-four-hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  border-radius: 12px;
  background: #d9d9d9;
}

.section-four-marquee-inside {
  position: absolute;
  top: -90px;
  left: var(--s4-row2-overlap-left);
  width: calc(100% + var(--s4-row2-overlap-span));
  overflow: hidden;
  color: transparent;
  z-index: 4;
  pointer-events: none;
}

.section-four-marquee-inside .section-four-marquee-track {
  padding-left: 1rem;
}

.section-four-marquee-inside .section-four-marquee-item {
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(17, 17, 17, 0.88);
}

.section-four-marquee-inside .section-four-marquee-star {
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(17, 17, 17, 0.88);
}

.section-four-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.section-four-hero-card:hover .section-four-hero-media img,
.section-four-mini-card:hover img,
.section-four-list-image:hover img {
  transform: scale(1.1);
}

.section-four-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.4rem 1.5rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.62) 100%);
}

.section-four-hero-overlay > * {
  transform: translateX(8px);
}

.section-four-hero-overlay .badge {
  background: #8c4141;
  color: rgba(255, 255, 255, 1);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  height: calc(24px * 1.1);
  padding: 0 calc(0.55rem * 1.1);
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-four-hero-overlay h3 {
  margin: 0.55rem 0 0;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.section-four-hero-overlay p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.section-four-hero-overlay time {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.section-four-gallery-row {
  display: grid;
  grid-template-columns: 415px 415px;
  gap: 30px;
}

.section-four-mini-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #d9d9d9;
  height: 310px;
}

.section-four-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.section-four-mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.section-four-mini-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 1.1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.58) 100%);
  color: #fff;
}

.section-four-mini-overlay > * {
  transform: translate(10px, -5px);
}

.section-four-mini-overlay h4 {
  margin: 0.5rem 0 0;
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 700;
}

.section-four-mini-overlay p {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  width: min(100%, 36ch);
  max-width: min(100%, 36ch);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-four-mini-overlay time {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.section-four-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 510px;
  height: 814px;
  align-self: end;
  transform: translateY(-10px);
}

.section-four-list-item {
  display: grid;
  grid-template-columns: 290px 50px 170px;
  gap: 0;
  align-items: center;
  min-height: 100px;
}

.section-four-list-item + .section-four-list-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}

.section-four-list-copy {
  min-width: 0;
  width: 290px;
}

.section-four-list-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.25rem;
}

.section-four-list-copy h4 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #1d1d1d;
}

.section-four-list-copy p {
  margin: 0.32rem 0 0;
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 500;
  color: #6c5c53;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section-four-list-copy time {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #6c5c53;
}

.section-four-list-spacer {
  width: 50px;
  height: 1px;
}

.section-four-list-image {
  width: 170px;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #d9d9d9;
}

.section-four-list-image img {
  width: 170px;
  height: 100px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.section-five {
  position: relative;
  width: 100%;
  padding: 2.5rem 0 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-five-track {
  width: min(1440px, calc(100% - 2rem));
  height: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: width 0.55s ease, border-radius 0.55s ease;
}

.section-five:hover .section-five-track,
.section-five:focus-within .section-five-track {
  width: 100%;
  border-radius: 0;
}

.section-five-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-five-overlay-anchor {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5rem;
  pointer-events: none;
}

.section-five-overlay-frame {
  position: relative;
  width: min(1440px, calc(100% - 2rem));
  height: 800px;
}

.section-five-overlay {
  position: absolute;
  left: 82px;
  bottom: 82px;
  color: #ffffff;
  max-width: none;
  z-index: 2;
  pointer-events: auto;
}

.section-five-overlay h3 {
  margin: 0.5rem 0 0;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

.section-five-overlay p {
  margin: 0.35rem 0 0;
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.section-five-cta {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0 1.8rem;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
  color: #111111;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}

.section-five-cta span {
  font-size: 1rem;
  line-height: 1;
}

.section-six {
  width: 100%;
  padding: 2.5rem 0 5rem;
}

.section-six-inner {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
}

.section-six-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.section-six-title-row h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  color: #1d1d1d;
}

.section-six-more-btn {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6c5c53;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.section-six-grid {
  display: grid;
  grid-template-columns: 340px 700px 340px;
  gap: 30px;
  align-items: start;
  justify-content: center;
}

.section-six-card {
  opacity: 1;
  transform: none;
}

.section-six-media {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center center;
  transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-six.is-revealed .section-six-media {
  opacity: 1;
  transform: scale(1);
}

.section-six-card:nth-child(2) {
  transition-delay: 0.08s;
}

.section-six-card:nth-child(3) {
  transition-delay: 0.16s;
}

.section-six-card-side {
  width: 340px;
}

.section-six-card-center {
  width: 700px;
}

.section-six-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #d9d9d9;
}

.section-six-card-side .section-six-media {
  width: 340px;
  height: 500px;
}

.section-six-card-center .section-six-media {
  width: 700px;
  height: 600px;
}

.section-six-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.section-six-card:hover .section-six-media img {
  transform: scale(1.1);
}

.section-six-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.2rem 1.2rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0;
  transform: none;
  transition: opacity 0.45s ease;
}

.section-six.is-revealed .section-six-overlay {
  opacity: 1;
  transition-delay: 1.08s;
}

.section-six-overlay h4 {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.section-six-overlay p {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.section-six-overlay time {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.section-six-overlay-side h4 {
  font-size: 1.1rem;
  line-height: 1.3;
  display: block;
  width: min(100%, 28ch);
  max-width: min(100%, 28ch);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-six-overlay-side {
  padding: 0 30px 30px;
}

.section-six-overlay-side p {
  font-size: 0.86rem;
  line-height: 1.4;
  display: block;
  width: min(100%, 36ch);
  max-width: min(100%, 36ch);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-six-overlay-center {
  top: 0;
  bottom: 0;
  padding-left: calc(1.2rem + 21px);
  padding-top: calc(1.1rem + 15px);
  padding-bottom: calc(1.2rem + 15px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.62) 100%);
}

.section-six-overlay-center h4 {
  font-weight: 600;
}

.section-seven {
  width: 100%;
  padding: 180px 0;
}

.section-seven-inner {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.section-seven-panel {
  background: #0d0d0d;
  overflow: hidden;
}

.section-seven-panel-inner {
  padding: 180px 80px;
  color: #ffffff;
}

.section-seven-copy {
  text-align: center;
  margin-bottom: 60px;
}

.section-seven-kicker {
  margin: 0 0 18px;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.section-seven.is-revealed .section-seven-kicker {
  opacity: 1;
  transform: translateY(0);
}

.section-seven-title {
  margin: 0;
  font-size: 6.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-seven-title-line {
  display: block;
  overflow: visible;
}

.section-seven-title-char {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  opacity: 0;
  transform: translateY(1.4em);
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--char-index) * 0.045s + 0.28s);
}

.section-seven.is-revealed .section-seven-title-char {
  opacity: 1;
  transform: translateY(0);
}

.section-seven-galleries {
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.section-seven-row {
  display: grid;
  justify-content: start;
  gap: 30px;
}

.section-seven-row-top {
  grid-template-columns: 615px 615px;
  gap: 50px;
}

.section-seven-card-top {
  width: 615px;
}

.section-seven-row-bottom {
  grid-template-columns: 283px 49px 283px 50px 283px 49px 283px;
  gap: 0;
}

.section-seven-row-bottom > :nth-child(1) {
  grid-column: 1;
}

.section-seven-row-bottom > :nth-child(2) {
  grid-column: 3;
}

.section-seven-row-bottom > :nth-child(3) {
  grid-column: 5;
}

.section-seven-row-bottom > :nth-child(4) {
  grid-column: 7;
}

.section-seven-card,
.section-seven-circle-card {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center center;
  transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-seven.is-revealed .section-seven-card,
.section-seven.is-revealed .section-seven-circle-card {
  opacity: 1;
  transform: scale(1);
}

.section-seven-row-top .section-seven-card:nth-child(1) {
  transition-delay: 1.5s;
}

.section-seven-row-top .section-seven-card:nth-child(2) {
  transition-delay: 1.58s;
}

.section-seven-row-bottom .section-seven-card:nth-child(1) {
  transition-delay: 1.66s;
}

.section-seven-row-bottom .section-seven-card:nth-child(2) {
  transition-delay: 1.74s;
}

.section-seven-row-bottom .section-seven-card:nth-child(3) {
  transition-delay: 1.82s;
}

.section-seven-row-bottom .section-seven-circle-card {
  transition-delay: 1.9s;
}

.section-seven-card-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #2a2a2a;
  width: 100%;
  height: 100%;
}

.section-seven-row-top .section-seven-card-media {
  width: 615px;
  height: 400px;
}

.section-seven-row-bottom .section-seven-card-media {
  width: 283px;
  height: 283px;
}

.section-seven-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.section-seven-card:hover .section-seven-card-media img {
  transform: scale(1.1);
}

.section-seven-card-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  background: #8c4141;
  color: #ffffff;
}

.section-seven-card-copy {
  margin-top: 14px;
  padding: 0 3px;
  color: #ffffff;
}

.section-seven-card-copy h4 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

.section-seven-copy-link {
  color: inherit;
  text-decoration: none;
}

.section-seven-card-copy p {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.section-seven-card-bottom {
  width: 283px;
}

.section-seven-card-copy-bottom {
  padding: 0;
}

.section-seven-card-copy-bottom h4 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
  color: #ffffff;
}

.section-seven-card-link {
  display: inline-block;
  margin-top: calc(0.4rem + 5px);
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.section-seven-circle-card {
  width: 283px;
  height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-seven-circle-btn {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease;
  cursor: pointer;
}

.section-seven-circle-btn:hover {
  background: #ffffff;
  color: #111111;
}

.section-eight {
  width: 100%;
  margin-top: -80px;
  padding: 120px 0 180px;
}

.section-eight-inner {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 970px;
  column-gap: 50px;
  align-items: start;
}

.section-eight-video-column {
  position: sticky;
  top: 110px;
  margin-top: -40px;
  align-self: start;
}

.section-eight-video-mask {
  width: 336px;
  height: 400px;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 168px 168px 0 0;
}

.section-eight-video-mask video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.section-eight-content-column {
  width: 970px;
  --s8-shift: 0px;
  text-align: left;
  transform: translateY(var(--s8-shift));
  will-change: transform;
}

.section-eight-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #111111;
  text-align: left;
}

.section-eight-highlight {
  margin: 0;
  max-width: 100%;
  font-size: 4rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  color: #c8c8c8;
  text-align: left;
  cursor: default;
}

.section-eight-highlight-char {
  display: inline;
  color: #c8c8c8;
  transition: color 0.2s ease;
}

.section-eight-highlight-char.is-filled {
  color: #111111;
}

.section-eight-highlight + .section-eight-highlight {
  margin-top: 72px;
}

.section-eight-body {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 465px 465px;
  column-gap: 40px;
}

.section-eight-body p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.58;
  font-weight: 500;
  color: #454545;
  text-align: left;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes marquee-spin-cw {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee-spin-ccw {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* Keep section 9 card height tied to each image ratio without gray filler area. */
#story-nine .story-card {
  height: auto !important;
  background: transparent;
  overflow: visible;
}

#story-nine {
  margin-top: -100px;
}

#story-nine .story-card img {
  height: auto !important;
}

#story-nine .section-nine-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #d9d9d9;
}

#story-nine .section-nine-link-block {
  display: block;
  text-decoration: none;
  color: inherit;
}

#story-nine .section-nine-thumb img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  display: block;
}

#story-nine .section-nine-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}

#story-nine .section-nine-copy {
  min-width: 0;
  margin-top: 14px;
}

#story-nine .section-nine-copy h4 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #1d1d1d;
}

#story-nine .section-nine-title-link {
  color: inherit;
  text-decoration: none;
}

#story-nine .section-nine-copy p {
  margin: 0.32rem 0 0;
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 500;
  color: #6c5c53;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#story-nine .section-nine-copy time {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #6c5c53;
}

#story-nine .section-nine-link {
  display: inline-block;
  margin-top: calc(0.35rem + 10px);
  padding: 0;
  color: #6c5c53;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

#story-nine .section-three-viewport {
  height: auto !important;
}

#story-nine .section-three-track {
  height: auto !important;
  align-items: flex-start;
}

.site-footer {
  width: 100%;
  margin-top: 3rem;
  background: #000000;
  border-top: 0;
  padding: 0;
}

.site-footer .footer-inner {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 100px;
}

.site-footer-title {
  margin: 0;
  color: var(--accent);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.site-footer-nav {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.site-footer-nav a {
  display: inline-block;
  padding: 0;
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer-brand {
  margin: 50px 0 0;
  color: var(--accent);
  font-size: 12rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 1401px) {
  .section-two-inner {
    width: 1440px !important;
    max-width: 1440px !important;
    flex: 0 0 1440px !important;
    grid-template-columns: 700px 710px !important;
    column-gap: 30px !important;
    row-gap: 30px !important;
  }

  .feature-grid {
    width: 710px !important;
    grid-template-columns: 340px 340px !important;
    column-gap: 30px !important;
    row-gap: 30px !important;
  }
}

@media (max-width: 1400px) {
  .site-footer .footer-inner {
    padding-top: 140px;
    padding-bottom: 72px;
  }

  .site-footer-nav {
    margin-top: 48px;
  }

  .site-footer-brand {
    margin-top: 48px;
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .section-four {
    --s4-row2-overlap-left: 8px;
  }

  .section-two-inner {
    width: min(100%, 1440px);
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .thumb-large {
    width: 100%;
    height: auto;
    aspect-ratio: 834 / 850;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .thumb-small {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .section-four-inner {
    width: min(100%, 1440px);
    max-width: 100%;
  }

  .section-four-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-four-gallery {
    grid-template-rows: auto;
    height: auto;
  }

  .section-four-hero-card {
    aspect-ratio: 860 / 474;
    height: auto;
  }

  .section-four-gallery-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-four-mini-card {
    height: auto;
    aspect-ratio: 415 / 310;
  }

  .section-four-list {
    height: auto;
    transform: none;
  }

  .section-four-marquee-inside {
    left: 0;
  }

  .brand-marquee-container {
    height: 360px;
  }

  .main-wrapper {
    width: min(100%, 1440px);
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    margin-top: 280px;
  }

  .left-container,
  .main-thumbnail,
  .sub-grid,
  .right-container {
    width: 100%;
  }

  .sub-grid {
    flex-direction: column;
  }

  .sub-card {
    width: 100%;
  }

  .sub-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 480 / 360;
  }

  .main-thumbnail {
    height: auto;
    aspect-ratio: 990 / 648;
  }

  .news-image-area {
    margin-left: 30px;
  }

  .row-2-inside-orange {
    left: 8px;
  }

  .section-six-title-row {
    align-items: flex-end;
    flex-direction: row;
    gap: 1rem;
  }

  .section-six-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .section-six-card-center {
    width: 100%;
    grid-column: 1 / -1;
  }

  .section-six-card-side {
    width: 100%;
  }

  .section-six-card-center .section-six-media {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 600;
  }

  .section-six-card-side .section-six-media {
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 540;
  }

  .section-eight-inner {
    width: min(100%, 1440px);
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .section-eight-video-column {
    position: relative;
    top: auto;
  }

  .section-eight-video-mask {
    width: min(420px, 100%);
    height: auto;
    aspect-ratio: 420 / 570;
  }

  .section-eight-content-column {
    width: 100%;
    transform: none;
    will-change: auto;
  }

  .section-eight-highlight {
    font-size: clamp(2.3rem, 5.8vw, 3.4rem);
  }

  .section-eight-body {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
  }

  .section-nine {
    padding-top: 90px;
  }
}

@media (max-width: 900px) {
  .section-four {
    --s4-marquee-height: 232px;
    --s4-marquee-row1-top: -42px;
    --s4-marquee-row-height: 122px;
    --s4-marquee-row-gap: 12px;
    --s4-row2-overlap-left: 8px;
  }

  .hero-intro h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(3.2rem, 13vw, 5rem);
    line-height: 0.95;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card h4 {
    font-size: 1.5rem;
  }

  .feature-overlay h3 {
    font-size: 1.6rem;
  }

  .section-three {
    padding-top: 90px;
  }

  .section-three-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-three-title-row h3 {
    font-size: 2rem;
  }

  .section-three-track {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    transform: none !important;
  }

  .story-card {
    width: 100%;
    height: 360px;
    flex-basis: auto;
  }

  .section-nine .story-card {
    height: auto;
  }

  .story-card .drag-follower {
    display: none;
  }

  .story-overlay h4 {
    font-size: 1.5rem;
  }

  .section-four-marquee-line-bottom {
    top: var(--s4-marquee-row2-top);
  }

  .section-four-marquee-inside {
    top: var(--s4-row2-overlap-top);
    left: 0;
  }

  .section-four-layout {
    gap: 1.5rem;
  }

  .section-four-list-item {
    grid-template-columns: minmax(0, 1fr) 24px 96px;
    min-height: 96px;
  }

  .section-four-list-copy {
    width: auto;
  }

  .section-four-list-spacer {
    width: 24px;
  }

  .section-four-list-image {
    width: 96px;
    height: 96px;
  }

  .section-four-list-image img {
    width: 96px;
    height: 96px;
  }

  .section-five {
    padding: 2rem 0 3rem;
  }

  .section-five-overlay-anchor {
    padding-top: 2rem;
  }

  .section-five-track,
  .section-five:hover .section-five-track,
  .section-five:focus-within .section-five-track {
    width: 100%;
    border-radius: 0;
    height: 500px;
  }

  .section-five-overlay {
    left: 70px;
    bottom: 70px;
    max-width: 80%;
  }

  .section-five-overlay-frame {
    width: 100%;
    height: 500px;
  }

  .section-five-overlay h3 {
    font-size: clamp(1.2rem, 4.3vw, 1.4rem);
  }

  .section-five-overlay p {
    margin-top: 0.55rem;
    font-size: clamp(1.06rem, 3vw, 1.12rem);
  }

  .section-five-cta {
    min-height: 36px;
    margin-top: 1rem;
    padding: 0 1.25rem;
    font-size: 0.92rem;
  }

  .section-six {
    padding: 2rem 0 3rem;
  }

  .section-six-title-row h3 {
    font-size: 2rem;
  }

  .section-six-more-btn {
    font-size: 0.9rem;
  }

  .section-six-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-six-card-center,
  .section-six-card-side {
    width: 100%;
  }

  .section-six-card-center .section-six-media,
  .section-six-card-side .section-six-media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .section-six-overlay h4 {
    font-size: 1.2rem;
  }

  .section-six-overlay p {
    font-size: 0.9rem;
  }

  .section-eight {
    padding: 80px 0 120px;
  }

  .section-eight-highlight {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.18;
  }

  .section-eight-highlight + .section-eight-highlight {
    margin-top: 2rem;
  }

  .section-eight-body {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

}
