/* SHARK GUITARS · 2026 Product Lineup · stylesheet */
:root {
  --ink:#37332e;
  --brown:#805f44;
  --gold:#ad8965;
  --line:#ddcdbc;
  --paper:#fff;
  --outer:#f5f1eb;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  background: var(--outer);
  color: var(--ink);
  font-family:
    Montserrat,
    Arial,
    sans-serif;
}
body {
  min-width: 320px;
}
.catalog {
  height: 100svh;
  min-height: 690px;
  max-width: 1920px;
  margin: auto;
  padding: 24px 32px 20px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 48px;
  gap: 20px;
}
.stage {
  position: relative;
  min-height: 0;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(182, 157, 130, .45);
  box-shadow: 0 12px 46px #65492c08;
  overflow: hidden;
}
.slide {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 0;
}
.product {
  min-width: 0;
  min-height: 0;
  position: relative;
  padding: 24px 26px 23px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  grid-template-rows: 32px minmax(85px, 1fr) auto;
  column-gap: 16px;
  row-gap: 12px;
  background:
    linear-gradient(
      128deg,
      #fff 35%,
      #ffffffcf);
}
.product:nth-child(odd) {
  border-right: 1px solid #e9e0d6;
}
.product:nth-child(-n+2):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 26px;
  right: 26px;
  border-bottom: 1px dotted #baa58f;
}
.name {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  min-width: 0;
}
h1 {
  font-size: clamp(16px, 1.65vw, 28px);
  line-height: 1.15;
  font-weight: 600;
  color: var(--brown);
  letter-spacing: -.035em;
  margin: 0;
  white-space: nowrap;
}
.price {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  text-align: right;
  white-space: nowrap;
}
.price span {
  display: block;
  font-size: 7px;
  letter-spacing: .08em;
  color: #857363;
  margin-bottom: 5px;
}
.price strong {
  font-size: clamp(14px, 1.25vw, 21px);
  line-height: 1;
  font-weight: 600;
  color: var(--brown);
}
.hero {
  grid-column: 1;
  grid-row: 2;
  min-height: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -4px;
}
.hero img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features {
  grid-column: 1;
  grid-row: 3;
  min-width: 0;
  align-self: end;
}
.features h2 {
  font-size: clamp(8px, .7vw, 10px);
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--gold);
  margin: 0 0 8px;
  line-height: 1;
}
.features dl {
  display: grid;
  gap: 4px;
  margin: 0;
  font-size: clamp(9.5px, .8vw, 12px);
  line-height: 1.5;
}
.features dl div {
  display: block;
}
.features dt,
.features dd {
  display: inline;
  margin: 0;
}
.features dt {
  font-weight: 600;
  padding-right: 6px;
}
.features dd {
  font-weight: 400;
}
.rail {
  grid-column: 2;
  grid-row: 2/4;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 15px;
}
.threads {
  align-self: center;
  flex: 1;
  min-height: 16px;
  max-height: 170px;
  position: relative;
  width: 18px;
  background:
    repeating-linear-gradient(
      90deg,
      #d1bba33b 0px,
      #d1bba33b 1px,
      transparent 1px,
      transparent 5px);
  mask-image:
    linear-gradient(
      transparent,
      #000 15%,
      #000 85%,
      transparent);
  opacity: .8;
}
.collection {
  height: 108px;
  flex: 0 0 108px;
  border: 1px solid #cfb79d;
  background:
    linear-gradient(
      135deg,
      #fff,
      #fcfaf7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 4px 9px;
  gap: 5px;
  border-radius: 1px;
  box-shadow: inset 0 0 18px #fff;
  overflow: hidden;
}
.collection img {
  width: 31px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 3px;
}
.collection b {
  font-size: 7.1px;
  font-weight: 600;
  letter-spacing: .025em;
  color: var(--brown);
  text-transform: uppercase;
}
.collection span {
  font-size: 6.8px;
  color: var(--brown);
  letter-spacing: .025em;
  text-transform: uppercase;
}
.footer {
  height: 48px;
  background: #977553;
  display: flex;
  align-items: center;
  padding: 0 26px;
  color: #fff;
  gap: 20px;
}
.brand {
  width: 70px;
  height: 23px;
  object-fit: contain;
}
.footer-title {
  font-size: 9px;
  letter-spacing: .075em;
}
.controls {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: auto;
}
.controls button {
  appearance: none;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff66;
  border-radius: 50%;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: background .15s;
}
.controls button:hover:enabled {
  background: #ffffff1f;
}
.controls button:disabled {
  opacity: .3;
  cursor: default;
}
.controls button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.controls svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}
#status {
  font-size: 10px;
  min-width: 42px;
  text-align: center;
  letter-spacing: .06em;
  font-variant-numeric: tabular-nums;
}
.slide.enter {
  animation: appear .23s ease-out;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width:1650px) {
  .product {
    padding: 32px 34px;
    grid-template-columns: minmax(0, 1fr) 86px;
    column-gap: 20px;
    row-gap: 18px;
  }
  .collection {
    height: 122px;
    flex-basis: 122px;
  }
  .collection b,
  .collection span {
    font-size: 8px;
  }
  .collection img {
    height: 55px;
    width: 35px;
  }
  .features dl {
    gap: 5px;
  }
  .price span {
    font-size: 8px;
  }
}
@media (max-height:780px) and (min-width:801px) {
  .catalog {
    padding-top: 16px;
    gap: 14px;
    padding-bottom: 14px;
  }
  .product {
    padding: 18px 22px;
    row-gap: 8px;
    grid-template-columns: minmax(0, 1fr) 64px;
  }
  .features dl {
    gap: 2px;
  }
  .collection {
    height: 96px;
    flex-basis: 96px;
  }
  .collection img {
    height: 40px;
    width: 27px;
  }
}
@media (max-width:1100px) {
  .catalog {
    padding: 18px;
    gap: 16px;
  }
  .product {
    padding: 20px 18px;
    column-gap: 10px;
    grid-template-columns: minmax(0, 1fr) 64px;
  }
  h1 {
    font-size: 18px;
  }
  .features dl {
    font-size: 9.5px;
  }
  .price strong {
    font-size: 14px;
  }
  .features dt {
    padding-right: 4px;
  }
}
@media (max-width:800px) {
  .catalog {
    height: auto;
    min-height: 100svh;
    padding: 12px;
    gap: 12px;
  }
  .slide {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .product {
    min-height: 350px;
    grid-template-rows: 34px 155px auto;
    padding: 22px 18px;
    row-gap: 12px;
  }
  .product:nth-child(odd) {
    border-right: 0;
  }
  .product:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    border-bottom: 1px dotted #baa58f;
  }
  .features dl {
    font-size: 9px;
    gap: 4px;
  }
  h1 {
    font-size: 22px;
  }
  .price strong {
    font-size: 17px;
  }
  .footer {
    padding: 0 14px;
    gap: 12px;
  }
  .footer-title {
    font-size: 7px;
  }
  .controls {
    gap: 8px;
  }
  .brand {
    width: 55px;
  }
  .collection b {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .slide.enter {
    animation: none;
  }
  .controls button {
    transition: none;
  }
}
@media print {
  .catalog {
    height: auto;
    padding: 0;
    max-width: none;
  }
  .slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product {
    break-inside: avoid;
    min-height: 350px;
  }
  .controls {
    display: none;
  }
}
.product {
  grid-template-rows: 40px minmax(70px, 1fr) auto;
}
.name {
  flex-direction: column;
  gap: 5px;
}
.concept-label {
  font-size: 8px;
  line-height: 1;
  letter-spacing: .075em;
  color: #9a7c60;
  text-transform: uppercase;
  font-weight: 600;
}
.story {
  font-size: clamp(9px, .76vw, 11px);
  line-height: 1.4;
  color: #676059;
  margin: 0 0 9px;
  max-width: 100%;
}
.overview {
  height: 100%;
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 0;
  padding: 42px 44px;
  background:
    linear-gradient(
      115deg,
      #fff 43%,
      #fffdf9);
}
.overview-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 52px;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 600;
  color: #8f6d50;
  margin: 0 0 24px;
}
.overview h1 {
  white-space: normal;
  font-size: clamp(28px, 3vw, 49px);
  font-weight: 700;
  line-height: 1.08;
  color: #1c1c1c;
  letter-spacing: -.035em;
}
.overview h2 {
  font-weight: 600;
  font-size: clamp(16px, 1.7vw, 25px);
  color: #8f6d50;
  line-height: 1.3;
  margin: 18px 0 22px;
}
.intro-copy {
  font-size: clamp(12px, 1.03vw, 16px);
  line-height: 1.75;
  margin: 0 0 25px;
}
.series-note {
  font-size: clamp(10px, .86vw, 13px);
  line-height: 1.7;
  color: #71685f;
  margin: 0 0 22px;
}
.price-note {
  font-size: 9px;
  line-height: 1.6;
  color: #948575;
  margin: 0;
}
.group-index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding-left: 38px;
  border-left: 1px solid #e7dbce;
}
.group-link {
  appearance: none;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid #e8ddd1;
  padding: 13px 0 14px;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}
.group-link:last-child {
  border-bottom: 0;
}
.group-link:hover h3 {
  color: #8f6d50;
}
.group-link:focus-visible {
  outline: 2px solid #8f6d50;
  outline-offset: 4px;
}
.group-link h3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 7px;
}
.group-link h3 span {
  color: #9a7c60;
  font-size: 9px;
  line-height: 19px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: .04em;
}
.group-link p {
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
  color: #70675e;
}
.collection-close {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 8%;
  text-align: center;
  background: #fdfbf8;
}
.collection-close h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 16px;
}
.collection-close p {
  max-width: 740px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8;
  color: #7b6b5b;
}
@media (max-height:780px) and (min-width:801px) {
  .overview {
    padding: 25px 30px;
  }
  .overview-intro {
    padding-right: 30px;
  }
  .group-index {
    padding-left: 25px;
  }
  .group-link {
    padding: 9px 0;
  }
  .group-link h3 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .group-link p {
    font-size: 10px;
    line-height: 1.45;
  }
  .overview h2 {
    margin: 14px 0;
  }
  .intro-copy {
    margin-bottom: 18px;
  }
  .series-note {
    margin-bottom: 15px;
  }
  .eyebrow {
    margin-bottom: 18px;
  }
  .story {
    margin-bottom: 7px;
    font-size: 9px;
  }
}
@media (max-width:1100px) {
  .overview {
    padding: 28px;
  }
  .overview-intro {
    padding-right: 26px;
  }
  .group-index {
    padding-left: 26px;
  }
  .group-link h3 {
    font-size: 13px;
  }
  .group-link p {
    font-size: 10px;
  }
}
@media (max-width:800px) {
  .overview {
    height: auto;
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }
  .overview-intro {
    padding: 0 0 26px;
  }
  .overview h1 {
    font-size: 35px;
  }
  .overview h2 {
    font-size: 19px;
  }
  .intro-copy {
    font-size: 13px;
  }
  .series-note {
    font-size: 11px;
  }
  .group-index {
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid #e7dbce;
  }
  .group-link {
    padding: 15px 0;
  }
  .group-link h3 {
    font-size: 15px;
  }
  .group-link p {
    font-size: 11px;
  }
  .product {
    grid-template-rows: 40px 150px auto;
  }
  .collection-close {
    padding: 35px 22px;
  }
  .collection-close h2 {
    font-size: 21px;
  }
  .collection-close p {
    font-size: 12px;
  }
  .footer-title {
    display: none;
  }
}
.item-title {
  min-width: 0;
  margin: var(--canon-detail-title-margin);
  color: var(--canon-ink-gd);
  font-family: var(--canon-font-family);
  font-size: var(--canon-detail-title-size);
  font-weight: var(--canon-detail-title-weight);
  letter-spacing: var(--canon-detail-title-tracking);
  line-height: var(--canon-detail-title-line);
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.item-title .title-prefix,
.item-title .title-separator,
.item-title .title-suffix {
  color: var(--canon-bronze);
}
.item-title .title-name {
  color: var(--canon-ink-gd);
}
:root {
  --canon-font-family:Montserrat,Arial,sans-serif;
  --canon-ink-gd:rgb(28,28,28);
  --canon-bronze:rgb(143,109,80);
  --canon-detail-title-weight:800;
  --canon-detail-title-size:clamp(16px,1.65vw,28px);
  --canon-detail-title-margin:0;
  --canon-detail-title-tracking:-.035em;
  --canon-detail-title-line:1.15;
  --shark-gilded-metal:linear-gradient(
      118deg,rgba(255,241,211,.3) 0%,rgba(255,241,211,.12) 29%,rgba(58,34,20,.15) 53%,rgba(255,225,183,.16) 76%,rgba(42,24,15,.18) 100%),linear-gradient(
      145deg,#a98461 0%,#826047 47%,#987454 73%,#684a35 100%);
}
.stage {
  border-color: #b69a7e;
  box-shadow: 0 16px 44px #64472d12, inset 0 0 0 1px #fff;
  overflow: hidden;
}
.product {
  isolation: isolate;
  background:
    linear-gradient(
      120deg,
      #fff 40%,
      #fcfaf7);
  overflow: hidden;
}
.product > .name,
.product > .price,
.product > .hero,
.product > .features,
.product > .rail {
  position: relative;
  z-index: 2;
}
.name .item-title {
  white-space: nowrap;
  overflow-wrap: normal;
}
.name .item-title span {
  font-weight: inherit;
}
.product-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: .83;
  mask-image:
    linear-gradient(
      to bottom,
      transparent 0,
      transparent 58px,
      #000 96px,
      #000 calc(100% - 8px),
      transparent 100%);
}
.product-motion[data-render-state=error],
.product-motion[data-render-state=unavailable] {
  display: none;
}
.product .threads {
  opacity: 0;
}
.product:has(.product-motion[data-render-state=error]) .threads,
.product:has(.product-motion[data-render-state=unavailable]) .threads {
  opacity: .8;
}
.product .hero {
  isolation: isolate;
}
.product .hero:before {
  content: "";
  position: absolute;
  inset: 14% -2% 8%;
  z-index: -1;
  background:
    radial-gradient(
      ellipse,
      #f1e8dc4d,
      transparent 70%);
  pointer-events: none;
}
.product .hero img {
  filter: drop-shadow(0 1.5px 1px #291d1415);
}
.catalog-corner {
  position: absolute;
  z-index: 3;
  width: 19px;
  height: 19px;
  pointer-events: none;
  opacity: .82;
}
.catalog-corner:before,
.catalog-corner:after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid #b49676;
  border-left: 1px solid #b49676;
}
.catalog-corner:after {
  inset: 4px 0 0 4px;
  border-color: #e2d4c3;
}
.catalog-corner.tl {
  top: 10px;
  left: 10px;
}
.catalog-corner.tr {
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}
.catalog-corner.bl {
  bottom: 10px;
  left: 10px;
  transform: rotate(-90deg);
}
.catalog-corner.br {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
.product:after {
  border-image:
    linear-gradient(
      90deg,
      #cfb79933,
      #a88762,
      #cfb79933) 1;
}
.collection {
  position: relative;
  isolation: isolate;
  border: 1px solid #ab8766;
  border-radius: 4px;
  background:
    linear-gradient(
      145deg,
      #fff 15%,
      #f5ede2 100%);
  box-shadow:
    inset 0 1px 0 #fff6e4b8,
    inset 0 -7px 12px #301b0f0d,
    0 3px 7px #412c1c10;
  transition: border-color .35s ease, box-shadow .4s ease;
}
.collection:after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #cfb89a7a;
  border-radius: 2px;
  pointer-events: none;
}
.collection:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: var(--shark-gilded-metal);
}
.collection b,
.collection > span:not(.category-metal-sweep),
.collection > img {
  position: relative;
  z-index: 1;
}
.collection .category-metal-sweep {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.category-metal-sweep:before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -46%;
  width: 38%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 244, 218, .8),
      transparent);
  opacity: 0;
  transform: skewX(-14deg) translateX(-180%);
}
.product:hover .category-metal-sweep:before {
  opacity: 1;
  animation: storefrontMetalSweep .78s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes storefrontMetalSweep {
  0% {
    transform: skewX(-14deg) translateX(-180%);
  }
  100% {
    transform: skewX(-14deg) translateX(520%);
  }
}
.footer {
  position: relative;
  isolation: isolate;
  background: var(--shark-gilded-metal);
  box-shadow: inset 0 1px 0 #fff6e488, inset 0 -1px 0 #301b0f66;
}
.footer .brand,
.footer .footer-title,
.footer .controls {
  position: relative;
  z-index: 2;
}
.footer-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: .70;
}
.motion-pause,
.motion-play {
  display: none;
}
#motion-toggle[data-playing=true] .motion-pause,
#motion-toggle[data-playing=false] .motion-play {
  display: block;
}
.controls button {
  background: #62442b0a;
  box-shadow: inset 0 1px 0 #ffffff1c;
}
html[data-catalog-motion=paused] .category-metal-sweep:before {
  animation: none;
}
@media (max-width:1100px) {
  :root {
    --canon-detail-title-size:18px;
  }
}
@media (max-width:800px) {
  :root {
    --canon-detail-title-size:22px;
  }
  .catalog-corner {
    width: 14px;
    height: 14px;
  }
  .catalog-corner.tl,
  .catalog-corner.tr {
    top: 7px;
  }
  .catalog-corner.bl,
  .catalog-corner.br {
    bottom: 7px;
  }
  .catalog-corner.tl,
  .catalog-corner.bl {
    left: 7px;
  }
  .catalog-corner.tr,
  .catalog-corner.br {
    right: 7px;
  }
  .controls {
    gap: 6px;
  }
  .footer {
    gap: 10px;
  }
  .footer-title {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  .product:hover .category-metal-sweep:before {
    animation: none;
  }
  .collection {
    transition: none;
  }
}
@media print {
  .product-motion,
  .footer-motion {
    display: none;
  }
  .product .threads {
    opacity: .8;
  }
}
.shark-guitar-frame {
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.shark-guitar-frame > img.shark-guitar-image {
  position: absolute !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  visibility: hidden;
  max-width: none !important;
  max-height: none !important;
  min-width: 0;
  min-height: 0;
  object-fit: contain !important;
  object-position: center;
  transform-origin: top left;
  filter: none !important;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.shark-guitar-frame > img.shark-image-ready {
  visibility: visible;
}
.lineup-cover.lineup-cover-front {
  grid-template-columns: 44% 56%;
  background: #030303;
}
.lineup-cover-front .lineup-cover-copy {
  align-items: center;
  text-align: center;
  padding: 32px 12px 32px 32px;
}
.lineup-cover.lineup-cover-front .cover-logo {
  width: clamp(220px, 24vw, 410px);
  height: clamp(82px, 9vw, 154px);
  object-position: center;
  margin: 0 0 30px;
}
.lineup-cover-front .cover-mark {
  width: clamp(260px, 26vw, 440px);
  height: auto;
  margin: 0 0 26px;
}
.lineup-cover.lineup-cover-front h1 {
  font-size: clamp(28px, 3.1vw, 54px);
  line-height: 1.12;
  letter-spacing: -.025em;
  margin: 0;
  max-width: 100%;
  color: #fff;
}
.lineup-cover-front .lineup-cover-photo {
  padding: 0;
  overflow: visible;
  position: relative;
}
.lineup-cover-front .lineup-cover-photo img {
  width: 118%;
  height: 118%;
  max-width: none;
  flex: none;
  object-fit: contain;
}
.lineup-cover.lineup-cover-front .legal {
  position: static;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
  max-width: none;
  text-align: left;
  color: #bda07f;
}
[hidden] {
  display: none !important;
}
.catalog {
  height: 100svh;
  min-height: 0;
  padding: 16px 24px 14px;
  grid-template-rows: minmax(0, 1fr) 48px;
  gap: 14px;
}
.slide {
  height: 100%;
  min-height: 0;
}
.product {
  padding: 22px 24px 20px;
  grid-template-columns: minmax(0, 1fr) 70px;
  grid-template-rows: var(--name-height,28px) minmax(0, 1fr) var(--features-height,94px);
  column-gap: 18px;
  row-gap: 10px;
}
.name {
  grid-column: 1;
  grid-row: 1;
  display: block;
}
.name .item-title {
  white-space: normal;
  line-height: 1.15;
  font-size: clamp(17px, 1.7vw, 27px);
  font-weight: 600;
}
.name .item-title span {
  font-weight: inherit;
}
.product .hero {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.product .hero img {
  filter: none;
}
.product .hero:before {
  display: none;
}
.features {
  grid-column: 1;
  grid-row: 3;
  align-self: start;
  min-width: 0;
}
.features dl {
  gap: 3px;
  font-size: clamp(9px, .8vw, 12px);
  line-height: 1.38;
}
.features dl div {
  overflow-wrap: anywhere;
}
.features dd {
  white-space: normal;
}
.features dt {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .85em;
}
.feature-note {
  font-size: clamp(8px, .67vw, 10px);
  line-height: 1.4;
  margin: 7px 0 0;
  color: #8f6d50;
}
.image-pending {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #8f6d50;
  margin: auto;
  max-width: 85%;
}
html[data-static="1"] .controls > * {
  visibility: hidden;
}
html[data-static="1"] .controls #status {
  visibility: visible;
}
.rail {
  grid-row: 2/4;
}
.collection {
  height: 98px;
  flex-basis: 98px;
}
.collection img {
  height: 41px;
  width: 29px;
}
.collection b {
  font-size: 7px;
}
.lineup-cover {
  height: 100%;
  display: grid;
  grid-template-columns: 42% 58%;
  background: #030303;
  color: white;
  overflow: hidden;
}
.lineup-cover-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 40px 56px;
  z-index: 1;
}
.lineup-cover .cover-logo {
  width: 115px;
  height: 45px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 45px;
}
.lineup-cover h1 {
  white-space: normal;
  color: white;
  font-size: clamp(34px, 3.5vw, 60px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 25px;
  letter-spacing: -.035em;
}
.lineup-cover .legal {
  font-size: 9px;
  line-height: 1.65;
  max-width: 390px;
  color: #bda07f;
  margin: 28px 0 0;
}
.lineup-cover-photo {
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px 15px 0;
}
.lineup-cover-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineup-chapter {
  position: relative;
  height: 100%;
  background: #0a0405;
  color: #fff;
  overflow: hidden;
}
.chapter-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
}
.chapter-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #0a0405 calc(50% - 320px),
      rgba(10, 4, 5, .9) calc(50% - 270px),
      rgba(10, 4, 5, 0) calc(50% - 150px),
      rgba(10, 4, 5, 0) calc(50% + 150px),
      rgba(10, 4, 5, .9) calc(50% + 270px),
      #0a0405 calc(50% + 320px));
}
.chapter-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 46%;
  padding: 40px 36px 40px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(
      90deg,
      rgba(8, 3, 4, .97) 0%,
      rgba(8, 3, 4, .92) 68%,
      rgba(8, 3, 4, 0) 100%);
}
.chapter-copy .eyebrow {
  font-size: 11px;
  letter-spacing: .14em;
  color: #CEA67D;
  font-weight: 600;
  margin: 0 0 12px;
}
.chapter-copy h1 {
  white-space: normal;
  color: #fff;
  font-size: clamp(28px, 2.7vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}
.chapter-lead {
  font-size: clamp(11px, .9vw, 14px);
  line-height: 1.5;
  color: #e9e1d6;
  margin: 0 0 14px;
  max-width: 520px;
}
.anatomy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 6px 0 22px;
}
.anatomy-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.anatomy .tok {
  font-size: clamp(52px, 5.2vw, 88px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #fff;
}
.anatomy .is-c .tok {
  color: #CEA67D;
}
.anatomy .is-s .tok {
  color: #e8d4b8;
}
.anatomy .is-dash .tok {
  color: #6b5a4a;
}
.anatomy .lead {
  display: block;
  width: 1px;
  height: 22px;
  background: #CEA67D;
  margin: 8px 0 6px;
}
.anatomy .lab {
  font-size: 9px;
  letter-spacing: .14em;
  font-weight: 700;
  color: #CEA67D;
  text-align: center;
}
.anatomy .lab small {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 500;
  color: #e9e1d6;
  margin-top: 3px;
  text-transform: none;
}
.emblem-grid {
  position: absolute;
  z-index: 2;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 12px;
}
.emblem {
  position: relative;
  min-height: 0;
}
.emblem-motion {
  position: absolute;
  inset: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  pointer-events: none;
  z-index: 0;
}
.emblem-face {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 14px;
  border: 1px solid rgba(206, 166, 125, .34);
  border-radius: 3px;
  background: rgba(255, 255, 255, .035);
  color: #e9e1d6;
  cursor: pointer;
  font: inherit;
  transition:
    border-color .25s ease,
    background .25s ease,
    transform .25s ease;
}
.emblem-face:hover,
.emblem-face:focus-visible,
.emblem.is-open .emblem-face {
  border-color: rgba(206, 166, 125, .85);
  background: rgba(206, 166, 125, .09);
  transform: translateY(-2px);
  outline: none;
}
.emblem-face img {
  width: 58px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .5));
}
.emblem-name {
  display: block;
  font-size: 13.5px;
  letter-spacing: .12em;
  font-weight: 700;
  color: #f3ede4;
}
.emblem-count {
  font-size: 8px;
  letter-spacing: .14em;
  color: #bda07f;
  font-weight: 600;
}
.emblem-text {
  position: absolute;
  z-index: 3;
  left: -4px;
  right: -4px;
  top: calc(100% + 6px);
  margin: 0;
  padding: 10px 12px;
  font-size: 10.5px;
  line-height: 1.45;
  color: #f3ede4;
  background: rgba(14, 7, 6, .96);
  border: 1px solid rgba(206, 166, 125, .6);
  border-radius: 3px;
  display: none;
  text-wrap: pretty;
}
.emblem-text p {
  margin: 0 0 8px;
}
.emblem-go {
  display: inline-block;
  border: 1px solid #CEA67D;
  background: transparent;
  color: #CEA67D;
  font: inherit;
  font-size: 9px;
  letter-spacing: .14em;
  font-weight: 700;
  padding: 6px 9px;
  border-radius: 2px;
  cursor: pointer;
}
.emblem-go:hover {
  background: #CEA67D;
  color: #1a1210;
}
.stage-return {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 14px;
  border: 1px solid #CEA67D;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #1a1210;
  color: #e9e1d6;
  font: inherit;
  font-size: 9.5px;
  letter-spacing: .12em;
  font-weight: 600;
  cursor: pointer;
}
.stage-return b {
  color: #CEA67D;
  font-weight: 800;
}
.stage-return:hover {
  background: #2a1e18;
}
html[data-static="1"] .stage-return {
  display: none;
}
.emblem.is-open .emblem-text {
  display: block;
}
html[data-static="1"] .emblem-motion {
  display: none;
}
html[data-static="1"] .emblem-text {
  display: block;
  position: static;
  margin: 6px 0 0;
  padding: 0 4px;
  background: none;
  border: 0;
  font-size: 9px;
  line-height: 1.4;
  color: #d9cfc2;
  text-align: center;
}
html[data-static="1"] .emblem-text p {
  margin: 0;
}
html[data-static="1"] .emblem-go {
  display: none;
}
html[data-static="1"] .emblem-face {
  cursor: default;
  padding: 12px 8px 9px;
  gap: 5px;
}
html[data-static="1"] .emblem-face img {
  width: 44px;
  height: 54px;
}
html[data-static="1"] .emblem-name {
  font-size: 12px;
}
html[data-static="1"] .emblem-count {
  font-size: 7.5px;
}
html[data-static="1"] .emblem-grid {
  top: 50%;
  transform: translateY(-50%);
  gap: 10px 12px;
}
html[data-static="1"] .emblem-text {
  font-size: 8.5px;
  line-height: 1.35;
  margin: 4px 0 0;
}
html[data-print="1"] .price:before,
html[data-print="1"] .price:after {
  background: none;
  -webkit-mask: none;
  mask: none;
  padding: 0;
  border: 1px solid #c9a97c;
}
html[data-print="1"] .price:after {
  border-color: rgba(201, 169, 124, .5);
}
.prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #CEA67D;
  color: #CEA67D;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}
.chapter-copy .legal {
  position: absolute;
  left: 56px;
  bottom: 28px;
  font-size: 9px;
  color: #bda07f;
  margin: 0;
  max-width: none;
}
.lineup-experience {
  height: 100%;
  display: grid;
  grid-template-columns: 46% 54%;
  background:
    linear-gradient(
      115deg,
      #fff 43%,
      #fffdf9);
  color: #1c1c1c;
  overflow: hidden;
}
.experience-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 24px 40px 56px;
}
.experience-copy .eyebrow {
  font-size: 10px;
  letter-spacing: .14em;
  color: #8f6d50;
  font-weight: 600;
  margin: 0 0 12px;
}
.experience-copy h1 {
  white-space: normal;
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  color: #1c1c1c;
}
.experience-lead {
  font-size: clamp(12px, .95vw, 15px);
  line-height: 1.55;
  color: #5e554c;
  margin: 0 0 18px;
  max-width: 520px;
}
.experience-points {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  row-gap: 12px;
  max-width: 520px;
}
.experience-points li {
  display: grid;
  grid-template-columns: auto;
  padding-left: 18px;
  position: relative;
}
.experience-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: #CEA67D;
}
.experience-points strong {
  font-size: clamp(11px, .9vw, 13.5px);
  letter-spacing: .04em;
  color: #1c1c1c;
}
.experience-points span {
  display: block;
  font-size: clamp(10.5px, .8vw, 12.5px);
  line-height: 1.45;
  color: #6b6259;
  margin-top: 2px;
}
.experience-link {
  display: inline-flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 2px;
  border: 1px solid #aa8864;
  padding: 11px 16px;
  text-decoration: none;
  color: #805f44;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}
.experience-link small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #a07b48;
  text-transform: none;
}
.experience-link:hover {
  background: #8f6d50;
  color: #fff;
}
.experience-link:hover small {
  color: #f7f1e8;
}
.experience-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  min-width: 0;
  min-height: 0;
}
.experience-figure img {
  width: 100%;
  height: auto;
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px rgba(42, 23, 12, .3));
}
.experience-figure figcaption {
  margin-top: 12px;
  font-size: 9px;
  letter-spacing: .12em;
  color: #8f6d50;
  font-weight: 600;
  text-transform: uppercase;
}
.lineup-cover-back .lineup-cover-copy {
  align-items: center;
  text-align: center;
  padding: 40px 36px;
}
.lineup-cover-back .cover-logo {
  width: clamp(200px, 20vw, 320px);
  height: auto;
  margin: 0 0 34px;
  object-position: center;
}
.back-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  margin: 0 0 30px;
}
.back-links a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
}
.back-links a small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #bda07f;
}
.back-links a:hover {
  color: #CEA67D;
}
.back-powered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 10px;
  letter-spacing: .14em;
  font-weight: 600;
  color: #CEA67D;
}
.back-powered img {
  height: 28px;
  width: auto;
}
.lineup-cover-back .legal {
  margin: 0;
  max-width: none;
  text-align: center;
}
.lineup-cover-back .lineup-cover-photo {
  padding: 0;
}
.lineup-cover-back .lineup-cover-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.lineup-image-page {
  height: 100%;
  background: #f5f1eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lineup-image-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-filter {
  font: inherit;
  font-size: 10px;
  max-width: 145px;
  background: #715237;
  color: white;
  border: 1px solid #ffffff66;
  padding: 7px;
  position: relative;
  z-index: 2;
}
.controls {
  gap: 12px;
}
.lineup-series {
  height: 100%;
  padding: 22px 40px 12px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 10px;
  background:
    linear-gradient(
      115deg,
      #fff 43%,
      #fffdf9);
}
.series-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  column-gap: 28px;
}
.series-head .eyebrow {
  grid-column: 1/-1;
  font-size: 10px;
  letter-spacing: .1em;
  color: #8f6d50;
  font-weight: 600;
  margin: 0 0 6px;
}
.series-head h1 {
  white-space: normal;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.1;
  margin: 0;
}
.series-head p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.5;
  color: #70675e;
  margin: 0;
  max-width: 900px;
}
.series-columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 22px;
  min-height: 0;
}
.series-col {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  border-top: 1px solid #e5d9ca;
  padding-top: 12px;
  text-align: center;
}
.series-col h2 {
  margin: 0;
  font-size: clamp(15px, 1.3vw, 21px);
  font-weight: 700;
  letter-spacing: .09em;
  color: #805f44;
}
.series-state {
  margin: 3px 0 0;
  font-size: 8.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #a07b48;
  font-weight: 600;
}
.series-figure {
  margin: 10px 0 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.series-frame {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.series-figure figcaption {
  font-size: 9px;
  letter-spacing: .08em;
  color: #8f6d50;
  margin-top: 6px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.series-figure {
  position: relative;
}
.series-frame.silhouette {
  filter: brightness(0) saturate(0);
  opacity: .97;
}
.series-question {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  font-size: clamp(46px, 4.8vw, 80px);
  font-weight: 700;
  line-height: 1;
  color: #CEA67D;
  text-shadow: 0 2px 10px #00000055;
  pointer-events: none;
}
.is-silhouette figcaption {
  color: #a07b48;
}
.series-text {
  font-size: clamp(10px, .72vw, 12px);
  line-height: 1.5;
  color: #4a433c;
  margin: 10px 0 0;
  height: var(--series-text-height,auto);
  text-align: center;
}
.series-legal {
  font-size: 9px;
  color: #8f6d50;
  margin: 10px 0 0;
  text-align: right;
}
@media (max-height:780px) and (min-width:801px) {
  .lineup-series {
    padding: 16px 30px 12px;
    gap: 8px;
  }
  .series-text {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 6px;
  }
  .series-col {
    padding-top: 8px;
  }
}
@media (max-height:780px) and (min-width:801px) {
  .catalog {
    padding: 12px 18px;
    gap: 10px;
    grid-template-rows: minmax(0, 1fr) 42px;
  }
  .footer {
    height: 42px;
  }
  .product {
    padding: 16px 20px;
    grid-template-columns: minmax(0, 1fr) 62px;
    column-gap: 12px;
    row-gap: 8px;
  }
  .name .item-title {
    font-size: 19px;
  }
  .price strong {
    font-size: 15px;
  }
  .price span {
    font-size: 7px;
  }
  .features dl {
    font-size: 9.5px;
    line-height: 1.32;
    gap: 2px;
  }
  .feature-note {
    font-size: 8.5px;
    line-height: 1.35;
    margin-top: 6px;
  }
  .collection {
    height: 88px;
    flex-basis: 88px;
  }
  .collection img {
    height: 35px;
    width: 25px;
  }
  .lineup-cover-copy {
    padding-left: 42px;
  }
  .lineup-cover .cover-logo {
    margin-bottom: 30px;
  }
  .lineup-cover h1 {
    font-size: 38px;
  }
}
.name {
  grid-column: 1/-1;
}
.name .item-title {
  font-size: clamp(22px, 1.85vw, 30px);
  font-weight: 600;
}
.product {
  grid-template-columns: minmax(0, 1fr) 80px;
}
.price {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  text-align: center;
}
.price strong {
  font-size: 20px;
}
.price span {
  font-size: 8px;
}
.features dl {
  font-size: clamp(11.5px, .9vw, 14px);
  line-height: 1.42;
  gap: 4px;
}
.features dd strong {
  font-weight: 600;
}
.features dt {
  color: #8f6d50;
}
.feature-note {
  font-size: 10px;
  line-height: 1.4;
}
.rail {
  grid-row: 3;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.product .collection {
  appearance: none;
  width: 80px;
  height: auto;
  min-height: 85px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 7px 0;
  gap: 8px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  overflow: visible;
  transition: transform .2s ease;
}
.product .collection:before,
.product .collection:after {
  content: none;
  display: none;
}
.product .collection img {
  height: 45px;
  width: 34px;
  margin: 0;
}
.product .collection b {
  font-size: 9px;
  text-transform: none;
  letter-spacing: 0;
}
.product .collection:hover,
.product .collection:focus-visible {
  transform: translateY(-3px) scale(1.06);
}
.product .collection:focus-visible {
  outline: 1px solid #ad8965;
  outline-offset: 4px;
}
.product-motion {
  transform: translateX(-24px);
}
.collection-tooltip {
  position: absolute;
  z-index: 10;
  right: 18px;
  bottom: 110px;
  width: min(280px, 80%);
  padding: 14px 16px;
  border: 1px solid #bda489;
  background: #fffdf9;
  box-shadow: 0 8px 24px #3a261b20;
  pointer-events: none;
  color: #37332e;
  font-size: 12px;
  line-height: 1.5;
}
.collection-tooltip > strong {
  color: #805f44;
  font-weight: 600;
}
.collection-tooltip p {
  margin: 7px 0;
}
.collection-tooltip small {
  font-size: 10px;
  color: #8f6d50;
}
@media (max-height:780px) and (min-width:801px) {
  .product {
    padding: 16px 20px;
    grid-template-columns: minmax(0, 1fr) 76px;
    column-gap: 12px;
  }
  .name .item-title {
    font-size: 22px;
  }
  .features dl {
    font-size: 11.5px;
    line-height: 1.38;
    gap: 3px;
  }
  .feature-note {
    font-size: 9.5px;
  }
  .price strong {
    font-size: 18px;
  }
  .collection-tooltip {
    font-size: 11px;
    bottom: 112px;
  }
  .product .collection img {
    height: 40px;
    width: 31px;
  }
}
@media (min-width:801px) {
  .product {
    padding: 22px 30px 18px;
    grid-template-columns: minmax(0, 1fr) 108px;
    grid-template-rows: 40px minmax(0, 1fr) var(--features-height,120px);
    column-gap: 20px;
    row-gap: 6px;
    border: 1px solid #d9c9b5;
    box-shadow: 0 1px 0 #fff inset;
  }
  html,
  body {
    background: #f1ebe2;
  }
  .catalog {
    background: #f1ebe2;
  }
  .name {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-content: start;
    align-items: baseline;
    column-gap: 12px;
    row-gap: 4px;
  }
  .name {
    padding-left: 6px;
  }
  .name .item-title {
    font-size: clamp(20px, 1.7vw, 31px);
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
  }
  .identity-series {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: clamp(8px, .58vw, 9.5px);
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    align-self: center;
    line-height: 1.1;
  }
  .identity-series b {
    font-weight: 700;
    color: #CEA67D;
  }
  .identity-series i {
    font-style: normal;
    font-weight: 600;
    color: #8d867c;
  }
  .detail-identity-sku {
    grid-column: 1/-1;
    font-size: 7px;
    line-height: 1.2;
    color: #a69a8f;
    letter-spacing: .035em;
    font-weight: 400;
  }
  .product .hero {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .guitar-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--guitar-box-width,56%);
    height: var(--guitar-box-height,110px);
    overflow: hidden;
  }
  .guitar-frame,
  .series-frame:not(.silhouette) {
    filter: drop-shadow(0 1px 1px rgba(42, 23, 12, .5)) drop-shadow(0 2px 2px rgba(42, 23, 12, .22));
  }
  .lineup-divider {
    position: relative;
    height: 100%;
    background:
      radial-gradient(
        120% 90% at 50% 100%,
        #1a100c 0%,
        #0a0605 45%,
        #030303 100%);
    color: #fff;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 4px;
    padding: 28px 56px 20px;
    overflow: hidden;
    isolation: isolate;
  }
  .divider-motion {
    position: absolute;
    left: -25%;
    top: 14%;
    height: 200%;
    width: 150%;
    pointer-events: none;
    z-index: 0;
    opacity: .62;
  }
  .divider-head,
  .divider-heroes {
    position: relative;
    z-index: 1;
  }
  .divider-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 40px;
  }
  .divider-logo {
    display: block;
    height: 30px;
    width: auto;
    margin: 0 0 14px;
  }
  .divider-brand .eyebrow {
    font-size: 10px;
    letter-spacing: .14em;
    color: #CEA67D;
    font-weight: 600;
    margin: 0 0 6px;
  }
  .divider-text {
    margin: 0;
    max-width: 560px;
    font-size: clamp(11.5px, .92vw, 14.5px);
    line-height: 1.5;
    color: #d9cfc2;
    text-wrap: pretty;
  }
  .divider-title {
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    gap: .28em;
    font-size: clamp(54px, 5.6vw, 92px);
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.03em;
  }
  .divider-word {
    color: #CEA67D;
  }
  .divider-series {
    color: #fff;
    font-size: .5em;
    font-weight: 800;
    letter-spacing: .02em;
  }
  .divider-heroes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 28px;
    min-height: 0;
    align-items: stretch;
    padding: 6px 20px 0;
  }
  .divider-figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
  }
  .divider-frame {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .55)) drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
  }
  .divider-figure figcaption {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    padding: 10px 0 0;
  }
  .divider-figure .item-title .title-name {
    color: #fff;
  }
  .divider-figure .item-title .title-prefix,
  .divider-figure .item-title .title-separator {
    color: #CEA67D;
  }
  .divider-figure .item-title {
    font-size: clamp(14px, 1.15vw, 19px);
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .divider-figure .identity-series {
    align-items: center;
    font-size: 8.5px;
  }
  .features {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    min-height: 0;
  }
  .story {
    max-width: calc(100% - 118px);
  }
  .features dl {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 3px;
    font-size: clamp(8.5px, .58vw, 10px);
    line-height: 1.3;
  }
  .features dd {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    color: #2a2622;
  }
  .features dd strong {
    font-weight: 400;
  }
  .features dl div {
    min-width: 0;
    overflow-wrap: normal;
  }
  .features dl div.w2,
  .features dl div.w3 {
    grid-column: 1/-1;
  }
  .features dt {
    font-weight: 800;
    font-size: .98em;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8f6d50;
    margin-right: 6px;
    white-space: nowrap;
  }
  .features dl > div {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .features dd strong {
    font-weight: 600;
  }
  .features .story {
    font-size: clamp(8.5px, .56vw, 9.5px);
    font-weight: 400;
    line-height: 1.32;
    color: #8a7f74;
    margin: 5px 0 0;
  }
  .feature-note {
    font-size: clamp(7.5px, .6vw, 9.5px);
    line-height: 1.35;
    margin-top: 3px;
  }
  .name {
    max-width: calc(100% - 118px);
  }
  .features dl {
    max-width: calc(100% - 78px);
  }
  .rail {
    grid-column: 2;
    grid-row: 1/3;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    padding: 10px 0 0;
    overflow: visible;
  }
  .product[data-family=Solid] .collection img {
    transform: scale(.86);
  }
  .product[data-family=Solid] .collection:hover img {
    transform: translateY(-2px) scale(.9);
  }
  .product[data-family=Polarity] .collection img {
    transform: scale(1.3);
  }
  .product[data-family=Nomad] .collection img {
    transform: scale(1.18);
  }
  .product[data-family=Truewood] .collection img {
    transform: scale(1.1);
  }
  .product[data-family=Polarity] .collection:hover img {
    transform: translateY(-2px) scale(1.36);
  }
  .product[data-family=Nomad] .collection:hover img {
    transform: translateY(-2px) scale(1.24);
  }
  .product .collection {
    width: 108px;
    min-height: 0;
    height: auto;
    padding: 0;
    gap: 9px;
    justify-content: center;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .product .collection img {
    width: 50px;
    height: 62px;
    margin: 0;
    filter: drop-shadow(0 1px 1px rgba(60, 40, 20, .4));
    transition: transform .25s ease, filter .25s ease;
  }
  .product .collection:hover img,
  .product .collection:focus-visible img {
    transform: translateY(-2px) scale(1.05);
    filter: drop-shadow(0 2px 2px rgba(60, 40, 20, .45));
  }
  .product .collection b {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #8f6d50;
    text-align: center;
  }
  .product .collection b span {
    display: block;
    font-size: 8px;
    letter-spacing: .09em;
    margin-top: 3px;
  }
  .price {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    justify-self: center;
    min-height: 0;
    text-align: center;
    margin: 0;
    padding: 6px 14px;
    z-index: 2;
    transform: translateX(-62px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 200px;
    height: var(--specs-height,auto);
    box-sizing: border-box;
    position: relative;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(60, 40, 20, .07), 0 1px 2px rgba(60, 40, 20, .06);
  }
  .price:before,
  .price:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
    padding: 1px;
    background:
      linear-gradient(
        135deg,
        #e9cf9c 0%,
        #a8845a 38%,
        #d9b98a 62%,
        #8f6d50 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
  }
  .price:before {
    inset: 0;
  }
  .price:after {
    inset: 4px;
    border-radius: 6px;
    opacity: .55;
  }
  .price strong {
    order: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: clamp(25px, 1.9vw, 33px);
    font-weight: 600;
    line-height: 1.1;
    color: #1c1c1c;
    letter-spacing: -.01em;
  }
  .price strong em {
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #8f6d50;
  }
  .story {
    text-wrap: pretty;
  }
  .price .price-label {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin: 3px 0 0;
    font-size: 8.5px;
    letter-spacing: .16em;
    font-weight: 700;
    color: #8f6d50;
  }
  .price .price-label small {
    display: block;
    font-size: 7px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
    color: #6f6157;
    white-space: nowrap;
  }
  .product-motion {
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 1;
    mix-blend-mode: normal;
  }
  .collection-tooltip {
    right: 24px;
    top: auto;
    bottom: 118px;
    width: 285px;
    font-size: 11px;
  }
  .series-status {
    font-size: 9px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-right: 4px;
    white-space: nowrap;
  }
}
@media (min-width:801px) {
  .lineup-cover.lineup-cover-front {
    grid-template-columns: 42% 58%;
    position: relative;
  }
  .lineup-cover-front .lineup-cover-copy {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 48px;
    isolation: isolate;
    z-index: 2;
  }
  .lineup-cover-front .lineup-cover-photo {
    grid-column: 2;
  }
  .lineup-cover-front .cover-motion {
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    height: 110%;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: .6;
  }
  .lineup-cover-front .lineup-cover-photo {
    position: relative;
    z-index: 1;
  }
  .lineup-cover-front .cover-mark,
  .lineup-cover-front h1 {
    position: relative;
    z-index: 1;
  }
  .lineup-cover-front .cover-mark {
    width: clamp(280px, 29vw, 500px);
    margin: 0 0 22px;
  }
  .lineup-cover-front h1 {
    font-size: clamp(30px, 3.2vw, 56px);
  }
  .cover-powered-lockup {
    position: absolute;
    left: 40px;
    bottom: 30px;
    height: clamp(58px, 6.4vw, 100px);
    width: auto;
    z-index: 1;
  }
  .lineup-cover-front .lineup-cover-photo {
    position: relative;
    padding: 15px 24px 15px 0;
    overflow: visible;
  }
  .lineup-cover-front .lineup-cover-photo img {
    width: 118%;
    height: 118%;
    max-width: none;
    flex: none;
    object-fit: contain;
    -webkit-mask-image:
      linear-gradient(
        90deg,
        transparent 0,
        rgba(0, 0, 0, .35) 22%,
        #000 48%);
    mask-image:
      linear-gradient(
        90deg,
        transparent 0,
        rgba(0, 0, 0, .35) 22%,
        #000 48%);
  }
  .lineup-cover-front .lineup-cover-photo .cover-legal {
    position: absolute;
    left: auto;
    right: 28px;
    top: auto;
    bottom: 28px;
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
    color: #efe6d8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
    text-align: right;
    z-index: 2;
    max-width: none;
    white-space: nowrap;
  }
}
@media (max-width:820px) {
  html,
  body {
    height: auto;
    overflow: auto;
    background: #f1ebe2;
  }
  .catalog {
    display: block;
    height: auto;
    min-height: 100svh;
    padding: 10px 10px 72px;
  }
  .catalog .stage,
  .catalog .slide {
    height: auto;
    min-height: 0;
  }
  .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    z-index: 50;
    padding: 0 10px;
  }
  .footer .brand-text,
  .series-status {
    display: none;
  }
  .collection-filter {
    max-width: 120px;
    font-size: 11px;
  }
  .stage-return {
    position: sticky;
    top: 0;
    transform: none;
    left: auto;
    margin: 0 auto 8px;
    display: flex;
    width: max-content;
    border-top: 1px solid #CEA67D;
    border-radius: 4px;
  }
  .lineup-cover.lineup-cover-front,
  .lineup-cover.lineup-cover-back {
    display: block;
    height: auto;
    position: relative;
  }
  .lineup-cover-front .cover-motion,
  .lineup-cover-front .flat-shader {
    display: none;
  }
  .lineup-cover-front .lineup-cover-copy {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 38px 20px 26px;
    align-items: center;
    text-align: center;
    isolation: auto;
  }
  .lineup-cover-front .cover-mark {
    width: min(70vw, 320px);
    margin: 0 0 16px;
  }
  .lineup-cover-front h1 {
    font-size: clamp(22px, 7vw, 32px);
    white-space: normal;
  }
  .cover-powered-lockup {
    position: static;
    display: block;
    height: 54px;
    width: auto;
    margin: 22px auto 0;
  }
  .lineup-cover-front .lineup-cover-photo {
    position: relative;
    height: 52vh;
    padding: 0;
    overflow: hidden;
    z-index: auto;
  }
  .lineup-cover-front .lineup-cover-photo img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 60% center;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .lineup-cover-front .lineup-cover-photo .cover-legal {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 10px;
    top: auto;
    width: auto;
    max-width: none;
    white-space: normal;
    text-align: right;
    font-size: 10px;
    line-height: 1.4;
  }
  .lineup-cover-back .lineup-cover-copy {
    padding: 36px 20px;
    height: auto;
  }
  .lineup-cover-back .cover-logo {
    width: min(60vw, 260px);
    margin: 0 0 24px;
  }
  .back-links {
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
  }
  .lineup-cover-back .lineup-cover-photo {
    height: 48vh;
  }
  .lineup-series {
    height: auto;
    display: block;
    padding: 22px 14px 26px;
  }
  .series-head p {
    white-space: normal;
  }
  .series-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }
  .series-col {
    display: block;
    padding-top: 10px;
  }
  .series-frame {
    height: 46vw;
    min-height: 150px;
  }
  .series-text {
    height: auto;
  }
  .lineup-chapter {
    height: auto;
    display: block;
    padding: 0 0 18px;
  }
  .chapter-bg {
    opacity: .35;
  }
  .chapter-fade {
    display: none;
  }
  .chapter-copy {
    position: relative;
    width: 100%;
    height: auto;
    padding: 32px 18px 8px;
    background:
      linear-gradient(
        180deg,
        rgba(8, 3, 4, .92),
        rgba(8, 3, 4, .55));
  }
  .chapter-copy h1 {
    font-size: clamp(26px, 8vw, 40px);
  }
  .anatomy {
    gap: 8px;
  }
  .anatomy .tok {
    font-size: clamp(34px, 11vw, 56px);
  }
  .emblem-grid {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
    max-width: none;
    margin: 12px 14px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 8px;
  }
  .emblem-face {
    padding: 12px 6px 10px;
    gap: 5px;
  }
  .emblem-face img {
    width: 40px;
    height: 50px;
  }
  .emblem-name {
    font-size: 10px;
    letter-spacing: .08em;
  }
  .emblem-count {
    font-size: 7px;
  }
  .emblem-text {
    left: 0;
    right: 0;
    font-size: 10px;
  }
  .lineup-divider {
    height: auto;
    display: block;
    padding: 24px 16px 22px;
  }
  .divider-motion,
  .lineup-divider .flat-shader {
    display: none;
  }
  .divider-head {
    display: block;
  }
  .divider-title {
    white-space: normal;
    flex-wrap: wrap;
    font-size: clamp(40px, 13vw, 64px);
    margin: 14px 0 8px;
  }
  .divider-heroes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
    padding: 8px 0 0;
  }
  .divider-frame {
    height: 60vw;
    min-height: 200px;
  }
  .divider-figure .item-title {
    font-size: 14px;
  }
  .catalog .slide {
    display: block;
  }
  .catalog .slide .product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    grid-template-rows: auto 46vw auto auto;
    column-gap: 10px;
    row-gap: 10px;
    padding: 16px 14px 14px;
    margin: 0 0 12px;
    min-height: 0;
    height: auto;
  }
  .product .name {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    max-width: none;
    padding-left: 0;
  }
  .product .name .item-title {
    white-space: normal;
    font-size: clamp(19px, 6vw, 26px);
  }
  .identity-series {
    font-size: 8px;
  }
  .product .rail {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    justify-content: flex-start;
  }
  .product .collection {
    width: 64px;
    min-height: 0;
    padding: 0;
  }
  .product .collection img {
    width: 36px;
    height: 44px;
  }
  .product .collection b {
    font-size: 8px;
  }
  .product .hero {
    grid-column: 1/-1;
    grid-row: 2;
    height: 100%;
  }
  .product .features {
    grid-column: 1/-1;
    grid-row: 3;
    max-width: none;
  }
  .features dl {
    grid-template-columns: 1fr;
    max-width: none;
    font-size: 11px;
    row-gap: 4px;
  }
  .features dl > div {
    white-space: normal;
  }
  .features dd {
    white-space: normal;
    overflow: visible;
  }
  .story {
    max-width: none;
    font-size: 11px;
  }
  .catalog .slide .product .price {
    grid-column: 1/-1;
    grid-row: 4;
    position: relative;
    transform: none;
    justify-self: center;
    align-self: start;
    height: auto;
    margin: 2px 0 0;
    padding: 10px 18px;
  }
  .product-motion,
  .product .flat-shader {
    display: none;
  }
  .catalog-corner {
    display: none;
  }
  .collection-tooltip {
    right: 12px;
    bottom: auto;
    top: 80px;
    width: min(300px, 86%);
  }
  .lineup-experience {
    height: auto;
    display: block;
  }
  .experience-copy {
    padding: 32px 20px 10px;
  }
  .experience-copy h1 {
    font-size: clamp(24px, 7vw, 34px);
  }
  .experience-figure {
    padding: 10px 20px 28px;
  }
  .experience-figure img {
    max-height: none;
    width: 100%;
  }
  .lineup-image-page {
    height: auto;
  }
}
@media (max-width:820px) {
  .guitar-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--guitar-box-width,80%);
    height: var(--guitar-box-height,110px);
    overflow: hidden;
    margin: 0 auto;
  }
  .lineup-chapter {
    display: flex;
    flex-direction: column;
  }
  .chapter-copy {
    order: 1;
  }
  .emblem-grid {
    order: 2;
  }
  .lineup-divider {
    background:
      radial-gradient(
        120% 90% at 50% 100%,
        #1a100c 0%,
        #0a0605 45%,
        #030303 100%);
    color: #fff;
  }
  .divider-logo {
    display: block;
    height: 28px;
    width: auto;
    margin: 0 0 12px;
  }
  .divider-brand .eyebrow {
    font-size: 10px;
    letter-spacing: .14em;
    color: #CEA67D;
    font-weight: 600;
    margin: 0 0 6px;
  }
  .divider-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #d9cfc2;
  }
  .divider-title {
    display: flex;
    align-items: baseline;
    gap: .3em;
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.03em;
  }
  .divider-word {
    color: #CEA67D;
  }
  .divider-series {
    color: #fff;
    font-size: .5em;
    font-weight: 800;
    letter-spacing: .02em;
  }
  .divider-figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .divider-frame {
    position: relative;
    width: 100%;
    overflow: visible;
    filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .55));
  }
  .divider-figure figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    padding: 8px 0 0;
  }
  .divider-figure .item-title {
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .divider-figure .item-title .title-name {
    color: #fff;
  }
  .divider-figure .item-title .title-prefix,
  .divider-figure .item-title .title-separator {
    color: #CEA67D;
  }
  .identity-series {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .identity-series b {
    font-weight: 700;
    color: #CEA67D;
  }
  .identity-series i {
    font-style: normal;
    font-weight: 600;
    color: #8d867c;
  }
  .features dt {
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8f6d50;
    margin-right: 6px;
  }
  .features dd strong {
    font-weight: 400;
  }
  .catalog .slide .product .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #c9a97c;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(60, 40, 20, .07);
  }
  .price strong {
    order: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    color: #1c1c1c;
  }
  .price strong em {
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #8f6d50;
  }
  .price .price-label {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin: 4px 0 0;
    font-size: 8.5px;
    letter-spacing: .16em;
    font-weight: 700;
    color: #8f6d50;
  }
  .price .price-label small {
    display: block;
    font-size: 7px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
    color: #6f6157;
    white-space: normal;
    text-align: center;
  }
  .product .name .item-title {
    font-weight: 800;
    line-height: 1.1;
  }
  .product .collection b {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #8f6d50;
    text-align: center;
  }
  .cover-legal {
    font-size: 9px;
  }
  .chapter-copy .legal {
    position: static;
    margin: 14px 0 0;
    max-width: none;
  }
}
@media (max-width:820px) {
  .footer {
    padding: 0 8px;
    gap: 6px;
  }
  .footer .brand {
    height: 13px;
    flex: 0 0 auto;
  }
  .controls {
    gap: 5px;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
  }
  .controls button {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    padding: 0;
  }
  .controls select,
  .collection-filter {
    max-width: 96px;
    font-size: 11px;
    padding: 4px 18px 4px 6px;
    min-width: 0;
    text-overflow: ellipsis;
  }
  #status {
    font-size: 11px;
    letter-spacing: .02em;
    min-width: 0;
    padding: 0 2px;
  }
}
@media (max-width:820px) {
  .catalog {
    padding: 0 0 54px;
    background: #f1ebe2;
  }
  .catalog .stage {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }
  .footer {
    height: 54px;
  }
  .product .collection b {
    display: block;
    line-height: 1.25;
  }
  .product .collection b span {
    display: block;
    font-size: 7px;
    letter-spacing: .08em;
    margin-top: 2px;
  }
  .back-links {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .back-links a {
    border: 1px solid #CEA67D66;
    border-radius: 4px;
    padding: 10px 8px;
    font-size: 11px;
    letter-spacing: .1em;
  }
  .back-links a small {
    display: none;
  }
  .lineup-cover-back .lineup-cover-photo {
    height: 44vh;
  }
}
html[data-shaders="0"] canvas,
html[data-shaders="0"] .flat-shader {
  display: none !important;
}
