:root {
  color-scheme: light;
  --navy-950: #0c1925;
  --navy-900: #122434;
  --navy-800: #1b3448;
  --orange-600: #e8640d;
  --orange-500: #f37721;
  --orange-100: #fff0e5;
  --stone-50: #f8f7f4;
  --stone-100: #f0eee9;
  --stone-200: #dfddd7;
  --stone-500: #747b80;
  --ink: #17212a;
  --white: #fff;
  --shadow: 0 18px 50px rgba(12, 25, 37, .1);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.topline { padding: 9px 0; color: #dbe6ee; background: var(--navy-950); font-size: .82rem; }
.topline .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline p { margin: 0; }
.topline a { color: var(--white); font-weight: 700; text-decoration: none; }
.site-header { position: relative; z-index: 20; background: var(--white); border-bottom: 1px solid var(--stone-200); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-950); font-size: 1.2rem; font-weight: 850; letter-spacing: -.025em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--orange-600); border-radius: 12px 4px 12px 4px; font-size: .9rem; letter-spacing: -.04em; box-shadow: 0 8px 20px rgba(232, 100, 13, .22); }
.brand span:last-child small { display: block; color: var(--stone-500); font-size: .65rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #46535d; font-size: .92rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--orange-600); }
.header-action { display: flex; align-items: center; gap: 14px; }
.header-note { color: var(--stone-500); font-size: .78rem; line-height: 1.35; text-align: right; }
.header-note strong { display: block; color: var(--navy-900); font-size: .9rem; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; color: var(--white); background: var(--orange-600); border: 1px solid var(--orange-600); border-radius: 10px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: #d95600; box-shadow: 0 12px 25px rgba(232, 100, 13, .22); transform: translateY(-1px); }
.button.secondary { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, .35); }
.button.secondary:hover { background: rgba(255, 255, 255, .08); }
.button.light { color: var(--navy-950); background: var(--white); border-color: var(--white); }
.button.compact { min-height: 40px; padding-inline: 17px; font-size: .87rem; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%, rgba(243, 119, 33, .18), transparent 30%), linear-gradient(115deg, transparent 55%, rgba(255, 255, 255, .035)); content: ""; }
.hero-grid { position: relative; min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-block: 78px 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #ffb078; font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.hero h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.55rem, 5vw, 4.75rem); line-height: 1.03; letter-spacing: -.055em; }
.hero-copy { max-width: 670px; margin-bottom: 32px; color: #c4d0d9; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin: 34px 0 0; padding: 0; color: #dce5eb; font-size: .85rem; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 8px; }
.trust-row li::before { display: grid; place-items: center; width: 21px; height: 21px; color: var(--white); background: var(--orange-600); border-radius: 50%; content: "✓"; font-size: .7rem; font-weight: 900; }
.hero-visual { position: relative; min-height: 430px; }
.material-stack { position: absolute; inset: 34px 0 0 40px; border-radius: 28px; background: linear-gradient(145deg, #d8d1c7 0 28%, #aa7a4f 28% 44%, #e9e4db 44% 65%, #607383 65%); box-shadow: 0 30px 70px rgba(0, 0, 0, .28); transform: perspective(900px) rotateY(-8deg) rotateX(2deg); }
.material-stack::before { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; content: ""; }
.material-stack::after { position: absolute; right: 28px; bottom: 30px; width: 145px; height: 105px; background: repeating-linear-gradient(0deg, #bc5c35 0 18px, #d8794d 18px 21px), repeating-linear-gradient(90deg, transparent 0 34px, rgba(255,255,255,.45) 34px 37px); border-radius: 8px; box-shadow: -175px -210px 0 -20px #e6b93d; content: ""; }
.visual-label { position: absolute; z-index: 2; max-width: 220px; padding: 18px 20px; color: var(--navy-950); background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.visual-label strong { display: block; font-size: 1.25rem; }
.visual-label span { color: var(--stone-500); font-size: .8rem; }
.visual-label.top { top: 4px; right: 5px; }
.visual-label.bottom { bottom: 2px; left: 0; }

.stats { position: relative; z-index: 4; margin-top: -1px; color: var(--white); background: var(--orange-600); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 27px 30px; border-right: 1px solid rgba(255,255,255,.25); }
.stat:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.stat strong { display: block; font-size: 1.75rem; line-height: 1.1; letter-spacing: -.03em; }
.stat span { color: #fff1e7; font-size: .82rem; }

.section { padding-block: 90px; }
.section.soft { background: var(--stone-50); }
.section.dark { color: var(--white); background: var(--navy-900); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-heading.center { display: block; max-width: 720px; margin-inline: auto; text-align: center; }
.kicker { margin-bottom: 10px; color: var(--orange-600); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section h2, .page-hero h1 { margin-bottom: 10px; color: var(--navy-950); font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.12; letter-spacing: -.04em; }
.section.dark h2 { color: var(--white); }
.section-heading p, .lead { max-width: 650px; margin-bottom: 0; color: var(--stone-500); }
.section.dark .section-heading p { color: #b8c5ce; }
.text-link { flex: 0 0 auto; color: var(--orange-600); font-weight: 750; text-decoration: none; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 230px; padding: 28px; overflow: hidden; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.category-card:hover { border-color: #f1b38a; box-shadow: var(--shadow); transform: translateY(-4px); }
.category-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 30px; color: var(--orange-600); background: var(--orange-100); border-radius: 15px; font-size: 1rem; font-weight: 900; }
.category-card h3 { margin-bottom: 8px; color: var(--navy-950); font-size: 1.15rem; }
.category-card p { margin-bottom: 0; color: var(--stone-500); font-size: .9rem; }
.category-card .arrow { position: absolute; top: 28px; right: 28px; color: var(--stone-500); font-size: 1.25rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.warehouse-visual { position: relative; min-height: 470px; overflow: hidden; background: linear-gradient(160deg, #dbc8ae 0 42%, #b46438 42% 58%, #d9d5ce 58%); border-radius: 24px; box-shadow: var(--shadow); }
.warehouse-visual::before { position: absolute; left: 9%; right: 9%; bottom: 10%; height: 45%; background: repeating-linear-gradient(90deg, #243b4e 0 7%, #f3efe8 7% 13%); clip-path: polygon(0 30%, 15% 0, 100% 0, 100% 100%, 0 100%); content: ""; }
.warehouse-visual::after { position: absolute; right: 9%; bottom: 8%; width: 31%; height: 18%; background: var(--orange-600); border-radius: 5px; box-shadow: -210px 4px 0 -12px #f1b132; content: ""; }
.floating-card { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 17px 20px; color: var(--navy-950); background: var(--white); border-radius: 12px; box-shadow: var(--shadow); }
.floating-card strong { display: block; }
.floating-card span { color: var(--stone-500); font-size: .8rem; }
.feature-list { display: grid; gap: 22px; margin-top: 32px; }
.feature { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
.feature-num { display: grid; place-items: center; width: 44px; height: 44px; color: var(--orange-600); background: var(--orange-100); border-radius: 50%; font-size: .8rem; font-weight: 850; }
.feature h3 { margin-bottom: 3px; color: var(--navy-950); font-size: 1rem; }
.feature p { margin: 0; color: var(--stone-500); font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); }
.step { min-height: 230px; padding: 28px; background: var(--navy-900); }
.step span { color: var(--orange-500); font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.step h3 { margin: 38px 0 8px; font-size: 1.08rem; }
.step p { margin: 0; color: #b8c5ce; font-size: .88rem; }
.cta { padding-block: 64px; color: var(--white); background: var(--orange-600); }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { max-width: 700px; margin-bottom: 8px; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.65rem); }
.cta p { margin-bottom: 0; color: #fff0e7; }

.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
.contact-panel { padding: 36px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); }
.contact-panel.accent { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.contact-panel h3 { margin-bottom: 18px; font-size: 1.35rem; }
.contact-panel.accent h3 { color: var(--white); }
.contact-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.contact-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; }
.contact-list b { display: block; font-size: .86rem; }
.contact-list span, .contact-list a { color: var(--stone-500); font-size: .9rem; text-decoration: none; }
.accent .contact-list span, .accent .contact-list a { color: #c7d2da; }
.contact-dot { display: grid; place-items: center; width: 34px; height: 34px; color: var(--orange-600); background: var(--orange-100); border-radius: 9px; font-size: .72rem; font-weight: 900; }

.page-hero { padding-block: 70px; background: var(--stone-50); border-bottom: 1px solid var(--stone-200); }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 20px; color: var(--stone-500); font-size: .82rem; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 850px; }
.page-hero .lead { font-size: 1.08rem; }
.catalog-list { display: grid; gap: 18px; }
.catalog-row { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 22px; padding: 23px; background: var(--white); border: 1px solid var(--stone-200); border-radius: 14px; }
.catalog-row .category-icon { margin: 0; }
.catalog-row h3 { margin-bottom: 4px; color: var(--navy-950); }
.catalog-row p { margin: 0; color: var(--stone-500); font-size: .88rem; }
.tag { display: inline-flex; padding: 5px 10px; color: #96501d; background: var(--orange-100); border-radius: 999px; font-size: .72rem; font-weight: 750; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 28px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); }
.info-card h3 { color: var(--navy-950); }
.info-card p { margin-bottom: 0; color: var(--stone-500); font-size: .9rem; }
.notice { padding: 24px 26px; color: #5f4b3b; background: #fff7ef; border-left: 4px solid var(--orange-600); border-radius: 0 12px 12px 0; }
.notice strong { display: block; color: var(--ink); }

.site-footer { padding-block: 52px 24px; color: #b8c5ce; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 60px; }
.site-footer .brand { color: var(--white); }
.footer-copy { max-width: 410px; margin: 20px 0 0; font-size: .86rem; }
.site-footer h4 { margin-bottom: 14px; color: var(--white); font-size: .85rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #b8c5ce; font-size: .86rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: var(--white); background: var(--navy-900); text-align: center; }
.error-code { margin-bottom: 0; color: var(--orange-500); font-size: clamp(6rem, 20vw, 12rem); font-weight: 900; line-height: .9; letter-spacing: -.08em; }
.error-page h1 { font-size: clamp(2rem, 4vw, 3.4rem); }
.error-page p { max-width: 540px; margin: 0 auto 28px; color: #b8c5ce; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 66px; }
  .hero-visual { min-height: 350px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topline .container { justify-content: center; }
  .topline p:last-child { display: none; }
  .header-row { min-height: 70px; }
  .header-note, .button.compact { display: none; }
  .brand span:last-child small { display: none; }
  .hero-grid { min-height: auto; gap: 28px; padding-block: 48px 42px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero-visual { min-height: 265px; }
  .material-stack { inset: 20px 5px 0 24px; }
  .visual-label { padding: 12px 14px; }
  .visual-label.top { right: 0; }
  .visual-label.bottom { bottom: -5px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 20px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .section { padding-block: 64px; }
  .section-heading { display: block; }
  .text-link { display: inline-block; margin-top: 15px; }
  .category-grid, .info-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 180px; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .catalog-row { grid-template-columns: 54px 1fr; }
  .catalog-row .tag { grid-column: 2; justify-self: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
