.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  width: min(calc(100% - 40px), var(--content-width));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) 0 72px;
}

.hero-copy-wrap {
  min-width: 0;
}

.home-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
}

.hero-actions {
  margin-top: 32px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
}

.hero-proof-item {
  display: grid;
  align-content: center;
  min-height: 108px;
  padding: 18px 20px;
  background: var(--surface);
}

.hero-proof-item strong {
  color: var(--olive-dark);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.05;
}

.hero-proof-item span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-large) + 4px);
  box-shadow: var(--shadow);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(17, 19, 15, 0.5) 100%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.hero-media-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  background: rgba(17, 19, 15, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: #fff;
  backdrop-filter: blur(14px);
}

.hero-media-card strong,
.hero-media-card span {
  display: block;
}

.hero-media-card strong {
  font-size: 0.95rem;
}

.hero-media-card span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.hero-media-dot {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background: #88cc72;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(136, 204, 114, 0.14);
}

.home-worlds-section {
  padding-top: 58px;
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
  max-width: none;
  margin-bottom: 38px;
}

.home-section-heading h2,
.home-section-heading p:last-child {
  margin-bottom: 0;
}

.home-section-heading > p {
  max-width: 560px;
  justify-self: end;
}

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

.home-world-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-small);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transition: transform var(--transition), box-shadow var(--transition);
}

.home-world-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.home-world-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.home-world-card:hover img {
  transform: scale(1.035);
}

.home-world-card--fire img {
  object-position: center 28%;
}

.home-world-card--deko img {
  object-position: center 62%;
}

.home-world-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 12, 9, 0.05) 20%, rgba(10, 12, 9, 0.86) 88%);
}

.home-world-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.home-world-content .category-tag {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(10px);
}

.home-world-content strong {
  max-width: 360px;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  line-height: 1.05;
}

.home-world-content > span:not(.category-tag):not(.home-world-link) {
  max-width: 390px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-world-link {
  margin-top: 20px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.category-tag,
.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 52px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home-value-section {
  padding-top: 64px;
}

.home-value-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(38px, 7vw, 92px);
  padding: clamp(32px, 5vw, 58px);
  background: var(--olive-dark);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.home-value-copy h2,
.home-value-copy p,
.home-value-copy .text-link {
  color: var(--on-strong);
}

.home-value-copy .eyebrow {
  color: var(--gold);
}

.home-value-copy p {
  max-width: 540px;
  opacity: 0.78;
}

.home-value-copy .text-link {
  display: inline-block;
  margin-top: 8px;
}

.home-value-list {
  display: grid;
  gap: 12px;
}

.home-value-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-value-list article:last-child {
  border-bottom: 0;
}

.home-value-list > article > span {
  color: var(--gold);
  font-weight: 800;
}

.home-value-list h3 {
  margin-bottom: 7px;
  color: var(--on-strong);
}

.home-value-list p {
  margin-bottom: 0;
  color: var(--on-strong);
  opacity: 0.72;
}

.home-reviews-section {
  padding-top: 80px;
}

.home-process-section {
  padding-top: 72px;
}

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

.process-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
}

.process-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -68px;
  width: 170px;
  height: 170px;
  background: var(--bg-soft);
  border-radius: 50%;
  opacity: 0.7;
}

.process-number {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
  background: var(--olive-dark);
  color: var(--on-strong);
}

.process-card h3,
.process-card p {
  position: relative;
  z-index: 1;
}

.process-card h3 {
  margin-bottom: 12px;
}

.home-final-cta-section {
  padding-top: 52px;
}

.home-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  padding: clamp(34px, 6vw, 64px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-small);
}

.home-final-cta h2 {
  margin-bottom: 14px;
}

.home-final-cta p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}

.home-final-actions {
  display: grid;
  gap: 14px;
  min-width: 260px;
  text-align: center;
}

.home-final-actions .text-link {
  font-size: 0.88rem;
}

@media (max-width: 1040px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  }

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

  .hero-proof-item {
    min-height: 78px;
  }

  .home-world-card {
    min-height: 470px;
  }
}

@media (max-width: 860px) {
  .home-hero,
  .home-section-heading,
  .home-world-grid,
  .home-value-shell,
  .process-grid,
  .home-final-cta {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding-top: 58px;
  }

  .home-hero h1 {
    max-width: 720px;
  }

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

  .hero-media,
  .hero-media img {
    min-height: 500px;
  }

  .home-section-heading > p {
    justify-self: start;
  }

  .home-world-grid {
    gap: 16px;
  }

  .home-world-card {
    min-height: 400px;
  }

  .home-world-card img {
    object-position: center;
  }

  .home-value-shell {
    gap: 18px;
  }

  .home-final-actions {
    min-width: 0;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .home-hero,
  .section {
    width: min(calc(100% - 28px), var(--content-width));
  }

  .home-hero {
    padding-bottom: 54px;
  }

  .home-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-proof-item {
    grid-template-columns: 92px 1fr;
    align-items: center;
    min-height: 72px;
  }

  .hero-proof-item span {
    margin-top: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 390px;
  }

  .hero-media-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .home-worlds-section,
  .home-value-section,
  .home-reviews-section,
  .home-process-section {
    padding-top: 54px;
  }

  .home-section-heading {
    margin-bottom: 26px;
  }

  .home-world-card {
    min-height: 390px;
  }

  .home-world-content {
    padding: 22px;
  }

  .home-world-content strong {
    font-size: 1.7rem;
  }

  .home-value-shell,
  .home-final-cta {
    padding: 26px 22px;
  }

  .home-value-list article {
    grid-template-columns: 38px 1fr;
  }

  .process-card {
    min-height: 0;
    padding: 24px;
  }

  .process-number {
    margin-bottom: 28px;
  }

  .home-final-actions .btn {
    width: 100%;
  }
}
