/* SAPSAN v13 — главная страница в журнальном спортивном стиле. */
.home-grind {
  --v13-ink: #071412;
  --v13-paper: #f4f2ec;
  --v13-cream: #e8e6df;
  --v13-red: #ed3438;
  --v13-line: rgba(7, 20, 18, .17);
  background: var(--v13-paper);
  color: var(--v13-ink);
}

.home-grind main { overflow: hidden; }
.home-grind .topline { min-height: 34px; background: var(--v13-red); color: #fff; }
.home-grind .topline .shell { max-width: none; padding-inline: 4vw; }
.home-grind .site-head { position: absolute; top: 34px; left: 0; right: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.22); background: transparent; color: #fff; }
.home-grind .site-head .head-row { max-width: none; min-height: 82px; padding-inline: 4vw; }
.home-grind .brand, .home-grind .brand small, .home-grind .main-nav a, .home-grind .account-link, .home-grind .cart-button { color: #fff; }
.home-grind .brand-mark { background: var(--v13-red); color: #fff; }
.home-grind .round-button, .home-grind .favorite-link { border-color: rgba(255,255,255,.5); background: transparent; color: #fff; }
.home-grind .cart-button { border-color: rgba(255,255,255,.6); background: transparent; }
.home-grind .search-panel { background: var(--v13-ink); border-color: rgba(255,255,255,.15); }
.home-grind .page-download { display: none; }

.home-grind h1,
.home-grind .v13-section-intro h2,
.home-grind .v13-editorial h2,
.home-grind .v13-product-head h2,
.home-grind .v13-sport-banner h2,
.home-grind .v13-quality h2,
.home-grind .v13-pants h2,
.home-grind .v13-loyalty h2,
.home-grind .v13-clubs h2,
.home-grind .v13-faq h2,
.home-grind .v13-final h2 {
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 750;
  letter-spacing: -.068em;
  line-height: .84;
  text-transform: uppercase;
}

.v13-label { margin: 0 0 22px; font-size: 11px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.v13-label::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 12px 3px 0; background: var(--v13-red); }
.v13-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 24px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.v13-button span { font-size: 18px; }
.v13-button-red { background: var(--v13-red); color: #fff; }
.v13-button-red:hover { background: #fff; color: var(--v13-ink); }
.v13-button-dark { background: var(--v13-ink); color: #fff; }
.v13-button-dark:hover { background: var(--v13-red); }
.v13-button-light { background: #fff; color: var(--v13-ink); }
.v13-button-light:hover { background: var(--v13-red); color: #fff; }

.v13-hero { position: relative; min-height: min(900px, 100vh); display: flex; align-items: flex-end; padding: 180px 5vw 74px; overflow: hidden; background: #17201d; color: #fff; }
.v13-hero-image { position: absolute; inset: 0; background: url("/assets/design-v13/arb-white.webp") 68% 19% / cover no-repeat; filter: contrast(1.04) saturate(.76); transform: scale(1.01); }
.v13-hero-shade { position: absolute; inset: 0; z-index: 1; background: rgba(1,12,10,.47); }
.v13-hero::after { content: "SAPSAN"; position: absolute; z-index: 1; right: -1.2vw; bottom: -7vw; color: rgba(255,255,255,.1); font-size: clamp(160px,26vw,420px); font-weight: 800; letter-spacing: -.09em; line-height: .8; pointer-events: none; }
.v13-hero-content { position: relative; z-index: 2; max-width: 1000px; }
.v13-hero h1 { max-width: 1050px; font-size: clamp(76px, 11.1vw, 172px) !important; color: #fff; }
.v13-lead { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: clamp(16px,1.35vw,20px); line-height: 1.55; }
.v13-actions { display: flex; align-items: center; gap: 34px; margin-top: 34px; }
.v13-text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.v13-hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 62px; width: 250px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.6); display: grid; gap: 6px; }
.v13-hero-note small { color: #ff716e; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.v13-hero-note b { font-size: 18px; }
.v13-hero-note span { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.45; }

.v13-marquee { overflow: hidden; padding: 23px 0 20px; background: var(--v13-red); color: #fff; white-space: nowrap; }
.v13-marquee div { width: max-content; font-size: 16px; font-weight: 750; animation: v13-marquee 32s linear infinite; }
.v13-marquee i { margin: 0 28px; font-size: 8px; font-style: normal; }
@keyframes v13-marquee { to { transform: translateX(-50%); } }

.v13-categories { padding: 112px 0 96px; background: var(--v13-ink); color: #fff; }
.v13-section-intro { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; padding: 0 5vw 64px; }
.v13-section-intro h2 { font-size: clamp(54px,7vw,104px); }
.v13-section-intro > p { max-width: 440px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.v13-category-rail { display: grid; grid-template-columns: repeat(4,minmax(260px,1fr)); gap: 1px; padding: 0 5vw; }
.v13-category-card { position: relative; min-height: 510px; overflow: hidden; background: #27302e; color: #fff; }
.v13-category-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .45s ease, filter .45s ease; }
.v13-category-shade { position: absolute; inset: 0; background: rgba(3,13,11,.33); }
.v13-category-card > small { position: absolute; top: 24px; left: 24px; font-size: 10px; letter-spacing: .12em; }
.v13-category-card > div { position: absolute; left: 24px; right: 70px; bottom: 26px; }
.v13-category-card h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: -.04em; }
.v13-category-card p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.5; }
.v13-category-card > b { position: absolute; right: 22px; bottom: 22px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.v13-category-card:hover img { transform: scale(1.025); filter: saturate(1); }

.v13-editorial { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 860px; background: var(--v13-cream); }
.v13-editorial-copy { padding: 10vw 6vw; align-self: center; }
.v13-editorial h2 { font-size: clamp(55px,6.4vw,98px); }
.v13-editorial-copy > p:not(.v13-label) { max-width: 590px; margin: 34px 0; color: rgba(7,20,18,.7); line-height: 1.75; }
.v13-editorial ol { list-style: none; padding: 0; margin: 0 0 38px; border-top: 1px solid var(--v13-line); }
.v13-editorial li { display: flex; align-items: center; gap: 22px; padding: 17px 0; border-bottom: 1px solid var(--v13-line); }
.v13-editorial li b { color: var(--v13-red); font-size: 11px; }
.v13-editorial li span { font-size: 13px; }
.v13-editorial-gallery { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 1px; background: var(--v13-paper); }
.v13-editorial-gallery figure { margin: 0; overflow: hidden; }
.v13-editorial-gallery figure:nth-child(2) { height: 54%; align-self: end; }
.v13-editorial-gallery img { width: 100%; height: 100%; object-fit: cover; }
.v13-material { position: absolute; right: 0; top: 0; width: 36%; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: var(--v13-red); color: #fff; }
.v13-material strong { font-size: clamp(48px,5vw,78px); letter-spacing: -.06em; }
.v13-material span { font-size: 11px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }

.v13-products { padding: 110px 0 100px; overflow: hidden; background: var(--v13-paper); }
.v13-product-head { display: flex; justify-content: space-between; align-items: end; padding: 0 5vw 50px; }
.v13-product-head h2 { font-size: clamp(54px,6.5vw,96px); }
.v13-rail-controls { display: flex; gap: 8px; }
.v13-rail-controls button { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--v13-line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 19px; }
.v13-rail-controls button:hover { background: var(--v13-ink); color: #fff; }
.v13-product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px,29vw); gap: 16px; padding: 0 5vw 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.v13-product-rail::-webkit-scrollbar { display: none; }
.v13-product-item { scroll-snap-align: start; }
.v13-products .product-card { height: 100%; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.v13-products .product-image { height: 520px; border-radius: 0; background: #e7e5df; }
.v13-products .product-image img { object-fit: cover; }
.v13-products .product-body { padding: 20px 2px; }
.v13-products .product-body h3 { margin: 7px 0 12px; font-size: 19px; }
.v13-products .product-bottom { border-top: 1px solid var(--v13-line); padding-top: 15px; }
.v13-products .favorite-button { top: 18px; right: 18px; background: #fff; }
.v13-catalog-link { display: flex; justify-content: space-between; align-items: center; width: min(90vw,1320px); margin: 50px auto 0; padding: 22px 0; border-bottom: 1px solid var(--v13-ink); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.v13-catalog-link b { font-size: 20px; }

.v13-sport-banner { position: relative; min-height: 760px; display: flex; align-items: flex-end; justify-content: space-between; padding: 7vw 5vw; background-size: cover; background-position: center; color: #fff; }
.v13-karate { background-image: url("/assets/design-v13/karate-bg.webp"); }
.v13-judo { background-image: url("/assets/design-v13/judo-bg.webp"); background-position: center 38%; }
.v13-banner-shade { position: absolute; inset: 0; background: rgba(2,10,9,.44); }
.v13-sport-banner > div, .v13-sport-banner blockquote { position: relative; z-index: 1; }
.v13-sport-banner h2 { margin-bottom: 34px; font-size: clamp(68px,9vw,138px); }
.v13-sport-banner blockquote { max-width: 350px; margin: 0 0 5px; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.6); font-size: 16px; line-height: 1.6; }
.v13-banner-stat { display: flex; align-items: end; gap: 15px; }
.v13-banner-stat strong { font-size: 100px; line-height: .8; letter-spacing: -.07em; }
.v13-banner-stat span { font-size: 11px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }

.v13-quality { padding: 120px 5vw 105px; background: var(--v13-cream); }
.v13-quality-title { display: grid; grid-template-columns: .35fr .65fr; align-items: start; }
.v13-quality-title h2 { font-size: clamp(68px,9.5vw,150px); }
.v13-quality-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 85px; background: var(--v13-line); border-block: 1px solid var(--v13-line); }
.v13-quality-grid article { padding: 34px 4vw 42px 0; background: var(--v13-cream); }
.v13-quality-grid article + article { padding-left: 4vw; }
.v13-quality-grid span { color: var(--v13-red); font-size: 11px; }
.v13-quality-grid h3 { margin: 60px 0 16px; font-size: 22px; letter-spacing: -.04em; }
.v13-quality-grid p { margin: 0; color: rgba(7,20,18,.63); font-size: 14px; line-height: 1.7; }

.v13-pants { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 840px; background: var(--v13-ink); color: #fff; }
.v13-pants-copy { align-self: center; padding: 8vw 5vw; }
.v13-pants h2 { font-size: clamp(62px,7.2vw,112px); }
.v13-pants-copy > p:not(.v13-label) { max-width: 500px; margin: 30px 0 38px; color: rgba(255,255,255,.65); line-height: 1.75; }
.v13-pants-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.12); }
.v13-pants-gallery figure { position: relative; margin: 0; overflow: hidden; background: #eceae6; }
.v13-pants-gallery img { width: 100%; height: 100%; object-fit: cover; }
.v13-pants-gallery figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: var(--v13-ink); color: #fff; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

.v13-loyalty, .v13-clubs { display: grid; grid-template-columns: 1fr .65fr; gap: 10vw; align-items: end; padding: 110px 5vw; color: #fff; }
.v13-loyalty { background: var(--v13-ink); }
.v13-clubs { background: var(--v13-red); }
.v13-loyalty h2, .v13-clubs h2 { font-size: clamp(62px,8vw,125px); }
.v13-loyalty > div:last-child, .v13-clubs > div:last-child { padding-bottom: 9px; }
.v13-loyalty > div:last-child p, .v13-clubs > div:last-child p { max-width: 540px; margin: 0 0 34px; line-height: 1.75; }

.v13-faq { display: grid; grid-template-columns: .68fr 1.32fr; gap: 10vw; padding: 120px 5vw; background: var(--v13-paper); }
.v13-faq h2 { font-size: clamp(64px,7.5vw,114px); }
.v13-faq > div:first-child > p:last-child { max-width: 340px; margin-top: 30px; color: rgba(7,20,18,.6); line-height: 1.6; }
.v13-faq-list { border-top: 1px solid var(--v13-line); }
.v13-faq-list article { border-bottom: 1px solid var(--v13-line); }
.v13-faq-list button { width: 100%; min-height: 90px; display: flex; justify-content: space-between; align-items: center; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: 18px; font-weight: 600; }
.v13-faq-list button b { font-size: 24px; font-weight: 400; }
.v13-faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.v13-faq-list article > div p { min-height: 0; overflow: hidden; margin: 0; max-width: 660px; color: rgba(7,20,18,.66); line-height: 1.7; }
.v13-faq-list article.open > div { grid-template-rows: 1fr; }
.v13-faq-list article.open > div p { padding-bottom: 28px; }

.v13-final { padding: 120px 5vw 130px; overflow: hidden; background: var(--v13-red); color: #fff; text-align: center; }
.v13-final h2 { margin-bottom: 42px; font-size: clamp(80px,13vw,210px); white-space: nowrap; }
.v13-final .v13-label::before { display: none; }

.home-grind .recently-viewed { padding: 74px 5vw; background: var(--v13-paper); }
.home-grind .recently-viewed .shell { max-width: none; padding: 0; }
.home-grind .site-footer { padding-top: 80px; background: var(--v13-ink) !important; color: #fff; }
.home-grind .site-footer .shell { max-width: none; padding-inline: 5vw; }
.home-grind .footer-grid { gap: 6vw; padding-bottom: 58px; }
.home-grind .footer-brand { font-size: 34px; letter-spacing: -.05em; }
.home-grind .footer-grid h3 { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.home-grind .footer-grid a, .home-grind .footer-grid span { color: #fff; font-size: 13px; }
.home-grind .footer-bottom { color: rgba(255,255,255,.48); }
.home-grind .drawer-panel { color: var(--v13-ink); }

@media (max-width: 1100px) {
  .home-grind .site-head { background: rgba(7,20,18,.94); }
  .home-grind .main-nav { background: var(--v13-ink); }
  .v13-category-rail { grid-template-columns: repeat(4,minmax(280px,1fr)); overflow-x: auto; }
  .v13-editorial { grid-template-columns: 1fr; }
  .v13-editorial-gallery { min-height: 760px; }
  .v13-pants { grid-template-columns: 1fr; }
  .v13-pants-gallery { min-height: 700px; }
  .v13-quality-title { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 760px) {
  .home-grind .topline { min-height: 30px; }
  .home-grind .site-head { top: 30px; }
  .home-grind .site-head .head-row { min-height: 68px; padding-inline: 18px; }
  .home-grind .account-link, .home-grind .favorite-link { display: none; }
  .v13-hero { min-height: 780px; padding: 135px 20px 44px; }
  .v13-hero-image { background-position: 57% center; }
  .v13-hero-shade { background: rgba(2,11,9,.52); }
  .v13-hero::after { font-size: 150px; bottom: 3vw; }
  .v13-hero h1 { font-size: clamp(62px,20vw,94px) !important; }
  .v13-lead { font-size: 15px; }
  .v13-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .v13-hero-note { display: none; }
  .v13-section-intro { grid-template-columns: 1fr; gap: 28px; padding: 0 20px 40px; }
  .v13-section-intro h2 { font-size: 54px; }
  .v13-categories { padding: 80px 0 70px; }
  .v13-category-rail { padding: 0 20px; grid-template-columns: repeat(4,78vw); }
  .v13-category-card { min-height: 440px; }
  .v13-editorial-copy { padding: 82px 20px; }
  .v13-editorial h2 { font-size: 55px; }
  .v13-editorial-gallery { min-height: 540px; grid-template-columns: 1fr .7fr; }
  .v13-material { width: 42%; padding: 18px; }
  .v13-products { padding: 80px 0; }
  .v13-product-head { padding: 0 20px 36px; }
  .v13-product-head h2 { font-size: 53px; }
  .v13-rail-controls { display: none; }
  .v13-product-rail { grid-auto-columns: 82vw; padding: 0 20px 14px; }
  .v13-products .product-image { height: 470px; }
  .v13-sport-banner { min-height: 650px; display: block; padding: 90px 20px 42px; background-position: 58% center; }
  .v13-sport-banner > div { position: absolute; left: 20px; right: 20px; bottom: 42px; }
  .v13-sport-banner h2 { font-size: 68px; }
  .v13-sport-banner blockquote, .v13-banner-stat { display: none; }
  .v13-quality { padding: 82px 20px 70px; }
  .v13-quality-title h2 { font-size: 66px; }
  .v13-quality-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .v13-quality-grid article, .v13-quality-grid article + article { padding: 30px 0; }
  .v13-quality-grid h3 { margin: 28px 0 12px; }
  .v13-pants-copy { padding: 82px 20px; }
  .v13-pants h2 { font-size: 62px; }
  .v13-pants-gallery { min-height: 580px; grid-template-columns: repeat(3,78vw); overflow-x: auto; scroll-snap-type: x mandatory; }
  .v13-pants-gallery figure { scroll-snap-align: start; }
  .v13-loyalty, .v13-clubs { grid-template-columns: 1fr; gap: 36px; padding: 82px 20px; }
  .v13-loyalty h2, .v13-clubs h2 { font-size: 60px; }
  .v13-faq { grid-template-columns: 1fr; gap: 48px; padding: 82px 20px; }
  .v13-faq h2 { font-size: 63px; }
  .v13-faq-list button { min-height: 78px; font-size: 15px; }
  .v13-final { padding: 82px 20px 90px; }
  .v13-final h2 { font-size: 22vw; white-space: normal; }
  .home-grind .site-footer { padding-top: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .v13-marquee div { animation: none; }
  .v13-category-card img, .v13-faq-list article > div { transition: none; }
  * { scroll-behavior: auto !important; }
}
.v13-quality-title h2 {
  font-size: clamp(52px, 6.5vw, 105px);
  line-height: 0.9;
}

.v13-quality-grid article > span {
  display: none;
}

.v13-quality-grid h3 {
  margin-top: 24px;
}