:root {
  --snap: cubic-bezier(.16, 1, .3, 1);
  --ease: cubic-bezier(.4, 0, .2, 1);
}

html,
body,
button,
input,
select {
  font-family: "Space Grotesk", "Noto Sans SC", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.site-header {
  transition: transform 420ms var(--snap), opacity 220ms var(--ease), filter 220ms var(--ease);
}

.site-header.header-menu-open {
  z-index: 220;
}

.site-header details[open] {
  z-index: 1;
}

.site-header details[open] > .brand-panel,
.site-header details[open] > .localization-panel {
  z-index: 2;
}

.site-header > .mode-tabs,
.site-header > .nav-actions {
  min-height: 30px;
}

.site-header .localization-menu {
  line-height: 0;
}

.brand-link {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 4px;
  line-height: 0;
}

.brand-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.template-index).header-auto-retracted .site-header {
  opacity: 0;
  pointer-events: none;
  filter: blur(2px);
  transform: translateY(calc(-100% - 18px)) scale(.985);
}

.brand-menu {
  position: relative;
}

.brand-menu summary {
  list-style: none;
}

.brand-menu summary::-webkit-details-marker {
  display: none;
}

.brand-panel {
  display: grid;
  width: 180px;
  gap: 6px;
}

.brand-panel-button,
.showcase-panel-link {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  border: 1px solid rgba(18, 22, 27, .14);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.brand-panel-button:hover,
.showcase-panel-link:hover {
  color: #fff;
  background: #202a31;
}

.site-footer {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: 18px;
  padding: 22px 56px;
  color: rgba(18, 22, 27, .58);
  border-top: 1px solid rgba(18, 22, 27, .08);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.template-index .site-footer {
  position: fixed;
  z-index: 180;
  left: max(20px, env(safe-area-inset-left));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: block;
  padding: 0;
  border: 0;
  pointer-events: none;
}

.template-index .site-footer > span,
.template-index .site-footer > a {
  display: none;
}

.template-index .site-footer .site-social-links {
  pointer-events: auto;
}

body.template-index {
  background: var(--stage-color) !important;
  transition: background-color 360ms var(--ease) !important;
}

.template-index .home-shell {
  background: transparent !important;
  transition: none !important;
}

body.template-index:not(.grid-mode) .stage-card {
  contain: layout paint;
  backface-visibility: hidden;
  filter: none !important;
  box-shadow: none !important;
  transition:
    transform 560ms var(--snap),
    opacity 360ms var(--ease) !important;
  will-change: transform, opacity;
}

body.template-index:not(.grid-mode) .stage-card.is-active {
  box-shadow:
    0 24px 48px rgba(26, 34, 44, .2),
    0 8px 18px rgba(26, 34, 44, .1) !important;
}

body.template-index.stack-moving .stage-card {
  box-shadow: none !important;
  pointer-events: none;
}

.template-index .stage-card__visual {
  background: transparent !important;
  box-shadow: none !important;
}

.template-index .stage-card__visual img {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.glass-close {
  display: grid;
  place-items: center;
  padding: 0;
}

.glass-close span {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.distributors-glass .showcase-panel-link {
  width: max-content;
  margin-top: 18px;
}

.distributor-logo.is-fallback {
  display: grid;
  place-items: center;
  color: rgba(18, 22, 27, .76);
  background: rgba(255, 255, 255, .7);
  font-size: 17px;
  font-weight: 850;
}

.showcase-distributor-cta {
  display: flex;
  width: min(100%, 440px);
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 0 16px;
  color: #fff;
  background: rgba(18, 22, 27, .82);
  border: 1px solid rgba(18, 22, 27, .2);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms var(--ease), background-color 180ms var(--ease);
}

.showcase-distributor-cta:hover {
  background: #12161b;
  transform: translateY(-2px);
}

.product-info .product-purchase {
  display: none !important;
}

.product-description p {
  margin: 0 0 6px;
}

.product-distributor {
  position: relative;
  margin-top: 14px;
}

.product-distributor__chooser {
  position: static !important;
  inset: auto !important;
  z-index: 20;
  display: grid;
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  overflow: auto;
  background: rgba(226, 238, 248, .46);
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 7px;
  box-shadow: 0 18px 44px rgba(18, 28, 42, .13), inset 0 1px 0 rgba(255, 255, 255, .34);
  transform-origin: top center;
  backdrop-filter: blur(18px) saturate(1.12);
}

.product-distributor__choice {
  text-align: left;
}

.product-zero { --page: #4a8cb7; --page-2: #ef9ec0; }
.product-ice { --page: #85a8d1; --page-2: #b7d1ea; }
.product-dream { --page: #56888a; --page-2: #9bc2bd; }
.product-flowerblade { --page: #a28a6d; --page-2: #cbb9a2; }
.product-hanabi { --page: #7f99bd; --page-2: #b6c7dc; }

body.template-product:not(.template-suffix-glasspad):not(.template-suffix-mouseskates) {
  background: #b8c5ce;
}

body.template-product:not(.template-suffix-glasspad):not(.template-suffix-mouseskates) .site-header {
  background: rgba(184, 197, 206, .82);
}

body.template-suffix-glasspad,
body.page-distributors,
body.page-about,
body.page-contact {
  --page: #b8c5ce;
  --ink: #202a31;
  background: #b8c5ce;
}

.glasspad-rank {
  width: min(1120px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 132px 0 86px;
}

.glasspad-rank__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 44px;
  margin-bottom: 30px;
}

.glasspad-rank h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(76px, 10vw, 146px);
  font-weight: 750;
  line-height: .82;
}

.glasspad-rank__copy {
  margin: 0 0 10px;
  color: rgba(32, 42, 49, .82);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.glasspad-rank__list {
  display: grid;
  gap: 18px;
}

.glasspad-rank__item {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 14px 24px;
  align-items: start;
  padding: 16px;
  background: rgba(255, 255, 255, .22);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 7px;
  box-shadow: 0 17px 40px rgba(34, 48, 59, .08), inset 0 1px 0 rgba(255, 255, 255, .28);
  backdrop-filter: blur(12px);
}

.glasspad-rank__media {
  grid-row: 1 / span 4;
  min-height: 168px;
  overflow: hidden;
  border-radius: 5px;
}

.glasspad-rank__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 500ms var(--snap);
}

.glasspad-rank__item:hover .glasspad-rank__media img {
  transform: scale(1.025);
}

.glasspad-rank__body {
  align-self: center;
  padding-top: 6px;
}

.glasspad-rank__body h2 {
  margin: 0;
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 1;
}

.glasspad-rank__meter {
  grid-column: 2;
  display: grid;
  gap: 9px;
  width: min(430px, 100%);
  padding: 11px 12px;
  background: rgba(255, 255, 255, .22);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 7px;
}

.glasspad-rank__meter-caption,
.glasspad-rank__note-label {
  display: block;
  color: rgba(32, 42, 49, .64);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.glasspad-rank__meter-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.glasspad-rank__meter-bars i {
  height: 5px;
  background: rgba(32, 42, 49, .16);
  border-radius: 2px;
}

.glasspad-rank__meter-bars i.is-filled {
  background: rgba(32, 42, 49, .78);
}

.glasspad-rank__meter-scale {
  display: flex;
  justify-content: space-between;
  color: rgba(32, 42, 49, .48);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.glasspad-rank__notes {
  display: grid;
  grid-column: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.glasspad-rank__note {
  padding: 12px 13px;
  background: rgba(255, 255, 255, .24);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 7px;
}

.glasspad-rank__note-label {
  margin-bottom: 6px;
  color: rgba(32, 42, 49, .82);
}

.glasspad-rank__note p {
  margin: 0;
  color: rgba(32, 42, 49, .72);
  font-size: 12.5px;
  font-weight: 620;
  line-height: 1.52;
}

.glasspad-collection {
  width: min(1360px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 110px 0 96px;
}

.glasspad-collection [hidden] {
  display: none !important;
}

.glasspad-collection__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: end;
  gap: 56px;
  padding: 30px 0 82px;
  border-bottom: 1px solid rgba(32, 42, 49, .14);
}

.glasspad-collection__kicker,
.glasspad-section-head > div > p {
  margin: 0 0 8px;
  color: rgba(32, 42, 49, .58);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.glasspad-collection h1 {
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-size: 92px;
  font-weight: 750;
  line-height: .86;
}

.glasspad-collection__lead {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.glasspad-collection__lead p {
  max-width: 540px;
  margin: 0;
  color: rgba(32, 42, 49, .8);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

.glasspad-collection__lead a,
.glasspad-products__availability a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(32, 42, 49, .7);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.glasspad-collection__lead svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.glasspad-compare,
.glasspad-products {
  padding-top: 82px;
}

.glasspad-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
}

.glasspad-section-head h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 730;
  line-height: 1;
}

.glasspad-section-head > p {
  max-width: 420px;
  margin: 0;
  color: rgba(32, 42, 49, .62);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.5;
}

.glasspad-table-wrap {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border-top: 1px solid rgba(32, 42, 49, .14);
  border-bottom: 1px solid rgba(32, 42, 49, .14);
  scrollbar-color: rgba(32, 42, 49, .35) transparent;
  scrollbar-width: thin;
}

.glasspad-compare__table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}

.glasspad-compare__table th,
.glasspad-compare__table td {
  border-right: 1px solid rgba(32, 42, 49, .08);
}

.glasspad-compare__table tr > :last-child {
  border-right: 0;
}

.glasspad-compare__table th:first-child,
.glasspad-compare__table td:first-child {
  width: 154px;
  text-align: left;
}

.glasspad-compare__table thead th {
  padding: 16px 14px 14px;
  color: rgba(32, 42, 49, .54);
  font-size: 9px;
  font-weight: 850;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}

.glasspad-compare__table thead th:not(:first-child) {
  background: rgba(245, 248, 249, .48);
}

.glasspad-compare__table thead a {
  display: block;
  color: #202a31;
  font-size: 16px;
  font-weight: 760;
  line-height: 1.05;
  text-transform: none;
}

.glasspad-compare__table thead span {
  display: block;
  margin-top: 6px;
  color: rgba(32, 42, 49, .58);
  font-size: 9px;
  font-weight: 740;
  text-transform: none;
}

.glasspad-compare__table tbody th {
  padding: 14px;
  color: rgba(32, 42, 49, .54);
  font-size: 9px;
  font-weight: 820;
  line-height: 1.35;
  text-transform: uppercase;
  vertical-align: top;
}

.glasspad-compare__table tbody td {
  padding: 14px;
  border-top: 1px solid rgba(32, 42, 49, .08);
  color: #202a31;
  font-size: 11px;
  font-weight: 680;
  line-height: 1.45;
  vertical-align: top;
}

.glasspad-compare__table tbody th {
  border-top: 1px solid rgba(32, 42, 49, .08);
}

.glasspad-compare__table thead th:first-child,
.glasspad-compare__table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  background: rgba(235, 241, 244, .96);
}

.glasspad-compare__table thead th:first-child {
  z-index: 2;
}

.glasspad-compare__meter {
  display: grid;
  min-width: 112px;
  gap: 6px;
}

.glasspad-compare__meter-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.glasspad-compare__meter-track {
  display: block;
  flex: 1 1 auto;
  height: 4px;
  overflow: hidden;
  background: rgba(32, 42, 49, .1);
  border-radius: 999px;
}

.glasspad-compare__meter-track > span {
  display: block;
  height: 100%;
  background: #202a31;
  border-radius: inherit;
}

.glasspad-compare__meter-line strong {
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 820;
}

.glasspad-compare__meter-label {
  color: rgba(32, 42, 49, .52);
  font-size: 8px;
  font-weight: 820;
  text-transform: uppercase;
}

.glasspad-notes {
  padding-top: 82px;
}

.glasspad-notes__list {
  display: grid;
  gap: 8px;
}

.glasspad-notes__group {
  border-top: 1px solid rgba(32, 42, 49, .14);
  border-bottom: 1px solid rgba(32, 42, 49, .14);
}

.glasspad-notes__group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 0 14px;
  color: #202a31;
  cursor: pointer;
  list-style: none;
}

.glasspad-notes__group summary::-webkit-details-marker {
  display: none;
}

.glasspad-notes__group summary > span:first-child {
  font-size: 14px;
  font-weight: 760;
}

.glasspad-notes__count {
  color: rgba(32, 42, 49, .48);
  font-size: 9px;
  font-weight: 820;
  text-transform: uppercase;
}

.glasspad-notes__toggle {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: rgba(32, 42, 49, .6);
}

.glasspad-notes__toggle::before {
  content: '+';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.glasspad-notes__group[open] .glasspad-notes__toggle::before {
  content: '-';
}

.glasspad-notes__group summary:focus-visible {
  outline: 2px solid rgba(32, 42, 49, .76);
  outline-offset: -2px;
}

.glasspad-notes__body {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(32, 42, 49, .1);
}

.glasspad-notes__item {
  min-width: 0;
  padding: 16px 14px 18px;
}

.glasspad-notes__item + .glasspad-notes__item {
  border-left: 1px solid rgba(32, 42, 49, .08);
}

.glasspad-notes__item a {
  color: #202a31;
  font-size: 12px;
  font-weight: 800;
}

.glasspad-notes__item p {
  margin: 9px 0 0;
  color: rgba(32, 42, 49, .72);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.glasspad-notes__item p.is-empty {
  color: rgba(32, 42, 49, .4);
}

.glasspad-products__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 10px 0;
  border-top: 1px solid rgba(32, 42, 49, .14);
  border-bottom: 1px solid rgba(32, 42, 49, .14);
}

.glasspad-products__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(86px, 1fr));
  gap: 3px;
  padding: 3px;
  background: rgba(32, 42, 49, .07);
  border: 1px solid rgba(32, 42, 49, .08);
  border-radius: 6px;
}

.glasspad-products__filters button {
  min-height: 34px;
  padding: 0 12px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.glasspad-products__filters button.is-active {
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 2px 9px rgba(32, 42, 49, .07);
}

.glasspad-products__sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(32, 42, 49, .58);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.glasspad-products__sort select {
  min-width: 184px;
  min-height: 40px;
  padding: 0 34px 0 11px;
  color: #202a31;
  background: rgba(255, 255, 255, .38);
  border: 1px solid rgba(32, 42, 49, .15);
  border-radius: 5px;
  outline: 0;
  font: inherit;
  text-transform: none;
}

.glasspad-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.glasspad-product {
  display: grid;
  min-width: 0;
  overflow: hidden;
  background: rgba(245, 248, 249, .66);
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(34, 48, 59, .07);
  backdrop-filter: blur(10px);
}

.glasspad-product__media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: rgba(32, 42, 49, .08);
}

.glasspad-product__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 300ms var(--ease), transform 520ms var(--snap);
}

.glasspad-product__image--secondary {
  opacity: 0;
}

.glasspad-product:hover .glasspad-product__image--primary {
  transform: scale(1.015);
}

.glasspad-product:hover .glasspad-product__image--secondary {
  opacity: 1;
  transform: scale(1.015);
}

.glasspad-product__media > span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 8px;
  color: #fff;
  background: rgba(25, 32, 37, .76);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.glasspad-product__info {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.glasspad-product__meta,
.glasspad-product__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.glasspad-product__meta span:last-child {
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glasspad-product h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 750;
  line-height: 1;
}

.glasspad-product__info > p {
  margin: 0;
  color: rgba(32, 42, 49, .64);
  font-size: 10px;
  font-weight: 680;
  line-height: 1.45;
  text-transform: capitalize;
}

.glasspad-product__foot {
  margin-top: 5px;
  padding-top: 13px;
  border-top: 1px solid rgba(32, 42, 49, .1);
}

.glasspad-product__foot strong {
  font-size: 14px;
  font-weight: 820;
}

.glasspad-product__foot > a {
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.glasspad-products__availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(32, 42, 49, .14);
  border-bottom: 1px solid rgba(32, 42, 49, .14);
  color: rgba(32, 42, 49, .68);
  font-size: 11px;
  font-weight: 700;
}

.glasspad-products__filters button:focus-visible,
.glasspad-products__sort select:focus-visible,
.glasspad-collection a:focus-visible {
  outline: 2px solid rgba(32, 42, 49, .76);
  outline-offset: 2px;
}

.network-page,
.about-page,
.contact-page,
.faq-page,
.wallpaper-page,
.not-found-page {
  width: min(1160px, calc(100vw - 64px));
  min-height: calc(100svh - 76px);
  margin: 0 auto;
  padding: 138px 0 90px;
}

.network-page__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 34px;
}

.network-page h1,
.about-page h1,
.not-found-page h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 750;
  line-height: .84;
  overflow-wrap: anywhere;
}

.network-page h1 {
  font-size: clamp(64px, 8vw, 112px);
  white-space: nowrap;
}

.network-page__intro > p:last-child {
  max-width: 440px;
  margin: 0;
  color: rgba(32, 42, 49, .78);
  font-size: 18px;
  font-weight: 680;
  line-height: 1.5;
}

.network-page__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.network-page__grid .distributor-logo-card {
  min-height: 240px;
  padding: 18px;
  background: rgba(255, 255, 255, .24);
  border-color: rgba(255, 255, 255, .42);
  backdrop-filter: blur(12px);
}

.network-page__grid .distributor-logo {
  width: 74px;
  height: 74px;
}

.network-page__contact {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(32, 42, 49, .2);
  font-size: 13px;
  font-weight: 750;
}

.about-page {
  max-width: 980px;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(48px, 7vw, 112px);
  color: #202a31;
}

@media (min-width: 941px) {
  .contact-page {
    align-items: center;
  }

  .contact-page__intro,
  .contact-form {
    transform: translateY(clamp(0px, calc(380px - 50svh), 36px));
  }
}

.contact-page__intro {
  display: grid;
  align-content: start;
}

.contact-page h1 {
  margin: 18px 0 30px;
  color: #fff;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 750;
  line-height: .84;
}

.contact-page__copy {
  display: grid;
  max-width: 420px;
  gap: 13px;
  color: rgba(32, 42, 49, .76);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.contact-page__copy p {
  margin: 0;
}

.contact-page__copy a {
  color: #202a31;
  border-bottom: 1px solid rgba(32, 42, 49, .4);
}

.site-social-links.social-links,
body.template-index .site-social-links.social-links {
  position: static;
  display: flex;
  gap: 8px;
}

body.template-index .site-footer .site-social-links.social-links {
  display: flex;
}

.site-social-links .social-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: rgba(32, 42, 49, .78);
  border: 1px solid rgba(32, 42, 49, .28);
  border-radius: 5px;
  background: rgba(184, 197, 206, .2);
  backdrop-filter: blur(10px) saturate(1.08);
  transition: color 180ms var(--ease), background-color 180ms var(--ease), transform 180ms var(--ease);
}

.site-social-links .social-button:hover {
  color: #fff;
  background: #202a31;
  transform: translateY(-2px);
}

.site-social-links .social-button svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding-top: 28px;
  border-top: 1px solid rgba(32, 42, 49, .2);
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-field {
  position: relative;
  display: grid;
}

.contact-field > span {
  position: absolute;
  top: 13px;
  left: 14px;
  z-index: 1;
  color: rgba(32, 42, 49, .54);
  font-size: 9px;
  font-weight: 820;
  text-transform: uppercase;
  pointer-events: none;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  color: #202a31;
  background: rgba(255, 255, 255, .22);
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 5px;
  outline: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  transition: background-color 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.contact-field input {
  height: 64px;
  padding: 28px 14px 9px;
}

.contact-field textarea {
  min-height: 230px;
  padding: 34px 14px 14px;
  line-height: 1.55;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  background: rgba(255, 255, 255, .34);
  border-color: rgba(32, 42, 49, .34);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .18);
}

.contact-form__footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
}

.contact-form__status {
  margin: 0;
  color: rgba(32, 42, 49, .6);
  font-size: 10px;
  font-weight: 720;
}

.contact-form__status[data-state="success"] {
  color: #215e45;
}

.contact-form__status[data-state="error"] {
  color: #8a2f38;
}

.contact-form__submit {
  width: min(100%, 190px);
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  background: #202a31;
  border: 1px solid #202a31;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms var(--ease), transform 180ms var(--ease);
}

.contact-form__submit:hover {
  background: #12161b;
  transform: translateY(-2px);
}

.contact-form__submit:disabled {
  opacity: .62;
  cursor: wait;
  transform: none;
}

.contact-form__submit:focus-visible,
.site-social-links .social-button:focus-visible,
.contact-page__copy a:focus-visible {
  outline: 2px solid rgba(32, 42, 49, .76);
  outline-offset: 3px;
}

.about-page__headline {
  display: grid;
  margin: 34px 0;
  color: rgba(32, 42, 49, .82);
  font-size: clamp(28px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
}

.about-page__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
  color: rgba(32, 42, 49, .74);
  line-height: 1.65;
}

.about-page__copy p {
  margin: 0;
}

.faq-page {
  max-width: 1080px;
  color: #202a31;
}

.faq-page__mast {
  padding-bottom: clamp(42px, 6vw, 76px);
  border-bottom: 1px solid rgba(32, 42, 49, .2);
}

.faq-page h1 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(82px, 13vw, 172px);
  font-weight: 750;
  line-height: .8;
}

.faq-page__groups:empty {
  min-height: clamp(190px, 28vh, 320px);
  border-bottom: 1px solid rgba(32, 42, 49, .2);
}

.faq-page__group {
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 88px);
  padding: clamp(30px, 4vw, 52px) 0;
  border-bottom: 1px solid rgba(32, 42, 49, .2);
}

.faq-page__group h2 {
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-page__items {
  border-top: 1px solid rgba(32, 42, 49, .18);
}

.faq-item {
  border-bottom: 1px solid rgba(32, 42, 49, .18);
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 18px 0;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 680;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

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

.faq-item summary i {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}

.faq-item summary i::before,
.faq-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  content: '';
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 220ms var(--snap), opacity 180ms var(--ease);
}

.faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] summary i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.faq-item__answer {
  max-width: 720px;
  padding: 0 42px 28px 0;
  color: rgba(32, 42, 49, .72);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.faq-item__answer p {
  margin: 0 0 12px;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

.faq-item summary:focus-visible {
  outline: 2px solid rgba(32, 42, 49, .76);
  outline-offset: 4px;
}

.wallpaper-page {
  max-width: 1160px;
  color: #202a31;
}

.wallpaper-page__mast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding-bottom: clamp(42px, 6vw, 76px);
  border-bottom: 1px solid rgba(32, 42, 49, .2);
}

.wallpaper-page h1 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(68px, 10vw, 132px);
  font-weight: 750;
  line-height: .82;
  overflow-wrap: anywhere;
}

.wallpaper-page__count {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-bottom: 4px;
  text-align: right;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.wallpaper-page__count span {
  color: rgba(32, 42, 49, .58);
}

.wallpaper-page__count strong {
  font-size: 13px;
}

.wallpaper-page__collection {
  display: grid;
  gap: clamp(82px, 10vw, 132px);
  padding-top: clamp(46px, 6vw, 76px);
}

.wallpaper-feature {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  padding-bottom: clamp(52px, 7vw, 84px);
  border-bottom: 1px solid rgba(32, 42, 49, .2);
}

.wallpaper-feature__media,
.wallpaper-card__media {
  display: block;
  overflow: hidden;
  background: var(--wallpaper-color);
  border-radius: 5px;
}

.wallpaper-feature__media {
  aspect-ratio: 1;
}

.wallpaper-feature__media img,
.wallpaper-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms var(--snap), opacity 220ms var(--ease);
}

.wallpaper-feature__media:hover img,
.wallpaper-card__media:hover img {
  transform: scale(1.018);
}

.wallpaper-feature__body {
  display: grid;
  align-content: center;
  justify-items: start;
}

.wallpaper-feature__index,
.wallpaper-feature__spec,
.wallpaper-feature__detail,
.wallpaper-card__body > p {
  margin: 0;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.wallpaper-feature__index {
  color: rgba(32, 42, 49, .56);
}

.wallpaper-feature h2 {
  margin: 20px 0 28px;
  color: #fff;
  font-size: clamp(64px, 8vw, 108px);
  font-weight: 750;
  line-height: .82;
  text-transform: uppercase;
}

.wallpaper-feature__spec {
  color: rgba(32, 42, 49, .86);
}

.wallpaper-feature__detail {
  margin-top: 8px;
  color: rgba(32, 42, 49, .56);
}

.wallpaper-open {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(32, 42, 49, .52);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.wallpaper-open span {
  font-size: 15px;
  line-height: 1;
  transition: transform 180ms var(--snap);
}

.wallpaper-open:hover span {
  transform: translate(2px, -2px);
}

.wallpaper-shelf {
  display: grid;
  gap: 24px;
}

.wallpaper-shelf__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(32, 42, 49, .2);
}

.wallpaper-shelf__head span {
  color: rgba(32, 42, 49, .52);
  font-size: 10px;
  font-weight: 780;
}

.wallpaper-shelf__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 720;
  line-height: 1;
}

.wallpaper-grid {
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
}

.wallpaper-grid--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wallpaper-grid--flower {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wallpaper-card {
  min-width: 0;
}

.wallpaper-card__media {
  aspect-ratio: 1;
}

.wallpaper-card--compact .wallpaper-card__media {
  display: grid;
  place-items: center;
}

.wallpaper-card--compact .wallpaper-card__media img {
  width: min(72%, 224px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 3px;
}

.wallpaper-card__body {
  display: grid;
  justify-items: start;
  padding-top: 16px;
}

.wallpaper-card__title {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.wallpaper-card__title span {
  color: rgba(32, 42, 49, .5);
  font-size: 10px;
  font-weight: 780;
}

.wallpaper-card h3 {
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 720;
  line-height: 1;
  overflow-wrap: anywhere;
  text-align: right;
  text-transform: uppercase;
}

.wallpaper-card__body > p {
  margin-top: 12px;
  color: rgba(32, 42, 49, .62);
}

.wallpaper-card .wallpaper-open {
  margin-top: 20px;
}

.wallpaper-feature__media:focus-visible,
.wallpaper-card__media:focus-visible,
.wallpaper-open:focus-visible {
  outline: 2px solid rgba(32, 42, 49, .8);
  outline-offset: 4px;
}

@media (max-width: 940px) {
  .glasspad-rank,
  .network-page,
  .about-page,
  .contact-page,
  .faq-page,
  .wallpaper-page,
  .not-found-page {
    width: min(100% - 20px, 720px);
    padding-top: 112px;
  }

  .glasspad-rank__intro,
  .network-page__intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .glasspad-rank h1,
  .network-page h1,
  .about-page h1,
  .contact-page h1,
  .faq-page h1,
  .wallpaper-page h1,
  .not-found-page h1 {
    font-size: clamp(58px, 18vw, 104px);
  }

  .network-page h1 {
    font-size: clamp(44px, 13.3vw, 54px);
    white-space: nowrap;
  }

  .glasspad-rank__item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 10px;
  }

  .glasspad-rank__media {
    grid-row: 1 / span 2;
    min-height: 82px;
  }

  .glasspad-rank__body h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .glasspad-rank__meter,
  .glasspad-rank__notes {
    grid-column: 1 / -1;
  }

  .glasspad-rank__notes {
    grid-template-columns: 1fr;
  }

  .network-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page__copy {
    grid-template-columns: 1fr;
  }

  .contact-page {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .contact-page__intro {
    max-width: 620px;
  }

  .contact-page h1 {
    font-size: clamp(58px, 16vw, 92px);
  }

  .faq-page__group {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wallpaper-page h1 {
    font-size: clamp(44px, 14vw, 72px);
  }

  .wallpaper-page__mast {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wallpaper-page__count {
    text-align: left;
  }

  .wallpaper-feature {
    grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
    gap: 28px;
  }

  .wallpaper-grid--flower {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .template-index .site-footer {
    left: max(14px, env(safe-area-inset-left));
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .site-social-links.social-links,
  body.template-index .site-social-links.social-links {
    gap: 6px;
  }

  .site-social-links .social-button {
    width: 36px;
    height: 36px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 18px 14px;
  }

  .network-page__grid {
    grid-template-columns: 1fr;
  }

  .network-page__grid .distributor-logo-card {
    min-height: 112px;
    grid-template-columns: 62px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
  }

  .network-page__grid .distributor-logo {
    grid-row: 1 / 3;
  }

  .network-page__contact {
    flex-direction: column;
    gap: 8px;
  }

  .showcase-distributor-cta {
    width: 100%;
  }

  .contact-page {
    gap: 40px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-field textarea {
    min-height: 190px;
  }

  .contact-form__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .contact-form__status {
    min-height: 14px;
  }

  .contact-form__submit {
    width: 100%;
  }

  .wallpaper-page__collection {
    gap: 72px;
  }

  .wallpaper-feature {
    grid-template-columns: 1fr;
  }

  .wallpaper-feature__media {
    width: min(100%, 420px);
  }

  .wallpaper-feature h2 {
    font-size: 68px;
  }

  .wallpaper-grid--duo,
  .wallpaper-grid--flower {
    grid-template-columns: 1fr;
  }

  .wallpaper-shelf__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .wallpaper-card h3 {
    font-size: 34px;
  }

  .wallpaper-card--compact .wallpaper-card__media img {
    width: min(70%, 256px);
  }
}

@media (max-width: 420px) {
  .site-header,
  .template-index .site-header,
  body:not(.template-index) .site-header {
    grid-template-columns: max-content minmax(0, 1fr) !important;
  }

  .site-header .nav-actions {
    width: 100%;
    max-width: none;
    gap: 2px !important;
  }

  .site-header .nav-actions .brand-menu > summary.nav-button,
  .site-header .nav-actions > a.nav-button {
    padding: 0 2px;
    font-size: 9px !important;
  }

  .site-header .icon-button {
    width: 24px;
    min-height: 28px;
    height: 28px;
  }
}

@media (max-width: 350px) {
  .site-header,
  .template-index .site-header,
  body:not(.template-index) .site-header {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .site-header .nav-actions {
    justify-content: space-between;
  }

  .site-header .brand-menu .brand-panel,
  .site-header .localization-panel {
    top: calc(96px + env(safe-area-inset-top));
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .showcase-distributor-cta,
  .glasspad-rank__media img {
    transition: none;
  }

  body.template-index,
  body.template-index #brand.home-shell,
  body.template-index .home-shell,
  body.template-index .product-stack,
  body.template-index:not(.grid-mode) .stage-card,
  body.template-index .stage-card,
  body.template-index .stage-card__visual img {
    transition: none !important;
  }

}

/* Keep product showcases color-synced; content routes use the OOTD surface. */
body:not(.page-home):not(.template-index):not(.product-detail) {
  background: #b8c5ce;
}

body.template-product.product-detail:not(.template-suffix-glasspad) {
  --page: var(--stage-color);
  background:
    radial-gradient(circle at 22% 26%, rgba(255, 255, 255, .12), transparent 32%),
    radial-gradient(circle at 76% 70%, rgba(18, 28, 42, .08), transparent 34%),
    var(--stage-color);
  background-color: var(--stage-color);
}

body:is(.product-zero, .product-dream, .product-flowerblade) {
  --ink: rgba(255, 255, 255, .92);
}

body:is(.product-zero, .product-dream, .product-flowerblade) .hachi-product-page .product-info h1 {
  color: var(--ink);
}

body:is(.product-zero, .product-dream, .product-flowerblade) .product-social-proof__label,
body:is(.product-zero, .product-dream, .product-flowerblade) .product-social-proof__copy {
  color: rgba(255, 255, 255, .72);
}

body:is(.product-zero, .product-dream, .product-flowerblade) .site-footer {
  color: rgba(255, 255, 255, .72);
  border-top-color: rgba(255, 255, 255, .16);
}

body:is(.product-zero, .product-dream, .product-flowerblade) .site-social-links .social-button {
  color: rgba(255, 255, 255, .84);
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}

body:not(.page-home):not(.template-index):not(.product-detail) .site-header {
  background: rgba(184, 197, 206, .82);
  border-bottom-color: rgba(23, 28, 32, .08);
  backdrop-filter: blur(16px) saturate(1.08);
}

body.template-product.product-detail:not(.template-suffix-glasspad) .site-header {
  background: rgba(231, 237, 242, .84);
}

/* Monochrome wordmark opening. The canvas redraws the logo itself during each tear. */
.hachi-intro.hachi-logo-intro {
  display: grid;
  min-height: 100svh;
  place-items: center;
  color: #111316;
  background: #f7f7f4;
  background-color: #f7f7f4;
  cursor: default;
  pointer-events: auto;
  touch-action: none;
  transform: translateZ(0);
  filter: none;
  transition: opacity 520ms var(--ease), transform 520ms var(--ease), filter 520ms var(--ease);
}

.hachi-intro.hachi-logo-intro::before,
.hachi-intro.hachi-logo-intro::after {
  content: none;
}

.hachi-logo-intro__stage {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(72vw, 1440px);
  justify-items: center;
  transform: translateY(-1.5vh);
}

.hachi-logo-intro__stack {
  position: relative;
  width: 100%;
  aspect-ratio: 1800 / 425;
}

.hachi-logo-intro__source,
.hachi-logo-intro__logo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}

.hachi-logo-intro__source {
  z-index: 1;
  opacity: 0;
}

.hachi-logo-intro__logo {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.hachi-logo-intro.is-started .hachi-logo-intro__logo {
  animation: hachi-logo-intro-resolve 5s linear both;
}

.hachi-logo-intro__status {
  display: flex;
  min-height: 18px;
  align-items: center;
  margin-top: clamp(24px, 4vh, 42px);
  color: rgba(17, 19, 22, .72);
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  text-transform: uppercase;
}

.hachi-logo-intro.is-started .hachi-logo-intro__status {
  animation: hachi-logo-intro-status 5s linear both;
}

.hachi-logo-intro__status i {
  width: 6px;
  height: 1px;
  margin-left: 2px;
  background: currentColor;
  animation: hachi-logo-intro-cursor 420ms steps(1, end) infinite;
}

.hachi-logo-intro__scan {
  position: absolute;
  z-index: 5;
  top: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: rgba(17, 19, 22, .16);
  box-shadow: 0 0 9px rgba(17, 19, 22, .06);
  pointer-events: none;
}

.hachi-logo-intro.is-started .hachi-logo-intro__scan {
  animation: hachi-logo-intro-scan 5s linear both;
}

.hachi-logo-intro__noise {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  image-rendering: pixelated;
  mix-blend-mode: multiply;
  pointer-events: none;
}

html.hachi-intro-releasing .hachi-intro.hachi-logo-intro.is-leaving {
  opacity: 0;
  transform: scale(1.006);
  filter: blur(2px);
}

@keyframes hachi-logo-intro-resolve {
  0% {
    opacity: 0;
    transform: translate3d(-2px, 0, 0);
  }
  3% {
    opacity: .16;
  }
  5% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  43% {
    opacity: 1;
  }
  44% {
    opacity: .78;
    transform: translate3d(1px, 0, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  91% {
    opacity: 1;
  }
  94% {
    opacity: .96;
  }
  98%,
  100% {
    opacity: 0;
  }
}

@keyframes hachi-logo-intro-status {
  0%,
  7% {
    opacity: 0;
    transform: translateY(2px);
  }
  10%,
  88% {
    opacity: .9;
    transform: translateY(0);
  }
  94%,
  100% {
    opacity: 0;
  }
}

@keyframes hachi-logo-intro-cursor {
  0%,
  46% {
    opacity: 1;
  }
  47%,
  100% {
    opacity: 0;
  }
}

@keyframes hachi-logo-intro-scan {
  0%,
  4% {
    top: 12%;
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  27% {
    top: 84%;
    opacity: .45;
  }
  29%,
  100% {
    top: 86%;
    opacity: 0;
  }
}

@media (max-width: 680px) {
  .hachi-logo-intro__stage {
    width: min(90vw, 620px);
  }

  .hachi-logo-intro__status {
    margin-top: 20px;
    font-size: 9px;
  }
}

@media (max-width: 1200px) {
  .glasspad-collection {
    width: min(100% - 32px, 1120px);
  }

  .glasspad-collection h1 {
    font-size: 76px;
  }

  .glasspad-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .glasspad-notes__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glasspad-notes__item:nth-child(odd) {
    border-left: 0;
  }

  .glasspad-notes__item:nth-child(n + 3) {
    border-top: 1px solid rgba(32, 42, 49, .08);
  }
}

@media (max-width: 620px) {
  .glasspad-collection {
    width: calc(100% - 20px);
    padding-top: 100px;
  }

  .glasspad-collection__intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0 62px;
  }

  .glasspad-collection h1 {
    font-size: 54px;
  }

  .glasspad-collection__lead p {
    font-size: 14px;
  }

  .glasspad-compare,
  .glasspad-notes,
  .glasspad-products {
    padding-top: 62px;
  }

  .glasspad-section-head {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
  }

  .glasspad-section-head h2 {
    font-size: 32px;
  }

  .glasspad-notes__body {
    grid-template-columns: 1fr;
  }

  .glasspad-notes__item,
  .glasspad-notes__item:nth-child(n + 3) {
    border-top: 1px solid rgba(32, 42, 49, .08);
    border-left: 0;
  }

  .glasspad-notes__item:first-child {
    border-top: 0;
  }

  .glasspad-products__toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .glasspad-products__filters {
    width: 100%;
  }

  .glasspad-products__sort {
    justify-content: space-between;
  }

  .glasspad-products__sort select {
    flex: 1;
    min-width: 0;
  }

  .glasspad-products__grid {
    grid-template-columns: 1fr;
  }

  .glasspad-product h3 {
    font-size: 28px;
  }

  .glasspad-products__availability {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glasspad-product__image {
    transition: none;
  }

  html.hachi-intro-force.hachi-intro-pending .hachi-intro.hachi-logo-intro {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }

  html.hachi-intro-force .hachi-intro.hachi-logo-intro {
    display: grid !important;
    transition-duration: 520ms !important;
  }

  html.hachi-intro-force .hachi-logo-intro.is-started .hachi-logo-intro__logo,
  html.hachi-intro-force .hachi-logo-intro.is-started .hachi-logo-intro__status,
  html.hachi-intro-force .hachi-logo-intro.is-started .hachi-logo-intro__scan {
    animation-duration: 5s !important;
    animation-iteration-count: 1 !important;
  }

  html.hachi-intro-force .hachi-logo-intro__status i {
    animation-duration: 420ms !important;
    animation-iteration-count: infinite !important;
  }
}
