:root {
  --ink: #111311;
  --muted: #6c716c;
  --line: #dfe2dc;
  --paper: #f4f5f1;
  --white: #fff;
  --accent: #ff6900;
  --accent-deep: #b34700;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(21, 28, 13, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 18px; background: var(--accent); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topline { background: var(--ink); color: #d9ddd5; font-size: 12px; letter-spacing: .02em; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(223, 226, 220, .9); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 78px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; align-items: center; column-gap: 11px; color: var(--ink); text-decoration: none; font-weight: 950; }
.brand__mark { position: relative; display: grid; grid-row: 1 / 3; place-items: center; width: 42px; height: 42px; overflow: hidden; border-radius: 13px 5px 13px 5px; color: #fff; background: linear-gradient(145deg, #ff812b, var(--accent) 56%, #d95700); box-shadow: 0 8px 20px rgba(255,105,0,.25); font-size: 24px; font-style: italic; line-height: 1; transform: skew(-6deg); }
.brand__mark::after { position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.42); border-radius: 9px 3px 9px 3px; content: ""; }
.brand__name { align-self: end; font-size: 20px; line-height: 1; letter-spacing: .12em; }
.brand__place { align-self: start; justify-self: start; margin-top: 4px; padding: 2px 7px 2px 8px; border-radius: 999px; color: var(--accent-deep); background: rgba(255,105,0,.11); font-size: 8px; line-height: 1.2; letter-spacing: .2em; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { color: #343834; font-size: 14px; text-decoration: none; }
.main-nav a:hover { color: var(--accent-deep); }
.header-action { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; }

.hero { overflow: hidden; padding: 78px 0 64px; background: linear-gradient(120deg, #f3f4ef 0%, #fff 62%); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: #555b53; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 3px; background: var(--accent); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--accent-deep); font-style: normal; }
.hero__lead { max-width: 610px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button--dark { color: var(--white); background: var(--ink); box-shadow: 0 12px 28px rgba(17, 19, 17, .18); }
.button--dark:hover { color: var(--ink); background: var(--accent); }
.text-link { font-size: 14px; font-weight: 750; text-decoration: none; }
.text-link span { color: var(--accent-deep); }
.hero__facts { display: flex; gap: 38px; margin: 46px 0 0; }
.hero__facts div { min-width: 92px; }
.hero__facts dt { font-size: 24px; font-weight: 900; letter-spacing: -.04em; }
.hero__facts dd { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.hero-product { position: relative; min-height: 520px; padding: 42px; border-radius: 36px; background: var(--white); box-shadow: var(--shadow); isolation: isolate; }
.hero-product__halo { position: absolute; z-index: -1; inset: 70px 45px 95px; border-radius: 50%; background: var(--accent); filter: blur(1px); opacity: .82; }
.hero-product__tag { position: absolute; top: 28px; right: 28px; padding: 9px 13px; border-radius: 999px; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 800; }
.hero-product img { width: 100%; height: 360px; object-fit: contain; mix-blend-mode: multiply; }
.hero-product__caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-product__caption div { display: grid; gap: 5px; }
.hero-product__caption strong { font-size: 17px; }
.hero-product__caption span { color: var(--muted); font-size: 12px; }
.hero-product__caption b { font-size: 21px; white-space: nowrap; }

.advantages { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advantages__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.advantages article { display: flex; gap: 18px; padding: 32px 28px; border-right: 1px solid var(--line); }
.advantages article:first-child { padding-left: 0; }
.advantages article:last-child { border-right: 0; }
.advantages article > span { color: var(--accent-deep); font-size: 12px; font-weight: 900; }
.advantages h2 { margin: 0 0 7px; font-size: 16px; }
.advantages p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.catalog-section { padding: 105px 0 118px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading h2, .order-steps h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.055em; }
.section-heading__note { max-width: 260px; margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.5; text-align: right; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(240px, 1fr) auto auto; align-items: center; gap: 20px; margin: 38px 0 28px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-toolbar > p { margin: 0; color: var(--muted); font-size: 13px; }
.catalog-toolbar > p span { color: var(--ink); font-weight: 900; }
.search-field { display: flex; align-items: center; gap: 10px; width: min(360px, 100%); }
.search-field svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-field input { width: 100%; padding: 8px 0; border: 0; outline: 0; background: transparent; }
.search-field input:focus { box-shadow: 0 2px 0 var(--accent-deep); }
.catalog-filters { display: flex; gap: 6px; padding: 4px; border-radius: 999px; background: var(--paper); }
.catalog-filters button { padding: 9px 13px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; white-space: nowrap; }
.catalog-filters button span { margin-left: 3px; color: inherit; font-size: 10px; }
.catalog-filters button:hover { color: var(--ink); }
.catalog-filters button.is-active { color: var(--white); background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.catalog-message { grid-column: 1 / -1; margin: 0; padding: 55px 20px; color: var(--muted); background: var(--paper); border-radius: var(--radius); text-align: center; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card__link { display: block; height: 100%; color: inherit; text-decoration: none; }
.product-card__media { position: relative; aspect-ratio: 1 / .86; padding: 22px; background: var(--paper); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-card__status { position: absolute; z-index: 1; top: 16px; left: 16px; padding: 8px 11px; border-radius: 999px; background: var(--accent); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.product-card--in-stock { border-color: rgba(33, 132, 75, .34); box-shadow: 0 12px 32px rgba(33, 132, 75, .08); }
.product-card--in-stock .product-card__status { color: #fff; background: #21844b; }
.product-card--orderable .product-card__status { color: #321500; background: var(--accent); }
.product-card__body { padding: 23px; }
.product-card__sku { margin: 0 0 8px; color: var(--muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.product-card h3 { min-height: 48px; margin: 0; font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.product-card__delivery { margin: 11px 0 24px; color: var(--muted); font-size: 13px; }
.product-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-card__footer div { display: grid; gap: 3px; }
.product-card__footer div span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.product-card__footer strong { font-size: 23px; letter-spacing: -.04em; white-space: nowrap; }
.product-card__footer strong.is-price-text { font-size: 16px; letter-spacing: -.02em; white-space: normal; }
.product-card__more { padding: 9px 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.product-card__link:hover .product-card__more { border-color: var(--accent-deep); color: var(--accent-deep); }
.catalog-load { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; width: 100%; margin: 46px auto 0; padding: 10px 0 4px; text-align: center; }
.catalog-load .button { min-width: 220px; border: 0; cursor: pointer; }
.catalog-load > span { color: var(--muted); font-size: 12px; font-weight: 750; }
.catalog-load .button[hidden] { display: none; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 38px; }
.load-more { min-width: 220px; padding: 15px 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); cursor: pointer; font-weight: 850; }
.load-more:hover { background: var(--accent); }
.load-more span { margin-left: 6px; color: var(--muted); font-size: 11px; font-weight: 600; }
.load-more[hidden] { display: none; }

.order-steps { padding: 100px 0; color: var(--white); background: var(--ink); }
.order-steps__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.eyebrow--light { color: #b7bcb4; }
.order-steps__intro > p:last-child { max-width: 500px; margin: 24px 0 0; color: #aeb3ab; line-height: 1.7; }
.order-steps ol { margin: 0; padding: 0; list-style: none; }
.order-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 12px; padding: 27px 0; border-top: 1px solid #343834; }
.order-steps li:last-child { border-bottom: 1px solid #343834; }
.order-steps li > span { color: var(--accent); font-size: 12px; font-weight: 900; }
.order-steps h3 { margin: 0 0 8px; font-size: 20px; }
.order-steps li p { margin: 0; color: #9fa59c; font-size: 14px; line-height: 1.5; }

.site-footer { padding: 30px 0; background: #090a09; color: #aaa; }
.site-footer__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand--footer { color: var(--white); }
.site-footer p { max-width: 650px; margin: 0; font-size: 11px; line-height: 1.55; }
.site-footer__links { display: flex; gap: 18px; }
.site-footer__links a { color: var(--white); font-size: 12px; text-decoration: none; white-space: nowrap; }
.site-footer__seller { display: grid; gap: 5px; }
.site-footer__seller strong { color: var(--white); font-size: 13px; }
.site-footer__seller a { color: var(--accent); font-weight: 800; text-decoration: none; }

.product-page-body { min-height: 100vh; background: var(--paper); }
.product-page-header { border-bottom: 1px solid var(--line); background: var(--white); }
.product-page-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.product-page-header__back { font-size: 13px; font-weight: 800; text-decoration: none; }
.product-page-main { padding: 34px 0 90px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent-deep); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: var(--white); box-shadow: var(--shadow); }
.product-detail__media { display: grid; place-items: center; min-height: 620px; padding: 54px; background: #f7f8f4; }
.product-detail__media img { width: 100%; height: 100%; max-height: 510px; object-fit: contain; mix-blend-mode: multiply; }
.product-detail__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 58px; border-left: 1px solid var(--line); }
.product-detail__sku { margin: 0 0 13px; color: var(--muted); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.product-detail h1 { max-width: 100%; margin: 0; font-size: clamp(34px, 3.8vw, 56px); line-height: 1.04; letter-spacing: -.05em; overflow-wrap: anywhere; hyphens: auto; }
.product-detail__lead { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.product-detail__status { margin-top: 30px; padding: 16px 18px; border-radius: 15px; background: var(--paper); font-size: 13px; font-weight: 800; }
.product-status-in_stock .product-detail__status { color: #146336; background: rgba(33, 132, 75, .13); }
.product-status-orderable .product-detail__status { background: rgba(255, 105, 0, .13); }
.product-detail__price { display: grid; gap: 5px; margin-top: 26px; }
.product-detail__price span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.product-detail__price strong { font-size: 34px; letter-spacing: -.045em; }
.product-detail__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.product-detail__catalog-link { color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.product-detail__catalog-link:hover { color: var(--accent-deep); }
.product-status-in_stock .only-orderable, .product-status-orderable .only-in-stock { display: none; }
.product-price-known .only-unpriced, .product-price-unknown .only-priced { display: none; }
.product-seo-copy { max-width: 850px; margin: 48px auto 0; text-align: center; }
.product-seo-copy h2 { margin: 0 0 14px; font-size: 28px; letter-spacing: -.035em; }
.product-seo-copy p { margin: 0; color: var(--muted); line-height: 1.7; }

.product-index-main { padding: 70px 0 100px; }
.product-index-main h1 { margin: 0; font-size: clamp(42px, 6vw, 76px); letter-spacing: -.06em; }
.product-index-main__lead { max-width: 720px; margin: 22px 0 42px; color: var(--muted); line-height: 1.65; }
.product-index-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.product-index-list a { display: flex; justify-content: space-between; gap: 15px; height: 100%; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); text-decoration: none; }
.product-index-list a:hover { border-color: var(--accent-deep); background: #fff7f1; }
.product-index-list strong { font-size: 13px; line-height: 1.35; }
.product-index-list span { flex: 0 0 auto; color: var(--muted); font-size: 10px; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-action { margin-left: auto; }
  .hero { padding-top: 56px; }
  .hero__grid, .order-steps__grid { grid-template-columns: 1fr; }
  .hero-product { min-height: auto; }
  .advantages__grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar { grid-template-columns: 1fr auto; }
  .catalog-filters { grid-column: 1 / -1; grid-row: 2; justify-self: start; }
  .advantages article:nth-child(2) { border-right: 0; }
  .advantages article:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .order-steps__grid { gap: 50px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 18px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail__media { min-height: 470px; }
  .product-detail__content { border-top: 1px solid var(--line); border-left: 0; }
  .product-index-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .topline__inner span:last-child { display: none; }
  .topline__inner { justify-content: center; }
  .site-header__inner { min-height: 68px; }
  .header-action { padding: 10px 13px; font-size: 11px; }
  .brand { grid-template-columns: 36px auto; column-gap: 9px; }
  .brand__name { font-size: 17px; }
  .brand__mark { width: 36px; height: 36px; font-size: 21px; }
  .brand__place { margin-top: 3px; font-size: 7px; }
  .hero h1 { font-size: 49px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__facts { justify-content: space-between; gap: 12px; }
  .hero__facts dt { font-size: 20px; }
  .hero-product { min-height: 430px; padding: 25px; border-radius: 28px; }
  .hero-product img { height: 310px; }
  .hero-product__halo { inset: 76px 24px 100px; }
  .hero-product__caption b { font-size: 18px; }
  .advantages__grid, .product-grid { grid-template-columns: 1fr; }
  .advantages article, .advantages article:first-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .advantages article:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .catalog-section { padding: 78px 0 90px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading__note { text-align: left; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-toolbar { display: flex; }
  .catalog-filters { width: 100%; overflow-x: auto; border-radius: 16px; }
  .catalog-filters button { flex: 0 0 auto; }
  .product-card__media { aspect-ratio: 1 / .8; }
  .order-steps { padding: 78px 0; }
  .product-page-header__back { font-size: 11px; }
  .product-page-main { padding-top: 20px; }
  .product-detail { border-radius: 24px; }
  .product-detail__media { min-height: 330px; padding: 28px; }
  .product-detail__content { padding: 30px 24px; }
  .product-detail h1 { font-size: 35px; }
  .product-index-list { grid-template-columns: 1fr; }
}

/* Catalog v2: rubrics, store address and enriched product pages */
.topbar { background: var(--ink); color: #d9ddd5; font-size: 12px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__inner > div { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.topbar a { color: var(--accent); font-weight: 850; text-decoration: none; }
.topbar address { color: #fff; font-style: normal; }
.site-nav { display: flex; gap: 28px; margin-left: auto; }
.site-nav a { font-size: 14px; text-decoration: none; }
.site-nav a:hover { color: var(--accent-deep); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button--accent { color: #251000; background: var(--accent); box-shadow: 0 14px 30px rgba(255,105,0,.25); }
.button--accent:hover { color: #fff; background: var(--accent-deep); }
.hero__facts div { display: grid; gap: 5px; }
.hero__facts strong { font-size: 23px; letter-spacing: -.04em; }
.hero__facts span { color: var(--muted); font-size: 12px; }
.hero__visual { position: relative; min-height: 500px; overflow: hidden; border-radius: 36px; color: #fff; background: #141714; box-shadow: var(--shadow); }
.hero__letter { position: absolute; right: -28px; bottom: -155px; color: var(--accent); font-size: 510px; font-weight: 950; line-height: 1; letter-spacing: -.14em; transform: skew(-8deg); }
.hero__contact { position: absolute; z-index: 3; top: 34px; left: 34px; right: 34px; padding: 24px 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.035)); box-shadow: 0 18px 45px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.hero__contact > span { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero__contact a { display: flex; align-items: center; gap: 12px; width: 100%; min-width: 0; margin-top: 13px; color: #fff; font-size: clamp(26px, 2.35vw, 30px); font-weight: 950; line-height: 1; letter-spacing: -.055em; text-decoration: none; white-space: nowrap; }
.hero__contact a::before { display: grid; flex: 0 0 39px; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: #1b0c02; background: var(--accent); content: "☎"; font-size: 18px; }
.hero__contact a:hover { color: var(--accent); }
.hero__contact p { max-width: 360px; margin: 15px 0 0; color: #c5c9c2; font-size: 13px; line-height: 1.55; }
.hero__visual-card { position: absolute; z-index: 2; bottom: 34px; left: 42px; max-width: 300px; padding: 20px 22px; border: 1px solid #3b403a; border-radius: 18px; background: rgba(17,19,17,.82); backdrop-filter: blur(10px); }
.hero__visual-card span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero__visual-card strong { display: block; margin-top: 8px; font-size: 24px; letter-spacing: -.045em; }
.hero__visual-card p { margin: 7px 0 0; color: #c5c9c2; font-size: 12px; line-height: 1.5; }
.categories-section { padding: 100px 0; background: var(--paper); }
.section-heading > p { max-width: 360px; margin: 0; color: var(--muted); line-height: 1.6; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 38px; }
.category-card { display: grid; grid-template-columns: 34px 1fr auto 24px; align-items: center; gap: 20px; min-height: 130px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-decoration: none; transition: transform .2s, border-color .2s; }
.category-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.category-card > span { align-self: start; color: var(--accent-deep); font-size: 11px; font-weight: 900; }
.category-card h3 { margin: 0 0 7px; font-size: 22px; letter-spacing: -.025em; }
.category-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.category-card strong { padding: 8px 11px; border-radius: 999px; background: var(--paper); font-size: 11px; white-space: nowrap; }
.category-card i { color: var(--accent-deep); font-size: 20px; font-style: normal; }
.catalog-search, .catalog-category { display: grid; gap: 6px; }
.catalog-search span, .catalog-category span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-search input, .catalog-category select { min-height: 46px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
.catalog-search input:focus, .catalog-category select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,105,0,.12); }
.product-card__category { display: inline-block; margin-bottom: 9px; color: var(--accent-deep); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.how-section { padding: 100px 0; color: #fff; background: var(--ink); }
.how-section__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.how-section h2 { margin: 0; font-size: clamp(38px,5vw,64px); letter-spacing: -.055em; }
.how-section p { color: #a8ada5; line-height: 1.6; }
.how-section ol { margin: 0; padding: 0; list-style: none; }
.how-section li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid #353a34; }
.how-section li > span { color: var(--accent); font-size: 12px; font-weight: 900; }
.how-section h3 { margin: 0; font-size: 20px; }
.how-section li p { margin: 8px 0 0; }
.categories-section, .catalog-section, .how-section, .seo-section, .contact-section, .product-information { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.seo-section { padding: 92px 0; border-top: 1px solid var(--line); background: #fff; }
.seo-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.seo-section h2 { max-width: 570px; margin: 0; font-size: clamp(38px,5vw,62px); line-height: 1.02; letter-spacing: -.055em; }
.seo-section__grid > div:last-child { display: grid; gap: 16px; padding-top: 4px; }
.seo-section__grid > div:last-child p { max-width: 680px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-section { padding: 80px 0; background: var(--paper); }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 52px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.contact-card h2 { margin: 0; font-size: clamp(38px,5vw,64px); letter-spacing: -.055em; }
.contact-card p { color: var(--muted); line-height: 1.6; }
.contact-card > div:last-child { padding: 28px; border-left: 4px solid var(--accent); background: #fff7f1; }
.contact-card span { color: var(--accent-deep); font-weight: 800; }
.header-address { margin: 0 0 0 auto; color: var(--ink); font-size: 12px; font-style: normal; line-height: 1.35; text-align: right; }
.header-address a { color: var(--accent-deep); font-size: 15px; font-weight: 800; text-decoration: none; }
.header-address small { color: var(--muted); }
.product-detail__media { align-items: stretch; padding: 30px; }
.gallery { display: grid; grid-template-rows: minmax(340px, 1fr) auto; width: 100%; min-width: 0; }
.gallery__stage { display: grid; place-items: center; min-height: 440px; }
.gallery__stage img { max-height: 500px; }
.gallery__thumbs { display: flex; gap: 10px; overflow-x: auto; padding-top: 16px; }
.gallery__thumb { flex: 0 0 78px; width: 78px; height: 78px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.gallery__thumb.is-active { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(255,105,0,.15); }
.gallery__thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-service-card { margin-top: 26px; padding: 18px; border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; background: #fff7f1; }
.product-service-card span { color: var(--accent-deep); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-service-card strong { display: block; margin-top: 7px; }
.product-service-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.test-drive-card { border-left-color: #21844b; background: #f1faf5; }
.test-drive-card span { color: #146336; }
.legal-page-main { padding: 54px 0 100px; background: var(--paper); }
.legal-page { max-width: 920px; padding: 54px 64px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.legal-page h1 { max-width: 780px; margin: 0; font-size: clamp(42px,6vw,72px); line-height: 1; letter-spacing: -.055em; }
.legal-page__date { margin: 18px 0 42px; color: var(--muted); font-size: 13px; }
.legal-page section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin: 0 0 14px; font-size: clamp(22px,3vw,30px); letter-spacing: -.035em; }
.legal-page section p, .legal-page section li { color: #4f554e; line-height: 1.72; }
.legal-page section p { margin: 0; }
.legal-page section p + p, .legal-page section ul + p { margin-top: 14px; }
.legal-page section ul { margin: 14px 0 0; padding-left: 22px; }
.legal-page section a { color: var(--accent-deep); }
.product-detail__actions { align-items: flex-start; }
.product-detail__actions p { max-width: 230px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.button--order { min-width: 180px; border: 0; color: #251000; background: var(--accent); cursor: pointer; }
.button--order:hover { color: #fff; background: var(--accent-deep); }
.contact-phone { display: block; margin: 10px 0; color: var(--accent-deep); font-size: clamp(22px, 3vw, 34px); font-weight: 900; text-decoration: none; }
.pickup-card { display: grid; gap: 5px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; font-style: normal; }
.pickup-card span { color: var(--muted); line-height: 1.5; }
.product-section-nav { position: sticky; z-index: 10; top: 12px; display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); }
.product-section-nav a { padding: 10px 14px; border-radius: 10px; font-size: 12px; font-weight: 800; text-decoration: none; }
.product-section-nav a:hover { color: #251000; background: var(--accent); }
.product-information { display: grid; gap: 18px; }
.product-info-section { padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: #fff; scroll-margin-top: 100px; }
.product-info-section h2 { margin: 0 0 24px; font-size: clamp(28px,4vw,44px); letter-spacing: -.045em; }
.product-info-section > p:last-child { max-width: 850px; color: #4f554e; font-size: 16px; line-height: 1.75; }
.spec-list { margin: 0; }
.spec-list > div { display: grid; grid-template-columns: minmax(180px,.8fr) 1fr; gap: 30px; padding: 16px 0; border-top: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; font-weight: 800; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 0; font-weight: 850; cursor: pointer; }
.faq-list p { margin: 0 0 20px; color: var(--muted); line-height: 1.65; }
.empty-note { margin: 0; padding: 18px; border-radius: 12px; color: var(--muted); background: var(--paper); line-height: 1.6; }
.document-list { margin: 0; padding-left: 20px; }
.document-list li + li { margin-top: 12px; }
.category-page-main { min-height: 70vh; padding: 40px 0 100px; background: var(--paper); }
.category-page-heading { max-width: 800px; margin-bottom: 42px; }
.category-page-heading h1 { margin: 0; font-size: clamp(45px,7vw,80px); letter-spacing: -.06em; }
.category-page-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.6; }
.category-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.category-product a { display: block; height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-decoration: none; }
.category-product img { width: 100%; aspect-ratio: 1/.8; object-fit: contain; padding: 22px; background: #f7f8f4; }
.category-product div { display: grid; gap: 8px; padding: 20px; }
.category-product small { color: var(--muted); }
.category-product h2 { margin: 0; font-size: 17px; line-height: 1.35; }
.category-product strong { font-size: 22px; }
.category-product span { color: var(--muted); font-size: 12px; }
.category-product[data-status="in_stock"] { border-radius: 20px; box-shadow: 0 12px 30px rgba(33,132,75,.10); }
.category-product[data-status="in_stock"] a { border-color: rgba(33,132,75,.38); }
.category-product[data-status="in_stock"] span { color: #21844b; font-weight: 900; }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .button--small { margin-left: auto; }
  .category-grid, .how-section__grid, .seo-section__grid, .contact-card { grid-template-columns: 1fr; }
  .seo-section__grid { gap: 34px; }
  .category-products { grid-template-columns: 1fr 1fr; }
  .header-address { display: none; }
  .product-section-nav { position: static; }
}
@media (max-width: 640px) {
  .topbar__inner { justify-content: center; min-height: 42px; text-align: center; }
  .topbar address { display: none; }
  .site-header .button--small { display: none; }
  .hero__visual { min-height: 370px; }
  .hero__letter { right: -20px; bottom: -100px; font-size: 370px; }
  .hero__contact { top: 22px; left: 20px; right: 20px; padding: 20px; }
  .hero__contact a { gap: 9px; font-size: 27px; }
  .hero__contact a::before { flex-basis: 34px; width: 34px; height: 34px; font-size: 15px; }
  .hero__contact p { max-width: 270px; margin-top: 13px; font-size: 12px; }
  .hero__visual-card { bottom: 22px; left: 24px; right: auto; padding: 14px 16px; }
  .category-grid, .category-products { grid-template-columns: 1fr; }
  .category-card { grid-template-columns: 28px 1fr 20px; }
  .category-card strong { grid-column: 2; justify-self: start; }
  .contact-card { padding: 28px; }
  .seo-section { padding: 72px 0; }
  .legal-page-main { padding: 24px 0 70px; }
  .legal-page { padding: 32px 24px; border-radius: 22px; }
  .gallery { grid-template-rows: minmax(260px,1fr) auto; }
  .gallery__stage { min-height: 260px; }
  .product-info-section { padding: 28px 22px; }
  .spec-list > div { grid-template-columns: 1fr; gap: 5px; }
  .product-section-nav { overflow-x: auto; flex-wrap: nowrap; }
  .product-section-nav a { flex: 0 0 auto; }
}
