.home-page {
  --home-accent: #09a53e;
  --home-accent-dark: #077c2f;
  --home-cream: #ffffff;
  --home-ink: #0f0f0f;
  padding-top: 18px;
}

.home-header {
  background: rgba(255, 255, 255, 0.88);
}

.home-header .logo,
.home-header .nav-links a,
.home-header .nav-toggle {
  color: #111111;
}

.home-header .nav-links a:hover,
.home-header .nav-links a.is-active {
  color: #09a53e;
}

.home-header .header-download {
  background: #111111;
  color: #ffffff;
}

.home-logo {
  gap: 10px;
}

.home-logo img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.hero-burst {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 34px 0 42px;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 2px solid rgba(15, 15, 15, 0.08);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-kicker img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.hero-copy h1 {
  margin-top: 20px;
  max-width: 10.5ch;
  font-size: clamp(4rem, 9vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.08em;
}

.hero-sub {
  max-width: 540px;
  margin-top: 18px;
  font-size: 1.08rem;
}

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

.hero-art {
  position: relative;
  min-height: 720px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
}

.hero-orb-a {
  top: 48px;
  right: 18px;
  width: 230px;
  height: 230px;
  background: #ffd80c;
}

.hero-orb-b {
  left: 6px;
  bottom: 64px;
  width: 160px;
  height: 160px;
  background: #09a53e;
}

.hero-shot {
  position: absolute;
  background: #ffffff;
  border: 4px solid #121212;
  box-shadow: 0 20px 0 rgba(18, 18, 18, 0.08);
}

.hero-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-shot-main {
  top: 32px;
  right: 54px;
  width: min(370px, 82%);
  border-radius: 44px;
  transform: rotate(6deg);
  overflow: hidden;
}

.hero-shot-logo {
  left: 13px;
  bottom: 0;
  width: 200px;
  padding: 0;
  background: transparent;
  transform: rotate(-10deg);
  border: 0;
  box-shadow: none;
}

.hero-shot-logo img {
  border-radius: 0;
}

.green-divider {
  overflow: hidden;
  padding: 14px 0;
  background: #09a53e;
  color: #ffffff;
}

.ticker {
  display: flex;
  gap: 34px;
  white-space: nowrap;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  animation: ticker-slide 24s linear infinite;
}

.home-story {
  padding: 64px 0 60px;
}

.story-label,
.accent-eyebrow {
  margin-bottom: 14px;
  color: #7d766d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

.story-copy h2,
.accent-copy h2,
.closing-top h2 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.story-copy p,
.accent-copy p {
  max-width: 54ch;
  margin-top: 18px;
  font-size: 1.04rem;
}

.story-list {
  border-top: 2px solid rgba(15, 15, 15, 0.08);
}

.story-line {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 2px solid rgba(15, 15, 15, 0.08);
}

.story-line span {
  color: #09a53e;
  font-size: 1rem;
  font-weight: 800;
}

.story-line h3 {
  margin-bottom: 8px;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.accent-band {
  margin: 20px 0 0;
  padding: 54px 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 24%),
    radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.14), transparent 20%),
    #09a53e;
}

.accent-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
  gap: 42px;
  align-items: center;
}

.accent-copy {
  color: #ffffff;
}

.accent-copy .accent-eyebrow,
.accent-copy p,
.accent-copy h2 {
  color: #ffffff;
}

.accent-visual {
  justify-self: center;
  width: min(380px, 100%);
  padding: 10px;
  border: 4px solid #121212;
  border-radius: 46px;
  background: #ffffff;
  transform: rotate(-6deg);
  box-shadow: 0 20px 0 rgba(18, 18, 18, 0.08);
}

.accent-visual img {
  display: block;
  width: 100%;
  border-radius: 34px;
}

.home-footer {
  margin-top: 0;
  padding: 52px 0 24px;
  background: #ffffff;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) repeat(3, minmax(0, 0.7fr));
  gap: 34px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.home-footer-brand {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: start;
}

.home-footer-brand img {
  width: 76px;
  height: 76px;
  border-radius: 22px;
}

.home-footer-brand h3,
.home-footer-col .footer-title {
  color: #111111;
}

.home-footer-brand h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.home-footer-brand p {
  margin-top: 6px;
  color: #6c6a68;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.home-footer-col .footer-title {
  margin-bottom: 14px;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: none;
}

.home-footer-links {
  display: grid;
  gap: 12px;
}

.home-footer-links a {
  font-size: clamp(0.96rem, 1.35vw, 1.12rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #111111;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.home-footer-links a:hover {
  color: #09a53e;
}

.closing-wrap {
  padding: 66px 0 116px;
  background: #ffffff;
}

.closing-top {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: start;
}

.closing-top img {
  width: 120px;
  height: 120px;
  border-radius: 36px;
  transform: rotate(-8deg);
}

.closing-top h2 {
  max-width: 13ch;
}

.closing-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

@keyframes ticker-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

@media (max-width: 1080px) {
  .hero-burst,
  .story-grid,
  .accent-band-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .story-copy h2,
  .accent-copy h2,
  .closing-top h2 {
    max-width: none;
  }

  .hero-art {
    min-height: 640px;
  }

  .accent-visual {
    justify-self: start;
  }

  .home-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .home-page {
    padding-top: 10px;
  }

  .hero-burst {
    gap: 18px;
    padding-top: 14px;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
  }

  .home-header .nav-links {
    background: #09a53e;
  }

  .hero-art {
    min-height: 480px;
  }

  .hero-shot-main {
    right: 14px;
    width: min(280px, 78%);
  }

  .hero-shot-logo {
    left: 6px;
    width: 122px;
  }

  .hero-orb-a {
    width: 160px;
    height: 160px;
  }

  .hero-orb-b {
    width: 110px;
    height: 110px;
  }

  .story-line,
  .closing-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .closing-top img {
    width: 88px;
    height: 88px;
    border-radius: 24px;
  }

  .home-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-footer-brand {
    grid-template-columns: 64px 1fr;
    gap: 14px;
  }

  .home-footer-brand img {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }
}
