@font-face {
  font-family: Archivo;
  src: url("/fonts/archivo-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}
@font-face {
  font-family: Archivo;
  src: url("/fonts/archivo-core.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
  unicode-range: U+0000-00FF, U+2010-2015, U+2018-201F, U+2022, U+2026, U+20AC, U+2122, U+2190-2193;
}
@font-face {
  font-family: JetBrains Mono;
  src: url("/fonts/jetbrainsmono-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}
@font-face {
  font-family: JetBrains Mono;
  src: url("/fonts/jetbrainsmono-core.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
  unicode-range: U+0000-00FF, U+2010-2015, U+2018-201F, U+2022, U+2026, U+20AC, U+2122, U+2190-2193;
}
:root { --blue: #1a3bd2; --ink: #090a0c; --mist: #f0f2f6; --line: #d7dae2; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); font-family: Archivo, Arial, sans-serif; font-size: 17px; line-height: 1.45; }
img { display: block; max-width: 100%; }
.wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
a { -webkit-tap-highlight-color: rgba(26, 59, 210, .18); touch-action: manipulation; }
a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.catalogue a:focus-visible { outline-color: var(--blue); }
.site-head { min-height: calc(72px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); display: flex; align-items: center; background: var(--ink); color: #fff; }
.nav { display: flex; align-items: center; justify-content: space-between; }
.nav > a { display: inline-flex; min-height: 44px; align-items: center; }
.nav span, .seller-name, .example, .catalogue-head > p, .contact-label { font-family: "JetBrains Mono", monospace; font-size: 12px; }
.seller-hero { padding: 72px 0; overflow: hidden; background: var(--blue); color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1fr 260px; gap: 60px; align-items: center; }
.seller-name { margin: 0 0 20px; }
.example { display: inline-block; margin: 0 0 24px; padding: 8px 10px; background: #fff; color: var(--blue); font-weight: 700; }
h1 { max-width: 900px; margin: 0; font-size: clamp(58px, 8vw, 112px); font-weight: 650; line-height: .95; letter-spacing: -.055em; overflow-wrap: anywhere; }
.state-copy { max-width: 560px; margin: 24px 0 0; font-size: 21px; }
.hero-mark { width: 230px; opacity: .18; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 20px; border: 2px solid #fff; background: #fff; color: var(--blue); text-decoration: none; font-weight: 700; transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
.button-outline { background: transparent; color: #fff; }
.seller-inactive { background: #30333a; }
.catalogue { padding: 84px 0 100px; background: var(--mist); }
.catalogue-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: end; margin-bottom: 35px; }
.catalogue-head > p { margin: 0; }
.catalogue-head h2 { max-width: 760px; margin: 0; font-size: clamp(40px, 5vw, 68px); font-weight: 650; line-height: .95; letter-spacing: -.045em; }
.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product { display: grid; grid-template-columns: minmax(220px, .85fr) 1.15fr; min-height: 420px; background: #fff; }
.product:first-child { grid-column: 1 / -1; grid-template-columns: 1.2fr .8fr; }
.product > img { width: 100%; height: auto; max-height: 620px; object-fit: contain; align-self: center; }
.product-placeholder { min-height: 320px; display: grid; place-items: center; background: #e5e7ed; }
.product-placeholder img { width: 72px; }
.product-copy { display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; padding: 30px; overflow-wrap: anywhere; }
.product-top { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.product h2 { margin: 0; font-size: 30px; line-height: 1; overflow-wrap: anywhere; }
.price { margin: 0; color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 29px; font-weight: 700; white-space: nowrap; }
.size { font-family: "JetBrains Mono", monospace; font-size: 12px; color: #626772; }
.stock { margin-top: auto; padding-top: 24px; font-weight: 700; }
.contact { padding: 70px 0; background: var(--blue); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.contact h2 { max-width: 740px; margin: 10px 0 0; font-size: clamp(38px, 5vw, 62px); line-height: .95; letter-spacing: -.04em; }
.contact .actions { margin: 0; }
.button-white-outline { background: transparent; color: #fff; }
.closed { padding: 34px 0; background: #30333a; color: #fff; }
.closed p { margin: 0; font-weight: 700; }
.seller-example .seller-hero { padding: 32px 0; }
.seller-example .example { margin-bottom: 18px; }
.seller-example .catalogue { padding-top: 36px; }
footer { padding: 42px 0 calc(42px + env(safe-area-inset-bottom)); background: var(--ink); color: #fff; }
footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
footer p { margin: 0; color: #aeb2bc; }
@media (max-width: 800px) {
  .seller-hero { padding: 52px 0; }
  .hero-grid, .catalogue-head, .contact-grid { grid-template-columns: 1fr; }
  .hero-mark { display: none; }
  .products { grid-template-columns: 1fr; }
  .product, .product:first-child { grid-column: auto; grid-template-columns: 1fr; }
  .product > img { height: auto; max-height: none; }
  .contact .actions { margin-top: 8px; }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  .wrap { width: 100%; margin-inline: auto; padding-left: max(14px, env(safe-area-inset-left)); padding-right: max(14px, env(safe-area-inset-right)); }
  .site-head { min-height: calc(64px + env(safe-area-inset-top)); }
  .site-head img { width: 110px; }
  h1 { font-size: 52px; }
  .state-copy { font-size: 18px; }
  .actions { display: grid; }
  .catalogue { padding: 58px 0 70px; }
  .catalogue-head { gap: 14px; }
  .catalogue-head h2 { font-size: 42px; }
  .product { min-height: 0; }
  .product-copy { min-height: 260px; padding: 23px; }
  .product-top { display: block; }
  .price { margin-top: 12px; }
  .contact { padding: 52px 0; }
  footer .wrap { display: block; }
  footer p { margin-top: 16px; }
}
@media (max-width: 360px) {
  h1 { font-size: 46px; }
  .catalogue-head h2 { font-size: 37px; }
  .product-copy { min-height: 0; padding: 20px; }
  .product h2 { font-size: 26px; }
}
@media (max-height: 500px) and (orientation: landscape) and (max-width: 900px) {
  .seller-hero { padding: 36px 0; }
  .hero-grid { grid-template-columns: 1fr 150px; gap: 30px; }
  .hero-mark { display: block; width: 150px; }
  h1 { font-size: 54px; }
  .state-copy { margin-top: 14px; font-size: 17px; }
  .actions { margin-top: 18px; }
  .button { min-height: 46px; padding-block: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
}
