.warehouse-page {
  --wh-ink: #06182b;
  --wh-ink-2: #0b2740;
  --wh-paper: #f4f5f6;
  --wh-white: #fff;
  --wh-yellow: #ffc629;
  --wh-muted: #60707f;
  --wh-line: rgba(6, 24, 43, .16);
  overflow-x: clip;
  overflow-y: visible;
  color: var(--wh-white);
  background: var(--wh-ink);
}

.warehouse-body {
  overflow-x: clip;
  overflow-y: visible;
}

.has-footer-reveal main.warehouse-page { background: var(--wh-ink); }

.warehouse-page *,
.warehouse-page *::before,
.warehouse-page *::after { box-sizing: border-box; }
.warehouse-page h1,
.warehouse-page h2,
.warehouse-page h3,
.warehouse-page p { margin-top: 0; }
.warehouse-page a { color: inherit; }
.warehouse-page section[id] { scroll-margin-top: 112px; }
.wh-shell { width: min(1460px, calc(100% - 80px)); margin-inline: auto; }
.wh-light { color: var(--wh-ink); background: var(--wh-paper); }
.wh-kicker { margin: 0 0 18px; color: #a77b00; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.wh-page-title { font-size: clamp(52px, 6.2vw, 112px); font-weight: 650; line-height: .91; letter-spacing: -.065em; }
.wh-page-title > span { display: block; margin-top: 20px; color: rgba(255,255,255,.72); font-size: .23em; font-weight: 750; line-height: 1.3; letter-spacing: .035em; text-transform: uppercase; }
.warehouse-page em { color: var(--wh-yellow); font-style: normal; }

.wh-section { padding: 145px 0; }
.wh-section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); column-gap: clamp(50px, 8vw, 120px); align-items: end; margin-bottom: 72px; }
.wh-section-heading .wh-kicker { grid-column: 1 / -1; }
.wh-section-heading h2 { max-width: 980px; margin-bottom: 0; font-size: clamp(44px, 5vw, 84px); font-weight: 620; line-height: .98; letter-spacing: -.055em; }
.wh-section-heading > p:last-child { margin-bottom: 4px; color: var(--wh-muted); font-size: 17px; line-height: 1.68; }
.wh-section-heading--dark > p:last-child { color: rgba(255,255,255,.64); }

.wh-btn {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 999px;
  font: inherit; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.wh-btn:hover { transform: translateY(-2px); }
.wh-btn--yellow { color: #06182b; background: var(--wh-yellow); }
.wh-btn--outline { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.04); }
.wh-btn--dark { color: #fff; background: var(--wh-ink); }

.wh-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.wh-hero__video,
.wh-hero__shade,
.wh-hero__grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.wh-hero__video { z-index: -3; object-fit: cover; transform: scale(1.035); will-change: transform; }
.wh-hero__shade { z-index: -2; background: linear-gradient(90deg, rgba(3,15,28,.93) 0%, rgba(3,15,28,.61) 56%, rgba(3,15,28,.25)), linear-gradient(0deg, rgba(3,15,28,.88), transparent 55%); }
.wh-hero__grid { z-index: -1; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 74%); }
.wh-hero__content { padding: clamp(160px, 18vh, 235px) 0 150px; }
.wh-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; color: rgba(255,255,255,.66); font-size: 11px; }
.wh-breadcrumbs a { text-decoration: none; }
.wh-hero h1 { max-width: 1380px; margin-bottom: 50px; }
.wh-hero__bottom { max-width: 1240px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 65px; align-items: end; }
.wh-hero__bottom p { margin-bottom: 0; color: rgba(255,255,255,.75); font-size: clamp(17px, 1.5vw, 23px); line-height: 1.55; }
.wh-hero__copy { display: grid; gap: 16px; }
.wh-hero__copy p + p { color: rgba(255,255,255,.62); font-size: clamp(14px, 1.1vw, 17px); }
.wh-hero__actions { display: grid; gap: 12px; justify-items: stretch; }
.wh-hero__actions .wh-btn { width: 100%; }
.wh-text-action { min-height: 44px; padding: 5px 0; border: 0; color: rgba(255,255,255,.82); background: none; font: inherit; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.wh-hero__facts { position: absolute; right: 38px; bottom: 34px; display: flex; gap: 28px; color: rgba(255,255,255,.64); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.wh-hero__facts i { color: var(--wh-yellow); font-style: normal; }
.wh-video-toggle { position: absolute; z-index: 4; right: max(268px, calc((100vw - 1460px) / 2)); bottom: max(28px, calc(100% - 100svh + 28px)); min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; color: #fff; background: rgba(6,24,43,.76); font: inherit; font-size: 13px; cursor: pointer; backdrop-filter: blur(10px); }
.wh-video-toggle[hidden] { display: none; }
.wh-video-toggle span { min-width: 12px; color: var(--wh-yellow); font-size: 16px; }
.wh-video-toggle:hover, .wh-video-toggle:focus-visible { border-color: var(--wh-yellow); background: var(--wh-ink); }
.wh-video-toggle:focus-visible { outline: 3px solid var(--wh-yellow); outline-offset: 3px; }

.wh-principles { position: relative; height: 520vh; }
.wh-principles__stage { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.wh-principles__media,
.wh-principles__media img,
.wh-principles__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.wh-principles__media img { object-fit: cover; transform: scale(1.06); will-change: transform; }
.wh-principles__shade { background: linear-gradient(90deg, rgba(4,16,29,.9), rgba(4,16,29,.45)), linear-gradient(0deg, rgba(4,16,29,.74), rgba(4,16,29,.1)); }
.wh-principles__counter { position: absolute; z-index: 2; top: 130px; right: max(40px, calc((100vw - 1460px)/2)); display: flex; gap: 10px; align-items: baseline; }
.wh-principles__counter b { color: var(--wh-yellow); font-size: 48px; }
.wh-principles__counter span { color: rgba(255,255,255,.5); font-size: 13px; }
.wh-principles__copy { position: relative; z-index: 2; width: min(1460px, calc(100% - 80px)); height: 100%; margin-inline: auto; }
.wh-principles__title { position: absolute; top: 125px; left: 0; max-width: 720px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wh-scene { position: absolute; left: 0; top: 50%; width: min(1040px, 82vw); opacity: 0; transform: translateY(calc(-50% + 50px)); filter: blur(12px); transition: opacity .7s ease, transform .85s cubic-bezier(.2,.8,.2,1), filter .7s ease; pointer-events: none; }
.wh-scene.is-active { opacity: 1; transform: translateY(-50%); filter: none; }
.wh-scene > p { margin-bottom: 20px; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wh-scene h3 { margin-bottom: 28px; font-size: clamp(48px, 5.8vw, 98px); font-weight: 620; line-height: .94; letter-spacing: -.06em; }
.wh-scene > span { display: block; max-width: 650px; color: rgba(255,255,255,.7); font-size: clamp(16px, 1.4vw, 22px); line-height: 1.55; }
.wh-principles__progress { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255,255,255,.14); }
.wh-principles__progress i { display: block; width: 100%; height: 100%; background: var(--wh-yellow); transform: scaleX(0); transform-origin: left; }

.warehouse-page:not(.warehouse-motion) .wh-principles { height: auto; }
.warehouse-page:not(.warehouse-motion) .wh-principles__stage { position: relative; height: auto; min-height: 100svh; padding: 150px 0 100px; }
.warehouse-page:not(.warehouse-motion) .wh-principles__copy { height: auto; display: grid; gap: 54px; }
.warehouse-page:not(.warehouse-motion) .wh-principles__title,
.warehouse-page:not(.warehouse-motion) .wh-scene { position: relative; top: auto; left: auto; width: 100%; opacity: 1; transform: none; filter: none; pointer-events: auto; }
.warehouse-page:not(.warehouse-motion) .wh-principles__title { margin-bottom: 14px; }
.warehouse-page:not(.warehouse-motion) .wh-principles__counter,
.warehouse-page:not(.warehouse-motion) .wh-principles__progress { display: none; }
.warehouse-page:not(.warehouse-motion) .wh-assembly { height: auto; padding: 90px 0; }
.warehouse-page:not(.warehouse-motion) .wh-assembly__sticky { position: relative; top: auto; min-height: 0; }

.wh-audience-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 24px; }
.wh-audience-card { min-height: 480px; display: flex; flex-direction: column; padding: clamp(34px, 4.6vw, 68px); border: 1px solid var(--wh-line); border-radius: 30px; background: #fff; }
.wh-audience-card--accent { color: #fff; background: var(--wh-ink); }
.wh-audience-card > span { margin-bottom: auto; color: #9d7600; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wh-audience-card--accent > span { color: var(--wh-yellow); }
.wh-audience-card h3 { margin: 38px 0 20px; font-size: clamp(34px, 3.5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.wh-audience-card p { color: var(--wh-muted); font-size: 16px; line-height: 1.65; }
.wh-audience-card--accent p { color: rgba(255,255,255,.68); }
.wh-audience-card ul { display: grid; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none; }
.wh-audience-card li { position: relative; padding-left: 22px; color: var(--wh-muted); font-size: 13px; line-height: 1.5; }
.wh-audience-card--accent li { color: rgba(255,255,255,.76); }
.wh-audience-card li::before { content: ''; position: absolute; left: 0; top: .65em; width: 8px; height: 2px; background: var(--wh-yellow); }

.wh-investment { background: #e9edef; }
.wh-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--wh-line); border-left: 1px solid var(--wh-line); }
.wh-feature-card { min-height: 300px; padding: 34px; border-right: 1px solid var(--wh-line); border-bottom: 1px solid var(--wh-line); background: rgba(255,255,255,.5); }
.wh-feature-card b,
.wh-cost-card b,
.wh-output-card b { color: #a47b00; font-size: 11px; letter-spacing: .14em; }
.wh-feature-card h3 { margin: 70px 0 16px; font-size: clamp(25px, 2vw, 34px); line-height: 1.06; letter-spacing: -.035em; }
.wh-feature-card p { margin-bottom: 0; color: var(--wh-muted); line-height: 1.62; }

.wh-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.wh-guide-card { min-height: 300px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--wh-line); border-radius: 26px; background: #fff; }
.wh-guide-card b { color: #a47b00; font-size: 11px; letter-spacing: .14em; }
.wh-guide-card h3 { max-width: 560px; margin: 42px 0 16px; font-size: clamp(26px, 3vw, 42px); line-height: 1.04; letter-spacing: -.035em; }
.wh-guide-card p { max-width: 620px; margin: 0 0 28px; color: var(--wh-muted); line-height: 1.65; }
.wh-guide-card a { width: fit-content; margin-top: auto; color: var(--wh-ink); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 6px; }

.wh-types { background: var(--wh-ink-2); }
.wh-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.wh-type-card { min-height: 370px; display: flex; flex-direction: column; padding: clamp(32px, 4vw, 56px); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.035); }
.wh-type-card > span { color: var(--wh-yellow); font-size: 11px; letter-spacing: .15em; }
.wh-type-card h3 { margin: auto 0 18px; font-size: clamp(30px, 3.3vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.wh-type-card p { max-width: 610px; margin-bottom: 0; color: rgba(255,255,255,.62); line-height: 1.65; }
.wh-type-card a { align-self: flex-start; margin-top: 20px; color: var(--wh-yellow); font-size: 12px; font-weight: 800; text-underline-offset: 5px; }

.wh-cost-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--wh-line); border-left: 1px solid var(--wh-line); }
.wh-cost-card { min-height: 235px; padding: 30px; border-right: 1px solid var(--wh-line); border-bottom: 1px solid var(--wh-line); background: #fff; }
.wh-cost-card h3 { margin: 42px 0 12px; font-size: clamp(23px, 2vw, 31px); line-height: 1.08; letter-spacing: -.035em; }
.wh-cost-card p { margin-bottom: 0; color: var(--wh-muted); line-height: 1.58; }

.wh-classes { padding: 150px 0 100px; }
.wh-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 85px; }
.wh-heading h2 { margin-bottom: 0; font-size: clamp(46px, 5.2vw, 88px); font-weight: 620; line-height: .98; letter-spacing: -.055em; }
.wh-heading h2 em { color: var(--wh-yellow); }
#classes .wh-heading h2 em { text-shadow: 0 1px 0 rgba(6,24,43,.72), 0 0 1px rgba(6,24,43,.55); }
.wh-heading p { margin-bottom: 5px; color: var(--wh-muted); font-size: 17px; line-height: 1.65; }
.wh-class-stack { display: grid; gap: 26px; }
.wh-class-card { position: sticky; top: 128px; min-height: 410px; display: grid; grid-template-columns: .7fr 1.4fr auto; gap: 55px; align-items: center; padding: clamp(34px, 5vw, 74px); border: 1px solid rgba(255,255,255,.13); border-radius: 32px; color: #fff; background: #10283f; box-shadow: 0 22px 70px rgba(7,24,43,.16); }
.wh-class-card:nth-child(2) { top: 146px; background: #17354e; }
.wh-class-card:nth-child(3) { top: 164px; background: #21435d; }
.wh-class-card:nth-child(4) { top: 182px; color: var(--wh-ink); background: var(--wh-yellow); }
.wh-class-letter { font-size: clamp(110px, 14vw, 230px); font-weight: 750; line-height: .72; letter-spacing: -.1em; opacity: .93; }
.wh-class-copy > span { color: var(--wh-yellow); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.wh-class-card:nth-child(4) .wh-class-copy > span { color: #614900; }
.wh-class-copy h3 { margin: 15px 0 18px; font-size: clamp(35px, 3vw, 56px); font-weight: 650; }
.wh-class-copy p { max-width: 680px; color: rgba(255,255,255,.67); font-size: 17px; }
.wh-class-card:nth-child(4) .wh-class-copy p { color: rgba(6,24,43,.72); }
.wh-class-copy ul { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 28px 0 0; list-style: none; }
.wh-class-copy li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 11px; }
.wh-class-card:nth-child(4) .wh-class-copy li { border-color: rgba(6,24,43,.24); }
.wh-class-index { align-self: start; color: rgba(255,255,255,.35); font-size: 13px; }
.wh-class-card:nth-child(4) .wh-class-index { color: rgba(6,24,43,.45); }
.wh-class-note { margin-top: 40px; color: var(--wh-muted); font-size: 13px; }

.wh-assembly { position: relative; height: 520vh; background: var(--wh-ink); }
.wh-assembly__sticky { position: sticky; top: 0; min-height: 100svh; display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: center; padding-block: 122px 52px; }
.wh-assembly__intro h2 { margin-bottom: 28px; font-size: clamp(44px, 5vw, 82px); font-weight: 620; line-height: .98; letter-spacing: -.055em; }
.wh-assembly__intro > p { max-width: 560px; min-height: 112px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.6; }
.wh-assembly__steps { padding: 0; margin: 36px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.wh-assembly__steps li { margin: 0; }
.wh-assembly__steps button { width: 100%; min-height: 58px; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.42); background: none; text-align: left; cursor: pointer; transition: color .25s ease; }
.wh-assembly__steps button.is-active { padding-left: 12px; color: #fff; }
.wh-assembly__steps button:focus-visible { outline: 3px solid var(--wh-yellow); outline-offset: 3px; }
.wh-assembly__steps .wh-assembly__index { color: var(--wh-yellow); font-size: 10px; font-variant-numeric: tabular-nums; }
.wh-assembly__steps i { color: rgba(255,255,255,.4); font-style: normal; font-size: 10px; letter-spacing: .08em; white-space: nowrap; }
.wh-assembly__steps button.is-active i { color: var(--wh-yellow); }
.wh-assembly__visual { position: relative; min-height: min(740px, 74vh); border: 1px solid rgba(255,255,255,.14); border-radius: 32px; background: radial-gradient(circle at 52% 42%, rgba(48,94,127,.4), transparent 61%), #081d31; overflow: hidden; isolation: isolate; }
.wh-bim { position: absolute; inset: 0; z-index: 1; min-height: min(740px, 74vh); cursor: grab; touch-action: pan-y; }
.wh-bim:active { cursor: grabbing; }
.wh-bim:focus-visible { outline: 3px solid var(--wh-yellow); outline-offset: -5px; }
.wh-bim canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity .55s ease; }
.wh-bim.is-ready canvas { opacity: 1; }
.wh-bim__fallback { position: absolute; inset: 0; display: block; opacity: 1; transition: opacity .45s ease; background: radial-gradient(circle at 50% 48%, rgba(67,112,143,.34), transparent 62%); }
.wh-bim__fallback img { width: 100%; height: 100%; display: block; padding: 6%; object-fit: contain; }
.wh-bim.is-ready .wh-bim__fallback { opacity: 0; pointer-events: none; }
.wh-bim__hint { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; letter-spacing: .04em; transition: opacity .35s ease; pointer-events: none; }
.wh-bim.is-ready .wh-bim__hint { opacity: 0; }
.wh-bim.has-error .wh-bim__hint { inset: auto 24px 86px; display: block; color: rgba(255,255,255,.8); text-align: center; }
.wh-bim__controls { position: absolute; top: 18px; right: 20px; z-index: 3; padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.5); background: rgba(4,18,31,.62); font-size: 10px; opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.wh-bim.is-interactive .wh-bim__controls { opacity: 1; }
.wh-bim__zoom { position: absolute; z-index: 5; right: 20px; bottom: 74px; display: flex; align-items: center; gap: 7px; opacity: 0; transition: opacity .3s ease; }
.wh-bim.is-interactive .wh-bim__zoom { opacity: 1; }
.wh-bim__zoom button { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; background: rgba(4,18,31,.78); font: inherit; font-size: 20px; line-height: 1; text-align: center; cursor: pointer; backdrop-filter: blur(9px); }
.wh-bim__zoom button > span { display: grid; width: 100%; height: 100%; place-items: center; line-height: 1; }
.wh-bim__zoom .wh-bim__reset { width: 100px; flex-basis: 100px; padding-inline: 12px; font-size: 11px; font-weight: 750; white-space: nowrap; }
.wh-bim__zoom button:hover { border-color: var(--wh-yellow); background: var(--wh-ink); }
.wh-bim__zoom button:focus-visible { outline: 3px solid var(--wh-yellow); outline-offset: 2px; }
.wh-assembly__label { position: absolute; left: 28px; right: 28px; bottom: 22px; z-index: 4; display: flex; align-items: end; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.64); font-size: 11px; pointer-events: none; }
.wh-assembly__label::before { content: ""; position: absolute; z-index: -1; inset: -68px -28px -22px; background: linear-gradient(0deg, rgba(4,18,31,.94), rgba(4,18,31,0)); }
.wh-assembly__label b { display: flex; align-items: baseline; gap: 12px; color: #fff; letter-spacing: .04em; text-transform: uppercase; }
.wh-assembly__label b span:first-child { color: var(--wh-yellow); font-size: 10px; }
.wh-assembly__label small { max-width: 330px; color: rgba(255,255,255,.47); font-size: 10px; line-height: 1.35; text-align: right; }
.wh-bim__noscript { position: absolute; z-index: 5; left: 24px; right: 24px; top: 24px; padding: 12px 14px; color: #fff; background: rgba(4,18,31,.82); font-size: 12px; }

.wh-delivery { padding: 150px 0; }
.wh-delivery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.wh-delivery-card { min-height: 390px; display: flex; flex-direction: column; padding: clamp(32px, 4vw, 58px); border: 1px solid var(--wh-line); border-radius: 28px; background: #fff; overflow: hidden; }
.wh-delivery-card--wide { grid-column: 1 / -1; min-height: 440px; color: #fff; background: var(--wh-ink); }
.wh-delivery-card > span { margin-bottom: auto; color: var(--wh-yellow); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wh-delivery-card:not(.wh-delivery-card--wide):not(.wh-delivery-card--accent) > span { align-self: flex-start; padding: 7px 10px; border-radius: 999px; background: var(--wh-ink); }
.wh-delivery-card h3 { margin: 35px 0 20px; font-size: clamp(31px, 3.1vw, 56px); font-weight: 650; line-height: 1.03; letter-spacing: -.045em; }
.wh-delivery-card p { color: var(--wh-muted); font-size: 16px; line-height: 1.65; }
.wh-delivery-card--wide p { max-width: 760px; color: rgba(255,255,255,.68); }
.wh-delivery-card--accent { color: #fff; background: #1d3d57; }
.wh-delivery-card--accent p { color: rgba(255,255,255,.68); }
.wh-link-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.wh-link-row a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; text-decoration: none; }
.wh-text-link { min-height: 46px; display: inline-flex; align-items: center; align-self: flex-start; margin-top: 12px; padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: none; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.wh-delivery-card .wh-btn { align-self: flex-start; margin-top: 28px; }
.wh-delivery-note,
.wh-geo-note { margin-top: 34px; color: var(--wh-muted); font-size: 13px; line-height: 1.65; }

.wh-process { background: var(--wh-ink); }
.wh-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); list-style: none; }
.wh-process-grid li { min-height: 280px; padding: 32px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.wh-process-grid b { color: var(--wh-yellow); font-size: 11px; letter-spacing: .14em; }
.wh-process-grid h3 { margin: 55px 0 14px; font-size: clamp(25px, 2.2vw, 36px); line-height: 1.05; letter-spacing: -.035em; }
.wh-process-grid p { margin-bottom: 0; color: rgba(255,255,255,.6); line-height: 1.6; }
.wh-process-link { margin-top: 35px; }
.wh-process-link a { min-height: 44px; display: inline-flex; align-items: center; color: var(--wh-yellow); font-size: 13px; font-weight: 800; text-underline-offset: 6px; }

.wh-type-card > a { min-height: 44px; display: inline-flex; align-items: center; align-self: flex-start; }

.wh-geo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.wh-geo-card { min-height: 410px; display: flex; flex-direction: column; padding: clamp(34px, 4.5vw, 62px); border: 1px solid var(--wh-line); border-radius: 28px; background: #fff; }
.wh-geo-card--accent { color: #fff; background: var(--wh-ink); }
.wh-geo-card > span { color: #9d7600; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wh-geo-card--accent > span { color: var(--wh-yellow); }
.wh-geo-card h3 { margin: auto 0 20px; font-size: clamp(34px, 3.4vw, 56px); line-height: 1.02; letter-spacing: -.045em; }
.wh-geo-card p { color: var(--wh-muted); line-height: 1.65; }
.wh-geo-card--accent p { color: rgba(255,255,255,.67); }

.wh-output-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--wh-line); border-left: 1px solid var(--wh-line); }
.wh-output-card { min-height: 310px; padding: 28px; border-right: 1px solid var(--wh-line); border-bottom: 1px solid var(--wh-line); background: #fff; }
.wh-output-card h3 { margin: 64px 0 16px; font-size: clamp(23px, 2vw, 31px); line-height: 1.08; letter-spacing: -.035em; }
.wh-output-card p { margin-bottom: 0; color: var(--wh-muted); line-height: 1.58; }

.wh-case { position: relative; min-height: 105svh; display: flex; align-items: center; overflow: hidden; }
.wh-case__media,
.wh-case__media img,
.wh-case__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.wh-case__media img { object-fit: cover; }
.wh-case__shade { background: linear-gradient(90deg, rgba(4,16,29,.96), rgba(4,16,29,.54) 67%, rgba(4,16,29,.18)), linear-gradient(0deg, rgba(4,16,29,.62), transparent); }
.wh-case__content { position: relative; z-index: 2; padding-block: 150px; }
.wh-case h2 { max-width: 980px; margin-bottom: 55px; font-size: clamp(52px, 6.3vw, 108px); font-weight: 620; line-height: .94; letter-spacing: -.06em; }
.wh-case__facts { display: flex; flex-wrap: wrap; gap: 65px; margin-bottom: 42px; }
.wh-case__facts div { display: flex; flex-direction: column; }
.wh-case__facts b { color: var(--wh-yellow); font-size: 45px; letter-spacing: -.05em; }
.wh-case__facts span { max-width: 160px; color: rgba(255,255,255,.57); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.wh-case__note { max-width: 700px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }

.wh-seo { padding: 150px 0; }
.wh-seo__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.wh-seo__media { position: relative; min-height: 720px; border-radius: 28px; overflow: hidden; }
.wh-seo__media picture,
.wh-seo__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wh-seo__caption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; color: #fff; background: rgba(7,24,43,.74); backdrop-filter: blur(12px); }
.wh-seo__caption span { color: var(--wh-yellow); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wh-seo__caption p { margin: 8px 0 0; font-size: 21px; }
.wh-seo__copy h2 { margin-bottom: 32px; font-size: clamp(45px, 4.7vw, 82px); font-weight: 620; line-height: .98; letter-spacing: -.055em; }
.wh-seo__copy h2 em { color: var(--wh-yellow); text-shadow: 0 1px 0 rgba(6,24,43,.72), 0 0 1px rgba(6,24,43,.55); }
.wh-seo__copy p { margin-bottom: 22px; color: var(--wh-muted); font-size: 17px; line-height: 1.7; }
.wh-seo__copy p a { color: var(--wh-ink); font-weight: 750; text-decoration-color: #aa8100; text-underline-offset: 4px; }

.wh-faq { padding: 90px 0 150px; }
.wh-faq__layout { display: grid; grid-template-columns: .65fr 1.1fr; gap: 110px; }
.wh-faq h2 { font-size: clamp(44px, 5vw, 80px); font-weight: 620; line-height: 1; letter-spacing: -.055em; }
.wh-faq__intro p { color: var(--wh-muted); font-size: 16px; line-height: 1.65; }
.wh-accordion { border-top: 1px solid var(--wh-line); }
.wh-accordion details { border-bottom: 1px solid var(--wh-line); }
.wh-accordion summary { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; font-size: 18px; font-weight: 750; cursor: pointer; }
.wh-accordion summary::-webkit-details-marker { display: none; }
.wh-accordion summary span { color: #a57c00; font-size: 26px; transition: transform .25s ease; }
.wh-accordion details[open] summary span { transform: rotate(45deg); }
.wh-accordion details p { max-width: 730px; margin: -4px 55px 28px 0; color: var(--wh-muted); line-height: 1.65; }

.wh-final { position: relative; min-height: 88svh; display: flex; align-items: center; overflow: hidden; }
.wh-final > picture,
.wh-final > picture img,
.wh-final__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.wh-final > picture img { object-fit: cover; }
.wh-final__shade { background: linear-gradient(90deg, rgba(4,16,29,.95), rgba(4,16,29,.45)), linear-gradient(0deg, rgba(4,16,29,.62), transparent); }
.wh-final__content { position: relative; z-index: 2; padding-block: 140px; }
.wh-final h2 { max-width: 1050px; margin-bottom: 30px; font-size: clamp(52px, 6vw, 104px); font-weight: 620; line-height: .95; letter-spacing: -.06em; }
.wh-final p { max-width: 630px; margin-bottom: 32px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.6; }
.wh-final__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.wh-final__actions .wh-text-action { padding-inline: 14px; }

.warehouse-motion .wh-reveal { opacity: 0; transform: translateY(42px); filter: blur(8px); transition: opacity .72s ease, transform .86s cubic-bezier(.2,.8,.2,1), filter .72s ease; }
.warehouse-motion .wh-reveal.is-visible { opacity: 1; transform: none; filter: none; }
.warehouse-motion .wh-reveal[data-wh-delay="1"] { transition-delay: .08s; }
.warehouse-motion .wh-reveal[data-wh-delay="2"] { transition-delay: .16s; }

.wh-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; border: 0; border-radius: 28px; color: var(--wh-ink); background: #fff; box-shadow: 0 35px 120px rgba(3,15,28,.42); overflow: auto; }
.wh-dialog::backdrop { background: rgba(3,15,28,.76); backdrop-filter: blur(9px); }
.wh-dialog__inner { padding: clamp(28px, 5vw, 58px); }
.wh-dialog__close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--wh-line); border-radius: 50%; color: var(--wh-ink); background: #fff; font-size: 24px; cursor: pointer; }
.wh-dialog h2 { margin: 0 50px 12px 0; font-size: clamp(33px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; }
.wh-dialog__lead { color: var(--wh-muted); line-height: 1.55; }
.wh-form { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 15px; margin-top: 28px; }
.wh-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 750; }
.wh-form__email { grid-column: 1 / -1; }
.wh-form input[type="text"],
.wh-form input[type="tel"],
.wh-form input[type="email"] { width: 100%; min-height: 51px; padding: 0 15px; border: 1px solid var(--wh-line); border-radius: 12px; font: inherit; }
.wh-file { position: relative; grid-column: 1 / -1; min-height: 78px; display: flex !important; grid-template-columns: auto 1fr auto !important; align-items: center; gap: 14px !important; padding: 14px 16px; border: 1px dashed rgba(6,24,43,.3); border-radius: 14px; cursor: pointer; }
.wh-file input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.wh-file:focus-within { outline: 3px solid var(--wh-yellow); outline-offset: 3px; }
.wh-file b { font-size: 13px; }
.wh-file small { color: var(--wh-muted); font-weight: 500; }
.wh-check { grid-column: 1 / -1; display: flex !important; grid-template-columns: auto 1fr !important; align-items: flex-start; gap: 10px !important; color: var(--wh-muted); font-weight: 500 !important; }
.wh-check input { margin-top: 2px; }
.wh-check a { color: var(--wh-ink); }
.wh-form .wh-btn { grid-column: 1 / -1; justify-self: start; }
.wh-form__status { grid-column: 1 / -1; min-height: 20px; margin: 0; color: var(--wh-muted); font-size: 12px; }

@media (min-width: 981px) and (max-height: 960px) {
  .wh-assembly__sticky { gap: 36px; padding-block: 82px 22px; }
  .wh-assembly__intro h2 { margin-bottom: 14px; font-size: clamp(38px, 4.5vw, 64px); }
  .wh-assembly__intro > p { min-height: 78px; font-size: 14px; line-height: 1.5; }
  .wh-assembly__steps { margin-top: 16px; }
  .wh-assembly__steps button { min-height: 46px; }
  .wh-assembly__visual,
  .wh-bim { min-height: min(620px, 72vh); }
}

@media (max-width: 980px) {
  .wh-shell { width: min(100% - 36px, 760px); }
  .wh-hero__content { padding-top: 145px; }
  .wh-hero__bottom,
  .wh-section-heading,
  .wh-heading,
  .wh-assembly__sticky,
  .wh-seo__layout,
  .wh-faq__layout { grid-template-columns: 1fr; }
  .wh-hero__facts { display: none; }
  .wh-hero__bottom { gap: 34px; }
  .wh-section-heading { gap: 26px; }
  .wh-heading { gap: 30px; }
  .wh-feature-grid,
  .wh-cost-grid,
  .wh-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wh-output-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wh-class-card { grid-template-columns: .45fr 1.55fr; gap: 25px; top: 105px; }
  .wh-class-card:nth-child(2), .wh-class-card:nth-child(3), .wh-class-card:nth-child(4) { top: 105px; }
  .wh-class-index { display: none; }
  .wh-assembly { height: 500svh; padding: 0; }
  .wh-assembly__sticky { position: sticky; top: 0; width: min(100% - 36px, 760px); height: 100svh; min-height: 100svh; grid-template-rows: auto minmax(0, 1fr); gap: 18px; align-content: start; padding: 88px 0 18px; overflow: hidden; }
  .wh-assembly__intro h2 { margin-bottom: 16px; font-size: clamp(39px, 7vw, 58px); }
  .wh-assembly__intro > p { min-height: 72px; max-width: none; margin-bottom: 0; font-size: 14px; line-height: 1.5; }
  .wh-assembly__steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 14px; border-left: 1px solid rgba(255,255,255,.18); }
  .wh-assembly__steps button { min-height: 54px; grid-template-columns: 22px minmax(0, 1fr); gap: 7px; padding: 7px 8px; border-right: 1px solid rgba(255,255,255,.18); font-size: 11px; line-height: 1.25; }
  .wh-assembly__steps button.is-active { padding-left: 8px; background: rgba(255,198,41,.07); }
  .wh-assembly__steps i { grid-column: 2; font-size: 8px; }
  .wh-assembly__visual { height: 100%; min-height: 0; border-radius: 24px; }
  .wh-bim { min-height: 0; }
  .wh-delivery-grid { grid-template-columns: 1fr; }
  .wh-delivery-card--wide { grid-column: auto; }
  .wh-seo__media { min-height: 520px; }
  .wh-faq__layout { gap: 40px; }
}

@media (max-width: 620px) {
  .wh-guide-grid { grid-template-columns: 1fr; }
  .wh-guide-card { min-height: 0; padding: 26px 22px; border-radius: 20px; }
  .wh-guide-card h3 { margin-top: 24px; font-size: clamp(28px, 8vw, 38px); }
  .warehouse-page section[id] { scroll-margin-top: 96px; }
  .wh-shell { width: calc(100% - 28px); }
  .wh-hero { min-height: 92svh; }
  .wh-hero__content { padding: 130px 0 170px; }
  .wh-video-toggle { top: 88px; right: 14px; bottom: auto; width: 44px; padding: 0; justify-content: center; }
  .wh-video-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .wh-breadcrumbs { margin-bottom: 30px; }
  .wh-hero h1 { margin-bottom: 30px; font-size: clamp(38px, 10.7vw, 48px); }
  .wh-page-title > span { margin-top: 13px; font-size: .27em; }
  .wh-hero__bottom { gap: 24px; }
  .wh-hero__bottom .wh-btn { width: 100%; }
  .wh-section { padding: 92px 0; }
  .wh-section-heading,
  .wh-type-grid { grid-template-columns: minmax(0, 1fr); }
  .wh-section-heading > *,
  .wh-type-card { min-width: 0; max-width: 100%; }
  .wh-section-heading h2,
  .wh-type-card h3 { overflow-wrap: anywhere; hyphens: auto; }
  .wh-section-heading { margin-bottom: 45px; }
  .wh-section-heading h2 { font-size: clamp(40px, 12vw, 62px); }
  .wh-audience-grid,
  .wh-type-grid,
  .wh-feature-grid,
  .wh-cost-grid,
  .wh-process-grid,
  .wh-geo-grid,
  .wh-output-grid { grid-template-columns: 1fr; }
  .wh-audience-card { min-height: 0; }
  .wh-feature-card,
  .wh-cost-card,
  .wh-process-grid li,
  .wh-output-card { min-height: 0; }
  .wh-feature-card h3,
  .wh-cost-card h3,
  .wh-process-grid h3,
  .wh-output-card h3 { margin-top: 34px; }
  .wh-type-card { min-height: 310px; }
  .wh-geo-card { min-height: 340px; }
  .wh-principles { height: 450vh; }
  .wh-principles__copy { width: calc(100% - 28px); }
  .wh-principles__title { top: 100px; max-width: 250px; font-size: 10px; }
  .wh-principles__counter { top: 105px; right: 18px; }
  .wh-principles__counter b { font-size: 34px; }
  .wh-scene { width: 100%; }
  .wh-scene h3 { font-size: clamp(39px, 12vw, 61px); }
  .wh-classes, .wh-delivery, .wh-seo { padding: 95px 0; }
  .wh-heading { margin-bottom: 50px; }
  .wh-class-card { position: relative; top: auto !important; min-height: 0; grid-template-columns: 1fr; padding: 30px 24px; }
  .wh-class-letter { font-size: 100px; }
  .wh-class-copy ul { display: grid; }
  .wh-assembly { height: 500svh; }
  .wh-assembly__sticky { width: calc(100% - 28px); padding: 74px 0 10px; gap: 10px; }
  .wh-assembly__intro .wh-kicker { display: none; }
  .wh-assembly__intro h2 { margin-bottom: 10px; font-size: clamp(34px, 10.5vw, 45px); }
  .wh-assembly__intro > p { min-height: 68px; font-size: 12px; line-height: 1.42; }
  .wh-assembly__steps { margin-top: 8px; }
  .wh-assembly__steps button { min-width: 44px; min-height: 44px; display: flex; justify-content: center; padding: 0; }
  .wh-assembly__steps button.is-active { padding: 0; background: rgba(255,198,41,.12); }
  .wh-assembly__steps button > span:not(.wh-assembly__index),
  .wh-assembly__steps i { display: none; }
  .wh-assembly__steps .wh-assembly__index { font-size: 11px; }
  .wh-assembly__visual { min-height: clamp(220px, 40svh, 370px); border-radius: 18px; }
  .wh-bim__controls { display: none; }
  .wh-bim__zoom { top: 12px; right: 12px; bottom: auto; gap: 5px; }
  .wh-bim__zoom button { width: 44px; height: 44px; padding: 0; }
  .wh-bim__zoom .wh-bim__reset { width: 86px; flex-basis: 86px; padding-inline: 8px; font-size: 9px; line-height: 1; }
  .wh-bim__fallback img { padding: 2%; }
  .wh-assembly__label { left: 14px; right: 14px; bottom: 12px; display: block; }
  .wh-assembly__label::before { inset: -52px -14px -12px; }
  .wh-assembly__label b { gap: 8px; font-size: 9px; }
  .wh-assembly__label small { display: none; }
  .wh-delivery-card { min-height: 340px; padding: 30px 24px; }
  .wh-case__content,
  .wh-case h2 { min-width: 0; max-width: 100%; }
  .wh-case h2 { overflow-wrap: anywhere; hyphens: auto; }
  .wh-case__facts { gap: 28px; }
  .wh-case__facts b { font-size: 34px; }
  .wh-seo__media { min-height: 470px; }
  .wh-faq { padding: 60px 0 100px; }
  .wh-final__actions { display: grid; }
  .wh-final__actions .wh-btn { width: 100%; }
  .wh-form { grid-template-columns: 1fr; }
  .wh-form input[type="text"],
  .wh-form input[type="tel"],
  .wh-form input[type="email"] { font-size: 16px; }
  .wh-form__email, .wh-file, .wh-check, .wh-form .wh-btn, .wh-form__status { grid-column: auto; }
  .wh-file { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .warehouse-page *, .warehouse-page *::before, .warehouse-page *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .warehouse-motion .wh-reveal { opacity: 1; transform: none; filter: none; }
  .wh-principles { height: auto; }
  .wh-principles__stage { position: relative; height: auto; min-height: 100svh; padding: 150px 0 100px; }
  .wh-principles__copy { height: auto; display: grid; gap: 54px; }
  .wh-principles__title,
  .wh-scene { position: relative; top: auto; left: auto; width: 100%; opacity: 1; transform: none; filter: none; pointer-events: auto; }
  .wh-principles__title { margin-bottom: 14px; }
  .wh-principles__counter,
  .wh-principles__progress { display: none; }
  .wh-hero__video { transform: none !important; }
  .wh-assembly { height: auto; padding: 90px 0; }
  .wh-assembly__sticky { position: relative; top: auto; height: auto; min-height: 0; padding: 0; overflow: visible; }
  .wh-assembly__visual { min-height: min(680px, 70svh); }
  .wh-bim { min-height: min(680px, 70svh); }
}
