:root {
  color-scheme: light;
  --ink: #0a111d;
  --ink-2: #121d2d;
  --blue: #2c3a96;
  --blue-dark: #1d286e;
  --orange: #f15a29;
  --orange-dark: #cf4317;
  --paper: #f4f2ed;
  --mist: #edf1f4;
  --steel: #687584;
  --line: #d7dde2;
  --white: #fff;
  --green: #148343;
  --shadow: 0 24px 70px rgba(10, 17, 29, .16);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 142px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 {
  margin: 0;
  color: var(--ink);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  line-height: .98;
  text-transform: uppercase;
}
h2 { font-size: clamp(2.75rem, 5vw, 4.9rem); letter-spacing: -.025em; }
h3 { font-size: 1.75rem; letter-spacing: -.01em; }
p { margin: 0 0 1rem; color: var(--steel); }
:focus-visible { outline: 3px solid rgba(241, 90, 41, .55); outline-offset: 4px; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 105px 0; }
.section-paper { background: var(--paper); }
.section-dark { background: #edf3fa; color: var(--ink); }
.section-dark h2, .section-dark h3 { color: var(--ink); }
.section-dark p { color: var(--steel); }
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 3000;
  padding: 10px 16px; background: var(--white); color: var(--ink);
  font-weight: 800; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.kicker {
  display: flex; align-items: center; gap: 12px; margin: 0 0 16px;
  color: var(--orange-dark); font-size: .72rem; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.kicker::before { width: 32px; height: 3px; background: currentColor; content: ""; }
.kicker-light { color: var(--orange-dark); }
.section-head {
  display: flex; align-items: end; justify-content: space-between;
  gap: 46px; margin-bottom: 50px;
}
.section-head > div { max-width: 820px; }
.section-head p:not(.kicker) { max-width: 690px; margin: 20px 0 0; }
.section-head .section-action { flex: 0 0 auto; }
.text-link {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--blue); font-size: .82rem; font-weight: 900; text-transform: uppercase;
}
.text-link::after { content: "→"; color: var(--orange); transition: transform .2s; }
.text-link:hover::after { transform: translateX(5px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center;
  gap: 9px; padding: 0 24px; border: 2px solid transparent; border-radius: 0;
  cursor: pointer; font-size: .78rem; font-weight: 900; letter-spacing: .03em;
  text-transform: uppercase; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: var(--orange-dark); color: var(--white); }
.btn-orange:hover { background: #a93412; }
.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: #0f6f37; }
.btn-outline-light { border-color: var(--blue); color: var(--blue); }
.btn-outline-light:hover { border-color: var(--blue); background: var(--blue); color: var(--white); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-white { background: var(--blue); color: var(--white); }

.sales-bar { position: sticky; top: 0; z-index: 1001; border-top: 3px solid var(--orange); border-bottom: 1px solid #dfe5ee; background: #f8fafc; color: var(--steel); font-size: .7rem; }
.sales-bar-inner {
  min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 26px;
}
.sales-bar strong { color: var(--blue); }
.sales-bar-proof { display: flex; align-items: center; gap: 22px; }
.sales-bar-proof span { position: relative; }
.sales-bar-proof span + span::before {
  position: absolute; left: -12px; color: #c4ccd7; content: "/";
}
.sales-bar-contact { display: flex; gap: 14px; }
.sales-bar-contact a { color: var(--blue); font-weight: 800; }
.sales-bar-contact .wa { color: #148343; }

.site-header {
  position: sticky; top: 38px; z-index: 1000;
  border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97);
  box-shadow: 0 5px 24px rgba(10,17,29,.05); backdrop-filter: blur(12px);
}
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 26px; flex: 0 0 auto; background: transparent; }
.brand-emblem {
  position: relative; width: 92px; height: 64px; flex: 0 0 92px;
  display: grid; place-items: center; overflow: visible;
}
.brand-emblem::after {
  position: absolute; top: 5px; right: -14px; bottom: 5px; width: 3px;
  background: linear-gradient(180deg,var(--orange) 0 38%,#dbe2ed 38% 48%,var(--blue) 48% 100%); content: "";
}
.brand-emblem img { position: static; width: 100%; max-width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: flex; min-width: 0; flex-direction: column; justify-content: center; line-height: 1; white-space: nowrap; }
.brand-name strong {
  color: var(--orange); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 2.02rem; font-weight: 700; letter-spacing: .055em; line-height: .88;
}
.brand-name small { margin-top: 10px; color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .125em; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: .77rem; font-weight: 800; }
.main-nav a { position: relative; padding: 31px 0; }
.main-nav a:not(.header-cta)::after {
  position: absolute; right: 0; bottom: 22px; left: 0; height: 3px;
  background: var(--orange); content: ""; transform: scaleX(0); transition: transform .2s;
}
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav .header-cta {
  min-height: 44px; display: inline-flex; align-items: center; gap: 8px;
  padding: 0 17px; background: var(--green); color: var(--white);
}
.main-nav .header-cta::before { width: 7px; height: 7px; border: 2px solid currentColor; border-radius: 50%; content: ""; }
.nav-toggle {
  display: none; width: 46px; height: 46px; padding: 0;
  border: 2px solid var(--ink); background: var(--white); cursor: pointer;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  position: relative; display: block; width: 18px; height: 2px; margin: auto; background: var(--ink); content: "";
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

.hero {
  position: relative; min-height: 720px; display: grid; align-items: center;
  overflow: hidden; border-bottom: 1px solid var(--line); background: #f8fafc;
}
.hero::before {
  position: absolute; inset: 0 0 0 40%; content: "";
  background: url("images/hero.webp") center / cover no-repeat;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.hero::after {
  position: absolute; inset: 0; content: "";
  background: linear-gradient(90deg, #f8fafc 0%, #f8fafc 39%, rgba(248,250,252,.93) 52%, rgba(248,250,252,.2) 72%, transparent 100%);
}
.hero-inner {
  position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 380px;
  align-items: center; gap: 78px; padding: 90px 0;
}
.hero-copy h1 {
  max-width: 800px; color: var(--blue-dark); font-size: clamp(4rem, 8.2vw, 7.9rem);
  letter-spacing: -.035em; line-height: .88;
}
.hero-copy h1 span { color: #ff7445; }
.hero-slogan {
  width: fit-content; margin: 0 0 22px; padding: 9px 14px;
  border-left: 4px solid var(--orange); background: rgba(255,255,255,.88); color: var(--blue-dark);
  font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
}
.hero-copy > p:not(.kicker):not(.hero-slogan) {
  max-width: 700px; margin: 28px 0 32px; color: #526173; font-size: 1.03rem;
}
.hero-proof-row {
  display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 29px;
  color: var(--blue-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase;
}
.hero-proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof-row span::before { width: 8px; height: 8px; background: var(--orange); content: ""; }
.quick-quote {
  padding: 30px; border-top: 5px solid var(--orange); background: var(--white); box-shadow: var(--shadow);
}
.quick-quote h2 { font-size: 2.35rem; }
.quick-quote > p { margin: 9px 0 20px; font-size: .76rem; }
.quick-quote label {
  display: block; margin-bottom: 11px; color: var(--ink); font-size: .68rem;
  font-weight: 900; letter-spacing: .04em; text-transform: uppercase;
}
.quick-quote input, .quick-quote select {
  width: 100%; height: 46px; margin-top: 5px; padding: 0 12px;
  border: 1px solid var(--line); border-radius: 0; background: #f9fafb; color: var(--ink);
}
.quick-quote .btn { width: 100%; margin-top: 5px; }
.quick-note { margin: 10px 0 0 !important; text-align: center; font-size: .65rem !important; }
.quick-note a { color: var(--blue); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.buy-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.buy-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.buy-item {
  min-height: 112px; display: grid; grid-template-columns: 38px 1fr; align-items: center;
  gap: 13px; padding: 24px; border-right: 1px solid var(--line);
}
.buy-item:last-child { border-right: 0; }
.buy-item b {
  width: 36px; height: 36px; display: grid; place-items: center;
  border: 2px solid var(--orange); color: var(--orange); font-size: .68rem;
}
.buy-item strong, .buy-item span { display: block; }
.buy-item strong { font-size: .77rem; text-transform: uppercase; }
.buy-item span { margin-top: 4px; color: var(--steel); font-size: .68rem; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.warehouse-collage { position: relative; padding: 0 45px 45px 0; }
.warehouse-collage::before {
  position: absolute; top: -18px; right: 26px; width: 150px; height: 150px;
  background: repeating-linear-gradient(135deg, var(--orange) 0 4px, transparent 4px 15px); content: "";
}
.warehouse-collage img { position: relative; width: 100%; min-height: 470px; object-fit: cover; box-shadow: var(--shadow); }
.why-split { grid-template-columns: .78fr 1.22fr; gap: 62px; }
.why-split .warehouse-collage { padding-right: 22px; }
.why-split .warehouse-collage img { min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }
.warehouse-badge {
  position: absolute; right: 0; bottom: 0; width: 220px; padding: 25px; background: var(--blue); color: var(--white);
}
.warehouse-badge strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; text-transform: uppercase; }
.warehouse-badge span { color: rgba(255,255,255,.7); font-size: .72rem; }
.fact-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px 28px; margin: 30px 0 34px; padding: 0; list-style: none; }
.fact-list li { position: relative; padding-left: 25px; font-size: .8rem; font-weight: 800; }
.fact-list li::before { position: absolute; top: .43em; left: 0; width: 10px; height: 10px; background: var(--orange); content: ""; }

.heritage-home { border-top: 1px solid #f3d8cd; border-bottom: 1px solid #dfe5ee; background: linear-gradient(115deg,#fff9f5 0%,#f8fafc 70%); }
.heritage-home-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 78px; }
.heritage-visual { position: relative; min-height: 575px; padding: 0 90px 75px 0; }
.heritage-main-photo { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; box-shadow: var(--shadow); }
.heritage-photo-old { object-position: center 38%; }
.heritage-detail-photo {
  position: absolute; right: 0; bottom: 0; width: 42%; aspect-ratio: 4 / 3; object-fit: cover;
  border: 10px solid var(--paper); box-shadow: 0 18px 42px rgba(10,17,29,.18);
}
.heritage-stamp {
  position: absolute; top: -24px; left: -20px; width: 134px; min-height: 126px;
  display: flex; flex-direction: column; justify-content: center; padding: 20px;
  background: var(--orange); color: var(--white); box-shadow: 0 15px 35px rgba(207,67,23,.25);
}
.heritage-stamp strong { font-family: "Barlow Condensed", sans-serif; font-size: 3.6rem; line-height: .85; }
.heritage-stamp span { margin-top: 11px; font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.heritage-copy h2 { color: var(--blue-dark); }
.heritage-copy > p:not(.kicker) { max-width: 620px; }
.mini-timeline { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 28px 0 32px; background: var(--line); border: 1px solid var(--line); }
.mini-timeline div { min-height: 105px; display: flex; flex-direction: column; justify-content: end; padding: 18px; background: var(--white); }
.mini-timeline strong { color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 1.9rem; line-height: 1; }
.mini-timeline span { margin-top: 7px; color: var(--ink-2); font-size: .68rem; font-weight: 800; }

.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.product-card {
  position: relative; min-height: 430px; display: flex; flex-direction: column;
  overflow: hidden; background: var(--white); box-shadow: 0 9px 30px rgba(10,17,29,.08);
}
.product-card-media { position: relative; overflow: hidden; }
.product-card-media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,17,29,.2), transparent); content: ""; }
.product-card img { width: 100%; height: 215px; object-fit: cover; transition: transform .4s; }
.product-card:hover img { transform: scale(1.045); }
.product-code {
  position: absolute; top: 14px; left: 14px; z-index: 1; padding: 6px 9px;
  background: var(--ink); color: var(--white); font-size: .63rem; font-weight: 900;
}
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.product-card h3 { margin-bottom: 9px; font-size: 1.9rem; }
.product-card p { font-size: .76rem; }
.product-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 22px; }
.product-tags span { padding: 5px 8px; background: var(--mist); color: var(--ink-2); font-size: .62rem; font-weight: 800; }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.wa-link {
  display: inline-flex; align-items: center; gap: 7px; color: #148343;
  font-size: .72rem; font-weight: 900; text-transform: uppercase;
}
.wa-link::before { width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; content: ""; }

.proof-panel { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line); background: #f7f9fc; color: var(--ink); box-shadow: var(--shadow); }
.proof-image { min-height: 540px; background: url("images/operations-forklift.webp") center / cover no-repeat; }
.proof-content { padding: 74px; }
.proof-content h2 { color: var(--blue-dark); }
.proof-content > p { color: var(--steel); }
.proof-list { margin-top: 34px; border-top: 1px solid var(--line); }
.proof-item {
  display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.proof-item b { color: var(--orange-dark); font-size: .72rem; }
.proof-item strong { display: block; margin-bottom: 3px; text-transform: uppercase; font-size: .78rem; }
.proof-item span { color: var(--steel); font-size: .72rem; }

.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cdd8e5; border-left: 1px solid #cdd8e5; }
.service-tile { min-height: 220px; padding: 28px; border-right: 1px solid #cdd8e5; border-bottom: 1px solid #cdd8e5; background: rgba(255,255,255,.52); }
.service-tile b { display: block; margin-bottom: 70px; color: var(--orange-dark); font-size: .68rem; }
.service-tile h3 { color: var(--blue-dark); font-size: 1.55rem; }
.service-tile p { margin: 9px 0 0; color: var(--steel); font-size: .72rem; }

.social-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.social-card {
  position: relative; min-height: 420px; display: flex; flex-direction: column; overflow: hidden; padding: 24px;
  border: 1px solid var(--line); background-color: var(--white); background-position: top center; background-size: 100% 245px; background-repeat: no-repeat;
  color: var(--ink); box-shadow: 0 14px 38px rgba(10,17,29,.1); transition: transform .25s ease, box-shadow .25s ease;
}
.social-card::before { position: absolute; inset: 0 0 auto; height: 245px; background: linear-gradient(0deg, rgba(10,17,29,.16), transparent 70%); content: ""; }
.social-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(10,17,29,.24); }
.social-card > * { position: relative; z-index: 1; }
.social-card > div { position: absolute; right: 0; bottom: 0; left: 0; min-height: 184px; padding: 24px 28px; background: var(--white); }
.social-facebook { background-image: url("images/office-team.webp"); }
.social-instagram { background-image: url("images/warehouse-ready-stock.webp"); }
.social-tiktok { background-image: url("images/operations-loading.webp"); }
.social-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  border: 2px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(10,17,29,.36); color: var(--white); font-size: .85rem; font-weight: 900;
}
.social-card small { color: var(--orange-dark); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.social-card h3 { margin: 8px 0 10px; color: var(--blue-dark); font-size: 2.1rem; }
.social-card p { max-width: 310px; margin-bottom: 15px; color: var(--steel); font-size: .74rem; }
.social-card strong { color: var(--blue); font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }

.quote-steps { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: quote; }
.quote-step { position: relative; padding: 38px 30px 0 0; border-top: 2px solid var(--line); counter-increment: quote; }
.quote-step::before {
  position: absolute; top: -20px; left: 0; width: 40px; height: 40px; display: grid; place-items: center;
  background: var(--blue); color: var(--white); content: counter(quote, decimal-leading-zero);
  font-size: .66rem; font-weight: 900;
}
.quote-step h3 { margin: 20px 0 8px; font-size: 1.55rem; }
.quote-step p { font-size: .74rem; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative; padding: 22px 48px 22px 0; cursor: pointer;
  font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; font-weight: 700; text-transform: uppercase;
}
.faq-list summary::after { position: absolute; top: 20px; right: 4px; color: var(--orange); content: "+"; font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 48px 20px 0; font-size: .8rem; }

.cta-band { position: relative; overflow: hidden; padding: 72px 0; border-top: 1px solid #d9e2ef; border-bottom: 1px solid #d9e2ef; background: linear-gradient(115deg, #edf4ff 0%, #f8fafc 58%, #fff1eb 100%); color: var(--ink); }
.cta-band::after {
  position: absolute; top: -200px; right: 6%; width: 380px; height: 380px;
  border: 75px solid rgba(44,58,150,.07); content: ""; transform: rotate(45deg);
}
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta-inner h2 { max-width: 780px; color: var(--blue-dark); font-size: clamp(2.8rem,5vw,4.5rem); }
.cta-inner p { color: var(--steel); }

.page-hero {
  position: relative; padding: 105px 0 85px; overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #f8fafc 0%, rgba(248,250,252,.97) 45%, rgba(248,250,252,.7) 68%, rgba(248,250,252,.28) 100%), url("images/warehouse.webp") center / cover no-repeat;
  color: var(--ink);
}
.page-hero::after {
  position: absolute; right: 9%; bottom: -230px; width: 440px; height: 440px;
  border: 70px solid rgba(241,90,41,.2); content: ""; transform: rotate(45deg);
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 27px; color: var(--steel); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.breadcrumb a { color: var(--blue); }
.page-hero h1 { max-width: 900px; color: var(--blue-dark); font-size: clamp(3.8rem,7vw,6.6rem); }
.page-hero p:not(.kicker) { max-width: 760px; margin: 22px 0 0; color: #526173; }

.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { min-height: 180px; display: flex; flex-direction: column; justify-content: end; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.stat strong { font-family: "Barlow Condensed", sans-serif; font-size: 2rem; text-transform: uppercase; }
.stat span { color: var(--steel); font-size: .72rem; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.value-card { min-height: 270px; padding: 34px; border-top: 5px solid var(--orange); background: var(--white); box-shadow: 0 10px 30px rgba(10,17,29,.07); }
.value-card b { display: block; margin-bottom: 70px; color: var(--blue); font-size: .7rem; }
.value-card p { margin-top: 12px; font-size: .78rem; }

.heritage-signboard-section { border-top: 1px solid #f2ded5; border-bottom: 1px solid #dce5ef; background: linear-gradient(120deg,#fff8f4,#f5f8fc); }
.heritage-signboard-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 72px; }
.heritage-signboard-media { position: relative; width: 100%; max-width: 480px; justify-self: center; padding: 18px 18px 46px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-1deg); }
.heritage-signboard-media::after {
  position: absolute; right: -16px; bottom: -16px; width: 120px; height: 120px;
  background: repeating-linear-gradient(135deg,var(--orange) 0 4px,transparent 4px 14px); content: ""; z-index: -1;
}
.heritage-signboard-media img { display: block; width: 100%; height: auto; object-fit: contain; }
.heritage-signboard-media span {
  position: absolute; right: 22px; bottom: 17px; color: var(--orange-dark);
  font-size: .64rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase;
}
.heritage-signboard-grid h2 { color: var(--blue-dark); }
.heritage-signboard-grid p:not(.kicker) { max-width: 680px; }

.history-timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); }
.history-timeline::before { position: absolute; top: 44px; right: 0; left: 0; height: 2px; background: var(--line); content: ""; }
.history-timeline article { position: relative; padding-right: 30px; }
.history-timeline time {
  position: relative; z-index: 1; width: 90px; height: 90px; display: grid; place-items: center;
  border: 2px solid var(--orange); background: var(--paper); color: var(--orange);
  font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; font-weight: 700; text-transform: uppercase;
}
.history-timeline article > div { padding: 27px 26px 0 0; }
.history-timeline span { color: var(--blue); font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.history-timeline h3 { margin: 10px 0 12px; font-size: 1.65rem; line-height: 1.02; }
.history-timeline p { font-size: .73rem; }
.purpose-section { border-top: 1px solid #dce5ef; border-bottom: 1px solid #f0d9cf; background: linear-gradient(120deg,#f4f8fd 0%,#fff9f5 100%); }
.purpose-intro { max-width: 820px; }
.purpose-intro h2 { color: var(--blue-dark); }
.purpose-slogan {
  display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 10px 28px;
  margin-top: 42px; padding: 34px 40px; border-left: 7px solid var(--orange); background: var(--blue-dark); color: var(--white);
  box-shadow: 0 16px 40px rgba(10,17,29,.14);
}
.purpose-slogan span { color: #ff9a79; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.purpose-slogan strong { font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.3rem,4.4vw,4rem); line-height: .95; text-transform: uppercase; }
.purpose-slogan p { grid-column: 2; max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: .75rem; }
.purpose-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 42px; }
.purpose-card {
  position: relative; min-height: 350px; overflow: hidden; padding: 42px;
  border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 38px rgba(10,17,29,.08);
}
.purpose-card::after {
  position: absolute; right: -76px; bottom: -86px; width: 210px; height: 210px;
  border: 42px solid rgba(44,58,150,.06); content: ""; transform: rotate(45deg);
}
.purpose-mission { border-top: 6px solid var(--orange); }
.purpose-vision, .purpose-dream { border-top: 6px solid var(--blue); }
.purpose-philosophy { border-top: 6px solid var(--orange); }
.purpose-number { display: block; margin-bottom: 74px; color: var(--orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.purpose-vision .purpose-number, .purpose-dream .purpose-number { color: var(--blue); }
.purpose-label { margin: 0 0 10px; color: var(--orange-dark); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.purpose-vision .purpose-label, .purpose-dream .purpose-label { color: var(--blue); }
.purpose-card h3 { position: relative; z-index: 1; margin-bottom: 14px; color: var(--blue-dark); font-size: 2.35rem; }
.purpose-card p:last-child { position: relative; z-index: 1; max-width: 540px; margin: 0; font-size: .8rem; }
.leadership-section { background: #f8fafc; }
.leadership-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.leader-card { display: grid; grid-template-columns: 210px 1fr; min-height: 360px; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 34px rgba(10,17,29,.07); }
.leader-card > div:last-child { align-self: center; padding: 38px; }
.leader-photo { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center 18%; }
.leader-monogram {
  position: relative; display: grid; place-items: end start; overflow: hidden; padding: 24px;
  background: linear-gradient(145deg, #ff8056, var(--orange));
}
.leader-monogram::before {
  position: absolute; right: -42px; bottom: -54px; width: 170px; height: 170px;
  border: 34px solid rgba(255,255,255,.18); content: ""; transform: rotate(45deg);
}
.leader-monogram-blue { background: linear-gradient(145deg, #3f50b9, var(--blue-dark)); }
.leader-monogram span { position: relative; z-index: 1; color: var(--white); font-family: "Barlow Condensed", sans-serif; font-size: 3.4rem; font-weight: 700; line-height: .9; }
.leader-role { margin: 0 0 12px; color: var(--orange-dark); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.leader-card h3 { margin-bottom: 13px; color: var(--blue-dark); font-size: 2.1rem; }
.leader-card p:last-child { margin: 0; font-size: .76rem; }
.photo-story-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.photo-story-grid figure { position: relative; min-height: 380px; margin: 0; overflow: hidden; background: var(--ink); }
.photo-story-grid .photo-story-wide { grid-column: 1 / -1; min-height: 520px; }
.photo-story-grid img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .45s ease; }
.photo-story-grid figure:hover img { transform: scale(1.025); }
.photo-story-grid figcaption {
  position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: end; justify-content: space-between; gap: 20px;
  padding: 48px 28px 24px; background: linear-gradient(0deg, rgba(10,17,29,.88), transparent); color: var(--white);
}
.photo-story-grid figcaption strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; text-transform: uppercase; }
.photo-story-grid figcaption span { color: rgba(255,255,255,.75); font-size: .68rem; }
.team-story-section { background: var(--white); }
.team-story-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 78px; }
.team-story-grid h2 { color: var(--blue-dark); }
.team-story-grid > div:first-child > p:not(.kicker) { max-width: 660px; }
.team-story-photos { position: relative; min-height: 560px; padding: 0 0 86px 82px; }
.team-story-photos::before {
  position: absolute; top: -18px; right: 28px; width: 150px; height: 150px;
  background: repeating-linear-gradient(135deg,var(--blue) 0 4px,transparent 4px 15px); content: "";
}
.team-story-photos img { position: relative; object-fit: cover; box-shadow: var(--shadow); }
.team-photo-primary { width: 100%; aspect-ratio: 4 / 3; }
.team-photo-secondary {
  position: absolute !important; bottom: 0; left: 0; width: 42%; aspect-ratio: 4 / 3;
  border: 9px solid var(--white);
}
.social-follow-strip { border-top: 1px solid #d9e2ef; border-bottom: 1px solid #d9e2ef; background: linear-gradient(115deg,#edf4ff,#fff5f0); }
.social-follow-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.social-follow-inner > div:first-child { max-width: 730px; }
.social-follow-inner h2 { color: var(--blue-dark); }
.social-follow-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.social-btn { min-width: 126px; color: var(--white); }
.social-btn-facebook { background: #1877f2; }
.social-btn-instagram { background: linear-gradient(120deg,#8a3ab9,#e95950,#fccc63); }
.social-btn-tiktok { background: #111; }

.search-box {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px;
  margin-bottom: 28px; padding: 18px; border: 1px solid #d7e0eb; background: #eef4fb;
}
.search-box label { position: relative; }
.search-box input { width: 100%; height: 52px; padding: 0 18px; border: 0; border-radius: 0; }
.search-count { min-width: 150px; margin: 0; color: var(--blue-dark); font-size: .72rem; font-weight: 800; text-align: center; }
.search-suggestions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 9px;
  margin: -13px 0 28px; color: var(--steel); font-size: .68rem;
}
.search-suggestions > span { margin-right: 3px; color: var(--blue-dark); font-weight: 900; text-transform: uppercase; }
.search-suggestions button {
  padding: 7px 12px; border: 1px solid #cad6e4; background: var(--white); color: var(--blue-dark);
  font-size: .67rem; font-weight: 800; transition: border-color .2s, color .2s, transform .2s;
}
.search-suggestions button:hover { border-color: var(--orange); color: var(--orange-dark); transform: translateY(-1px); }
.search-empty {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  margin-bottom: 28px; padding: 24px; border: 1px solid #cbd8e7; border-left: 5px solid var(--orange); background: var(--white);
}
.search-empty[hidden] { display: none; }
.search-empty strong, .search-empty span { display: block; }
.search-empty strong { color: var(--blue-dark); font-size: .9rem; }
.search-empty span { margin-top: 3px; color: var(--steel); font-size: .7rem; }
.catalog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.catalog-card {
  display: grid; grid-template-columns: 43% 57%; min-height: 350px;
  overflow: hidden; border: 1px solid var(--line); background: var(--white);
}
.catalog-card[hidden] { display: none; }
.catalog-card img { width: 100%; height: 100%; object-fit: cover; }
.catalog-body { display: flex; flex-direction: column; padding: 30px; }
.catalog-body h2 { font-size: 2.2rem; }
.catalog-body > p { font-size: .75rem; }
.catalog-body .product-tags { margin-bottom: 20px; }
.catalog-body .catalog-detail-link { margin-top: auto; margin-bottom: 12px; }
.catalog-body .wa-link { margin-top: 0; }
.catalog-all {
  margin-top: 24px; padding: 32px; border: 1px solid #d7e0eb; border-left: 5px solid var(--orange); background: #eef4fb; color: var(--ink);
}
.catalog-all h2 { color: var(--blue-dark); font-size: 2.5rem; }
.catalog-all p { margin: 10px 0 20px; color: var(--steel); font-size: .78rem; }
.product-detail { align-items: start; }
.product-detail-media { position: sticky; top: 150px; }
.product-detail-media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.detail-products {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px;
  margin: 28px 0;
}
.detail-products span {
  min-height: 48px; display: flex; align-items: center; padding: 10px 13px;
  border: 1px solid #d6e0eb; background: #f7faff; color: var(--blue-dark);
  font-size: .7rem; font-weight: 800;
}
.detail-note {
  margin-top: 22px; padding: 20px; border-left: 5px solid var(--orange);
  background: #eef4fb; color: var(--steel); font-size: .74rem;
}

.service-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { min-height: 290px; padding: 34px; border: 1px solid var(--line); background: var(--white); }
.service-card b { display: block; margin-bottom: 75px; color: var(--orange-dark); font-size: .7rem; }
.service-card p { margin-top: 10px; font-size: .77rem; }
.feature-pair { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.feature-image {
  position: relative; min-height: 450px; display: flex; align-items: end; padding: 36px;
  overflow: hidden; background-position: center; background-size: cover;
}
.feature-image::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(255,255,255,.94), rgba(255,255,255,.08) 68%); content: ""; }
.feature-image > div { position: relative; z-index: 1; }
.feature-image h2 { color: var(--blue-dark); font-size: 2.8rem; }
.feature-image p { color: #526173; font-size: .76rem; }
.feature-warehouse { background-image: url("images/warehouse.webp"); }
.feature-delivery { background-image: url("images/delivery.webp"); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 55px; }
.contact-card { padding: 36px; border: 1px solid #d7e0eb; background: #eef4fb; color: var(--ink); }
.contact-card h2, .contact-card h3 { color: var(--blue-dark); }
.contact-card h2 { font-size: 3rem; }
.contact-card > p { color: var(--steel); font-size: .8rem; }
.contact-line { padding: 20px 0; border-top: 1px solid #ccd7e3; }
.contact-line h3 { margin-bottom: 6px; font-size: 1.2rem; }
.contact-line p, .contact-line a { margin: 0; color: #46586d; font-size: .76rem; }
.contact-line a:hover { color: var(--blue); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
.contact-actions .btn { padding: 0 12px; }
.contact-actions .contact-call { grid-column: 1 / -1; }
.wa-form { padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.wa-form h2 { font-size: 3rem; }
.wa-form .form-intro { margin: 12px 0 26px; font-size: .78rem; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.wa-form label { display: block; margin-bottom: 15px; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.wa-form input, .wa-form select, .wa-form textarea {
  width: 100%; margin-top: 6px; padding: 13px; border: 1px solid #c9cfd5;
  border-radius: 0; background: var(--white); color: var(--ink);
}
.wa-form textarea { min-height: 130px; resize: vertical; }
.wa-form input:focus, .wa-form select:focus, .wa-form textarea:focus { border-color: var(--orange); outline: 2px solid rgba(241,90,41,.15); }
.required { color: var(--orange-dark); }
.form-status { margin: 12px 0 0; font-size: .68rem; }
.visit-section { border-top: 1px solid #dbe3ec; background: linear-gradient(120deg,#f4f7fb 0%,#fff9f5 100%); }
.visit-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 40px; }
.visit-heading > div:first-child { max-width: 800px; }
.visit-heading h2 { color: var(--blue-dark); font-size: clamp(3.3rem,6vw,5.5rem); }
.visit-heading > div:first-child > p:last-child { max-width: 650px; margin-top: 16px; }
.visit-location-code { flex: 0 0 auto; padding: 18px 22px; border-left: 5px solid var(--orange); background: var(--white); box-shadow: 0 12px 30px rgba(10,17,29,.08); }
.visit-location-code strong { display: block; color: var(--blue-dark); font-family: "Barlow Condensed",sans-serif; font-size: 2rem; line-height: 1; }
.visit-location-code span { display: block; margin-top: 6px; color: var(--steel); font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.visit-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; gap: 24px; }
.visit-card, .map-shell { overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 48px rgba(10,17,29,.1); }
.visit-photo { position: relative; height: 255px; overflow: hidden; }
.visit-photo::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(10,17,29,.48),transparent 55%); content: ""; }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.visit-photo span { position: absolute; right: 24px; bottom: 20px; z-index: 1; color: var(--white); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.visit-card-body { padding: 32px; }
.visit-overline { margin: 0 0 9px; color: var(--orange-dark); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.visit-card h3 { color: var(--blue-dark); font-size: 2.35rem; }
.visit-card address { margin-top: 16px; color: #526173; font-size: .78rem; font-style: normal; }
.visit-hours { display: grid; grid-template-columns: repeat(2,1fr); margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-hours div { padding: 17px 14px 17px 0; }
.visit-hours div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.visit-hours span, .visit-hours strong { display: block; }
.visit-hours span { color: var(--steel); font-size: .61rem; font-weight: 800; text-transform: uppercase; }
.visit-hours strong { margin-top: 6px; color: var(--blue-dark); font-size: .74rem; }
.visit-actions { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.visit-actions .btn { min-width: 0; padding: 0 15px; }
.visit-note { margin: 22px 0 0; color: var(--steel); font-size: .69rem; }
.map-shell { min-height: 635px; display: grid; grid-template-rows: 1fr auto; }
.map-frame { width: 100%; height: 100%; min-height: 555px; display: block; border: 0; }
.map-caption { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 26px; border-top: 1px solid var(--line); background: #f8fafc; }
.map-caption strong, .map-caption span { display: block; }
.map-caption strong { color: var(--blue-dark); font-size: .76rem; text-transform: uppercase; }
.map-caption span { margin-top: 4px; color: var(--steel); font-size: .66rem; }

.site-footer { padding: 76px 0 22px; border-top: 1px solid #d7e0eb; background: #f4f7fa; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .65fr .9fr .75fr; gap: 54px; }
.footer-brand { margin-bottom: 18px; }
.site-footer h3 { margin-bottom: 18px; color: var(--blue-dark); font-family: "Inter", sans-serif; font-size: .72rem; letter-spacing: .08em; }
.site-footer p, .site-footer address { color: var(--steel); font-size: .73rem; font-style: normal; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #526173; font-size: .74rem; }
.footer-links a:hover { color: var(--blue); }
.footer-contact { display: grid; gap: 8px; }
.footer-contact a { color: var(--blue); font-size: .74rem; font-weight: 800; }
.footer-social { display: flex; gap: 8px; margin-top: 18px; }
.footer-social a {
  width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #c8d3df;
  background: var(--white); color: var(--blue-dark); font-size: .65rem; font-weight: 900; transition: .2s ease;
}
.footer-social a:hover { border-color: var(--orange-dark); background: var(--orange-dark); color: var(--white); transform: translateY(-2px); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 18px;
  border-top: 1px solid #d7e0eb; color: #7b8795; font-size: .65rem;
}

.floating-wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 900; min-height: 52px;
  display: inline-flex; align-items: center; gap: 9px; padding: 0 19px; border-radius: 999px;
  background: var(--green); color: var(--white); box-shadow: 0 14px 40px rgba(10,17,29,.35);
  font-size: .74rem; font-weight: 900; text-transform: uppercase;
}
.floating-wa::before { width: 9px; height: 9px; border: 2px solid currentColor; border-radius: 50%; content: ""; }
.mobile-conversion { display: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 17px; }
  .hero-inner { grid-template-columns: minmax(0,1fr) 350px; gap: 45px; }
  .product-grid, .service-card-grid { grid-template-columns: repeat(2,1fr); }
  .social-card-grid { grid-template-columns: repeat(2,1fr); }
  .heritage-home-grid { grid-template-columns: 1fr; }
  .heritage-visual { max-width: 900px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .history-timeline { grid-template-columns: repeat(2,1fr); gap: 40px 0; }
  .history-timeline::before { display: none; }
  .heritage-signboard-grid, .team-story-grid { grid-template-columns: 1fr; }
  .heritage-signboard-media { max-width: 520px; }
  .team-story-photos { max-width: 900px; }
  .leader-card { grid-template-columns: 140px 1fr; }
  .social-follow-inner { align-items: flex-start; flex-direction: column; }
  .social-follow-actions { justify-content: flex-start; }
  .catalog-card { grid-template-columns: 1fr; }
  .catalog-card img { height: 260px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .product-detail-media { position: static; }
}

@media (max-width: 980px) {
  .sales-bar-proof span:nth-child(n+2) { display: none; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; top: 134px; right: 0; left: 0; display: none;
    max-height: calc(100vh - 134px); overflow-y: auto; padding: 14px 24px 28px;
    background: var(--white); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .main-nav .header-cta { justify-content: center; margin-top: 14px; border-bottom: 0; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .quick-quote { max-width: 680px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 13px; }
  .quick-quote h2, .quick-quote > p, .quick-quote .btn, .quick-quote .quick-note { grid-column: 1 / -1; }
  .buy-grid { grid-template-columns: repeat(2,1fr); }
  .buy-item:nth-child(2) { border-right: 0; }
  .buy-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .proof-panel, .faq-grid, .contact-grid, .leadership-grid { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .visit-photo { height: 100%; min-height: 520px; }
  .map-shell { min-height: 530px; }
  .map-frame { min-height: 450px; }
  .proof-image { min-height: 380px; }
  .proof-content { padding: 55px 38px; }
  .quote-steps { grid-template-columns: repeat(2,1fr); gap: 34px 0; }
  .catalog-card { grid-template-columns: 43% 57%; }
  .catalog-card img { height: 100%; }
}

@media (max-width: 650px) {
  [id] { scroll-margin-top: 88px; }
  body { padding-bottom: 64px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .section { padding: 74px 0; }
  .sales-bar { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 82px; gap: 12px; }
  .brand { gap: 18px; }
  .brand-emblem { width: 64px; height: 46px; flex-basis: 64px; }
  .brand-emblem::after { top: 3px; right: -10px; bottom: 3px; width: 2px; }
  .brand-name strong { font-size: 1.48rem; letter-spacing: .045em; }
  .brand-name small { margin-top: 6px; font-size: .59rem; letter-spacing: .09em; }
  .main-nav { top: 82px; max-height: calc(100vh - 82px); }
  .hero { min-height: auto; }
  .hero-inner { gap: 44px; padding: 72px 0 64px; }
  .hero-copy h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-copy > p:not(.kicker):not(.hero-slogan) { font-size: .9rem; }
  .hero-copy .button-row, .hero-copy .btn { width: 100%; }
  .hero-proof-row { display: grid; gap: 8px; }
  .quick-quote { display: block; padding: 24px 20px; }
  .buy-grid, .product-grid, .service-grid, .stat-grid, .values-grid,
  .service-card-grid, .feature-pair, .footer-grid, .social-card-grid, .purpose-grid,
  .history-timeline, .photo-story-grid { grid-template-columns: 1fr; }
  .buy-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head, .cta-inner { align-items: flex-start; flex-direction: column; }
  .visit-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .visit-location-code { width: 100%; }
  .visit-card { display: block; }
  .visit-photo { height: 230px; min-height: 0; }
  .visit-card-body { padding: 28px 22px; }
  .visit-actions { grid-template-columns: 1fr; }
  .map-shell { min-height: 455px; }
  .map-frame { min-height: 370px; }
  .map-caption { align-items: flex-start; flex-direction: column; padding: 20px 22px; }
  .warehouse-collage { padding: 0 0 72px; }
  .warehouse-collage::before { right: -8px; }
  .warehouse-collage img { min-height: 0; aspect-ratio: 16 / 9; }
  .warehouse-badge { right: 12px; }
  .heritage-visual { min-height: 430px; padding: 0 34px 72px 0; }
  .heritage-detail-photo { width: 52%; border-width: 7px; }
  .heritage-stamp { top: -18px; left: -8px; width: 105px; min-height: 98px; padding: 15px; }
  .heritage-stamp strong { font-size: 2.7rem; }
  .mini-timeline { grid-template-columns: 1fr; }
  .history-timeline article { padding-right: 0; }
  .leader-card { grid-template-columns: 1fr; }
  .leader-photo { height: 380px; min-height: 0; object-position: center 18%; }
  .leader-monogram { min-height: 150px; }
  .leader-card > div:last-child { padding: 28px 24px; }
  .photo-story-grid .photo-story-wide { grid-column: auto; min-height: 330px; }
  .photo-story-grid figure { min-height: 330px; }
  .photo-story-grid figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .heritage-signboard-grid { gap: 48px; }
  .heritage-signboard-media { padding: 14px 14px 42px; }
  .heritage-signboard-media span { right: 16px; bottom: 14px; }
  .purpose-slogan { grid-template-columns: 1fr; gap: 10px; padding: 28px 24px; }
  .purpose-slogan p { grid-column: 1; }
  .purpose-card { min-height: 300px; padding: 32px 26px; }
  .purpose-number { margin-bottom: 52px; }
  .team-story-grid { gap: 48px; }
  .team-story-photos { min-height: 390px; padding: 0 0 64px 34px; }
  .team-photo-secondary { width: 48%; border-width: 7px; }
  .social-follow-actions, .social-follow-actions .btn { width: 100%; }
  .fact-list, .form-row, .contact-actions, .quote-steps { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .proof-content { padding: 42px 24px; }
  .service-tile { min-height: 190px; }
  .service-tile b { margin-bottom: 48px; }
  .search-box { grid-template-columns: 1fr; }
  .search-count { text-align: left; }
  .search-empty { align-items: stretch; flex-direction: column; }
  .detail-products { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card { grid-template-columns: 1fr; }
  .catalog-card img { height: 240px; }
  .wa-form, .contact-card { padding: 27px 22px; }
  .page-hero { padding: 80px 0 66px; }
  .page-hero h1 { font-size: clamp(3.7rem,17vw,5.4rem); }
  .footer-bottom { flex-direction: column; }
  .floating-wa { display: none; }
  .mobile-conversion {
    position: fixed; right: 0; bottom: 0; left: 0; z-index: 1200;
    display: grid; grid-template-columns: repeat(3, 1fr); min-height: 64px;
    box-shadow: 0 -10px 35px rgba(10,17,29,.22);
  }
  .mobile-conversion a {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    color: var(--white); font-size: .72rem; font-weight: 900; text-transform: uppercase;
  }
  .mobile-call { background: var(--blue); }
  .mobile-wa { background: var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
