/* Product-led visual layer; form, document and navigation behaviours stay shared. */
:root { --heading: var(--font); --paper: #fff; --surface: #f5f5f7; --ink: #202126; --muted: #63656e; --dark: #1d232a; --line: #e1e2e6; --blue: #485a6c; --blue-dark: #354d62; --accent: #ee8248; --accent-hover: #ffa06e; --accent-ink: #a33c17; --radius: 12px; }
body { letter-spacing: -.015em; }
h1,h2,h3 { font-weight: 600; letter-spacing: -.055em; }
h2 { font-size: clamp(32px, 4.7vw, 64px); line-height: 1.08; }
h3 { letter-spacing: -.035em; }
.eyebrow { color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.section { padding-block: 96px; }
.button { border-radius: 40px; min-height: 52px; padding: 14px 25px; font: 500 15px/1.5 var(--font); gap: 26px; letter-spacing: -.02em; }
.button.small { font: 500 13px/1.5 var(--font); padding: 11px 20px; min-height: 44px; }
.button.blue { background: var(--ink); }
.button.blue:hover { background: #3c424a; }
.text-link { font-size: 14px; text-decoration-color: #bcc0c6; }
.request-person .telegram-manager { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; text-decoration: none; }
.telegram-mark { width: 28px; height: 28px; flex: 0 0 28px; }
.telegram-manager:hover { color: #1377ad; }
.application-download { margin-top: 30px; padding: 26px; border-radius: 24px; background: linear-gradient(125deg, #ffb95b, #ff843b); color: #292019; box-shadow: 0 14px 32px #c55c1017; }
.application-download-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.application-download-label { font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.application-download h3 { margin: 12px 0 0; font-size: clamp(23px, 2.1vw, 30px); line-height: 1.12; letter-spacing: -.045em; }
.application-document { width: 100px; height: 110px; flex: 0 0 100px; transform: rotate(7deg); }
.application-download > p { margin: 20px 0; color: #443020; font-size: 14px; line-height: 1.6; }
.application-download-button { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; padding: 14px 18px; border-radius: 12px; background: #202126; color: white; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .18s; }
.application-download-button:hover { background: #383a42; color: white; }
.application-download-button > span { font-size: 24px; line-height: 1; }
.application-download small { display: block; margin-top: 14px; color: #443020; font-size: 12px; line-height: 1.6; }
@media (max-width: 380px) { .application-download { padding: 20px; } .application-document { width: 76px; height: 90px; flex-basis: 76px; } .application-download h3 { font-size: 24px; } .application-download-button { padding-inline: 12px; font-size: 13px; } }
.header { background: #ffffffed; backdrop-filter: blur(18px); border-bottom: 1px solid #e3e5e8; }
.header-inner { height: 72px; }
.brand img { width: 43px; height: 43px; }
.brand > span { font: 700 16px/1.2 var(--font); letter-spacing: -.03em; }
.brand small { font-size: 8px; letter-spacing: .12em; margin-top: 6px; }
.header-contact { border: 0; font-size: 12px; margin-left: auto; color: var(--muted); }
.navigation-bar { background: transparent; border-top: 1px solid #eceef0; }
.header nav { justify-content: center; gap: 30px; min-height: 45px; }
.header nav a { color: var(--ink); font: 400 12px/1.4 var(--font); min-height: 44px; }
.header nav a:hover, .header nav a[aria-current] { color: #994219; background: transparent; }
.header nav .nav-account { color: var(--muted); font-size: 11px; }
.preview { background: #f1f1f3; color: #60646d; }
.product-hero { overflow: hidden; background: #f5f5f7; }
.product-layout { display: grid; grid-template-columns: .93fr 1.17fr; align-items: center; min-height: 650px; gap: 0; }
.product-copy { position: relative; z-index: 2; padding-block: 42px; }
.product-copy h1 { font-size: clamp(54px, 5.5vw, 82px); line-height: 1.04; letter-spacing: -.07em; margin-bottom: 24px; }
.product-copy h1 em { color: #a3411c; }
.product-kicker { display: block; font: 500 11px/1.7 var(--font); color: var(--muted); letter-spacing: .01em; margin-bottom: 32px; }
.hero-lead > p { font-size: 17px; line-height: 1.65; margin-bottom: 0; color: #62646d; }
.hero-lead .hero-actions { gap: 18px; margin-top: 26px; }
.product-note { font-size: 12px; margin: 32px 0 0; color: #6d7078; line-height: 1.6; }
.product-stage { position: relative; min-width: 0; width: calc(100% + 90px); margin: 0 -60px 0 -30px; height: 600px; }
.scene-watermark { position: absolute; top: 74px; left: 7%; color: #e3e4e8; font-size: clamp(70px, 8vw, 124px); font-weight: 700; line-height: .9; letter-spacing: -.07em; pointer-events: none; }
.cargo-canvas { position: absolute; inset: 0 0 70px; touch-action: pan-y; cursor: grab; }
.cargo-canvas:active { cursor: grabbing; }
.cargo-canvas canvas { display: block; width: 100%; height: 100%; }
.scene-fallback { position: absolute; width: 88%; height: 350px; top: 100px; left: 6%; object-fit: cover; border-radius: 24px; }
.scene-ready .scene-fallback { display: none; }
.scene-route { position: absolute; left: 18%; right: 18%; bottom: 110px; display: flex; align-items: center; gap: 15px; font-size: 9px; letter-spacing: .15em; pointer-events: none; color: #656971; }
.scene-route i { height: 1px; flex: 1; background: #ccd0d4; position: relative; }
.scene-route i::before, .scene-route i::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); position: absolute; top: -2px; }
.scene-route i::after { right: 0; }
.scene-controls { position: absolute; bottom: 36px; left: 0; right: 0; display: flex; justify-content: center; gap: 12px; align-items: center; }
.scene-view-switch { display: flex; border-radius: 32px; padding: 4px; border: 1px solid #dcdde1; background: #ececef; }
.scene-view-switch button, .scene-motion { background: none; border: 0; min-height: 44px; padding: 10px 17px; color: #4c5059; font-size: 11px; border-radius: 24px; }
.scene-view-switch button[aria-pressed=true] { background: white; color: #202126; box-shadow: 0 2px 5px #00000009; }
.scene-motion { text-decoration: underline; text-underline-offset: 4px; }
.scene-state { position: absolute; bottom: 6px; left: 0; width: 100%; text-align: center; font-size: 11px; color: #656871; }
.scene-unavailable .scene-state { display: none; }
.product-proof { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0 28px; border-top: 1px solid #dedfe3; color: #666973; font-size: 12px; }
.product-proof strong { font-weight: 500; color: var(--ink); margin-right: 7px; }
.product-proof a { display: inline-flex; min-height: 44px; align-items: center; margin-block: -12px; }
.possibilities-heading { margin-bottom: 46px; }
.possibilities-heading h2 span, .logistics-heading h2 span { color: #85868d; }
.possibilities-heading > p:last-child { max-width: 600px; font-size: 17px; line-height: 1.7; margin-top: 24px; }
.possibilities .catalogue { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; }
.possibilities .catalogue-entry { padding: 23px 0; min-height: 78px; background: transparent; border-bottom: 1px solid var(--line); gap: 20px; }
.possibilities .catalogue-entry h3 { font: 500 clamp(18px, 2.1vw, 28px)/1.25 var(--font); letter-spacing: -.04em; }
.possibilities .catalogue-entry > span { width: 38px; height: 38px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; border: 1px solid #d7d9df; font-size: 18px; color: #686b73; transition: background .2s; }
.possibilities .catalogue-entry:hover { color: #9f401b; }
.possibilities .catalogue-entry:hover > span { background: #fae3d6; }
.possibilities .catalog-note { background: none; border: 0; padding: 28px 0 0; display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.possibilities .catalog-note p { margin: 0; font-size: 14px; }
.possibilities .catalog-note small { font-size: 11px; color: var(--muted); }
.logistics-story { padding: 90px 0; background: #f5f5f7; }
.logistics-heading { margin-bottom: 45px; }
.logistics-split { display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px; align-items: center; }
.logistics-film { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 1.15; background: #1c252c; }
.logistics-film video { width: 100%; height: 100%; object-fit: cover; }
.logistics-film::after { content: ''; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, #0009); pointer-events: none; }
.logistics-film .motion-toggle { position: absolute; z-index: 2; right: 20px; bottom: 20px; color: white; border-color: #fff5; background: #202126a6; }
.logistics-film > p { position: absolute; z-index: 2; bottom: 31px; left: 24px; font-size: 11px; color: white; margin: 0; }
.logistics-services .service-feature { min-height: 120px; padding: 28px 0; gap: 20px; color: var(--ink); border: 0; border-bottom: 1px solid #dadce0; background: none; }
.logistics-services .service-feature:first-child { padding-top: 0; }
.logistics-services .service-feature h3 { font-size: 26px; margin-bottom: 10px; }
.logistics-services .service-feature p { color: var(--muted); font-size: 14px; margin: 0; }
.logistics-services .service-feature > span { font-size: 23px; color: #777b85; margin-left: auto; }
.logistics-services .service-feature:hover h3 { color: var(--accent-ink); }
.logistics-services > .text-link { margin-top: 24px; }
.films-section { background: white; }
.fieldwork-copy { gap: 12px 90px; }
.fieldwork-copy h2 { font-size: clamp(32px, 3.5vw, 48px); }
.film-grid { gap: 22px; }
.film-image { border-radius: 20px; }
.film-caption strong { font: 600 20px/1.3 var(--font); letter-spacing: -.035em; }
.film-caption small { font-size: 12px; }
.film-time { border-radius: 16px; background: #202126b5; }
.supply-story { background: #f5f5f7; padding: 90px 0; }
.story-photo img { border-radius: 24px; }
.story-photo { border-radius: 24px; overflow: hidden; }
.story-copy h2 { font-size: clamp(36px, 4vw, 56px); }
.journey-section { padding-block: 96px; background: #202328; }
.journey h3 { font-size: 22px; }
.journey p { font-size: 14px; }
.journey-intro > p:not(.eyebrow) { font-size: 16px; }
.journey-layout { gap: 80px; }
.telegram-panel h2 { font-size: 44px; }
.request-section { background: #f5f5f7; padding-block: 84px; }
.request-copy h2 { font-size: clamp(34px, 4vw, 52px); }
.request-form { border: 1px solid #e1e2e6; border-radius: 24px; padding: 36px; }
.form-heading h3 { font-size: 25px; }
input:not([type=checkbox]):not([type=hidden]), select, textarea { border-color: #c2c4cb; border-radius: 10px; }
.submit { justify-content: center; }
.page-hero { background: #f5f5f7; padding-bottom: 64px; }
.page-hero h1 { font-size: clamp(36px, 4.8vw, 64px); }
.page-description { max-width: 650px; font-size: 17px; }
.niche-evidence img { border-radius: 20px; }
.catalog-band { background: #f5f5f7; }
.service-card { border-top: 1px solid #cacdd3; }
.service-card h2, .service-card h3 { font-size: 26px; }
.about-panel,.warehouse { background: #f5f5f7; border-radius: 20px; }
footer { background: #ececee; color: #292c33; padding-bottom: 96px; }
footer p,footer .brand small,.footer-grid h2,.footer-bottom { color: #60646d; }
.footer-grid > div > a:hover { color: var(--accent-ink); }
.footer-bottom { border-color: #d2d4d9; }
.footer-grid > div > a:not(.brand) { font-size: 12px; }
.footer-grid p { font-size: 14px; }
@media (max-width: 1150px) {
  .header-inner { height: 76px; }
  .header nav { background: #fbfbfd; top: 76px; }
  .header nav a { border-bottom-color: #e1e2e6; min-height: 48px; font-size: 14px; }
  .header nav .nav-account { font-size: 13px; }
  .menu-toggle { border-color: #d0d2d8; border-radius: 28px; color: var(--ink); }
  .product-layout { min-height: 610px; grid-template-columns: .95fr 1.05fr; }
  .product-copy h1 { font-size: 60px; }
  .product-stage { width: calc(100% + 70px); height: 560px; margin-left: -25px; }
  .scene-watermark { font-size: 80px; top: 98px; }
  .scene-route { bottom: 115px; }
  .scene-controls { flex-wrap: wrap; gap: 0; bottom: 30px; }
  .scene-motion { min-height: 44px; }
  .logistics-split { gap: 36px; }
  .logistics-film > p { display: none; }
  .fieldwork-copy { column-gap: 40px; }
  .journey-layout { gap: 50px; }
}
@media (max-width: 850px) {
  .section { padding-block: 64px; }
  .product-layout { grid-template-columns: 1fr; min-height: 0; }
  .product-copy { text-align: center; padding: 44px 0 0; }
  .product-copy h1 { font-size: 72px; }
  .product-kicker { margin-bottom: 22px; }
  .hero-lead .hero-actions { justify-content: center; }
  .product-note { display: none; }
  .product-stage { width: 100%; height: 490px; margin: 0; }
  .cargo-canvas { inset: -10px 0 60px; }
  .scene-watermark { font-size: 100px; top: 65px; left: 13%; }
  .scene-route { bottom: 98px; }
  .scene-controls { bottom: 26px; }
  .scene-fallback { height: 290px; top: 65px; }
  .product-proof { font-size: 10px; gap: 16px; }
  .product-proof strong { display: block; margin: 0 0 4px; font-size: 13px; }
  .product-proof a { display: block; margin: 0; }
  .possibilities .catalogue { gap: 0 30px; }
  .possibilities .catalog-note { gap: 4px 20px; }
  .possibilities .catalog-note small { flex-basis: 100%; }
  .logistics-story { padding-block: 64px; }
  .logistics-split { gap: 28px; }
  .logistics-services .service-feature h3 { font-size: 22px; }
  .logistics-services .service-feature p { font-size: 12px; }
  .logistics-services .service-feature { min-height: 105px; padding-block: 20px; }
  .supply-story { padding-block: 64px; }
  .request-section { padding-block: 64px; }
  .telegram-panel h2 { font-size: 38px; }
}
@media (max-width: 600px) {
  .section { padding-block: 54px; }
  h2 { font-size: 38px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { height: 68px; }
  .brand img { width: 37px; height: 37px; }
  .brand > span { font-size: 14px; }
  .brand small { font-size: 7px; }
  .menu-toggle { min-height: 44px; padding-inline: 14px; font-size: 12px; }
  .header nav { top: 68px; }
  .product-copy { padding-top: 28px; }
  .product-copy h1 { font-size: clamp(45px, 12.3vw, 64px); margin-bottom: 18px; }
  .product-kicker { font-size: 9px; margin-bottom: 20px; }
  .hero-lead > p { font-size: 13px; }
  .hero-lead .hero-actions { margin-top: 20px; gap: 8px 16px; flex-direction: row; align-items: center; }
  .hero-lead .button { width: auto; font-size: 13px; min-height: 48px; padding-inline: 20px; }
  .hero-lead .text-link { font-size: 12px; }
  .product-stage { height: 335px; width: calc(100% + 32px); margin-inline: -16px; }
  .cargo-canvas { inset: -6px 0 54px; }
  .scene-watermark { font-size: 65px; top: 52px; left: 7%; }
  .scene-route { bottom: 96px; font-size: 7px; }
  .scene-controls { bottom: 24px; gap: 0; }
  .scene-view-switch { padding: 3px; }
  .scene-view-switch button, .scene-motion { font-size: 10px; padding-inline: 12px; }
  .scene-state { font-size: 10px; bottom: 2px; padding-inline: 20px; }
  .scene-fallback { height: 200px; top: 55px; }
  .product-proof { gap: 10px; padding-block: 18px; font-size: 9px; }
  .product-proof > * { flex: 1; }
  .product-proof strong { font-size: 11px; }
  .possibilities-heading { margin-bottom: 26px; }
  .possibilities-heading > p:last-child { font-size: 14px; }
  .possibilities .catalogue { grid-template-columns: 1fr; }
  .possibilities .catalogue-entry { min-height: 64px; padding-block: 15px; }
  .possibilities .catalogue-entry h3 { font-size: 22px; }
  .possibilities .catalog-note { display: block; padding-top: 24px; }
  .possibilities .catalog-note p { font-size: 13px; }
  .possibilities .catalog-note .text-link { font-size: 13px; }
  .logistics-story { padding-block: 54px; }
  .logistics-split { grid-template-columns: 1fr; }
  .logistics-film { aspect-ratio: 1.2; border-radius: 20px; }
  .logistics-heading { margin-bottom: 30px; }
  .logistics-services .service-feature { min-height: 100px; }
  .logistics-services .service-feature h3 { font-size: 23px; }
  .logistics-services .service-feature p { font-size: 13px; }
  .film-grid { gap: 24px 14px; }
  .film-image { border-radius: 14px; }
  .film-caption strong { font-size: 18px; }
  .fieldwork-copy h2 { font-size: 34px; }
  .story-copy h2 { font-size: 36px; }
  .journey-section { padding-block: 54px; }
  .journey-layout { gap: 28px; }
  .journey h3 { font-size: 22px; }
  .request-form { padding: 24px 20px; border-radius: 20px; }
  .request-copy h2 { font-size: 36px; }
  .form-heading h3 { font-size: 23px; }
  .page-hero { padding-bottom: 40px; }
  .page-hero h1 { font-size: 36px; }
  .page-description { font-size: 15px; }
  .hero-actions .button { font-size: 14px; }
  .telegram-panel h2 { font-size: 34px; }
  .chat-launcher { width: 52px; height: 52px; padding: 13px; min-height: 52px; }
  .chat-launcher > span { display: none; }
}

/* Visible action surfaces, including the footer links. */
.button:not(:disabled), .application-download-button,
button:not(:disabled):not(.chat-launcher) {
  box-shadow: 0 0 0 1px #e9834933, 0 5px 16px #dc76251c;
  transition: background .18s, color .18s, box-shadow .18s;
}
.button:not(:disabled):hover, .application-download-button:hover,
button:not(:disabled):not(.chat-launcher):hover {
  box-shadow: 0 0 0 2px #ee82486b, 0 7px 22px #dc762538;
}
.footer-grid > div > a:not(.brand), .footer-bottom a,
.text-link, .header-contact, .contacts-grid article > a {
  border: 1px solid #f0c5a8;
  border-radius: 12px;
  background: #fff0e4;
  color: #78370f;
  padding: 10px 14px;
  text-decoration: none;
  box-shadow: 0 3px 12px #d8782410;
  transition: background .18s, border-color .18s, box-shadow .18s, color .18s;
}
.footer-grid > div > a:not(.brand) { margin-bottom: 9px; }
.footer-grid > div > a:not(.brand):hover, .footer-bottom a:hover,
.text-link:hover, .header-contact:hover, .contacts-grid article > a:hover {
  background: #ffdbbd;
  border-color: #ee8248;
  color: #57260b;
  text-decoration: none;
  box-shadow: 0 0 0 2px #ee824826, 0 5px 16px #dc762526;
}
.header nav a { background: #fff3e9; border-radius: 9px; padding-inline: 10px; }
.header nav a:hover, .header nav a[aria-current] { background: #ffdbbd; color: #78370f; }
.header nav { gap: 14px; }
.request-person .telegram-manager { padding: 9px 12px; }
.button:disabled, button:disabled { box-shadow: none; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #b04a16;
  outline-offset: 4px;
}
@media (max-width: 1100px) { .header nav.open { gap: 7px; } }
@media (prefers-reduced-motion: reduce) {
  .button, button, .text-link, .footer-grid a, .footer-bottom a { transition: none; }
}

/* Heading accents distinguish section titles from clickable controls. */
h1, h2, h3 { color: #843a17; }
.product-copy h1, .page-hero h1, .request-copy h2,
.section h2, .telegram-panel h2, .form-heading h3 {
  text-decoration: none;
}
.footer-grid h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #843a17;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 20px;
}
.footer-grid h2::before {
  content: '';
  width: 5px;
  height: 22px;
  border-radius: 4px;
  background: #ee8248;
  flex-shrink: 0;
}
.eyebrow { color: #93431e; font-weight: 600; }
.application-download h3 { color: #292019; text-decoration: none; }
@media (max-width: 600px) { .footer-grid h2 { font-size: 15px; } }

/* Green submission action; disabled state remains visibly softer. */
.button.submit { background: #16834a; border-color: #16834a; color: #fff; }
.button.submit:not(:disabled) { box-shadow: 0 0 0 1px #16834a26, 0 5px 16px #16834a24; }
.button.submit:not(:disabled):hover { background: #106b3b; border-color: #106b3b; color: #fff; box-shadow: 0 0 0 2px #16834a45, 0 7px 22px #16834a30; }
.button.submit:disabled { background: #d3eddd; border-color: #bddfc9; color: #426b52; box-shadow: none; }
.button.submit:focus-visible { outline-color: #106b3b; }

.action-plane { display: inline-block; width: 1.15em; height: 1.15em; min-width: 1.15em; flex-shrink: 0; vertical-align: -.16em; margin-inline-start: .3em; }
.button .action-plane, .application-download-button .action-plane { width: 22px; height: 22px; }

/* Flat route illustration and labels frame the interactive 3D cargo. */
.product-hero { background: #faf7f2; }
.route-art { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.scene-watermark { display: none; }
.scene-label { position: absolute; z-index: 2; pointer-events: none; padding: 12px 16px; border: 1px solid #d9cabc; background: #fffdf7; border-radius: 6px; box-shadow: 4px 4px 0 #ead9c8; }
.scene-label span { display: block; font-size: 8px; letter-spacing: .12em; color: #796654; margin-bottom: 5px; }
.scene-label strong { font-size: 12px; font-weight: 600; color: #333128; }
.scene-label-origin { top: 62px; left: 8%; transform: rotate(-5deg); }
.scene-label-cargo { right: 8%; bottom: 137px; transform: rotate(4deg); }
.product-kicker { color: #76523a; }
.product-proof { border-top: 1px dashed #cdb99f; }
.flat-service-icon { display: grid; place-items: center; width: 56px; height: 56px; flex: 0 0 56px; border: 1px solid #d6bb9e; border-radius: 14px; background: #ffe7cc; color: #8b4b22; box-shadow: 3px 3px 0 #ead9c8; }
.flat-service-icon .service-icon { width: 32px; height: 32px; }
.logistics-story, .supply-story { background: #faf7f2; }
.possibilities .catalogue-entry > span { background: #fff0dc; border-color: #d6bb9e; box-shadow: 3px 3px 0 #ead9c8; }
.page-hero { background-color: #faf7f2; }
@media (max-width: 600px) {
  .scene-label { padding: 8px 10px; }
  .scene-label-origin { top: 18px; left: 6%; }
  .scene-label-cargo { right: 5%; bottom: 114px; }
  .scene-label strong { font-size: 10px; }
  .scene-label span { font-size: 7px; }
  .flat-service-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 10px; }
  .flat-service-icon .service-icon { width: 25px; height: 25px; }
  .logistics-services .service-feature { gap: 12px; }
}

/* Dark sections need their own heading and action contrast. */
.journey-section h2, .journey-section h3, .film-dialog h2, .film-dialog h3 { color: #ffd1ac; }
.journey-section .text-link { color: #78370f; background: #fff0e4; border-color: #f0c5a8; }
.journey-section .text-link:hover { color: #57260b; background: #ffdbbd; border-color: #ee8248; }

/* Illustrated shopping stories and tactile details. */
.purchase-scenes { padding: 88px 0; background: #fffdf9; }
.purchase-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px 64px; align-items: end; margin-bottom: 42px; }
.purchase-heading .eyebrow { grid-column: 1/-1; margin: 0; }
.purchase-heading h2 { font-size: clamp(32px,4vw,54px); margin: 0; }
.purchase-heading > p:last-child { max-width: 370px; margin: 0; color: #63656e; line-height: 1.7; }
.purchase-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.purchase-scene { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e4d8c8; border-radius: 26px; padding: 26px; background: #f7ecdd; color: #333a36; transition: transform .25s,box-shadow .25s; }
.scene-tech { background: #e7efec; border-color: #d2dfd9; }
.scene-parcel { background: #fce5d4; border-color: #ecd3bf; }
.scene-caption { font-size: 10px; font-weight: 600; letter-spacing: .1em; z-index: 1; }
.cargo-art { display: block; width: 100%; height: auto; }
.purchase-scene > .cargo-art { margin: 8px 0 18px; transition: transform .4s; }
.purchase-scene > div { margin-top: auto; }
.purchase-scene h3 { font-size: 27px; line-height: 1.15; color: #283e36; margin-bottom: 12px; }
.purchase-scene p { font-size: 14px; line-height: 1.65; color: #526059; margin-bottom: 22px; }
.scene-action { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #673312; }
.purchase-scene::after { content: ''; position: absolute; width: 60px; height: 60px; border: 1px dashed #839e8b66; border-radius: 50%; top: 20px; right: -24px; pointer-events: none; }
@media (hover:hover) {
 .purchase-scene:hover { transform: translateY(-6px); box-shadow: 0 18px 28px #554a3314; }
 .purchase-scene:hover > .cargo-art { transform: translateY(-5px) rotate(-3deg); }
 .catalogue-entry:hover .cargo-art { transform: translateY(-3px) rotate(4deg); }
 .film-image img { transition: transform .4s; }
 .film-card:hover .film-image img { transform: scale(1.025); }
}
.possibilities .catalogue-entry { gap: 20px; }
.catalogue-art { width: 102px; flex: 0 0 102px; border-radius: 18px; background: #f8eee1; }
.catalogue-art .cargo-art { transition: transform .3s; }
.possibilities .catalogue-entry:nth-child(3n+2) .catalogue-art { background: #eaf1ec; }
.possibilities .catalogue-entry h3 { flex: 1; }
.page-aside > .cargo-art { width: min(270px,100%); margin: 0 auto 20px; }
.journey-section { background-image: radial-gradient(#ffffff12 1px,transparent 1px); background-size: 23px 23px; }
.journey article::before { width: 13px; height: 13px; left: -7px; border-radius: 50%; border: 3px solid #202328; box-shadow: 0 0 0 1px #efae7f; }
.request-section { background-image: radial-gradient(#bc977324 1px,transparent 1px); background-size: 20px 20px; }
.faq-section details { padding-inline: 18px; border: 1px solid #e1e2e6; border-radius: 14px; margin-bottom: 10px; background: #fffdf9; }
.faq-section details[open] { background: #fff1e3; border-color: #e9ba94; }
.logistics-film, .film-image { border: 5px solid #fff; box-shadow: 0 12px 30px #54432a12; }
@media (max-width: 900px) {
 .purchase-gallery { gap: 14px; }
 .purchase-scene { padding: 18px; }
 .purchase-scene h3 { font-size: 23px; }
 .catalogue-art { width: 72px; flex-basis: 72px; }
}
@media (max-width: 600px) {
 .purchase-scenes { padding: 52px 0; }
 .purchase-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
 .purchase-gallery { grid-template-columns: 1fr; gap: 20px; }
 .purchase-scene { padding: 24px; }
 .purchase-scene > .cargo-art { max-width: 280px; align-self: center; margin-block: 0 12px; }
 .purchase-scene h3 { font-size: 27px; }
 .catalogue-art { width: 64px; flex-basis: 64px; }
 .possibilities .catalogue-entry { gap: 12px; }
 .possibilities .catalogue-entry h3 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
 .purchase-scene, .purchase-scene > .cargo-art, .catalogue-art .cargo-art, .film-image img { transition: none; transform: none; }
 .purchase-scene:hover, .purchase-scene:hover > .cargo-art, .catalogue-entry:hover .cargo-art { transform: none; }
}

/* Consistent Telegram identity on every Telegram destination. */
a[href^="https://t.me/"] { display: inline-flex; align-items: center; gap: 9px; }
a[href^="https://t.me/"] .tg-label { min-width: 0; }
.tg-icon { display: inline-block; width: 25px; height: 25px; flex: 0 0 25px; }
.bot-icon { display: inline-block; width: 30px; height: 30px; flex: 0 0 30px; }
a.button[href="https://t.me/ussuri_cargo_bot"] { gap: 12px; background: #146b98; border-color: #146b98; color: white; }
a.button[href="https://t.me/ussuri_cargo_bot"]:hover { background: #10577c; color: white; }
.header nav .tg-icon { width: 20px; height: 20px; flex-basis: 20px; }
.header nav .bot-icon { width: 23px; height: 23px; flex-basis: 23px; }
.header-contact .tg-icon { width: 22px; height: 22px; flex-basis: 22px; }
.header-contact[href^="https://t.me/"] { flex-direction: row; }
@media (max-width: 900px) { .header-contact[href^="https://t.me/"] { display: none; } }

/* Short brand entrance, followed by motion only on interaction. */
.brand-emblem { position: relative; display: block; width: 43px; height: 43px; flex: 0 0 43px; border-radius: 50%; overflow: hidden; isolation: isolate; transition: transform .4s ease, box-shadow .4s ease; }
.brand .brand-emblem img { display: block; width: 100%; height: 100%; }
.header .brand-emblem { animation: brand-arrive .8s cubic-bezier(.2,.7,.3,1) both; }
.brand-emblem::after { content: ''; position: absolute; inset: -30%; background: linear-gradient(110deg,transparent 35%,#fff9 49%,transparent 63%); transform: translateX(-120%); pointer-events: none; }
.header .brand-emblem::after { animation: brand-shine 1.1s ease .8s both; }
.brand:focus-visible .brand-emblem { transform: rotate(-7deg) scale(1.08); box-shadow: 0 4px 16px #db7e4933; }
@media (hover:hover) {
 .brand:hover .brand-emblem { transform: rotate(-7deg) scale(1.08); box-shadow: 0 4px 16px #db7e4933; }
 .brand:hover .brand-emblem::after { animation: brand-shine .9s ease both; }
}
@keyframes brand-arrive { from { opacity: 0; translate: 0 6px; scale: .85; rotate: -14deg; } to { opacity: 1; translate: 0 0; scale: 1; rotate: 0deg; } }
@keyframes brand-shine { from { transform: translateX(-120%); } to { transform: translateX(120%); } }
@media (max-width: 600px) { .brand-emblem { width: 37px; height: 37px; flex-basis: 37px; } }
@media (prefers-reduced-motion: reduce) {
 .header .brand-emblem, .header .brand-emblem::after, .brand:hover .brand-emblem::after { animation: none; }
 .brand-emblem { transition: none; }
 .brand:hover .brand-emblem, .brand:focus-visible .brand-emblem { transform: none; }
 .brand-emblem::after { display: none; }
}

.contact-request-panel { max-width: 860px; padding-block: 20px; }
.contact-request-panel h2 { font-size: clamp(28px,4vw,48px); }
.contact-request-panel > p { margin-block: 20px; line-height: 1.7; }
.contact-request-panel small { color: #63656e; }
.chat-dialog .contact-request-panel h2 { font-size: 26px; }
.chat-dialog .contact-request-panel .hero-actions { flex-direction: column; align-items: stretch; }

/* Original rendered cargo icons: shared palette, transparent surfaces. */
.cargo-art-3d { object-fit: contain; aspect-ratio: 1; filter: drop-shadow(0 10px 8px #3e34201c); }
.catalogue-art { background: radial-gradient(ellipse at 50% 75%,#e9d9c4 0%,#fff7eb 64%); padding: 5px; border: 1px solid #e8dccb; box-shadow: inset 0 1px 0 #fff; }
.possibilities .catalogue-entry:nth-child(3n+2) .catalogue-art { background: radial-gradient(ellipse at 50% 75%,#cbded4 0%,#f1f8f3 64%); }
.purchase-scene > .cargo-art-3d { width: 100%; max-height: 290px; margin: 8px auto 20px; }
@media (prefers-reduced-motion:no-preference) {
 .purchase-scene > .cargo-art-3d { animation: cargo-icon-float 5.5s ease-in-out infinite; }
 .scene-tech > .cargo-art-3d { animation-delay: -1.8s; }
 .scene-parcel > .cargo-art-3d { animation-delay: -3.6s; }
 .catalogue-entry:hover .cargo-art-3d, .catalogue-entry:focus-visible .cargo-art-3d { transform: translateY(-5px) rotate(-4deg) scale(1.07); }
}
@keyframes cargo-icon-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }
@media(max-width:600px) { .catalogue-art { width:80px; flex-basis:80px; } .purchase-scene > .cargo-art-3d { max-height:230px; } }
/* Unified dimensional UI icons: actions, services and messenger links. */
.ui-icon-3d { object-fit:contain; flex-shrink:0; vertical-align:middle; filter:drop-shadow(0 3px 2px #382a201a); }
.action-plane.ui-icon-3d { width:32px; height:32px; min-width:32px; margin-inline-start:4px; }
.button .action-plane.ui-icon-3d, .application-download-button .action-plane.ui-icon-3d { width:34px; height:34px; }
.catalogue-entry > span .action-plane.ui-icon-3d { width:30px; height:30px; min-width:30px; margin:0; }
.logistics-services .action-plane.ui-icon-3d { width:40px; height:40px; }
.flat-service-icon { width:72px; height:72px; flex-basis:72px; border-radius:20px; background:linear-gradient(145deg,#fffaf2,#f4e1c8); box-shadow:inset 0 2px 0 #fff,0 5px 12px #59422a12; }
.flat-service-icon .service-icon.ui-icon-3d { width:66px; height:66px; }
.tg-icon.ui-icon-3d { width:32px; height:32px; flex-basis:32px; }
.bot-icon.ui-icon-3d { width:38px; height:38px; flex-basis:38px; }
.header nav .tg-icon.ui-icon-3d, .header-contact .tg-icon.ui-icon-3d { width:27px; height:27px; flex-basis:27px; }
.header nav .bot-icon.ui-icon-3d { width:30px; height:30px; flex-basis:30px; }
.chat-launcher .chat-icon { width:36px; height:36px; }
.button > .submit-label { font-size:inherit; line-height:inherit; }
.film-play { background:radial-gradient(circle at 35% 25%,#fff,#ffe5bd); border:1px solid #d9b691; box-shadow:inset 0 2px 1px #fff,0 4px 0 #bc9064,0 8px 14px #0003; color:#8b431a; text-shadow:0 1px #fff; }
.faq-section summary > span { display:inline-grid; place-items:center; min-width:28px; height:28px; border-radius:9px; background:linear-gradient(145deg,#fff8ed,#f5d8b3); box-shadow:inset 0 1px #fff,0 2px 0 #c89d73; color:#813d18; }
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
 a .ui-icon-3d, button .ui-icon-3d { transition:transform .25s ease,filter .25s ease; }
 a:hover > .action-plane.ui-icon-3d, a:hover > span > .action-plane.ui-icon-3d, button:hover > .action-plane.ui-icon-3d { transform:translate(3px,-3px) rotate(-6deg); filter:drop-shadow(-2px 6px 3px #382a2033); }
 .service-feature:hover .service-icon.ui-icon-3d { transform:translateY(-4px) rotate(-4deg); }
 a:hover > .bot-icon.ui-icon-3d, .chat-launcher:hover .chat-icon { transform:translateY(-2px) rotate(7deg); }
}
@media(max-width:600px) {
 .flat-service-icon { width:56px; height:56px; flex-basis:56px; border-radius:16px; }
 .flat-service-icon .service-icon.ui-icon-3d { width:52px; height:52px; }
 .logistics-services .action-plane.ui-icon-3d { width:30px; height:30px; min-width:30px; }
 .action-plane.ui-icon-3d { width:28px; height:28px; min-width:28px; }
}
