.page-home {
  --home-hero-bg: linear-gradient(135deg, #0B3D2E 0%, #082A20 60%, #0B3D2E 100%);
  --home-gold-soft: rgba(212, 175, 55, 0.22);
  --home-orange-soft: rgba(255, 107, 53, 0.14);
  --home-space-xl: 120px;
  --home-space-lg: 88px;
  --home-space-md: 56px;
  overflow-x: hidden;
}

.page-home .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-home .breadcrumb {
  position: relative;
  z-index: 10;
  padding-top: 96px;
  padding-bottom: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .breadcrumb__item,
.page-home .breadcrumb__sep,
.page-home .breadcrumb__current {
  display: inline-block;
}

.page-home .breadcrumb__sep {
  color: var(--color-gold);
}

.page-home .breadcrumb__current {
  color: var(--color-gold);
  font-weight: 600;
}

.page-home .home-hero {
  background: var(--home-hero-bg);
  color: #FFFFFF;
  position: relative;
  margin-top: calc(-1 * var(--header-h));
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  overflow: hidden;
}

.page-home .home-hero--clip::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  width: 220px;
  height: 100%;
  background: rgba(212, 175, 55, 0.08);
  transform: skewX(-14deg);
  z-index: 2;
  pointer-events: none;
}

.page-home .home-hero__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .home-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  display: block;
}

.page-home .home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 42, 32, 0.94) 20%, rgba(11, 61, 46, 0.7) 55%, rgba(8, 42, 32, 0.2) 100%);
}

.page-home .home-hero__frame {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 100px;
}

.page-home .home-hero__left {
  max-width: 720px;
}

.page-home .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 24px;
  padding: 8px 16px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.08);
}

.page-home .home-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  background: var(--color-orange);
  display: inline-block;
}

.page-home .home-hero__title {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: clamp(44px, 9vw, 112px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: #FFFFFF;
}

.page-home .home-hero__title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: var(--color-gold);
  margin-top: 28px;
}

.page-home .home-hero__lead {
  font-family: var(--font-body);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 520px;
  margin: 0 0 36px;
  border-left: 2px solid var(--color-gold);
  padding-left: 20px;
}

.page-home .home-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.page-home .home-hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.page-home .home-hero .btn--orange {
  background: var(--color-orange);
  color: #FFFFFF;
}

.page-home .home-hero .btn--orange:hover {
  background: #FF8A5C;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.3);
}

.page-home .home-hero .btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
}

.page-home .home-hero .btn--ghost:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
  transform: translateY(-2px);
}

.page-home .home-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
}

.page-home .home-hero__meta-item {
  margin-right: 48px;
}

.page-home .home-hero__meta-item dt {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}

.page-home .home-hero__meta-num {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 28px;
  color: var(--color-gold);
  line-height: 1.15;
}

.page-home .home-hero__right {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 3;
  display: none;
}

.page-home .home-hero__vertical-text {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: clamp(18px, 2.4vw, 32px);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.4);
  writing-mode: vertical-rl;
  margin-bottom: 28px;
}

.page-home .home-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--color-gold);
  padding: 14px 22px;
  background: rgba(8, 42, 32, 0.55);
}

.page-home .home-hero__badge-num {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  color: var(--color-gold);
}

.page-home .home-hero__badge-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #FFFFFF;
}

.page-home .home-hero__scroll-line {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.page-home .home-hero__scroll-line::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--color-gold);
}

.page-home .home-hero__scroll-index {
  color: var(--color-gold);
  font-weight: 800;
}

.page-home .home-hero__scroll-copy {
  margin-left: 4px;
}

.page-home .section {
  padding: var(--home-space-md) 0;
}

.page-home .section__header {
  margin-bottom: 40px;
  position: relative;
}

.page-home .section__num {
  display: block;
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 54px;
  line-height: 1;
  color: var(--color-green);
  margin-bottom: 10px;
  position: relative;
}

.page-home .section__num::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: var(--color-gold);
  margin-top: 10px;
}

.page-home .section__title {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.12;
  color: var(--color-ink);
  margin: 0 0 12px;
  position: relative;
  display: inline-block;
}

.page-home .section__subtitle {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: #4B5563;
  max-width: 560px;
  margin: 0;
}

.page-home .home-stats {
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.page-home .home-stats__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .home-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}

.page-home .home-stats__card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.page-home .home-stats__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-home .home-stats__card:hover {
  transform: translateY(-2px);
  border-color: var(--color-gold);
  box-shadow: 0 10px 28px rgba(11, 61, 46, 0.08);
}

.page-home .home-stats__card:hover::before {
  transform: scaleX(1);
}

.page-home .home-stats__num {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 52px;
  line-height: 1;
  color: var(--color-green);
  display: block;
  margin-bottom: 10px;
}

.page-home .home-stats__label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-ink);
  display: block;
  margin-bottom: 8px;
}

.page-home .home-stats__desc {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: #6B7280;
  margin: 0;
}

.page-home .home-bento {
  background: var(--color-green-dark);
  padding-top: var(--home-space-lg);
  padding-bottom: var(--home-space-lg);
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
  position: relative;
}

.page-home .home-bento .section__num {
  color: var(--color-gold);
}

.page-home .home-bento .section__title {
  color: #FFFFFF;
}

.page-home .home-bento .section__subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.page-home .home-bento__header {
  margin-bottom: 56px;
}

.page-home .home-bento__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .home-bento__card {
  background: #10382B;
  border: 1px solid rgba(212, 175, 55, 0.18);
  padding: 32px 28px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.page-home .home-bento__card:hover {
  background: #154433;
  border-color: var(--color-gold);
  transform: translateY(-2px);
}

.page-home .home-bento__card--large {
  min-height: 320px;
}

.page-home .home-bento__card--image {
  display: block;
  padding: 0;
  overflow: hidden;
}

.page-home .home-bento__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page-home .home-bento__card-num {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 44px;
  color: rgba(212, 175, 55, 0.3);
  line-height: 1;
}

.page-home .home-bento__card-title {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 12px;
}

.page-home .home-bento__card-summary {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
  margin: 0 0 18px;
  max-width: 320px;
}

.page-home .home-bento__card-link {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold);
  text-decoration: none;
  margin-top: auto;
  display: inline-block;
  transition: color 0.2s ease;
}

.page-home .home-bento__card-link:hover {
  color: var(--color-orange);
}

.page-home .home-bento__chart {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 80px;
  margin-bottom: 20px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.page-home .home-bento__chart span {
  flex: 1;
  background: linear-gradient(180deg, var(--color-gold) 0%, rgba(212, 175, 55, 0.2) 100%);
  display: block;
  min-height: 6px;
}

.page-home .home-bento__mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 48px;
  margin-top: auto;
  margin-bottom: 16px;
}

.page-home .home-bento__mini-bar {
  flex: 1;
  background: rgba(212, 175, 55, 0.55);
  display: block;
  min-height: 8px;
}

.page-home .home-bento__mini-bar:nth-child(1) {
  height: 60%;
}

.page-home .home-bento__mini-bar:nth-child(2) {
  height: 30%;
}

.page-home .home-bento__mini-bar:nth-child(3) {
  height: 80%;
}

.page-home .home-bento__mini-bar:nth-child(4) {
  height: 45%;
}

.page-home .home-bento__mini-bar:nth-child(5) {
  height: 70%;
}

.page-home .home-bento__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 160px;
}

.page-home .home-bento__card-caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(8, 42, 32, 0.86);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 12px;
  padding: 6px 12px;
  border-left: 2px solid var(--color-gold);
  margin: 0;
}

.page-home .tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid transparent;
}

.page-home .tag--orange {
  background: var(--color-orange);
  color: #FFFFFF;
}

.page-home .tag--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8);
}

.page-home .tag--gold {
  background: transparent;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
}

.page-home .home-chart {
  background: var(--color-bg);
  padding-top: var(--home-space-lg);
  padding-bottom: var(--home-space-lg);
}

.page-home .home-chart__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}

.page-home .home-chart__visual {
  position: relative;
  clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
  box-shadow: 0 16px 44px rgba(11, 61, 46, 0.12);
}

.page-home .home-chart__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 560px;
  object-fit: cover;
}

.page-home .home-chart__overlay-card {
  position: absolute;
  bottom: 26px;
  left: 26px;
  background: var(--color-green-dark);
  border: 1px solid var(--color-gold);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .home-chart__overlay-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-gold);
}

.page-home .home-chart__overlay-num {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.1;
}

.page-home .home-chart__overlay-note {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .home-chart__points {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .home-chart__points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.page-home .home-chart__point-icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  background: var(--color-gold);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.page-home .home-chart .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--color-orange);
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.page-home .home-chart .btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 8px 22px rgba(255, 107, 53, 0.28);
}

.page-home .home-timeline {
  background: #FFFFFF;
  padding-top: var(--home-space-lg);
  padding-bottom: var(--home-space-lg);
  border-bottom: 1px solid var(--color-border);
}

.page-home .home-timeline__frame {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
}

.page-home .home-timeline__header {
  position: relative;
}

.page-home .home-timeline__header .section__title {
  font-size: clamp(28px, 4vw, 44px);
}

.page-home .home-timeline .btn--small {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-home .home-timeline .btn--ghost {
  border: 1px solid var(--color-green);
  color: var(--color-green);
  background: transparent;
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-home .home-timeline .btn--ghost:hover {
  background: var(--color-green);
  color: #FFFFFF;
}

.page-home .home-timeline__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 24px;
}

.page-home .home-timeline__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--color-border);
}

.page-home .home-timeline__item {
  position: relative;
  padding-bottom: 32px;
  padding-left: 28px;
}

.page-home .home-timeline__item:last-child {
  padding-bottom: 0;
}

.page-home .home-timeline__item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: var(--color-bg);
  border: 3px solid var(--color-gold);
  transform: rotate(45deg);
}

.page-home .home-timeline__week {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold);
  display: block;
  margin-bottom: 6px;
}

.page-home .home-timeline__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.page-home .home-timeline__title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-ink);
  margin: 0;
}

.page-home .home-timeline__summary {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: #6B7280;
  margin: 0;
}

.page-home .home-timeline__img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--color-border);
  clip-path: polygon(0 0, 100% 6%, 96% 100%, 4% 96%);
}

.page-home .home-entry {
  background: var(--color-bg);
  padding-top: var(--home-space-lg);
  padding-bottom: var(--home-space-lg);
}

.page-home .home-entry__header {
  text-align: center;
  margin-bottom: 48px;
}

.page-home .home-entry__title {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: clamp(30px, 4vw, 48px);
  color: var(--color-green);
  margin: 0 0 12px;
  display: inline-block;
  position: relative;
}

.page-home .home-entry__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-gold);
  margin: 14px auto 0;
}

.page-home .home-entry__subtitle {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: #6B7280;
  max-width: 460px;
  margin: 0 auto;
}

.page-home .home-entry__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-home .home-entry__card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-entry__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, transparent 50%, var(--home-gold-soft) 50%);
}

.page-home .home-entry__card:hover {
  transform: translateY(-3px);
  border-color: var(--color-gold);
  box-shadow: 0 12px 30px rgba(11, 61, 46, 0.1);
}

.page-home .home-entry__card-index {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 40px;
  color: rgba(212, 175, 55, 0.3);
  line-height: 1;
  margin-bottom: 16px;
}

.page-home .home-entry__card-title {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 22px;
  color: var(--color-ink);
  margin: 0 0 8px;
}

.page-home .home-entry__card-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: #6B7280;
  flex: 1;
  margin: 0 0 18px;
}

.page-home .home-entry__card-arrow {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-green);
  transition: color 0.2s ease;
}

.page-home .home-entry__card:hover .home-entry__card-arrow {
  color: var(--color-orange);
}

@media (min-width: 768px) {
  .page-home .home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-bento__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-bento__card--large {
    grid-column: span 1;
    grid-row: span 2;
  }

  .page-home .home-chart__inner {
    grid-template-columns: 1.08fr 1fr;
    gap: 56px;
  }

  .page-home .home-timeline__frame {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }

  .page-home .home-timeline__img {
    position: sticky;
    top: calc(var(--header-h) + 24px);
    align-self: start;
  }

  .page-home .home-entry__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1060px) {
  .page-home .home-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-bento__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
  }

  .page-home .home-bento__card--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .page-home .home-bento__card--image {
    grid-column: span 1;
    grid-row: span 2;
  }

  .page-home .home-hero__right {
    display: block;
  }

  .page-home .home-entry__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .page-home .breadcrumb {
    padding-top: 108px;
  }

  .page-home .home-hero {
    min-height: 92vh;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
  }

  .page-home .home-hero__frame {
    padding-top: 96px;
    padding-bottom: 76px;
  }

  .page-home .home-hero__metadata {
    flex-direction: column;
    gap: 16px;
  }

  .page-home .home-hero__meta-item {
    margin-right: 0;
  }

  .page-home .home-hero__scroll-line {
    bottom: 34px;
  }

  .page-home .section {
    padding: var(--home-space-md) 0;
  }

  .page-home .home-bento__card--image {
    grid-row: auto;
  }

  .page-home .home-chart__overlay-card {
    bottom: 16px;
    left: 16px;
    padding: 10px 14px;
  }

  .page-home .home-timeline__list {
    padding-left: 18px;
  }
}
