:root {
  --navy: #1b1b1b;
  --navy-2: #4b3517;
  --blue: #e9a237;
  --blue-2: #f9da66;
  --ice: #fff6df;
  --text: #231f19;
  --muted: #736858;
  --line: #ead9b2;
  --white: #ffffff;
  --bg: #fffbf4;
  --shadow: 0 18px 55px rgba(117, 83, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220,230,242,.8);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand-logo { display:block; height: 58px; width: auto; object-fit: contain; }
.footer-logo { height: 72px; border-radius: 10px; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 600; color: #5e5548; transition: .2s; }
.main-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { border: 1px solid var(--line); background: white; color: #3c3428; border-radius: 10px; min-width: 54px; height: 40px; padding: 0 12px; cursor: pointer; font-weight: 600; }
.mobile-menu-btn { display: none; margin-left: auto; border: 0; background: none; font-size: 24px; color: var(--navy); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; font-weight: 700; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #1b1b1b; box-shadow: 0 10px 24px rgba(233,162,55,.28); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(233,162,55,.34); }
.btn-secondary { background: rgba(255,248,231,.08); color: #fff7e4; border-color: rgba(249,230,178,.32); }
.btn-secondary:hover { background: rgba(249,230,178,.14); }
.btn-small { min-height: 40px; padding: 0 16px; border-radius: 10px; font-size: 14px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 15%, #f9e6b2 0%, #f3c861 20%, #b57b2d 42%, var(--navy-2) 64%, var(--navy) 100%); color: white; }
.hero:before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:rgba(249,218,102,.18); right:-160px; top:-220px; filter: blur(5px); }
.hero-grid-overlay { position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-layout { position:relative; min-height: 690px; display:grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items:center; padding: 78px 0 70px; }
.eyebrow { display:inline-flex; text-transform:uppercase; letter-spacing:.13em; font-size:12px; font-weight:800; color:var(--blue); margin-bottom:18px; }
.hero .eyebrow { color:#f9e6b2; }
.hero h1 { margin:0; max-width:760px; font-size: clamp(44px, 5.3vw, 72px); line-height:1.03; letter-spacing:-.052em; }
.hero-sub { margin:24px 0 8px; font-size:20px; font-weight:700; color:#fff3cf; }
.hero-body { max-width:650px; margin:0; color:#f1e3c1; font-size:17px; }
.hero-actions { display:flex; gap:12px; margin-top:34px; }
.trust-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:30px; color:#f1dfb1; font-size:13px; font-weight:600; }

.hero-visual { position:relative; min-height:470px; display:flex; align-items:center; justify-content:center; }
.warehouse-card { position:relative; width:100%; height:430px; border-radius:26px; overflow:hidden; background:linear-gradient(180deg,#6b4a1d,#4f3717 65%,#2d2216); box-shadow:0 30px 80px rgba(0,0,0,.28); border:1px solid rgba(255,255,255,.12); }
.warehouse-card:after { content:""; position:absolute; inset:auto 0 0; height:32%; background:linear-gradient(to top,rgba(0,0,0,.22),transparent); }
.skyline { position:absolute; inset:auto 0 140px; display:flex; align-items:flex-end; gap:12px; padding:0 26px; opacity:.22; }
.building { background:#f1d68a; border-radius:4px 4px 0 0; }
.b1{width:70px;height:80px}.b2{width:90px;height:120px}.b3{width:60px;height:92px}.b4{width:120px;height:66px}
.warehouse-shell { position:absolute; left:7%; right:7%; bottom:50px; height:190px; }
.warehouse-roof { position:absolute; left:5%; right:5%; top:0; height:42px; background:#d7e0e7; clip-path:polygon(0 100%,9% 0,91% 0,100% 100%); }
.warehouse-front { position:absolute; left:0; right:0; top:38px; height:118px; background:linear-gradient(#e8edf1,#cfd9e2); border:8px solid #b9c6d1; border-top:0; display:flex; justify-content:space-around; align-items:flex-end; padding:0 18px 12px; }
.dock { width:18%; height:56px; background:#5f492a; border:5px solid #9aa9b6; box-shadow:inset 0 16px 0 rgba(255,255,255,.08); }
.truck { position:absolute; width:185px; height:75px; right:12%; bottom:0; z-index:3; }
.truck-box { position:absolute; left:0; top:0; width:125px; height:55px; background:#f6f8fb; border-radius:4px; box-shadow:inset -10px 0 0 #d7e0e8; }
.truck-cab { position:absolute; right:0; bottom:18px; width:62px; height:42px; background:var(--blue); clip-path:polygon(0 12%,65% 12%,100% 45%,100% 100%,0 100%); }
.wheel { position:absolute; bottom:8px; width:21px; height:21px; border-radius:50%; background:#101b27; border:5px solid #647485; }
.w1{left:22px}.w2{right:14px}
.visual-badge { position:absolute; z-index:4; display:flex; flex-direction:column; min-width:150px; padding:15px 18px; border-radius:14px; background:rgba(255,255,255,.92); color:var(--navy); box-shadow:0 15px 40px rgba(0,0,0,.2); }
.visual-badge strong { font-size:27px; line-height:1; color:var(--blue); }
.visual-badge span { margin-top:5px; color:#705f47; font-size:11px; font-weight:700; }
.badge-one{left:16px;top:20px}.badge-two{right:16px;bottom:16px}

.stats-strip { background:white; border-bottom:1px solid var(--line); }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.stat { padding:27px 24px; display:flex; align-items:center; gap:14px; border-right:1px solid var(--line); }
.stat:first-child{padding-left:0}.stat:last-child{border-right:0}
.stat strong { font-size:26px; color:var(--navy); letter-spacing:-.04em; }
.stat span { color:var(--muted); font-size:12px; font-weight:600; line-height:1.3; }

.section { padding:104px 0; }
.section-muted { background:var(--bg); }
.section-heading { max-width:740px; margin-bottom:46px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { margin:0; font-size:clamp(34px,4vw,50px); line-height:1.08; letter-spacing:-.045em; color:var(--navy); }
.section-heading p, .about-copy p { color:var(--muted); font-size:16px; }
.cards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { min-height:230px; padding:28px; border:1px solid var(--line); border-radius:18px; background:white; transition:.25s; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#e4c987; }
.icon { width:46px; height:46px; display:grid; place-items:center; border-radius:12px; background:var(--ice); color:var(--blue); font-size:23px; font-weight:800; }
.service-card h3 { margin:20px 0 8px; font-size:19px; color:var(--navy); }
.service-card p { margin:0; color:var(--muted); font-size:14px; }

.split-heading { display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:end; max-width:none; }
.split-heading p { margin:0 0 8px; }
.warehouse-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.warehouse-panel { overflow:hidden; border-radius:22px; background:white; box-shadow:0 10px 40px rgba(78, 54, 18, .08); border:1px solid #ecdec2; }
.warehouse-image { height:240px; position:relative; overflow:hidden; background:linear-gradient(155deg,#7d551f 0%,#c98b31 55%,#f5d67b 100%); }
.warehouse-image:before { content:""; position:absolute; left:8%; right:8%; bottom:0; height:125px; background:#d9e1e7; clip-path:polygon(0 24%,12% 0,88% 0,100% 24%,100% 100%,0 100%); box-shadow:inset 0 -40px 0 #c7b89a; }
.warehouse-image:after { content:""; position:absolute; left:14%; right:14%; bottom:17px; height:64px; background:repeating-linear-gradient(90deg,#5f492a 0 45px,#c1af93 45px 52px); border:6px solid #c8b79c; }
.warehouse-image.ontario { background:linear-gradient(155deg,#5c3f18 0%,#b1782f 55%,#f9e6b2 100%); }
.warehouse-image span { position:absolute; z-index:4; top:18px; right:22px; font-size:64px; line-height:1; font-weight:800; color:rgba(255,255,255,.2); }
.warehouse-info { padding:30px; }
.location-label { color:var(--blue); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.warehouse-info h3 { margin:8px 0 5px; color:var(--navy); font-size:24px; }
.warehouse-size { font-size:42px; line-height:1; font-weight:800; letter-spacing:-.05em; margin:20px 0; color:var(--navy); }
.warehouse-size small { font-size:14px; letter-spacing:0; color:var(--muted); }
.warehouse-info ul { margin:0; padding:0; list-style:none; display:grid; gap:9px; color:var(--muted); font-size:14px; }
.warehouse-info li:before { content:"✓"; color:var(--blue); font-weight:800; margin-right:9px; }

.about-layout { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.about-copy p { max-width:600px; }
.text-link { display:inline-block; color:var(--blue); font-weight:800; margin-top:12px; }
.about-features { display:grid; gap:15px; }
.feature { display:grid; grid-template-columns:58px 1fr; gap:18px; padding:24px; border-radius:16px; background:#fffaf1; border:1px solid var(--line); }
.feature>span { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; background:var(--navy); color:white; font-size:12px; font-weight:800; }
.feature h4 { margin:1px 0 5px; color:var(--navy); font-size:18px; }
.feature p { margin:0; color:var(--muted); font-size:13px; }

.contact-section { background:linear-gradient(135deg,#2b2115,#59401b); color:white; }
.contact-layout { display:grid; grid-template-columns:.88fr 1.12fr; gap:70px; align-items:start; }
.eyebrow.light { color:#f9e6b2; }
.contact-copy h2 { color:white; }
.contact-copy>p { color:#f1e3c1; max-width:520px; }
.contact-details { margin-top:34px; display:grid; gap:18px; }
.contact-details div { padding-bottom:17px; border-bottom:1px solid rgba(255,255,255,.12); }
.contact-details span { display:block; font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:#f1d291; font-weight:800; }
.contact-details strong { display:block; margin-top:4px; font-size:15px; }
.placeholder-contact strong { color:#f9da66; }
.quote-form { padding:30px; border-radius:20px; background:white; color:var(--text); box-shadow:0 24px 60px rgba(0,0,0,.2); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.quote-form label { display:grid; gap:7px; margin-bottom:14px; font-size:12px; font-weight:800; color:#34465b; }
.quote-form input, .quote-form textarea, .quote-form select { width:100%; border:1px solid #e7d6b1; background:#fffdf8; border-radius:10px; padding:12px 13px; outline:none; color:#18283a; transition:.2s; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color:#e9a237; box-shadow:0 0 0 3px rgba(233,162,55,.12); }
.form-submit { width:100%; margin-top:4px; }
.form-note { font-size:11px; color:#8190a0; margin:11px 0 0; text-align:center; }

.footer { background:#1d1712; color:#e2d4b6; padding:46px 0 20px; }
.footer-grid { display:flex; justify-content:space-between; align-items:flex-start; gap:40px; }
.footer-brand { color:white; }
.footer-grid p { max-width:420px; font-size:13px; }
.footer-links { display:flex; gap:24px; color:#f2e4c7; font-size:13px; font-weight:600; }
.footer-bottom { margin-top:35px; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:20px; font-size:11px; }

@media (max-width: 980px) {
  .main-nav { display:none; position:absolute; top:76px; left:20px; right:20px; padding:18px; flex-direction:column; align-items:stretch; gap:6px; background:white; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:9px 6px; }
  .mobile-menu-btn { display:block; }
  .nav-actions .btn { display:none; }
  .hero-layout { grid-template-columns:1fr; min-height:auto; gap:18px; padding-top:70px; }
  .hero-copy { max-width:760px; }
  .hero-visual { min-height:390px; }
  .warehouse-card { max-width:660px; height:390px; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .cards-grid { grid-template-columns:1fr 1fr; }
  .about-layout, .contact-layout { grid-template-columns:1fr; gap:45px; }
}

@media (max-width: 680px) {
  .container { width:min(100% - 28px,1180px); }
  .nav-wrap { min-height:68px; }
  .main-nav { top:68px; }
  .brand-logo { height: 48px; }
  .footer-logo { height: 60px; }
  .hero-layout { padding:58px 0 52px; }
  .hero h1 { font-size:43px; }
  .hero-sub { font-size:17px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .trust-row { gap:10px 16px; }
  .hero-visual { min-height:320px; }
  .warehouse-card { height:310px; border-radius:18px; }
  .warehouse-shell { bottom:26px; height:150px; }
  .warehouse-front { height:92px; }
  .dock { height:43px; }
  .visual-badge { min-width:124px; padding:11px 13px; }
  .visual-badge strong { font-size:22px; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .stat { padding:22px 12px; display:block; }
  .stat strong, .stat span { display:block; }
  .section { padding:74px 0; }
  .cards-grid, .warehouse-grid, .split-heading, .form-row { grid-template-columns:1fr; }
  .split-heading { gap:8px; }
  .service-card { min-height:auto; }
  .warehouse-image { height:200px; }
  .about-layout { gap:38px; }
  .contact-layout { gap:38px; }
  .quote-form { padding:22px; }
  .footer-grid, .footer-bottom { flex-direction:column; }
  .footer-links { flex-wrap:wrap; }
}

/* Real warehouse photography */
.warehouse-image.photo { background:#62421a; }
.warehouse-image.photo:before, .warehouse-image.photo:after { display:none; }
.warehouse-image.photo img { width:100%; height:100%; object-fit:cover; display:block; }
.warehouse-image.photo::after { content:""; display:block; position:absolute; inset:0; background:linear-gradient(to top, rgba(35,23,8,.45), rgba(35,23,8,0) 52%); }
.photo-label { position:absolute; z-index:5; left:22px; bottom:18px; color:white; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; text-shadow:0 2px 10px rgba(0,0,0,.45); }
.warehouse-address { color:var(--muted); font-size:13px; font-weight:600; line-height:1.45; margin-top:6px; }
.footer-contact a { color:#faebca; }
.footer-contact a:hover { color:white; }


.brand-logo { filter: none; }
.site-header { box-shadow: 0 4px 18px rgba(117,83,24,.06); }
.service-card, .warehouse-panel, .feature, .quote-form { box-shadow: 0 10px 30px rgba(117,83,24,.06); }
.stat strong { color: var(--blue); }
.icon { box-shadow: inset 0 0 0 1px rgba(233,162,55,.14); }


/* Material-image enhancements */
.hero-photo-card {
  position: relative;
  width: 100%;
  height: 430px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  background: #5f492a;
}
.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(27,27,27,.18), rgba(27,27,27,.42));
}
.hero-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-stat {
  position: absolute;
  z-index: 2;
  min-width: 178px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  color: var(--navy);
  box-shadow: 0 15px 40px rgba(0,0,0,.22);
}
.hero-stat strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: var(--blue);
}
.hero-stat span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #705f47;
}
.hero-stat-top { left: 18px; bottom: 88px; }
.hero-stat-bottom { right: 18px; bottom: 18px; }

.operations-section {
  background: linear-gradient(180deg, #fffdfa 0%, #fff7e7 100%);
}
.operations-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
  align-items: center;
}
.operations-photo {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(117,83,24,.15);
  border: 1px solid #ead9b2;
  background: #fff;
}
.operations-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.operations-copy p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 24px;
}
.operations-points {
  display: grid;
  gap: 14px;
}
.op-point {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  border: 1px solid #ead9b2;
  box-shadow: 0 10px 28px rgba(117,83,24,.06);
}
.op-point strong {
  color: var(--navy);
  font-size: 16px;
}
.op-point span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .hero-photo-card { max-width: 660px; height: 390px; }
  .operations-layout { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 680px) {
  .hero-photo-card { height: 310px; border-radius: 18px; }
  .hero-tag { top: 14px; left: 14px; font-size: 10px; padding: 8px 11px; }
  .hero-stat { min-width: 132px; padding: 11px 12px; }
  .hero-stat strong { font-size: 21px; }
  .hero-stat span { font-size: 10px; }
  .hero-stat-top { left: 14px; bottom: 78px; }
  .hero-stat-bottom { right: 14px; bottom: 14px; }
  .operations-photo img { min-height: 280px; }
  .op-point { grid-template-columns: 1fr; gap: 8px; }
}

.netlify-honeypot {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
.form-note.is-success { color: #7f5a16; font-weight: 700; }
.form-note.is-error { color: #b42318; font-weight: 700; }
.form-submit[disabled] { opacity: .65; cursor: not-allowed; transform: none; }
