@font-face {
  font-family: "Golos Text";
  src: url("/assets/fonts/golos-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";
  src: url("/assets/fonts/golos-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  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 {
  --paper: #f0eee7;
  --paper-light: #f7f5ef;
  --ink: #0e0e0c;
  --muted: #6b6860;
  --rule: #c9c4b8;
  --signal: #ec4f2c;
  --max-blue: #146ef5;
  --container: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Golos Text", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
p,
figure {
  margin: 0;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--max-blue);
  outline-offset: 4px;
}

.masthead {
  border-bottom: 1px solid var(--ink);
}

.masthead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
}

.wordmark {
  display: inline-grid;
  font-size: 23px;
  font-weight: 600;
  line-height: .79;
  letter-spacing: -.075em;
}

.wordmark i,
.hero h1 i,
.brand-poster-name i {
  color: var(--signal);
  font-style: normal;
}

.mast-meta {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mast-meta span:first-child {
  color: var(--max-blue);
}

.hero {
  min-height: calc(100svh - 104px);
  border-bottom: 1px solid var(--ink);
}

.hero-inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 104px);
  padding-top: 29px;
  padding-bottom: 35px;
}

.hero-index,
.section-index {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  flex: 1;
  padding: clamp(70px, 10vh, 130px) 0 58px;
}

.hero h1 {
  grid-column: 1 / span 9;
  display: grid;
  font-size: clamp(78px, 9.6vw, 150px);
  font-weight: 600;
  line-height: .83;
  letter-spacing: -.073em;
}

.hero h1 span {
  white-space: nowrap;
}

.hero-aside {
  grid-column: 10 / -1;
  padding-bottom: 7px;
}

.hero-aside p {
  max-width: 330px;
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 1.38;
  letter-spacing: -.025em;
}

.action-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 62px;
  padding: 0 19px;
  border: 1px solid var(--ink);
  color: var(--paper);
  background: var(--ink);
  font-size: 14px;
  font-weight: 500;
  transition: color .16s ease, background-color .16s ease;
}

.action-link b {
  font-size: 23px;
  font-weight: 400;
}

.action-link:hover {
  color: var(--ink);
  background: transparent;
}

.hero-aside small {
  display: block;
  margin-top: 11px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .04em;
}

.hero-foot {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.hero-foot > p {
  grid-column: 1 / span 4;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.hero-foot > div {
  grid-column: 10 / -1;
  display: grid;
  gap: 5px;
}

.hero-foot span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-foot strong {
  font-size: 12px;
  font-weight: 500;
}

.catalog {
  padding: 56px 0 72px;
  color: var(--paper);
  background: var(--ink);
}

.section-index--inverse {
  color: #a6a198;
}

.catalog h2 {
  max-width: 960px;
  margin: 86px 0 92px;
  font-size: clamp(62px, 7vw, 106px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.065em;
}

.store-ledger {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #4d4b46;
  list-style: none;
}

.store-ledger li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  padding: 19px 0 22px;
  border-top: 1px solid #4d4b46;
}

.store-ledger span {
  font-size: clamp(38px, 4.6vw, 70px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.055em;
}

.store-ledger small {
  color: #858078;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
}

.catalog-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-top: 35px;
  color: #a6a198;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.catalog-foot i {
  color: var(--signal);
  font-style: normal;
}

.channel {
  padding: 57px 0 112px;
  background: var(--paper);
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  margin-top: 82px;
}

.brand-poster {
  grid-column: 1 / span 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1;
  padding: 30px;
  color: var(--paper);
  background: var(--ink);
}

.brand-poster-top,
.brand-poster-foot small {
  color: #a8a49b;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brand-poster-name {
  display: grid;
  font-size: clamp(54px, 5.7vw, 88px);
  font-weight: 600;
  line-height: .79;
  letter-spacing: -.075em;
}

.brand-poster-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.brand-poster-foot > span {
  width: 52px;
  height: 13px;
  background: var(--signal);
}

.channel-copy {
  grid-column: 6 / span 5;
  padding-left: 24px;
}

.channel-handle {
  display: block;
  margin-bottom: 20px;
  color: var(--max-blue);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.channel-copy h2 {
  margin-bottom: 27px;
  font-size: clamp(45px, 4.7vw, 72px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.06em;
}

.channel-copy p {
  max-width: 520px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.52;
  letter-spacing: -.015em;
}

.action-link--signal {
  width: min(100%, 420px);
  border-color: var(--signal);
  color: var(--paper);
  background: var(--signal);
}

.action-link--signal:hover {
  color: var(--signal);
}

.qr-block {
  grid-column: 11 / -1;
  align-self: end;
}

.qr-block img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid var(--ink);
}

.qr-block figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-footer {
  padding: 40px 0 46px;
  color: var(--paper);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.wordmark--footer {
  grid-column: 1 / span 2;
}

.footer-grid > p {
  grid-column: 4 / span 5;
  max-width: 530px;
  color: #aaa69e;
  font-size: 11px;
  line-height: 1.55;
}

.footer-links {
  grid-column: 10 / -1;
  display: grid;
  justify-items: end;
  gap: 10px;
  font-size: 10px;
}

.footer-links a {
  color: #d9d5cc;
  text-decoration: underline;
  text-decoration-color: #5e5b55;
  text-underline-offset: 4px;
}

.footer-links span {
  color: #7e7a73;
}

.metrika-counter {
  position: absolute;
  left: -9999px;
}

.legal-page {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
}

.legal-header {
  border-bottom: 1px solid var(--ink);
}

.legal-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
}

.legal-back {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-main {
  max-width: 820px;
  padding-top: 88px;
  padding-bottom: 120px;
}

.legal-date {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legal-main h1 {
  margin: 72px 0 64px;
  font-size: clamp(60px, 8vw, 112px);
  font-weight: 600;
  line-height: .86;
  letter-spacing: -.07em;
}

.legal-main h2 {
  margin: 49px 0 12px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.035em;
}

.legal-main p,
.legal-main li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.66;
}

.legal-main a:not(.action-link) {
  color: var(--max-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1050px) {
  .hero h1 {
    grid-column: 1 / span 8;
    font-size: clamp(72px, 9.5vw, 100px);
  }

  .hero-aside {
    grid-column: 9 / -1;
  }

  .channel-copy {
    grid-column: 6 / span 5;
    padding-left: 0;
  }

  .qr-block {
    display: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--container), calc(100% - 40px));
  }

  .masthead-inner,
  .legal-header-inner {
    min-height: 82px;
  }

  .mast-meta span:last-child {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: calc(100svh - 82px);
  }

  .hero-grid {
    display: block;
    padding: 78px 0 70px;
  }

  .hero h1 {
    font-size: clamp(62px, 16vw, 104px);
  }

  .hero-aside {
    max-width: 460px;
    margin-top: 56px;
  }

  .hero-aside p {
    max-width: 390px;
  }

  .hero-foot {
    grid-template-columns: 1fr 1fr;
  }

  .hero-foot > p,
  .hero-foot > div {
    grid-column: auto;
  }

  .hero-foot > div {
    justify-self: end;
    text-align: right;
  }

  .catalog h2 {
    margin: 66px 0 68px;
  }

  .channel-grid {
    grid-template-columns: 1fr;
    gap: 55px;
    margin-top: 62px;
  }

  .brand-poster,
  .channel-copy {
    grid-column: auto;
  }

  .brand-poster {
    width: min(100%, 560px);
  }

  .channel-copy {
    max-width: 620px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }

  .wordmark--footer,
  .footer-grid > p,
  .footer-links {
    grid-column: auto;
  }

  .footer-grid > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer-links {
    justify-items: end;
  }
}

@media (max-width: 500px) {
  .container {
    width: calc(100% - 32px);
  }

  .wordmark {
    font-size: 20px;
  }

  .mast-meta {
    font-size: 9px;
  }

  .hero-inner {
    padding-top: 22px;
    padding-bottom: 25px;
  }

  .hero-index span:first-child {
    max-width: 170px;
  }

  .hero-grid {
    padding: 64px 0 58px;
  }

  .hero h1 {
    font-size: clamp(55px, 15.6vw, 76px);
    line-height: .85;
  }

  .hero-aside {
    margin-top: 47px;
  }

  .hero-aside p {
    font-size: 17px;
  }

  .hero-foot {
    display: block;
  }

  .hero-foot > div {
    margin-top: 26px;
    text-align: left;
  }

  .catalog {
    padding: 42px 0 52px;
  }

  .catalog h2 {
    margin: 55px 0 60px;
    font-size: clamp(44px, 12.6vw, 60px);
  }

  .store-ledger li {
    padding: 16px 0 18px;
  }

  .store-ledger span {
    font-size: clamp(31px, 9.5vw, 45px);
  }

  .catalog-foot {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 9px;
  }

  .channel {
    padding: 43px 0 76px;
  }

  .channel-grid {
    margin-top: 48px;
  }

  .brand-poster {
    padding: 23px;
  }

  .brand-poster-name {
    font-size: clamp(48px, 16vw, 72px);
  }

  .channel-copy h2 {
    font-size: clamp(43px, 12.4vw, 58px);
  }

  .channel-copy p {
    font-size: 15px;
  }

  .site-footer {
    padding: 32px 0 38px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > p,
  .footer-links {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-links {
    justify-items: start;
  }

  .legal-main {
    padding-top: 54px;
    padding-bottom: 80px;
  }

  .legal-main h1 {
    margin: 50px 0 48px;
  }

  .legal-main p,
  .legal-main li {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .hero h1 {
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}

@media print {
  .hero,
  .hero-inner {
    min-height: auto;
  }

  .catalog {
    color: var(--ink);
    background: var(--paper);
  }
}
