@font-face {
  font-family: "Unbounded";
  src: url("fonts/display.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Karla";
  src: url("fonts/body.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #111310;
  --paper: #f5f2e9;
  --metal: #cdd0ca;
  --yellow: #f2c230;
  --muted: #626862;
  --white: #ffffff;
  --edge: clamp(18px, 4vw, 64px);
  --section: clamp(58px, 8vw, 120px);
  --display: "Unbounded", Arial, sans-serif;
  --body: "Karla", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.55 var(--body); }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(39px, 6.3vw, 92px); }
h2 { font-size: clamp(29px, 4vw, 58px); }
h3 { font-size: clamp(20px, 2.2vw, 31px); }
a { color: inherit; text-underline-offset: 5px; }
img { display: block; width: 100%; height: auto; }
address { font-style: normal; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; box-shadow: 0 0 0 7px var(--ink); }
input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }

.skip-link { position: fixed; z-index: 500; top: 12px; left: 12px; padding: 12px 18px; background: var(--yellow); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.shell { width: min(1500px, 100%); margin-inline: auto; padding-inline: var(--edge); }
.eyebrow { font: 700 14px/1.2 var(--body); letter-spacing: .095em; text-transform: uppercase; }
.lead { max-width: 44rem; font-size: clamp(18px, 1.7vw, 23px); color: var(--muted); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 28px; border: 2px solid var(--ink); padding: 11px 17px; background: transparent; font-weight: 700; text-decoration: none; }
.button::after { content: "→"; font-size: 22px; }
.button:hover { background: var(--ink); color: var(--paper); }
.button.yellow { background: var(--yellow); }
.button.yellow:hover { background: var(--white); color: var(--ink); }
.fineprint { color: var(--muted); font-size: 14px; }

.utility { border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.utility .shell { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; font-size: 14px; }
.utility-right { display: flex; align-items: center; gap: 24px; }
.utility a { display: inline-flex; min-height: 36px; align-items: center; }
.header-main { display: flex; min-height: 108px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 76px; height: 62px; place-items: center; overflow: hidden; border: 4px solid var(--ink); background: var(--yellow); font: 700 21px/1 var(--display); }
.brand-mark::before, .brand-mark::after { position: absolute; right: -2px; left: -2px; height: 3px; background: var(--ink); content: ""; }
.brand-mark::before { top: 12px; box-shadow: 0 9px 0 var(--ink); }
.brand-mark::after { bottom: 12px; box-shadow: 0 -9px 0 var(--ink); }
.brand-mark b { position: relative; z-index: 1; padding: 3px 5px; background: var(--yellow); }
.brand-name { font: 650 15px/1.25 var(--display); letter-spacing: -.025em; }
.brand-name small { display: block; margin-top: 5px; font: 700 13px/1 var(--body); letter-spacing: .08em; }
.header-contacts { display: flex; align-items: center; gap: 24px; font-weight: 700; }
.menu-button { display: none; min-width: 92px; min-height: 48px; border: 2px solid var(--ink); background: var(--yellow); font-weight: 800; }
.site-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 2px solid var(--ink); }
.site-tabs a { display: flex; min-height: 58px; align-items: center; justify-content: center; border-left: 2px solid var(--ink); padding: 9px; font: 700 14px/1.2 var(--body); text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.site-tabs a:last-child { border-right: 2px solid var(--ink); }
.site-tabs a:hover, .site-tabs a[aria-current] { background: var(--yellow); }
.mobile-panel { display: none; }

.slot-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 6px; background: var(--ink); border-bottom: 6px solid var(--ink); }
.slot-title, .slot-service { min-height: 420px; padding: clamp(30px, 5vw, 78px); }
.slot-title { display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); }
.slot-title h1 { max-width: 12ch; margin-top: 45px; }
.slot-title .hero-note { max-width: 35rem; margin-top: 35px; color: var(--muted); }
.slot-photo { min-height: 420px; overflow: hidden; background: var(--metal); }
.slot-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.slot-photo figcaption { padding: 8px 14px; background: var(--ink); color: var(--paper); font-size: 13px; }
.slot-photo.secondary img { object-position: center 45%; }
.slot-service { display: flex; flex-direction: column; justify-content: space-between; background: var(--yellow); }
.slot-service h2 { max-width: 13ch; font-size: clamp(28px, 3.2vw, 49px); }
.slot-service ul { list-style: none; margin: 35px 0; padding: 0; border-top: 2px solid var(--ink); }
.slot-service li { padding: 13px 0; border-bottom: 1px solid var(--ink); font-weight: 700; }

.topic-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 2px solid var(--ink); }
.topic-strip article { min-height: 160px; padding: 26px var(--edge); border-right: 2px solid var(--ink); }
.topic-strip article:first-child { border-left: 2px solid var(--ink); }
.topic-strip span { display: block; margin-bottom: 18px; font: 700 14px/1 var(--body); color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.topic-strip h2 { font-size: clamp(19px, 2vw, 28px); }
.home-brief { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding-block: var(--section); }
.home-brief h2 { max-width: 13ch; }
.home-brief-copy p + p { margin-top: 20px; }
.home-brief-copy .button { margin-top: 32px; }
.address-band { border-block: 6px solid var(--ink); background: var(--yellow); }
.address-band .shell { display: grid; grid-template-columns: .6fr 1fr auto; gap: 35px; align-items: center; min-height: 140px; padding-block: 25px; }
.address-band address { font: 600 clamp(20px, 2.4vw, 34px)/1.3 var(--display); }
.address-band a { font-weight: 800; }

.freight-page { display: grid; grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr); border-bottom: 6px solid var(--ink); }
.freight-heading { display: flex; min-height: 720px; flex-direction: column; justify-content: space-between; border-right: 6px solid var(--ink); padding: clamp(30px, 4vw, 62px); background: var(--ink); color: var(--paper); }
.freight-heading h1 { writing-mode: vertical-rl; transform: rotate(180deg); font-size: clamp(45px, 6vw, 84px); }
.freight-heading .eyebrow { color: var(--yellow); }
.freight-content { min-width: 0; }
.freight-picture { height: 430px; overflow: hidden; border-bottom: 6px solid var(--ink); }
.freight-picture img { height: 100%; object-fit: cover; }
.freight-rows { padding: clamp(30px, 5vw, 74px); }
.freight-row { display: grid; grid-template-columns: .55fr 1fr; gap: 35px; padding-block: 32px; border-top: 2px solid var(--ink); }
.freight-row:last-child { border-bottom: 2px solid var(--ink); }
.freight-row h2 { font-size: clamp(24px, 3vw, 42px); }
.freight-row p { max-width: 40rem; color: var(--muted); }
.express-bar { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; padding: 34px clamp(30px, 5vw, 74px); background: var(--yellow); }
.express-bar h2 { font-size: clamp(25px, 3vw, 44px); }

.warehouse-intro { padding-block: var(--section) 60px; }
.warehouse-intro h1 { max-width: 13ch; margin-top: 24px; }
.warehouse-cross { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px) minmax(0, 1fr); min-height: 700px; border-block: 6px solid var(--ink); }
.warehouse-cross article { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(26px, 4vw, 58px); }
.warehouse-cross article:first-child { background: var(--yellow); }
.warehouse-cross article:last-child { justify-content: flex-start; background: var(--metal); }
.warehouse-cross article h2 { margin: 18px 0 24px; font-size: clamp(26px, 3vw, 44px); }
.warehouse-cross article p { max-width: 29rem; }
.worker-photo { overflow: hidden; border-inline: 6px solid var(--ink); background: var(--ink); }
.worker-photo img { width: 100%; height: 100%; object-fit: cover; }
.warehouse-panorama { padding-block: var(--section); }
.warehouse-panorama figure { display: grid; grid-template-columns: 1fr .34fr; border: 2px solid var(--ink); }
.warehouse-panorama img { height: 520px; object-fit: cover; }
.warehouse-panorama figcaption { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(24px, 4vw, 50px); background: var(--ink); color: var(--paper); font-size: 16px; }
.warehouse-panorama figcaption strong { font: 600 clamp(23px, 3vw, 39px)/1.1 var(--display); }
.warehouse-note { display: grid; grid-template-columns: .65fr 1fr; gap: 7vw; padding-bottom: var(--section); }
.warehouse-note p { color: var(--muted); }
.warehouse-note .button { margin-top: 30px; }

.coord-intro { padding-block: var(--section) 55px; }
.coord-intro h1 { max-width: 12ch; margin: 22px 0 30px; }
.cross-plan { display: grid; grid-template-columns: 1fr minmax(210px, .75fr) 1fr; grid-template-rows: minmax(130px, auto) minmax(170px, auto) minmax(130px, auto); margin-bottom: var(--section); }
.cross-arm, .cross-center { display: flex; align-items: center; justify-content: center; padding: 24px; text-align: center; font: 600 clamp(18px, 2vw, 27px)/1.25 var(--display); }
.cross-arm.top { grid-column: 2; grid-row: 1; border: 3px solid var(--ink); border-bottom: 0; background: var(--metal); }
.cross-arm.left { grid-column: 1; grid-row: 2; border-block: 3px solid var(--ink); border-left: 3px solid var(--ink); background: var(--paper); }
.cross-center { grid-column: 2; grid-row: 2; border: 3px solid var(--ink); background: var(--yellow); }
.cross-arm.right { grid-column: 3; grid-row: 2; border-block: 3px solid var(--ink); border-right: 3px solid var(--ink); background: var(--paper); }
.cross-arm.bottom { grid-column: 2; grid-row: 3; border: 3px solid var(--ink); border-top: 0; background: var(--metal); }
.coord-feature { display: grid; grid-template-columns: 1.15fr .85fr; border-block: 6px solid var(--ink); }
.coord-feature figure { min-height: 560px; overflow: hidden; border-right: 6px solid var(--ink); }
.coord-feature img { height: 100%; object-fit: cover; }
.coord-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 72px); background: var(--ink); color: var(--paper); }
.coord-copy h2 { font-size: clamp(29px, 3.7vw, 53px); }
.coord-copy p { margin-top: 30px; color: var(--metal); }
.coord-copy .button { align-self: flex-start; margin-top: 35px; border-color: var(--paper); color: var(--paper); }
.coord-copy .button:hover { background: var(--yellow); color: var(--ink); }
.company-scope { display: grid; grid-template-columns: .65fr 1fr; gap: 7vw; padding-block: var(--section); }
.company-scope ul { list-style: none; margin: 0; padding: 0; }
.company-scope li { padding: 15px 0; border-top: 1px solid var(--ink); font-weight: 700; }
.company-scope li:last-child { border-bottom: 1px solid var(--ink); }
.scope-note { margin-top: 20px; }

.contact-intro { padding-block: var(--section) 55px; }
.contact-intro h1 { max-width: 13ch; margin-top: 22px; }
.contact-lines { border-top: 6px solid var(--ink); }
.contact-line { display: grid; grid-template-columns: .34fr 1fr auto; gap: 28px; align-items: center; min-height: 112px; border-bottom: 2px solid var(--ink); }
.contact-line > * { padding-block: 24px; }
.contact-line .eyebrow { color: var(--muted); }
.contact-line a, .contact-line address { font: 600 clamp(20px, 2.6vw, 38px)/1.25 var(--display); overflow-wrap: anywhere; }
.contact-line .line-action { font: 800 14px/1 var(--body); text-transform: uppercase; }
.request-sheet { margin-block: var(--section); border: 3px solid var(--ink); }
.sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 26px; border-bottom: 3px solid var(--ink); background: var(--yellow); }
.sheet-head h2 { font-size: clamp(23px, 3vw, 39px); }
.sheet-head span { font-size: 14px; font-weight: 700; }
.inquiry-form { display: grid; grid-template-columns: .8fr 1.2fr; }
.form-column { min-width: 0; padding: clamp(24px, 4vw, 48px); }
.form-column:first-child { border-right: 3px solid var(--ink); }
.field { display: grid; grid-template-columns: minmax(115px, .34fr) 1fr; gap: 18px; align-items: center; min-width: 0; border-bottom: 1px solid var(--ink); }
.field label { padding-block: 18px; font-size: 14px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; min-height: 55px; border: 0; border-left: 1px solid var(--ink); border-radius: 0; padding: 13px 15px; background: transparent; color: var(--ink); }
.field textarea { min-height: 220px; resize: vertical; }
.field.textarea { align-items: start; }
.reply-help { margin-top: 15px; color: var(--muted); font-size: 14px; }
.sheet-submit { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 25px; }
.sheet-submit p { max-width: 35rem; color: var(--muted); font-size: 14px; }
.form-status { margin-top: 16px; font-weight: 800; }

.footer { border-top: 6px solid var(--ink); }
.footer-primary { display: flex; min-height: 120px; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 2px solid var(--ink); }
.footer-af { font: 700 clamp(34px, 5vw, 70px)/1 var(--display); letter-spacing: -.07em; }
.footer-primary a { font: 600 clamp(18px, 2vw, 28px)/1.2 var(--display); overflow-wrap: anywhere; }
.footer-secondary { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: start; padding-block: 25px 35px; font-size: 14px; }
.footer-secondary nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.footer-secondary nav a { min-height: 30px; }
.footer-secondary .legal { grid-column: 1 / -1; color: var(--muted); }

@media (max-width: 1050px) {
  .header-contacts a:first-child { display: none; }
  .slot-title, .slot-service { min-height: 380px; }
  .warehouse-cross { grid-template-columns: 1fr 350px 1fr; }
  .warehouse-cross article { padding: 30px; }
  .contact-line { grid-template-columns: .28fr 1fr; }
  .contact-line .line-action { grid-column: 2; padding-top: 0; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .utility .shell { justify-content: flex-start; }
  .utility-right { margin-left: auto; }
  .utility-right a:first-child { display: none; }
  .header-main { min-height: 90px; }
  .header-contacts { display: none; }
  .menu-button { display: block; }
  .site-tabs { display: none; }
  .mobile-panel:not([hidden]) { display: grid; background: var(--yellow); border-block: 3px solid var(--ink); }
  .mobile-panel a { display: flex; min-height: 55px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); padding-inline: var(--edge); font-weight: 800; text-decoration: none; }
  .mobile-panel a::after { content: "→"; }
  .slot-hero { grid-template-columns: 1fr; }
  .slot-title { min-height: 430px; }
  .slot-photo { min-height: 360px; }
  .slot-photo img { min-height: 360px; }
  .slot-service { min-height: auto; }
  .topic-strip { grid-template-columns: 1fr 1fr; }
  .topic-strip article:nth-child(2) { border-right: 2px solid var(--ink); }
  .topic-strip article:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .home-brief, .warehouse-note, .company-scope { grid-template-columns: 1fr; gap: 30px; }
  .address-band .shell { grid-template-columns: 1fr auto; }
  .address-band .eyebrow { grid-column: 1 / -1; }
  .freight-page { grid-template-columns: 1fr; }
  .freight-heading { min-height: auto; border-right: 0; border-bottom: 6px solid var(--ink); }
  .freight-heading h1 { writing-mode: horizontal-tb; transform: none; margin-top: 60px; }
  .freight-row { grid-template-columns: 1fr; gap: 18px; }
  .warehouse-cross { grid-template-columns: 1fr 1fr; }
  .worker-photo { grid-column: 1 / -1; grid-row: 1; height: 560px; border-inline: 0; border-bottom: 6px solid var(--ink); }
  .warehouse-cross article { min-height: 330px; }
  .warehouse-panorama figure { grid-template-columns: 1fr; }
  .warehouse-panorama figcaption { min-height: 250px; }
  .coord-feature { grid-template-columns: 1fr; }
  .coord-feature figure { border-right: 0; border-bottom: 6px solid var(--ink); min-height: 420px; }
  .inquiry-form { grid-template-columns: 1fr; }
  .form-column:first-child { border-right: 0; border-bottom: 3px solid var(--ink); }
  .footer-secondary { grid-template-columns: 1fr 1fr; }
  .footer-secondary .legal { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .utility .shell > span { display: none; }
  .utility-right { width: 100%; justify-content: space-between; }
  .brand-mark { width: 62px; height: 54px; }
  .brand-name { font-size: 12px; }
  .brand-name small { font-size: 12px; }
  .menu-button { min-width: 78px; }
  .slot-title { min-height: 390px; }
  .slot-title h1 { font-size: 38px; }
  .topic-strip { grid-template-columns: 1fr; }
  .topic-strip article, .topic-strip article:first-child, .topic-strip article:nth-child(2) { min-height: 120px; border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
  .address-band .shell { grid-template-columns: 1fr; }
  .address-band .eyebrow { grid-column: 1; }
  .express-bar { grid-template-columns: 1fr; }
  .warehouse-cross { grid-template-columns: 1fr; }
  .worker-photo { height: 480px; }
  .warehouse-cross article { min-height: 300px; }
  .cross-plan { grid-template-columns: 1fr; grid-template-rows: repeat(5, auto); }
  .cross-arm.top, .cross-arm.left, .cross-center, .cross-arm.right, .cross-arm.bottom { grid-column: 1; border: 2px solid var(--ink); min-height: 115px; }
  .cross-arm.top { grid-row: 1; }
  .cross-arm.left { grid-row: 2; }
  .cross-center { grid-row: 3; }
  .cross-arm.right { grid-row: 4; }
  .cross-arm.bottom { grid-row: 5; }
  .contact-line { grid-template-columns: 1fr; gap: 0; padding-block: 22px; }
  .contact-line > * { padding-block: 5px; }
  .contact-line .line-action { grid-column: 1; margin-top: 10px; }
  .sheet-head { align-items: flex-start; flex-direction: column; }
  .field { grid-template-columns: 1fr; gap: 0; }
  .field label { padding-bottom: 5px; }
  .field input, .field select, .field textarea { border-left: 0; }
  .sheet-submit { align-items: stretch; flex-direction: column; }
  .sheet-submit .button { width: 100%; }
  .footer-primary { align-items: flex-start; flex-direction: column; padding-block: 28px; }
  .footer-secondary { grid-template-columns: 1fr; }
  .footer-secondary .legal { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
