.hero {
  position: relative;
  isolation: isolate;
  min-height: 44rem;
  overflow: hidden;
  background: var(--cobalt);
  color: var(--white)
}

.hero-picture,
.hero-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.hero-picture {
  z-index: -2
}

.hero-backdrop {
  object-fit: cover;
  object-position: 58% center
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 87, 204, .7);
  mix-blend-mode: multiply
}

.headline {
  position: relative;
  z-index: 2;
  padding: 3.5rem 1rem 8rem
}

.issue {
  margin: 0 0 2.2rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase
}

.hero h1 {
  margin: 0;
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: clamp(3.25rem, 16vw, 4.45rem);
  font-weight: 900;
  line-height: .79;
  letter-spacing: -.085em;
  text-transform: uppercase
}

.hero h1 span {
  display: block;
  width: max-content
}

.hero h1 span:nth-child(2),
.hero h1 span:nth-child(5) {
  color: var(--butter)
}

.hero h1 span:nth-child(3) {
  margin-left: 43vw
}

.hero h1 span:nth-child(4) {
  margin-left: 20vw
}

.cut-line {
  position: absolute;
  z-index: 1;
  left: -5%;
  top: 54%;
  width: 110%;
  height: 9px;
  background: var(--butter);
  transform: rotate(-12deg);
  box-shadow: 0 4px 0 var(--ink);
  transform-origin: left center
}

.hero-image-note {
  position: absolute;
  right: .8rem;
  bottom: 6.1rem;
  z-index: 2;
  padding: .35rem .5rem;
  background: var(--ink);
  color: var(--white);
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase
}

.hero-contact {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: var(--butter);
  color: var(--ink);
  font-size: .72rem;
  text-transform: uppercase
}

.hero-contact p {
  margin: 0 0 .45rem
}

.hero-contact a {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 700
}

.motion-ready [data-hero-visual],
.motion-ready [data-hero-part],
.motion-ready [data-hero-word] {
  opacity: 0;
  transition: opacity .72s var(--ease), transform .72s var(--ease)
}

.motion-ready [data-hero-visual] {
  transform: scale(1.035)
}

.motion-ready [data-hero-part],
.motion-ready [data-hero-word] {
  transform: translateY(1.2rem)
}

.motion-ready [data-hero].is-entered [data-hero-visual],
.motion-ready [data-hero].is-entered [data-hero-part],
.motion-ready [data-hero].is-entered [data-hero-word] {
  opacity: 1;
  transform: none
}

.motion-ready [data-hero].is-entered [data-hero-word]:nth-child(2) {
  transition-delay: 70ms
}

.motion-ready [data-hero].is-entered [data-hero-word]:nth-child(3) {
  transition-delay: 140ms
}

.motion-ready [data-hero].is-entered [data-hero-word]:nth-child(4) {
  transition-delay: 210ms
}

.motion-ready [data-hero].is-entered [data-hero-word]:nth-child(5) {
  transition-delay: 280ms
}

.motion-ready [data-hero-line] {
  transform: rotate(-12deg) scaleX(0);
  transition: transform .8s var(--ease) 230ms
}

.motion-ready [data-hero].is-entered [data-hero-line] {
  transform: rotate(-12deg) scaleX(1)
}

.motion-fallback [data-hero-visual],
.motion-fallback [data-hero-part],
.motion-fallback [data-hero-word] {
  opacity: 1;
  transform: none
}

.cut-sequence {
  padding: 5.5rem 0 3.5rem;
  overflow: hidden;
  background: var(--ink);
  color: var(--white)
}

.sequence-intro {
  padding: 0 1rem 4rem
}

.sequence-intro p,
.sequence-intro span {
  margin: 0;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .08em;
  text-transform: uppercase
}

.sequence-intro h2 {
  margin: 1.5rem 0;
  color: var(--butter);
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: clamp(3.3rem, 15.5vw, 4.15rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.075em;
  text-transform: uppercase
}

.cut-stack {
  display: flex;
  flex-direction: column
}

.cut-photo,
.cut-strip {
  position: relative;
  width: 108%;
  left: -4%;
  margin: -1.4rem 0;
  overflow: hidden
}

.cut-photo {
  height: 24rem
}

.cut-photo picture,
.cut-photo img {
  width: 100%;
  height: 100%
}

.cut-photo img {
  object-fit: cover
}

.cut-photo figcaption {
  position: absolute;
  left: 1.8rem;
  bottom: 2.3rem;
  padding: .4rem .55rem;
  background: var(--ink);
  color: var(--white);
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase
}

.photo-motion {
  order: 1;
  clip-path: polygon(0 5%, 100% 0, 96% 94%, 4% 100%)
}

.strip-one {
  order: 2;
  min-height: 23rem;
  background: var(--butter);
  color: var(--ink);
  clip-path: polygon(4% 0, 100% 7%, 96% 100%, 0 91%)
}

.strip-two {
  order: 3;
  min-height: 24rem;
  background: var(--cobalt);
  color: var(--white);
  clip-path: polygon(0 7%, 96% 0, 100% 92%, 4% 100%)
}

.photo-detail {
  order: 4;
  height: 20rem;
  clip-path: polygon(4% 0, 100% 7%, 96% 100%, 0 91%)
}

.strip-three {
  order: 5;
  min-height: 25rem;
  background: var(--paper);
  color: var(--ink);
  clip-path: polygon(0 7%, 96% 0, 100% 93%, 4% 100%)
}

.cut-strip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 2rem
}

.cut-strip>p {
  margin: 0;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase
}

.cut-strip h3 {
  margin: 1.6rem 0;
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: clamp(2.6rem, 13vw, 3.35rem);
  font-weight: 900;
  line-height: .85;
  letter-spacing: -.07em;
  text-transform: uppercase
}

.cut-strip>span {
  display: block;
  max-width: 34rem;
  font-size: .94rem;
  line-height: 1.7
}

.cut-strip .strip-cta {
  align-self: flex-start
}

.contact-run {
  padding: 6rem 0 2rem;
  overflow: hidden;
  background: var(--cobalt);
  color: var(--white)
}

.contact-head {
  padding: 0 1rem
}

.contact-kicker {
  margin: 0 0 1.8rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase
}

.contact-head h2 {
  margin: 0;
  color: var(--butter);
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: clamp(3rem, 14.5vw, 4.1rem);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.08em;
  text-transform: uppercase
}

.contact-head>p:last-child {
  max-width: 35rem;
  margin: 1.8rem 0 0;
  font-size: .88rem;
  line-height: 1.7;
  text-transform: uppercase
}

.call-ribbon {
  position: relative;
  left: -4%;
  width: 108%;
  min-height: 19rem;
  display: grid;
  align-content: center;
  gap: 1rem;
  margin: 4rem 0 3rem;
  padding: 4rem 2rem;
  background: var(--butter);
  color: var(--ink);
  text-decoration: none;
  clip-path: polygon(0 8%, 100% 0, 96% 92%, 4% 100%)
}

.call-ribbon small,
.contact-cut small {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase
}

.call-ribbon strong {
  display: flex;
  flex-direction: column;
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: clamp(3.8rem, 18.5vw, 5.1rem);
  line-height: .8;
  letter-spacing: -.08em
}

.call-ribbon strong span:last-child {
  align-self: flex-end
}

.call-ribbon b,
.contact-cut b {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: max-content;
  border-bottom: 2px solid;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase
}

.call-ribbon b {
  justify-self: end
}

.contact-collage {
  display: flex;
  flex-direction: column;
  padding: 2rem 0 3rem;
  background: var(--ink);
  color: var(--white)
}

.contact-cut {
  position: relative;
  left: -4%;
  width: 108%;
  min-height: 14rem;
  display: grid;
  align-content: center;
  gap: 1.25rem;
  margin: -.6rem 0;
  padding: 3.5rem 2rem;
  text-decoration: none
}

.contact-cut strong {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: clamp(2rem, 9vw, 2.65rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere
}

.email-cut strong span {
  display: block
}

.email-cut {
  z-index: 3;
  background: var(--paper);
  color: var(--ink);
  clip-path: polygon(0 5%, 96% 0, 100% 92%, 4% 100%)
}

.place-cut {
  z-index: 2;
  background: var(--butter);
  color: var(--ink);
  clip-path: polygon(4% 0, 100% 7%, 96% 100%, 0 92%)
}

.consultation-cut {
  z-index: 1;
  background: var(--silver);
  color: var(--ink);
  clip-path: polygon(0 7%, 96% 0, 100% 93%, 4% 100%)
}

.contact-note {
  margin: 5rem 1rem 0;
  font-size: .68rem;
  line-height: 1.7;
  text-transform: uppercase
}

.call-ribbon b,
.contact-cut b {
  font-size: .9rem
}

@media(hover:hover) {

  .cut-strip:hover,
  .cut-photo:hover,
  .contact-cut:hover {
    transform: rotate(0deg) !important
  }

  .call-ribbon:hover,
  .contact-cut:hover {
    text-decoration: underline;
    text-underline-offset: .35em
  }
}

@media(min-width:641px) {
  .hero {
    min-height: calc(100vh - 4.75rem)
  }

  .hero-backdrop {
    object-position: center
  }

  .headline {
    padding: clamp(3rem, 5vw, 5rem) 1.5rem 8rem
  }

  .hero h1 {
    font-size: clamp(4.4rem, 12vw, 8rem);
    line-height: .74
  }

  .hero h1 span:nth-child(2),
  .hero h1 span:nth-child(5) {
    margin-left: 4vw
  }

  .hero h1 span:nth-child(3) {
    margin-left: 32vw
  }

  .hero h1 span:nth-child(4) {
    margin-left: 25vw
  }

  .cut-line {
    top: 54%;
    height: 11px;
    transform: rotate(-10deg)
  }

  .motion-ready [data-hero-line] {
    transform: rotate(-10deg) scaleX(0)
  }

  .motion-ready [data-hero].is-entered [data-hero-line] {
    transform: rotate(-10deg) scaleX(1)
  }

  .hero-image-note {
    bottom: 4.7rem
  }

  .hero-contact {
    width: min(100%, 34rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 1.5rem
  }

  .hero-contact p {
    margin: 0
  }

  .hero-contact a {
    min-width: 12rem
  }

  .cut-sequence {
    padding: 8rem 0 4rem
  }

  .sequence-intro {
    display: grid;
    grid-template-columns: 7rem 1fr;
    align-items: end;
    gap: 2rem;
    padding: 0 2rem 5rem
  }

  .sequence-intro h2 {
    margin: 0;
    font-size: clamp(4.8rem, 9vw, 8rem)
  }

  .sequence-intro span {
    grid-column: 2
  }

  .cut-stack {
    position: relative;
    height: 88rem;
    display: block;
    max-width: 75rem;
    margin: 0 auto
  }

  .cut-photo,
  .cut-strip {
    position: absolute;
    left: auto;
    width: auto;
    margin: 0;
    transition: transform .3s var(--ease)
  }

  .photo-motion {
    --rest-rotate: -3deg;
    width: 76%;
    height: 32rem;
    left: -3%;
    top: 0;
    z-index: 1;
    transform: rotate(-3deg);
    clip-path: polygon(0 10%, 100% 0, 94% 92%, 4% 100%)
  }

  .strip-one {
    --rest-rotate: 4deg;
    width: 70%;
    min-height: 22rem;
    right: -2%;
    top: 12rem;
    z-index: 3;
    transform: rotate(4deg)
  }

  .strip-two {
    --rest-rotate: -2deg;
    width: 77%;
    min-height: 23rem;
    left: 1%;
    top: 36rem;
    z-index: 4;
    transform: rotate(-2deg)
  }

  .photo-detail {
    --rest-rotate: 3deg;
    width: 69%;
    height: 29rem;
    right: -3%;
    top: 45rem;
    z-index: 2;
    transform: rotate(3deg)
  }

  .strip-three {
    --rest-rotate: 2deg;
    width: 88%;
    min-height: 23rem;
    left: 6%;
    top: 65rem;
    z-index: 5;
    transform: rotate(2deg)
  }

  .cut-strip {
    display: grid;
    grid-template-columns: 6rem 1fr;
    align-items: center;
    gap: 1rem 2rem;
    padding: 4rem
  }

  .cut-strip>p {
    align-self: start
  }

  .cut-strip h3 {
    margin: 0;
    font-size: clamp(3rem, 5.5vw, 5rem)
  }

  .cut-strip>span,
  .cut-strip .strip-cta {
    grid-column: 2
  }

  .cut-strip .strip-cta {
    justify-self: start
  }

  .contact-run {
    padding: 8rem 0 3rem
  }

  .contact-head {
    padding-inline: 2rem
  }

  .contact-head h2 {
    font-size: clamp(5rem, 10vw, 8.5rem)
  }

  .call-ribbon {
    left: 3%;
    width: 94%;
    min-height: 22rem;
    grid-template-columns: 5rem 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 4rem
  }

  .call-ribbon strong {
    flex-direction: row;
    gap: 1rem;
    white-space: nowrap;
    font-size: clamp(3.5rem, 7.2vw, 5.5rem)
  }

  .call-ribbon strong span:last-child {
    align-self: auto
  }

  .call-ribbon b {
    align-self: end
  }

  .contact-collage {
    position: relative;
    height: 55rem;
    display: block;
    padding: 0
  }

  .contact-cut {
    position: absolute;
    left: auto;
    width: auto;
    margin: 0;
    padding: 4rem;
    transition: transform .3s var(--ease)
  }

  .email-cut {
    --rest-rotate: -3deg;
    width: 78%;
    min-height: 18rem;
    left: -3%;
    top: 3.75rem;
    transform: rotate(-3deg)
  }

  .place-cut {
    --rest-rotate: 3deg;
    width: 68%;
    min-height: 19rem;
    right: -3%;
    top: 21rem;
    transform: rotate(3deg)
  }

  .consultation-cut {
    --rest-rotate: -2deg;
    width: 55%;
    min-height: 16rem;
    left: 16%;
    top: 39rem;
    transform: rotate(-2deg)
  }

  .contact-cut strong {
    font-size: clamp(2.5rem, 5.3vw, 4rem)
  }

  .contact-note {
    margin-inline: 2rem
  }
}

@media(min-width:981px) {
  .headline {
    padding-inline: clamp(1.5rem, 3vw, 3rem)
  }

  .hero h1 {
    font-size: clamp(6rem, 10.8vw, 10.5rem)
  }

  .hero h1 span:nth-child(2),
  .hero h1 span:nth-child(5) {
    margin-left: 11vw
  }

  .hero h1 span:nth-child(3) {
    margin-left: 38vw
  }

  .sequence-intro {
    grid-template-columns: 10rem 1fr minmax(16rem, .55fr);
    gap: 3rem;
    padding-inline: clamp(2rem, 4vw, 4rem)
  }

  .sequence-intro span {
    grid-column: auto
  }

  .sequence-intro h2 {
    font-size: clamp(6rem, 9vw, 9.5rem)
  }

  .cut-stack {
    height: 83rem;
    max-width: 100rem
  }

  .photo-motion {
    width: 68%
  }

  .strip-one {
    width: 62%;
    grid-template-columns: 7.5rem 1fr
  }

  .strip-one>span {
    grid-column: 2
  }

  .strip-two {
    width: 66%;
    top: 33.5rem
  }

  .photo-detail {
    width: 58%;
    top: 40.5rem
  }

  .strip-three {
    width: 76%;
    left: 12%;
    top: 61rem
  }

  .cut-strip {
    grid-template-columns: 7.5rem 1fr minmax(16rem, .7fr);
    padding: 4rem 6vw
  }

  .cut-strip h3 {
    font-size: clamp(3.5rem, 5.4vw, 5.8rem)
  }

  .cut-strip>span {
    grid-column: auto
  }

  .cut-strip .strip-cta {
    grid-column: 2;
    justify-self: start
  }

  .strip-two .strip-cta,
  .strip-three .strip-cta {
    grid-column: 2/4
  }

  .contact-run {
    padding-top: 9rem
  }

  .contact-head {
    display: grid;
    grid-template-columns: minmax(40rem, 1.2fr) minmax(18rem, .5fr);
    align-items: end;
    gap: 3rem;
    padding-inline: clamp(2rem, 4vw, 4rem)
  }

  .contact-head .contact-kicker {
    grid-column: 1/-1
  }

  .contact-head h2 {
    font-size: clamp(7rem, 10vw, 10.5rem)
  }

  .contact-head>p:last-child {
    margin: 0 0 .7rem
  }

  .call-ribbon {
    min-height: 24rem;
    grid-template-columns: 10rem 1fr auto;
    padding: 5rem clamp(3rem, 6vw, 7rem)
  }

  .call-ribbon strong {
    font-size: clamp(6rem, 8vw, 9rem)
  }

  .contact-collage {
    height: 48rem
  }

  .contact-cut {
    padding: 4.5rem clamp(3rem, 5vw, 6rem)
  }

  .email-cut {
    width: 67%;
    top: 3rem
  }

  .place-cut {
    width: 57%;
    top: 18rem
  }

  .consultation-cut {
    width: 42%;
    left: 24%;
    top: 34rem
  }

  .contact-note {
    margin-inline: clamp(2rem, 4vw, 4rem)
  }
}

@media(prefers-reduced-motion:reduce) {

  .motion-ready [data-hero-visual],
  .motion-ready [data-hero-part],
  .motion-ready [data-hero-word] {
    opacity: 1;
    transform: none
  }

  .motion-ready [data-hero-line] {
    transform: rotate(-12deg) scaleX(1)
  }

  .cut-photo,
  .cut-strip,
  .contact-cut {
    transition: none
  }
}