:root {
  --murphy: #febf30;
  --murphy-wash: #fff2c8;
}

.shift-page ::selection { background: var(--murphy); color: var(--ink); }
.shift-page .nav__links--l a:hover,
.shift-page .nav__links--r a:hover { background: var(--murphy); color: var(--ink); }

.shift-hero {
  min-height: calc(100svh - 88px);
  padding: clamp(72px, 10vh, 120px) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr);
  gap: clamp(52px, 9vw, 128px);
  align-items: center;
  background:
    linear-gradient(90deg, transparent 0 72%, var(--murphy-wash) 72% 100%);
}
.shift-hero__copy { width: min(780px, 100%); justify-self: end; }
.shift-hero__eyebrow { margin-bottom: 24px; font-size: .76rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.shift-hero__title { font: 400 clamp(4.2rem, 8.5vw, 8rem)/.86 var(--serif); letter-spacing: -.025em; }
.shift-hero__title em { position: relative; font-style: italic; white-space: nowrap; z-index: 0; }
.shift-hero__title em::after { content: ""; position: absolute; left: -.04em; right: -.04em; bottom: .02em; height: .25em; background: var(--murphy); z-index: -1; transform: rotate(-1deg); }
.shift-hero__lede { max-width: 63ch; margin-top: 30px; color: var(--ink-soft); font-size: clamp(1.03rem, 1.45vw, 1.17rem); }
.shift-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.shift-hero__actions .pill { padding: 15px 27px; }
.shift-hero__truth { display: flex; align-items: center; gap: 9px; margin-top: 20px; padding-top: 17px; border-top: 1.5px solid var(--ink); color: var(--ink-soft); font-size: .83rem; }
.shift-hero__truth span { width: 10px; height: 10px; border: 1px solid var(--ink); border-radius: 50%; background: var(--murphy); }

.shift-ticket { width: min(430px, 100%); justify-self: start; background: var(--cream); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); transform: rotate(1deg); }
.shift-ticket__header { display: flex; justify-content: space-between; padding: 17px 20px; background: var(--murphy); border-bottom: 2px solid var(--ink); font: 600 .72rem/1 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .13em; }
.shift-ticket__asterisk { padding: 24px 24px 8px; font-size: 5.8rem; line-height: 1; }
.shift-ticket dl { margin: 0 22px 22px; border-top: 2px solid var(--ink); }
.shift-ticket dl div { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 12px 2px; border-bottom: 1px solid var(--hair); }
.shift-ticket dt { font: 600 .65rem/1.7 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.shift-ticket dd { font-size: .9rem; }
.shift-ticket__status { width: fit-content; margin: 0 22px 25px auto; padding: 8px 11px; border: 2px solid var(--ink); font: 600 .68rem/1 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .12em; transform: rotate(-2deg); }

.loop { padding: clamp(86px, 10vw, 132px) var(--pad); background: var(--ink); color: var(--cream); }
.loop__head { width: min(900px, 100%); margin-inline: auto; text-align: center; }
.loop .section-kicker { color: var(--murphy); }
.loop .h2 { color: var(--cream); margin-inline: auto; }
.loop__track { width: min(1180px, 100%); margin: 52px auto 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border: 1.5px solid var(--cream); }
.loop__track li { position: relative; min-height: 190px; padding: 22px 18px; display: flex; flex-direction: column; border-right: 1.5px solid var(--cream); }
.loop__track li:last-child { border-right: 0; background: var(--murphy); color: var(--ink); }
.loop__track li:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -14px; z-index: 2; width: 27px; height: 27px; display: grid; place-items: center; background: var(--ink); color: var(--cream); border: 1px solid var(--cream); border-radius: 50%; transform: translateY(-50%); font-size: .8rem; }
.loop__track span { font: 400 1.7rem/1 var(--serif); }
.loop__track strong { margin-top: auto; font: 400 1.7rem/1 var(--serif); }
.loop__track small { margin-top: 8px; color: #d9d2c4; font-size: .74rem; line-height: 1.35; }
.loop__track li:last-child small { color: var(--ink-soft); }

.screens { padding: clamp(92px, 11vw, 150px) var(--pad); background: #fff; }
.screens__head { width: min(850px, 100%); margin: 0 auto 58px; text-align: center; }
.screens__head .h2 { margin-inline: auto; }
.screens__head .h2 em { font-style: italic; }
.screens__head > p:last-child { max-width: 62ch; margin: 22px auto 0; color: var(--ink-soft); }
.screens__grid { width: min(1180px, 100%); margin-inline: auto; display: grid; grid-template-columns: 1.12fr .88fr; gap: 34px; align-items: start; }
.screen-card { margin: 0; border: 2px solid var(--ink); background: var(--cream); }
.screen-card > a:first-child { display: block; overflow: hidden; border-bottom: 2px solid var(--ink); }
.screen-card img { display: block; width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; object-position: top; transition: transform .25s ease; }
.screen-card > a:first-child:hover img { transform: scale(1.012); }
.screen-card--customer { box-shadow: 10px 10px 0 #fc411f; }
.screen-card--owner { margin-top: 84px; box-shadow: 10px 10px 0 var(--cobalt); }
.screen-card figcaption { padding: 21px 22px 23px; }
.screen-card figcaption span { font: 600 .68rem/1 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .1em; }
.screen-card figcaption p { margin-top: 12px; color: var(--ink-soft); font-size: .92rem; }
.screen-card figcaption a { display: inline-block; margin-top: 16px; font-weight: 600; font-size: .83rem; text-underline-offset: 4px; }

.desks { padding: clamp(90px, 11vw, 146px) var(--pad); background: var(--murphy-wash); border-block: 1.5px solid var(--ink); }
.desks__intro { width: min(880px, 100%); margin-inline: auto; text-align: center; }
.desks__intro .h2 { margin-inline: auto; }
.desks__columns { width: min(1060px, 100%); margin: 54px auto 0; display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); background: var(--cream); }
.desks__columns article { padding: clamp(30px, 4vw, 52px); }
.desks__columns article + article { border-left: 2px solid var(--ink); }
.desks__number { font: 400 2.2rem/1 var(--serif); }
.desks h3 { margin-top: 32px; font: 400 clamp(2.3rem, 4vw, 3.6rem)/1 var(--serif); }
.desks ul { margin-top: 24px; list-style: none; }
.desks li { padding: 13px 0; border-top: 1px solid var(--hair); }
.desks li::before { content: "→"; margin-right: 10px; }

.truth-line { padding: clamp(92px, 11vw, 148px) var(--pad); display: grid; grid-template-columns: .34fr 1fr 1fr; gap: clamp(38px, 7vw, 100px); background: var(--ink); color: var(--cream); }
.truth-line__mark { color: var(--murphy); font-size: clamp(7rem, 14vw, 13rem); line-height: .7; }
.truth-line .section-kicker { color: var(--murphy); }
.truth-line .h2 { margin: 12px 0 20px; text-align: left; color: var(--cream); font-size: clamp(2.5rem, 4.7vw, 4.25rem); }
.truth-line > div > p:last-child { color: #d9d2c4; }

.audition { padding: clamp(92px, 11vw, 150px) var(--pad); display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); gap: clamp(50px, 9vw, 125px); align-items: start; }
.audition__copy { max-width: 570px; justify-self: end; }
.audition__copy .h2 { text-align: left; margin-bottom: 22px; }
.audition__copy > p:not(.section-kicker) { color: var(--ink-soft); }
.audition__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.audition__list { list-style: none; border-top: 2px solid var(--ink); }
.audition__list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 22px 4px; border-bottom: 1.5px solid var(--ink); }
.audition__list span { font: 400 1.65rem/1 var(--serif); }
.audition__list strong { display: block; margin-bottom: 4px; font: 400 1.55rem/1 var(--serif); }
.audition__list p { color: var(--ink-soft); }

.shift-close { padding: clamp(86px, 10vw, 130px) var(--pad); text-align: center; background: var(--murphy); border-top: 1.5px solid var(--ink); }
.shift-close .h2 { margin-inline: auto; font-size: clamp(3.6rem, 8vw, 7rem); }
.shift-close .h2 em { font-style: italic; }
.shift-close__actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 31px; }
.shift-close__actions .pill:not(.pill--solid) { background: transparent; }

@media (max-width: 980px) {
  .shift-hero { min-height: auto; grid-template-columns: 1fr; background: var(--cream); }
  .shift-hero__copy { justify-self: center; text-align: center; }
  .shift-hero__lede { margin-inline: auto; }
  .shift-hero__actions, .shift-hero__truth { justify-content: center; }
  .shift-ticket { justify-self: center; }
  .loop__track { grid-template-columns: 1fr; }
  .loop__track li { min-height: 120px; border-right: 0; border-bottom: 1.5px solid var(--cream); }
  .loop__track li:last-child { border-bottom: 0; }
  .loop__track li:not(:last-child)::after { top: auto; right: 50%; bottom: -14px; transform: translateX(50%) rotate(90deg); }
  .loop__track strong { margin-top: 24px; }
  .screens__grid, .truth-line, .audition { grid-template-columns: 1fr; }
  .screen-card--owner { margin-top: 0; }
  .truth-line__mark { text-align: center; }
  .audition__copy { justify-self: center; text-align: center; }
  .audition__copy .h2 { text-align: center; }
  .audition__actions { justify-content: center; }
  .audition__list { width: min(650px, 100%); margin-inline: auto; }
}

@media (max-width: 700px) {
  .shift-hero { padding-top: 56px; padding-bottom: 70px; gap: 48px; }
  .shift-hero__title { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .shift-hero__title em { white-space: normal; }
  .shift-hero__actions, .audition__actions, .shift-close__actions { display: grid; }
  .shift-hero__actions .pill, .audition__actions .pill, .shift-close__actions .pill { width: 100%; text-align: center; }
  .shift-ticket { box-shadow: 8px 8px 0 var(--ink); }
  .screen-card { box-shadow: 7px 7px 0 #fc411f; }
  .screen-card--owner { box-shadow: 7px 7px 0 var(--cobalt); }
  .screen-card img { aspect-ratio: .9 / 1; }
  .desks__columns { grid-template-columns: 1fr; }
  .desks__columns article + article { border-left: 0; border-top: 2px solid var(--ink); }
  .truth-line { gap: 50px; }
  .truth-line__mark { font-size: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .shift-ticket { transform: none; }
}
