@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #ffffff);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #0057ff);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #1a66ff);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #3377ff);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #80aaff);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #0057ff);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #1a66ff);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #3377ff);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #80aaff);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Jost);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Jost);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 400);
  --collection_count:var(--draft-collection_count, 10);
  --search_count:var(--draft-search_count, 10);
  --blog_size:var(--draft-blog_size, 6);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, right);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* MUIZ PRODUCT STORY / PILOT */
/* line 13, theme.scss */
.muiz-product-story {
  --muiz-ink: #111210;
  --muiz-bone: #e8e6df;
  --muiz-paper: #f4f2ec;
  --muiz-signal: #ff3b20;
  --muiz-line: rgba(17, 18, 16, 0.22);
  --muiz-gutter: clamp(16px, 4vw, 64px);
  background: var(--muiz-bone);
  color: var(--muiz-ink);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  width: 100vw; }

/* line 29, theme.scss */
.muiz-product-story, .muiz-product-story * {
  box-sizing: border-box; }

/* line 30, theme.scss */
.muiz-product-story button {
  font: inherit; }

/* line 31, theme.scss */
.muiz-story-hero {
  order: 1; }

/* line 32, theme.scss */
.muiz-story-intro {
  order: 2; }

/* line 33, theme.scss */
.muiz-story-buy {
  order: 3; }

/* line 34, theme.scss */
.muiz-story-detail {
  order: 4; }

/* line 35, theme.scss */
.muiz-story-gallery {
  order: 5; }

/* line 36, theme.scss */
.muiz-story-construction {
  order: 6; }

/* line 37, theme.scss */
.muiz-story-final {
  order: 7; }

/* line 38, theme.scss */
.muiz-story-section-label, .muiz-story-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase; }

/* line 41, theme.scss */
.muiz-story-button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 28px;
  justify-content: space-between;
  letter-spacing: .12em;
  min-height: 52px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }

/* line 46, theme.scss */
.muiz-story-button:active {
  transform: scale(0.985); }

/* line 47, theme.scss */
.muiz-story-button--signal {
  background: var(--muiz-signal);
  color: #fff; }

/* line 48, theme.scss */
.muiz-story-button--light {
  background: #fff;
  color: var(--muiz-ink); }

/* line 50, theme.scss */
.muiz-story-hero {
  background: #c8cac5;
  color: var(--muiz-ink);
  display: grid;
  min-height: min(900px, calc(100svh - 58px));
  overflow: hidden;
  padding: 18px var(--muiz-gutter) 20px;
  position: relative; }

/* line 54, theme.scss */
.muiz-story-hero__media, .muiz-story-hero__wash {
  inset: 0;
  position: absolute; }

/* line 55, theme.scss */
.muiz-story-hero__media picture, .muiz-story-hero__media img {
  display: block;
  height: 100%;
  width: 100%; }

/* line 56, theme.scss */
.muiz-story-hero__media img {
  object-fit: cover;
  object-position: center 35%;
  scale: 1.01; }

/* line 57, theme.scss */
.muiz-story-hero__wash {
  background: linear-gradient(180deg, rgba(8, 9, 8, 0.2) 0%, transparent 30%), linear-gradient(90deg, rgba(8, 9, 8, 0.2) 0%, transparent 60%), linear-gradient(0deg, rgba(9, 10, 9, 0.58) 0%, transparent 40%); }

/* line 60, theme.scss */
.muiz-story-hero__topline, .muiz-story-hero__title-wrap, .muiz-story-hero__meta,
.muiz-story-hero__action, .muiz-story-hero__index {
  position: relative;
  z-index: 1; }

/* line 62, theme.scss */
.muiz-story-hero__topline {
  align-self: start;
  color: #f7f5ef;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .17em;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
  text-transform: uppercase; }

/* line 65, theme.scss */
.muiz-story-hero__brand {
  color: inherit;
  text-decoration: none; }

/* line 66, theme.scss */
.muiz-story-hero__title-wrap {
  align-self: center;
  margin-top: 5vh; }

/* line 67, theme.scss */
.muiz-story-hero__title {
  color: #f7f5ef;
  font-size: clamp(74px, 25vw, 154px);
  font-weight: 800;
  letter-spacing: -.085em;
  line-height: .72;
  margin: 16px 0 0 -.07em;
  max-width: 6ch;
  text-transform: uppercase;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.28); }

/* line 72, theme.scss */
.muiz-story-hero .muiz-story-kicker {
  color: #f7f5ef;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45); }

/* line 73, theme.scss */
.muiz-story-hero__meta {
  align-self: end;
  color: #f7f5ef;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .13em;
  line-height: 1.5;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45); }

/* line 78, theme.scss */
.muiz-story-hero__meta p {
  margin: 0;
  max-width: 20ch; }

/* line 79, theme.scss */
.muiz-story-hero__meta p:last-child {
  text-align: right; }

/* line 80, theme.scss */
.muiz-story-hero__action {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr; }

/* line 81, theme.scss */
.muiz-story-hero__action > div {
  color: #fff;
  display: flex;
  font-size: 10px;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: .06em;
  text-transform: uppercase; }

/* line 84, theme.scss */
.muiz-story-hero__product-name {
  max-width: 26ch; }

/* line 85, theme.scss */
.muiz-story-hero__price {
  flex: 0 0 auto;
  font-weight: 800; }

/* line 86, theme.scss */
.muiz-story-hero__index {
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  left: var(--muiz-gutter);
  letter-spacing: .12em;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top; }

/* line 91, theme.scss */
.muiz-story-intro {
  background: var(--muiz-paper);
  border-bottom: 1px solid var(--muiz-line);
  display: grid;
  gap: 24px;
  padding: 64px var(--muiz-gutter) 58px; }

/* line 94, theme.scss */
.muiz-story-intro h2, .muiz-story-detail h2, .muiz-story-construction h2, .muiz-story-final h2 {
  font-size: clamp(48px, 12.8vw, 150px);
  font-weight: 800;
  letter-spacing: -.068em;
  line-height: .84;
  margin: 0;
  text-transform: uppercase; }

/* line 97, theme.scss */
.muiz-story-intro__copy {
  display: grid;
  font-size: 13px;
  gap: 18px;
  line-height: 1.45;
  margin-left: auto;
  max-width: 30rem; }

/* line 98, theme.scss */
.muiz-story-intro__copy p {
  margin: 0; }

/* line 100, theme.scss */
.muiz-story-detail {
  background: var(--muiz-ink);
  color: #f5f3ee;
  display: grid; }

/* line 101, theme.scss */
.muiz-story-detail__media {
  aspect-ratio: 4 / 5;
  overflow: hidden; }

/* line 102, theme.scss */
.muiz-story-detail__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%; }

/* line 103, theme.scss */
.muiz-story-detail__note {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: 26px var(--muiz-gutter) 36px; }

/* line 104, theme.scss */
.muiz-story-detail__note > span {
  font-size: 9px;
  letter-spacing: .16em; }

/* line 105, theme.scss */
.muiz-story-detail__note h2 {
  font-size: clamp(48px, 12.4vw, 118px);
  margin-top: auto; }

/* line 106, theme.scss */
.muiz-story-detail__note p {
  font-size: 12px;
  line-height: 1.55;
  margin: 30px 0 0 auto;
  max-width: 29em; }

/* line 108, theme.scss */
.muiz-story-gallery {
  background: var(--muiz-bone);
  padding: 58px var(--muiz-gutter) 78px; }

/* line 109, theme.scss */
.muiz-story-gallery__header {
  align-items: flex-end;
  border-bottom: 1px solid var(--muiz-line);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: .12em;
  margin-bottom: 18px;
  padding-bottom: 12px;
  text-transform: uppercase; }

/* line 113, theme.scss */
.muiz-story-gallery__header p {
  margin: 0; }

/* line 114, theme.scss */
.muiz-story-gallery__header p:last-child {
  max-width: 15ch;
  text-align: right; }

/* line 115, theme.scss */
.muiz-story-gallery__grid {
  display: grid;
  gap: 14px; }

/* line 116, theme.scss */
.muiz-story-gallery__item {
  margin: 0;
  position: relative; }

/* line 117, theme.scss */
.muiz-story-gallery__item img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%; }

/* line 118, theme.scss */
.muiz-story-gallery__item figcaption {
  background: rgba(17, 18, 16, 0.78);
  bottom: 10px;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  left: 10px;
  letter-spacing: .14em;
  padding: 5px 7px;
  position: absolute;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
  z-index: 2; }

/* line 123, theme.scss */
.muiz-story-buy {
  background: var(--muiz-paper);
  border-block: 1px solid var(--muiz-line);
  display: grid;
  scroll-margin-top: 24px; }

/* line 124, theme.scss */
.muiz-story-buy__visual {
  background: #d3d2cc;
  min-height: 46svh;
  overflow: hidden;
  position: relative; }

/* line 125, theme.scss */
.muiz-story-buy__visual img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%; }

/* line 126, theme.scss */
.muiz-story-buy__visual > span {
  bottom: 16px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  left: var(--muiz-gutter);
  letter-spacing: .16em;
  position: absolute; }

/* line 129, theme.scss */
.muiz-story-buy__panel {
  padding: 40px var(--muiz-gutter) 48px; }

/* line 130, theme.scss */
.muiz-story-buy__panel > h2 {
  font-size: clamp(36px, 9vw, 66px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .92;
  margin: 22px 0 32px;
  max-width: 12ch; }

/* line 133, theme.scss */
.muiz-story-buy__price-row {
  align-items: baseline;
  display: flex;
  gap: 12px; }

/* line 134, theme.scss */
.muiz-story-buy__price {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.04em; }

/* line 135, theme.scss */
.muiz-story-buy__old-price {
  color: rgba(17, 18, 16, 0.45);
  font-size: 14px;
  text-decoration: line-through; }

/* line 136, theme.scss */
.muiz-story-buy__old-price:empty {
  display: none; }

/* line 137, theme.scss */
.muiz-story-buy__price-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase; }

/* line 138, theme.scss */
.muiz-story-buy__availability {
  align-items: center;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .15em;
  margin-top: 8px; }

/* line 141, theme.scss */
.muiz-story-buy__availability::before {
  background: #4b7b43;
  border-radius: 50%;
  content: '';
  height: 6px;
  width: 6px; }

/* line 142, theme.scss */
.muiz-story-buy__variants {
  margin-top: 32px; }

/* line 143, theme.scss */
.muiz-story-buy__variant-source.hide, .muiz-story-buy__variant-source[hidden] {
  display: none; }

/* line 144, theme.scss */
.muiz-story-buy__form .option {
  margin: 0 0 22px; }

/* line 145, theme.scss */
.muiz-story-buy__form .option-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase; }

/* line 148, theme.scss */
.muiz-story-buy__form .option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

/* line 149, theme.scss */
.muiz-story-buy__form .option-value {
  margin: 0; }

/* line 150, theme.scss */
.muiz-story-buy__form .option-value input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px; }

/* line 151, theme.scss */
.muiz-story-buy__form .option-value span, .muiz-story-buy__form .option-value.is-span {
  align-items: center;
  background: transparent;
  border: 1px solid var(--muiz-line);
  color: var(--muiz-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  min-width: 50px;
  padding: 8px 13px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease; }

/* line 156, theme.scss */
.muiz-story-buy__form .option-value.is-active span,
.muiz-story-buy__form .option-value.is-active.is-span,
.muiz-story-buy__form .option-value input:checked + span {
  background: var(--muiz-ink);
  border-color: var(--muiz-ink);
  color: #fff; }

/* line 159, theme.scss */
.muiz-story-buy__form .option-value.is-disabled, .muiz-story-buy__form .option-value.is-unavailable {
  opacity: .32; }

/* line 160, theme.scss */
.muiz-story-buy__submit {
  align-items: center;
  background: var(--muiz-ink);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .14em;
  min-height: 58px;
  padding: 0 18px;
  text-transform: uppercase;
  width: 100%; }

/* line 165, theme.scss */
.muiz-story-buy__form.not-available .muiz-story-buy__submit,
.muiz-story-buy__form.is-forbid-order-over-existing .muiz-story-buy__submit {
  cursor: not-allowed;
  opacity: .38; }

/* line 167, theme.scss */
.muiz-story-buy__form.not-available .muiz-story-buy__availability::before {
  background: var(--muiz-signal); }

/* line 168, theme.scss */
.muiz-story-buy__reservation {
  color: rgba(17, 18, 16, 0.68);
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 12px 0 0; }

/* line 171, theme.scss */
.muiz-story-buy__notes {
  border-top: 1px solid var(--muiz-line);
  margin-top: 28px; }

/* line 172, theme.scss */
.muiz-story-buy__notes details {
  border-bottom: 1px solid var(--muiz-line); }

/* line 173, theme.scss */
.muiz-story-buy__notes summary {
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .13em;
  list-style: none;
  padding: 18px 0; }

/* line 177, theme.scss */
.muiz-story-buy__notes summary::-webkit-details-marker {
  display: none; }

/* line 178, theme.scss */
.muiz-story-buy__notes details[open] summary span {
  transform: rotate(45deg); }

/* line 179, theme.scss */
.muiz-story-buy__notes-content {
  font-size: 12px;
  line-height: 1.6;
  padding: 0 0 20px; }

/* line 180, theme.scss */
.muiz-story-buy__notes-content > *:first-child {
  margin-top: 0; }

/* line 181, theme.scss */
.muiz-story-buy__notes-content > *:last-child {
  margin-bottom: 0; }

/* line 183, theme.scss */
.muiz-story-construction {
  background: var(--muiz-bone);
  padding: 72px var(--muiz-gutter) 84px; }

/* line 184, theme.scss */
.muiz-story-construction__header {
  margin-bottom: 56px; }

/* line 185, theme.scss */
.muiz-story-construction__header h2 {
  font-size: clamp(58px, 16vw, 154px);
  margin-top: 30px; }

/* line 186, theme.scss */
.muiz-story-construction__list {
  border-top: 1px solid var(--muiz-line); }

/* line 187, theme.scss */
.muiz-story-construction__item {
  border-bottom: 1px solid var(--muiz-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 30px 1fr;
  padding: 22px 0 26px; }

/* line 190, theme.scss */
.muiz-story-construction__item > span {
  font-size: 9px;
  letter-spacing: .12em; }

/* line 191, theme.scss */
.muiz-story-construction__item h3 {
  font-size: 15px;
  letter-spacing: .04em;
  margin: 0; }

/* line 192, theme.scss */
.muiz-story-construction__item p {
  font-size: 12px;
  grid-column: 2;
  line-height: 1.55;
  margin: 0;
  max-width: 38em; }

/* line 194, theme.scss */
.muiz-story-final {
  color: #fff;
  min-height: min(900px, 100svh);
  overflow: hidden;
  padding: 24px var(--muiz-gutter) 34px;
  position: relative; }

/* line 195, theme.scss */
.muiz-story-final__media, .muiz-story-final__shade {
  inset: 0;
  position: absolute; }

/* line 196, theme.scss */
.muiz-story-final__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%; }

/* line 197, theme.scss */
.muiz-story-final__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.62)); }

/* line 198, theme.scss */
.muiz-story-final__content {
  display: flex;
  flex-direction: column;
  height: calc(100svh - 58px);
  min-height: 620px;
  position: relative;
  z-index: 1; }

/* line 199, theme.scss */
.muiz-story-final__content > p {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  margin: 0; }

/* line 200, theme.scss */
.muiz-story-final__content h2 {
  margin-top: auto; }

/* line 201, theme.scss */
.muiz-story-final__content .muiz-story-button {
  margin-top: 28px; }

/* line 203, theme.scss */
.muiz-story-sticky {
  align-items: center;
  background: rgba(17, 18, 16, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.16);
  bottom: var(--muiz-sticky-bottom, calc(92px + env(safe-area-inset-bottom)));
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  left: 10px;
  opacity: 0;
  padding: 9px 9px 9px 13px;
  pointer-events: none;
  position: fixed;
  right: 10px;
  transform: translateY(16px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 120; }

/* line 209, theme.scss */
.muiz-story-sticky.is-visible:not(.is-suppressed) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0); }

/* line 210, theme.scss */
.muiz-story-sticky__meta {
  display: flex;
  flex-direction: column;
  font-size: 8px;
  gap: 2px;
  letter-spacing: .12em; }

/* line 211, theme.scss */
.muiz-story-sticky__meta strong {
  font-size: 12px;
  letter-spacing: 0; }

/* line 212, theme.scss */
.muiz-story-sticky__live {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 7px; }

/* line 213, theme.scss */
.muiz-story-sticky__live i {
  background: #bc8a30;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 7px; }

/* line 214, theme.scss */
.muiz-story-sticky__live i::after {
  animation: muiz-preorder-live 3s cubic-bezier(0.22, 0.7, 0.25, 1) infinite;
  border: 1px solid rgba(188, 138, 48, 0.9);
  border-radius: 50%;
  content: '';
  inset: -1px;
  opacity: 0;
  position: absolute; }

/* line 218, theme.scss */
.muiz-story-sticky__deadline {
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
  letter-spacing: .16em; }

@keyframes muiz-preorder-live {
  0%, 52% {
    opacity: 0;
    transform: scale(1); }
  58% {
    opacity: .85;
    transform: scale(1); }
  76%, 100% {
    opacity: 0;
    transform: scale(3.1); } }
/* line 224, theme.scss */
.muiz-story-sticky > button {
  background: var(--muiz-signal);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  min-height: 42px;
  padding: 0 14px; }

/* line 228, theme.scss */
.muiz-story-js .muiz-story-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }

/* line 231, theme.scss */
.muiz-story-js .muiz-story-reveal.is-inview {
  opacity: 1;
  transform: translateY(0); }

/* AQ / GOLD ORNAMENT SHIRT — preorder-only product treatment */
/* line 234, theme.scss */
.muiz-story--shirt-preorder {
  --muiz-signal: #a67a2c; }

/* line 235, theme.scss */
.muiz-story--shirt-preorder .muiz-story-hero {
  background: #ecebea;
  color: var(--muiz-ink); }

/* line 236, theme.scss */
.muiz-story--shirt-preorder .muiz-story-hero__media img {
  object-fit: cover;
  object-position: center;
  scale: 1; }

/* line 239, theme.scss */
.muiz-story--shirt-preorder .muiz-story-hero__wash {
  background: linear-gradient(90deg, rgba(239, 238, 235, 0.95) 0%, rgba(239, 238, 235, 0.2) 38%, rgba(239, 238, 235, 0.08) 68%, rgba(239, 238, 235, 0.72) 100%); }

/* line 242, theme.scss */
.muiz-story--shirt-preorder .muiz-story-hero__topline,
.muiz-story--shirt-preorder .muiz-story-hero__title,
.muiz-story--shirt-preorder .muiz-story-hero .muiz-story-kicker,
.muiz-story--shirt-preorder .muiz-story-hero__meta,
.muiz-story--shirt-preorder .muiz-story-hero__action > div {
  color: var(--muiz-ink);
  text-shadow: none; }

/* line 249, theme.scss */
.muiz-story--shirt-preorder .muiz-story-hero__title {
  font-size: clamp(62px, 20vw, 122px);
  letter-spacing: -.065em;
  line-height: .76;
  mix-blend-mode: multiply; }

/* line 252, theme.scss */
.muiz-story--shirt-preorder .muiz-story-hero__index {
  color: rgba(17, 18, 16, 0.62); }

/* line 253, theme.scss */
.muiz-story--shirt-preorder .muiz-story-detail {
  background: #b18a46; }

/* line 254, theme.scss */
.muiz-story--shirt-preorder .muiz-story-buy__availability::before {
  background: #a67a2c; }

/* line 255, theme.scss */
.muiz-story--shirt-preorder .muiz-story-sticky > button {
  background: #a67a2c; }

/* line 256, theme.scss */
.muiz-story--shirt-preorder .muiz-story-intro {
  gap: 18px;
  padding-block: 46px 48px; }

/* line 257, theme.scss */
.muiz-story--shirt-preorder .muiz-story-intro h2 {
  font-size: clamp(42px, 10.8vw, 78px);
  line-height: .88; }

/* line 258, theme.scss */
.muiz-story--shirt-preorder .muiz-story-intro__copy {
  gap: 12px; }

/* line 259, theme.scss */
.muiz-story--shirt-preorder .muiz-story-gallery {
  padding-block: 44px 56px; }

/* line 260, theme.scss */
.muiz-story--shirt-preorder .muiz-story-buy__panel {
  padding-block: 34px 38px; }

/* line 261, theme.scss */
.muiz-story--shirt-preorder .muiz-story-buy__panel > h2 {
  font-size: clamp(34px, 8.5vw, 54px);
  margin-block: 16px 24px; }

/* line 262, theme.scss */
.muiz-story--shirt-preorder .muiz-story-buy__variants {
  margin-top: 24px; }

/* line 263, theme.scss */
.muiz-story--shirt-preorder .muiz-story-buy__form .option {
  margin-bottom: 18px; }

/* line 264, theme.scss */
.muiz-story--shirt-preorder .muiz-story-buy__notes {
  margin-top: 22px; }

/* line 265, theme.scss */
.muiz-story--shirt-preorder .muiz-story-buy__notes summary {
  padding-block: 15px; }

/* line 266, theme.scss */
.muiz-story--shirt-preorder .muiz-story-construction {
  padding-block: 58px 66px; }

/* line 267, theme.scss */
.muiz-story--shirt-preorder .muiz-story-construction__header {
  margin-bottom: 38px; }

/* line 268, theme.scss */
.muiz-story--shirt-preorder .muiz-story-construction__header h2 {
  font-size: clamp(48px, 13vw, 112px);
  margin-top: 22px; }

/* line 269, theme.scss */
.muiz-story--shirt-preorder .muiz-story-final {
  min-height: 82svh; }

@media (max-width: 767px) {
  /* line 272, theme.scss */
  body.muiz-story-page .page_layout > header {
    display: none; }

  /* line 273, theme.scss */
  body.muiz-story-page .page_layout > main {
    margin-top: 0; }

  /* line 274, theme.scss */
  .muiz-story-hero {
    min-height: 100svh; }

  /* line 275, theme.scss */
  .muiz-story-detail__note {
    min-height: auto;
    padding-bottom: 34px; }

  /* line 276, theme.scss */
  .muiz-story-detail__note h2 {
    margin-top: clamp(64px, 18vw, 88px); }

  /* line 277, theme.scss */
  .muiz-story-detail__note p {
    margin-top: 28px; }

  /* line 278, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-hero {
    min-height: 88svh; }

  /* line 279, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-hero__media img {
    object-position: center 28%; }

  /* line 280, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-hero__title-wrap {
    margin-top: 1vh; }

  /* line 281, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-hero__meta {
    margin-bottom: 12px; }

  /* line 282, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-detail__note {
    padding-block: 24px 30px; } }
@media (min-width: 768px) {
  /* line 286, theme.scss */
  .muiz-story-hero {
    min-height: min(960px, calc(100svh - 72px));
    padding-block: 24px 30px; }

  /* line 287, theme.scss */
  .muiz-story-hero__media img {
    object-position: center 32%; }

  /* line 288, theme.scss */
  .muiz-story-hero__title-wrap {
    margin-top: 0; }

  /* line 289, theme.scss */
  .muiz-story-hero__title {
    font-size: clamp(120px, 16vw, 270px);
    max-width: none; }

  /* line 290, theme.scss */
  .muiz-story-hero__action {
    align-items: end;
    grid-template-columns: minmax(280px, 1fr) 260px; }

  /* line 291, theme.scss */
  .muiz-story-hero__action > div {
    padding-bottom: 13px; }

  /* line 292, theme.scss */
  .muiz-story-intro {
    grid-template-columns: .4fr 1.8fr .7fr;
    padding-block: 150px 140px; }

  /* line 293, theme.scss */
  .muiz-story-intro h2 {
    font-size: clamp(94px, 10vw, 180px); }

  /* line 294, theme.scss */
  .muiz-story-intro__copy {
    align-self: end; }

  /* line 295, theme.scss */
  .muiz-story-detail {
    grid-template-columns: 1.05fr .95fr; }

  /* line 296, theme.scss */
  .muiz-story-detail__media {
    aspect-ratio: auto;
    min-height: 900px; }

  /* line 297, theme.scss */
  .muiz-story-detail__note {
    min-height: 900px;
    padding: 42px var(--muiz-gutter) 56px; }

  /* line 298, theme.scss */
  .muiz-story-gallery {
    padding-block: 120px 150px; }

  /* line 299, theme.scss */
  .muiz-story-gallery__grid {
    gap: clamp(14px, 2vw, 32px);
    grid-template-columns: repeat(12, minmax(0, 1fr)); }

  /* line 300, theme.scss */
  .muiz-story-gallery__item {
    grid-column: span 5; }

  /* line 301, theme.scss */
  .muiz-story-gallery__item:nth-child(even) {
    grid-column: 7 / span 6;
    margin-top: 10vw; }

  /* line 302, theme.scss */
  .muiz-story-gallery__item--wide {
    grid-column: span 7; }

  /* line 303, theme.scss */
  .muiz-story-gallery__item img {
    min-height: 560px; }

  /* line 304, theme.scss */
  .muiz-story-buy {
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr); }

  /* line 305, theme.scss */
  .muiz-story-buy__visual {
    min-height: 980px; }

  /* line 306, theme.scss */
  .muiz-story-buy__panel {
    align-self: center;
    padding: 90px clamp(48px, 7vw, 120px); }

  /* line 307, theme.scss */
  .muiz-story-construction {
    padding-block: 150px; }

  /* line 308, theme.scss */
  .muiz-story-construction__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }

  /* line 309, theme.scss */
  .muiz-story-construction__item {
    border-right: 1px solid var(--muiz-line);
    min-height: 300px;
    padding: 24px; }

  /* line 310, theme.scss */
  .muiz-story-construction__item:first-child {
    padding-left: 0; }

  /* line 311, theme.scss */
  .muiz-story-construction__item:last-child {
    border-right: 0; }

  /* line 312, theme.scss */
  .muiz-story-construction__item p {
    align-self: end; }

  /* line 313, theme.scss */
  .muiz-story-final {
    padding-bottom: 52px; }

  /* line 314, theme.scss */
  .muiz-story-final__content {
    height: calc(100svh - 76px); }

  /* line 315, theme.scss */
  .muiz-story-final__content h2 {
    font-size: clamp(110px, 13vw, 230px); }

  /* line 316, theme.scss */
  .muiz-story-final__content .muiz-story-button {
    align-self: flex-end;
    margin-top: -58px;
    width: 260px; }

  /* line 317, theme.scss */
  .muiz-story-sticky {
    bottom: 18px;
    left: auto;
    max-width: 430px;
    right: 18px;
    width: calc(100% - 36px); }

  /* line 318, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-hero__title {
    font-size: clamp(94px, 12vw, 210px);
    max-width: 4.8ch; }

  /* line 319, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-intro {
    padding-block: 96px 90px; }

  /* line 320, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-buy__panel {
    padding-block: 72px; } }
@media (hover: hover) {
  /* line 323, theme.scss */
  .muiz-story-button--signal:hover, .muiz-story-sticky > button:hover {
    background: #e92d15; }

  /* line 324, theme.scss */
  .muiz-story-button--light:hover {
    background: var(--muiz-signal);
    color: #fff; }

  /* line 325, theme.scss */
  .muiz-story-buy__submit:hover {
    background: var(--muiz-signal); }

  /* line 326, theme.scss */
  .muiz-story--shirt-preorder .muiz-story-sticky > button:hover {
    background: #8e6723; } }
@media (prefers-reduced-motion: reduce) {
  /* line 329, theme.scss */
  .muiz-product-story *, .muiz-product-story *::before, .muiz-product-story *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important; }

  /* line 332, theme.scss */
  .muiz-story-js .muiz-story-reveal {
    opacity: 1;
    transform: none; }

  /* line 333, theme.scss */
  .muiz-story-sticky__live i::after {
    animation: none; } }
/* QOSKAR MUIZ — lightweight editorial home */
/* line 337, theme.scss */
body.muiz-home-page .page_layout > main {
  margin-top: 0; }

/* line 338, theme.scss */
.muiz-home {
  --muiz-home-ink: #111210;
  --muiz-home-paper: #f2f0e9;
  --muiz-home-bone: #e6e3da;
  --muiz-home-line: rgba(17,18,16,.22);
  --muiz-home-signal: #ff3b20;
  background: var(--muiz-home-paper);
  color: var(--muiz-home-ink);
  font-family: inherit;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  width: 100vw; }

/* line 351, theme.scss */
.muiz-home *, .muiz-home *::before, .muiz-home *::after {
  box-sizing: border-box; }

/* line 352, theme.scss */
.muiz-home a {
  color: inherit;
  text-decoration: none; }

/* line 353, theme.scss */
.muiz-home__nav {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  left: 0;
  letter-spacing: .12em;
  padding: 19px clamp(20px, 3vw, 46px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

/* line 358, theme.scss */
.muiz-home__brand {
  font-size: 12px; }

/* line 359, theme.scss */
.muiz-home__nav div {
  display: flex;
  gap: clamp(18px, 3vw, 46px); }

/* line 360, theme.scss */
.muiz-home__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
  margin: 0; }

/* line 361, theme.scss */
.muiz-home-hero {
  background: var(--muiz-home-ink);
  color: var(--muiz-home-paper);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: space-between;
  min-height: clamp(600px, 78svh, 820px);
  padding: 82px clamp(20px, 3vw, 46px) 24px;
  position: relative; }

/* line 366, theme.scss */
.muiz-home-hero::before {
  background: linear-gradient(90deg, rgba(5, 6, 5, 0.88) 0%, rgba(5, 6, 5, 0.68) 43%, rgba(5, 6, 5, 0.16) 76%, rgba(5, 6, 5, 0.08) 100%), linear-gradient(0deg, rgba(5, 6, 5, 0.52) 0%, rgba(5, 6, 5, 0) 42%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1; }

/* line 371, theme.scss */
.muiz-home-hero__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 72% center;
  position: absolute;
  width: 100%;
  z-index: -2; }

/* line 372, theme.scss */
.muiz-home-hero__meta {
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .15em;
  position: relative;
  z-index: 1; }

/* line 373, theme.scss */
.muiz-home-hero__content {
  margin-top: auto;
  position: relative;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
  z-index: 1; }

/* line 374, theme.scss */
.muiz-home-hero h1, .muiz-home-proof h2, .muiz-home-closing h2 {
  font-size: clamp(64px, 19vw, 110px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .78;
  margin: 22px 0 0;
  text-transform: uppercase; }

/* line 378, theme.scss */
.muiz-home-hero__statement {
  font-size: clamp(17px, 4.7vw, 22px);
  line-height: 1.35;
  margin: 34px 0 0;
  max-width: 520px; }

/* line 379, theme.scss */
.muiz-home-hero__scroll {
  align-items: center;
  border-top: 1px solid currentColor;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .16em;
  margin-top: 34px;
  padding-top: 16px;
  position: relative;
  z-index: 1; }

/* line 383, theme.scss */
.muiz-home-proof {
  background: var(--muiz-home-ink);
  color: var(--muiz-home-paper); }

/* line 384, theme.scss */
.muiz-home-proof__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative; }

/* line 385, theme.scss */
.muiz-home-proof__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 74% center;
  width: 100%; }

/* line 386, theme.scss */
.muiz-home-proof__media > span {
  bottom: 20px;
  font-size: 10px;
  font-weight: 700;
  left: 20px;
  letter-spacing: .17em;
  position: absolute; }

/* line 389, theme.scss */
.muiz-home-proof__copy {
  padding: 54px 20px 50px; }

/* line 390, theme.scss */
.muiz-home-proof h2 {
  font-size: clamp(32px, 8.7vw, 54px);
  line-height: .86;
  margin-top: 42px; }

/* line 391, theme.scss */
.muiz-home-proof h2 span {
  display: block;
  white-space: nowrap; }

/* line 392, theme.scss */
.muiz-home-proof__copy > p:not(.muiz-home__eyebrow) {
  font-size: 16px;
  line-height: 1.5;
  margin: 30px 0 36px;
  max-width: 610px; }

/* line 393, theme.scss */
.muiz-home-proof__facts {
  border-top: 1px solid rgba(242, 240, 233, 0.38);
  display: grid; }

/* line 394, theme.scss */
.muiz-home-proof__facts span {
  border-bottom: 1px solid rgba(242, 240, 233, 0.38);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 18px 0; }

/* line 395, theme.scss */
.muiz-home-index {
  background: var(--muiz-home-paper);
  padding: 58px 20px 70px; }

/* line 396, theme.scss */
.muiz-home-index__header {
  align-items: end;
  border-bottom: 1px solid var(--muiz-home-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px; }

/* line 397, theme.scss */
.muiz-home-index__header > p:last-child {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5;
  margin: 0;
  text-align: right; }

/* line 398, theme.scss */
.muiz-home-index__list {
  border-bottom: 1px solid var(--muiz-home-line); }

/* line 399, theme.scss */
.muiz-home-index__item {
  align-items: center;
  border-top: 1px solid var(--muiz-home-line);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  min-height: 84px;
  padding: 11px 0;
  transition: color .2s, background-color .2s, padding .2s; }

/* line 403, theme.scss */
.muiz-home-index__item:first-child {
  border-top: 0; }

/* line 404, theme.scss */
.muiz-home-index__number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em; }

/* line 405, theme.scss */
.muiz-home-index__name {
  display: grid;
  gap: 7px;
  min-width: 0; }

/* line 406, theme.scss */
.muiz-home-index__name small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em; }

/* line 407, theme.scss */
.muiz-home-index__name strong {
  font-size: clamp(20px, 6vw, 27px);
  letter-spacing: -.035em;
  line-height: .95; }

/* line 408, theme.scss */
.muiz-home-index__arrow {
  font-size: 22px;
  text-align: right; }

/* line 409, theme.scss */
.muiz-home-index__preview {
  display: none; }

/* line 410, theme.scss */
.muiz-home-archive {
  background: var(--muiz-home-bone);
  padding: 0 20px; }

/* line 411, theme.scss */
.muiz-home-archive summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  font-size: 10px;
  font-weight: 700;
  grid-template-columns: 1fr auto 24px;
  letter-spacing: .15em;
  list-style: none;
  padding: 30px 0; }

/* line 415, theme.scss */
.muiz-home-archive summary::-webkit-details-marker {
  display: none; }

/* line 416, theme.scss */
.muiz-home-archive summary > span:nth-child(2) {
  text-align: right; }

/* line 417, theme.scss */
.muiz-home-archive summary > span:last-child {
  font-size: 22px;
  text-align: right;
  transition: transform .2s; }

/* line 418, theme.scss */
.muiz-home-archive details[open] summary > span:last-child {
  transform: rotate(45deg); }

/* line 419, theme.scss */
.muiz-home-archive__list {
  border-top: 1px solid var(--muiz-home-line);
  padding-bottom: 24px; }

/* line 420, theme.scss */
.muiz-home-archive__list a {
  align-items: center;
  border-bottom: 1px solid var(--muiz-home-line);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .08em;
  padding: 20px 0; }

/* line 421, theme.scss */
.muiz-home-archive__list a span:last-child {
  font-size: 9px;
  white-space: nowrap; }

/* line 422, theme.scss */
.muiz-home-closing {
  background: var(--muiz-home-ink);
  color: var(--muiz-home-paper);
  padding: 34px 20px 86px; }

/* line 423, theme.scss */
.muiz-home-closing > p {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0; }

/* line 424, theme.scss */
.muiz-home-closing h2 {
  font-size: clamp(56px, 16vw, 90px);
  margin: 72px 0 40px; }

/* line 425, theme.scss */
.muiz-home-closing > a {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  padding-bottom: 8px; }

@media (min-width: 768px) {
  /* line 428, theme.scss */
  .muiz-home-hero {
    min-height: clamp(640px, 86svh, 900px);
    padding-bottom: 32px; }

  /* line 429, theme.scss */
  .muiz-home-hero h1 {
    font-size: clamp(96px, 10.5vw, 188px);
    max-width: 62vw; }

  /* line 430, theme.scss */
  .muiz-home-hero__content {
    margin-top: 0;
    padding-top: 5vh; }

  /* line 431, theme.scss */
  .muiz-home-hero__statement {
    margin-left: 0; }

  /* line 432, theme.scss */
  .muiz-home-proof {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
    min-height: 760px; }

  /* line 433, theme.scss */
  .muiz-home-proof__media {
    aspect-ratio: auto;
    min-height: 760px; }

  /* line 434, theme.scss */
  .muiz-home-proof__copy {
    align-content: center;
    display: grid;
    padding: 58px clamp(46px, 6vw, 110px); }

  /* line 435, theme.scss */
  .muiz-home-proof h2 {
    font-size: clamp(36px, 3.7vw, 68px);
    margin-top: 7vh; }

  /* line 436, theme.scss */
  .muiz-home-index {
    padding: 88px clamp(30px, 4vw, 70px) 105px; }

  /* line 437, theme.scss */
  .muiz-home-index__layout {
    display: grid;
    gap: clamp(30px, 5vw, 88px);
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    padding-top: 32px; }

  /* line 438, theme.scss */
  .muiz-home-index__item {
    grid-template-columns: 52px minmax(0, 1fr) 34px;
    min-height: 96px;
    padding-inline: 14px; }

  /* line 439, theme.scss */
  .muiz-home-index__name strong {
    font-size: clamp(25px, 2.4vw, 42px); }

  /* line 440, theme.scss */
  .muiz-home-index__preview {
    display: block; }

  /* line 441, theme.scss */
  .muiz-home-index__preview-media {
    aspect-ratio: 4 / 5;
    background: var(--muiz-home-ink);
    color: var(--muiz-home-paper);
    overflow: hidden;
    position: sticky;
    top: 24px; }

  /* line 442, theme.scss */
  .muiz-home-index__preview-media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    transition: opacity .35s;
    width: 100%; }

  /* line 443, theme.scss */
  .muiz-home-index__preview-media img.is-loaded {
    opacity: 1; }

  /* line 444, theme.scss */
  .muiz-home-index__preview-empty {
    align-content: space-between;
    display: grid;
    height: 100%;
    padding: 24px;
    transition: opacity .2s; }

  /* line 445, theme.scss */
  .muiz-home-index__preview-empty.is-hidden {
    opacity: 0; }

  /* line 446, theme.scss */
  .muiz-home-index__preview-empty span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em; }

  /* line 447, theme.scss */
  .muiz-home-index__preview-empty strong {
    font-size: min(23vw, 320px);
    letter-spacing: -.08em;
    line-height: .72; }

  /* line 448, theme.scss */
  .muiz-home-index__preview-caption {
    bottom: 0;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: space-between;
    left: 0;
    letter-spacing: .14em;
    padding: 24px;
    position: absolute;
    right: 0;
    z-index: 1; }

  /* line 449, theme.scss */
  .muiz-home-index__item.is-active {
    background: var(--muiz-home-ink);
    color: var(--muiz-home-paper);
    padding-inline: 22px; }

  /* line 450, theme.scss */
  .muiz-home-archive {
    padding-inline: clamp(30px, 4vw, 70px); }

  /* line 451, theme.scss */
  .muiz-home-archive summary {
    padding-block: 38px; }

  /* line 452, theme.scss */
  .muiz-home-archive__list {
    display: grid;
    grid-template-columns: 1fr 1fr; }

  /* line 453, theme.scss */
  .muiz-home-archive__list a:nth-child(odd) {
    margin-right: 26px; }

  /* line 454, theme.scss */
  .muiz-home-archive__list a:nth-child(even) {
    margin-left: 26px; }

  /* line 455, theme.scss */
  .muiz-home-closing {
    padding: 46px clamp(30px, 4vw, 70px) 76px; }

  /* line 456, theme.scss */
  .muiz-home-closing h2 {
    font-size: clamp(96px, 11vw, 190px);
    margin-top: 90px; } }
@media (hover: hover) {
  /* line 459, theme.scss */
  .muiz-home__nav a:hover, .muiz-home-closing > a:hover {
    opacity: .55; }

  /* line 460, theme.scss */
  .muiz-home-archive__list a:hover {
    color: var(--muiz-home-signal); } }
@media (prefers-reduced-motion: reduce) {
  /* line 463, theme.scss */
  .muiz-home *, .muiz-home *::before, .muiz-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important; } }
