@charset "UTF-8";

:root {
  --ink: #171a1d;
  --ink-2: #23272b;
  --muted: #656a70;
  --muted-2: #8a8f95;
  --paper: #f7f5f1;
  --paper-2: #efede8;
  --white: #fff;
  --line: rgba(23, 26, 29, .12);
  --line-dark: rgba(255, 255, 255, .13);
  --accent: #df4936;
  --accent-dark: #b93425;
  --accent-soft: #f9e5e1;
  --success: #1d7c53;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 22px 70px rgba(18, 20, 22, .10);
  --shell: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 3px solid rgba(223, 73, 54, .45); outline-offset: 3px; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { 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: 1000; left: 18px; top: 14px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.icon-inline { display: inline-block; width: 15px; height: 15px; vertical-align: -2px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(247, 245, 241, .91);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 32px rgba(20, 22, 24, .06); background: rgba(247, 245, 241, .97); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; flex-shrink: 0; }
.brand-mark { width: 40px; height: 40px; position: relative; border-radius: 12px; overflow: hidden; background: var(--ink); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); flex: 0 0 auto; }
.brand-mark span { position: absolute; left: 8px; width: 24px; height: 7px; border-radius: 2px; background: linear-gradient(180deg,#f5f6f6,#999fa4 62%,#62676b); transform: skewX(-17deg); }
.brand-mark span:first-child { top: 9px; }
.brand-mark span:nth-child(2) { bottom: 9px; }
.brand-mark i { position: absolute; width: 3px; height: 34px; background: var(--accent); left: 23px; top: 3px; transform: rotate(29deg); box-shadow: 0 0 8px rgba(223,73,54,.4); }
.brand-copy { display: grid; line-height: 1.13; min-width: 0; }
.brand-copy strong { font-size: 14px; font-weight: 760; letter-spacing: -.015em; white-space: nowrap; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .03em; white-space: nowrap; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 2px; flex-wrap: nowrap; }
.nav-link { padding: 10px 9px; color: #484d52; font-size: 13px; font-weight: 620; border-radius: 10px; transition: color .2s ease, background .2s ease; white-space: nowrap; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); background: rgba(23,26,29,.055); }
.header-actions { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.header-phones{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.header-phone { display: inline-flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; background: rgba(255,255,255,.5); transition: transform .2s var(--ease), border-color .2s; }
.header-phone:hover { transform: translateY(-1px); border-color: rgba(23,26,29,.3); }
.header-phone .icon { width: 17px; height: 17px; color: var(--accent); }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.mobile-nav { border-top: 1px solid var(--line); background: rgba(247,245,241,.99); }
.mobile-nav-inner { padding-block: 10px 18px; display: grid; }
.mobile-nav .nav-link { padding: 13px 2px; border-radius: 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.mobile-calls{display:grid;gap:10px;margin-top:14px}.mobile-call { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 16px; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 700; }

.hero { position: relative; overflow: clip; background: var(--ink); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.hero-grid { position: relative; min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); align-items: center; gap: 56px; padding-block: 74px 78px; }
.hero-copy { position: relative; z-index: 2; max-width: 700px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); border-radius: 999px; color: #d8dbde; font-size: 12px; font-weight: 680; letter-spacing: .05em; text-transform: uppercase; }
.hero-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(223,73,54,.11); }
.hero h1 { margin: 27px 0 22px; max-width: 720px; font-size: clamp(48px, 6.1vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 790; text-wrap: balance; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 650px; color: #c6c9cc; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.55; }
.hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 10px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border: 1px solid transparent; border-radius: 13px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .22s var(--ease), background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn .icon { width: 18px; height: 18px; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 12px 30px rgba(223,73,54,.2); }
.btn-primary:hover { background: #ea513d; box-shadow: 0 16px 36px rgba(223,73,54,.28); }
.btn-ghost { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.32); }
.btn-ghost-dark { border-color: var(--line); background: #fff; color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-small { min-height: 44px; padding: 10px 15px; }
.hero-note { margin-top: 28px; padding-left: 16px; border-left: 2px solid rgba(255,255,255,.18); max-width: 560px; color: #8f959a; font-size: 13px; }

.metal-visual { position: relative; height: 430px; perspective: 1000px; transform: rotate(-2deg); }
.metal-visual::after { content: ""; position: absolute; width: 430px; height: 180px; right: -30px; bottom: 22px; background: radial-gradient(ellipse,rgba(223,73,54,.22),transparent 64%); filter: blur(10px); }
.metal-visual .bar { position: absolute; right: -65px; width: 600px; height: 74px; border-radius: 48px 10px 10px 48px; background: linear-gradient(180deg,#f5f6f7 0%,#a9afb3 17%,#4d5358 52%,#babfc2 74%,#60666b 100%); box-shadow: inset 0 2px 2px rgba(255,255,255,.5), inset 0 -3px 8px rgba(0,0,0,.55), 0 20px 40px rgba(0,0,0,.27); transform: rotateY(-17deg) rotateZ(-10deg); transform-origin: right center; }
.metal-visual .bar::before { content:""; position:absolute; left:-2px; top:0; width:74px; height:74px; border-radius:50%; background: radial-gradient(circle at 36% 31%,#fff 0 5%,#dfe2e3 17%,#868c91 47%,#3f4448 72%,#202326 100%); box-shadow: inset -6px -5px 11px rgba(0,0,0,.35); }
.metal-visual .bar-a { top: 65px; }
.metal-visual .bar-b { top: 144px; right: -14px; width: 555px; }
.metal-visual .bar-c { top: 222px; right: -92px; width: 650px; }
.metal-visual .bar-d { top: 300px; right: -38px; width: 590px; }
.cut-line { position:absolute; z-index:5; top:30px; bottom:40px; left:47%; width:4px; background:linear-gradient(transparent,var(--accent) 13%,#ff725f 50%,var(--accent) 87%,transparent); transform:rotate(13deg); box-shadow:0 0 16px rgba(223,73,54,.6); }
.metal-label { position: absolute; z-index: 7; left: 7px; bottom: 18px; display:grid; transform: rotate(-90deg); transform-origin: left bottom; letter-spacing:.08em; }
.metal-label small { color:#7c8287; font-size:9px; font-weight:800; }
.metal-label strong { color:#fff; font-size:19px; letter-spacing:.16em; }

.quick-facts { background: #fff; border-bottom: 1px solid var(--line); }
.facts-grid { display:grid; grid-template-columns: repeat(4,1fr); }
.fact { min-height: 126px; padding: 28px 24px; border-right: 1px solid var(--line); display:flex; flex-direction:column; justify-content:center; }
.fact:first-child { border-left:1px solid var(--line); }
.fact strong { font-size: 23px; letter-spacing: -.035em; }
.fact span { margin-top:5px; color:var(--muted); font-size:12px; line-height:1.45; }

.section { padding-block: 94px; }
.eyebrow { margin:0 0 13px; color:var(--accent); font-size:11px; line-height:1; font-weight:820; letter-spacing:.14em; text-transform:uppercase; }
.section-heading { display:grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 60px; align-items:end; margin-bottom:40px; }
.section-heading h2, .contact-copy h2, .buyback-card h2, .machine-copy h2, .turning-copy h2, .video-copy h2, .address-panel h2 { margin:0; font-size:clamp(30px,3.35vw,46px); line-height:1.07; letter-spacing:-.04em; text-wrap:balance; }
.section-heading > p { margin:0 0 4px; color:var(--muted); font-size:15px; }

.section-assortment { background:var(--paper); }
.assortment-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:14px; }
.assortment-card { position:relative; min-height:370px; padding:29px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.58); overflow:hidden; transition:transform .28s var(--ease), background .28s, box-shadow .28s; }
.assortment-card:hover { transform:translateY(-4px); background:#fff; box-shadow:0 24px 60px rgba(20,22,24,.07); }
.card-number { position:absolute; right:20px; top:13px; font-size:60px; line-height:1; letter-spacing:-.08em; font-weight:800; color:rgba(23,26,29,.04); }
.assortment-card h3 { margin:0; font-size:25px; letter-spacing:-.03em; }
.assortment-card > p { margin:7px 0 23px; min-height:42px; color:var(--muted); font-size:12px; }
.grade-cloud { display:flex; flex-wrap:wrap; gap:6px; }
.grade-cloud a, .grade-cloud span { padding:7px 9px; border:1px solid var(--line); border-radius:9px; background:#fff; color:#41464b; font-size:12px; font-weight:660; transition:border-color .18s,color .18s,transform .18s; }
.grade-cloud span { color:#747a80; background:rgba(255,255,255,.45); }
.grade-cloud a:hover { color:var(--accent); border-color:rgba(223,73,54,.4); transform:translateY(-1px); }
.section-cta { margin-top:27px; }
.text-link { display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:780; }
.text-link .icon { width:18px; color:var(--accent); transition:transform .2s; }
.text-link:hover .icon { transform:translateX(4px); }

.section-services { background:#eae7e1; }
.service-bento { display:grid; grid-template-columns:1.25fr .75fr; grid-template-rows:280px 280px; gap:14px; }
.service-card { position:relative; overflow:hidden; border-radius:var(--radius); background:#111; color:#fff; min-height:0; }
.service-card-large { grid-row:1 / span 2; }
.service-card picture, .service-card img { width:100%; height:100%; }
.service-card img { object-fit:cover; filter:saturate(.78) contrast(1.03); transition:transform .8s var(--ease), filter .5s ease; }
.service-card:hover img { transform:scale(1.035); filter:saturate(.95) contrast(1.04); }
.service-card-steel img { object-position:center; }
.service-overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.04) 24%,rgba(8,10,11,.82) 100%); }
.service-copy { position:absolute; inset:auto 27px 25px; z-index:3; }
.service-copy > span { color:#d0d3d5; font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.service-copy h3 { margin:7px 0 6px; max-width:520px; font-size:clamp(24px,3vw,38px); line-height:1.05; letter-spacing:-.04em; }
.service-card:not(.service-card-large) .service-copy h3 { font-size:27px; }
.service-copy p { max-width:480px; margin:0 0 15px; color:#d5d7d9; font-size:13px; }
.service-copy b { display:inline-flex; align-items:center; gap:7px; font-size:12px; }
.service-copy b .icon { width:16px; color:var(--accent); transition:transform .2s; }
.service-card:hover .service-copy b .icon { transform:translateX(4px); }

.section-buyback { padding-block:78px; background:var(--paper); }
.buyback-card { position:relative; overflow:hidden; display:grid; grid-template-columns:1fr auto; align-items:center; gap:50px; padding:48px 52px; border-radius:var(--radius-lg); background:var(--ink); color:#fff; }
.buyback-card::after { content:""; position:absolute; right:-80px; top:-140px; width:380px; height:380px; border:70px solid rgba(255,255,255,.035); border-radius:50%; }
.buyback-card > * { position:relative; z-index:2; }
.buyback-card h2 { font-size:clamp(32px,4vw,48px); }
.buyback-card p:not(.eyebrow) { max-width:650px; margin:14px 0 0; color:#b8bdc1; }
.buyback-actions { display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.buyback-phone { color:#d9dcde; font-size:14px; font-weight:700; }

.section-contact { background:#fff; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:start; }
.contact-copy h2 { margin-bottom:24px; }
.contact-address { display:flex; gap:10px; align-items:flex-start; max-width:520px; color:var(--muted); }
.contact-address .icon { margin-top:2px; color:var(--accent); }
.contact-list { display:grid; gap:8px; margin-top:25px; }
.contact-list > a { display:flex; align-items:center; gap:13px; padding:12px 0; border-bottom:1px solid var(--line); }
.contact-list > a > span { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:var(--paper); color:var(--accent); }
.contact-list small, .contact-list strong { display:block; }
.contact-list small { color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.contact-list strong { margin-top:2px; font-size:15px; }
.map-card { position:relative; min-height:410px; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; background:#e9e6df; }
.map-grid { position:absolute; inset:0; opacity:.75; background:linear-gradient(23deg,transparent 42%,rgba(23,26,29,.13) 42.5%,rgba(23,26,29,.13) 44%,transparent 44.5%),linear-gradient(105deg,transparent 31%,rgba(23,26,29,.11) 31.5%,rgba(23,26,29,.11) 33%,transparent 33.5%),linear-gradient(164deg,transparent 52%,rgba(23,26,29,.09) 52.5%,rgba(23,26,29,.09) 55%,transparent 55.5%); }
.map-grid::after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(23,26,29,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(23,26,29,.05) 1px,transparent 1px); background-size:44px 44px; }
.map-pin { position:absolute; top:43%; left:58%; width:54px; height:54px; display:grid; place-items:center; background:var(--accent); color:#fff; border-radius:50% 50% 50% 12px; transform:translate(-50%,-50%) rotate(-45deg); box-shadow:0 15px 30px rgba(223,73,54,.27); }
.map-pin .icon { transform:rotate(45deg); }
.map-caption { position:absolute; left:20px; right:20px; bottom:20px; padding:20px; border-radius:16px; background:rgba(255,255,255,.91); backdrop-filter:blur(10px); box-shadow:0 15px 50px rgba(20,22,24,.1); }
.map-caption small, .map-caption strong, .map-caption span { display:block; }
.map-caption small { color:var(--muted); font-size:10px; letter-spacing:.09em; text-transform:uppercase; }
.map-caption strong { margin-top:4px; font-size:18px; letter-spacing:-.02em; }
.map-caption span { margin-top:10px; color:var(--accent); font-size:12px; font-weight:750; }
.notice-strip { border-top:1px solid var(--line); background:var(--paper); }
.notice-inner { min-height:70px; display:flex; align-items:center; gap:12px; font-size:13px; }
.notice-inner p { margin:0; }
.notice-inner a { margin-left:auto; font-weight:800; }
.notice-dot { width:8px; height:8px; background:var(--accent); border-radius:50%; box-shadow:0 0 0 5px var(--accent-soft); }

.inner-hero { position:relative; overflow:hidden; background:var(--ink); color:#fff; }
.inner-hero::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.027) 1px,transparent 1px); background-size:44px 44px; }
.inner-hero-grid { position:relative; z-index:1; min-height:365px; display:grid; grid-template-columns:1fr 330px; gap:50px; align-items:center; padding-block:66px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:30px; color:#858b90; font-size:11px; }
.breadcrumbs a:hover { color:#fff; }
.inner-hero h1 { margin:0; max-width:850px; font-size:clamp(36px,5vw,58px); line-height:1.03; letter-spacing:-.045em; }
.inner-lead { max-width:720px; margin:20px 0 0; color:#bdc1c4; font-size:16px; }
.inner-visual { position:relative; height:220px; opacity:.9; }
.inner-visual span { position:absolute; right:-60px; width:390px; height:42px; border-radius:30px 8px 8px 30px; background:linear-gradient(180deg,#e5e7e8,#70777c 47%,#b3b8bc 78%,#4c5256); transform:rotate(-12deg); box-shadow:0 15px 30px rgba(0,0,0,.3); }
.inner-visual span:nth-child(1){top:28px}.inner-visual span:nth-child(2){top:84px;right:-5px}.inner-visual span:nth-child(3){top:140px;right:-75px}.inner-visual i{position:absolute;z-index:2;left:48%;top:8px;bottom:8px;width:3px;background:var(--accent);transform:rotate(11deg);box-shadow:0 0 12px rgba(223,73,54,.55)}

.price-section { padding-top:62px; }
.price-topbar { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:22px; }
.price-file-info { display:flex; align-items:center; gap:12px; }
.price-file-info > div { display:grid; }
.price-file-info strong { font-size:15px; }
.price-file-info small { margin-top:2px; color:var(--muted); font-size:11px; }
.file-badge { display:grid; place-items:center; width:47px; height:47px; border-radius:12px; background:var(--ink); color:#fff; font-size:10px; font-weight:850; letter-spacing:.08em; }
.table-tools { display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.table-search { flex:1; position:relative; }
.table-search .icon { position:absolute; left:15px; top:50%; transform:translateY(-50%); color:#888e93; width:18px; pointer-events:none; }
.table-search input { width:100%; min-height:50px; padding:12px 16px 12px 44px; border:1px solid var(--line); border-radius:13px; background:#fff; color:var(--ink); outline:none; transition:border-color .2s,box-shadow .2s; }
.table-search input:focus { border-color:rgba(223,73,54,.55); box-shadow:0 0 0 4px rgba(223,73,54,.08); }
.table-count { min-width:92px; text-align:right; color:var(--muted); font-size:12px; }
.filter-pill { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:0 0 14px; padding:13px 15px; border:1px solid rgba(223,73,54,.18); border-radius:13px; background:var(--accent-soft); font-size:13px; }
.filter-pill a { display:inline-flex; align-items:center; gap:6px; font-weight:750; color:var(--accent-dark); }
.filter-pill .icon { width:15px; }
.table-wrap { width:100%; overflow:auto; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 12px 42px rgba(20,22,24,.04); overscroll-behavior-inline:contain; }
.price-table { width:100%; min-width:870px; border-collapse:collapse; border-spacing:0; font-variant-numeric:tabular-nums; }
.price-table-wide { min-width:1080px; }
.price-table th, .price-table td { padding:13px 14px; border-bottom:1px solid #ecebe8; text-align:left; vertical-align:top; font-size:12px; }
.price-table thead th { position:sticky; z-index:2; top:0; background:#f0eeea; color:#555b60; font-size:10px; font-weight:820; letter-spacing:.06em; text-transform:uppercase; white-space:nowrap; }
.price-table tbody th { font-weight:680; }
.price-table tbody tr[data-table-row] { transition:background .15s ease; }
.price-table tbody tr[data-table-row]:hover { background:#fbf8f4; }
.price-table tbody tr:last-child > * { border-bottom:0; }
.grade-link { color:#2f353a; text-decoration:underline; text-decoration-color:rgba(223,73,54,.3); text-underline-offset:3px; }
.grade-link:hover { color:var(--accent-dark); text-decoration-color:var(--accent); }
.price-main { background:rgba(48,145,95,.065); color:#176a46; font-weight:820; }
.table-section-row th { padding:12px 14px; background:#e1ded7; color:#353a3f; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.table-empty { padding:45px 20px; text-align:center; color:var(--muted); }
.table-hint { margin:11px 2px 0; color:var(--muted); font-size:11px; }

.machine-section { background:var(--paper); }
.machine-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:70px; align-items:start; }
.gallery { position:relative; min-width:0; }
.gallery-track { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:10px; scrollbar-width:none; border-radius:var(--radius); }
.gallery-track::-webkit-scrollbar{display:none}.gallery figure{flex:0 0 100%;margin:0;scroll-snap-align:start;background:#ddd;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4}.gallery picture,.gallery img{width:100%;height:100%}.gallery img{object-fit:cover}.gallery-dots{display:flex;gap:5px;justify-content:center;margin-top:12px}.gallery-dots span{width:22px;height:3px;border-radius:3px;background:#c7c4be}.gallery-dots span:first-child{background:var(--ink)}
.machine-copy { padding-top:10px; }
.machine-copy > p:not(.eyebrow) { max-width:670px; color:var(--muted); }
.spec-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:0 28px; margin:32px 0 30px; border-top:1px solid var(--line); }
.spec-grid > div { padding:13px 0; border-bottom:1px solid var(--line); }
.spec-grid dt { color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
.spec-grid dd { margin:3px 0 0; font-size:14px; font-weight:720; }
.cutting-price-section { background:#eae7e1; padding-top:82px; }
.cutting-table { min-width: 1080px; }
.cutting-table thead th { padding: 15px 16px; white-space: nowrap; font-size: 12px; }
.cutting-table thead th:first-child { padding-left: 22px; min-width: 320px; }
.cutting-table tbody th { max-width:410px; }
.cutting-table tbody th strong, .cutting-table tbody th small { display:block; }
.cutting-table tbody th small { margin-top:4px; color:var(--muted); font-size:10px; font-weight:500; line-height:1.45; }

.turning-section { background:var(--paper); }
.turning-grid { display:grid; grid-template-columns:1fr 1fr; gap:65px; align-items:center; }
.turning-photo { position:relative; overflow:hidden; border-radius:var(--radius-lg); background:#ddd; min-height:430px; }
.turning-photo picture,.turning-photo img { width:100%; height:100%; }
.turning-photo img { position:absolute; inset:0; object-fit:cover; }
.turning-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 58%,rgba(0,0,0,.62)); }
.turning-photo > span { position:absolute; z-index:2; left:24px; bottom:20px; color:#fff; font-size:13px; font-weight:800; letter-spacing:.12em; }
.turning-copy > p:not(.eyebrow) { color:var(--muted); max-width:580px; }
.metric-pair { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:30px 0 5px; }
.metric-pair > div { padding:23px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.metric-pair strong,.metric-pair span { display:block; }
.metric-pair strong { font-size:34px; line-height:1; letter-spacing:-.04em; }
.metric-pair span { margin-top:5px; color:var(--muted); font-size:11px; }
.video-block { margin-top:80px; display:grid; grid-template-columns:1fr .66fr; gap:60px; align-items:center; padding:38px; border:1px solid var(--line); border-radius:var(--radius-lg); background:#fff; }
.video-copy p:not(.eyebrow){color:var(--muted);max-width:550px}.video-copy h2{font-size:clamp(30px,4vw,48px)}
.video-poster { position:relative; width:100%; height:290px; padding:0; border:0; border-radius:18px; overflow:hidden; background:#111; cursor:pointer; color:#fff; }
.video-poster img { width:100%; height:100%; object-fit:cover; filter:brightness(.65); transition:transform .5s var(--ease),filter .3s; }
.video-poster:hover img{transform:scale(1.03);filter:brightness(.58)}
.video-play { position:absolute; inset:50% auto auto 50%; transform:translate(-50%,-50%); width:64px; height:64px; display:grid; place-items:center; border-radius:50%; background:var(--accent); box-shadow:0 16px 40px rgba(0,0,0,.3); }
.video-play .icon{width:26px;height:26px}.video-label{position:absolute;left:17px;bottom:14px;font-size:12px;font-weight:750}
.video-dialog { width:min(900px,calc(100% - 28px)); padding:0; border:0; border-radius:20px; background:#111; color:#fff; box-shadow:0 28px 90px rgba(0,0,0,.45); }
.video-dialog::backdrop { background:rgba(8,9,10,.78); backdrop-filter:blur(4px); }
.dialog-head { min-height:54px; display:flex; align-items:center; justify-content:space-between; padding:10px 12px 10px 18px; }
.dialog-head strong { font-size:13px; }
.dialog-head button { width:38px; height:38px; display:grid; place-items:center; padding:0; border:1px solid rgba(255,255,255,.14); border-radius:10px; background:rgba(255,255,255,.06); color:#fff; cursor:pointer; }
.video-dialog video { width:100%; max-height:72vh; background:#000; }

.contacts-page { min-height:530px; }
.contacts-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.contact-card { min-height:220px; display:flex; flex-direction:column; align-items:flex-start; padding:26px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; transition:transform .25s var(--ease),box-shadow .25s,border-color .25s; }
.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.contact-card>span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--accent-soft);color:var(--accent)}.contact-card small{margin-top:26px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.contact-card strong{margin-top:4px;font-size:20px;letter-spacing:-.025em}.contact-card b{margin-top:auto;padding-top:18px;display:inline-flex;gap:7px;align-items:center;color:var(--accent-dark);font-size:12px}.contact-card b .icon{width:15px}
.address-panel { margin-top:14px; display:grid; grid-template-columns:1fr auto; gap:40px; align-items:center; padding:38px 40px; border-radius:var(--radius); background:#eae7e1; }
.address-panel h2 { font-size:clamp(26px,3vw,40px); max-width:780px; }.address-panel p:not(.eyebrow){margin:10px 0 0;color:var(--muted)}

.admin-section { min-height:520px; }
.admin-card { width:min(660px,100%); margin-inline:auto; padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.admin-form { display:grid; gap:18px; }.admin-form label{display:grid;gap:7px}.admin-form label>span{font-size:12px;font-weight:750}.admin-form input{width:100%;min-height:48px;padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:#fff}.admin-form small,.admin-note{color:var(--muted);font-size:11px}.admin-message{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:12px 14px;border-radius:11px;font-size:13px}.admin-message.success{background:#e3f3eb;color:var(--success)}.admin-message.error{background:var(--accent-soft);color:var(--accent-dark)}.admin-message .icon{width:17px}.admin-note{margin:20px 0 0}.admin-note code{background:var(--paper);padding:2px 5px;border-radius:5px}
.error-page { min-height:650px; display:grid; align-items:center; background:var(--ink); color:#fff; }.error-page h1{margin:0;font-size:clamp(50px,7vw,90px);letter-spacing:-.055em}.error-page p:not(.eyebrow){max-width:570px;color:#b8bdc1}.error-page .btn{margin-top:15px}

.site-footer { background:#131618; color:#fff; padding:66px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .7fr 1fr; gap:70px; }
.brand-footer .brand-copy small { color:#83898e; }
.footer-brand p { max-width:430px; margin:20px 0 0; color:#888e93; font-size:12px; }
.footer-col { display:flex; flex-direction:column; align-items:flex-start; gap:8px; }
.footer-col h2 { margin:3px 0 10px; color:#7f858a; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.footer-col a { color:#c8cccf; font-size:12px; transition:color .2s; }.footer-col a:hover{color:#fff}.footer-contacts a:last-child{line-height:1.45}.footer-bottom{margin-top:48px;padding-top:19px;border-top:1px solid var(--line-dark);display:flex;justify-content:space-between;gap:20px;color:#6f757a;font-size:10px}

.js .reveal { opacity:0; transform:translateY(18px); transition:opacity .62s var(--ease),transform .62s var(--ease); }
.js .reveal.is-visible { opacity:1; transform:none; }
.js .facts-grid .reveal:nth-child(2), .js .assortment-grid .reveal:nth-child(2), .js .contacts-cards .reveal:nth-child(2) { transition-delay:.06s; }
.js .facts-grid .reveal:nth-child(3), .js .assortment-grid .reveal:nth-child(3), .js .contacts-cards .reveal:nth-child(3) { transition-delay:.12s; }
.js .facts-grid .reveal:nth-child(4) { transition-delay:.18s; }

@media (max-width: 1050px) {
  :root { --shell:min(100% - 32px, 980px); }
  .desktop-nav { display:none; }.menu-toggle{display:inline-flex}.header-phones{margin-left:auto}.hero-grid{grid-template-columns:1fr .7fr;gap:20px}.metal-visual{height:370px;transform:scale(.88) rotate(-2deg);transform-origin:center right}.section-heading{gap:35px}.service-bento{grid-template-columns:1fr 1fr}.contact-grid{gap:42px}.machine-grid{gap:42px}.footer-grid{gap:40px}
}

@media (max-width: 800px) {
  :root { --shell:calc(100% - 28px); }
  .header-inner{min-height:70px}.brand{min-width:0}.brand-copy small{display:none}.header-phones{gap:6px}.header-phone span{display:none}.header-phone{width:42px;height:42px;padding:0;justify-content:center}.hero-grid{min-height:auto;grid-template-columns:1fr;padding-block:62px 56px}.hero-copy{max-width:720px}.hero h1{font-size:clamp(47px,12vw,76px)}.metal-visual{position:absolute;right:-190px;top:92px;width:520px;height:390px;opacity:.20;transform:rotate(-4deg);pointer-events:none}.hero-lead{max-width:620px}.facts-grid{grid-template-columns:1fr 1fr}.fact:nth-child(3){border-left:1px solid var(--line)}.section{padding-block:72px}.section-heading{grid-template-columns:1fr;gap:14px}.section-heading>p{max-width:620px}.assortment-grid{grid-template-columns:1fr}.assortment-card{min-height:auto}.service-bento{grid-template-columns:1fr;grid-template-rows:360px 280px 280px}.service-card-large{grid-row:auto}.buyback-card{grid-template-columns:1fr;gap:28px;padding:38px 32px}.buyback-actions{align-items:flex-start}.contact-grid{grid-template-columns:1fr}.map-card{min-height:360px}.inner-hero-grid{grid-template-columns:1fr;min-height:310px}.inner-visual{position:absolute;right:-180px;width:360px;opacity:.2}.machine-grid{grid-template-columns:1fr}.gallery{max-width:520px}.spec-grid{grid-template-columns:1fr 1fr}.turning-grid{grid-template-columns:1fr}.turning-photo{min-height:380px}.video-block{grid-template-columns:1fr;gap:26px}.video-poster{height:260px}.contacts-cards{grid-template-columns:1fr}.contact-card{min-height:180px}.address-panel{grid-template-columns:1fr;gap:25px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;max-width:520px}
}

@media (max-width: 540px) {
  :root { --shell:calc(100% - 22px); --radius:16px; --radius-lg:22px; }
  .site-header{backdrop-filter:blur(13px)}.brand-mark{width:36px;height:36px;border-radius:10px}.brand-mark span{left:7px;width:22px;height:6px}.brand-copy strong{font-size:13px}.hero-grid{padding-top:48px}.hero-badge{font-size:9px}.hero h1{margin-top:22px;font-size:clamp(43px,13.7vw,62px)}.hero-lead{font-size:16px}.hero-actions{display:grid}.btn{width:100%}.hero-note{font-size:11px}.facts-grid{grid-template-columns:1fr 1fr}.fact{min-height:112px;padding:20px 14px}.fact strong{font-size:19px}.fact span{font-size:10px}.section{padding-block:58px}.section-heading h2,.contact-copy h2,.buyback-card h2,.machine-copy h2,.turning-copy h2,.video-copy h2,.address-panel h2{font-size:clamp(27px,8vw,36px)}.assortment-card{padding:23px}.service-bento{grid-template-rows:320px 250px 250px}.service-copy{inset:auto 20px 19px}.service-copy h3,.service-card:not(.service-card-large) .service-copy h3{font-size:25px}.buyback-card{padding:30px 23px}.contact-grid{gap:35px}.map-card{min-height:330px}.notice-inner{padding-block:15px;align-items:flex-start;flex-wrap:wrap}.notice-inner a{margin-left:20px}.inner-hero-grid{padding-block:48px;min-height:285px}.breadcrumbs{margin-bottom:24px}.inner-hero h1{font-size:clamp(34px,10.5vw,48px)}.inner-lead{font-size:14px}.price-section{padding-top:40px}.price-topbar{align-items:flex-start;flex-direction:column}.price-topbar .btn{width:auto}.table-tools{align-items:stretch;flex-direction:column}.table-count{text-align:left}.filter-pill{align-items:flex-start;flex-direction:column;gap:7px}.machine-grid{gap:35px}.gallery{max-width:100%}.spec-grid{grid-template-columns:1fr}.turning-photo{min-height:320px}.metric-pair>div{padding:18px}.metric-pair strong{font-size:29px}.video-block{margin-top:55px;padding:22px}.video-poster{height:230px}.address-panel{padding:28px 23px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:4px}.site-footer{padding-top:52px}
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .js .reveal { opacity:1; transform:none; }
}

@media print {
  .site-header,.site-footer,.hero-actions,.table-tools,.price-topbar .btn,.notice-strip { display:none !important; }
  body{background:#fff;color:#000}.section{padding:20px 0}.inner-hero{background:#fff;color:#000}.inner-hero::before,.inner-visual{display:none}.inner-lead,.breadcrumbs{color:#333}.table-wrap{overflow:visible;border:0;box-shadow:none}.price-table{min-width:0;font-size:9px}.price-table th,.price-table td{padding:5px;border:1px solid #ccc}.price-main{background:#fff;color:#000}
}

/* ===== Hybrid v3: modern v1 visual language + original production content ===== */
body{font-size:18px;line-height:1.62}
.brand-mark{display:grid;place-items:center;background:#171a1d}
.brand-mark b{position:relative;z-index:2;color:#e23f32;font-size:25px;line-height:1;font-weight:900;letter-spacing:-.08em;font-family:"Segoe UI",Arial,sans-serif;transform:translateY(-1px)}
.brand-mark::after{content:"";position:absolute;inset:1px;border:1px solid rgba(255,255,255,.1);border-radius:inherit}
.brand-copy strong{font-size:17px}.brand-copy small{font-size:12px}.nav-link{font-size:15px}.header-phone{font-size:15px}.phone-cta-group{display:flex;flex-wrap:wrap;gap:10px}.phone-cta-group--stack{display:grid;gap:10px;align-items:start}.phone-cta-group .btn{width:auto}.hero-actions-compact{align-items:flex-start}.section-contact .yandex-map{height:400px;min-height:400px}.section-contact .yandex-map>iframe,.section-contact .yandex-map>div:not(.map-loader){height:400px!important}

.hero-photo{min-height:540px;background:#15181a}
.hero-photo::before{z-index:1;background:linear-gradient(90deg,rgba(15,17,19,.96) 0%,rgba(15,17,19,.85) 46%,rgba(15,17,19,.42) 72%,rgba(15,17,19,.62) 100%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.4));mask-image:none}
.hero-photo-bg{position:absolute;inset:0;overflow:hidden}
.hero-photo-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(.08) contrast(1.04)}
.hero-grid-single{position:relative;z-index:2;min-height:540px;display:flex;align-items:center;padding-block:72px}
.hero-grid-single .hero-copy{max-width:790px}
.hero-grid-single .hero-lead{max-width:720px;color:#d3d5d7;font-size:clamp(18px,1.55vw,21px)}
.hero-grid-single .hero h1{max-width:760px}

.fact{color:inherit;transition:background .2s ease}.fact:hover{background:#faf8f5}.fact strong{font-size:24px}.fact span{font-size:13px}
.section{padding-block:84px}.eyebrow{font-size:12px}.section-heading>p{font-size:16px}.text-link{font-size:15px}

.section-announcement{padding-block:42px;background:var(--paper)}
.announcement-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px 32px;border:1px solid rgba(223,73,54,.18);border-radius:var(--radius);background:#fff;box-shadow:0 18px 55px rgba(20,22,24,.055)}
.announcement-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--accent);color:#fff;font-weight:900;font-size:26px}
.announcement-card h2{margin:0;font-size:clamp(24px,3vw,37px);line-height:1.12;letter-spacing:-.035em}
.announcement-phones{display:grid;gap:3px;text-align:right}.announcement-phones a{font-size:18px;font-weight:820;white-space:nowrap}.announcement-phones a:hover{color:var(--accent-dark)}

.assortment-grid-old{align-items:start}.assortment-grid-old .assortment-card{min-height:0}.assortment-card h3{font-size:26px;line-height:1.13;padding-right:42px}.assortment-card h4{margin:25px 0 9px;font-size:15px;line-height:1.35}.grade-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px;margin:0;padding:0;list-style:none}.grade-list li{min-width:0;color:#565c61;font-size:15px;line-height:1.5}.grade-list a{color:#30363b;text-decoration:underline;text-decoration-color:rgba(223,73,54,.28);text-underline-offset:3px}.grade-list a:hover{color:var(--accent-dark);text-decoration-color:var(--accent)}

.service-card img{filter:saturate(.7) contrast(1.05)}.service-card:hover img{filter:saturate(.88) contrast(1.05)}
.service-copy>span{font-size:11px}.service-copy h3{line-height:1.1}.service-copy b{font-size:13px}
.buyback-card p:not(.eyebrow){font-size:17px;line-height:1.65}.buyback-card p a{text-decoration:underline;text-underline-offset:3px}
.contact-address{font-size:17px}.contact-list strong{font-size:18px}.contact-list small{font-size:11px}.web-address{margin:20px 0 0;color:var(--muted);font-size:14px}.web-address a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}

.yandex-map{position:relative;min-height:400px;height:400px;align-self:start;width:100%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:#e9e6df;box-shadow:0 18px 60px rgba(20,22,24,.06)}
.yandex-map::before{content:"";position:absolute;inset:0;background:linear-gradient(30deg,transparent 47%,rgba(23,26,29,.08) 48%,rgba(23,26,29,.08) 50%,transparent 51%),linear-gradient(130deg,transparent 45%,rgba(23,26,29,.06) 46%,rgba(23,26,29,.06) 48%,transparent 49%);background-size:220px 180px;opacity:.85}
.map-loader{position:absolute;z-index:2;inset:0;width:100%;display:flex;align-items:center;justify-content:center;gap:14px;padding:28px;border:0;background:rgba(239,237,232,.68);cursor:pointer;color:var(--ink);text-align:left;transition:background .2s}
.map-loader:hover{background:rgba(239,237,232,.82)}.map-loader-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--accent);color:#fff}.map-loader-icon .icon{width:23px}.map-loader span:last-child{display:grid;gap:3px}.map-loader strong{font-size:16px}.map-loader small{color:var(--accent-dark);font-size:13px;font-weight:750}.yandex-map.is-loading .map-loader{cursor:progress}.yandex-map.is-loaded::before,.yandex-map.is-loaded .map-loader{display:none}.yandex-map>iframe,.yandex-map>div:not(.map-loader){position:relative!important;z-index:3!important;display:block!important;width:100%!important;max-width:100%!important;height:400px!important;border:0!important}
.contact-map-panel{display:grid;grid-template-columns:.72fr 1.28fr;gap:14px;margin-top:14px}.contact-map-panel .address-panel{margin:0;display:flex;align-items:center}.contact-map-panel .address-panel h2{font-size:clamp(25px,3vw,40px)}

.inner-hero-grid{grid-template-columns:minmax(0,1fr) 360px}.inner-visual-photo{position:relative;height:220px;border-radius:22px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.28)}.inner-visual-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(223,73,54,.24),transparent 44%),linear-gradient(180deg,transparent,rgba(0,0,0,.2))}.inner-visual-photo img{width:100%;height:100%;object-fit:cover}.inner-lead{font-size:18px}.breadcrumbs{font-size:13px}

/* Price tables deliberately have no entrance animation: data is visible even if JS is blocked. */
.price-section{padding-top:58px}.price-file-info strong{font-size:17px}.price-file-info small{font-size:12px}.file-badge{width:50px;height:50px;font-size:11px}
.table-tools{display:grid;grid-template-columns:minmax(280px,1fr) minmax(190px,260px) auto auto;gap:10px;align-items:center;margin-bottom:14px}.table-search input{min-height:52px;font-size:15px}.grade-select-wrap select{width:100%;min-height:52px;padding:10px 38px 10px 13px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font-size:14px;outline:none}.grade-select-wrap select:focus{border-color:rgba(223,73,54,.55);box-shadow:0 0 0 4px rgba(223,73,54,.08)}.table-reset{min-height:52px;padding:10px 14px;border:1px solid var(--line);border-radius:13px;background:#fff;color:#474d52;font-size:13px;font-weight:700;cursor:pointer}.table-reset:hover{border-color:rgba(23,26,29,.3);background:#fafafa}.table-count{min-width:84px;font-size:13px}
.filter-pill{font-size:14px}.table-wrap{border-radius:17px}
.price-table th,.price-table td{padding:13px 14px;font-size:15px;line-height:1.42;vertical-align:middle}.price-table thead th{padding:0;font-size:11px}.price-table thead th>button{width:100%;min-height:49px;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 12px;border:0;background:transparent;color:inherit;font:inherit;font-weight:820;letter-spacing:.045em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.price-table thead th>button:hover{background:rgba(23,26,29,.055)}.price-table thead th>button.is-sorted{color:var(--ink);background:#e4e1db}.sort-mark{font-size:15px;line-height:1;color:#969ba0}.price-table thead th>button.is-sorted .sort-mark{color:var(--accent)}
.price-main{background:rgba(48,145,95,.08);color:#116b43}.price-net{background:rgba(223,73,54,.055);color:#8d3027;font-weight:750}.table-section-row th{font-size:12px}.table-hint{font-size:13px;line-height:1.5}.table-empty{font-size:15px}

.photo-slider{position:relative;width:100%;max-width:470px;overflow:hidden;border-radius:var(--radius);background:#151719;box-shadow:var(--shadow)}.photo-slides{position:relative;aspect-ratio:3/4}.photo-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .38s ease}.photo-slide.is-active{opacity:1;visibility:visible}.photo-slide img{width:100%;height:100%;object-fit:cover}.photo-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:42px;height:56px;border:1px solid rgba(255,255,255,.16);background:rgba(15,17,19,.48);color:#fff;font-size:31px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}.photo-arrow:hover{background:rgba(15,17,19,.72)}.photo-arrow.prev{left:10px;border-radius:12px}.photo-arrow.next{right:10px;border-radius:12px}.photo-dots{position:absolute;z-index:6;left:0;right:0;bottom:13px;display:flex;justify-content:center;gap:7px}.photo-dots button{width:25px;height:4px;padding:0;border:0;border-radius:4px;background:rgba(255,255,255,.48);cursor:pointer}.photo-dots button.is-active{background:var(--accent)}
.machine-copy>p:not(.eyebrow),.turning-copy>p:not(.eyebrow){font-size:17px;line-height:1.68}.spec-grid dt{font-size:11px}.spec-grid dd{font-size:15px}.cutting-table tbody th small{font-size:11px}.video-copy h2{margin-bottom:0}
.footer-brand p,.footer-col a{font-size:14px}.footer-col h2{font-size:12px}.footer-bottom{font-size:12px}

/* Progressive animation: content is visible by default and can never get stuck hidden. */
.js .reveal{opacity:1;transform:none}
.js.reveal-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .58s var(--ease),transform .58s var(--ease)}
.js.reveal-ready .reveal.is-visible{opacity:1;transform:none}


@media (max-width:1240px){
  .desktop-nav{display:none}
  .menu-toggle{display:inline-flex}
}

@media (max-width:1050px){
  .table-tools{grid-template-columns:minmax(260px,1fr) minmax(180px,240px) auto}.table-count{grid-column:1/-1;text-align:left}
  .assortment-grid-old{grid-template-columns:1fr 1fr}.assortment-grid-old .assortment-card:last-child{grid-column:1/-1}.contact-map-panel{grid-template-columns:1fr}
}
@media (max-width:800px){
  body{font-size:17px}.hero-photo,.hero-grid-single{min-height:500px}.hero-grid-single{padding-block:58px}.hero-photo::before{background:linear-gradient(90deg,rgba(15,17,19,.94),rgba(15,17,19,.67)),linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.44))}.hero-grid-single .hero-lead{font-size:18px}.section{padding-block:68px}.announcement-card{grid-template-columns:auto 1fr}.announcement-phones{grid-column:2;text-align:left}.assortment-grid-old{grid-template-columns:1fr}.assortment-grid-old .assortment-card:last-child{grid-column:auto}.inner-hero-grid{grid-template-columns:1fr}.inner-visual-photo{position:absolute;right:-140px;width:330px;opacity:.2}.table-tools{grid-template-columns:1fr 1fr}.table-search{grid-column:1/-1}.table-count{text-align:left}.contact-map-panel{margin-top:12px}
}
@media (max-width:540px){
  .brand-copy strong{font-size:13px;white-space:nowrap}.hero-photo,.hero-grid-single{min-height:470px}.hero-grid-single .hero-lead{font-size:17px}.fact strong{font-size:20px}.fact span{font-size:11px}.announcement-card{grid-template-columns:1fr;padding:24px}.announcement-mark{width:44px;height:44px}.announcement-phones{grid-column:auto;text-align:left}.announcement-phones a{font-size:17px}.section-heading{margin-bottom:30px}.assortment-card h3{font-size:23px}.grade-list{grid-template-columns:1fr 1fr;gap:5px 10px}.grade-list li{font-size:14px}.table-tools{grid-template-columns:1fr}.table-search,.grade-select-wrap,.table-reset,.table-count{grid-column:1}.table-reset{width:100%}.price-table th,.price-table td{font-size:14px;padding:10px 11px}.price-table thead th>button{min-height:46px;font-size:10px}.filter-pill{font-size:13px}.yandex-map{min-height:360px}.yandex-map>iframe,.yandex-map>div:not(.map-loader){height:360px!important}.map-loader{padding:18px}.map-loader strong{font-size:14px}.contact-map-panel .address-panel{padding:26px 22px}.photo-slider{max-width:100%}
}
@media (prefers-reduced-motion:reduce){.js.reveal-ready .reveal{opacity:1!important;transform:none!important}.photo-slide{transition:none}}

/* ===== Final v3 polish ===== */
.hero-photo-bg .hero-bg-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.015);transition:opacity .8s ease,transform 6.5s linear;filter:grayscale(.08) contrast(1.04)}
.hero-photo-bg .hero-bg-slide.is-active{opacity:1;transform:scale(1.045)}
.hero-grid-single .hero-copy{min-width:0;width:100%}
.hero-slider-dots{position:absolute;z-index:4;right:0;bottom:34px;display:flex;gap:7px}
.hero-slider-dots button{width:28px;height:5px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.34);cursor:pointer;transition:width .2s ease,background .2s ease}
.hero-slider-dots button:hover{background:rgba(255,255,255,.68)}
.hero-slider-dots button.is-active{width:44px;background:var(--accent)}
.grade-list li{font-size:16px}
.price-table th,.price-table td{font-size:16px}
.price-table thead th{font-size:12px}
.table-search input,.grade-select-wrap select{font-size:16px}
.contact-warehouse{margin:10px 0 22px;color:var(--muted);font-size:16px}

@media (max-width:800px){
  .hero-slider-dots{right:0;bottom:24px}
  .hero-slider-dots button{width:22px}
  .hero-slider-dots button.is-active{width:34px}
}
@media (max-width:540px){
  .hero-grid-single .hero h1{font-size:clamp(39px,11.2vw,48px);line-height:1.01;letter-spacing:-.055em}
  .hero-grid-single .hero-lead{font-size:16.5px;line-height:1.58}
  .hero-slider-dots{left:0;right:auto;bottom:18px}
  .grade-list li{font-size:15px}
  .price-table th,.price-table td{font-size:15px}
  .table-search input,.grade-select-wrap select{font-size:15px}
}
@media (prefers-reduced-motion:reduce){
  .hero-photo-bg .hero-bg-slide{transition:none;transform:none!important}
}
@media (max-width:540px){
  .hero-photo h1{font-size:clamp(38px,10vw,44px);line-height:1.03;letter-spacing:-.05em}
}

/* ===== Final production polish ===== */
/* Both phone numbers remain readable in the header on every viewport. */
@media (max-width:800px){
  .header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;min-height:auto;padding-block:10px}
  .brand{grid-column:1;grid-row:1;min-width:0}
  .header-actions{display:contents}
  .menu-toggle{grid-column:2;grid-row:1;display:inline-flex}
  .header-phones{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0;gap:8px}
  .header-phone{width:100%;height:auto;min-height:40px;padding:8px 10px;justify-content:center;font-size:13px;white-space:nowrap}
  .header-phone span{display:inline!important}
}
@media (max-width:420px){
  .header-phone{font-size:12px;padding-inline:7px}
  .header-phone .icon{width:15px;height:15px}
}
/* The map wrapper and the Yandex constructor use exactly the same height. */
.section-contact .yandex-map,.contact-map-panel .yandex-map{height:400px!important;min-height:400px!important;max-height:400px!important;align-self:start}
.section-contact .yandex-map>iframe,.section-contact .yandex-map>div:not(.map-loader),.contact-map-panel .yandex-map>iframe,.contact-map-panel .yandex-map>div:not(.map-loader){height:400px!important;min-height:400px!important;max-height:400px!important}
@media (max-width:540px){
  .section-contact .yandex-map,.contact-map-panel .yandex-map{height:360px!important;min-height:360px!important;max-height:360px!important}
  .section-contact .yandex-map>iframe,.section-contact .yandex-map>div:not(.map-loader),.contact-map-panel .yandex-map>iframe,.contact-map-panel .yandex-map>div:not(.map-loader){height:360px!important;min-height:360px!important;max-height:360px!important}
}
/* Page titles are intentionally a little calmer than the landing-page headline. */
.inner-hero h1{font-size:clamp(34px,4.35vw,54px)}
.section-heading h2,.contact-copy h2,.buyback-card h2,.machine-copy h2,.turning-copy h2,.video-copy h2,.address-panel h2{font-size:clamp(29px,3.05vw,43px)}
@media (max-width:540px){
  .inner-hero h1{font-size:clamp(32px,9.5vw,43px)}
  .section-heading h2,.contact-copy h2,.buyback-card h2,.machine-copy h2,.turning-copy h2,.video-copy h2,.address-panel h2{font-size:clamp(26px,7.5vw,34px)}
}

/* Minimal update form: no production-facing explanatory copy. */
.admin-section{display:flex;align-items:center;min-height:calc(100vh - 260px)}
.admin-card-compact{width:min(520px,100%);padding:26px}
.admin-form-compact{gap:14px}
.admin-form-compact>input{width:100%;min-height:50px;padding:11px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);font:inherit}
.admin-form-compact>input[type=file]{padding:10px}
.admin-form-compact>input:focus{outline:none;border-color:rgba(223,73,54,.55);box-shadow:0 0 0 4px rgba(223,73,54,.08)}
.admin-form-compact .btn{width:100%}

/* ===== Price controls simplification ===== */
.price-controls{
  display:grid;
  grid-template-columns:minmax(190px,220px) minmax(190px,220px) minmax(280px,1fr) minmax(190px,250px);
  gap:10px;
  align-items:stretch;
  margin-bottom:18px;
}
.price-action{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:10px 15px;
  border-radius:14px;
  font-weight:760;
  transition:transform .2s var(--ease), box-shadow .2s ease, background .2s ease;
}
.price-action:hover{transform:translateY(-1px)}
.price-action>.icon{width:20px;height:20px;flex:0 0 auto}
.price-action>span{display:grid;gap:1px;min-width:0}
.price-action strong{font-size:14px;line-height:1.15;white-space:nowrap}
.price-action small{font-size:10px;line-height:1.2;font-weight:620;opacity:.72;white-space:nowrap}
.price-action-download{background:var(--ink);color:#fff;box-shadow:0 10px 24px rgba(23,26,29,.12)}
.price-action-download:hover{background:#24282c;box-shadow:0 14px 30px rgba(23,26,29,.17)}
.price-action-view{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 8px 22px rgba(20,22,24,.04)}
.price-action-view:hover{border-color:rgba(23,26,29,.28);box-shadow:0 12px 26px rgba(20,22,24,.07)}
.price-action-view>.icon{color:var(--accent)}
.price-search-form{margin:0;min-width:0}
.price-search-form .table-search{display:block;position:relative;height:100%}
.price-search-form .table-search input{
  width:100%;
  height:100%;
  min-height:58px;
  padding:12px 54px 12px 16px;
  font-size:15px;
}
.price-search-form .table-search button{
  position:absolute;
  top:7px;
  right:7px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:10px;
  background:var(--ink);
  color:#fff;
  cursor:pointer;
  transition:background .2s ease,transform .2s var(--ease);
}
.price-search-form .table-search button:hover{background:#292d31;transform:translateY(-1px)}
.price-search-form .table-search button .icon{position:static;width:18px;height:18px;transform:none;color:currentColor;pointer-events:none}
.price-controls .grade-select-wrap{display:block;height:100%}
.price-controls .grade-select-wrap select{height:100%;min-height:58px;font-size:15px;font-weight:700;background-color:#fff}
.grade-summary{
  margin:0 0 14px;
  padding:11px 14px;
  border-left:3px solid var(--accent);
  background:rgba(223,73,54,.055);
  color:#555b60;
  font-size:13px;
  line-height:1.45;
}
.grade-summary strong{color:var(--ink)}
.price-table thead th .static-head-label{
  min-height:49px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  font-size:12px;
  font-weight:820;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
}
.web-address span{color:var(--muted);padding-inline:3px}

@media (max-width:1100px){
  .price-controls{grid-template-columns:1fr 1fr}
  .price-search-form{grid-column:1/-1}
}
@media (max-width:620px){
  .price-controls{grid-template-columns:1fr}
  .price-search-form{grid-column:auto}
  .price-action{min-height:56px}
  .price-search-form .table-search input,.price-controls .grade-select-wrap select{min-height:56px}
  .price-search-form .table-search button{top:6px;right:6px}
}
@media print{
  .price-controls{display:none!important}
}
