.home #main.site-main {
  padding: 0;
}

.wl-home {
  --wl-bg: #f4efe6;
  --wl-ink: #1d2130;
  --wl-muted: #5c6277;
  --wl-line: rgba(33, 40, 58, 0.14);
  --wl-card: rgba(255, 255, 255, 0.82);
  --wl-deep: #0f1e34;
  --wl-gold: #c2873a;
  --wl-sky: #3f6f9b;
  --wl-radius: 20px;
  --wl-shadow: 0 24px 60px rgba(17, 27, 44, 0.14);
  background:
    radial-gradient(circle at 7% 10%, rgba(194, 135, 58, 0.24), transparent 28%),
    radial-gradient(circle at 92% 0%, rgba(63, 111, 155, 0.28), transparent 35%),
    linear-gradient(170deg, #f5f0e6 8%, #ede6d9 48%, #f8f4ec 100%);
  color: var(--wl-ink);
  font-family: "Chivo", "Noto Sans SC", sans-serif;
  overflow: hidden;
  padding: 0 0 4.8rem;
}

.wl-shell {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 1.2rem;
}

.wl-hero {
  padding: 4.8rem 0 2.1rem;
  position: relative;
}

.wl-hero::before {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 48px;
  content: "";
  height: 320px;
  pointer-events: none;
  position: absolute;
  right: -120px;
  top: -76px;
  transform: rotate(16deg);
  width: 340px;
}

.wl-hero-grid {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  position: relative;
  z-index: 2;
}

.wl-kicker {
  color: var(--wl-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.wl-hero-copy h1 {
  color: var(--wl-deep);
  font-family: "Literata", "Noto Sans SC", serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0.9rem 0 0;
  max-width: 12ch;
}

.wl-hero-copy h1 span {
  color: #2a334a;
  display: block;
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.38rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.9rem;
  max-width: 16ch;
}

.wl-lead {
  color: #343c52;
  font-size: 1.06rem;
  line-height: 1.65;
  margin: 1.25rem 0 0;
  max-width: 62ch;
}

.wl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.wl-button {
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.9rem 1.28rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.24s ease, background-color 0.2s ease;
}

.wl-button:hover {
  transform: translateY(-2px);
}

.wl-button-primary {
  background: linear-gradient(145deg, #0f2440 4%, #1f3b5e 52%, #3a5d81 100%);
  border-color: #112b4a;
  box-shadow: 0 16px 34px rgba(11, 28, 49, 0.28);
  color: #fff;
}

.wl-button-primary:hover {
  box-shadow: 0 20px 40px rgba(11, 28, 49, 0.34);
  color: #fff;
}

.wl-button-soft {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(27, 37, 56, 0.2);
  color: #172038;
}

.wl-button-soft:hover {
  background: rgba(255, 255, 255, 0.84);
  color: #172038;
}

.wl-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.7rem;
  max-width: 720px;
}

.wl-metrics div {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  box-shadow: 0 11px 24px rgba(21, 33, 55, 0.13);
  padding: 0.8rem 0.95rem;
}

.wl-metrics strong {
  color: #15233a;
  display: block;
  font-family: "Literata", serif;
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: 0.16rem;
}

.wl-metrics span {
  color: var(--wl-muted);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wl-spotlight-card {
  align-self: end;
  background: linear-gradient(160deg, rgba(18, 34, 55, 0.92), rgba(36, 56, 83, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: calc(var(--wl-radius) + 3px);
  box-shadow: 0 28px 56px rgba(14, 25, 42, 0.35);
  color: #f6f9ff;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 1.15rem;
}

.wl-spotlight-card .wl-tag {
  color: rgba(243, 200, 122, 0.96);
}

.wl-spotlight-card h2 {
  font-family: "Literata", "Noto Sans SC", serif;
  font-size: clamp(1.32rem, 2.2vw, 1.86rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0.45rem 0 0;
}

.wl-spotlight-card h2 a {
  color: inherit;
  text-decoration: none;
}

.wl-spotlight-media {
  border-radius: 14px;
  display: block;
  margin-top: 0.75rem;
  overflow: hidden;
}

.wl-spotlight-image {
  display: block;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  width: 100%;
}

.wl-spotlight-card p {
  color: rgba(239, 246, 255, 0.9);
  font-size: 0.94rem;
  margin: 0.7rem 0 0;
}

.wl-spotlight-card .wl-read {
  color: #f5d096;
  margin-top: auto;
}

.wl-quick-nav {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(28, 38, 59, 0.13);
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  margin-top: 0.2rem;
  padding: 0.34rem;
}

.wl-quick-nav a {
  border-radius: 999px;
  color: #1a2740;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.53rem 0.84rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.wl-quick-nav a:hover {
  background: rgba(20, 42, 72, 0.1);
  color: #0f1c33;
}

.wl-section {
  margin-top: 2.35rem;
}

.wl-section-head {
  margin-bottom: 1.05rem;
}

.wl-section-head h2 {
  color: var(--wl-deep);
  font-family: "Literata", "Noto Sans SC", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.2;
  margin: 0;
}

.wl-section-head h2 span {
  color: #35435e;
  display: block;
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(0.98rem, 1.6vw, 1.2rem);
  font-weight: 500;
  margin-top: 0.18rem;
}

.wl-section-head p {
  color: #5b6174;
  margin: 0.45rem 0 0;
  max-width: 67ch;
}

.wl-grid {
  display: grid;
  gap: 0.86rem;
}

.wl-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wl-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wl-card,
.wl-post-card {
  background: linear-gradient(163deg, rgba(255, 252, 246, 0.96), rgba(255, 255, 255, 0.72));
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius);
  box-shadow: var(--wl-shadow);
  min-height: 220px;
  padding: 1rem;
}

.wl-card h3,
.wl-post-card h3 {
  color: #1a2438;
  font-family: "Literata", "Noto Sans SC", serif;
  font-size: 1.12rem;
  line-height: 1.3;
  margin: 0;
}

.wl-card h3 a,
.wl-post-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wl-card p,
.wl-post-card p {
  color: #555d73;
  font-size: 0.92rem;
  line-height: 1.58;
  margin: 0.58rem 0 0;
}

.wl-card em {
  color: #6a738b;
  display: inline-block;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 0.6rem;
}

.wl-card a,
.wl-read {
  color: #163152;
  display: inline-flex;
  font-size: 0.83rem;
  font-weight: 700;
  margin-top: 0.8rem;
  text-decoration: none;
}

.wl-card a:hover,
.wl-read:hover,
.wl-post-card h3 a:hover {
  color: #9b661f;
}

.wl-track-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.wl-track-media {
  background: linear-gradient(
    140deg,
    hsla(var(--wl-accent-hue, 32), 60%, 48%, 0.34),
    rgba(24, 56, 96, 0.22)
  );
  border: 1px solid rgba(22, 49, 82, 0.16);
  border-radius: 12px;
  display: block;
  margin-bottom: 0.25rem;
  overflow: hidden;
  position: relative;
}

.wl-track-media::after {
  background: linear-gradient(to top, rgba(12, 23, 40, 0.2), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.wl-track-media img {
  display: block;
  height: 140px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.wl-track-card:hover .wl-track-media img {
  transform: scale(1.04);
}

.wl-track-media-fallback {
  align-items: center;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
}

.wl-track-media-fallback span {
  color: rgba(255, 255, 255, 0.96);
  font-family: "Literata", "Noto Sans SC", serif;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wl-post-card {
  display: flex;
  flex-direction: column;
}

.wl-tag {
  color: #384766;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 0;
  text-transform: uppercase;
}

.wl-post-media {
  border-radius: 12px;
  display: block;
  margin-top: 0.6rem;
  overflow: hidden;
}

.wl-post-media img {
  display: block;
  height: 150px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.wl-post-card:hover .wl-post-media img {
  transform: scale(1.03);
}

.wl-post-card time {
  color: #707a93;
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

.wl-post-card .wl-read {
  margin-top: auto;
  padding-top: 0.9rem;
}

.wl-category-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.wl-category-pill {
  background: var(--wl-card);
  border: 1px solid rgba(28, 40, 63, 0.2);
  border-radius: 14px;
  color: #1a2942;
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
  min-height: 0;
  padding: 0.82rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wl-category-media {
  background: linear-gradient(
    138deg,
    hsla(var(--wl-accent-hue, 216), 64%, 52%, 0.26),
    rgba(22, 49, 82, 0.2)
  );
  border: 1px solid rgba(22, 49, 82, 0.14);
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}

.wl-category-media img {
  display: block;
  height: 108px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.wl-category-pill:hover .wl-category-media img {
  transform: scale(1.03);
}

.wl-category-media-fallback {
  align-items: center;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
}

.wl-category-media-fallback span {
  color: rgba(255, 255, 255, 0.96);
  font-family: "Literata", "Noto Sans SC", serif;
  font-size: clamp(1.26rem, 3vw, 1.6rem);
  font-weight: 700;
}

.wl-category-name {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.32;
}

.wl-category-pill em {
  color: #6c7690;
  font-size: 0.79rem;
  font-style: normal;
  font-weight: 600;
  margin-top: auto;
}

.wl-category-pill:hover {
  border-color: rgba(194, 135, 58, 0.45);
  box-shadow: 0 10px 24px rgba(22, 34, 56, 0.14);
  transform: translateY(-2px);
}

.wl-popular-card {
  min-height: 0;
}

.wl-cta .wl-cta-inner {
  background: linear-gradient(145deg, #142740 4%, #1f4167 50%, #28517b 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: calc(var(--wl-radius) + 2px);
  color: #ecf5ff;
  overflow: hidden;
  padding: 1.4rem;
  position: relative;
}

.wl-cta .wl-cta-inner::after {
  background: radial-gradient(circle at center, rgba(245, 204, 137, 0.42), transparent 68%);
  content: "";
  height: 220px;
  pointer-events: none;
  position: absolute;
  right: -86px;
  top: -86px;
  width: 220px;
}

.wl-cta h2 {
  color: #fff;
  font-family: "Literata", "Noto Sans SC", serif;
  font-size: clamp(1.36rem, 2.5vw, 2rem);
  line-height: 1.2;
  margin: 0;
  max-width: 30ch;
}

.wl-cta p {
  color: rgba(232, 242, 255, 0.9);
  margin: 0.64rem 0 0;
  max-width: 64ch;
}

.wl-cta .wl-button-primary {
  background: linear-gradient(145deg, #f5d198, #d59a45);
  border-color: rgba(194, 135, 58, 0.5);
  color: #1e2a43;
}

.wl-cta .wl-button-soft {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

[data-reveal] {
  animation: wl-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--wl-delay, 0.08s);
}

@keyframes wl-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .wl-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-hero-grid {
    grid-template-columns: 1fr;
  }

  .wl-hero-copy h1 {
    max-width: 100%;
  }

  .wl-hero-copy h1 span {
    max-width: 100%;
  }

  .wl-spotlight-card {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .wl-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wl-home {
    padding-bottom: 3.8rem;
  }

  .wl-hero {
    padding-top: 3.6rem;
  }

  .wl-grid-3,
  .wl-grid-4 {
    grid-template-columns: 1fr;
  }

  .wl-metrics {
    grid-template-columns: 1fr;
  }

  .wl-quick-nav {
    border-radius: 16px;
    justify-content: flex-start;
  }

  .wl-quick-nav a {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    animation: none;
  }

  .wl-button,
  .wl-post-media img,
  .wl-track-media img,
  .wl-category-media img,
  .wl-category-pill {
    transition: none;
  }
}
