:root {
	--blue: #0099ff;
	--blue-deep: #075f9f;
	--blue-ink: #073b5b;
	--blue-soft: #eaf7ff;
	--yellow: #ffde59;
	--ink: #20262b;
	--text: #4f5962;
	--muted: #7a858e;
	--line: #dce5ea;
	--paper: #ffffff;
	--canvas: #f5f8fa;
	--radius: 6px;
	--shadow: 0 20px 60px rgba(20, 52, 70, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(32, 38, 43, .08); backdrop-filter: blur(16px); }
.site-header--overlay { position: absolute; inset: 0 0 auto; background: transparent; border-color: rgba(255, 255, 255, .24); color: #fff; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 142px; height: auto; }
.site-header--overlay .brand img { filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-nav a { text-decoration: none; opacity: .82; }
.site-nav a:hover { opacity: 1; color: var(--blue); }
.site-header--overlay .site-nav a:hover { color: var(--yellow); }
.header-action, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--blue); border-radius: var(--radius); background: var(--blue); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.header-action { min-height: 42px; padding: 0 18px; }
.header-action:hover, .button:hover { transform: translateY(-2px); background: var(--blue-deep); border-color: var(--blue-deep); }
.site-header--overlay .header-action { border-color: #fff; background: #fff; color: var(--blue-ink); }
.button--ghost { background: transparent; color: var(--ink); border-color: #b8c8d2; }
.button--ghost:hover { color: #fff; }
.button--light { background: #fff; border-color: #fff; color: var(--blue-ink); }
.button--light:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 3px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; letter-spacing: 0; }
h2 { margin-bottom: 18px; font-size: clamp(30px, 3.5vw, 50px); line-height: 1.12; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.3; letter-spacing: 0; }
p { margin-bottom: 0; color: var(--text); font-size: 16px; line-height: 1.7; }
.lead { max-width: 650px; font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.section { padding: 108px 0; }
.section--white { background: #fff; }
.section--blue-soft { background: var(--blue-soft); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .55fr); align-items: end; gap: 64px; margin-bottom: 46px; }
.section-heading h2 { max-width: 740px; }
.section-heading > p { padding-bottom: 8px; }
.number-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(18, 58, 82, .06); }
.number-strip__item { min-height: 120px; padding: 26px 30px; }
.number-strip__item + .number-strip__item { border-left: 1px solid var(--line); }
.number-strip strong { display: block; margin-bottom: 6px; color: var(--blue-ink); font-size: 30px; line-height: 1; }
.number-strip span { color: var(--muted); font-size: 13px; }
.photo { position: relative; overflow: hidden; background: #dce9ef; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.photo:hover img { transform: scale(1.025); }
.photo__caption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); }
.photo__caption strong { display: block; margin-bottom: 3px; font-size: 15px; }
.photo__caption span { color: var(--muted); font-size: 12px; }
.photo__open { border: 0; background: transparent; color: var(--blue-deep); font-size: 24px; cursor: pointer; }
.gallery-editorial { display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: repeat(2, 260px); gap: 18px; }
.gallery-editorial .photo:first-child { grid-row: 1 / 3; }
.gallery-film { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; }
.gallery-film .photo { height: 430px; }
.gallery-film .photo:nth-child(2) { margin-top: 52px; height: 378px; }
.gallery-film .photo:nth-child(3) { height: 340px; }
.gallery-clean { display: grid; grid-template-columns: .82fr 1.28fr; grid-template-rows: 280px 280px; gap: 18px; }
.gallery-clean .photo:nth-child(2) { grid-row: 1 / 3; grid-column: 2; }
.geo-layout { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(520px, 1.3fr); gap: 64px; align-items: center; }
.city-tabs { display: grid; gap: 6px; margin-top: 34px; }
.city-tab { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 56px; padding: 0 18px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--text); text-align: left; cursor: pointer; }
.city-tab strong { color: var(--ink); font-size: 15px; }
.city-tab span { color: var(--muted); font-size: 12px; }
.city-tab.is-active { background: #fff; border-bottom-color: transparent; box-shadow: 0 10px 30px rgba(18, 58, 82, .08); }
.city-tab.is-active strong { color: var(--blue-deep); }
.geo-card { position: relative; min-height: 540px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.geo-map { position: absolute; inset: 0 0 110px; background: linear-gradient(rgba(0, 153, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 153, 255, .06) 1px, transparent 1px), #f4fbff; background-size: 36px 36px; }
.geo-map::before { content: ""; position: absolute; left: 12%; top: 12%; width: 76%; height: 70%; background: #d9f1ff; clip-path: polygon(3% 31%, 10% 22%, 24% 22%, 31% 11%, 45% 9%, 56% 16%, 66% 13%, 75% 22%, 89% 18%, 97% 31%, 92% 45%, 96% 58%, 86% 70%, 76% 67%, 67% 75%, 57% 69%, 51% 80%, 42% 77%, 33% 68%, 23% 73%, 15% 63%, 6% 58%, 10% 46%, 0 41%); filter: drop-shadow(0 16px 30px rgba(0, 111, 181, .12)); }
.map-pin { position: absolute; z-index: 2; width: 20px; height: 20px; padding: 0; border: 5px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 3px 14px rgba(0, 87, 143, .28); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.map-pin:hover, .map-pin.is-active { transform: scale(1.35); background: var(--blue-ink); }
.map-pin::after { content: attr(aria-label); position: absolute; left: 50%; top: 18px; transform: translateX(-50%); padding: 4px 7px; background: #fff; color: var(--ink); font-size: 10px; font-weight: 700; white-space: nowrap; box-shadow: 0 4px 14px rgba(20, 52, 70, .1); }
.geo-detail { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 110px; padding: 22px 28px; background: #fff; border-top: 1px solid var(--line); }
.geo-detail small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.geo-detail strong { color: var(--blue-ink); font-size: 24px; }
.geo-detail span { color: var(--text); font-size: 13px; }
.roadmap { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.road-step { position: relative; padding: 34px 30px 0 0; }
.road-step::before { content: ""; position: absolute; top: -5px; left: 0; width: 10px; height: 10px; background: var(--blue); }
.road-step + .road-step { padding-left: 30px; border-left: 1px solid var(--line); }
.road-step + .road-step::before { left: 30px; }
.road-step small { display: block; margin-bottom: 34px; color: var(--blue-deep); font-weight: 800; }
.site-footer { padding: 46px 0; background: var(--blue-ink); color: #fff; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer img { width: 140px; filter: brightness(0) invert(1); }
.site-footer p { color: rgba(255,255,255,.7); font-size: 13px; }
.theme-editorial { background: #f6f8f9; }
.editorial-hero { padding: 82px 0 58px; background: #fff; }
.editorial-hero__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; }
.editorial-hero h1 { max-width: 640px; color: var(--blue-ink); }
.editorial-hero__visual { position: relative; height: 590px; }
.editorial-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.editorial-tag { position: absolute; padding: 18px 20px; background: #fff; box-shadow: var(--shadow); }
.editorial-tag strong { display: block; color: var(--blue-ink); font-size: 24px; }
.editorial-tag span { color: var(--muted); font-size: 12px; }
.editorial-tag--one { left: -34px; bottom: 44px; }
.editorial-tag--two { right: -20px; top: 40px; border-top: 5px solid var(--yellow); }
.editorial-metrics { margin-top: 56px; }
.theme-business { background: #fff; }
.business-hero { min-height: 760px; background: var(--blue-ink); color: #fff; }
.business-hero__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.business-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 128px max(64px, calc((100vw - 1240px) / 2)) 82px max(24px, calc((100vw - 1240px) / 2)); }
.business-hero .eyebrow { color: #fff; }
.business-hero h1 { max-width: 680px; }
.business-hero .lead { color: rgba(255,255,255,.72); }
.business-hero__image { min-height: 760px; }
.business-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.business-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid rgba(255,255,255,.2); }
.business-stats div { padding: 24px 22px 0 0; }
.business-stats div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.2); }
.business-stats strong { display: block; margin-bottom: 6px; font-size: 26px; }
.business-stats span { color: rgba(255,255,255,.62); font-size: 11px; }
.business-model { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.business-model__list { border-top: 1px solid var(--line); }
.business-model__row { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 18px; min-height: 92px; border-bottom: 1px solid var(--line); }
.business-model__row b { color: var(--blue); font-size: 13px; }
.business-model__row strong { font-size: 17px; }
.business-model__row span { color: var(--muted); font-size: 13px; }
.business-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.business-benefit { min-height: 210px; padding: 28px; background: var(--canvas); border-top: 4px solid transparent; }
.business-benefit:hover { border-top-color: var(--yellow); }
.business-benefit b { display: block; margin-bottom: 34px; color: var(--blue); font-size: 24px; }
.theme-business .geo-card { box-shadow: none; border-color: #cbd9e2; }
.roadmap-business { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.roadmap-vertical { border-left: 1px solid var(--line); }
.roadmap-vertical article { position: relative; display: grid; grid-template-columns: 68px 1fr; gap: 16px; min-height: 126px; padding: 0 0 30px 34px; }
.roadmap-vertical article::before { content: ""; position: absolute; left: -6px; top: 3px; width: 11px; height: 11px; background: var(--blue); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--blue); }
.roadmap-vertical b { color: var(--blue); font-size: 13px; }
.theme-clean { background: #f7fbfd; }
.clean-hero { position: relative; overflow: hidden; padding: 72px 0 94px; background: var(--blue-soft); }
.clean-hero__intro { max-width: 820px; margin: 0 auto 52px; text-align: center; }
.clean-hero .eyebrow { justify-content: center; }
.clean-hero h1 { color: var(--blue-ink); }
.clean-hero .lead { margin: 0 auto; }
.clean-hero .actions { justify-content: center; }
.clean-showcase { position: relative; height: 510px; max-width: 1120px; margin: 0 auto; }
.clean-showcase__main { position: absolute; inset: 0 18% 0; overflow: hidden; box-shadow: var(--shadow); }
.clean-showcase__main img { width: 100%; height: 100%; object-fit: cover; }
.clean-card { position: absolute; z-index: 2; width: 220px; padding: 24px; background: #fff; box-shadow: 0 20px 60px rgba(20, 52, 70, .14); }
.clean-card b { display: block; margin-bottom: 30px; color: var(--blue); font-size: 30px; }
.clean-card strong { display: block; margin-bottom: 5px; font-size: 15px; }
.clean-card span { color: var(--muted); font-size: 12px; }
.clean-card--left { left: 0; bottom: 46px; }
.clean-card--right { right: 0; top: 42px; border-top: 5px solid var(--yellow); }
.bento { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 230px 230px; gap: 14px; }
.bento-card { padding: 30px; background: #fff; border: 1px solid var(--line); }
.bento-card:first-child { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: space-between; background: var(--blue-ink); color: #fff; }
.bento-card:first-child p { color: rgba(255,255,255,.7); }
.bento-card:nth-child(3) { background: var(--yellow); border-color: var(--yellow); }
.bento-card b { display: block; margin-bottom: 34px; color: var(--blue); font-size: 13px; }
.bento-card:first-child b, .bento-card:nth-child(3) b { color: inherit; }
.theme-clean .geo-layout { grid-template-columns: 1fr; }
.theme-clean .geo-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.theme-clean .city-tabs { grid-template-columns: repeat(5, 1fr); margin: 0; }
.theme-clean .city-tab { display: block; min-height: 76px; text-align: center; border: 1px solid var(--line); }
.theme-clean .city-tab + .city-tab { border-left: 0; }
.theme-clean .city-tab span { display: block; margin-top: 4px; }
.theme-clean .geo-card { margin-top: 20px; box-shadow: none; }
.clean-roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.clean-roadmap article { min-height: 260px; padding: 28px; background: #fff; border: 1px solid var(--line); }
.clean-roadmap b { display: block; margin-bottom: 70px; color: var(--blue); font-size: 13px; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 44px; background: rgba(5, 27, 40, .92); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1180px, 92vw); max-height: 86vh; object-fit: contain; }
.lightbox button { position: absolute; top: 22px; right: 28px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.chooser { min-height: 100vh; padding: 54px 0 70px; background: #eef6fa; }
.chooser__head { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 42px; }
.chooser__head h1 { max-width: 720px; margin-bottom: 0; color: var(--blue-ink); font-size: clamp(38px, 5vw, 64px); }
.chooser__head p { max-width: 390px; }
.chooser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.concept-card { overflow: hidden; background: #fff; border: 1px solid var(--line); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.concept-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.concept-card__image { height: 280px; overflow: hidden; }
.concept-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.concept-card:hover img { transform: scale(1.03); }
.concept-card__body { min-height: 205px; padding: 26px; }
.concept-card small { color: var(--blue); font-weight: 800; text-transform: uppercase; }
.concept-card h2 { margin: 16px 0 10px; font-size: 28px; }
.concept-card p { font-size: 14px; }
.concept-card__arrow { display: block; margin-top: 24px; color: var(--blue-deep); font-size: 22px; }
@media (max-width: 980px) {
	.site-nav { display: none; }
	.section { padding: 84px 0; }
	.editorial-hero__grid, .geo-layout, .business-model, .roadmap-business { grid-template-columns: 1fr; gap: 42px; }
	.editorial-hero__visual { height: 500px; }
	.business-hero__grid { grid-template-columns: 1fr; }
	.business-hero__copy { padding: 128px 32px 70px; }
	.business-hero__image { min-height: 520px; }
	.gallery-film { grid-template-columns: 1.1fr .9fr; }
	.gallery-film .photo:nth-child(3) { display: none; }
	.number-strip { grid-template-columns: repeat(2, 1fr); }
	.number-strip__item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
	.number-strip__item:nth-child(4) { border-top: 1px solid var(--line); }
	.roadmap, .clean-roadmap { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
	.bento { grid-template-columns: 1fr 1fr; }
	.bento-card:first-child { grid-row: auto; }
	.theme-clean .geo-intro { grid-template-columns: 1fr; gap: 28px; }
	.chooser-grid { grid-template-columns: 1fr; }
	.concept-card { display: grid; grid-template-columns: .9fr 1.1fr; }
	.concept-card__image { height: 100%; min-height: 300px; }
}
@media (max-width: 680px) {
	.shell { width: min(100% - 28px, 1240px); }
	.site-header__inner { min-height: 68px; }
	.brand img { width: 122px; }
	.header-action { min-height: 38px; padding: 0 13px; font-size: 12px; }
	h1 { font-size: 40px; }
	h2 { font-size: 30px; }
	.lead { font-size: 16px; }
	.section { padding: 68px 0; }
	.section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
	.editorial-hero { padding-top: 54px; }
	.editorial-hero__grid { gap: 42px; }
	.editorial-hero__visual { height: 390px; }
	.editorial-tag--one { left: 10px; bottom: 10px; }
	.editorial-tag--two { right: 10px; top: 10px; }
	.number-strip { grid-template-columns: 1fr 1fr; }
	.number-strip__item { min-height: 98px; padding: 20px; }
	.number-strip strong { font-size: 24px; }
	.gallery-editorial, .gallery-clean { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
	.gallery-editorial .photo:first-child, .gallery-clean .photo:nth-child(2) { grid-row: auto; grid-column: auto; }
	.gallery-editorial .photo, .gallery-clean .photo { height: 290px; }
	.gallery-film { display: grid; grid-template-columns: 1fr; }
	.gallery-film .photo, .gallery-film .photo:nth-child(2), .gallery-film .photo:nth-child(3) { display: block; height: 300px; margin-top: 0; }
	.geo-card { min-height: 470px; }
	.geo-detail { grid-template-columns: 1fr; gap: 5px; padding: 18px 20px; }
	.geo-detail span { max-width: 100%; }
	.map-pin::after { display: none; }
	.roadmap, .clean-roadmap { grid-template-columns: 1fr; }
	.road-step + .road-step { padding-left: 0; border-left: 0; }
	.road-step + .road-step::before { left: 0; }
	.business-hero__copy { padding: 106px 20px 56px; }
	.business-hero__image { min-height: 380px; }
	.business-stats { grid-template-columns: 1fr; }
	.business-stats div + div { padding-left: 0; border-left: 0; }
	.business-benefits { grid-template-columns: 1fr; }
	.business-model__row { grid-template-columns: 36px 1fr; }
	.business-model__row span { grid-column: 2; padding-bottom: 16px; }
	.clean-hero { padding-top: 50px; }
	.clean-showcase { height: 410px; }
	.clean-showcase__main { inset: 0 5%; }
	.clean-card { width: 170px; padding: 18px; }
	.clean-card--left { left: 0; bottom: 12px; }
	.clean-card--right { right: 0; top: 12px; }
	.bento { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
	.bento-card { min-height: 210px; }
	.theme-clean .city-tabs { grid-template-columns: 1fr 1fr; }
	.theme-clean .city-tab + .city-tab { border-left: 1px solid var(--line); }
	.site-footer__inner, .chooser__head { align-items: flex-start; flex-direction: column; }
	.concept-card { display: block; }
	.concept-card__image { height: 250px; min-height: 0; }
	.lightbox { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
	.photo img, .concept-card, .concept-card img { transition: none; }
}

/* Concept 4: KUBIQ reference */
.theme-reference {
	--ref-blue: #175ea0;
	--ref-navy: #0b335c;
	--ref-yellow: #ffde59;
	background: #fff;
	color: #232121;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.theme-reference #top { scroll-margin-top: 78px; }

.theme-reference .site-header {
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, .96);
}

.theme-reference .header-action,
.ref-button {
	border-color: var(--ref-yellow);
	border-radius: 12px;
	background: var(--ref-yellow);
	color: #1a1a1a;
	box-shadow: 0 8px 22px rgba(255, 222, 89, .3);
}

.theme-reference .header-action:hover,
.ref-button:hover {
	border-color: #f3cf3d;
	background: #f3cf3d;
	color: #1a1a1a;
}

.ref-button--outline {
	border: 2px solid var(--ref-blue);
	background: #fff;
	color: var(--ref-blue);
	box-shadow: none;
}

.ref-button--outline:hover { color: #fff; }

.reference-hero {
	position: relative;
	overflow: hidden;
	padding: 54px 0 30px;
	background:
		linear-gradient(30deg, rgba(23, 94, 160, .055) 12%, transparent 12.5%, transparent 87%, rgba(23, 94, 160, .055) 87.5%, rgba(23, 94, 160, .055)),
		linear-gradient(150deg, rgba(23, 94, 160, .055) 12%, transparent 12.5%, transparent 87%, rgba(23, 94, 160, .055) 87.5%, rgba(23, 94, 160, .055)),
		linear-gradient(30deg, rgba(23, 94, 160, .055) 12%, transparent 12.5%, transparent 87%, rgba(23, 94, 160, .055) 87.5%, rgba(23, 94, 160, .055)),
		linear-gradient(150deg, rgba(23, 94, 160, .055) 12%, transparent 12.5%, transparent 87%, rgba(23, 94, 160, .055) 87.5%, rgba(23, 94, 160, .055)),
		linear-gradient(60deg, rgba(23, 94, 160, .04) 25%, transparent 25.5%, transparent 75%, rgba(23, 94, 160, .04) 75%);
	background-color: #f4f8fc;
	background-position: 0 0, 0 0, 36px 63px, 36px 63px, 0 0;
	background-size: 72px 126px;
}

.reference-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 16% 16%, rgba(255, 222, 89, .28), transparent 28%), radial-gradient(circle at 76% 28%, rgba(0, 122, 255, .13), transparent 30%);
	pointer-events: none;
}

.reference-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.04fr .96fr;
	align-items: center;
	gap: 60px;
	min-height: 430px;
}

.reference-hero__copy { max-width: 680px; }

.reference-pill {
	display: inline-flex;
	align-items: center;
	margin-bottom: 24px;
	padding: 8px 14px;
	border: 1px solid rgba(23, 94, 160, .3);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: var(--ref-blue);
	font-size: 13px;
	font-weight: 750;
}

.reference-hero h1 {
	max-width: 680px;
	margin-bottom: 24px;
	font-size: clamp(40px, 4.2vw, 58px);
	line-height: 1.14;
}

.reference-hero h1 span { color: var(--ref-blue); }
.reference-hero .lead { max-width: 610px; }

.cube-scene { position: relative; min-height: 420px; }
.cube {
	position: absolute;
	width: 122px;
	aspect-ratio: 1;
	border-radius: 22px;
	background: var(--ref-blue);
	box-shadow: 0 26px 50px rgba(11, 51, 92, .18);
	--cube-start-rotate: 14deg;
	--cube-end-rotate: 72deg;
	--cube-start-y: -260px;
	--cube-fall-distance: 430px;
	animation: cube-fall 7.8s cubic-bezier(.38, 0, .58, 1) infinite both;
}
.cube--large { left: 31%; top: 25%; width: 180px; background: #3767a5; animation-delay: 0s; }
.cube--navy { right: 9%; top: 11%; width: 112px; background: var(--ref-navy); --cube-start-rotate: 24deg; --cube-end-rotate: 96deg; --cube-start-y: -240px; --cube-fall-distance: 470px; animation-duration: 8.8s; animation-delay: -2.9s; }
.cube--yellow { right: 10%; bottom: 13%; width: 126px; background: var(--ref-yellow); --cube-start-rotate: -11deg; --cube-end-rotate: 48deg; --cube-start-y: -435px; --cube-fall-distance: 330px; animation-duration: 8.2s; animation-delay: -5.5s; }

@keyframes cube-fall {
	0% { opacity: 1; transform: translateY(var(--cube-start-y)) rotate(var(--cube-start-rotate)); }
	76% { opacity: 1; }
	100% { opacity: 0; transform: translateY(var(--cube-fall-distance)) rotate(var(--cube-end-rotate)); }
}

@media (prefers-reduced-motion: reduce) {
	.cube { opacity: 1; animation: none; transform: rotate(var(--cube-start-rotate)); }
}

.ref-float {
	position: absolute;
	z-index: 2;
	min-width: 218px;
	padding: 20px 24px;
	border: 2px solid var(--ref-blue);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(11, 51, 92, .12);
}
.ref-float strong { display: block; color: var(--ref-blue); font-size: 24px; }
.ref-float span { color: #3c434b; font-size: 13px; }
.ref-float--top { right: 13%; top: 5%; }
.ref-float--bottom { left: 8%; bottom: 7%; border: 0; }
.ref-float--bottom strong { color: #232121; }

.reference-stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 18px;
	border: 1px solid rgba(23, 94, 160, .14);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(11, 51, 92, .08);
}
.reference-stats div { padding: 18px 24px; }
.reference-stats div + div { border-left: 1px solid rgba(23, 94, 160, .14); }
.reference-stats strong { display: block; margin-bottom: 4px; color: var(--ref-blue); font-size: 25px; }
.reference-stats span { color: #6c757d; font-size: 12px; }

.reference-section { padding: 94px 0; }
.reference-section--soft { background: #f4f8fc; }
.reference-head { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.reference-head small { display: inline-block; margin-bottom: 12px; color: var(--ref-blue); font-weight: 750; text-transform: uppercase; }
.reference-head h2 { margin-bottom: 14px; font-size: clamp(30px, 3.2vw, 44px); }

.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tech-card {
	min-height: 280px;
	padding: 30px;
	border: 1px solid rgba(23, 94, 160, .18);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(11, 51, 92, .07);
}
.tech-card__mark { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; border-radius: 12px; background: rgba(23, 94, 160, .12); color: var(--ref-blue); font-size: 13px; font-weight: 800; }
.tech-card:nth-child(2) .tech-card__mark { background: var(--ref-yellow); color: #232121; }
.tech-card h3 { font-size: 21px; }

.process-section,
.about-section { scroll-margin-top: 78px; }

.process-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
	align-items: end;
	gap: 56px;
	margin-bottom: 42px;
}

.process-heading small,
.about-content > small { display: block; margin-bottom: 10px; color: var(--ref-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.process-heading h2,
.about-content h2 { margin-bottom: 0; font-size: clamp(30px, 3.2vw, 44px); }
.process-heading > p { padding-bottom: 5px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-grid article {
	position: relative;
	min-height: 248px;
	padding: 26px;
	border: 1px solid rgba(23, 94, 160, .18);
	border-radius: 8px;
	background: #fff;
}

.process-grid article:nth-child(2) { background: var(--ref-navy); color: #fff; }
.process-grid article:nth-child(3) { border-color: var(--ref-yellow); background: var(--ref-yellow); }
.process-grid article::after { content: "→"; position: absolute; z-index: 2; top: 27px; right: -11px; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(23, 94, 160, .2); border-radius: 50%; background: #fff; color: var(--ref-blue); font-size: 13px; }
.process-grid article:last-child::after { display: none; }
.process-grid article > span { display: block; margin-bottom: 58px; color: var(--ref-blue); font-size: 13px; font-weight: 850; }
.process-grid article:nth-child(2) > span { color: var(--ref-yellow); }
.process-grid article:nth-child(3) > span { color: #232121; }
.process-grid h3 { max-width: 210px; font-size: 20px; }
.process-grid p { font-size: 14px; line-height: 1.55; }
.process-grid article:nth-child(2) p { color: rgba(255, 255, 255, .72); }

.about-section { background: #f4f8fc; }
.about-layout { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: stretch; }
.about-visual { position: relative; min-height: 560px; overflow: hidden; border-radius: 8px; background: #dbe8f1; }
.about-visual > img { width: 100%; height: 100%; object-fit: cover; }
.about-visual__label { position: absolute; right: 18px; bottom: 18px; display: grid; min-width: 190px; padding: 16px 18px; border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgba(11, 51, 92, .16); }
.about-visual__label strong { color: var(--ref-blue); font-size: 25px; }
.about-visual__label span { color: #6c757d; font-size: 11px; }
.about-content { align-self: center; }
.about-content h2 { max-width: 620px; margin-bottom: 24px; }
.about-content > p { max-width: 660px; font-size: 15px; }
.about-content > p + p { margin-top: 13px; }
.about-metrics { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-top: 1px solid rgba(23, 94, 160, .18); border-bottom: 1px solid rgba(23, 94, 160, .18); }
.about-metrics div { min-height: 104px; padding: 20px 18px 20px 0; }
.about-metrics div:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(23, 94, 160, .18); }
.about-metrics div:nth-child(n+3) { border-top: 1px solid rgba(23, 94, 160, .18); }
.about-metrics strong { display: block; margin-bottom: 5px; color: var(--ref-blue); font-size: 25px; }
.about-metrics span { color: #6c757d; font-size: 12px; }

.gallery-slider { width: 100%; overflow: hidden; }
.gallery-slider .photo { height: clamp(360px, 38vw, 500px); border-radius: 8px; }
.gallery-slider .photo__caption { border-radius: 6px; }
.gallery-slider__controls { display: grid; grid-template-columns: minmax(120px, 1fr) auto; align-items: center; gap: 28px; margin-top: 22px; }
.gallery-slider__pagination.swiper-pagination-progressbar { position: relative; inset: auto; width: 100%; height: 3px; overflow: hidden; border-radius: 0; background: #dce6ef; }
.gallery-slider__pagination .swiper-pagination-progressbar-fill { background: var(--ref-blue); }
.gallery-slider__buttons { display: flex; gap: 8px; }
.gallery-slider__prev,
.gallery-slider__next { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(23, 94, 160, .26); border-radius: 50%; background: #fff; color: var(--ref-blue); font-size: 22px; line-height: 1; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.gallery-slider__prev:hover,
.gallery-slider__next:hover { border-color: var(--ref-blue); background: var(--ref-blue); color: #fff; }
.gallery-slider__prev:focus-visible,
.gallery-slider__next:focus-visible { outline: 3px solid rgba(255, 222, 89, .7); outline-offset: 2px; }
.gallery-slider__prev.swiper-button-disabled,
.gallery-slider__next.swiper-button-disabled { opacity: .38; cursor: default; }

.theme-reference .geo-card { border-radius: 14px; box-shadow: 0 18px 44px rgba(11, 51, 92, .1); }
.theme-reference .city-tab { border-radius: 10px; }
.theme-reference .city-tab.is-active { background: var(--ref-yellow); box-shadow: none; }
.theme-reference .city-tab.is-active strong { color: #232121; }

.reference-roadmap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.reference-roadmap article {
	position: relative;
	min-height: 270px;
	padding: 30px;
	border: 1px solid rgba(23, 94, 160, .18);
	border-radius: 14px;
	background: #fff;
}
.reference-roadmap b { display: block; margin-bottom: 58px; color: var(--ref-blue); font-size: 28px; }
.reference-roadmap article:nth-child(2) { background: var(--ref-yellow); border-color: var(--ref-yellow); }
.reference-roadmap article:nth-child(2) b { color: #232121; }

.theme-reference .site-footer { background: var(--ref-navy); }

.storage-calculator { background: #fff; }

.calculator-layout {
	display: grid;
	grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
	gap: 48px;
	align-items: stretch;
}

.calculator-preview {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 0;
	padding: 62px 30px;
	overflow: hidden;
	border-radius: 8px;
	background: #eef4f8;
}

.calculator-preview img { position: relative; z-index: 1; width: min(100%, 396px); max-height: 500px; object-fit: contain; }
.calculator-preview__city { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 8px 14px; border-radius: 6px; background: var(--ref-yellow); color: #232121; font-size: 13px; font-weight: 800; }

.calculator-panel { min-width: 0; }
.calculator-field { margin-bottom: 28px; }
.calculator-field--warehouse { position: relative; z-index: 4; }
.calculator-label { display: block; margin-bottom: 11px; color: #232121; font-size: 15px; font-weight: 800; }

.calculator-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-height: 76px;
	padding: 14px 18px;
	border: 1px solid rgba(23, 94, 160, .25);
	border-radius: 8px;
	background: #fff;
	color: #232121;
	text-align: left;
	cursor: pointer;
}

.calculator-select > span { display: grid; gap: 3px; min-width: 0; }
.calculator-select strong { color: var(--ref-blue); font-size: 18px; }
.calculator-select small { overflow: hidden; color: #6c757d; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.calculator-select > img { flex: 0 0 auto; width: 41px; height: 41px; transition: transform .2s ease; }
.calculator-select[aria-expanded="true"] > img { transform: rotate(180deg); }

.calculator-warehouses {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-height: 340px;
	padding: 8px;
	overflow: auto;
	border: 1px solid rgba(23, 94, 160, .2);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(11, 51, 92, .16);
}

.calculator-warehouses[hidden] { display: none; }

.calculator-warehouses button,
.calculator-options button {
	min-width: 0;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #fff;
	color: #3c434b;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.calculator-warehouses button {
	display: grid;
	gap: 3px;
	min-height: 88px;
	padding: 12px;
	text-align: left;
}

.calculator-warehouses strong { color: var(--ref-blue); font-size: 14px; }
.calculator-warehouses span,
.calculator-warehouses small { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.calculator-warehouses small { color: #7a858e; }
.calculator-warehouses button:hover,
.calculator-options button:hover { border-color: var(--ref-blue); }
.calculator-warehouses button.is-active,
.calculator-options button.is-active { border-color: var(--ref-blue); background: var(--ref-blue); color: #fff; }
.calculator-warehouses button.is-active strong { color: #fff; }
.calculator-warehouses button.is-active small { color: rgba(255, 255, 255, .72); }

.calculator-options { display: grid; gap: 8px; }
.calculator-options--sizes { grid-template-columns: repeat(8, minmax(58px, 1fr)); }
.calculator-options--terms { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.calculator-options button { min-height: 52px; padding: 8px 10px; border-color: rgba(23, 94, 160, .2); font-size: 13px; font-weight: 700; }
.calculator-options button small { display: block; margin-top: 2px; color: var(--ref-blue); font-size: 10px; }
.calculator-options button.is-active small { color: var(--ref-yellow); }

.calculator-result {
	display: grid;
	grid-template-columns: 1.1fr 1fr 1fr;
	gap: 0;
	margin-top: 32px;
	padding: 20px;
	border: 1px solid rgba(23, 94, 160, .18);
	border-radius: 8px;
	background: #f4f8fc;
	box-shadow: 0 14px 34px rgba(11, 51, 92, .08);
}

.calculator-result__row,
.calculator-result__pair { padding-right: 18px; border-right: 1px solid rgba(23, 94, 160, .16); }
.calculator-result__row { display: grid; align-content: center; gap: 3px; }
.calculator-result__row strong { color: var(--ref-blue); font-size: 17px; }
.calculator-result__row small { color: #6c757d; font-size: 11px; }
.calculator-result__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-left: 18px; }
.calculator-result__pair div { display: grid; align-content: center; gap: 4px; }
.calculator-result__row > span,
.calculator-result__pair span,
.calculator-price > span,
.calculator-total > span { color: #6c757d; font-size: 11px; }
.calculator-result__pair strong { font-size: 14px; }
.calculator-price,
.calculator-total { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-left: 18px; }
.calculator-price div,
.calculator-total div { display: grid; justify-items: end; }
.calculator-price { grid-column: 1 / 3; margin-top: 18px; padding: 16px 18px 0 0; border-top: 1px solid rgba(23, 94, 160, .16); }
.calculator-price strong { color: var(--ref-blue); font-size: 18px; }
.calculator-total { grid-column: 3; grid-row: 2; margin-top: 18px; border-top: 1px solid rgba(23, 94, 160, .16); }
.calculator-total strong { font-size: 23px; }
.calculator-price del,
.calculator-total del { color: #7c858c; font-size: 12px; }
.calculator-book { grid-column: 1 / -1; width: 100%; margin-top: 18px; border-radius: 8px; background: var(--ref-yellow); border-color: var(--ref-yellow); color: #232121; }
.calculator-book:hover { background: #f3cf3d; border-color: #f3cf3d; color: #232121; }

.warehouse-map-layout {
	display: grid;
	grid-template-columns: 370px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
}

.warehouse-list {
	display: grid;
	gap: 8px;
	max-height: 650px;
	padding-right: 6px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(23, 94, 160, .35) transparent;
}

.warehouse-item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 3px 16px;
	width: 100%;
	min-height: 108px;
	padding: 16px 18px;
	border: 1px solid rgba(23, 94, 160, .18);
	border-radius: 12px;
	background: #fff;
	color: #3c434b;
	text-align: left;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.warehouse-item:hover { transform: translateX(3px); border-color: var(--ref-blue); }
.warehouse-item.is-active { border-color: var(--ref-yellow); background: var(--ref-yellow); }
.warehouse-item__code { grid-column: 1; color: var(--ref-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.warehouse-item.is-active .warehouse-item__code { color: #232121; }
.warehouse-item strong { grid-column: 1; font-size: 18px; }
.warehouse-item small { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #6c757d; font-size: 12px; }
.warehouse-item > span:last-child { grid-column: 1 / -1; font-size: 13px; }

.warehouse-map {
	overflow: hidden;
	min-height: 650px;
	border: 1px solid rgba(23, 94, 160, .18);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(11, 51, 92, .1);
}

.warehouse-map__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 104px;
	padding: 20px 24px;
	border-bottom: 1px solid rgba(23, 94, 160, .14);
}

.warehouse-map__head small { display: block; margin-bottom: 3px; color: #6c757d; font-size: 11px; text-transform: uppercase; }
.warehouse-map__head strong { display: block; margin-bottom: 2px; color: var(--ref-blue); font-size: 22px; }
.warehouse-map__head span { color: #3c434b; font-size: 13px; }
.warehouse-map__head a { flex: 0 0 auto; color: var(--ref-blue); font-size: 13px; font-weight: 750; text-decoration: none; }
.warehouse-map iframe { display: block; width: 100%; height: 546px; border: 0; }

.theme-reference .site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-content: stretch;
	gap: 28px;
}

.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 34px; width: 100%; }
.footer-copy { width: 100%; margin: 0; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14); justify-self: stretch; text-align: center; }
.footer-contacts { display: grid; justify-self: end; gap: 7px; color: rgba(255, 255, 255, .72); font-size: 13px; text-align: right; }
.footer-contacts a { color: #fff; font-weight: 650; text-decoration: none; }
.footer-contacts a:hover { color: var(--ref-yellow); }

@media (max-width: 1080px) {
	.chooser-grid { grid-template-columns: repeat(2, 1fr); }
	.reference-hero__grid { grid-template-columns: 1fr; }
	.reference-hero__copy { max-width: 780px; }
	.cube-scene { max-width: 650px; width: 100%; margin: -20px auto 0; }
	.tech-grid { grid-template-columns: 1fr 1fr; }
	.reference-roadmap { grid-template-columns: 1fr 1fr; }
	.process-grid { grid-template-columns: 1fr 1fr; }
	.process-grid article:nth-child(2)::after { display: none; }
	.about-layout { grid-template-columns: 1fr; gap: 42px; }
	.about-visual { min-height: 480px; }
	.calculator-layout { grid-template-columns: 1fr; }
	.calculator-preview { min-height: 540px; }
	.calculator-options--sizes { grid-template-columns: repeat(4, 1fr); }
	.warehouse-map-layout { grid-template-columns: 320px minmax(0, 1fr); }
}

@media (max-width: 680px) {
	.reference-hero { padding: 48px 0 56px; }
	.reference-hero__grid { gap: 28px; min-height: 0; }
	.reference-hero h1 { font-size: 38px; }
	.cube-scene { min-height: 360px; }
	.cube--large { left: 28%; width: 145px; }
	.cube--navy { right: 7%; width: 86px; }
	.cube--yellow { width: 94px; }
	.ref-float { min-width: 180px; padding: 15px 17px; }
	.ref-float strong { font-size: 20px; }
	.ref-float--top { right: 4%; }
	.ref-float--bottom { left: 2%; }
	.reference-stats { grid-template-columns: 1fr 1fr; }
	.reference-stats div + div { border-left: 0; }
	.reference-stats div:nth-child(even) { border-left: 1px solid rgba(23, 94, 160, .14); }
	.reference-stats div:nth-child(n+3) { border-top: 1px solid rgba(23, 94, 160, .14); }
	.reference-section { padding: 68px 0; }
	.tech-grid, .reference-roadmap { grid-template-columns: 1fr; }
	.process-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
	.process-grid { grid-template-columns: 1fr; }
	.process-grid article { min-height: 220px; }
	.process-grid article::after { display: none; }
	.about-visual { min-height: 360px; }
	.about-content h2 { margin-bottom: 18px; }
	.gallery-slider .photo { height: 330px; }
	.gallery-slider__controls { gap: 18px; margin-top: 16px; }
	.gallery-slider__prev,
	.gallery-slider__next { width: 42px; height: 42px; }
	.calculator-layout { gap: 28px; }
	.calculator-preview { min-height: 430px; padding: 54px 20px; }
	.calculator-preview img { width: min(100%, 300px); }
	.calculator-preview__city { top: 14px; left: 14px; }
	.calculator-warehouses { grid-template-columns: 1fr; }
	.calculator-options--sizes { grid-template-columns: repeat(4, 1fr); }
	.calculator-options--terms { grid-template-columns: repeat(2, 1fr); }
	.calculator-options--terms button:last-child { grid-column: 1 / -1; }
	.calculator-result { grid-template-columns: 1fr; padding: 18px; }
	.calculator-result__row,
	.calculator-result__pair { padding: 0 0 15px; border-right: 0; border-bottom: 1px solid rgba(23, 94, 160, .16); }
	.calculator-result__pair { margin-top: 15px; }
	.calculator-price,
	.calculator-total { grid-column: 1; grid-row: auto; margin-top: 0; padding: 15px 0; }
	.calculator-total { border-top: 1px solid rgba(23, 94, 160, .16); }
	.chooser-grid { grid-template-columns: 1fr; }
	.warehouse-map-layout { display: flex; flex-direction: column; }
	.warehouse-map { order: -1; min-height: 470px; }
	.warehouse-map iframe { height: 360px; }
	.warehouse-map__head { align-items: flex-start; flex-direction: column; gap: 10px; padding: 17px 18px; }
	.warehouse-list { max-height: none; padding-right: 0; }
	.warehouse-item:hover { transform: none; }
	.theme-reference .site-footer__inner { display: grid; align-items: stretch; text-align: center; }
	.footer-main { flex-direction: column; }
	.theme-reference .site-footer img { margin: 0 auto; }
	.footer-contacts { justify-self: auto; text-align: center; }
}
