@font-face {
  font-family: 'Golos Text';
  src: url('/assets/fonts/golos-text-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/assets/fonts/roboto-condensed-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font: 'Golos Text', 'Segoe UI', sans-serif;
  --heading: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  --blue: #087eaf;
  --blue-dark: #075f96;
  --paper: #fff;
  --surface: #f1f6f9;
  --white: #fff;
  --ink: #173247;
  --muted: #506574;
  --line: #dbe4ea;
  --accent: #ed7b39;
  --accent-hover: #f49459;
  --accent-ink: #a84216;
  --dark: #10334d;
  --success: #236341;
  --error: #af302b;
  --radius: 2px;
  --space: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 165px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.65 var(--font); }
::selection { color: var(--ink); background: #f4b389; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
img, video { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #217b9b; outline-offset: 5px; }
h1, h2, h3, p { margin: 0 0 24px; }
h1, h2, h3 { font-family: var(--heading); font-weight: 600; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(36px, 4vw, 56px); letter-spacing: -.015em; }
h2 { font-size: clamp(30px, 3.2vw, 42px); letter-spacing: -.015em; }
h3 { font-size: 25px; letter-spacing: -.01em; line-height: 1.25; }
p { color: var(--muted); }
em { font-style: normal; font-weight: inherit; color: var(--accent-ink); }
.keep-together { white-space: nowrap; }
small { font-size: 14px; }
.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 64px; }
.eyebrow { display: block; color: var(--blue-dark); font-size: 12px; font-weight: 500; letter-spacing: .09em; line-height: 1.6; margin-bottom: 24px; }
.section-head { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.section-head h2 { margin: 0; }
.section-head > p { max-width: 410px; margin: 0 0 4px auto; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding-block: 10px; font-size: 15px; font-weight: 500; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #8d9890; transition: color .18s; }
.text-link:hover { color: var(--accent-ink); }
.section-link { margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; border: 1px solid transparent; border-radius: var(--radius); padding: 15px 22px; background: var(--accent); color: #1e241f; font-family: var(--heading); font-size: 18px; font-weight: 600; line-height: 1.4; transition: background .18s, border-color .18s, transform .18s; }
.button > span { font-size: 23px; line-height: 1; }
.button:hover { background: var(--accent-hover); }
.button:active { transform: translateY(1px); }
.button.small { min-height: 48px; padding: 12px 18px; font-size: 17px; }
.button.dark { background: var(--dark); color: white; }
.button.dark:hover { background: #175777; }
.button.blue { color: white; background: var(--blue-dark); }
.button.blue:hover { background: #084b78; }
.button.outline { background: transparent; border-color: #858f85; }
.button.outline:hover { background: #e5f0f7; }
.button:disabled { color: #526573; background: #dce4e9; border-color: #dce4e9; transform: none; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; background: white; padding: 16px; }
.skip:focus { top: 8px; }

/* Corporate navigation, contact strip and full-width customer footage. */
.preview { padding: 5px 16px; background: #e8edf1; text-align: center; color: #455d6d; font-size: 11px; }
.utility-bar { background: #f0f4f7; border-bottom: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.utility-bar .wrap, .utility-bar .wrap > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar a { display: inline-flex; align-items: center; min-height: 44px; }
.utility-bar a:hover { color: var(--blue-dark); text-decoration: underline; }
.header { position: sticky; top: 0; z-index: 20; background: white; border-bottom: 1px solid var(--line); }
.header-inner { height: 94px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.brand > span { font-family: var(--heading); font-size: 24px; font-weight: 700; line-height: 1.2; }
.brand small { display: block; color: var(--muted); margin-top: 5px; font-family: var(--font); font-size: 10px; font-weight: 400; letter-spacing: .1em; }
.header-info { margin-left: auto; }
.header-info, .header-contact { display: flex; flex-direction: column; justify-content: center; min-height: 52px; border-left: 2px solid #c9e3ef; padding-left: 18px; }
.header-info span, .header-contact span { font-size: 11px; color: var(--muted); }
.header-info strong, .header-contact strong { font-family: var(--heading); font-size: 20px; font-weight: 600; }
.header-info:hover, .header-contact:hover { color: var(--blue); }
.navigation-bar { background: var(--blue-dark); }
.header nav { display: flex; align-items: stretch; gap: 32px; }
.header nav a { display: flex; align-items: center; min-height: 54px; color: white; font-family: var(--heading); font-size: 18px; border-bottom: 3px solid transparent; padding: 8px 0 5px; }
.header nav a:hover, .header nav a[aria-current] { border-color: #ffc18d; color: #ffe0c6; }
.header nav .nav-account { margin-left: auto; font-size: 16px; }
.header nav .mobile-contact, .menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; background: #102f49; color: white; }
.hero-film { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #071e35f5 5%, #092e46e6 38%, #0a2e4680 73%, #0a2e4666); }
.hero-content { padding-top: 54px; padding-bottom: 18px; }
.hero-copy { max-width: 750px; }
.hero-brand { display: block; color: #d8e8f1; font-family: var(--font); font-size: 12px; font-weight: 500; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; margin-bottom: 22px; }
.hero h1 { font-size: clamp(50px, 4.9vw, 70px); font-weight: 650; letter-spacing: -.02em; line-height: 1.03; margin-bottom: 22px; text-wrap: initial; }
.hero h1 em { color: white; }
.hero-lead .hero-explanation { max-width: 580px; font-size: 20px; color: #edf4f8; line-height: 1.5; margin-bottom: 22px; }
.hero-checks { padding: 0; margin: 0; list-style: none; }
.hero-checks li { position: relative; padding-left: 30px; margin: 10px 0; color: #e5eff5; font-size: 14px; }
.hero-checks li::before { content: ''; position: absolute; width: 14px; height: 14px; left: 0; top: 4px; border: 1px solid #a5d5eb; border-radius: 50%; }
.hero-checks li::after { content: ''; position: absolute; left: 5px; top: 7px; width: 4px; height: 6px; border: solid white; border-width: 0 1px 1px 0; transform: rotate(45deg); }
.hero-lead .hero-actions { margin-top: 26px; gap: 28px; }
.hero-secondary { display: inline-flex; align-items: center; min-height: 48px; font-size: 14px; border-bottom: 1px solid #b8d6e3; }
.hero-secondary:hover { color: #ffd9bb; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; border-top: 1px solid #ffffff30; padding-top: 8px; }
.hero-bottom > p { font-size: 11px; color: #d5e5ef; margin: 0; }
.motion-toggle { flex-shrink: 0; min-height: 44px; border: 0; padding: 8px 0; background: none; color: white; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.motion-toggle:hover { color: #ffd9bb; }

.service-band { background: var(--blue); color: white; }
.service-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 26px; }
.service-feature { position: relative; display: flex; align-items: center; gap: 18px; min-height: 80px; padding: 8px 26px; border-right: 1px solid #ffffff50; }
.service-feature:first-child { padding-left: 0; }
.service-feature:last-child { padding-right: 0; border-right: 0; }
.service-icon { width: 44px; height: 44px; flex-shrink: 0; }
.service-feature h2 { font-size: 26px; margin: 0 0 6px; }
.service-feature p { color: white; margin: 0; font-size: 12px; line-height: 1.5; }
.feature-arrow { margin-left: auto; font-size: 22px; }
.service-feature:hover h2 { text-decoration: underline; text-underline-offset: 5px; }

.business-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 56px; align-items: start; }
.directions-sidebar { border: 1px solid var(--line); background: #f8fafc; }
.directions-sidebar > h2 { background: var(--blue-dark); color: white; font-size: 24px; padding: 17px 22px; margin: 0; }
.catalogue-entry { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 53px; padding: 13px 22px; border-bottom: 1px solid var(--line); transition: background .18s, color .18s; }
.catalogue-entry h3 { font-size: 20px; margin: 0; font-weight: 500; }
.catalogue-entry > span { font-size: 23px; color: var(--blue-dark); }
.catalogue-entry:hover { color: var(--blue-dark); background: #e6f2f8; }
.catalog-note { padding: 18px 22px 22px; background: #edf4f8; }
.catalog-note p { font-size: 13px; margin: 0; }
.catalog-note .text-link { color: var(--blue-dark); }
.catalog-note small { display: block; font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 6px; }
.business-copy { padding-top: 4px; }
.business-copy h2 { font-size: 44px; margin-bottom: 22px; }
.business-copy .eyebrow { margin-bottom: 18px; }
.business-lead { font-size: 18px; color: var(--ink); }
.business-copy > p { max-width: 790px; }
.business-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.business-facts strong { display: block; font-family: var(--heading); font-size: 25px; font-weight: 600; color: var(--blue-dark); }
.business-facts span { display: block; color: var(--muted); font-size: 12px; line-height: 1.6; margin-top: 6px; }
.business-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }

/* The film gallery loads only the selected clip. */
.films-section { background: var(--surface); border-block: 1px solid var(--line); }
.fieldwork-layout { display: block; }
.fieldwork-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; margin-bottom: 30px; }
.fieldwork-copy .eyebrow { grid-column: 1/-1; }
.fieldwork-copy h2 { grid-column: 1; grid-row: 2/4; margin: 0; }
.fieldwork-copy > p:not(.eyebrow) { grid-column: 2; margin-bottom: 4px; max-width: 540px; }
.fieldwork-copy > a { grid-column: 2; justify-self: start; }
.film-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.film-card { display: block; padding: 0; border: 0; background: transparent; text-align: left; width: 100%; color: var(--ink); }
.film-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.15; background: #303c40; }
.film-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.film-crating img { object-position: center 28%; }
.film-card:hover img { transform: scale(1.025); }
.film-time { position: absolute; top: 14px; left: 14px; font-size: 10px; padding: 5px 8px; background: #102029e8; color: white; }
.film-play { position: absolute; bottom: 16px; right: 16px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: white; color: var(--ink); padding-left: 3px; font-size: 14px; transition: background .18s; }
.film-card:hover .film-play { background: var(--accent); }
.film-caption { display: block; margin-top: 16px; }
.film-caption strong { display: block; font-family: var(--heading); font-size: 24px; font-weight: 600; }
.film-caption small { display: block; color: var(--muted); font-size: 13px; line-height: 1.5; margin-top: 4px; }
.film-dialog { width: min(960px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 24px; border: 1px solid #6a7a80; border-radius: 4px; background: var(--dark); color: white; }
.film-dialog::backdrop { background: #101b23eb; }
.film-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.film-dialog h3 { margin: 0; font-size: 24px; }
.film-close { min-width: 44px; min-height: 44px; padding: 10px 16px; border: 1px solid #839198; border-radius: var(--radius); background: transparent; color: white; font-size: 14px; }
.film-close:hover { background: #ffffff15; }
.film-dialog video { width: 100%; max-height: 65dvh; background: black; }
.film-dialog > p { color: #c1ccd0; font-size: 14px; margin: 16px 0 0; }
body:has(dialog[open]) { overflow: hidden; }

.supply-story { padding-block: 64px; background: white; }
.story-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.story-photo { position: relative; min-width: 0; }
.story-photo img { width: 100%; height: 370px; object-fit: cover; }
.story-photo > span { position: absolute; left: 16px; bottom: 16px; background: var(--paper); color: var(--ink); padding: 10px 14px; font-size: 10px; letter-spacing: .08em; }
.story-copy { min-width: 0; }
.story-copy h2 { font-size: clamp(32px, 3.2vw, 42px); }
.story-copy > p:not(.eyebrow) { max-width: 460px; }
.story-spec { margin: 0 0 16px; font-size: 14px; }
.story-spec > div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.story-spec dt { color: var(--muted); }
.story-spec dd { margin: 0; }
.niche-evidence { min-width: 260px; flex-basis: 38%; margin: 0; }
.niche-evidence img { width: 100%; height: 340px; object-fit: cover; }
.niche-evidence figcaption { margin-top: 10px; font-size: 12px; color: var(--muted); }
.page-intro:has(.niche-evidence) > div { flex: 1; }

.journey-section { background: var(--dark); color: white; padding-block: 64px; }
.journey-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 96px; }
.journey-intro .eyebrow { color: #b9c7cf; }
.journey-intro h2 em { color: #ffad7c; }
.journey-intro > p:not(.eyebrow) { color: #c7d1d6; max-width: 390px; }
.journey .text-link, .journey-intro .text-link { text-decoration-color: #86959d; color: #e7edf0; }
.journey .text-link:hover, .journey-intro .text-link:hover { color: #ffad7c; }
.journey article { position: relative; border-left: 1px solid #66747b; padding: 0 0 32px 32px; display: grid; grid-template-columns: 155px 1fr; gap: 20px; }
.journey article::before { content: ''; position: absolute; left: -4px; top: 8px; width: 7px; height: 7px; background: #ffad7c; }
.journey article:last-of-type { padding-bottom: 8px; border-color: transparent; }
.journey h3 { font-size: 23px; margin: 0; }
.journey p { color: #c7d1d6; margin: 0; font-size: 15px; }
.journey > a { margin: 24px 0 0 32px; }
.telegram-section { padding-block: 56px; border-bottom: 1px solid var(--line); background: white; }
.telegram-panel { display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; align-items: center; }
.telegram-panel h2 { font-size: 38px; margin: 0; }
.telegram-panel > div:last-child > p { max-width: 430px; }
.telegram-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 96px; }
details { border-top: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; min-height: 72px; cursor: pointer; font-size: 17px; font-weight: 500; line-height: 1.5; padding: 20px 0; }
summary::-webkit-details-marker { display: none; }
summary > span { font-size: 26px; font-weight: 400; flex-shrink: 0; }
details[open] > summary > span { transform: rotate(45deg); }
details > p { margin: 0 40px 24px 0; font-size: 16px; max-width: 65ch; }

/* Shared form */
.request-section { padding: 64px 0; background: #eaf2f7; border-top: 1px solid var(--line); }
.request-grid { display: grid; grid-template-columns: .9fr 1.3fr; grid-template-areas: 'copy form'; gap: 80px; align-items: start; }
.request-copy { grid-area: copy; padding-top: 12px; }
.request-copy h2 { font-size: clamp(32px, 3.2vw, 42px); margin-bottom: 24px; }
.request-copy > p { max-width: 370px; }
.request-person { display: flex; align-items: start; gap: 16px; margin-top: 36px; }
.person-monogram { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; background: #d7eaf4; font-size: 18px; }
.request-person strong, .request-person div > span { display: block; }
.request-person strong { font-weight: 500; }
.request-person div > span { color: var(--muted); font-size: 14px; margin-top: 2px; }
.excel-note { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 24px; max-width: 390px; }
.excel-note > span, .excel-note small { display: block; font-size: 14px; color: var(--muted); }
.excel-note > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 52px; font-size: 16px; font-weight: 500; }
.excel-note > a:hover { color: var(--accent-ink); }
.excel-note small { line-height: 1.6; margin-top: 4px; }
.request-form { grid-area: form; padding: 36px; background: white; border: 1px solid #cdd2d3; border-top: 3px solid var(--blue); border-radius: var(--radius); min-width: 0; }
.form-heading { margin-bottom: 28px; }
.form-heading h3 { font-size: 24px; margin-bottom: 8px; }
.form-heading p { font-size: 14px; margin: 0; }
.catalog-qualification { padding: 14px 16px; border-left: 2px solid var(--accent-ink); background: var(--surface); color: var(--ink); font-size: 14px; line-height: 1.6; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 22px; }
.required-mark { color: var(--accent-ink); }
.field-optional { font-size: 12px; font-weight: 400; color: var(--muted); }
input:not([type=checkbox]):not([type=hidden]), select, textarea { display: block; width: 100%; min-width: 0; min-height: 50px; margin-top: 8px; border: 1px solid #aebfc9; border-radius: var(--radius); background: #fff; color: var(--ink); padding: 12px; font-size: 16px; font-weight: 400; line-height: 1.5; transition: border-color .18s, box-shadow .18s; }
input::placeholder, textarea::placeholder { color: #647581; opacity: 1; }
textarea { resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #56798f; }
input:focus-visible, select:focus-visible, textarea:focus-visible { border-color: #217b9b; outline-offset: 2px; }
[aria-invalid=true] { border-color: var(--error) !important; }
.field-hint, .field-error { display: block; font-size: 13px; font-weight: 400; line-height: 1.5; margin-top: 8px; }
.field-hint { color: var(--muted); }
.field-error { color: var(--error); }
.field-error:empty { display: none; }
.optional-fields { margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.optional-fields summary { min-height: 52px; font-size: 14px; padding-block: 14px; }
.optional-fields[open] summary { margin-bottom: 12px; }
.optional-services { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.optional-services label { display: flex; align-items: center; gap: 10px; min-height: 44px; font-weight: 400; margin-bottom: 16px; }
.consent { display: flex; gap: 12px; align-items: flex-start; min-height: 44px; font-size: 13px; font-weight: 400; line-height: 1.6; margin-bottom: 14px; }
.consent input, .optional-services input { accent-color: var(--ink); width: 20px; height: 20px; margin: 2px 0 0; flex-shrink: 0; }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.consent a:hover { color: var(--accent-ink); }
.consent-hint { font-size: 13px; margin: 4px 0 16px; }
.submit { width: 100%; }
[aria-busy=true] .submit::after { content: ''; width: 17px; height: 17px; border: 2px solid #9ca694; border-top-color: var(--ink); border-radius: 50%; animation: spin .8s linear infinite; }
.form-status { font-size: 15px; line-height: 1.6; margin: 20px 0 0; border-radius: var(--radius); }
.form-status:empty { display: none; }
.form-status.success { padding: 16px; background: #e9f2e8; color: var(--success); border: 1px solid #b3cdb0; }
.form-status.error { padding: 16px; background: #fff1ee; color: var(--error); border: 1px solid #dfb1a9; }
.form-status a { display: block; margin-top: 8px; min-height: 44px; padding-top: 8px; text-decoration: underline; }
.honeypot { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
@keyframes spin { to { transform: rotate(360deg); } }

/* Inner pages share the grid, with readable document layouts. */
.page-hero { padding: 20px 0 52px; border-bottom: 1px solid var(--line); background: var(--surface); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 36px; font-size: 13px; color: var(--muted); }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.breadcrumbs a:hover { color: var(--accent-ink); }
.breadcrumbs span:last-child { overflow-wrap: anywhere; }
.page-intro { display: flex; align-items: end; justify-content: space-between; gap: 64px; }
.page-intro > div { max-width: 900px; min-width: 0; }
.page-hero h1 { font-size: clamp(38px, 4vw, 58px); max-width: 900px; }
.page-description { font-size: 18px; max-width: 720px; margin-bottom: 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 32px; margin-top: 28px; }
.page-aside { flex: 0 0 230px; padding: 28px; border-top: 3px solid var(--accent-ink); background: white; }
.page-aside .eyebrow { margin-bottom: 16px; }
.page-aside p { margin-bottom: 12px; color: var(--ink); }
.page-aside a { font-size: 14px; }
.request-page-hero { padding-bottom: 40px; }
.detail-grid, .process-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.detail-grid > div > p, .process-grid > div > p { max-width: 64ch; }
.product-list > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.product-list > div:first-child { border-top: 1px solid var(--line); }
.product-list h3 { font-size: 23px; margin: 0; }
.catalog-band { background: var(--surface); border-block: 1px solid var(--line); padding-block: 48px; }
.catalog-band .wrap { display: flex; justify-content: space-between; gap: 48px; align-items: center; }
.catalog-band h2 { font-size: 34px; margin-bottom: 16px; }
.catalog-band p { max-width: 700px; margin: 0; }
.catalog-band .button { flex-shrink: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.service-card { display: flex; flex-direction: column; padding: 28px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
a.service-card { transition: border-color .18s; }
a.service-card:hover { border-color: var(--accent-ink); }
.service-card h2, .service-card h3 { font-size: 27px; }
.service-card p { margin-bottom: 24px; }
.service-card > span:last-child { margin-top: auto; font-size: 15px; font-weight: 500; }
.about-panel { padding: 36px; background: var(--surface); border-radius: var(--radius); }
.about-panel p { padding-block: 16px; margin: 0; border-bottom: 1px solid var(--line); }
.about-panel a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 16px; text-decoration: underline; text-underline-offset: 6px; }
.step { padding: 24px 0; border-top: 1px solid var(--line); }
.step h2 { font-size: 26px; margin-bottom: 16px; }
.step p { margin: 0; }
.price-note { border-left: 3px solid var(--accent); padding: 20px 24px; background: var(--surface); margin: 32px 0 0; }
.contacts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.contacts-grid article { border-top: 2px solid var(--ink); padding-top: 28px; }
.contacts-grid h2 { font-size: 32px; }
.contacts-grid article > a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 6px; }
.contacts-grid article > a:hover { color: var(--accent-ink); }
.warehouse { display: grid; grid-template-columns: 1fr 1.8fr; gap: 48px; background: var(--surface); padding: 40px; border-left: 3px solid var(--accent-ink); margin-top: 56px; }
.warehouse p { overflow-wrap: anywhere; color: var(--ink); }
.warehouse small { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }
.document-nav { position: sticky; top: 168px; }
.document-nav a { display: flex; min-height: 44px; border-top: 1px solid var(--line); font-size: 14px; padding-block: 14px; line-height: 1.45; }
.document-nav a:hover { color: var(--accent-ink); }
.legal { max-width: 760px; min-width: 0; }
.legal h2 { font-size: 27px; margin-bottom: 16px; }
.legal p { font-size: 16px; max-width: 72ch; }
.legal section { margin-bottom: 36px; }
.legal .version { font-size: 13px; }
.draft-note { background: #faeddb; padding: 20px; border-left: 3px solid #b46b1e; }
.legal form { background: var(--surface); padding: 28px; margin-top: 40px; border-radius: var(--radius); }
.legal form h2 { font-size: 24px; }

/* Footer and optional analytics consent */
footer { background: var(--dark); color: #f2f4ed; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1.2fr 1.4fr; gap: 36px; }
footer .brand small, footer p { color: #c4d5e1; }
.footer-grid h2 { font-size: 13px; letter-spacing: .03em; color: #c4d5e1; line-height: 1.6; margin-bottom: 20px; }
.footer-grid > div > a:not(.brand) { display: flex; align-items: center; min-height: 44px; font-size: 14px; line-height: 1.4; }
.footer-grid > div > a:hover { color: #ffb687; }
.footer-grid p { margin: 24px 0 12px; font-size: 15px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: center; margin-top: 48px; padding-top: 20px; border-top: 1px solid #ffffff30; color: #c4d5e1; font-size: 12px; }
.footer-bottom > span { margin-right: auto; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom a:hover { text-decoration: underline; }
.analytics-choice { position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 30; display: flex; align-items: center; gap: 16px; padding: 20px; background: white; border: 1px solid var(--line); box-shadow: 0 4px 24px #19241a18; border-radius: var(--radius); font-size: 14px; }
.analytics-choice > span { margin-right: auto; }
.analytics-choice button { border: 1px solid #9ba892; min-height: 44px; padding: 10px 16px; border-radius: var(--radius); background: var(--surface); white-space: nowrap; }

/* Recompose at each breakpoint; mobile puts the action before the scenery. */
@media (max-width: 1150px) {
  html { scroll-padding-top: 112px; }
  .header-inner { height: 88px; gap: 24px; }
  .header-info { display: none; }
  .header-contact { margin-left: auto; }
  .navigation-bar { display: contents; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 10px 14px; border: 1px solid #aebfc9; border-radius: var(--radius); color: var(--blue-dark); background: white; font-size: 14px; }
  .menu-toggle i { width: 18px; height: 10px; border-block: 1px solid currentColor; }
  .menu-toggle[aria-expanded=true] { background: #eaf3f8; }
  .header nav { display: none; position: absolute; top: 88px; left: 0; right: 0; width: 100%; padding: 16px 32px 24px; background: var(--blue-dark); border-bottom: 1px solid var(--line); max-height: calc(100dvh - 88px); overflow: auto; }
  .header nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .header nav a { min-height: 50px; border-bottom: 1px solid #ffffff35; padding-block: 10px; }
  .header nav .nav-account { margin-left: 0; }
  .header nav .mobile-contact { display: flex; }
  .hero-content { padding-top: 46px; }
  .hero h1 { font-size: 62px; }
  .service-feature { padding-inline: 18px; gap: 12px; }
  .service-feature h2 { font-size: 23px; }
  .service-icon { width: 36px; height: 36px; }
  .feature-arrow { display: none; }
  .business-layout { grid-template-columns: 265px minmax(0, 1fr); gap: 36px; }
  .business-copy h2 { font-size: 38px; }
  .business-lead { font-size: 16px; }
  .business-facts { gap: 16px; }
  .business-facts strong { font-size: 23px; }
  .fieldwork-copy { column-gap: 40px; }

  .wrap { width: calc(100% - 64px); }
  .story-layout { gap: 40px; }
  .journey-layout, .faq-grid { gap: 56px; }
  .journey article { grid-template-columns: 1fr; gap: 12px; }
  .telegram-panel { gap: 48px; }
  .telegram-panel h2 { font-size: 36px; }
  .request-grid { grid-template-columns: .85fr 1.25fr; gap: 40px; }
  .request-form { padding: 28px; }
  .form-pair { grid-template-columns: 1fr; gap: 0; }
  .page-intro { gap: 40px; }
  .page-aside { flex-basis: 210px; }
  .page-hero h1 { font-size: 48px; }
  .detail-grid, .process-grid { gap: 48px; }
  .legal-layout { grid-template-columns: 230px 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 60px; }
}

@media (max-width: 850px) {
  .section { padding-block: 48px; }
  .utility-bar .wrap > span { display: none; }
  .utility-bar .wrap { justify-content: center; }
  .header-contact { display: none; }
  .header-cta { margin-left: auto; }
  .hero h1 { font-size: 56px; }
  .hero-copy { max-width: 650px; }
  .hero::before { background: linear-gradient(90deg, #071e35ed, #092e46bf); }
  .hero-lead .hero-explanation { font-size: 19px; }
  .service-feature { align-items: start; padding-inline: 16px; }
  .service-icon { width: 30px; height: 30px; }
  .service-feature h2 { font-size: 21px; }
  .business-layout { grid-template-columns: 235px minmax(0,1fr); gap: 28px; }
  .directions-sidebar > h2 { font-size: 22px; padding: 16px; }
  .catalogue-entry { padding-inline: 16px; }
  .catalogue-entry h3 { font-size: 19px; }
  .catalog-note { padding: 16px; }
  .business-copy h2 { font-size: 34px; }
  .business-facts { grid-template-columns: 1fr; gap: 14px; }
  .business-facts > div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: start; }
  .business-facts strong { font-size: 21px; }
  .business-facts span { margin-top: 2px; }
  .film-grid { grid-template-columns: 1fr 1fr; }
  .fieldwork-copy { column-gap: 32px; }

  .story-layout { grid-template-columns: 1fr 1fr; gap: 32px; }
  .story-photo img { height: 480px; }
  .story-copy h2 { font-size: 36px; }
  .story-spec > div { grid-template-columns: 1fr; gap: 2px; }
  .niche-evidence { flex-basis: 35%; min-width: 200px; }
  .journey-section { padding-block: 72px; }
  .journey-layout { gap: 40px; }
  .journey h3 { font-size: 22px; }
  .telegram-panel { grid-template-columns: 1fr; gap: 24px; }
  .telegram-panel > div:last-child { display: flex; gap: 32px; align-items: start; }
  .telegram-panel > div:last-child > p { flex: 1; margin: 0; }
  .telegram-actions { flex: 1; }
  .faq-grid, .detail-grid, .process-grid { grid-template-columns: 1fr; gap: 32px; }
  .request-grid { grid-template-columns: 1fr; grid-template-areas: 'form' 'copy'; gap: 32px; }
  .request-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .request-copy .eyebrow { grid-column: 1/-1; }
  .request-copy > h2, .request-copy > p { grid-column: 1; }
  .request-copy h2 { font-size: 40px; }
  .request-person { grid-column: 2; grid-row: 2; margin: 0; }
  .excel-note { grid-column: 2; grid-row: 3; margin-top: 0; }
  .form-pair { grid-template-columns: 1fr 1fr; gap: 20px; }
  .page-aside { display: none; }
  .page-hero h1 { font-size: 46px; }
  .services-grid { gap: 20px; }
  .service-card h2, .service-card h3 { font-size: 23px; }
  .catalog-band .wrap { gap: 28px; }
  .catalog-band h2 { font-size: 30px; }
  .contacts-grid { grid-template-columns: 1fr; gap: 28px; }
  .contacts-grid article { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .contacts-grid .eyebrow { grid-column: 1/-1; margin-bottom: 16px; }
  .contacts-grid article > a { grid-column: 2; }
  .contacts-grid h2 { font-size: 30px; }
  .warehouse { grid-template-columns: 1fr 1.5fr; gap: 28px; padding: 28px; }
  .warehouse h2 { font-size: 30px; }
  .legal-layout { grid-template-columns: 1fr; gap: 32px; }
  .document-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .document-nav .eyebrow { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .section { padding-block: 40px; }
  .utility-bar { display: none; }
  .header-inner { height: 76px; gap: 16px; }
  .brand { gap: 10px; }
  .brand img { width: 46px; height: 46px; }
  .brand > span { font-size: 21px; }
  .brand small { font-size: 9px; }
  .header-cta { display: none; }
  .menu-toggle { min-height: 44px; padding: 10px; margin-left: auto; }
  .header nav { top: 76px; padding: 12px 20px 20px; max-height: calc(100dvh - 76px); }
  .hero-content { padding-top: 36px; padding-bottom: 12px; }
  .hero h1 { font-size: 44px; line-height: 1.08; margin-bottom: 20px; }
  .hero-brand { font-size: 10px; line-height: 1.5; margin-bottom: 20px; letter-spacing: .06em; }
  .hero-lead .hero-explanation { font-size: 17px; line-height: 1.6; margin-bottom: 20px; }
  .hero-checks li { font-size: 13px; padding-left: 26px; margin-block: 12px; }
  .hero-lead .hero-actions { margin-top: 24px; gap: 10px; flex-direction: column; align-items: stretch; }
  .hero-lead .button { width: 100%; }
  .hero-secondary { justify-content: center; font-size: 13px; border: 1px solid #b4d3e4; }
  .hero-bottom { gap: 16px; margin-top: 24px; }
  .hero-bottom > p { font-size: 10px; max-width: 185px; }
  .motion-toggle { font-size: 11px; }
  .service-band-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .service-feature, .service-feature:first-child, .service-feature:last-child { padding: 18px 0; border-right: 0; min-height: 94px; border-bottom: 1px solid #ffffff45; align-items: center; gap: 18px; }
  .service-feature:last-child { border-bottom: 0; }
  .service-feature h2 { font-size: 24px; }
  .service-feature p { font-size: 12px; }
  .service-icon { width: 38px; height: 38px; }
  .feature-arrow { display: block; }
  .business-layout { grid-template-columns: 1fr; gap: 32px; }
  .business-copy { grid-row: 1; }
  .business-copy h2 { font-size: 34px; }
  .business-copy .eyebrow { font-size: 10px; }
  .business-facts > div { grid-template-columns: 120px 1fr; }
  .business-links { gap: 8px; }
  .business-links .button { width: 100%; }
  .catalogue-entry { min-height: 54px; padding-inline: 20px; }
  .catalogue-entry h3 { font-size: 22px; }
  .directions-sidebar > h2 { font-size: 26px; padding: 18px 20px; }
  .catalog-note { padding: 20px; }
  .fieldwork-copy { display: block; margin-bottom: 24px; }
  .fieldwork-copy h2 { margin-bottom: 18px; }
  .fieldwork-copy > p:not(.eyebrow) { font-size: 14px; }
  .film-grid { gap: 24px 16px; }

  html { scroll-padding-top: 88px; }
  .wrap { width: calc(100% - 40px); }
  h1 { font-size: 40px; }
  h2 { font-size: 38px; line-height: 1.12; }
  h3 { font-size: 23px; }
  .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .preview { font-size: 10px; padding: 5px 16px; }
  .supply-story { padding-block: 48px; }
  .story-layout { grid-template-columns: 1fr; gap: 32px; }
  .story-photo img { height: 240px; }
  .story-copy h2 { font-size: 38px; }
  .story-spec > div { grid-template-columns: 1fr 1.3fr; gap: 12px; }
  .niche-evidence { margin-top: 28px; }
  .niche-evidence img { height: 240px; }
  .page-intro:has(.niche-evidence) { display: block; }
  .film-image { aspect-ratio: .9; }
  .film-time { top: 8px; left: 8px; font-size: 9px; padding: 4px 6px; }
  .film-play { width: 40px; height: 40px; bottom: 12px; right: 12px; }
  .film-caption { margin-top: 12px; }
  .film-caption strong { font-size: 19px; }
  .film-caption small { font-size: 12px; }
  .film-dialog { padding: 16px; }
  .film-dialog-head { gap: 12px; margin-bottom: 16px; }
  .film-dialog h3 { font-size: 20px; }
  .film-close { padding: 10px; font-size: 13px; }
  .film-dialog > p { font-size: 13px; }
  .journey-section { padding-block: 56px; }
  .journey-layout { grid-template-columns: 1fr; gap: 32px; }
  .journey-intro > p:not(.eyebrow) { font-size: 15px; }
  .journey article { padding-left: 24px; gap: 12px; }
  .journey p { font-size: 15px; }
  .journey > a { margin-left: 24px; font-size: 14px; }
  .telegram-panel { gap: 24px; }
  .telegram-panel h2 { font-size: 32px; }
  .telegram-panel > div:last-child { display: block; }
  .telegram-panel > div:last-child > p { margin-bottom: 24px; font-size: 15px; }
  .telegram-actions { gap: 12px 24px; }
  .telegram-actions .button { width: 100%; }
  .faq-grid { gap: 28px; }
  summary { font-size: 16px; min-height: 72px; gap: 16px; }
  details > p { font-size: 15px; margin-right: 0; }
  .request-section { padding-block: 56px; }
  .request-copy { display: block; padding-top: 0; }
  .request-copy h2 { font-size: 38px; }
  .request-copy > p { font-size: 16px; max-width: 100%; }
  .request-person { margin-top: 28px; }
  .excel-note { margin-top: 28px; max-width: 100%; }
  .request-form { padding: 24px 20px; }
  .form-heading { margin-bottom: 24px; }
  .form-heading h3 { font-size: 22px; }
  .form-pair { grid-template-columns: 1fr; gap: 0; }
  label { font-size: 14px; }
  .optional-fields summary { font-size: 14px; }
  .consent { font-size: 13px; }
  .consent-hint { font-size: 12px; }
  .page-hero { padding: 16px 0 40px; }
  .breadcrumbs { margin-bottom: 24px; font-size: 12px; gap: 8px; }
  .page-hero h1 { font-size: 36px; line-height: 1.15; overflow-wrap: break-word; }
  .page-description { font-size: 16px; }
  .product-list h3 { font-size: 21px; }
  .catalog-band { padding-block: 36px; }
  .catalog-band .wrap { flex-direction: column; align-items: start; gap: 24px; }
  .catalog-band h2 { font-size: 30px; }
  .catalog-band p { font-size: 15px; }
  .catalog-band .button { width: 100%; }
  .services-grid { grid-template-columns: 1fr; gap: 0; }
  .service-card { border-bottom: 0; padding-block: 24px; }
  .service-card h2, .service-card h3 { font-size: 27px; }
  .service-card > span:last-child { min-height: 44px; display: flex; align-items: center; }
  .service-card:last-child { border-bottom: 1px solid var(--line); }
  .about-panel { padding: 24px; }
  .contacts-grid article { display: block; }
  .contacts-grid h2 { margin-bottom: 16px; }
  .contacts-grid p { margin-bottom: 12px; }
  .warehouse { grid-template-columns: 1fr; padding: 24px; gap: 12px; margin-top: 36px; }
  .warehouse h2 { margin-bottom: 12px; }
  .warehouse p { font-size: 15px; }
  .document-nav { grid-template-columns: 1fr; }
  .document-nav .eyebrow { margin-bottom: 16px; }
  .legal h2 { font-size: 24px; }
  .legal p { font-size: 16px; }
  .legal form { padding: 24px 20px; }
  .legal form h2 { font-size: 22px; }
  .legal section { margin-bottom: 28px; }
  .draft-note { padding: 16px; }
  footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-grid h2 { font-size: 13px; margin-bottom: 12px; }
  .footer-grid > div > a:not(.brand) { font-size: 13px; }
  .footer-grid > div:last-child > a { font-size: 14px; }
  .footer-bottom { display: block; margin-top: 32px; font-size: 12px; }
  .footer-bottom > span { display: block; margin-bottom: 12px; }
  .footer-bottom a { display: flex; }
  .analytics-choice { flex-wrap: wrap; gap: 12px; padding: 16px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
