/* Friday feedback pass: additive overrides on top of the locked homepage. */

.after-page {
  background: var(--cream);
}

.approved-wordmark {
  display: inline-flex;
  width: max-content;
  font-family: var(--sans);
  font-size: initial;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.brand-lockup__icon {
  position: relative;
  display: grid;
  flex: none;
  padding-right: 0.16em;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 890;
  letter-spacing: -0.12em;
  line-height: 0.63;
}

.brand-lockup__icon b {
  position: relative;
  width: max-content;
  font-weight: inherit;
}

.brand-lockup__icon i {
  position: absolute;
  right: -0.21em;
  bottom: 0;
  width: 0.15em;
  height: 0.15em;
  background: var(--poppy);
}

.brand-lockup__wordmark {
  font-family: var(--sans);
  font-size: clamp(28px, 2.1vw, 32px);
  font-weight: 720;
  letter-spacing: -0.085em;
  line-height: 0.9;
}

html[data-nav='quiet'] .desktop-nav a {
  font-size: clamp(14px, 1.05vw, 16px);
}

.approved-wordmark--footer .brand-lockup__icon {
  font-size: 18px;
}

.approved-wordmark--footer .brand-lockup__wordmark {
  font-size: 24px;
}

.after-hero {
  width: 100%;
  max-width: none;
}

.after-hero .hero__copy {
  width: min(100%, var(--shell));
  margin: 0 auto;
}

.after-hero .hero__stage {
  min-height: clamp(620px, 74svh, 730px);
}

.after-hero h1 {
  font-size: clamp(58px, 7.15vw, 114px);
  line-height: 0.8;
}

html[data-layout='statement'] .after-hero h1 {
  max-width: 1380px;
  column-gap: 0.15em;
}

.after-hero__support {
  display: grid;
  width: min(100%, 520px);
  max-width: none;
}

.after-hero__support-copy {
  max-width: 44ch;
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.after-page .logo-carousel__track {
  animation-duration: 54s;
}

.after-page .logo-carousel:focus .logo-carousel__track,
.after-page .logo-carousel:focus-within .logo-carousel__track {
  animation-play-state: paused;
}

.after-page .logo-carousel:focus-visible {
  outline: 2px solid var(--poppy);
  outline-offset: -2px;
}

/* Production uses a locked palette, so text never fades through low-contrast
   transition states while the design-lab palette controls initialize. */
.after-page .logo-carousel,
.after-page .contact,
.after-page .contact__body h2 {
  transition: none;
}

.has-js .after-page [data-reveal] {
  opacity: 1;
}

.after-page .photo-carousel__track {
  animation-duration: 78s;
}

.after-page .photo-carousel:focus .photo-carousel__track {
  animation-play-state: paused;
}

.after-page .photo-carousel:focus-visible {
  outline: 2px solid var(--poppy);
  outline-offset: -2px;
}

.photo-carousel--reverse .photo-carousel__track {
  animation-name: photo-marquee-reverse;
}

@keyframes photo-marquee-reverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.experience-index {
  padding: clamp(38px, 4.4vw, 64px) 0;
  border-top: 1px solid var(--light-rule);
  color: var(--cream);
  background: var(--ink);
}

.experience-index__head {
  display: flex;
  padding: 0 var(--page-pad) clamp(22px, 2.4vw, 32px);
  align-items: baseline;
  gap: 16px;
}

.experience-index__head > strong {
  color: var(--poppy);
  font-family: 'Instrument Sans', var(--sans);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.experience-index__rating {
  display: flex;
  margin: 0 0 0 auto;
  align-items: baseline;
  gap: 9px;
}

.experience-index__rating strong {
  color: var(--cream);
  font-family: 'Instrument Sans', var(--sans);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 650;
  letter-spacing: -0.05em;
}

.experience-index__rating span {
  color: rgba(244, 240, 230, 0.6);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-index__head h2 {
  margin: 0;
  font-family: 'Instrument Sans', var(--sans);
  font-size: clamp(21px, 2.3vw, 36px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.experience-index__viewport {
  min-width: 0;
  overflow: hidden;
  border-top: 1px solid var(--light-rule);
  border-bottom: 1px solid var(--light-rule);
}

.experience-index__viewport:focus-visible {
  outline: 2px solid var(--poppy);
  outline-offset: -2px;
}

.experience-index__track {
  display: flex;
  width: max-content;
  animation: experience-index-marquee 160s linear infinite;
  will-change: transform;
}

.after-page .ease__summary {
  padding-top: 0;
  border-top: 0;
}

.after-page .ease__summary a {
  min-width: 190px;
  padding: 15px 17px;
  border: 0;
  color: var(--cream);
  background: var(--ink);
}

.after-page .ease__steps {
  border: 0;
  gap: 12px;
}

.after-page .ease__step {
  display: flex;
  min-height: clamp(230px, 20vw, 300px);
  padding: clamp(24px, 2.6vw, 38px);
  border: 0;
  background: #ded8cc;
  flex-direction: column;
  justify-content: space-between;
}

.after-page .ease__step + .ease__step {
  border: 0;
}

.after-page .ease__step:nth-child(1) {
  color: var(--cream);
  background: var(--ink);
}

.after-page .ease__step:nth-child(2) {
  color: var(--ink);
  background: #ded8cc;
}

.after-page .ease__step:nth-child(3) {
  color: var(--ink);
  background: #c8c1b6;
}

.after-page .ease__number {
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.16em;
  color: var(--poppy);
}

.after-page .ease__step:nth-child(2) .ease__number,
.after-page .ease__step:nth-child(3) .ease__number {
  color: #872612;
}

.after-page .ease__step h3 {
  font-size: clamp(28px, 3vw, 46px);
}

.after-page .ease__step p {
  max-width: 29ch;
  font-size: 12px;
}

.experience-index__viewport:hover .experience-index__track,
.experience-index__viewport:focus .experience-index__track,
.experience-index__viewport:focus-within .experience-index__track {
  animation-play-state: paused;
}

.experience-index__group {
  display: flex;
  flex: none;
  padding: 18px 0;
  align-items: center;
}

.experience-index__name,
.experience-index__separator {
  flex: none;
  white-space: nowrap;
}

.experience-index__name {
  font-family: 'Instrument Sans', var(--sans);
  font-size: clamp(18px, 1.7vw, 27px);
  font-weight: 520;
  letter-spacing: -0.025em;
}

.experience-index__separator {
  padding: 0 clamp(18px, 2vw, 32px);
  color: var(--poppy);
  font-size: clamp(19px, 1.7vw, 27px);
}

@keyframes experience-index-marquee {
  to {
    transform: translateX(-50%);
  }
}

.photo-carousel--reverse .photo-carousel__item:nth-child(1) img {
  object-position: 50% 55%;
}

.photo-carousel--reverse .photo-carousel__item:nth-child(2) img,
.photo-carousel--reverse .photo-carousel__item:nth-child(4) img,
.photo-carousel--reverse .photo-carousel__item:nth-child(5) img,
.photo-carousel--reverse .photo-carousel__item:nth-child(6) img {
  object-position: center;
}

.photo-carousel--reverse .photo-carousel__item:nth-child(3) img {
  object-position: 50% 58%;
}

.formats__header--after {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.formats__header--after > a {
  display: inline-flex;
  min-width: 190px;
  justify-content: space-between;
  padding: 15px 17px;
  border: 0;
  color: var(--cream);
  background: var(--ink);
  font-size: 11px;
  font-weight: 800;
}

.after-page .format-card:nth-child(1) figure img {
  object-position: 50% 59%;
}

.after-page .format-card:nth-child(2) figure img {
  object-position: 50% 51%;
}

.after-page .format-card:nth-child(3) figure img {
  object-position: 50% 60%;
}

.after-page .format-card:nth-child(4) figure img {
  object-position: 50% 45%;
}

.shortlist-capture {
  display: grid;
  padding: clamp(78px, 9vw, 138px) var(--page-pad);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  background: var(--white);
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: end;
  gap: clamp(55px, 9vw, 150px);
}

.shortlist-capture__intro > span,
.shortlist-capture__field > span {
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shortlist-capture__intro > span {
  color: #b23519;
}

.shortlist-capture__intro h2 {
  max-width: 8.5ch;
  margin: 24px 0 22px;
  font-size: clamp(62px, 7.8vw, 122px);
  font-weight: 850;
  letter-spacing: -0.085em;
  line-height: 0.8;
  text-transform: uppercase;
}

.shortlist-capture__intro p {
  max-width: 36ch;
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.shortlist-capture__form {
  display: grid;
  padding-top: 21px;
  border-top: 1px solid var(--ink);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 12px;
}

.shortlist-capture__field {
  display: grid;
  min-width: 0;
  gap: 9px;
}

.shortlist-capture__field > span {
  color: #6f6e6b;
}

.shortlist-capture__field input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 13px;
  border: 1px solid rgba(17, 17, 17, 0.42);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 12px;
}

.shortlist-capture__field input:focus {
  border-color: var(--poppy);
  box-shadow: inset 0 -3px 0 var(--poppy);
}

.shortlist-capture__form button {
  display: flex;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  color: var(--cream);
  background: var(--ink);
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  font-size: 11px;
  font-weight: 780;
  cursor: pointer;
  transition:
    color 140ms ease,
    background 140ms ease;
}

.shortlist-capture__form button:hover {
  color: var(--ink);
  background: var(--poppy);
}

.shortlist-capture__form small {
  color: #666462;
  font-family: var(--condensed);
  font-size: 8px;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
  grid-column: 1 / -1;
}

.after-page .customization {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  background: var(--white);
}

.after-page .customization__copy > p {
  color: rgba(17, 17, 17, 0.62);
}

.after-page .customization__copy .button {
  border-color: var(--ink);
  color: var(--cream);
  background: var(--ink);
}

.after-page .customization__stage {
  border-left: 1px solid var(--ink);
  background:
    linear-gradient(rgba(17, 17, 17, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.065) 1px, transparent 1px), var(--white);
  background-size: 12.5% 12.5%;
}

.after-page .customization__stage::before {
  border-color: var(--poppy);
}

.after-page .brand-shot--detail img {
  object-position: 50% 78%;
}

.after-page .gallery-shot--wide img,
.after-page .gallery-shot--team img {
  object-position: center;
}

.after-page .gallery-shot--portrait img {
  object-position: 54% 50%;
}

.reviews {
  min-width: 0;
  margin: clamp(30px, 3vw, 54px) calc(var(--page-pad) * -1) 0;
  padding: clamp(70px, 8vw, 118px) 0 clamp(74px, 8vw, 122px);
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
  grid-column: 1 / -1;
}

.reviews--standalone {
  margin: 0;
}

.reviews__header {
  display: grid;
  padding: 0 var(--page-pad) clamp(42px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px 48px;
}

.reviews__header > span {
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  grid-column: 1 / -1;
  opacity: 0.62;
}

.reviews__header h2 {
  max-width: 12ch;
  font-size: clamp(50px, 6vw, 94px);
  font-weight: 840;
  letter-spacing: -0.08em;
  line-height: 0.84;
  text-transform: uppercase;
}

.reviews__header p {
  max-width: 34ch;
  padding-top: 15px;
  border-top: 1px solid var(--light-rule);
  color: rgba(244, 240, 230, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.review-wall {
  display: grid;
  gap: 12px;
}

.review-lane {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
}

.review-track {
  display: flex;
  width: max-content;
  animation: review-lane-forward 168s linear infinite;
  will-change: transform;
}

.review-track--reverse {
  animation-name: review-lane-reverse;
  animation-duration: 186s;
}

.review-lane:hover .review-track,
.review-lane:focus .review-track,
.review-lane:focus-within .review-track {
  animation-play-state: paused;
}

.review-group {
  display: flex;
  flex: none;
  align-items: stretch;
  gap: 12px;
  padding-right: 12px;
}

.review-card {
  display: flex;
  width: clamp(330px, 29vw, 430px);
  min-height: 330px;
  margin: 0;
  padding: clamp(24px, 2.3vw, 34px);
  border: 1px solid rgba(244, 240, 230, 0.24);
  background: #171717;
  flex-direction: column;
}

.review-card__stars {
  color: var(--poppy);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.review-card blockquote {
  margin: 24px 0 34px;
  padding: 0;
  border: 0;
  font-family: var(--italic);
  font-size: clamp(21px, 1.8vw, 28px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.review-card figcaption {
  display: grid;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(244, 240, 230, 0.2);
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.review-card__portrait {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(244, 240, 230, 0.24);
  border-radius: 50%;
  filter: grayscale(1);
  object-fit: cover;
}

.review-card__details {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.review-card figcaption strong {
  font-size: 12px;
  font-weight: 760;
}

.review-card figcaption span,
.review-card figcaption em {
  color: rgba(244, 240, 230, 0.58);
  font-family: var(--condensed);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.review-card figcaption em {
  color: #aba8a3;
}

@keyframes review-lane-forward {
  from {
    transform: translateX(0);
  }

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

@keyframes review-lane-reverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.after-page .contact__body h2 {
  max-width: 11ch;
  font-size: clamp(64px, 8.4vw, 132px);
}

@media (max-width: 980px) {
  .after-hero h1 {
    font-size: clamp(56px, 8.1vw, 82px);
  }

  .reviews__header {
    grid-template-columns: 1fr;
  }

  .reviews__header p {
    max-width: 42ch;
  }

  .after-page .customization__stage {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .after-hero .hero__stage {
    min-height: 620px;
  }

  .after-hero .hero__copy {
    padding-top: calc(var(--header-height) + 50px);
  }

  html[data-layout='statement'] .after-hero h1 {
    display: block;
    font-size: clamp(50px, 14.8vw, 68px);
    line-height: 0.82;
  }

  html[data-layout='statement'] .after-hero .hero__line,
  html[data-layout='statement'] .after-hero .hero__script {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  html[data-layout='statement'] .after-hero .hero__script {
    margin: 0.08em 0 0.02em;
    font-size: 0.74em;
  }

  html[data-layout='statement'] .after-hero .hero__line--last {
    text-align: left;
  }

  .after-hero__support {
    margin-top: 36px;
    width: min(100%, 360px);
  }

  .after-hero__support-copy {
    font-size: 16px;
  }

  .photo-carousel--reverse .photo-carousel__item,
  .photo-carousel--reverse .photo-carousel__item--wide {
    width: min(76vw, 330px);
  }

  .experience-index {
    padding: 36px 0;
  }

  .experience-index__head {
    display: grid;
    padding-bottom: 24px;
    gap: 7px;
  }

  .experience-index__head > strong {
    font-size: 56px;
  }

  .experience-index__head h2 {
    font-size: 21px;
  }

  .experience-index__rating {
    margin: 10px 0 0;
  }

  .experience-index__rating strong {
    font-size: 26px;
  }

  .experience-index__group {
    padding: 15px 0;
  }

  .after-page .ease__steps {
    gap: 10px;
  }

  .after-page .ease__step {
    min-height: 220px;
  }

  .formats__header--after {
    align-items: flex-start;
    flex-direction: column;
  }

  .formats__header--after > a {
    width: 100%;
  }

  .reviews {
    margin-top: 0;
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .reviews__header {
    padding-bottom: 42px;
  }

  .reviews__header h2 {
    font-size: clamp(48px, 14vw, 62px);
  }

  .review-lane {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }

  .review-card {
    width: min(82vw, 340px);
    min-height: 320px;
  }

  .review-card blockquote {
    font-size: 22px;
  }

  .after-page .contact__body h2 {
    max-width: 10ch;
    font-size: clamp(50px, 13.5vw, 64px);
  }
}

@media (max-width: 720px) {
  .shortlist-capture {
    padding-top: 74px;
    padding-bottom: 78px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 52px;
  }

  .shortlist-capture__intro h2 {
    font-size: clamp(54px, 15vw, 68px);
  }

  .shortlist-capture__form {
    grid-template-columns: 1fr;
  }

  .shortlist-capture__form button,
  .shortlist-capture__form small {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-carousel--reverse .photo-carousel__track,
  .experience-index__track,
  .review-track,
  .review-track--reverse {
    animation: none;
    transform: none;
  }

  .review-group[aria-hidden='true'] {
    display: none;
  }

  .experience-index__group[aria-hidden='true'] {
    display: none;
  }

  .experience-index__viewport {
    overflow-x: auto;
  }

  .review-lane {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Approved CTA system: Offset press. */

.after-page[data-button-system='offset-press'] .offset-action {
  border: 1px solid var(--ink);
  color: var(--ink);
  background: var(--cream);
  box-shadow: 6px 6px 0 var(--poppy);
  font-size: 14px;
  font-weight: 800;
  transform: translate(0, 0);
  transition:
    box-shadow 150ms ease,
    transform 150ms ease;
}

.after-page[data-button-system='offset-press'] .offset-action--compact {
  box-shadow: 4px 4px 0 var(--poppy);
  font-size: 13px;
}

.after-page[data-button-system='offset-press'] .offset-action:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--cream);
  box-shadow: 2px 2px 0 var(--poppy);
  transform: translate(4px, 4px);
}

.after-page[data-button-system='offset-press'] .offset-action:focus-visible {
  outline: 3px solid var(--poppy);
  outline-offset: 4px;
}

.after-page[data-button-system='offset-press'] .offset-action > span:last-child {
  transition: transform 150ms ease;
}

.after-page[data-button-system='offset-press'] .offset-action:hover > span:last-child,
.after-page[data-button-system='offset-press'] .offset-action:focus-visible > span:last-child {
  transform: translate(2px, -2px);
}

.after-page[data-button-system='offset-press'] .contact .offset-action {
  border-color: var(--cream);
  color: var(--cream);
  background: var(--ink);
}

.after-page[data-button-system='offset-press'] .contact .offset-action:hover {
  border-color: var(--cream);
  color: var(--cream);
  background: var(--ink);
}

.after-page[data-button-system='offset-press'] .hero .text-link,
.after-page[data-button-system='offset-press'] .contact__actions > a:last-child {
  font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
  .after-page[data-button-system='offset-press'] .offset-action,
  .after-page[data-button-system='offset-press'] .offset-action > span:last-child {
    transition: none;
  }
}
