:root {
  --wr-night: #090b10;
  --wr-panel: #11151c;
  --wr-paper: #e9eef2;
  --wr-silver: #aab5c0;
  --wr-blue: #69c6ff;
  --wr-pink: #e892b8;
  --wr-green: #b8db91;
  --wr-line: rgba(233, 238, 242, 0.16);
  --wr-line-strong: rgba(233, 238, 242, 0.32);
  --wr-max: 1240px;
}

body.website-redesign {
  color: var(--wr-paper);
  background-color: var(--wr-night);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

body.website-redesign::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  content: '';
  pointer-events: none;
  background: radial-gradient(circle at 80% 8%, rgba(105, 198, 255, 0.1), transparent 32%);
}

body.website-redesign main,
body.website-redesign .site-nav,
body.website-redesign .site-footer {
  position: relative;
  z-index: 1;
}

body.website-redesign .site-nav {
  background: rgba(9, 11, 16, 0.88);
}

body.website-redesign .nav-links .nav-apply {
  color: var(--wr-night);
  background: var(--wr-paper);
}

.wr-breadcrumb {
  width: min(100%, var(--wr-max));
  margin: 0 auto;
  padding: calc(var(--nav-h) + 1.3rem) var(--side-pad) 0;
  display: flex;
  gap: 0.7rem;
  color: rgba(233, 238, 242, 0.46);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wr-breadcrumb span::before {
  margin-right: 0.7rem;
  content: '/';
  color: rgba(233, 238, 242, 0.24);
}

.wr-breadcrumb a:hover {
  color: var(--wr-paper);
}

.wr-hero {
  width: min(100%, var(--wr-max));
  min-height: calc(100svh - var(--nav-h));
  margin: 0 auto;
  padding: clamp(4rem, 9vh, 7rem) var(--side-pad) clamp(3.5rem, 8vh, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: end;
}

.wr-kicker,
.wr-label,
.wr-ticket-label,
.wr-work-caption,
.wr-meta {
  font-family: var(--font-mono);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.wr-kicker {
  margin: 0 0 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(233, 238, 242, 0.68);
}

.wr-kicker::before {
  width: 8px;
  height: 8px;
  content: '';
  border: 1px solid var(--wr-pink);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--wr-night), 0 0 0 1px rgba(232, 146, 184, 0.25);
  background: var(--wr-pink);
}

.wr-title {
  max-width: 10.7ch;
  margin: 0;
  color: var(--wr-paper);
  font-family: var(--font);
  font-size: clamp(3.8rem, 8.8vw, 8.9rem);
  font-weight: 620;
  letter-spacing: -0.076em;
  line-height: 0.83;
  text-wrap: balance;
}

.wr-title em,
.wr-heading em {
  color: var(--wr-pink);
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.wr-hero-note {
  padding-bottom: 0.2rem;
}

.wr-hero-note > p {
  margin: 0;
  color: rgba(233, 238, 242, 0.78);
  font-size: clamp(1.05rem, 1.35vw, 1.23rem);
  line-height: 1.62;
}

.wr-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.wr-button {
  min-height: 50px;
  padding: 0.9rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid transparent;
  border-radius: 2px;
  color: var(--wr-night);
  background: var(--wr-paper);
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

body.website-redesign a.wr-button {
  color: var(--wr-night);
}

.wr-button:hover {
  transform: translateY(-2px);
  background: #fff;
}

.wr-button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.wr-text-link {
  padding-bottom: 0.25rem;
  color: rgba(233, 238, 242, 0.75);
  border-bottom: 1px solid var(--wr-line-strong);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.wr-text-link:hover {
  color: var(--wr-paper);
}

.wr-button:focus-visible,
.wr-text-link:focus-visible,
.wr-code-input:focus-visible,
.wr-faq summary:focus-visible,
.wr-work-item:focus-visible {
  outline: 2px solid var(--wr-blue);
  outline-offset: 4px;
}

.wr-deadline {
  width: min(100%, var(--wr-max));
  margin: 0 auto;
  padding: 0 var(--side-pad) clamp(4rem, 8vh, 6rem);
}

.wr-deadline-head {
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(233, 238, 242, 0.52);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wr-deadline-rail {
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  border-top: 1px solid var(--wr-line-strong);
}

.wr-day {
  min-height: 54px;
  padding: 0.75rem 0 0;
  color: rgba(233, 238, 242, 0.4);
  border-right: 1px solid var(--wr-line);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  text-align: center;
}

.wr-day:first-child {
  color: var(--wr-blue);
  border-left: 1px solid var(--wr-line);
}

.wr-day:last-child {
  color: var(--wr-pink);
  background: rgba(232, 146, 184, 0.06);
}

.wr-section {
  width: min(100%, var(--wr-max));
  margin: 0 auto;
  padding: clamp(5.5rem, 11vh, 9rem) var(--side-pad);
  border-top: 1px solid var(--wr-line);
}

.wr-section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 8vw, 7rem);
}

.wr-label {
  margin: 0;
  color: rgba(233, 238, 242, 0.45);
}

.wr-heading {
  max-width: 17ch;
  margin: 0;
  color: var(--wr-paper);
  font-family: var(--font);
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.wr-lede {
  max-width: 63ch;
  margin: 2rem 0 0;
  color: rgba(233, 238, 242, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}

.wr-work-grid {
  margin-top: clamp(3.5rem, 8vh, 6rem);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: 320px 220px;
  gap: 1px;
  background: var(--wr-line);
  border: 1px solid var(--wr-line);
}

.wr-work-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--wr-paper);
  background: var(--wr-panel);
}

.wr-work-item:first-child {
  grid-row: 1 / 3;
}

.wr-work-item:last-child {
  grid-column: 2 / 4;
}

.wr-work-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.03);
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.wr-work-item:first-child img {
  object-position: 61% center;
}

.wr-work-item:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.03);
}

.wr-work-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 1rem 1.1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(7, 9, 13, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.wr-credentials {
  margin-top: clamp(3.5rem, 7vh, 5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--wr-line);
}

.wr-credential {
  min-height: 220px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.wr-credential + .wr-credential {
  border-left: 1px solid var(--wr-line);
}

.wr-credential strong {
  color: var(--wr-paper);
  font-family: var(--font);
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.wr-credential p {
  margin: 0;
  color: rgba(233, 238, 242, 0.52);
  font-size: 0.84rem;
  line-height: 1.55;
}

.wr-scope-grid {
  margin-top: clamp(3.5rem, 7vh, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
  gap: 1px;
  background: var(--wr-line);
  border: 1px solid var(--wr-line);
}

.wr-scope-list,
.wr-boundaries {
  background: rgba(12, 15, 21, 0.92);
}

.wr-scope-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wr-scope-list li {
  min-height: 116px;
  padding: 1.55rem clamp(1.4rem, 3vw, 2.4rem);
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid var(--wr-line);
}

.wr-scope-list li:last-child {
  border-bottom: 0;
}

.wr-scope-index {
  color: var(--wr-blue);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.wr-scope-list strong {
  display: block;
  color: var(--wr-paper);
  font-size: 1.05rem;
  font-weight: 560;
}

.wr-scope-list p {
  max-width: 56ch;
  margin: 0.5rem 0 0;
  color: rgba(233, 238, 242, 0.55);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wr-boundaries {
  padding: clamp(1.7rem, 4vw, 2.8rem);
}

.wr-boundaries h3 {
  margin: 0 0 1.5rem;
  color: var(--wr-paper);
  font-size: 1.02rem;
  font-weight: 560;
}

.wr-boundaries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wr-boundaries li {
  padding: 0.9rem 0;
  color: rgba(233, 238, 242, 0.6);
  border-top: 1px solid var(--wr-line);
  font-size: 0.88rem;
  line-height: 1.55;
}

.wr-timeline {
  margin-top: clamp(3.5rem, 7vh, 5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--wr-line-strong);
}

.wr-phase {
  position: relative;
  min-height: 230px;
  padding: 2rem 1.4rem 1.4rem 0;
  border-right: 1px solid var(--wr-line);
}

.wr-phase::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: var(--wr-blue);
}

.wr-phase:last-child::before {
  background: var(--wr-pink);
}

.wr-phase + .wr-phase {
  padding-left: 1.4rem;
}

.wr-phase .wr-meta {
  color: rgba(233, 238, 242, 0.4);
}

.wr-phase h3 {
  margin: 1.6rem 0 0.7rem;
  color: var(--wr-paper);
  font-size: 1.15rem;
  font-weight: 560;
}

.wr-phase p {
  margin: 0;
  color: rgba(233, 238, 242, 0.54);
  font-size: 0.87rem;
  line-height: 1.6;
}

.wr-reserve {
  width: min(100%, var(--wr-max));
  margin: 0 auto;
  padding: clamp(5.5rem, 11vh, 9rem) var(--side-pad);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.7fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: center;
  border-top: 1px solid var(--wr-line);
}

.wr-price {
  margin: 1.8rem 0 0;
  color: var(--wr-paper);
  font-family: var(--font);
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.wr-price small {
  display: block;
  margin-top: 1rem;
  color: rgba(233, 238, 242, 0.44);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wr-price-copy {
  max-width: 50ch;
  margin: 1.7rem 0 0;
  color: rgba(233, 238, 242, 0.65);
  font-size: 0.98rem;
  line-height: 1.7;
}

.wr-ticket {
  position: relative;
  min-height: 410px;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  overflow: hidden;
  color: #11151c;
  background: var(--wr-paper);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
}

.wr-ticket::before,
.wr-ticket::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.wr-ticket::before {
  inset: 12px;
  border: 1px solid rgba(17, 21, 28, 0.18);
}

.wr-ticket::after {
  width: 220px;
  height: 220px;
  right: -95px;
  bottom: -95px;
  border: 1px solid rgba(17, 21, 28, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(17, 21, 28, 0.035), 0 0 0 44px rgba(17, 21, 28, 0.025);
}

.wr-ticket-top,
.wr-ticket-body,
.wr-ticket-foot {
  position: relative;
  z-index: 1;
}

.wr-ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wr-ticket-label {
  color: rgba(17, 21, 28, 0.56);
}

.wr-ticket-status {
  padding: 0.42rem 0.62rem;
  color: #11151c;
  border: 1px solid rgba(17, 21, 28, 0.25);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wr-ticket.is-unlocked .wr-ticket-status {
  color: #263718;
  border-color: rgba(74, 108, 42, 0.3);
  background: rgba(184, 219, 145, 0.52);
}

.wr-ticket-body {
  padding: clamp(3.5rem, 8vh, 5.5rem) 0 2rem;
}

.wr-ticket h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.wr-ticket-copy {
  max-width: 43ch;
  margin: 1rem 0 0;
  color: rgba(17, 21, 28, 0.66);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wr-code-form {
  margin-top: 1.8rem;
}

.wr-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.wr-code-input {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 0.9rem;
  color: #11151c;
  border: 1px solid rgba(17, 21, 28, 0.3);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wr-code-input::placeholder {
  color: rgba(17, 21, 28, 0.38);
}

.wr-ticket .wr-button {
  color: var(--wr-paper);
  background: #11151c;
}

.wr-ticket .wr-button:hover {
  background: #232a35;
}

.wr-form-message {
  min-height: 1.3em;
  margin: 0.75rem 0 0;
  color: rgba(17, 21, 28, 0.62);
  font-size: 0.78rem;
  line-height: 1.45;
}

.wr-form-message.is-error {
  color: #8a2946;
}

.wr-unlocked {
  margin-top: 1.8rem;
}

.wr-unlocked[hidden],
.wr-code-form[hidden] {
  display: none;
}

.wr-unlocked .wr-button {
  width: 100%;
}

.wr-unlocked-note {
  margin: 0.85rem 0 0;
  color: rgba(17, 21, 28, 0.58);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

.wr-ticket-foot {
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(17, 21, 28, 0.18);
  color: rgba(17, 21, 28, 0.48);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wr-faq {
  width: min(100%, calc(860px + 2 * var(--side-pad)));
  margin: 0 auto;
  padding: clamp(5.5rem, 11vh, 9rem) var(--side-pad);
  border-top: 1px solid var(--wr-line);
}

.wr-faq .wr-heading {
  max-width: 12ch;
}

.wr-faq-list {
  margin-top: 3.5rem;
  border-top: 1px solid var(--wr-line-strong);
}

.wr-faq details {
  border-bottom: 1px solid var(--wr-line);
}

.wr-faq summary {
  padding: 1.4rem 2.5rem 1.4rem 0;
  position: relative;
  color: var(--wr-paper);
  font-size: 1rem;
  font-weight: 520;
  cursor: pointer;
  list-style: none;
}

.wr-faq summary::-webkit-details-marker {
  display: none;
}

.wr-faq summary::after {
  position: absolute;
  right: 0.2rem;
  content: '+';
  color: var(--wr-blue);
  font-family: var(--font-mono);
}

.wr-faq details[open] summary::after {
  content: '−';
}

.wr-faq details p {
  max-width: 65ch;
  margin: 0;
  padding: 0 2.5rem 1.5rem 0;
  color: rgba(233, 238, 242, 0.62);
  font-size: 0.92rem;
  line-height: 1.7;
}

.wr-smallprint {
  width: min(100%, var(--wr-max));
  margin: 0 auto;
  padding: 2rem var(--side-pad) 4rem;
  color: rgba(233, 238, 242, 0.38);
  border-top: 1px solid var(--wr-line);
  font-size: 0.72rem;
  line-height: 1.65;
}

.wr-smallprint a {
  color: rgba(233, 238, 242, 0.62);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.wr-success-main {
  min-height: calc(100svh - var(--nav-h));
  padding: calc(var(--nav-h) + 4rem) var(--side-pad) 5rem;
  display: grid;
  place-items: center;
}

.wr-success-card {
  width: min(100%, 700px);
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--wr-line-strong);
  background: rgba(13, 16, 22, 0.92);
}

.wr-success-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--wr-night);
  border-radius: 50%;
  background: var(--wr-green);
  font-size: 1.25rem;
}

.wr-success-card h1 {
  max-width: 11ch;
  margin: 2.3rem 0 0;
  font-size: clamp(3rem, 7vw, 6.2rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.wr-success-card > p {
  max-width: 55ch;
  margin: 1.5rem 0 0;
  color: rgba(233, 238, 242, 0.65);
  line-height: 1.7;
}

.wr-success-details {
  margin: 2.5rem 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--wr-line);
}

.wr-success-details p {
  margin: 0.45rem 0;
  color: rgba(233, 238, 242, 0.58);
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .wr-hero,
  .wr-reserve {
    grid-template-columns: 1fr;
  }

  .wr-hero {
    min-height: 0;
    padding-top: 5rem;
  }

  .wr-title {
    max-width: 11ch;
  }

  .wr-hero-note {
    max-width: 560px;
  }

  .wr-work-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 230px;
  }

  .wr-work-item:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .wr-work-item:last-child {
    grid-column: auto;
  }

  .wr-credentials {
    grid-template-columns: 1fr 1fr;
  }

  .wr-credential + .wr-credential {
    border-left: 0;
  }

  .wr-credential:nth-child(even) {
    border-left: 1px solid var(--wr-line);
  }

  .wr-credential:nth-child(n + 3) {
    border-top: 1px solid var(--wr-line);
  }

  .wr-scope-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.website-redesign {
    background-size: 32px 32px;
  }

  .wr-breadcrumb {
    padding-top: calc(var(--nav-h) + 0.85rem);
  }

  .wr-breadcrumb a:first-child,
  .wr-breadcrumb span:first-of-type {
    display: none;
  }

  .wr-breadcrumb span::before {
    display: none;
  }

  .wr-hero {
    padding-top: 3.6rem;
    gap: 2.8rem;
  }

  .wr-title {
    font-size: clamp(3.45rem, 18vw, 5.9rem);
  }

  .wr-deadline-head span:first-child {
    max-width: 22ch;
  }

  .wr-deadline-rail {
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid var(--wr-line);
  }

  .wr-day {
    min-height: 42px;
  }

  .wr-section-head {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .wr-heading {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .wr-work-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 260px);
  }

  .wr-work-item:first-child,
  .wr-work-item:last-child {
    grid-column: auto;
  }

  .wr-credentials,
  .wr-timeline {
    grid-template-columns: 1fr;
  }

  .wr-credential:nth-child(even) {
    border-left: 0;
  }

  .wr-credential + .wr-credential {
    border-top: 1px solid var(--wr-line);
  }

  .wr-credential {
    min-height: 175px;
  }

  .wr-phase,
  .wr-phase + .wr-phase {
    min-height: 0;
    padding: 1.7rem 0 2.2rem 1.4rem;
    border-right: 0;
    border-left: 1px solid var(--wr-line);
  }

  .wr-phase::before {
    top: 1.9rem;
    left: -4px;
  }

  .wr-phase h3 {
    margin-top: 1rem;
  }

  .wr-reserve {
    gap: 2.5rem;
  }

  .wr-ticket {
    min-height: 430px;
  }

  .wr-code-row {
    grid-template-columns: 1fr;
  }

  .wr-ticket .wr-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .wr-scope-list li {
    grid-template-columns: 1fr;
  }

  .wr-scope-index {
    margin-bottom: -0.35rem;
  }

  .wr-ticket {
    padding: 1.4rem;
  }

  .wr-ticket-foot {
    flex-direction: column;
    gap: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wr-button,
  .wr-work-item img {
    transition: none;
  }

  .wr-button:hover,
  .wr-work-item:hover img {
    transform: none;
  }
}
