/* Beaver order greeting, store nav, configurator */

body.subpage.subpage--order {
  padding-top: 0;
  background: #0b0c0e;
}

body.subpage.subpage--order:not(.subpage--checkout) .footer {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.order-greet {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 32rem;
  overflow: hidden;
  color: #fff;
  background: #0b0c0e;
}

.order-greet__video {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 124%;
  height: 124%;
  max-width: none;
  object-fit: cover;
  object-position: 62% 58%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.order-greet__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 11, 13, 0.58) 0%, rgba(10, 11, 13, 0.12) 34%, rgba(10, 11, 13, 0.08) 62%, rgba(10, 11, 13, 0.7) 100%);
}

.order-greet__title {
  position: absolute;
  top: calc(var(--nav-h) + 0.35rem);
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-family: 'Shadows Into Light', cursive;
  font-size: clamp(3.8rem, 14vw, 9.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
}

.order-greet__live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.order-greet__letters {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}

.order-greet__char {
  display: block;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 0.18em;
}

.order-greet__char > span {
  display: block;
  transform: translateY(112%);
  animation: orderCharIn 0.78s var(--ease-out) forwards;
  animation-delay: calc(var(--i) * 75ms + 0.48s);
}

.order-greet__title::after {
  content: '';
  display: block;
  width: min(12rem, 42vw);
  height: 1px;
  margin: 0.28em auto 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: scaleX(0);
  transform-origin: center;
  animation: orderRuleIn 0.7s var(--ease-out) 1.02s forwards;
}

@keyframes orderCharIn {
  to { transform: translateY(0); }
}

@keyframes orderRuleIn {
  to { transform: scaleX(1); }
}

.order-greet__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
  opacity: 0;
  animation: orderScrollIn 0.7s var(--ease-out) 1.28s forwards;
}

.order-greet__scroll span:first-child {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.order-greet__scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), transparent);
  transform-origin: top;
  animation: orderScrollPulse 2s var(--ease-out) 1.6s infinite;
}

@keyframes orderScrollIn {
  to { opacity: 1; }
}

@keyframes orderScrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.62); opacity: 0.45; }
}

.order-greet :focus-visible,
.order-greet a:focus-visible {
  outline-color: #fff;
}

.order-build {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  scroll-margin-top: var(--nav-h);
  padding: calc(var(--nav-h) + 3.5rem) 0 8rem;
  background:
    radial-gradient(ellipse 120% 80% at 10% -20%, rgba(0, 0, 0, 0.03) 0%, transparent 50%),
    linear-gradient(180deg, #fafafa 0%, var(--bg) 40%, #f4f4f6 100%);
  color: var(--text);
}

.order-build__head {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.order-build__head .section__lead {
  margin: 0.85rem 0 0;
}

/* Collapsed store nav: clip the full bar into an island, then open it */
.header--store {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.header--store.scrolled {
  border-bottom-color: transparent;
  box-shadow: none;
}

.header--store::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  clip-path: inset(0.75rem calc(100% - 3.75rem) 0.75rem 0.75rem round 999px);
  transition:
    clip-path 0.38s var(--ease-out),
    background 0.32s var(--ease-out),
    box-shadow 0.32s var(--ease-out);
}

.header--store .nav {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0 2rem 0 0.75rem;
  justify-content: space-between;
}

.header--store .nav__logo {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 50%;
  transition: transform 0.2s var(--ease-out);
}

.header--store .nav__logo:hover {
  opacity: 1;
}

.header--store .nav__logo-img {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  transform: scale(1.72);
  transform-origin: 50% 50%;
}

.header--store .nav__brand {
  display: none;
}

.header--store .nav__menu,
.header--store .nav__actions {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .header--store:not(:hover):not(:focus-within) .nav__logo:hover {
    transform: scale(1.04);
  }

  .header--store:hover,
  .header--store:focus-within {
    pointer-events: auto;
  }

  .header--store:hover::before,
  .header--store:focus-within::before {
    clip-path: inset(0);
    background: var(--glass-white-strong);
  }

  .header--store:hover .nav__menu,
  .header--store:hover .nav__actions,
  .header--store:focus-within .nav__menu,
  .header--store:focus-within .nav__actions {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 90ms;
  }
}

@media (hover: none) and (min-width: 901px) {
  .header--store {
    pointer-events: auto;
    background: var(--glass-white-strong);
  }

  .header--store::before {
    clip-path: inset(0);
    background: transparent;
    box-shadow: none;
  }

  .header--store .nav {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .header--store .nav__menu,
  .header--store .nav__actions {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 900px) {
  .header--store {
    pointer-events: auto;
  }

  .header--store::before {
    clip-path: inset(0.62rem calc(100% - 6.85rem) 0.62rem 0.62rem round 999px);
  }

  .header--store .nav {
    justify-content: flex-start;
    gap: 0.15rem;
    padding: 0;
  }

  .header--store .nav__logo {
    pointer-events: auto;
    margin: 0.62rem 0 0.62rem 0.62rem;
  }

  .header--store .nav__toggle {
    display: flex;
    pointer-events: auto;
    margin: 0.62rem 0.2rem 0.62rem 0;
  }

  .header--store .nav__menu,
  .header--store .nav__actions {
    opacity: 1;
    transition: none;
  }

  .header--store:has(.nav__menu.open)::before {
    opacity: 0;
  }
}

/* Build desk */
.order-desk {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(22rem, 28rem);
  gap: 3.5rem;
  align-items: start;
}

.order-stage {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
}

.order-stage__figure {
  margin: 0;
  padding: 2rem 2rem 1.15rem;
  background: #0b0c0e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.order-spin {
  position: relative;
  width: 100%;
  height: 26rem;
}

.order-spin canvas,
.order-spin img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.order-spin img {
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.08));
}

.order-spin.is-live img {
  display: none;
}

.order-stage__figure figcaption {
  margin-top: 0.85rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.order-stage__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.order-stage__thumbs button {
  appearance: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--text-muted);
  text-align: center;
}

.order-stage__thumbs button img {
  width: 100%;
  height: 3.4rem;
  object-fit: contain;
  padding: 0.35rem;
  background: radial-gradient(ellipse at 50% 40%, #fff, #f1f1f3 80%);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.order-stage__thumbs button span {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-stage__thumbs button[aria-pressed="true"] {
  color: var(--text);
}

.order-stage__thumbs button[aria-pressed="true"] img {
  border-color: var(--text);
}

@media (hover: hover) and (pointer: fine) {
  .order-stage__thumbs button:hover img {
    transform: translateY(-2px);
  }
}

.order-config {
  display: flex;
  flex-direction: column;
  gap: 2.15rem;
  padding-top: 0.15rem;
}

.order-field h3 {
  margin: 0 0 0.85rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.order-seg {
  --seg-pad: 0.28rem;
  --seg-gap: 0.28rem;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--seg-gap);
  padding: var(--seg-pad);
  background: var(--glass-white);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: var(--shadow-xs), var(--glass-inset);
}

.order-seg__glider {
  position: absolute;
  z-index: 0;
  top: var(--seg-pad);
  left: var(--seg-pad);
  width: calc((100% - (var(--seg-pad) * 2) - (var(--seg-gap) * 2)) / 3);
  height: calc(100% - (var(--seg-pad) * 2));
  border-radius: var(--radius-pill);
  background: #0b0c0e;
  box-shadow:
    0 8px 18px rgba(12, 12, 14, 0.16),
    0 0 18px 2px rgba(12, 12, 14, 0.22);
  transform: translateX(0);
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.order-seg[data-barrel="13.7"] .order-seg__glider {
  transform: translateX(calc(100% + var(--seg-gap)));
}

.order-seg[data-barrel="16.1"] .order-seg__glider {
  transform: translateX(calc(200% + (var(--seg-gap) * 2)));
}

.order-seg label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  min-height: 3.35rem;
  padding: 0.55rem 0.35rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  background: transparent;
  transition: color 0.35s var(--ease-out);
}

.order-seg label:focus-within {
  outline: 2px solid rgba(12, 12, 14, 0.18);
  outline-offset: 2px;
}

.order-seg input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-seg strong {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.order-seg label span {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.35s var(--ease-out);
}

.order-seg label:has(input:checked) {
  color: #fff;
}

.order-seg label:has(input:checked) span {
  color: rgba(255, 255, 255, 0.62);
}

.order-integral {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  pointer-events: none;
  transition:
    grid-template-rows 0.34s var(--ease-out),
    opacity 0.24s var(--ease-out);
}

.order-integral.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

.order-integral__inner {
  overflow: hidden;
  min-height: 0;
}

.order-integral.is-open .order-integral__inner {
  overflow: visible;
  margin-top: 0.85rem;
}

.order-add {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy price"
    "copy switch";
  align-items: start;
  column-gap: 1rem;
  row-gap: 0.55rem;
  width: 100%;
  padding: 1.2rem 1.2rem 1.15rem;
  border: 1px solid var(--glass-border);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: var(--shadow-xs);
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition:
    border-color 0.32s var(--ease-out),
    background 0.32s var(--ease-out),
    box-shadow 0.32s var(--ease-out),
    color 0.32s var(--ease-out),
    transform 0.32s var(--ease-out);
}

.order-add:hover,
.order-add:focus-visible {
  border-color: rgba(12, 12, 14, 0.18);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.order-add:focus-visible {
  outline: 2px solid rgba(12, 12, 14, 0.2);
  outline-offset: 3px;
}

.order-add[aria-pressed="true"] {
  background: #0b0c0e;
  border-color: #0b0c0e;
  color: #fff;
  box-shadow:
    0 10px 28px rgba(12, 12, 14, 0.2),
    0 0 28px 6px rgba(12, 12, 14, 0.22);
}

.order-add__switch {
  grid-area: switch;
  position: relative;
  justify-self: end;
  align-self: end;
  width: 2.7rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #c4453c;
  border: 1px solid #b42318;
  box-shadow:
    0 0 14px 3px rgba(196, 69, 60, 0.5),
    inset 0 1px 2px rgba(12, 12, 14, 0.12);
  transition:
    background 0.35s var(--ease-out),
    border-color 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}

.order-add__switch span {
  position: absolute;
  top: 0.13rem;
  left: 0.13rem;
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(12, 12, 14, 0.16);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.order-add[aria-pressed="true"] .order-add__switch {
  background: #2f9e55;
  border-color: #247a41;
  box-shadow:
    0 0 16px 4px rgba(47, 158, 85, 0.55),
    inset 0 1px 2px rgba(12, 12, 14, 0.12);
}

.order-add[aria-pressed="true"] .order-add__switch span {
  transform: translateX(1.18rem);
}

.order-add__copy {
  grid-area: copy;
  min-width: 0;
  padding-right: 0.35rem;
}

.order-add__kicker {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.32s var(--ease-out);
}

.order-add__copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.order-add__note {
  display: block;
  margin-top: 0.38rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text-muted);
  transition: color 0.32s var(--ease-out);
}

.order-add[aria-pressed="true"] .order-add__kicker {
  color: rgba(255, 255, 255, 0.62);
}

.order-add[aria-pressed="true"] .order-add__note {
  color: rgba(255, 255, 255, 0.72);
}

.order-add__price {
  grid-area: price;
  justify-self: end;
  padding-top: 0.05rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.order-add[aria-pressed="true"] .order-add__price {
  color: #fff;
}

.order-sheet {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 1.25rem;
  margin: 0;
  padding-top: 0.15rem;
  border-top: 1px solid var(--border);
}

.order-sheet dt,
.order-sheet dd {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
}

.order-sheet dt:nth-last-of-type(1),
.order-sheet dd:nth-last-of-type(1) {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

.order-sheet dd {
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text-muted);
  text-align: right;
}

.order-sheet dd:nth-last-of-type(1) {
  font-size: 1.05rem;
  color: var(--text);
}

.order-config__actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.order-config__actions .btn {
  width: 100%;
}

/* Checkout */
body.subpage.subpage--checkout {
  padding-top: 0;
  background: var(--bg);
}

.check-page {
  padding: calc(var(--nav-h) + 3.25rem) 0 8rem;
}

.check-back {
  display: inline-block;
  margin-bottom: 1.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.25s var(--ease-out);
}

.check-back:hover {
  color: var(--text);
}

.check-page__head {
  max-width: 38rem;
  margin-bottom: 2.75rem;
}

.check-page__head .section__lead {
  margin: 0.85rem 0 0;
}

.check-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 32rem);
  gap: 3.25rem;
  align-items: start;
}

.check-recap .order-spin {
  height: 16.5rem;
}

.check-recap .order-sheet {
  margin-top: 1.35rem;
  max-width: 26rem;
}

.check-form h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.check-form__pay {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.check-form textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.check-form .btn {
  width: 100%;
  margin-top: 0.25rem;
}

.check-form .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.check-hold {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.check-hold.is-on {
  color: var(--text);
}

.ccp {
  --ring1: rgba(255, 255, 255, 0.22);
  --ring2: rgba(160, 164, 172, 0.42);
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 1.35rem;
  perspective: 1000px;
}

.ccp-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.8s var(--ease-out);
}

.ccp-card.is-flip {
  transform: rotateY(180deg);
}

.ccp-highlight {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 12px;
  z-index: 2;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px #fff;
  transition: 0.3s var(--ease-out);
  pointer-events: none;
}

.ccp-highlight.is-number {
  width: 346px;
  height: 40px;
  top: 92px;
  left: 18px;
}

.ccp-highlight.is-holder {
  width: 264px;
  height: 56px;
  top: 156px;
  left: 18px;
}

.ccp-highlight.is-expire {
  width: 86px;
  height: 56px;
  top: 156px;
  left: 323px;
}

.ccp-highlight.is-cvv {
  width: 381px;
  height: 91px;
  top: 83px;
  left: 18px;
}

.ccp-highlight.is-off {
  display: none;
}

.ccp-face {
  width: 100%;
  max-width: 420px;
  height: 233px;
  border-radius: 20px;
  padding: 24px 30px 30px;
  background: linear-gradient(to right bottom, #323941, #061018);
  box-shadow: 0 33px 50px -15px rgba(50, 55, 63, 0.66);
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  transform: rotateY(0deg);
}

.ccp-face::before,
.ccp-face::after {
  content: "";
  position: absolute;
  border: 16px solid var(--ring1);
  border-radius: 100%;
  left: -17%;
  top: -45px;
  height: 300px;
  width: 300px;
  filter: blur(13px);
  pointer-events: none;
}

.ccp-face::after {
  border-color: var(--ring2);
  top: 55%;
  left: -200px;
}

.ccp-face--back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  padding: 24px 0 0;
}

.ccp-mag {
  height: 40px;
  width: 100%;
  background-color: #6b7280;
  position: relative;
  z-index: 1;
}

.ccp-cvv {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ccp-cvv-field {
  margin-top: 6px;
  background-color: #fff;
  border-radius: 12px;
  height: 44px;
  width: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  font-size: 25px;
  line-height: 21px;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  letter-spacing: 0.18em;
}

.ccp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.ccp-number {
  font-size: 22px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  display: flex;
  height: 33px;
  overflow: hidden;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.ccp-slot {
  display: inline-flex;
}

.ccp-slot:nth-child(4n) {
  margin-right: 10px;
}

.ccp-digit {
  display: flex;
  flex-direction: column;
  height: 33px;
  line-height: 33px;
  transition: transform 0.2s var(--ease-out);
}

.ccp-digit.is-filed {
  transform: translateY(-33px);
}

.ccp-row {
  height: 33px;
  display: block;
}

.ccp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 1rem;
}

.ccp-holder {
  text-transform: uppercase;
  min-width: 0;
}

.ccp-holder #ccp-holder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 16rem;
}

.ccp-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-bottom: 4px;
}

.ccp-filed {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}

.ccp-date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.ccp-err {
  display: none;
  color: #b42318;
  font-size: 0.75rem;
  margin-top: 0.35rem;
}

.ccp-err.is-on {
  display: block;
}

@media (max-width: 560px) {
  .ccp-filed {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 450px) {
  .ccp-face {
    padding: 12px 14px 16px;
    height: 206px;
  }

  .ccp-highlight.is-number {
    width: 300px;
    left: 14px;
  }

  .ccp-highlight.is-holder {
    width: 220px;
    left: 14px;
  }

  .ccp-highlight.is-expire {
    left: 280px;
  }

  .ccp-highlight.is-cvv {
    width: 330px;
    left: 14px;
  }
}

@media (max-width: 980px) {
  .order-desk,
  .check-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .order-stage {
    position: relative;
    top: 0;
  }

  .order-stage__figure img {
    height: 18rem;
  }

  .order-spin {
    height: 18rem;
  }
}

@media (max-width: 640px) {
  .order-greet__title { top: calc(var(--nav-h) + 0.2rem); }
  .order-greet__scroll { bottom: 1.4rem; }
  .order-build,
  .check-page { padding: calc(var(--nav-h) + 2.25rem) 0 5.5rem; }
  .order-stage__thumbs button span { display: none; }
  .order-seg { border-radius: var(--radius-pill); }
  .order-seg__glider,
  .order-seg label { border-radius: var(--radius-pill); }
}

@media (prefers-reduced-motion: reduce) {
  .order-greet__char > span,
  .order-greet__title::after,
  .order-greet__scroll,
  .order-greet__scroll-line {
    animation: none;
  }
  .order-greet__char > span { transform: none; }
  .order-greet__title::after { transform: none; }
  .order-greet__scroll { opacity: 1; }

  .header--store::before,
  .header--store .nav__logo,
  .header--store .nav__menu,
  .header--store .nav__actions,
  .order-integral,
  .order-stage__figure img,
  .order-spin canvas,
  .order-seg__glider,
  .order-add,
  .order-add__switch,
  .order-add__switch span,
  .ccp-card,
  .ccp-highlight,
  .ccp-digit {
    transition: none;
  }
}

