:root {
  --bg: #fffdf8;
  --text: #28282a;
  --muted: #7a7a80;
  --line: rgba(40, 40, 42, 0.08);
  --hover: #1b46b6;
  --content-width: 1392px;
  --page-padding: 24px;
  --section-gap: 24px;
  --section-left: 566px;
  --section-right: 684px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
}

main {
  padding: 0 10px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
ul {
  margin: 0;
}

.page-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.hero,
.content-section,
.footer-cta,
.site-footer {
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 48px;
}

.brand-logo {
  width: 448.57px;
  height: auto;
  max-width: 48vw;
  aspect-ratio: 448.57 / 205.099;
  object-fit: contain;
  flex: 0 0 auto;
}

.hero-copy {
  display: grid;
  grid-template-columns: 826px 448px;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  position: sticky;
  top: 32px;
  z-index: 10;
  padding-bottom: 10vh;
}

h1 {
  max-width: 826px;
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.065em;
}

.hero-side {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hero-side p,
.content-section__body,
.footer-meta {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  align-self: flex-start;
  min-height: 53px;
  padding: 16px;
  background: var(--text);
  color: var(--bg);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.cta-button:hover,
.cta-button.is-active {
  background: #ef7631;
  box-shadow: 0 16px 30px rgba(239, 118, 49, 0.24);
  transform: translateY(-1px);
}

.cta-arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.image-band {
  position: relative;
}

.image-band--warm {
  height: 965px;
  margin-top: 20vh;
  padding-bottom: 48px;
}

.image-band--cool {
  height: 623px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.image-band__base {
  position: absolute;
  inset: auto auto 48px 0;
  width: 943px;
  height: 527px;
  object-fit: cover;
  z-index: 1;
  will-change: filter, transform;
}

.image-band__noise--top {
  top: 48px;
  left: 0;
  width: 621px;
  height: 242px;
}

.image-band__noise--bottom {
  top: 247px;
  left: 0;
  width: 972px;
  height: 618px;
}

.image-band__noise--full {
  top: 0;
  left: 0;
  width: 943px;
  height: 623px;
}

.content-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.content-section--compact {
  padding-bottom: 72px;
}

.content-section__head,
.footer-cta__head {
  display: grid;
  grid-template-columns: 94px 448px;
  gap: 24px;
  max-width: var(--section-left);
}

.content-section {
  display: flex;
  justify-content: space-between;
  gap: var(--section-gap);
}

.content-section__head {
  flex: 0 0 var(--section-left);
}

.content-section__body {
  flex: 0 0 var(--section-right);
  max-width: var(--section-right);
}

.content-section__body--spaced {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.eyebrow {
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.eyebrow--stacked {
  line-height: 1;
}

.content-section h2,
.footer-question {
  color: var(--muted);
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.content-section__body p+ul,
.content-section__body ul+p {
  margin-top: 24px;
}

.content-section__body ul {
  padding-left: 30px;
}

.content-section__body li+li {
  margin-top: 8px;
}

.content-section__body strong {
  display: block;
  font-weight: 700;
}

.award-logos {
  display: flex;
  gap: 7.828px;
}

.award-logos img {
  width: 165.129px;
  height: 116.089px;
  border-radius: 7.828px;
  object-fit: cover;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.065em;
  transition: color 180ms ease, transform 180ms ease;
  position: relative;
}

.footer-link::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -4px;
  width: 100%;
  height: 4px;
  background-color: var(--text);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-link-arrow {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.footer-link-arrow img {
  width: clamp(1.25rem, -0.5469rem + 5.75vw, 2.6875rem);
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.brand-logo--footer {
  width: 448.57px;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 48px;
}

.footer-meta__label {
  align-self: flex-start;
  padding: 10px;
}

.partner-logos {
  display: flex;
  align-items: end;
  gap: 58px;
  padding: 0 10px;
}

.partner-logos__nectar {
  width: 168px;
  height: 40px;
  object-fit: contain;
}

.partner-logos__anieme {
  display: block;
  width: 149.8547px;
  height: 89px;
  background: #e12621;
  -webkit-mask-image: url("https://www.figma.com/api/mcp/asset/2da695ed-77bf-449d-88a5-137bc88937d8");
  mask-image: url("https://www.figma.com/api/mcp/asset/2da695ed-77bf-449d-88a5-137bc88937d8");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  flex: 0 0 auto;
}

.footer-meta__copyright {
  padding: 10px;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 1200px) {

  .brand-logo,
  .brand-logo--footer {
    width: 320px;
    max-width: 58vw;
  }

  .hero {
    min-height: auto;
    gap: 72px;
  }

  .hero-copy {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  h1 {
    font-size: clamp(44px, 5.6vw, 64px);
    max-width: none;
  }

  .hero-side p,
  .content-section__body,
  .footer-meta {
    font-size: 18px;
  }

  .content-section {
    gap: 48px;
  }

  .content-section__head {
    flex-basis: min(46%, 540px);
  }

  .content-section__head,
  .footer-cta__head {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .content-section__body {
    flex-basis: min(50%, 620px);
  }

  .content-section h2,
  .footer-question {
    font-size: clamp(34px, 3.8vw, 42px);
  }

  .footer-link {
    font-size: clamp(40px, 5vw, 64px);
  }
}

@media (max-width: 900px) {

  .hero,
  .content-section,
  .footer-cta,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 18px;
    padding-bottom: 32px;
    gap: 44px;
  }

  .brand-logo,
  .brand-logo--footer {
    width: min(240px, 68vw);
    max-width: none;
    margin: 0 auto;
  }

  .hero-copy,
  .content-section,
  .footer-cta,
  .site-footer {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    gap: 28px;
    position: static;
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: clamp(40px, 10vw, 56px);
    line-height: 0.96;
  }

  .hero-side {
    gap: 24px;
    max-width: 520px;
  }

  .hero-side p,
  .content-section__body,
  .footer-meta {
    font-size: 16px;
  }

  .image-band--warm {
    height: 650px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 3rem;
    margin-top: 10vh;
  }

  .image-band--cool {
    height: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-band__base {
    left: 0;
    bottom: 20px;
    width: 78vw;
    height: 44vw;
    min-width: 340px;
    min-height: 200px;
  }



  .image-band__noise--top {
    top: 20px;
    width: 46vw;
    height: 130px;
  }

  .image-band__noise--bottom,
  .image-band__noise--full {
    width: 72vw;
    height: calc(100% - 20px);
    top: auto;
    bottom: 0;
  }

  .content-section {
    padding-top: 52px;
    padding-bottom: 52px;
    gap: 24px;
  }

  .content-section__head,
  .footer-cta__head {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    max-width: none;
  }

  .footer-cta__head {
    margin-bottom: 1rem;
  }

  .content-section__body {
    max-width: none;
  }

  .content-section h2,
  .footer-question {
    font-size: clamp(28px, 7vw, 40px);
  }

  .award-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .award-logos img {
    width: 100%;
    height: auto;
    aspect-ratio: 165.129 / 116.089;
  }

  .footer-cta {
    align-items: stretch;
    gap: 12px;
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .footer-link {
    padding-top: 8px;
    font-size: clamp(34px, 8.4vw, 56px);
  }

  .site-footer {
    align-items: flex-start;
    gap: 28px;
  }

  .footer-meta {
    align-items: flex-start;
    gap: 22px;
  }

  .footer-meta__label,
  .footer-meta__copyright,
  .partner-logos {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-logos {
    gap: 28px;
    flex-wrap: wrap;
  }

  .footer-meta__copyright {
    font-size: 18px;
  }

  .partner-logos__nectar,
  .partner-logos__anieme,
  .footer-meta__label,
  .footer-meta__copyright {
    margin: 0 auto;
  }
}