@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: dark;
  --bg: #100d19;
  --surface: #211c2e;
  --surface-light: #2c253e;
  --text: #f5f2fc;
  --muted: #c0b8d0;
  --quiet: #a79dbb;
  --line: #443b56;
  --accent: #c9b7f3;
  --accent-hover: #ddcefc;
  --ink: #1d142b;
  --error: #f3bbcc;
  --positive: #bbdecd;
  --radius: 10px;
  --gutter: clamp(22px, 5.55vw, 88px);
  font-family: Manrope, Arial, sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}
body,
button,
input {
  font-family: Manrope, Arial, sans-serif;
}
body {
  min-width: 320px;
}
body > main {
  min-height: calc(100svh - 242px);
}
[hidden] {
  display: none !important;
}
button,
input {
  font-size: 16px;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:hover {
  color: var(--accent-hover);
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
button:focus-visible,
input:focus-visible {
  outline-offset: 3px;
}
p {
  margin: 0 0 20px;
  max-width: 65ch;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(44px, 6.1vw, 88px);
}
h2 {
  font-size: clamp(30px, 3.75vw, 54px);
}
h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
}
img,
svg {
  display: block;
}
figure {
  margin: 0;
}
input {
  min-width: 0;
}
a,
button {
  touch-action: manipulation;
}
.wrap {
  width: min(100% - var(--gutter) * 2, 1440px);
  margin-inline: auto;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 14px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -90px;
  background: var(--accent);
  color: var(--ink);
  padding: 12px 20px;
  z-index: 20;
  border-radius: 6px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 72px;
  position: relative;
  z-index: 2;
}
.brand {
  font-weight: 800;
  font-size: 35px;
  letter-spacing: -1.7px;
  line-height: 1;
  text-decoration: none;
}
.site-header nav {
  display: flex;
  gap: 40px;
  font-size: 15px;
}
.site-header nav a {
  text-decoration: none;
}
.site-header > .button {
  margin-left: auto;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 56px;
  padding: 15px 26px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  transition:
    background-color 0.16s,
    border-color 0.16s;
}
.button:hover {
  background: var(--accent-hover);
  color: var(--ink);
}
.button:active {
  background: #b6a0e0;
}
.button.compact {
  min-height: 45px;
  padding: 10px 29px;
  font-size: 14px;
  border-radius: 8px;
}
.button.secondary {
  background: transparent;
  color: var(--text);
  border-color: #76668d;
}
.button.secondary:hover {
  background: #2a223a;
  border-color: var(--accent);
}
.button:disabled {
  background: #2b2635;
  color: #b3a9c3;
  border-color: #4b415b;
}
.button.full-width {
  width: 100%;
}
.text-link,
.back-link,
.product-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  text-decoration: none;
  border-bottom: 1px solid #9a8cab;
  padding-bottom: 5px;
}
.text-link {
  font-size: 15px;
  font-weight: 600;
}
.back-link {
  font-size: 14px;
  color: var(--muted);
  border: 0;
  padding: 0;
  margin-bottom: 28px;
}
.text-button {
  border: 0;
  background: none;
  padding: 8px 0;
  color: var(--muted);
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.arrow {
  flex-shrink: 0;
}
.section-space {
  padding-block: 78px;
}
.hero {
  position: relative;
  isolation: isolate;
}
.hero-inner {
  min-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  max-width: 750px;
}
.hero h1 {
  font-size: clamp(68px, 7vw, 110px);
  letter-spacing: -0.06em;
  line-height: 1.04;
  white-space: nowrap;
}
.hero-cta {
  margin-top: 42px;
  gap: 38px;
  min-height: 62px;
  padding-inline: 31px;
}
.hero-art {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 760px;
  max-width: none;
  object-fit: cover;
  object-position: center 55%;
  mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
  pointer-events: none;
}
.collection {
  position: relative;
  padding-top: 54px;
}
.collection > h2,
.how > h2,
.product-process > h2 {
  margin-bottom: 42px;
}
.product-exhibits {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}
.product-exhibit {
  min-width: 0;
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid #3e3551;
  display: flex;
  flex-direction: column;
}
.smeta-exhibit {
  background: linear-gradient(115deg, #2b2440, #322d48);
}
.montazh-exhibit {
  background: linear-gradient(115deg, #23202c, #25242e);
  border-color: #34303d;
}
.exhibit-heading h3 {
  font-size: 40px;
  margin-bottom: 12px;
}
.exhibit-heading > p {
  font-size: 20px;
  margin-bottom: 32px;
  color: #ede6fa;
}
.estimate-preview,
.montage-preview {
  margin-bottom: 28px;
  min-width: 0;
}
.estimate-preview figcaption,
.montage-preview figcaption {
  font-size: 13px;
  color: #e7def8;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 3px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.estimate-preview figcaption span,
.montage-preview figcaption span {
  color: var(--muted);
  font-size: 12px;
}
.document {
  background: #eae5f4;
  border-radius: 7px;
  padding: 20px;
  color: #30253e;
  overflow: hidden;
}
.document-title {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 750;
  margin-bottom: 22px;
}
.document-mark {
  font-size: 11px;
  font-weight: 600;
  background: #d5c9e6;
  color: #4b3b64;
  padding: 5px 9px;
  border-radius: 4px;
  white-space: nowrap;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}
th,
td {
  padding: 12px 9px;
  border-bottom: 1px solid #cfc6dd;
}
thead {
  background: #dcd4e8;
}
thead th {
  font-weight: 750;
  font-size: 11px;
}
tbody th {
  font-weight: 650;
}
td:last-child {
  color: #654783;
}
tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}
.document-note {
  font-size: 11px;
  line-height: 1.5;
  color: #655574;
  border-top: 1px solid #cec3df;
  padding-top: 15px;
  margin: 12px 0 0;
}
.edit-canvas {
  position: relative;
  background: #15131f;
  border: 1px solid #575065;
  aspect-ratio: 2.45;
  display: grid;
  place-items: center;
  min-height: 116px;
  border-radius: 6px;
  overflow: hidden;
}
.caption-guide {
  position: relative;
  max-width: 80%;
  border: 1px solid #9080aa;
  padding: 14px 22px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.caption-guide::before,
.caption-guide::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border: 1px solid #332543;
}
.caption-guide::before {
  top: -3px;
  left: -3px;
}
.caption-guide::after {
  bottom: -3px;
  right: -3px;
}
.canvas-note {
  position: absolute;
  bottom: 8px;
  left: 12px;
  font-size: 10px;
  color: #c6bdd5;
}
.timeline {
  display: flex;
  gap: 4px;
  margin-top: 15px;
  position: relative;
}
.timeline span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c435e;
  color: #f3edff;
  font-size: 11px;
  height: 47px;
  border-radius: 3px;
  flex: 1;
}
.timeline span:nth-child(2) {
  flex: 1.4;
  background: #655577;
}
.timeline span:nth-child(3) {
  flex: 0.8;
  background: #413c50;
}
.caption-track {
  height: 25px;
  background: #635478;
  color: #f0e9fa;
  font-size: 10px;
  margin-top: 5px;
  border-radius: 3px;
  padding: 4px 10px;
  width: 82%;
}
.exhibit-bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  justify-content: space-between;
}
.product-link {
  font-size: 16px;
  white-space: nowrap;
  gap: 25px;
  padding-bottom: 7px;
}
.availability {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin: 0;
  padding: 0;
  counter-reset: journey;
}
.steps > li {
  display: flex;
  gap: 22px;
  counter-increment: journey;
  position: relative;
}
.steps > li::before {
  content: counter(journey);
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  background: #2e2740;
  color: var(--accent);
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  font-weight: 650;
}
.steps h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 1px 0 12px;
  letter-spacing: -0.02em;
}
.steps p {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
  line-height: 1.75;
}
.how {
  padding-top: 26px;
  padding-bottom: 100px;
}
.site-footer {
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 35px;
}
.site-footer .brand {
  font-size: 30px;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
  gap: 15px 28px;
  color: var(--muted);
  font-size: 13px;
}
.site-footer nav a {
  text-decoration: none;
}
.product-hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 85px;
}
.product-intro h1 {
  margin-bottom: 20px;
}
.product-subtitle {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: #e6def3;
  margin-bottom: 25px;
}
.product-description {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 35px;
  max-width: 46ch;
}
.product-intro > .availability {
  margin-top: 18px;
}
.detail-preview {
  margin: 0;
  position: relative;
}
.detail-preview figcaption {
  font-size: 14px;
}
.detail-preview .document {
  padding: 28px 24px;
  box-shadow:
    -18px 18px 0 -2px #292237,
    -18px 18px 0 -1px #574767;
}
.detail-preview .document-title {
  font-size: 21px;
  margin-bottom: 26px;
}
.detail-preview .document-mark {
  font-size: 12px;
}
.detail-preview th,
.detail-preview td {
  font-size: 13px;
  padding: 16px 10px;
}
.detail-preview thead th {
  font-size: 12px;
}
.detail-preview .document-note {
  font-size: 12px;
  padding-top: 21px;
}
.detail-preview .edit-canvas {
  aspect-ratio: 1.8;
  min-height: 220px;
}
.detail-preview .caption-guide {
  font-size: 30px;
  padding: 22px 30px;
}
.detail-preview .timeline span {
  height: 62px;
  font-size: 13px;
}
.detail-preview .caption-track {
  height: 33px;
  padding: 6px 12px;
  font-size: 12px;
}
.product-process {
  padding-top: 50px;
  padding-bottom: 78px;
}
.limitations {
  border-top: 1px solid var(--line);
  padding-top: 62px;
  padding-bottom: 62px;
}
.limitation-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 38px;
}
.limitation-columns article + article {
  padding-left: 48px;
  border-left: 1px solid var(--line);
}
.limitation-columns h3 {
  font-size: 21px;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.limitation-columns p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 55ch;
}
.product-ending {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding-top: 35px;
}
.product-ending p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  max-width: 54ch;
}
.product-ending .button {
  flex-shrink: 0;
}
.transaction-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.auth-shell {
  padding-block: 95px 120px;
  min-height: 650px;
}
.transaction-intro h1 {
  font-size: clamp(40px, 4.5vw, 65px);
  max-width: 9ch;
  margin-bottom: 26px;
}
.transaction-intro > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 38ch;
}
.transaction-panel {
  background: var(--surface);
  border: 1px solid #3c324c;
  border-radius: var(--radius);
  padding: 38px;
  min-width: 0;
}
.transaction-panel h2 {
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin-bottom: 23px;
}
.transaction-panel h2 + p {
  line-height: 1.8;
  font-size: 16px;
}
.transaction-panel p + .button {
  margin-top: 5px;
}
.transaction-panel .text-link {
  display: flex;
  margin-top: 23px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
.field label {
  font-size: 14px;
  font-weight: 650;
}
.field input {
  height: 55px;
  border: 1px solid #695a7d;
  border-radius: 6px;
  background: #16121f;
  color: var(--text);
  padding: 12px 15px;
  font-size: 17px;
  width: 100%;
}
.field input:hover {
  border-color: #9783b1;
}
.field input:focus {
  border-color: var(--accent);
}
.field input:user-invalid {
  border-color: var(--error);
}
.field-hint {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.check-field {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 30px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.check-field input {
  appearance: auto;
  accent-color: var(--accent);
  width: 19px;
  height: 19px;
  margin: 3px 0 0;
  flex: 0 0 19px;
}
.check-field a {
  color: var(--text);
}
.form-alternate {
  font-size: 14px;
  color: var(--muted);
  margin: 25px 0 0;
  text-align: center;
}
.form-alternate a {
  color: var(--text);
  white-space: nowrap;
  margin-left: 5px;
}
.notice {
  background: #2d2338;
  border-left: 2px solid #8e78ac;
  padding: 17px 20px;
  margin-block: 20px;
  color: #eee4fa;
  font-size: 14px;
}
.notice p {
  margin: 0;
}
.notice.error {
  border-color: var(--error);
  color: #f5cfdb;
  background: #312130;
}
.notice.success {
  border-color: var(--positive);
  color: var(--positive);
  background: #1e2a26;
}
.notice.success a,
.recovery-steps a {
  color: var(--text);
}
.recovery-steps {
  margin: 0 0 30px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.recovery-steps li + li {
  margin-top: 10px;
}
.password-recovery-hint {
  margin-top: 18px;
}
[data-password-form] .field + .field {
  margin-top: 22px;
}
[data-password-form] > .button {
  margin-top: 26px;
}
.notice .button {
  margin-top: 15px;
}
.account-shell {
  max-width: 1180px;
  min-height: 650px;
  padding-top: 62px;
}
.page-heading h1,
.checkout-shell > h1 {
  font-size: clamp(42px, 4.7vw, 68px);
}
.account-identity {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding-bottom: 34px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.account-identity p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.account-section {
  margin-top: 48px;
}
.account-section > h2 {
  font-size: 30px;
  margin-bottom: 26px;
}
.owned-products {
  padding: 28px 0;
}
.owned-products > h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.owned-products > p {
  font-size: 16px;
  max-width: 60ch;
}
.owned-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.owned-product:first-child {
  border-top: 0;
  padding-top: 0;
}
.owned-product h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.owned-product p {
  font-size: 14px;
  margin: 0;
}
.status-positive {
  color: var(--positive);
}
.order-row {
  display: grid;
  grid-template-columns: 1fr 220px auto;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.order-row h3 {
  font-size: 20px;
  margin-bottom: 9px;
}
.order-row p {
  margin: 0;
  overflow-wrap: anywhere;
}
.order-details {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 7px;
}
.order-row .text-link {
  font-size: 14px;
}
.checkout-shell {
  padding-top: 50px;
  padding-bottom: 100px;
}
.checkout-shell > h1 {
  margin-bottom: 65px;
}
.checkout-shell .transaction-shell {
  gap: 100px;
  grid-template-columns: 1fr 1.02fr;
}
.checkout-shell .transaction-intro {
  padding-top: 12px;
}
.checkout-shell .transaction-intro h2 {
  font-size: 43px;
  margin-bottom: 24px;
}
.checkout-shell .transaction-intro p {
  font-size: 17px;
  max-width: 47ch;
}
.checkout-shell .transaction-panel {
  min-height: 310px;
}
.price-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 27px;
}
.price-line strong,
.order-price {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.price-line span {
  font-size: 14px;
}
.transaction-panel form > .small {
  margin: 22px 0 0;
  line-height: 1.8;
}
.payment-shell {
  max-width: 900px;
  min-height: 650px;
  padding-top: 90px;
  padding-bottom: 100px;
}
.payment-shell h1 {
  font-size: clamp(40px, 4.7vw, 65px);
  max-width: 14ch;
  margin-bottom: 30px;
}
.payment-mark {
  width: 48px;
  height: 4px;
  background: var(--accent);
  margin-bottom: 36px;
}
.payment-content > p {
  font-size: 17px;
  max-width: 61ch;
  line-height: 1.8;
}
.payment-content > .button {
  margin: 12px 16px 15px 0;
}
.payment-content > .text-link {
  margin-top: 12px;
  display: flex;
}
.payment-content[aria-busy="true"] {
  opacity: 0.65;
}
@media (min-width: 1700px) {
  .hero-art {
    object-position: center 61%;
  }
  .hero-inner {
    min-height: 700px;
  }
  .hero-art {
    height: 840px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    gap: 45px;
  }
  .site-header nav {
    gap: 25px;
  }
  .hero-inner {
    min-height: 545px;
  }
  .hero-art {
    height: 680px;
  }
  .hero-copy {
    padding-bottom: 100px;
  }
  .hero h1 {
    font-size: 8vw;
  }
  .hero-cta {
    margin-top: 32px;
  }
  .product-exhibit {
    padding: 25px;
  }
  .exhibit-heading h3 {
    font-size: 34px;
  }
  .exhibit-heading > p {
    font-size: 18px;
  }
  .product-exhibits {
    gap: 18px;
  }
  .document {
    padding: 15px;
  }
  .document-title {
    font-size: 13px;
    gap: 7px;
  }
  .document-mark {
    font-size: 10px;
  }
  .document-note {
    font-size: 10px;
  }
  th,
  td {
    padding: 10px 6px;
    font-size: 10px;
  }
  thead th {
    font-size: 10px;
  }
  .caption-guide {
    font-size: 18px;
    padding: 12px 18px;
  }
  .steps {
    gap: 28px;
  }
  .steps > li {
    gap: 16px;
  }
  .steps > li::before {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    line-height: 42px;
    font-size: 22px;
  }
  .steps h3 {
    font-size: 17px;
  }
  .steps p {
    font-size: 14px;
  }
  .product-hero {
    gap: 45px;
  }
  .detail-preview .document-title {
    font-size: 17px;
  }
  .detail-preview th,
  .detail-preview td {
    padding: 14px 7px;
    font-size: 11px;
  }
  .transaction-shell,
  .checkout-shell .transaction-shell {
    gap: 60px;
  }
  .transaction-panel {
    padding: 30px;
  }
  .order-row {
    grid-template-columns: 1fr 180px;
    gap: 16px;
  }
  .order-row > .text-link {
    grid-column: 1/-1;
  }
  .footer-inner {
    gap: 30px;
  }
  .site-footer nav {
    gap: 12px 20px;
  }
  .product-subtitle {
    font-size: 23px;
  }
  .product-description {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 24px;
  }
  .site-header {
    height: 82px;
    gap: 24px;
  }
  .brand {
    font-size: 29px;
    letter-spacing: -1.4px;
  }
  .site-header nav {
    gap: 0;
    font-size: 13px;
  }
  .site-header nav a + a {
    display: none;
  }
  .site-header > .button {
    padding: 9px 17px;
    min-height: 40px;
    font-size: 13px;
  }
  .hero-inner {
    min-height: 575px;
    align-items: flex-start;
    padding-top: 48px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(48px, 10.8vw, 80px);
    letter-spacing: -0.055em;
  }
  .hero-cta {
    margin-top: 25px;
    min-height: 52px;
    padding: 13px 22px;
    font-size: 14px;
    gap: 28px;
  }
  .hero-art {
    top: 25px;
    height: 555px;
    width: 100vw;
    object-fit: cover;
    object-position: 69% bottom;
    mask-image: linear-gradient(
      to bottom,
      transparent 3%,
      #000 25%,
      #000 88%,
      transparent
    );
  }
  .section-space {
    padding-block: 45px;
  }
  .collection {
    padding-top: 18px;
  }
  .collection > h2,
  .how > h2,
  .product-process > h2 {
    margin-bottom: 28px;
  }
  .product-exhibits {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-exhibit {
    padding: 25px;
  }
  .exhibit-heading h3 {
    font-size: 35px;
  }
  .exhibit-heading > p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .document {
    padding: 20px;
  }
  .document-title {
    font-size: 15px;
  }
  .document-mark {
    font-size: 11px;
  }
  th,
  td {
    font-size: 12px;
    padding: 12px 8px;
  }
  .document-note {
    font-size: 11px;
  }
  .edit-canvas {
    aspect-ratio: 2.3;
    min-height: 135px;
  }
  .caption-guide {
    font-size: 23px;
  }
  .estimate-preview figcaption,
  .montage-preview figcaption {
    font-size: 13px;
    display: block;
  }
  .estimate-preview figcaption span,
  .montage-preview figcaption span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
  }
  .timeline span {
    font-size: 12px;
    height: 50px;
  }
  .caption-track {
    height: 28px;
    font-size: 11px;
  }
  .exhibit-bottom {
    gap: 15px;
  }
  .availability {
    font-size: 12px;
  }
  .product-link {
    font-size: 15px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps > li {
    gap: 20px;
  }
  .steps h3 {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .steps p {
    font-size: 15px;
    max-width: 45ch;
  }
  .steps > li::before {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    line-height: 44px;
  }
  .how {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-block: 30px;
  }
  .site-footer nav {
    gap: 15px 22px;
    font-size: 12px;
  }
  .site-footer .brand {
    font-size: 28px;
  }
  .product-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 38px;
    padding-bottom: 50px;
  }
  .product-intro h1 {
    font-size: 60px;
  }
  .back-link {
    margin-bottom: 24px;
  }
  .product-subtitle {
    font-size: 23px;
    max-width: 25ch;
    margin-bottom: 21px;
  }
  .product-description {
    max-width: 50ch;
    font-size: 16px;
    margin-bottom: 27px;
  }
  .product-intro > .availability {
    margin-top: 14px;
  }
  .detail-preview {
    margin-left: 10px;
  }
  .detail-preview .document {
    padding: 25px 18px;
    box-shadow:
      -10px 10px 0 -2px #292237,
      -10px 10px 0 -1px #574767;
  }
  .detail-preview .document-title {
    font-size: 18px;
  }
  .detail-preview th,
  .detail-preview td {
    padding: 15px 7px;
    font-size: 12px;
  }
  .detail-preview .edit-canvas {
    min-height: 200px;
  }
  .detail-preview .caption-guide {
    font-size: 27px;
  }
  .detail-preview .timeline span {
    height: 53px;
  }
  .product-process {
    padding-top: 25px;
  }
  .limitation-columns {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 30px;
  }
  .limitation-columns article + article {
    padding: 27px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .limitation-columns h3 {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .limitation-columns p {
    font-size: 15px;
  }
  .product-ending {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-top: 32px;
    padding-top: 27px;
  }
  .product-ending .button {
    width: 100%;
  }
  .transaction-shell,
  .checkout-shell .transaction-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .auth-shell {
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 0;
  }
  .transaction-intro h1 {
    font-size: 43px;
    max-width: 12ch;
    margin-bottom: 20px;
  }
  .transaction-intro > p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 45ch;
  }
  .transaction-panel {
    padding: 25px 23px;
  }
  .field input {
    font-size: 16px;
  }
  .field {
    margin-bottom: 23px;
  }
  .form-alternate {
    font-size: 13px;
  }
  .check-field {
    font-size: 12px;
    gap: 10px;
  }
  .transaction-panel h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .transaction-panel h2 + p {
    font-size: 15px;
  }
  .page-heading h1,
  .checkout-shell > h1 {
    font-size: 42px;
  }
  .account-identity {
    gap: 15px;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .account-identity p {
    font-size: 14px;
  }
  .account-section {
    margin-top: 33px;
  }
  .account-section > h2 {
    font-size: 27px;
  }
  .owned-products {
    padding: 5px 0 15px;
  }
  .owned-products > h3 {
    font-size: 22px;
    max-width: 20ch;
  }
  .owned-products > p {
    font-size: 15px;
  }
  .owned-product {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .owned-product .button {
    width: 100%;
  }
  .order-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .order-details {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
  }
  .order-row .small {
    font-size: 12px;
  }
  .checkout-shell {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .checkout-shell > h1 {
    margin-bottom: 30px;
    max-width: 12ch;
  }
  .checkout-shell .transaction-intro {
    padding: 0;
  }
  .checkout-shell .transaction-intro h2 {
    font-size: 32px;
    margin-bottom: 17px;
  }
  .checkout-shell .transaction-intro p {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .checkout-shell .transaction-panel {
    min-height: 0;
  }
  .payment-shell {
    padding-block: 50px 65px;
    min-height: 580px;
  }
  .payment-shell h1 {
    font-size: 40px;
    max-width: 14ch;
    line-height: 1.17;
    margin-bottom: 25px;
  }
  .payment-mark {
    margin-bottom: 28px;
  }
  .payment-content > p {
    font-size: 16px;
  }
  .payment-content > .button {
    width: 100%;
    margin-right: 0;
  }
  .payment-content > .text-link {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  :root {
    --gutter: 20px;
  }
  .site-header {
    gap: 18px;
  }
  .site-header nav {
    font-size: 12px;
  }
  .brand {
    font-size: 27px;
  }
  .site-header > .button {
    padding: 9px 14px;
  }
  .product-exhibit {
    padding: 21px;
  }
  .document {
    padding: 14px;
  }
  .document-title {
    font-size: 13px;
  }
  .document-mark {
    font-size: 10px;
  }
  th,
  td {
    padding: 11px 6px;
    font-size: 11px;
  }
  .detail-preview th,
  .detail-preview td {
    font-size: 10px;
    padding: 13px 6px;
  }
  .detail-preview .document-title {
    font-size: 16px;
  }
  .product-intro h1 {
    font-size: 54px;
  }
  .transaction-panel {
    padding: 24px 20px;
  }
  .check-field {
    font-size: 12px;
  }
  .button {
    padding-inline: 20px;
  }
  .product-subtitle {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
.checkout-preview {
  margin: 28px 0;
}
.checkout-preview .estimate-preview,
.checkout-preview .montage-preview {
  margin: 0;
}
.checkout-preview .document-title {
  font-size: 18px;
}
.checkout-preview .document {
  padding: 22px;
}
.order-limits {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  padding-left: 18px;
  margin: 24px 0;
}
.order-limits:empty {
  display: none;
}
.order-limits li + li {
  margin-top: 8px;
}
.edit-canvas {
  width: 100%;
  min-width: 0;
}
@media (min-width: 1101px) and (max-width: 1699px) {
  .hero-inner {
    min-height: 660px;
  }
  .hero-art {
    height: 800px;
    object-position: center 20%;
  }
}
@media (max-width: 760px) {
  .hero-art {
    top: 128px;
    height: 430px;
    object-position: 86% bottom;
  }
}
.checkout-shell .transaction-intro .document-note {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0 0;
  max-width: none;
}
[data-checkout-state] > .button {
  width: 100%;
}
@media (max-width: 350px) {
  .site-header nav {
    display: none;
  }
}

/* Existing access and a new order are independent actions. */
.owned-product .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
[data-checkout-access]:not([hidden]) {
  margin-bottom: 2rem;
}
[data-checkout-access] p {
  margin: 0.75rem 0 0;
}
