@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-cyrillic-400-normal.DD2KOZkl.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-cyrillic-400-normal.BMzJvInZ.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-cyrillic-500-normal.B1OEZity.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --text: #f3f0eb;
  --text-muted: rgb(243 240 235 / 72%);
  --text-faint: rgb(243 240 235 / 46%);
  --brass: #aa7d48;
  --brass-light: #d1ac78;
  --surface: rgb(11 13 13 / 88%);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --desktop-gutter: clamp(36px, 3.2vw, 64px);
  --desktop-header-height: clamp(92px, 13.5svh, 132px);
  --desktop-copy-width: min(64vw, 860px);
  --desktop-form-width: min(100%, clamp(560px, 43vw, 700px));
  --desktop-control-height: clamp(68px, 9vmin, 82px);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #090a0a;
}

body {
  min-width: 320px;
  color: var(--text);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body *::selection {
  background: var(--brass);
  color: #0d0d0c;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.visually-hidden,
.website-field {
  position: fixed;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.catalog-landing {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #090a0a;
}

.hero-art {
  position: absolute;
  z-index: -3;
  inset: 0;
  display: block;
  overflow: hidden;
}

.hero-art__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: art-reveal 900ms var(--ease-out) both;
}

.catalog-landing__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(4 6 7 / 88%) 0%, rgb(4 6 7 / 76%) 32%, rgb(4 6 7 / 42%) 49%, rgb(4 6 7 / 5%) 67%),
    linear-gradient(180deg, rgb(0 0 0 / 42%) 0%, transparent 18%, transparent 76%, rgb(0 0 0 / 26%) 100%);
}

.page-shell {
  width: min(calc(100% - (2 * var(--desktop-gutter))), 2200px);
  height: 100%;
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: var(--desktop-header-height);
  padding-top: clamp(24px, 4svh, 48px);
}

.brand-mark {
  display: block;
  width: clamp(48px, 6.5vmin, 62px);
  height: clamp(58px, 7.9vmin, 75px);
  object-fit: contain;
}

.legal-nav {
  color: rgb(243 240 235 / 58%);
  font-size: clamp(10px, 1.45vmin, 13px);
}

.legal-nav a {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: color 160ms var(--ease-out), text-decoration-color 160ms var(--ease-out);
}

.legal-nav a:focus-visible {
  outline: 2px solid var(--brass-light);
  outline-offset: 5px;
}

.legal-nav--desktop {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  padding-top: 10px;
}

.legal-nav--mobile {
  display: none;
}

.catalog-main {
  position: relative;
  height: calc(100% - var(--desktop-header-height));
  min-height: 0;
}

.catalog-copy {
  position: relative;
  z-index: 2;
  width: var(--desktop-copy-width);
  padding-top: clamp(36px, 8svh, 88px);
}

.catalog-facts {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: var(--desktop-form-width);
  margin: 0;
  padding: 0 0 0 clamp(48px, 3.8vw, 64px);
  list-style: none;
  color: var(--brass-light);
  font-size: clamp(10px, 1.55vmin, 13px);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.catalog-facts::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(32px, 2.8vw, 48px);
  height: 1px;
  background: var(--brass);
  content: "";
}

.catalog-facts strong {
  margin-right: 3px;
  font-size: 1.16em;
  font-weight: 500;
}

h1 {
  max-width: 860px;
  margin: clamp(30px, 5svh, 48px) 0 0;
  color: #f5f2ed;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 6.8vmin, 56px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0.006em;
  word-spacing: 0.12em;
  text-wrap: balance;
  text-transform: uppercase;
  text-shadow: 0 3px 24px rgb(0 0 0 / 32%);
}

.title-line {
  display: block;
  white-space: nowrap;
}

.catalog-subtitle {
  width: min(100%, 650px);
  margin: clamp(22px, 3.5svh, 34px) 0 0;
  color: var(--text-muted);
  font-size: clamp(16px, 2.25vmin, 20px);
  line-height: 1.5;
  letter-spacing: 0.006em;
}

.catalog-form {
  position: relative;
  display: flex;
  width: var(--desktop-form-width);
  min-height: clamp(176px, 24vmin, 210px);
  margin-top: clamp(28px, 4.5svh, 44px);
  flex-direction: column;
}

.catalog-form__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(190px, 13.5vw, 230px);
  min-height: var(--desktop-control-height);
  border: 1px solid rgb(255 255 255 / 13%);
  background: var(--surface);
  box-shadow: 0 22px 54px rgb(0 0 0 / 38%);
  backdrop-filter: blur(14px);
}

.phone-field {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 clamp(24px, 2.2vw, 34px);
  transition: background-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out);
}

.phone-field:focus-within {
  background: rgb(24 24 22 / 94%);
  box-shadow: inset 0 0 0 1px var(--brass-light);
}

.phone-field input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--brass-light);
  caret-color: var(--brass-light);
  font-size: clamp(16px, 2.1vmin, 18px);
  letter-spacing: 0.04em;
}

.phone-field input::placeholder {
  color: var(--brass-light);
  opacity: 0.74;
}

.download-button {
  width: 100%;
  min-height: var(--desktop-control-height);
  padding: 0 18px;
  border: 0;
  background: var(--brass);
  color: #fff;
  cursor: pointer;
  font-size: clamp(15px, 2.1vmin, 18px);
  font-weight: 500;
  transition: transform 160ms var(--ease-out), background-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out);
}

.download-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

.download-button:active {
  transform: scale(0.98);
}

.download-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.catalog-form__details {
  display: grid;
  gap: clamp(14px, 2vmin, 18px);
  margin-top: clamp(15px, 2.2vmin, 20px);
}

.catalog-meta {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  color: rgb(243 240 235 / 62%);
  font-size: clamp(8.5px, 1.25vmin, 11px);
  font-variant-numeric: tabular-nums;
}

.catalog-agreement {
  margin: 0;
  color: var(--text-faint);
  font-size: clamp(10px, 1.4vmin, 12px);
  line-height: 1.45;
}

.catalog-agreement a {
  text-underline-offset: 3px;
}

.catalog-status,
.catalog-nojs {
  min-height: 13px;
  margin: 7px 0 0;
  color: var(--brass-light);
  font-size: clamp(8.5px, 1.25vmin, 11px);
}

@keyframes art-reveal {
  from {
    opacity: 0.01;
    transform: scale(1.018);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .legal-nav a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: currentColor;
  }

  .download-button:hover {
    background: var(--brass-light);
    box-shadow: 0 14px 30px rgb(0 0 0 / 24%);
    transform: translateY(-2px);
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .page-shell {
    width: calc(100% - 64px);
  }

  .catalog-copy {
    width: min(53vw, 560px);
    padding-top: 24px;
  }

  h1 {
    font-size: clamp(38px, 4.1vw, 45px);
  }

  .title-line {
    white-space: normal;
  }

  .legal-nav--desktop {
    gap: 20px;
  }

  .hero-art__image {
    object-position: 54% center;
  }
}

@media (max-width: 760px) {
  .hero-art__image {
    object-position: center;
  }

  .catalog-landing__shade {
    background:
      linear-gradient(180deg, rgb(2 3 3 / 76%) 0%, rgb(2 3 3 / 58%) 31%, rgb(2 3 3 / 5%) 42%, rgb(2 3 3 / 8%) 68%, rgb(2 3 3 / 70%) 78%, rgb(2 3 3 / 96%) 100%);
  }

  .page-shell {
    width: auto;
    margin: 0 18px;
  }

  .site-header {
    justify-content: center;
    height: 64px;
    padding-top: 14px;
  }

  .brand-mark {
    width: 34px;
    height: 42px;
  }

  .legal-nav--desktop {
    display: none;
  }

  .catalog-main {
    height: calc(100% - 64px);
  }

  .catalog-copy {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .catalog-facts {
    width: 100%;
    padding: 0;
    font-size: clamp(7.5px, 2.2vw, 9px);
    letter-spacing: 0;
  }

  .catalog-facts::before {
    display: none;
  }

  .catalog-facts strong {
    margin-right: 2px;
  }

  h1 {
    width: min(100%, 354px);
    margin: 12px auto 0;
    font-size: clamp(21.5px, 5.9vw, 23.5px);
    line-height: 1.08;
    letter-spacing: 0.008em;
    word-spacing: 0.12em;
    text-align: center;
  }

  .title-line {
    white-space: nowrap;
  }

  .catalog-subtitle {
    width: min(100%, 348px);
    margin: 10px auto 0;
    font-size: clamp(11.5px, 3.25vw, 13px);
    line-height: 1.44;
    text-align: center;
  }

  .catalog-form {
    display: grid;
    width: 100%;
    min-height: 0;
    margin: auto 0 0;
    grid-template-rows: auto auto;
  }

  .catalog-form__controls {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .phone-field {
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgb(255 255 255 / 13%);
    background: rgb(10 12 12 / 88%);
    backdrop-filter: blur(12px);
  }

  .phone-field input {
    font-size: 15px;
  }

  .download-button {
    min-height: 47px;
    font-size: 15px;
  }

  .catalog-form__details {
    grid-template-columns: 1fr 1.15fr;
    align-items: start;
    gap: 14px;
    margin-top: 9px;
  }

  .catalog-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 8px;
    line-height: 1.25;
  }

  .catalog-agreement {
    font-size: 9px;
    line-height: 1.45;
    text-align: right;
  }

  .catalog-status,
  .catalog-nojs {
    position: absolute;
    bottom: -13px;
    left: 0;
    margin: 0;
    font-size: 8px;
  }

  .legal-nav--mobile {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px 11px;
    font-size: 7px;
    line-height: 1.2;
    text-align: center;
  }
}

@media (max-width: 760px) and (max-height: 760px) {
  .site-header {
    height: 52px;
    padding-top: 8px;
  }

  .brand-mark {
    width: 29px;
    height: 36px;
  }

  .catalog-main {
    height: calc(100% - 52px);
  }

  .catalog-copy {
    padding-bottom: 30px;
  }

  h1 {
    margin-top: 7px;
    font-size: clamp(21px, 5.8vw, 23px);
  }

  .catalog-subtitle {
    margin-top: 6px;
    font-size: 10px;
  }

  .phone-field,
  .download-button {
    min-height: 42px;
  }

  .catalog-form__details {
    margin-top: 5px;
  }
}

@media (min-width: 761px) and (max-height: 600px) {
  .page-shell {
    width: calc(100% - 64px);
  }

  .site-header {
    height: 52px;
    padding-top: 7px;
  }

  .brand-mark {
    width: 31px;
    height: 39px;
  }

  .legal-nav--desktop {
    gap: 18px;
    padding-top: 5px;
    font-size: 8px;
  }

  .catalog-main {
    height: calc(100% - 52px);
  }

  .catalog-copy {
    width: min(54vw, 460px);
    padding-top: 6px;
  }

  .catalog-facts {
    width: min(100%, 420px);
    padding-left: 40px;
    font-size: 7px;
  }

  .catalog-facts::before {
    width: 26px;
  }

  h1 {
    max-width: 460px;
    margin-top: 8px;
    font-size: clamp(30px, 4vw, 34px);
    line-height: 1.02;
  }

  .catalog-subtitle {
    margin-top: 7px;
    font-size: 10.5px;
  }

  .catalog-form {
    width: min(100%, 420px);
    min-height: 0;
    margin-top: 8px;
  }

  .catalog-form__controls {
    grid-template-columns: 1fr 140px;
    min-height: 40px;
  }

  .phone-field,
  .download-button {
    min-height: 40px;
  }

  .phone-field {
    padding-inline: 13px;
  }

  .phone-field input,
  .download-button {
    font-size: 11px;
  }

  .catalog-form__details {
    gap: 4px;
    margin-top: 4px;
  }

  .catalog-meta,
  .catalog-agreement,
  .catalog-status {
    font-size: 6.5px;
  }

  .catalog-status {
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
