:root {
  --v2-navy: #071f3e;
  --v2-navy-2: #123454;
  --v2-gold: #d1a13f;
  --v2-gold-dark: #956a18;
  --v2-silver: #b9bdc1;
  --v2-cool: #e6f0f3;
  --v2-warm: #f3eee4;
  --v2-paper: #fff;
  --v2-bg: #f7f8f8;
  --v2-text: #142b45;
  --v2-muted: #637487;
  --v2-line: #d7dde2;
  --v2-max: 1280px;
  --v2-header: 82px;
  --v2-micro: 160ms;
  --v2-meso: 360ms;
  --v2-macro: 640ms;
  --v2-ease: cubic-bezier(0, 0, .2, 1);
  --v2-ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--v2-header) + 18px); }
body {
  margin: 0; min-width: 320px; overflow-x: hidden; color: var(--v2-text); background: var(--v2-bg);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--v2-gold); outline-offset: 4px; }
.v2-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.v2-container { width: min(calc(100% - 64px), var(--v2-max)); margin-inline: auto; }
.v2-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.v2-skip { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 18px; color: white; background: var(--v2-navy); transform: translateY(-160%); }
.v2-skip:focus { transform: translateY(0); }

/* Header */
.v2-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(185,189,193,.5); background: rgba(247,248,248,.94); backdrop-filter: blur(14px); }
.v2-header__inner { min-height: var(--v2-header); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.v2-brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.v2-brand__mark { position: relative; display: block; width: 44px; height: 52px; overflow: hidden; flex: 0 0 auto; }
.v2-brand__mark img { position: absolute; top: -41px; left: -67px; width: 174px; max-width: none; mix-blend-mode: multiply; }
.v2-brand__copy { display: grid; gap: 4px; text-transform: uppercase; }
.v2-brand__copy strong { color: var(--v2-navy); font-size: 13px; line-height: 1; letter-spacing: .1em; }
.v2-brand__copy small { display: flex; gap: 4px; font-size: 6.5px; line-height: 1; letter-spacing: .055em; white-space: nowrap; }
.v2-brand__copy b { color: var(--v2-navy); }
.v2-brand__copy em { color: var(--v2-gold-dark); font-style: normal; font-weight: 700; }
.v2-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 36px); }
.v2-nav a { position: relative; color: var(--v2-navy); font-size: 12px; }
.v2-nav a::after { content: ""; position: absolute; right: 100%; bottom: -9px; left: 0; height: 1px; background: var(--v2-gold); transition: right var(--v2-micro) ease-out; }
.v2-nav a:hover::after, .v2-nav a:focus-visible::after { right: 0; }
.v2-channels { display: flex; gap: 8px; }
.v2-channel { position: relative; isolation: isolate; min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; overflow: hidden; border: 0; color: var(--v2-navy); background: linear-gradient(135deg, #fff 0 76%, #edf1f3 76%); box-shadow: inset 0 0 0 1px rgba(7,31,62,.68), inset 0 0 0 4px var(--v2-bg); clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%); font-size: 10px; font-weight: 800; letter-spacing: .07em; transition: color var(--v2-micro), background var(--v2-micro), box-shadow var(--v2-micro), transform var(--v2-micro); }
.v2-channel::before { content: ""; position: absolute; z-index: -1; inset: 4px; border: 1px solid rgba(7,31,62,.14); clip-path: inherit; pointer-events: none; transition: border-color var(--v2-micro); }
.v2-channel::after { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 22px; height: 3px; background: var(--v2-gold); pointer-events: none; transition: width 220ms var(--v2-ease); }
.v2-channel > * { position: relative; z-index: 1; }
.v2-channel svg { width: 19px; height: 19px; }
.v2-channel__label { font-size: inherit; font-weight: 800; }
.v2-channel__logo { width: 22px; height: 22px; flex: 0 0 auto; }
.v2-channel:hover { color: white; background: var(--v2-navy); box-shadow: inset 0 0 0 1px var(--v2-navy), inset 0 0 0 4px rgba(255,255,255,.08); transform: translateY(-2px); }
.v2-channel:hover::before { border-color: rgba(255,255,255,.3); }
.v2-channel:hover::after { width: calc(100% - 9px); }
.v2-menu { display: none; }

/* Shared */
.v2-section { padding: clamp(96px, 9vw, 144px) 0; }
.v2-kicker { margin-bottom: 18px; color: var(--v2-gold-dark); font-size: 11px; font-weight: 800; line-height: 1; letter-spacing: .19em; text-transform: uppercase; }
.v2-section h2, .v2-request h2 { margin-bottom: 0; color: var(--v2-navy); font-size: clamp(42px, 5.1vw, 72px); font-weight: 750; line-height: .98; letter-spacing: -.045em; }
.v2-lead { color: var(--v2-muted); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.52; }
.v2-section-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr); gap: 80px; align-items: end; margin-bottom: clamp(56px, 6vw, 88px); }
.v2-section-head > p { max-width: 420px; margin: 0 0 4px; color: var(--v2-muted); font-size: 17px; line-height: 1.6; }
.v2-button { position: relative; min-height: 60px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 28px; overflow: hidden; border: 1px solid transparent; color: var(--v2-navy); background: none; cursor: pointer; font-size: 13px; font-weight: 800; line-height: 1; letter-spacing: .055em; transition: transform var(--v2-micro) ease-out, color var(--v2-micro), background var(--v2-micro), border-color var(--v2-micro); }
.v2-button span { transition: transform var(--v2-micro) ease-out; }
.v2-button:hover { transform: translateY(-2px); }
.v2-button:hover span { transform: translate(3px, 2px); }
.v2-button:active { transform: translateY(0); }
.v2-button--gold { background: var(--v2-gold); border-color: var(--v2-gold); }
.v2-button--gold:hover { background: #dfb252; border-color: #dfb252; }
.v2-button--outline { border-color: rgba(255,255,255,.5); color: white; }
.v2-button--outline:hover { border-color: white; background: rgba(255,255,255,.08); }

/* Hero */
.v2-hero { position: relative; min-height: min(820px, calc(100vh - var(--v2-header))); display: grid; overflow: hidden; color: white; background: var(--v2-navy); }
.v2-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, black, transparent 56%); }
.v2-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: clamp(38px, 6vw, 94px); align-items: center; padding-block: 76px 88px; }
.v2-hero__copy { position: relative; z-index: 3; }
.v2-hero .v2-kicker { color: #e2b657; }
.v2-hero h1 { margin-bottom: 34px; color: white; font-size: clamp(58px, 6.9vw, 102px); font-weight: 760; line-height: .88; letter-spacing: -.065em; }
.v2-hero h1 span { color: var(--v2-gold); }
.v2-hero__lead { max-width: 640px; margin-bottom: 36px; color: #d6dfe7; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.52; }
.v2-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.v2-hero__fact { display: flex; align-items: center; gap: 16px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.v2-hero__fact b { color: var(--v2-gold); font-size: 26px; font-weight: 500; }
.v2-hero__fact span { color: #c5d0da; font-size: 12px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.v2-hero__visual { position: relative; min-height: 620px; isolation: isolate; }
.v2-hero__photo { position: absolute; z-index: 2; inset: 28px 0 26px 48px; margin: 0; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 88%, 87% 100%, 0 100%); background: #193553; }
.v2-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(7,31,62,.32), transparent 50%), linear-gradient(to top, rgba(7,31,62,.45), transparent 36%); }
.v2-hero__photo img { height: 100%; object-fit: cover; object-position: 50% 52%; transition: transform 700ms var(--v2-ease-out); }
.v2-hero__visual:hover .v2-hero__photo img { transform: scale(1.025); }
.v2-frame { position: absolute; z-index: 1; pointer-events: none; }
.v2-frame--silver { inset: 0 30px 0 5px; border: 1px solid rgba(185,189,193,.72); transform: translate3d(0, var(--frame-y, 0), 0); }
.v2-frame--gold { z-index: 4; inset: auto -12px 0 34%; height: 42%; border-right: 2px solid var(--v2-gold); border-bottom: 2px solid var(--v2-gold); transform: translate3d(0, var(--gold-y, 0), 0); }
.v2-hero__stamp { position: absolute; z-index: 5; right: -8px; bottom: 58px; width: 158px; margin: 0; padding: 22px 22px 21px; color: var(--v2-navy); background: var(--v2-gold); }
.v2-hero__stamp span { display: block; margin-bottom: 6px; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.v2-hero__stamp strong { font-size: 20px; line-height: 1.08; text-transform: uppercase; }
.v2-hero__orbit { position: absolute; z-index: 0; top: -140px; right: -180px; width: 430px; height: 430px; border: 1px solid rgba(209,161,63,.3); border-radius: 50%; box-shadow: 0 0 0 55px rgba(185,189,193,.05), 0 0 0 110px rgba(185,189,193,.025); transform: translate3d(0, var(--orbit-y, 0), 0); }

/* Ticker */
.v2-ticker { overflow: hidden; color: var(--v2-navy); background: var(--v2-gold); border-block: 1px solid rgba(7,31,62,.35); }
.v2-ticker__track { width: max-content; display: flex; align-items: stretch; padding: 0; animation: v2-ticker 28s linear infinite; will-change: transform; }
.v2-ticker__group { flex: 0 0 max(100vw, 920px); display: flex; align-items: center; justify-content: space-around; gap: 30px; padding: 17px 30px; }
.v2-ticker span { font-size: 11px; font-weight: 850; letter-spacing: .12em; white-space: nowrap; }
.v2-ticker i { width: 5px; height: 5px; display: block; background: var(--v2-navy); transform: rotate(45deg); }
@keyframes v2-ticker { to { transform: translateX(-50%); } }

/* Service */
.v2-service { background: white; }
.v2-service__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); gap: clamp(56px, 7vw, 110px); align-items: center; }
.v2-service__media { position: relative; min-height: 650px; }
.v2-service__media figure { position: absolute; inset: 0 36px 52px 0; margin: 0; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%); }
.v2-service__media figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,31,62,.03), rgba(7,31,62,.36)); }
.v2-service__media img { height: 100%; object-fit: cover; }
.v2-service__media > p { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(70%, 390px); margin: 0; padding: 30px 34px; color: white; background: var(--v2-navy); }
.v2-service__media > p strong, .v2-service__media > p span { display: block; }
.v2-service__media > p strong { margin-bottom: 6px; font-size: 22px; }
.v2-service__media > p span { color: #bfcbd5; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.v2-media-corner { position: absolute; z-index: 4; top: -18px; left: -18px; width: 96px; height: 96px; border-top: 2px solid var(--v2-gold); border-left: 2px solid var(--v2-gold); }
.v2-service__copy h2 { margin-bottom: 34px; font-size: clamp(45px, 4.8vw, 68px); }
.v2-service__copy > .v2-lead { margin-bottom: 42px; }
.v2-commitments { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--v2-line); }
.v2-commitments li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--v2-line); color: var(--v2-muted); font-size: 14px; }
.v2-commitments svg { margin-top: 2px; color: var(--v2-gold-dark); }
.v2-commitments b { display: block; margin-bottom: 4px; color: var(--v2-navy); font-size: 17px; }

/* Directions */
.v2-directions { background: var(--v2-cool); }
.v2-bento { display: grid; grid-template-columns: 1fr 1fr 1.12fr; grid-template-rows: minmax(300px, auto) minmax(280px, auto); gap: 16px; }
.v2-card { position: relative; display: flex; flex-direction: column; min-height: 280px; padding: 36px; overflow: hidden; border: 1px solid rgba(7,31,62,.22); background: white; transition: transform var(--v2-micro), box-shadow var(--v2-micro); }
.v2-card::after { content: ""; position: absolute; top: 0; right: 100%; left: 0; height: 3px; background: var(--v2-gold); transition: right var(--v2-micro) ease-out; }
.v2-card:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(7,31,62,.08); }
.v2-card:hover::after { right: 0; }
.v2-card__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid currentColor; color: var(--v2-gold-dark); }
.v2-card h3 { margin: 46px 0 14px; color: var(--v2-navy); font-size: clamp(23px, 2.1vw, 31px); line-height: 1.05; letter-spacing: -.03em; }
.v2-card p { margin-bottom: 0; color: var(--v2-muted); font-size: 14px; line-height: 1.58; }
.v2-card > i { position: absolute; right: 24px; bottom: 24px; width: 34px; height: 34px; border-right: 1px solid var(--v2-gold); border-bottom: 1px solid var(--v2-gold); }
.v2-card--warm { background: var(--v2-warm); }
.v2-card--cool { background: #f7fbfc; }
.v2-card--navy { color: white; background: var(--v2-navy); }
.v2-card--navy h3 { color: white; }
.v2-card--navy p { color: #bfcbd6; }
.v2-card--navy .v2-card__icon { color: var(--v2-gold); }
.v2-card--line { grid-column: 1 / -1; justify-content: flex-end; background: transparent; }
.v2-card--line .v2-card__icon { margin-bottom: 40px; font-size: 24px; }
.v2-card--line a { position: absolute; right: 36px; top: 36px; color: var(--v2-gold-dark); font-size: 30px; }
.v2-bento__photo { position: relative; grid-row: span 2; min-height: 596px; overflow: hidden; background: var(--v2-navy); }
.v2-bento__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,31,62,.82), transparent 52%); }
.v2-bento__photo img { height: 100%; object-fit: cover; object-position: 60% center; transition: transform 700ms var(--v2-ease-out); }
.v2-bento__photo:hover img { transform: scale(1.03); }
.v2-bento__photo span { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.42); color: white; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v2-agri-card { position: relative; min-height: 280px; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(7,31,62,.22); background: var(--v2-navy); }
.v2-agri-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,31,62,.88), rgba(7,31,62,.08) 68%); }
.v2-agri-card img { height: 100%; object-fit: cover; transition: transform 700ms var(--v2-ease-out); }
.v2-agri-card:hover img { transform: scale(1.03); }
.v2-agri-card div { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; color: white; }
.v2-agri-card span { display: block; margin-bottom: 9px; color: #f0c568; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.v2-agri-card h3 { margin: 0; color: white; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.04; letter-spacing: -.035em; }

/* Process */
.v2-process { position: relative; overflow: hidden; color: white; background: var(--v2-navy); }
.v2-process::after { content: ""; position: absolute; top: -230px; right: -150px; width: 580px; height: 580px; border: 1px solid rgba(185,189,193,.11); border-radius: 50%; box-shadow: 0 0 0 74px rgba(185,189,193,.035), 0 0 0 148px rgba(185,189,193,.02); }
.v2-section-head--light { position: relative; z-index: 1; }
.v2-section-head--light h2 { color: white; }
.v2-section-head--light > p { color: #b8c5d0; }
.v2-process .v2-kicker { color: var(--v2-gold); }
.v2-route { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 58px; padding: 0; list-style: none; }
.v2-route::before, .v2-route::after { content: ""; position: absolute; z-index: -1; top: 68px; right: 0; left: 0; height: 1px; transform-origin: left; }
.v2-route::before { background: rgba(185,189,193,.38); }
.v2-route::after { background: var(--v2-gold); transform: scaleX(0); transition: transform 650ms var(--v2-ease-out); }
.v2-route.is-visible::after { transform: scaleX(1); }
.v2-route li { min-height: 330px; display: grid; grid-template-rows: 54px 30px 1fr; padding-right: clamp(22px, 4vw, 62px); }
.v2-route__number { color: #8fa0af; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.v2-route__point { width: 16px; height: 16px; display: block; margin-top: 7px; border: 4px solid var(--v2-navy); border-radius: 50%; background: var(--v2-silver); box-shadow: 0 0 0 1px var(--v2-silver); transition: background 220ms, box-shadow 220ms; }
.v2-route.is-visible li:last-child .v2-route__point { background: var(--v2-gold); box-shadow: 0 0 0 1px var(--v2-gold); animation: v2-pulse 360ms 600ms ease-out 1; }
@keyframes v2-pulse { 50% { transform: scale(1.22); } }
.v2-route h3 { margin: 35px 0 14px; color: white; font-size: clamp(22px, 2vw, 28px); line-height: 1.15; }
.v2-route p { max-width: 245px; margin: 0; color: #aebdca; font-size: 14px; line-height: 1.58; }
.v2-text-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 80px; padding-bottom: 9px; border-bottom: 1px solid var(--v2-gold); color: white; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.v2-text-link span { transition: transform var(--v2-micro); }
.v2-text-link:hover span { transform: translateX(4px); }

/* Benefits */
.v2-advantages { background: white; }
.v2-benefits { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid var(--v2-line); border-left: 1px solid var(--v2-line); }
.v2-benefits > article { position: relative; grid-column: span 4; min-height: 360px; padding: 38px; border-right: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); background: white; transition: background var(--v2-micro), transform var(--v2-micro); }
.v2-benefits > article:nth-child(2), .v2-benefits > article:nth-child(4) { background: var(--v2-warm); }
.v2-benefits > article:hover:not(.v2-benefits__media) { z-index: 2; transform: translateY(-2px); background: var(--v2-cool); }
.v2-benefits article > span { display: block; margin-bottom: 92px; color: var(--v2-gold-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.v2-benefits h3 { margin-bottom: 18px; color: var(--v2-navy); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.v2-benefits article > p { margin-bottom: 0; color: var(--v2-muted); font-size: 14px; line-height: 1.6; }
.v2-benefits__media { grid-column: span 4; grid-row: span 2; min-height: 720px !important; overflow: hidden; padding: 0 !important; background: var(--v2-navy) !important; }
.v2-benefits__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,31,62,.8), transparent 55%); }
.v2-benefits__media img { height: 100%; object-fit: cover; object-position: 58% center; transition: transform 700ms var(--v2-ease-out); }
.v2-benefits__media:hover img { transform: scale(1.03); }
.v2-benefits__media p { position: absolute; z-index: 2; right: 34px; bottom: 34px; left: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.4); color: white !important; font-size: 12px !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.v2-benefits > article:nth-child(4), .v2-benefits > article:nth-child(5) { grid-column: span 4; }

/* Team */
.v2-team { background: var(--v2-warm); }
.v2-team__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr); gap: 90px; align-items: center; }
.v2-team__copy h2 { margin-bottom: 32px; font-size: clamp(44px, 5vw, 70px); }
.v2-team__copy .v2-lead { max-width: 570px; }
.v2-team__scheme { position: relative; min-height: 570px; }
.v2-team__scheme::before { content: ""; position: absolute; inset: 78px; border: 1px solid rgba(7,31,62,.2); border-radius: 50%; }
.v2-team__scheme article { position: absolute; width: 170px; min-height: 110px; display: grid; align-content: center; padding: 20px; border: 1px solid var(--v2-silver); background: white; box-shadow: 0 14px 34px rgba(7,31,62,.06); }
.v2-team__scheme article:nth-child(2) { top: 22px; left: 50%; transform: translateX(-50%); }
.v2-team__scheme article:nth-child(3) { right: 0; bottom: 70px; }
.v2-team__scheme article:nth-child(4) { bottom: 70px; left: 0; }
.v2-team__scheme b { color: var(--v2-navy); font-size: 18px; }
.v2-team__scheme article > span { margin-top: 3px; color: var(--v2-muted); font-size: 12px; }
.v2-team__center { z-index: 2; top: 50% !important; left: 50% !important; width: 220px !important; height: 220px; place-content: center; transform: translate(-50%, -42%) !important; border: 0 !important; border-radius: 50%; color: white; background: var(--v2-navy) !important; box-shadow: 0 0 0 12px rgba(209,161,63,.16) !important; text-align: center; }
.v2-team__center span { margin: 0 0 10px !important; color: var(--v2-gold) !important; font-size: 9px !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.v2-team__center strong { font-size: 24px; line-height: 1.08; }

/* Request */
.v2-request { position: relative; padding: clamp(96px, 10vw, 150px) 0; overflow: hidden; color: white; background: var(--v2-navy); }
.v2-request::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,62,.98) 15%, rgba(7,31,62,.88) 68%, rgba(7,31,62,.74)), url("assets/v2/warehouse-logistics.jpg") center/cover; opacity: .88; }
.v2-request__grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, .7fr); gap: clamp(70px, 10vw, 150px); }
.v2-request .v2-kicker { color: var(--v2-gold); }
.v2-request h2 { margin-bottom: 34px; color: white; font-size: clamp(44px, 5.2vw, 72px); }
.v2-request__copy > p:not(.v2-kicker) { max-width: 650px; margin-bottom: 45px; color: #bdc9d4; font-size: 18px; line-height: 1.55; }
.v2-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 34px; font-style: normal; }
.v2-contacts div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.25); }
.v2-contacts span { display: block; margin-bottom: 7px; color: #91a3b2; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v2-contacts a, .v2-contacts strong, .v2-contacts p { color: white; font-size: 15px; font-weight: 650; line-height: 1.45; }
.v2-contacts p { margin: 0; }
.v2-contacts > div:nth-child(3) { grid-column: 1 / -1; }
.v2-form { align-self: start; display: grid; gap: 24px; padding: 42px; color: var(--v2-navy); background: white; border: 1px solid rgba(255,255,255,.5); box-shadow: 20px 20px 0 rgba(209,161,63,.16); }
.v2-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.v2-form label:not(.v2-consent):not(.v2-file) { display: grid; gap: 8px; }
.v2-form label > span { color: var(--v2-navy); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v2-form input:not([type="checkbox"]):not([type="file"]), .v2-form textarea { width: 100%; min-height: 52px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--v2-silver); border-radius: 0; outline: 0; color: var(--v2-navy); background: transparent; resize: vertical; transition: border-color var(--v2-micro); }
.v2-form textarea { min-height: 95px; }
.v2-form input:focus, .v2-form textarea:focus { border-color: var(--v2-gold); }
.v2-file { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 18px; border: 1px dashed var(--v2-silver); cursor: pointer; }
.v2-file input { position: absolute; opacity: 0; pointer-events: none; }
.v2-file small { color: var(--v2-muted); font-size: 10px; }
.v2-consent { display: flex; gap: 11px; align-items: flex-start; }
.v2-consent input { margin-top: 3px; accent-color: var(--v2-gold); }
.v2-consent span { color: var(--v2-muted) !important; font-size: 10px !important; font-weight: 500 !important; line-height: 1.45; letter-spacing: 0 !important; text-transform: none !important; }
.v2-consent a { text-decoration: underline; }
.v2-form .v2-button { width: 100%; }
.v2-form__status { min-height: 20px; margin: -8px 0 0; color: var(--v2-muted); font-size: 12px; }
.v2-form__status.is-error { color: #a02f2f; }
.v2-form [aria-invalid="true"] { border-color: #a02f2f !important; }

/* Footer */
.v2-footer { padding: 42px 0; color: var(--v2-muted); background: #eef1f3; border-top: 1px solid var(--v2-line); }
.v2-footer__grid { display: grid; grid-template-columns: auto 1fr auto auto; gap: 54px; align-items: center; }
.v2-footer p { max-width: 320px; margin: 0; font-size: 12px; }
.v2-footer__grid > div { display: grid; gap: 5px; font-size: 11px; }
.v2-footer__grid > div:last-child { text-align: right; }

/* Motion */
.v2-motion [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity var(--v2-meso) var(--v2-ease), transform var(--v2-meso) var(--v2-ease); transition-delay: var(--v2-delay, 0ms); }
.v2-motion [data-reveal="hero-media"] { clip-path: inset(0 0 100% 0); transform: none; transition-duration: var(--v2-macro); transition-timing-function: var(--v2-ease-out); }
.v2-motion [data-reveal="media"] { clip-path: inset(0 100% 0 0); transform: none; transition-duration: 480ms; }
.v2-motion [data-reveal="form"] { transform: translateX(20px); }
.v2-motion [data-reveal="route"] { transform: none; }
.v2-motion [data-reveal].is-visible { opacity: 1; transform: none; clip-path: inset(0); }
.v2-motion [data-reveal="cards"] > * { opacity: 0; transform: translateY(14px); transition: opacity 320ms var(--v2-ease), transform 320ms var(--v2-ease); }
.v2-motion [data-reveal="cards"].is-visible > * { opacity: 1; transform: none; }
.v2-motion [data-reveal="cards"].is-visible > *:nth-child(2) { transition-delay: 60ms; }
.v2-motion [data-reveal="cards"].is-visible > *:nth-child(3) { transition-delay: 120ms; }
.v2-motion [data-reveal="cards"].is-visible > *:nth-child(4) { transition-delay: 180ms; }
.v2-motion [data-reveal="cards"].is-visible > *:nth-child(5) { transition-delay: 240ms; }

@media (hover: hover) and (pointer: fine) {
  .v2-card__icon { transition: transform var(--v2-micro); }
  .v2-card:hover .v2-card__icon { transform: rotate(4deg); }
}

@media (max-width: 1100px) {
  .v2-nav { gap: 18px; }
  .v2-nav a { font-size: 11px; }
  .v2-channel { padding-inline: 9px; }
  .v2-channel--phone .v2-channel__label { display: none; }
  .v2-hero__grid { grid-template-columns: .95fr 1.05fr; }
  .v2-hero__visual { min-height: 540px; }
  .v2-service__grid { gap: 58px; }
  .v2-bento { grid-template-columns: 1fr 1fr; }
  .v2-bento__photo { grid-row: auto; min-height: 400px; }
  .v2-agri-card { aspect-ratio: auto; }
  .v2-card--line { grid-column: span 1; }
  .v2-benefits > article, .v2-benefits > article:nth-child(4), .v2-benefits > article:nth-child(5) { grid-column: span 6; }
  .v2-benefits__media { grid-column: span 6 !important; }
  .v2-team__grid { grid-template-columns: 1fr 1.15fr; gap: 40px; }
  .v2-footer__grid { grid-template-columns: auto 1fr auto; }
  .v2-footer__grid > div:last-child { grid-column: 2 / -1; display: flex; justify-content: flex-end; gap: 24px; }
}

@media (max-width: 900px) {
  :root { --v2-header: 72px; }
  .v2-container { width: min(calc(100% - 40px), var(--v2-max)); }
  .v2-header__inner { grid-template-columns: auto 1fr auto; }
  .v2-channels { margin-left: auto; }
  .v2-menu { position: relative; isolation: isolate; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; overflow: hidden; border: 0; color: var(--v2-navy); background: linear-gradient(135deg, #fff 0 76%, #edf1f3 76%); box-shadow: inset 0 0 0 1px rgba(7,31,62,.68), inset 0 0 0 4px var(--v2-bg); clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%); cursor: pointer; transition: color var(--v2-micro), background var(--v2-micro), box-shadow var(--v2-micro), transform var(--v2-micro); }
  .v2-menu::before { content: ""; position: absolute; z-index: -1; inset: 4px; border: 1px solid rgba(7,31,62,.14); clip-path: inherit; pointer-events: none; transition: border-color var(--v2-micro); }
  .v2-menu::after { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 18px; height: 3px; background: var(--v2-gold); pointer-events: none; transition: width 220ms var(--v2-ease); }
  .v2-menu > span:not(.v2-visually-hidden) { position: relative; z-index: 1; width: 20px; height: 1px; display: block; background: currentColor; transition: transform 180ms var(--v2-ease); }
  .v2-menu:hover { color: white; background: var(--v2-navy); box-shadow: inset 0 0 0 1px var(--v2-navy), inset 0 0 0 4px rgba(255,255,255,.08); transform: translateY(-2px); }
  .v2-menu:hover::before { border-color: rgba(255,255,255,.3); }
  .v2-menu:hover::after { width: calc(100% - 9px); }
  .v2-menu[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .v2-menu[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .v2-nav { position: fixed; z-index: 39; top: var(--v2-header); right: 0; left: 0; display: grid; gap: 0; padding: 12px 20px 22px; border-bottom: 1px solid var(--v2-line); background: var(--v2-bg); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform 220ms var(--v2-ease), opacity 220ms; }
  .v2-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .v2-nav a { padding: 15px 10px; border-bottom: 1px solid var(--v2-line); font-size: 13px; }
  .v2-nav a::after { display: none; }
  .v2-hero { min-height: auto; }
  .v2-hero__grid { grid-template-columns: 1fr; padding-block: 72px; }
  .v2-hero__copy { max-width: 700px; }
  .v2-hero__visual { min-height: 620px; }
  .v2-service__grid, .v2-team__grid, .v2-request__grid { grid-template-columns: 1fr; }
  .v2-service__media { min-height: 580px; }
  .v2-section-head { grid-template-columns: 1fr; gap: 26px; }
  .v2-route { grid-template-columns: 1fr; padding-left: 34px; }
  .v2-route::before, .v2-route::after { top: 0; right: auto; bottom: 0; left: 8px; width: 1px; height: auto; transform-origin: top; }
  .v2-route::after { transform: scaleY(0); }
  .v2-route.is-visible::after { transform: scaleY(1); }
  .v2-route li { min-height: 0; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; padding: 0 0 50px; }
  .v2-route__number { grid-column: 1; grid-row: 1; }
  .v2-route__point { position: absolute; left: 0; margin-left: 0; transform: translateX(-50%); }
  .v2-route li > div { grid-column: 2; grid-row: 1 / span 2; }
  .v2-route h3 { margin-top: 0; }
  .v2-route p { max-width: 500px; }
  .v2-team__copy { max-width: 720px; }
  .v2-request__grid { gap: 70px; }
  .v2-form { max-width: 680px; }
}

@media (max-width: 680px) {
  .v2-container { width: min(calc(100% - 32px), var(--v2-max)); }
  .v2-section { padding: 82px 0; }
  .v2-brand__copy { display: none; }
  .v2-brand__mark { width: 38px; height: 46px; }
  .v2-brand__mark img { top: -36px; left: -59px; width: 154px; }
  .v2-header__inner { gap: 8px; }
  .v2-header__inner > .v2-channels { display: flex; justify-content: flex-end; }
  .v2-header__inner > .v2-channels .v2-channel--mail { display: none; }
  .v2-header__inner > .v2-channels .v2-channel__label { display: inline; }
  .v2-menu { grid-column: 3; justify-self: end; }
  .v2-channels { gap: 4px; }
  .v2-channel { min-width: 40px; min-height: 40px; padding-inline: 8px; }
  .v2-menu { width: 40px; height: 40px; }
  .v2-hero__grid { gap: 48px; padding-block: 58px 66px; }
  .v2-hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .v2-hero__visual { min-height: 470px; }
  .v2-hero__photo { inset: 22px 0 24px 18px; }
  .v2-frame--silver { right: 16px; }
  .v2-frame--gold { right: -4px; }
  .v2-hero__stamp { right: -4px; bottom: 42px; width: 134px; padding: 17px; }
  .v2-hero__stamp strong { font-size: 17px; }
  .v2-actions { display: grid; }
  .v2-button { width: 100%; }
  .v2-section h2, .v2-request h2 { font-size: clamp(40px, 12vw, 58px); }
  .v2-service__media { min-height: 440px; }
  .v2-service__media figure { right: 16px; bottom: 42px; }
  .v2-service__media > p { width: 78%; padding: 22px; }
  .v2-media-corner { top: -10px; left: -8px; }
  .v2-bento { grid-template-columns: 1fr; }
  .v2-card--line { grid-column: span 1; }
  .v2-bento__photo { min-height: 460px; }
  .v2-card { min-height: 300px; padding: 28px; }
  .v2-benefits { grid-template-columns: 1fr; }
  .v2-benefits > article, .v2-benefits > article:nth-child(4), .v2-benefits > article:nth-child(5), .v2-benefits__media { grid-column: 1 !important; }
  .v2-benefits > article { min-height: 320px; padding: 30px; }
  .v2-benefits__media { min-height: 520px !important; grid-row: auto; }
  .v2-team__scheme { min-height: auto; display: grid; grid-template-columns: 1fr; gap: 10px; }
  .v2-team__scheme::before { display: none; }
  .v2-team__scheme article, .v2-team__scheme article:nth-child(n), .v2-team__center { position: static !important; width: 100% !important; min-height: 110px; transform: none !important; }
  .v2-team__center { height: 180px; border-radius: 0; }
  .v2-contacts { grid-template-columns: 1fr; }
  .v2-form { padding: 28px 22px; box-shadow: 10px 10px 0 rgba(209,161,63,.16); }
  .v2-form__row { grid-template-columns: 1fr; }
  .v2-file { grid-template-columns: 1fr; }
  .v2-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .v2-footer__grid > div:last-child { grid-column: auto; display: grid; justify-content: start; text-align: left; }
}

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