.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(880px, 92svh);
  display: flex;
  align-items: flex-end;
  padding-block: 150px 82px;
  border-bottom: 1px solid var(--line);
}

.home-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--bg);
}

.home-hero__media picture {
  display: contents;
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 33%;
  filter: grayscale(1) contrast(1.08) brightness(0.67);
  opacity: 0.52;
}

.home-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 11, 0.98) 0%, rgba(10, 10, 11, 0.9) 38%, rgba(10, 10, 11, 0.3) 75%),
    linear-gradient(180deg, rgba(10, 10, 11, 0.3), var(--bg) 100%);
  content: "";
}

.home-hero__content {
  max-width: 890px;
}

.home-hero__kicker,
.home-section__kicker,
.case-feature__eyebrow,
.contact-intro__kicker {
  margin-bottom: 18px;
  color: var(--lila-bright);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.home-hero h1 {
  max-width: 14ch;
  font-family: var(--serif);
  font-size: clamp(58px, 7.2vw, 104px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-wrap: balance;
}

.home-hero h1 em {
  color: var(--lila-bright);
  font-style: italic;
}

.home-hero__lead {
  max-width: 66ch;
  margin-top: 26px;
  color: rgba(245, 241, 232, 0.76);
  font-size: clamp(17px, 1.75vw, 20px);
  line-height: 1.55;
  text-wrap: pretty;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 34px;
}

.home-hero__secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  color: var(--paper);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(168, 159, 240, 0.45);
  text-underline-offset: 7px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.home-hero__secondary:hover {
  color: var(--lila-bright);
  text-decoration-color: currentColor;
}

.home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 28px;
  color: rgba(245, 241, 232, 0.58);
  font-size: 12px;
  list-style: none;
}

.home-hero__proof li + li::before {
  margin-right: 18px;
  color: rgba(245, 241, 232, 0.25);
  content: "·";
}

.home-trust {
  border-bottom: 1px solid var(--line);
  background: var(--bg-raised);
}

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

.home-trust__item {
  min-width: 0;
  padding: 28px clamp(18px, 2.5vw, 32px);
  border-right: 1px solid var(--line);
}

.home-trust__item:first-child {
  padding-left: 0;
}

.home-trust__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.home-trust__item strong {
  display: block;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1;
}

.home-trust__item span {
  display: block;
  margin-top: 8px;
  color: var(--paper-faint);
  font-size: 12px;
  line-height: 1.45;
}

.home-trust__note {
  padding-block: 18px;
  border-top: 1px solid var(--line);
  color: var(--paper-muted);
  font-size: 14px;
  text-align: center;
}

.home-section {
  padding-block: var(--section);
  border-bottom: 1px solid var(--line);
}

.home-section.is-paper {
  border-color: rgba(26, 26, 24, 0.12);
  background: var(--paper);
  color: var(--ink);
}

.home-section.is-raised {
  background: var(--bg-raised);
}

.home-section__head {
  max-width: 780px;
  margin-bottom: clamp(44px, 6vw, 72px);
}

.home-section__head h2,
.case-feature__copy h2,
.contact-intro h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5.4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-wrap: balance;
}

.home-section__head p {
  max-width: 65ch;
  margin-top: 20px;
  color: var(--paper-muted);
  font-size: 17px;
  text-wrap: pretty;
}

.is-paper .home-section__head p {
  color: #65635e;
}

.moment-list {
  border-top: 1px solid var(--line);
}

.is-paper .moment-list {
  border-color: rgba(26, 26, 24, 0.13);
}

.moment-route {
  display: grid;
  align-items: start;
  gap: 30px;
  min-height: 190px;
  padding-block: 34px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 58px minmax(220px, 0.7fr) minmax(0, 1.2fr) auto;
}

.is-paper .moment-route {
  border-color: rgba(26, 26, 24, 0.13);
}

.moment-route__number {
  color: var(--lila-dark);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.moment-route h3 {
  font-family: var(--serif);
  font-size: clamp(31px, 3.6vw, 46px);
  font-weight: 400;
  line-height: 1.03;
}

.moment-route p {
  max-width: 55ch;
  color: #65635e;
  font-size: 15px;
}

.moment-route__action,
.editorial-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--lila-dark);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 180ms ease;
}

.moment-route__action:hover,
.editorial-link:hover {
  transform: translateX(4px);
}

.editorial-note .editorial-link {
  color: var(--lila);
}

.case-feature {
  display: grid;
  align-items: center;
  gap: clamp(46px, 8vw, 104px);
  grid-template-columns: minmax(440px, 1.15fr) minmax(0, 0.85fr);
}

.case-feature__media {
  overflow: hidden;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0e0e10;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.case-feature__media img {
  width: 100%;
  border-radius: 5px;
}

.case-feature__copy > p {
  max-width: 60ch;
  margin-top: 20px;
  color: var(--paper-muted);
}

.case-feature__result {
  margin-top: 26px;
  padding: 22px 0 2px 22px;
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--lila);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(23px, 2.8vw, 32px);
  line-height: 1.25;
}

.case-feature__link {
  margin-top: 28px;
}

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

.project-card {
  display: block;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 26, 24, 0.14);
  color: var(--ink);
}

.project-card__media {
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #e5dfd2;
}

.project-card__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(0.74) saturate(0.68);
  transition: filter 280ms ease, transform 500ms var(--ease);
}

.project-card:hover img {
  filter: grayscale(0.12) saturate(0.86);
  transform: scale(1.025);
}

.project-card h3 {
  font-family: var(--serif);
  font-size: clamp(29px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.05;
}

.project-card p {
  max-width: 54ch;
  margin-top: 10px;
  color: #65635e;
  font-size: 14px;
}

.project-card strong {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  color: var(--lila-dark);
  font-size: 13px;
}

.process-list {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
  min-width: 0;
  padding: 28px clamp(20px, 2.6vw, 32px) 10px;
  border-right: 1px solid var(--line);
}

.process-step:first-child {
  padding-left: 0;
}

.process-step:last-child {
  padding-right: 0;
  border-right: 0;
}

.process-step > span {
  display: block;
  margin-bottom: 28px;
  color: var(--lila-bright);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.process-step h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.process-step p {
  margin-top: 12px;
  color: var(--paper-muted);
  font-size: 14px;
}

.price-list {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-item {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 34px clamp(24px, 4vw, 46px) 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-item:nth-child(even) {
  border-right: 0;
}

.price-item:nth-child(odd) {
  padding-left: 0;
}

.price-item h3 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.7vw, 42px);
  font-weight: 400;
}

.price-item__price {
  margin-top: 8px;
  color: var(--lila-bright);
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.price-item p {
  max-width: 55ch;
  margin-top: 22px;
  color: var(--paper-muted);
  font-size: 14px;
}

.price-item .editorial-link {
  margin-top: auto;
  padding-top: 24px;
  color: var(--lila-bright);
}

.secondary-paths {
  display: grid;
  border-top: 1px solid rgba(26, 26, 24, 0.13);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.secondary-path {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px clamp(20px, 3vw, 34px);
  border-right: 1px solid rgba(26, 26, 24, 0.13);
  color: var(--ink);
}

.secondary-path:first-child {
  padding-left: 0;
}

.secondary-path:last-child {
  padding-right: 0;
  border-right: 0;
}

.secondary-path span {
  color: var(--lila-dark);
  font-size: 12px;
}

.secondary-path h3 {
  max-width: 16ch;
  font-family: var(--serif);
  font-size: clamp(28px, 3.3vw, 38px);
  font-weight: 400;
  line-height: 1.06;
}

.secondary-path strong {
  font-size: 13px;
  font-weight: 600;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding-block: var(--section);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.contact-layout {
  display: grid;
  align-items: start;
  gap: clamp(52px, 8vw, 104px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr);
}

.contact-intro {
  position: sticky;
  top: 112px;
}

.contact-intro p {
  max-width: 51ch;
  margin-top: 22px;
  color: var(--paper-muted);
  font-size: 16px;
}

.contact-intro__promise {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--paper) !important;
  font-size: 14px !important;
  font-weight: 600;
}

.contact-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  margin-top: 28px;
}

.contact-channels a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--lila-bright);
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: rgba(168, 159, 240, 0.35);
  text-underline-offset: 5px;
}

.editorial-note {
  display: grid;
  align-items: start;
  gap: 36px;
  padding-block: 48px;
  grid-template-columns: 0.55fr 1.45fr auto;
}

.editorial-note__label {
  color: var(--paper-faint);
  font-size: 11px;
}

.editorial-note p {
  max-width: 72ch;
  color: var(--paper-muted);
  font-size: 13px;
}

.editorial-note time {
  color: var(--paper);
}

@media (max-width: 980px) {
  .home-hero {
    min-height: 820px;
  }

  .case-feature,
  .contact-layout {
    gap: 46px;
    grid-template-columns: 1fr;
  }

  .contact-intro {
    position: static;
  }

  .moment-route {
    grid-template-columns: 52px minmax(190px, 0.72fr) minmax(0, 1fr);
  }

  .moment-route__action {
    grid-column: 2 / -1;
  }

  .process-list,
  .home-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust__item:nth-child(2),
  .process-step:nth-child(2) {
    border-right: 0;
  }

  .home-trust__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .home-trust__item:nth-child(3),
  .process-step:nth-child(3) {
    padding-left: 0;
  }

  .process-step {
    padding-block: 28px;
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: auto;
    align-items: flex-end;
    padding-block: 94px 30px;
  }

  .home-hero__media {
    top: 68px;
    right: 0;
    bottom: auto;
    left: auto;
    width: min(42vw, 170px);
    height: 380px;
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .home-hero__media img {
    object-position: 63% 24%;
    filter: none;
    opacity: 0.44;
  }

  .home-hero__media::after {
    background:
      linear-gradient(90deg, rgba(10, 10, 11, 0.88), rgba(10, 10, 11, 0.18)),
      linear-gradient(180deg, rgba(10, 10, 11, 0.18), rgba(10, 10, 11, 0.74) 100%);
  }

  .home-hero h1 {
    max-width: 13ch;
    font-size: clamp(43px, 11.5vw, 56px);
    line-height: 0.94;
  }

  .home-hero__lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .home-hero__actions {
    gap: 8px;
    margin-top: 22px;
  }

  .home-hero__proof {
    gap: 4px 12px;
    margin-top: 16px;
    font-size: 11px;
  }

  .home-hero__proof li + li::before {
    display: none;
  }

  .moment-route {
    min-height: 0;
    gap: 12px;
    grid-template-columns: 38px 1fr;
  }

  .moment-route h3,
  .moment-route p,
  .moment-route__action {
    grid-column: 2;
  }

  .project-grid,
  .price-list,
  .secondary-paths {
    grid-template-columns: 1fr;
  }

  .price-item,
  .price-item:nth-child(odd),
  .secondary-path,
  .secondary-path:first-child,
  .secondary-path:last-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .is-paper .secondary-path {
    border-color: rgba(26, 26, 24, 0.13);
  }

  .secondary-path {
    gap: 32px;
  }

  .secondary-path h3 {
    max-width: none;
  }

  .editorial-note {
    gap: 14px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .home-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero__kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .home-hero__actions .button,
  .home-hero__secondary {
    width: 100%;
    justify-content: center;
  }

  .home-section .button,
  .editorial-link {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-section .button {
    justify-content: center;
    text-align: center;
  }

  .home-trust__grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .home-trust__item,
  .home-trust__item:first-child,
  .home-trust__item:nth-child(3),
  .home-trust__item:last-child,
  .process-step,
  .process-step:first-child,
  .process-step:nth-child(3),
  .process-step:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-trust__item:last-child,
  .process-step:last-child {
    border-bottom: 0;
  }

  .case-feature__media {
    margin-inline: -10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-card__media img,
  .moment-route__action,
  .editorial-link,
  .home-hero__secondary {
    transition: none;
  }
}
