:root {
  --s42-home-ink: #0c0c0e;
  --s42-home-paper: #ffffff;
  --s42-home-soft: #f3f3f0;
  --s42-home-line: rgba(12, 12, 14, 0.13);
  --s42-home-muted: #68686f;
  --s42-home-orange: #e5662f;
  --s42-home-green: #1e7f6d;
  --s42-home-yellow: #f2b134;
}

html {
  scroll-behavior: smooth;
}

body.s42-premium-home {
  display: flex;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--s42-home-ink);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: var(--s42-home-paper);
}

.s42-premium-home .s42-container {
  width: 100%;
  max-width: 1360px;
  padding-right: 36px;
  padding-left: 36px;
}

.s42-home-main {
  width: 100%;
  min-width: 0;
  overflow: clip;
}

.s42-home-page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1080;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.s42-home-page-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--s42-home-orange);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

/* Hero */
.s42-home-hero {
  --home-copy-opacity: 1;
  --home-copy-y: 0px;
  --home-media-scale: 1.025;
  position: relative;
  height: min(780px, calc(100svh - 24px));
  min-height: 680px;
  max-height: 780px;
  overflow: hidden;
  color: #fff;
  background: #0a0a0b;
  isolation: isolate;
}

.s42-home-hero::before,
.s42-home-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.s42-home-hero::before {
  background: rgba(0, 0, 0, 0.23);
}

.s42-home-hero::after {
  right: auto;
  width: 58%;
  background: rgba(0, 0, 0, 0.4);
}

.s42-home-hero-media {
  --home-pointer-x: 0px;
  --home-pointer-y: 0px;
  --home-scroll-y: 0px;
  position: absolute;
  inset: -18px;
  z-index: 0;
  transform: translate3d(var(--home-pointer-x), calc(var(--home-pointer-y) + var(--home-scroll-y)), 0) scale(var(--home-media-scale));
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
  will-change: transform;
}

.s42-home-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.s42-home-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 70px;
}

.s42-home-hero-copy {
  width: min(620px, 53%);
  opacity: var(--home-copy-opacity);
  transform: translate3d(0, var(--home-copy-y), 0);
  will-change: opacity, transform;
}

.s42-premium-home.has-home-motion .s42-home-hero-line,
.s42-premium-home.has-home-motion .s42-home-tagline,
.s42-premium-home.has-home-motion .s42-home-intro,
.s42-premium-home.has-home-motion .s42-home-actions {
  opacity: 0;
  animation: s42-home-hero-enter 700ms cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
}

.s42-premium-home.has-home-motion .s42-home-hero h1 {
  animation-delay: 80ms;
}

.s42-premium-home.has-home-motion .s42-home-tagline {
  animation-delay: 160ms;
}

.s42-premium-home.has-home-motion .s42-home-intro {
  animation-delay: 240ms;
}

.s42-premium-home.has-home-motion .s42-home-actions {
  animation-delay: 320ms;
}

@keyframes s42-home-hero-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.s42-home-kicker,
.s42-home-section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.s42-home-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.s42-home-kicker span {
  width: 32px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--s42-home-orange);
}

.s42-home-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 82px;
  font-weight: 590;
  line-height: 0.98;
  letter-spacing: 0;
}

.s42-home-tagline {
  max-width: 590px;
  margin: 28px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.s42-home-intro {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.s42-home-actions,
.s42-home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.s42-home-actions {
  margin-top: 30px;
}

.s42-home-actions .btn,
.s42-home-final-actions .btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 6px;
  padding: 11px 19px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.s42-home-primary-action {
  border: 1px solid #fff;
  color: var(--s42-home-ink);
  background: #fff;
}

.s42-home-primary-action:hover,
.s42-home-primary-action:focus-visible {
  border-color: #e7e7e7;
  color: var(--s42-home-ink);
  background: #e7e7e7;
  transform: translateY(-2px);
}

.s42-home-secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #fff;
  background: rgba(8, 8, 9, 0.24);
  backdrop-filter: blur(8px);
}

.s42-home-secondary-action:hover,
.s42-home-secondary-action:focus-visible {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.s42-home-scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.s42-home-scroll-cue i {
  color: var(--s42-home-orange);
}

.s42-home-scroll-cue:hover,
.s42-home-scroll-cue:focus-visible {
  color: #fff;
}

/* Scroll-driven product showcase */
.s42-home-showcase {
  position: relative;
  height: calc(100vh + (var(--showcase-count) * 62vh));
  min-height: 1180px;
  color: var(--s42-home-ink);
  background: var(--s42-home-soft);
}

.s42-home-showcase-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  height: 100vh;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  padding: 100px 0 54px;
}

.s42-home-showcase-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: center;
}

.s42-home-showcase-copy h2 {
  max-width: 650px;
  margin: 0 0 38px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 45px;
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: 0;
}

.s42-home-showcase-nav {
  border-bottom: 1px solid var(--s42-home-line);
}

.s42-home-showcase-nav-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  border-top: 1px solid var(--s42-home-line);
}

.s42-home-showcase-nav-item::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--s42-home-orange);
  content: "";
  transition: width 500ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.s42-home-showcase-nav-item.is-active::before {
  width: 100%;
}

.s42-home-showcase-nav-item button {
  display: grid;
  width: 100%;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0 10px;
  border: 0;
  padding: 17px 0;
  color: #77777d;
  background: transparent;
  text-align: left;
}

.s42-home-showcase-nav-item button > span {
  grid-row: 1 / span 2;
  color: #929298;
  font-size: 11px;
  font-weight: 650;
}

.s42-home-showcase-nav-item button strong {
  font-size: 17px;
  font-weight: 620;
  line-height: 1.25;
}

.s42-home-showcase-nav-item button small {
  max-height: 0;
  overflow: hidden;
  color: var(--s42-home-muted);
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  transition: max-height 420ms ease, margin-top 420ms ease, opacity 280ms ease;
}

.s42-home-showcase-nav-item.is-active button,
.s42-home-showcase-nav-item button:hover,
.s42-home-showcase-nav-item button:focus-visible {
  color: var(--s42-home-ink);
}

.s42-home-showcase-nav-item.is-active button small {
  max-height: 58px;
  margin-top: 7px;
  opacity: 1;
}

.s42-home-showcase-nav-item button:focus-visible,
.s42-home-showcase-nav-item > a:focus-visible {
  outline: 2px solid var(--s42-home-orange);
  outline-offset: 3px;
}

.s42-home-showcase-nav-item > a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #85858a;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.s42-home-showcase-nav-item.is-active > a,
.s42-home-showcase-nav-item > a:hover {
  border-color: var(--s42-home-line);
  color: var(--s42-home-ink);
  transform: translate(2px, -2px);
}

.s42-home-showcase-visual {
  --showcase-rotate-x: 0deg;
  --showcase-rotate-y: 0deg;
  min-width: 0;
  perspective: 1400px;
}

.s42-home-showcase-screen {
  position: relative;
  aspect-ratio: 812 / 520;
  overflow: hidden;
  border: 1px solid rgba(12, 12, 14, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 38px 80px rgba(12, 12, 14, 0.2), 0 10px 26px rgba(12, 12, 14, 0.1);
  transform: rotateX(var(--showcase-rotate-x)) rotateY(var(--showcase-rotate-y));
  transform-style: preserve-3d;
  transition: transform 380ms cubic-bezier(0.2, 0.75, 0.2, 1);
  will-change: transform;
}

.s42-home-showcase-screenbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  display: flex;
  height: 42px;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--s42-home-line);
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.s42-home-showcase-screenbar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6c6c9;
}

.s42-home-showcase-screenbar span:first-child {
  background: var(--s42-home-orange);
}

.s42-home-showcase-screenbar strong {
  margin-left: 8px;
  color: #77777d;
  font-size: 10px;
  font-weight: 650;
}

.s42-home-showcase-frame {
  position: absolute;
  inset: 42px 0 0;
  margin: 0;
  opacity: 0;
  transform: translate3d(0, 42px, -100px) scale(0.94);
  clip-path: inset(7% 7% 7% 7%);
  transition: opacity 480ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1), clip-path 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
  pointer-events: none;
}

.s42-home-showcase-frame.is-active {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: inset(0);
}

.s42-home-showcase-frame.is-before {
  transform: translate3d(0, -28px, -70px) scale(0.97);
}

.s42-home-showcase-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s42-home-showcase-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  color: #77777d;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.s42-home-showcase-caption > span:first-child {
  color: var(--s42-home-orange);
  font-size: 13px;
}

.s42-home-showcase-track {
  position: absolute;
  inset: 24vh auto 0 0;
  z-index: 0;
  width: 2px;
  pointer-events: none;
}

.s42-home-showcase-track > span {
  display: block;
  height: 62vh;
}

/* Catalogue */
.s42-home-tools-section {
  padding: 112px 0 124px;
  background: #fff;
}

.s42-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.55fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 46px;
}

.s42-home-section-kicker {
  margin-bottom: 14px;
  color: var(--s42-home-green);
}

.s42-home-section-head h2,
.s42-home-private h2,
.s42-home-final h2 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 52px;
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: 0;
}

.s42-home-section-head > p {
  margin: 0 0 5px;
  color: var(--s42-home-muted);
  font-size: 14px;
  line-height: 1.65;
}

.s42-home-category-tabs {
  display: flex;
  gap: 28px;
  max-width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid var(--s42-home-line);
  scrollbar-width: none;
}

.s42-home-category-tabs::-webkit-scrollbar {
  display: none;
}

.s42-home-category-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-height: 48px;
  border: 0;
  padding: 0 0 12px;
  color: #78787e;
  background: transparent;
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0;
  white-space: nowrap;
}

.s42-home-category-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.s42-home-category-tabs button:hover,
.s42-home-category-tabs button:focus-visible,
.s42-home-category-tabs button.is-active {
  color: var(--s42-home-ink);
}

.s42-home-category-tabs button.is-active::after {
  background: var(--s42-home-ink);
}

.s42-home-category-tabs button:focus-visible {
  outline: 2px solid var(--s42-home-orange);
  outline-offset: 3px;
}

.s42-home-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.s42-home-tool {
  --tool-lift: 0px;
  --tool-reveal-y: 0px;
  --tool-rotate-x: 0deg;
  --tool-rotate-y: 0deg;
  --tool-image-x: 0px;
  --tool-image-y: 0px;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--s42-home-line);
  border-radius: 6px;
  color: var(--s42-home-ink);
  background: #fff;
  text-decoration: none;
  transform: perspective(1200px) translate3d(0, calc(var(--tool-lift) + var(--tool-reveal-y)), 0) rotateX(var(--tool-rotate-x)) rotateY(var(--tool-rotate-y));
  transform-style: preserve-3d;
  transition: border-color 180ms ease, box-shadow 220ms ease, transform 240ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 500ms ease;
  will-change: transform;
}

.s42-home-tool::after {
  position: absolute;
  z-index: 3;
  top: -35%;
  bottom: -35%;
  left: -62%;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.1) 70%, transparent 100%);
  content: "";
  opacity: 0;
  transform: skewX(-18deg) translateX(0);
}

.s42-home-tool.is-shining::after {
  animation: s42-tool-shine 820ms cubic-bezier(0.22, 0.72, 0.28, 1);
}

.s42-home-tool.is-shining {
  animation: s42-tool-glow 820ms ease-out;
}

@keyframes s42-tool-shine {
  0% {
    opacity: 0;
    transform: skewX(-18deg) translateX(0);
  }
  16% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: skewX(-18deg) translateX(430%);
  }
}

@keyframes s42-tool-glow {
  0%, 100% {
    border-color: var(--s42-home-line);
    box-shadow: none;
  }
  46% {
    border-color: rgba(229, 102, 47, 0.34);
    box-shadow: 0 14px 34px rgba(12, 12, 14, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.72);
  }
}

a.s42-home-tool:hover,
a.s42-home-tool:focus-visible {
  --tool-lift: -6px;
  border-color: rgba(12, 12, 14, 0.35);
  color: var(--s42-home-ink);
  box-shadow: 0 22px 52px rgba(12, 12, 14, 0.11);
}

a.s42-home-tool:focus-visible {
  outline: 3px solid rgba(229, 102, 47, 0.55);
  outline-offset: 3px;
}

.s42-home-tool.is-filtered {
  display: none;
}

.s42-tool-preview {
  position: relative;
  aspect-ratio: 406 / 231;
  overflow: hidden;
  border-bottom: 1px solid var(--s42-home-line);
  background: #efefec;
}

.s42-tool-preview > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s42-tool-preview-fallback {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  color: #6b6b70;
  background: #eeeeeb;
}

.s42-tool-preview-fallback i {
  color: var(--s42-home-green);
  font-size: 36px;
}

.s42-tool-preview-fallback span {
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.s42-home-tool-meta {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 16px 16px 15px;
}

.s42-home-tool-overline {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  color: #78787e;
  font-size: 10px;
  font-weight: 680;
  text-transform: uppercase;
}

.s42-home-tool-overline > span:first-child {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.s42-home-tool-overline > span:first-child i {
  color: var(--s42-home-green);
  font-size: 13px;
}

.s42-home-tool-overline .s42-beta-badge {
  margin: 0;
}

.s42-home-tool h3 {
  margin: 0;
  color: var(--s42-home-ink);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: 0;
}

.s42-home-tool-meta > p {
  margin: 8px 0 14px;
  color: var(--s42-home-muted);
  font-size: 12.5px;
  line-height: 1.48;
}

.s42-home-tool-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  border-top: 1px solid var(--s42-home-line);
  padding-top: 11px;
  color: #3b3b40;
  font-size: 12px;
  font-weight: 650;
}

.s42-home-tool .s42-home-tool-action i {
  color: var(--s42-home-orange);
}

.s42-home-no-filter-results,
.s42-home-empty-state {
  margin: 0;
  color: var(--s42-home-muted);
}

.s42-home-empty-state {
  border-top: 1px solid var(--s42-home-line);
  border-bottom: 1px solid var(--s42-home-line);
  padding: 64px 0;
  text-align: center;
}

.s42-home-empty-state > i {
  margin-bottom: 16px;
  color: var(--s42-home-green);
  font-size: 34px;
}

.s42-home-empty-state h3 {
  margin: 0 0 8px;
}

/* Private editorial section */
.s42-home-private {
  padding: 120px 0 116px;
  color: #fff;
  background: var(--s42-home-ink);
}

.s42-home-private .s42-home-section-kicker {
  color: var(--s42-home-yellow);
}

.s42-home-private-head {
  display: grid;
  grid-template-columns: minmax(200px, 0.5fr) minmax(0, 1.5fr);
  gap: 64px;
  align-items: start;
}

.s42-home-private-head h2 {
  max-width: 820px;
  color: #fff;
}

.s42-home-private-head > div > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.7;
}

.s42-home-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 84px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.s42-home-principles article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 32px 30px 0 0;
}

.s42-home-principles article:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 30px;
}

.s42-home-principles article > span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  font-weight: 650;
}

.s42-home-principles article i {
  margin-bottom: 22px;
  color: var(--s42-home-orange);
  font-size: 22px;
}

.s42-home-principles article:nth-child(2) i {
  color: var(--s42-home-green);
}

.s42-home-principles article:nth-child(3) i {
  color: var(--s42-home-yellow);
}

.s42-home-principles h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 620;
  letter-spacing: 0;
}

.s42-home-principles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.65;
}

/* Final call to action */
.s42-home-final {
  padding: 96px 0;
  background: var(--s42-home-soft);
}

.s42-home-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: end;
}

.s42-home-final .s42-home-section-kicker {
  color: var(--s42-home-orange);
}

.s42-home-final h2 {
  max-width: 850px;
  font-size: 46px;
}

.s42-home-final-actions {
  justify-content: flex-end;
}

.s42-home-final-primary {
  border: 1px solid var(--s42-home-ink);
  color: #fff;
  background: var(--s42-home-ink);
}

.s42-home-final-primary:hover,
.s42-home-final-primary:focus-visible {
  border-color: #29292d;
  color: #fff;
  background: #29292d;
  transform: translateY(-2px);
}

.s42-home-final-secondary {
  border: 1px solid rgba(12, 12, 14, 0.22);
  color: var(--s42-home-ink);
  background: transparent;
}

.s42-home-final-secondary:hover,
.s42-home-final-secondary:focus-visible {
  border-color: var(--s42-home-ink);
  color: var(--s42-home-ink);
  background: #fff;
  transform: translateY(-2px);
}

/* Progressive enhancement */
.s42-premium-home.has-home-motion [data-home-reveal]:not([data-home-tilt]) {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.s42-premium-home.has-home-motion [data-home-reveal]:not([data-home-tilt]).is-visible {
  opacity: 1;
  transform: translateY(0);
}

.s42-premium-home.has-home-motion [data-home-tilt][data-home-reveal] {
  --tool-reveal-y: 22px;
  opacity: 0;
}

.s42-premium-home.has-home-motion [data-home-tilt][data-home-reveal].is-visible {
  --tool-reveal-y: 0px;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .s42-home-hero h1 {
    font-size: 72px;
  }

  .s42-home-tagline {
    font-size: 28px;
  }

  .s42-home-hero::after {
    width: 64%;
  }

  .s42-home-hero-media img {
    object-position: 57% center;
  }

  .s42-home-showcase-layout {
    grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1.22fr);
    gap: 52px;
  }

  .s42-home-showcase-copy h2 {
    font-size: 40px;
  }

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

}

@media (max-width: 991.98px) {
  .s42-premium-home .s42-container {
    padding-right: 28px;
    padding-left: 28px;
  }

  .s42-home-hero {
    min-height: 700px;
  }

  .s42-home-hero::after {
    width: 72%;
    background: rgba(0, 0, 0, 0.48);
  }

  .s42-home-hero-media img {
    object-position: 62% center;
  }

  .s42-home-hero-copy {
    width: min(570px, 62%);
  }

  .s42-home-hero h1 {
    font-size: 64px;
  }

  .s42-home-tagline {
    font-size: 26px;
  }

  .s42-home-showcase {
    height: auto;
    min-height: 0;
    padding: 94px 0 102px;
  }

  .s42-home-showcase-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .s42-home-showcase-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
  }

  .s42-home-showcase-copy h2 {
    max-width: 720px;
    font-size: 44px;
  }

  .s42-home-showcase-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 0;
  }

  .s42-home-showcase-nav-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    border-bottom: 1px solid var(--s42-home-line);
  }

  .s42-home-showcase-nav-item:not(:first-child) {
    padding-left: 16px;
  }

  .s42-home-showcase-nav-item button {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .s42-home-showcase-nav-item button small {
    display: none;
  }

  .s42-home-showcase-track {
    display: none;
  }

  .s42-home-section-head,
  .s42-home-private-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .s42-home-section-head h2,
  .s42-home-private h2 {
    font-size: 44px;
  }

  .s42-home-section-head > p {
    max-width: 560px;
  }

  .s42-home-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s42-home-private-head > .s42-home-section-kicker {
    margin-bottom: 0;
  }

  .s42-home-principles {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .s42-home-principles article,
  .s42-home-principles article:not(:first-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    padding: 28px 0;
  }

  .s42-home-principles article:last-child {
    border-bottom: 0;
  }

  .s42-home-final-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .s42-home-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .s42-premium-home .s42-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .s42-home-hero {
    height: 760px;
    min-height: 700px;
    max-height: 760px;
  }

  .s42-home-hero::before {
    background: rgba(0, 0, 0, 0.4);
  }

  .s42-home-hero::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .s42-home-hero-media {
    inset: -10px;
  }

  .s42-home-hero-media img {
    object-position: 67% center;
  }

  .s42-home-hero-content {
    align-items: flex-start;
    padding-top: 132px;
    padding-bottom: 82px;
  }

  .s42-home-hero-copy {
    width: 100%;
    max-width: 520px;
  }

  .s42-home-kicker {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .s42-home-hero h1 {
    font-size: 52px;
  }

  .s42-home-tagline {
    max-width: 430px;
    margin-top: 22px;
    font-size: 25px;
  }

  .s42-home-intro {
    max-width: 440px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.58;
  }

  .s42-home-actions {
    margin-top: 25px;
  }

  .s42-home-actions .btn {
    flex: 1 1 180px;
  }

  .s42-home-showcase {
    padding: 76px 0 82px;
  }

  .s42-home-showcase-layout {
    gap: 36px;
  }

  .s42-home-showcase-copy h2 {
    margin-bottom: 28px;
    font-size: 38px;
    line-height: 1.12;
  }

  .s42-home-showcase-nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .s42-home-showcase-nav-item:not(:first-child) {
    padding-left: 0;
  }

  .s42-home-showcase-nav-item button small {
    display: block;
  }

  .s42-home-showcase-screen {
    aspect-ratio: 812 / 560;
  }

  .s42-home-showcase-caption {
    align-items: flex-start;
  }

  .s42-home-tools-section {
    padding: 78px 0 88px;
  }

  .s42-home-section-head {
    margin-bottom: 32px;
  }

  .s42-home-section-head h2,
  .s42-home-private h2 {
    font-size: 38px;
    line-height: 1.12;
  }

  .s42-home-category-tabs {
    gap: 22px;
    margin-right: -20px;
    margin-bottom: 24px;
    padding-right: 20px;
  }

  .s42-home-tool-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .s42-home-tool {
    min-height: 0;
  }

  .s42-home-tool-meta {
    min-height: 190px;
    padding: 18px 18px 17px;
  }

  .s42-home-private {
    padding: 82px 0 76px;
  }

  .s42-home-principles {
    margin-top: 48px;
  }

  .s42-home-final {
    padding: 72px 0;
  }

  .s42-home-final h2 {
    font-size: 38px;
  }
}

@media (max-width: 479.98px) {
  .s42-home-hero-content {
    padding-top: 118px;
  }

  .s42-home-hero h1 {
    font-size: 48px;
  }

  .s42-home-tagline {
    font-size: 23px;
  }

  .s42-home-showcase-copy h2 {
    font-size: 34px;
  }

  .s42-home-actions {
    flex-direction: column;
  }

  .s42-home-actions .btn {
    width: 100%;
    min-height: 46px;
    flex: 0 0 auto;
  }

  .s42-home-section-head h2,
  .s42-home-private h2,
  .s42-home-final h2 {
    font-size: 34px;
  }

  .s42-home-tool h3 {
    font-size: 19px;
  }

  .s42-home-final-actions {
    flex-direction: column;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .s42-home-hero-media,
  .s42-home-tool,
  .s42-home-tool::after,
  .s42-tool-preview > img,
  .s42-home-showcase-screen,
  .s42-home-showcase-frame,
  .s42-home-showcase-nav-item::before,
  .s42-home-actions .btn,
  .s42-home-final-actions .btn,
  .s42-premium-home.has-home-motion [data-home-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .s42-home-tool::after,
  .s42-home-tool.is-shining::after {
    opacity: 0;
    animation: none;
  }

  .s42-home-tool.is-shining {
    animation: none;
  }
}
