/* ============================================================
   Рыбные дела — дизайн по утверждённому макету (август 2026).
   Палитра: бумага/крем, тёмная бирюза, апельсиновый.
   Шрифт: Onest (variable 400–900, OFL) — гротеск с родной кириллицей.
   ============================================================ */
:root {
    --ink: #0a3540;
    --ink-2: #124452;
    --paper: #f5f0e5;
    --cream: #fffaf0;
    --orange: #e65f27;
    --orange-dark: #bd3f13;
    --line: rgba(10, 53, 64, 0.16);
    --muted: #4e5f60;
    --font-text: "Onest", "Golos Text", "Helvetica Neue", Arial, sans-serif;
    --font-display: var(--font-text);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-text); line-height: 1.5; text-rendering: optimizeLegibility; }
h1, h2, h3, .brand-name, .big-phone, .profit-row strong, .hero-seal strong { font-family: var(--font-display); }
/* переносы заголовков по смыслу, а не по остатку строки */
h1, h2, h3, .hero-lead, .lead, .section-heading > p { text-wrap: balance; }
/* цифры в ценах и таблицах — одной ширины, столбцы не пляшут */
.spec, .product-specs, .profit-row strong, .hero-price strong, .card-prices dd, .big-phone { font-variant-numeric: tabular-nums; }
a { color: inherit; text-decoration: none; }
/* height: auto обязателен: у картинок проставлены атрибуты width/height
   (чтобы браузер резервировал место), и без сброса они игнорируют
   aspect-ratio и растягиваются на свою пиксельную высоту. */
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 2px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: clamp(72px, 9vw, 112px) 0; }
.icon { width: 19px; height: 19px; flex: 0 0 auto; }

.skip-link { position: absolute; left: 12px; top: -48px; z-index: 100; padding: 10px 18px; background: var(--ink); color: white; font-weight: 800; font-size: 13px; border-radius: 0 0 5px 5px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

/* появление при скролле (класс вешает JS, без JS всё видно сразу) */
.reveal { opacity: 0; transform: translateY(22px); }
.reveal.revealed { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2, .65, .25, 1); }

/* ---------- нижняя панель связи (на всех экранах) ----------
   Заказ идёт через звонок и мессенджеры, поэтому они всегда под рукой. */
.actionbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    pointer-events: none;
}
.actionbar-inner {
    width: min(660px, 100%); margin: 0 auto;
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; border-radius: 18px;
    background: rgba(10, 53, 64, .96);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 12px 34px rgba(6, 30, 36, .38);
    backdrop-filter: blur(10px);
    pointer-events: auto;
}
.ab-ic {
    flex: 0 0 auto; width: 54px;
    display: flex; flex-direction: column; align-items: center; gap: 5px;
    color: #dfe8ea; font-size: 10px; font-weight: 700;
}
.ab-ic > svg, .ab-ic > img, .ab-ic .icon {
    width: 44px; height: 44px; padding: 11px; border-radius: 50%;
    background: #14454f; color: #fff; transition: transform .18s ease;
}
.ab-ic:hover > svg, .ab-ic:hover > img, .ab-ic:hover .icon { transform: translateY(-2px); }
.ab-call .icon { background: var(--orange); }
.ab-wa > svg { background: #1faa55; }
.ab-tg > svg { background: #2aabee; }
.ab-max > img { padding: 0; background: none; }
.ab-order {
    flex: 1 1 auto; min-height: 54px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    border-radius: 13px; padding: 6px 14px;
    background: linear-gradient(135deg, #f07a3c, var(--orange));
    color: #fff; text-align: center;
    box-shadow: 0 8px 20px rgba(230, 95, 39, .34);
    transition: transform .18s ease;
}
.ab-order:hover { transform: translateY(-2px); }
.ab-order b { font-size: 16px; font-weight: 900; letter-spacing: -.01em; }
.ab-order small { font-size: 10.5px; opacity: .92; white-space: nowrap; }

.anchor-offset { display: block; position: relative; top: -90px; }

/* панель не должна перекрывать конец страницы */
body { padding-bottom: 96px; }

@media (max-width: 420px) {
    .actionbar { padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); }
    .actionbar-inner { gap: 7px; padding: 8px 9px; border-radius: 15px; }
    .ab-ic { width: 46px; font-size: 9px; }
    .ab-ic > svg, .ab-ic > img, .ab-ic .icon { width: 40px; height: 40px; padding: 10px; }
    .ab-max > img { padding: 0; }
    .ab-order b { font-size: 15px; }
    .ab-order small { font-size: 10px; }
    .ab-long { display: none; }
}

/* ---------- шапка ---------- */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(245, 240, 229, .94); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(16, 41, 43, .12); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.header-side { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: none; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 5px; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { height: 46px; width: auto; }
.brand-mark-img { display: none; height: 42px; width: 42px; }
.brand-footer img { height: 44px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-phone { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; white-space: nowrap; }
.header-phone .icon { width: 17px; height: 17px; }

/* ---------- типографика ---------- */
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin: 20px 0 24px; font-size: clamp(42px, 4.6vw, 70px); line-height: .97; letter-spacing: -.045em; font-weight: 900; }
h1 em { color: var(--orange); font-style: normal; }
.page h1 { font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.045em; }
.lead { max-width: 600px; color: #405455; font-size: 18px; line-height: 1.62; }
.note { color: var(--muted); font-size: 13px; line-height: 1.6; }

/* ---------- кнопки ---------- */
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 0; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(230, 95, 39, .22); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.button-cream { background: var(--cream); color: var(--ink); }

/* ---------- герой ---------- */
.hero { overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 56px; padding-top: 54px; padding-bottom: 54px; }
.hero h1 { font-size: clamp(42px, 4.3vw, 64px); }
.hero-lead { max-width: 580px; margin-bottom: 30px; color: #33484a; font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 35px 0 0; list-style: none; font-size: 13px; font-weight: 800; }
.hero-facts li { display: flex; align-items: center; gap: 7px; }
.hero-facts .icon { width: 18px; height: 18px; color: var(--orange); }
.hero-visual { position: relative; max-width: 560px; margin-left: auto; }
.photo-frame { position: relative; border-radius: 6px 70px 6px 6px; overflow: hidden; box-shadow: 0 26px 70px rgba(10, 36, 38, .22); }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(10,30,31,.18)); pointer-events: none; }
.photo-frame img { width: 100%; height: auto; aspect-ratio: 1 / 0.92; object-fit: cover; }
.hero-seal { position: absolute; left: -45px; bottom: 58px; width: 158px; height: 158px; padding: 0 16px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--ink); color: white; transform: rotate(-7deg); text-align: center; border: 7px solid var(--paper); }
.hero-seal span, .hero-seal small { font-size: 9px; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }
.hero-seal strong { margin: 5px 0; font-size: 26px; letter-spacing: -.02em; }
.hero-price { position: absolute; right: -17px; top: 34px; padding: 15px 20px; background: var(--paper); box-shadow: 0 12px 34px rgba(16,41,43,.15); border-left: 5px solid var(--orange); }
.hero-price small, .hero-price strong { display: block; }
.hero-price small { margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-price strong { font-size: 21px; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--orange); color: white; }
.ticker div { width: max-content; padding: 15px 0; font-size: 13px; font-weight: 900; letter-spacing: .14em; word-spacing: 16px; white-space: nowrap; animation: drift 22s linear infinite; }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-36%); } }

/* ---------- секции ---------- */
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2, .wholesale h2, .faq h2, .contact-cta h2 { margin: 13px 0 0; font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.045em; font-weight: 900; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: #3c4d4e; font-size: 17px; line-height: 1.62; }
.section-heading.compact { margin-bottom: 45px; }

/* ---------- витрина ---------- */
.product-list { display: grid; gap: 25px; }
.product-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 470px; border: 1px solid var(--line); background: var(--cream); }
.product-card:nth-child(even) .product-image { order: 2; }
.product-image { position: relative; min-height: 460px; overflow: hidden; }
.product-image a { display: block; width: 100%; height: 100%; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.product-image { display: block; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-number { position: absolute; left: 18px; top: 18px; width: 48px; height: 48px; display: grid; place-items: center; background: var(--orange); color: white; font-size: 13px; font-weight: 900; }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 62px; }
.product-eyebrow { margin-bottom: 14px; color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.product-copy h3 { margin-bottom: 17px; font-size: clamp(30px, 3.6vw, 48px); line-height: 1; letter-spacing: -.04em; font-weight: 900; }
.product-description { max-width: 590px; color: #3c4d4e; font-size: 17px; line-height: 1.62; }
.product-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 20px 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-specs div { padding: 17px 14px 17px 0; }
.product-specs div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.product-specs dt { min-height: 28px; color: var(--muted); font-size: 10px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.product-specs dd { margin: 9px 0 0; font-size: 17px; font-weight: 900; }
.product-specs dd small { font-size: 11px; }
.text-link { width: max-content; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 2px solid var(--orange); font-size: 14px; font-weight: 900; }
.text-link .icon { width: 18px; height: 18px; }

/* ---------- опт ---------- */
.wholesale { background: var(--ink); color: white; }
.wholesale-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.kicker-light { color: #f2a17c; }
.wholesale h2 span { color: #f17a43; }
.wholesale-copy > p:not(.kicker) { max-width: 560px; margin: 25px 0; color: #c9d2d0; font-size: 17px; line-height: 1.7; }
.check-list { display: grid; gap: 13px; margin: 0 0 31px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.check-list .icon { width: 20px; height: 20px; color: #f17a43; }
.profit-panel { padding: 34px; border: 1px solid rgba(255,255,255,.15); background: #0c2426; }
.panel-label { margin-bottom: 20px; color: #8da09f; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.profit-row { position: relative; padding: 27px 27px 25px; background: #17393b; }
.profit-row + .profit-row { margin-top: 9px; }
.profit-row.accent { background: var(--orange); }
.profit-row span, .profit-row small { display: block; }
.profit-row span { font-size: 15px; font-weight: 900; }
.profit-row strong { display: block; margin: 8px 0 5px; font-size: clamp(48px, 6vw, 78px); line-height: .9; letter-spacing: -.05em; }
.profit-row small { color: #c9d2d0; line-height: 1.45; }
.profit-row.accent small { color: white; }
.discount-note { display: flex; gap: 14px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.discount-note .icon { width: 24px; height: 24px; color: #f17a43; }
.discount-note b, .discount-note span { display: block; }
.discount-note b { margin-bottom: 6px; }
.discount-note span { color: #8da09f; font-size: 12px; line-height: 1.5; }

/* ---------- условия ---------- */
.condition-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.condition-grid article { min-height: 230px; padding: 31px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,240,.56); }
.condition-grid .icon { width: 29px; height: 29px; margin-bottom: 45px; color: var(--orange); }
.condition-grid b { display: block; margin-bottom: 9px; font-size: 18px; }
.condition-grid p { margin: 0; color: #3c4d4e; font-size: 15px; line-height: 1.55; }

/* ---------- FAQ ---------- */
.faq { padding-top: 30px; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--orange); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 700px; padding: 0 40px 22px 0; color: #3c4d4e; font-size: 16px; line-height: 1.62; }

/* ---------- контакты ---------- */
.contact-cta { padding: 92px 0; background: var(--ink-2); color: white; }
.contact-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.contact-cta h2 { max-width: 680px; }
.contact-area { display: flex; gap: 9px; align-items: center; margin: 22px 0 0; color: #c9d2d0; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; margin-top: 26px; }
.big-phone { font-size: clamp(25px, 3vw, 38px); font-weight: 900; letter-spacing: -.02em; }
.contact-actions > span { margin: 7px 0 23px; color: #aebdba; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.order-panel { display: grid; gap: 11px; padding: 34px; border: 1px solid rgba(255,255,255,.15); background: #0c2426; }
.order-panel .panel-label { margin-bottom: 8px; }
.order-panel input, .order-panel textarea { padding: 14px 16px; border: 1px solid transparent; border-radius: 5px; background: var(--cream); color: var(--ink); font-family: inherit; font-size: 16px; }
.order-panel input:focus, .order-panel textarea:focus { outline: 2px solid var(--orange); }
.order-panel textarea { min-height: 84px; resize: vertical; }

/* ---------- подвал ---------- */
footer { padding: 28px 0; background: #06242c; color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.footer-inner p, .footer-inner > a:last-child { margin: 0; color: #8da09f; font-size: 12px; }

/* ---------- флеши ---------- */
.flash-ok, .flash-err { padding: 14px 18px; margin: 16px 0 0; border-radius: 5px; font-weight: 700; font-size: 14px; }
.flash-ok { background: #e3f2e6; color: #14622f; border: 1px solid #bcdec5; }
.flash-err { background: #fbe6de; color: #93290b; border: 1px solid #f0c3ae; }

/* ============================================================
   Внутренние страницы (каталог, товар, опт, доставка, посадочные)
   ============================================================ */
.page { padding: 46px 0 90px; }
.crumbs { margin: 0 0 26px; color: var(--muted); font-size: 13px; font-weight: 700; }
.crumbs a:hover { color: var(--orange-dark); }
.spec { border-collapse: collapse; width: 100%; max-width: 680px; margin: 26px 0; background: var(--cream); border: 1px solid var(--line); }
.spec th, .spec td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec tr:last-child th, .spec tr:last-child td { border-bottom: 0; }
.spec th { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.spec td { font-weight: 700; }
.price-table { max-width: 100%; }
.price-table tr:first-child th { background: var(--ink); color: white; }
.product-hero { display: grid; grid-template-columns: minmax(0, 440px) 1fr; gap: 40px; align-items: start; }
.product-hero img { width: 100%; border: 1px solid var(--line); }
.product-short { max-width: 620px; color: #405455; font-size: 18px; line-height: 1.62; }
.product-desc, .cat-desc, .landing-body { max-width: 720px; color: #33484a; line-height: 1.7; }
.cat-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.cat-links a { border: 1px solid var(--line); background: var(--cream); padding: 9px 18px; font-size: 13px; font-weight: 800; }
.cat-links a:hover { border-color: var(--orange); color: var(--orange-dark); }

/* сетка карточек на внутренних страницах */
.grid.products { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); margin: 26px 0; }
.card { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--cream); }
.card-media { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.03); }
.card-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; gap: 8px; color: #b9ae94; background: var(--paper); }
.card-placeholder svg { width: 70px; opacity: .6; }
.card-placeholder em { font-style: normal; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.card-badge { position: absolute; top: 12px; left: 12px; background: var(--ink); color: white; font-size: 11px; font-weight: 800; padding: 5px 11px; }
.card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.card h3 { margin: 0; font-size: 19px; font-weight: 900; letter-spacing: -.02em; }
.card h3 a:hover { color: var(--orange-dark); }
.card-short { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.card-prices { display: flex; gap: 24px; margin: auto 0 0; padding-top: 12px; border-top: 1px solid var(--line); }
.card-prices dt { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 800; }
.card-prices dd { margin: 4px 0 0; font-weight: 900; font-size: 15px; }
.card-prices div:last-child dd { color: var(--orange-dark); }

/* форма на внутренних страницах */
.order-block { margin: 48px 0 0; padding: 40px 36px; background: var(--ink); color: white; }
.order-block h2 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.03em; font-weight: 900; }
.order-block p { color: #c9d2d0; max-width: 46em; }
.order-block a { color: #f2a17c; font-weight: 700; }
.order-form { display: grid; gap: 11px; max-width: 440px; margin-top: 18px; }
.order-form input, .order-form textarea { padding: 14px 16px; border: 0; border-radius: 5px; background: var(--cream); color: var(--ink); font-family: inherit; font-size: 16px; }
.order-form input:focus, .order-form textarea:focus { outline: 2px solid var(--orange); }
.order-form textarea { min-height: 80px; resize: vertical; }

/* ---------- адаптив ---------- */
@media (max-width: 980px) {
    /* мобильное меню: выезжает из-под шапки */
    .nav-toggle { display: flex; }
    .main-nav {
        position: fixed; left: 0; right: 0; top: 66px; z-index: 49;
        display: flex; flex-direction: column; align-items: stretch; gap: 0;
        padding: 10px 20px 22px; border-bottom: 1px solid var(--line);
        background: var(--paper); box-shadow: 0 24px 40px rgba(16, 41, 43, .18);
        opacity: 0; transform: translateY(-12px); pointer-events: none;
        transition: opacity .22s ease, transform .22s ease;
    }
    body.nav-open .main-nav { opacity: 1; transform: none; pointer-events: auto; }
    .main-nav a { padding: 15px 2px; border-bottom: 1px solid var(--line); font-size: 16px; }
    .main-nav a::after { display: none; }
    .main-nav a:last-child { border-bottom: 0; }
    .nav-phone { display: block; color: var(--orange-dark); font-weight: 900; }
    .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 75px; }
    .hero-copy { max-width: 760px; }
    .hero-visual { max-width: 750px; margin-left: auto; }
    .section-heading, .wholesale-grid, .contact-inner { grid-template-columns: 1fr; gap: 36px; }
    .product-copy { padding: 42px; }
    .product-specs { grid-template-columns: 1fr; }
    .product-specs div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
    .product-specs dt { min-height: 0; }
    .condition-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-grid { grid-template-columns: 1fr; gap: 30px; }
    .product-hero { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .shell { width: min(100% - 26px, 1180px); }
    .section { padding: 76px 0; }
    .page { padding: 34px 0 66px; }
    .header-inner { height: 66px; }
    .brand-logo { display: none; }
    .brand-mark-img { display: block; }
    .header-phone { font-size: 0; width: 40px; height: 40px; justify-content: center; border: 1px solid var(--line); border-radius: 50%; }
    .header-phone .icon { width: 18px; height: 18px; }
    .hero-grid { min-height: 0; padding-top: 52px; padding-bottom: 42px; }
    h1 { font-size: clamp(38px, 12vw, 56px); }
    .page h1 { font-size: clamp(32px, 9vw, 44px); }
    .hero-lead { font-size: 17px; }
    .hero-actions .button { width: 100%; }
    .hero-facts { display: grid; gap: 10px; }
    .hero-seal { left: -2px; bottom: -28px; width: 120px; height: 120px; border-width: 5px; }
    .hero-visual { margin-bottom: 34px; }
    .hero-price { right: 8px; top: 15px; }
    .photo-frame { border-radius: 4px 42px 4px 4px; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2, .wholesale h2, .faq h2, .contact-cta h2 { font-size: 40px; }
    .product-card { display: flex; flex-direction: column; }
    .product-card:nth-child(even) .product-image { order: 0; }
    .product-image { min-height: 310px; }
    .product-copy { padding: 34px 24px 38px; }
    .product-specs { margin-top: 12px; }
    .profit-panel, .order-panel { padding: 16px; }
    .condition-grid { grid-template-columns: 1fr; }
    .condition-grid article { min-height: 190px; }
    .condition-grid .icon { margin-bottom: 30px; }
    .order-block { padding: 28px 20px; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
    /* широкие таблицы прокручиваются внутри себя, страницу не распирают */
    .price-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
