:root {
  --bg: #eef2f4;
  --surface: #f8fafb;
  --surface-muted: #e3e9ed;
  --ink: #162631;
  --muted: #52646f;
  --line: #c8d2d8;
  --accent: #075d9f;
  --accent-deep: #063e68;
  --accent-soft: #dcecf8;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 14px 36px rgba(21, 39, 49, .09);
  --max-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(19,44,58,.035) calc(50% - 1px), rgba(19,44,58,.035) 50%, transparent 50%); background-size: 84px 100%; mask-image: linear-gradient(to bottom, black, transparent 68%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.topbar, .section, .footer { width: min(var(--max-width), calc(100% - 48px)); margin-inline: auto; }
.topbar { position: sticky; top: 14px; z-index: 4; min-height: 68px; margin-top: 14px; display: flex; align-items: center; gap: 26px; padding: 10px 14px 10px 16px; border: 1px solid rgba(22,38,49,.13); border-radius: var(--radius); background: rgba(248,250,251,.93); box-shadow: 0 8px 24px rgba(16,35,45,.07); backdrop-filter: blur(14px); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand strong { display: block; font-size: .94rem; letter-spacing: -.02em; }
.brand small { display: block; color: var(--muted); font-size: .67rem; letter-spacing: .02em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: var(--radius-sm); color: #f6fbff; background: var(--accent); font-size: .73rem; font-weight: 800; letter-spacing: -.08em; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.6vw, 22px); margin-left: auto; white-space: nowrap; color: var(--muted); font-size: .77rem; font-weight: 650; }
.nav a { padding: 7px 0; border-bottom: 1px solid transparent; transition: color 160ms ease, border-color 160ms ease; }
.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"] { color: var(--accent-deep); border-bottom-color: var(--accent); }
.menu-toggle, .mobile-nav { display: none; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid transparent; border-radius: var(--radius-sm); white-space: nowrap; font-size: .83rem; font-weight: 750; letter-spacing: .005em; transition: transform 180ms cubic-bezier(.16,1,.3,1), background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.98); }
.button-dark { color: #f7fbfd; background: var(--accent); box-shadow: 0 9px 17px rgba(7,93,159,.18); }
.button-dark:hover, .button-dark:focus-visible { background: var(--accent-deep); }
.button-light { border-color: var(--line); background: rgba(248,250,251,.74); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { border-color: var(--accent); color: var(--accent-deep); }
.nav-cta { margin-left: 0; }

.section { padding: 92px 0; }
.hero { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); align-items: center; gap: clamp(42px, 6vw, 100px); min-height: min(700px, calc(100dvh - 84px)); padding-top: 50px; padding-bottom: 66px; }
.eyebrow, .label { display: inline-block; margin: 0 0 17px; color: var(--accent-deep); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.03; letter-spacing: -.05em; font-weight: 720; }
h1 { max-width: 11ch; font-size: clamp(3rem, 5.3vw, 5rem); }
h2 { max-width: 17ch; font-size: clamp(2.15rem, 3.5vw, 3.5rem); }
h3 { font-size: 1.26rem; }
p { margin: 14px 0 0; }
.lede, .section-intro, .section-head p, .hero-panel p, .panel-card p, .case-card p, .faq-item p, .product-groups > p, .notice, .prose p { color: var(--muted); }
.lede { max-width: 39ch; font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.hero-visual { position: relative; margin: 0; min-height: 448px; overflow: hidden; border-radius: var(--radius); background: var(--surface-muted); box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 448px; object-fit: cover; }
.hero-visual figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 13px 17px; color: #eef7fd; background: linear-gradient(90deg, rgba(6,62,104,.9), rgba(6,62,104,.48), transparent); font-size: .75rem; font-weight: 700; letter-spacing: .02em; }

.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-row div { padding: 4px 28px; border-left: 1px solid var(--line); }
.proof-row div:first-child { padding-left: 0; border-left: 0; }
.proof-row strong, .proof-row span { display: block; }
.proof-row strong { margin-bottom: 6px; color: var(--accent-deep); font-size: .92rem; }
.proof-row span { max-width: 29ch; color: var(--muted); font-size: .82rem; }

.section-intro-block { max-width: 700px; margin-bottom: 38px; }
.section-intro-block p { max-width: 50ch; color: var(--muted); }
.assortment-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-auto-rows: 178px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.assortment-item { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 0; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(248,250,251,.65); transition: background 180ms ease, color 180ms ease; }
.assortment-item:nth-child(3n) { border-right: 0; }
.assortment-item:nth-child(n+4) { border-bottom: 0; }
.assortment-item span { position: absolute; top: 18px; left: 22px; color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.assortment-item p { color: var(--muted); font-size: .88rem; }
.assortment-item:hover, .assortment-item:focus-visible { background: var(--accent-soft); }
.assortment-item-featured { grid-row: span 2; justify-content: flex-end; background: linear-gradient(155deg, #e5eef4 0%, #f7fafb 62%); }
.assortment-item-featured h3 { max-width: 9ch; font-size: clamp(1.6rem, 2.3vw, 2.25rem); }
.assortment-item-cobalt { color: #f4f9fd; background: var(--accent-deep); }
.assortment-item-cobalt h3, .assortment-item-cobalt p { color: inherit; }
.assortment-item-cobalt span { color: #a9d4f2; }
.assortment-item-cobalt:hover, .assortment-item-cobalt:focus-visible { background: #075080; }

.sourcing-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px, 9vw, 150px); padding-top: 104px; padding-bottom: 104px; }
.sourcing-statement p { max-width: 43ch; color: var(--muted); }
.sourcing-list { border-top: 1px solid var(--line); }
.sourcing-list article { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.sourcing-list span { color: var(--accent-deep); font-size: .87rem; font-weight: 750; }
.sourcing-list p { margin: 0; color: var(--muted); font-size: .92rem; }
.closing-cta { display: grid; grid-template-columns: 1fr .8fr auto; gap: 26px; align-items: end; padding-top: 44px; padding-bottom: 44px; border-top: 2px solid var(--accent); border-bottom: 1px solid var(--line); }
.closing-cta .eyebrow { margin-bottom: 13px; }
.closing-cta h2 { max-width: 12ch; font-size: clamp(2rem, 3vw, 3rem); }
.closing-cta > p { max-width: 29ch; margin: 0; color: var(--muted); }

.section-head { display: block; max-width: 760px; margin-bottom: 30px; }
.section-head p { max-width: 50ch; }
.section-head h1 { max-width: 14ch; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.grid { display: grid; gap: 16px; }
.route-grid { grid-template-columns: repeat(3, 1fr); }
.product-grid { grid-template-columns: repeat(4, 1fr); }
.directory-grid, .usecase-grid, .faq, .timeline { grid-template-columns: repeat(2, 1fr); }
.capability-grid, .case-grid, .buying-grid { grid-template-columns: repeat(3, 1fr); }
.card, .panel-card, .quote-box { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(248,250,251,.78); }
.card { padding: 22px; }
.card, .panel-card { transition: transform 180ms cubic-bezier(.16,1,.3,1), border-color 180ms ease, box-shadow 180ms ease; }
.card:hover, .product-card:hover { transform: translateY(-3px); border-color: #a9bfcd; box-shadow: 0 12px 25px rgba(24,48,62,.06); }
.product-card { min-height: 154px; display: flex; flex-direction: column; justify-content: end; background: rgba(248,250,251,.75); }
.product-card h3 { font-size: 1.1rem; }
.product-card p { color: var(--muted); font-size: .88rem; }
.product-card .mini-list, .checklist { margin: 14px 0 0; padding-left: 18px; color: var(--muted); }
.product-card .mini-list li + li, .checklist li + li { margin-top: 7px; }
.panel-card, .quote-box { padding: 24px; }
.panel-highlight { background: linear-gradient(145deg, #e1edf5, #f8fafb); }
.label { margin-bottom: 10px; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.stats div { padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
.stats strong { display: block; font-size: 1.6rem; }
.stats span { color: var(--muted); font-size: .86rem; }
.notice { padding: 16px 18px; border-left: 3px solid var(--accent); background: var(--accent-soft); }
.inquiry-band { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.inquiry-band p { margin: 0; color: var(--muted); }
.product-groups { padding-top: 52px; padding-bottom: 18px; }
.product-groups > h2 { max-width: none; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.filters, .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.filters span, .badge-row span, .case-tag { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .8rem; }
.timeline .step-card { min-height: 165px; }
.step-index { display: block; margin-bottom: 18px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.alliance-layout, .inquiry-layout { display: grid; grid-template-columns: 1fr 1.1fr .9fr; gap: 18px; align-items: start; }
.single-form { grid-template-columns: minmax(0, 860px); }
.matrix { display: grid; gap: 14px; }
.matrix div { padding: 13px 0; border-top: 1px solid var(--line); }
.matrix strong, .case-card h3 { display: block; margin-bottom: 6px; }
.case-card { min-height: 260px; }
.case-card ul { padding-left: 18px; color: var(--muted); }
.inquiry-form, .inquiry-sidebar { background: rgba(248,250,251,.86); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
label { display: grid; gap: 7px; }
label > span { font-size: .84rem; font-weight: 750; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #aebdc6; border-radius: var(--radius-sm); outline: none; background: #fbfdfe; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(7,93,159,.13); }
textarea { resize: vertical; }
.message-field { margin-top: 15px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 17px; color: var(--muted); font-size: .86rem; }
.consent input { width: 16px; height: 16px; margin-top: 3px; }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.form-note { margin: 0; color: var(--muted); font-size: .84rem; }
.checkbox-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 16px; color: var(--muted); }
.checkbox-row label { display: inline-flex; align-items: center; gap: 8px; }
.checkbox-row input { width: 18px; height: 18px; }
.faq-item summary { cursor: pointer; color: var(--ink); font-weight: 750; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] { border-color: var(--accent); }
.faq-item p { padding-top: 10px; }
table { width: 100%; border-collapse: collapse; color: var(--muted); }
th, td { padding: 11px 0; text-align: left; border-bottom: 1px solid var(--line); }
th { width: 38%; color: var(--ink); }
.prose { max-width: 850px; }
.prose h2 { margin-top: 40px; font-size: 1.8rem; }

.footer { display: flex; justify-content: space-between; gap: 30px; padding: 36px 0 48px; border-top: 1px solid var(--line); color: var(--muted); }
.footer p { max-width: 53ch; color: var(--muted); font-size: .84rem; }
.footer-brand { color: var(--ink); }
.footer-links { display: flex; gap: 18px; font-size: .84rem; font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--accent); }

@media (prefers-color-scheme: dark) {
  :root { --bg: #12212a; --surface: #172a35; --surface-muted: #203642; --ink: #e7f0f4; --muted: #b0c0c8; --line: #38505c; --accent: #4caae4; --accent-deep: #9ed5f8; --accent-soft: #1b4560; --shadow: 0 14px 36px rgba(0,0,0,.2); }
  body::before { opacity: .45; }
  .topbar { background: rgba(23,42,53,.92); border-color: rgba(202,224,234,.17); }
  .button-dark { color: #09263a; background: var(--accent-deep); box-shadow: none; }
  .button-dark:hover, .button-dark:focus-visible { background: #d2edfd; }
  .button-light, input, select, textarea { background: #172a35; color: var(--ink); }
  .card, .panel-card, .quote-box, .product-card { background: rgba(23,42,53,.87); }
  .panel-highlight, .assortment-item-featured { background: linear-gradient(145deg, #1d3b4d, #172a35); }
  .assortment-item { background: #172a35; }
  .assortment-item:hover, .assortment-item:focus-visible { background: #1d3e51; }
  .assortment-item-cobalt { background: #124e78; }
  .hero-visual figcaption { color: #ecf8ff; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (max-width: 1080px) { .nav { gap: 12px; font-size: .71rem; } .topbar { gap: 16px; } .hero { grid-template-columns: .9fr 1.1fr; gap: 40px; } .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .nav, .nav-cta { display: none; } .menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; margin-left: auto; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: transparent; color: var(--ink); font-size: .8rem; font-weight: 750; } .topbar { position: relative; top: 0; } .mobile-nav { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); } .mobile-nav.is-open { display: grid; gap: 3px; } .mobile-nav > a:not(.button) { padding: 10px; color: var(--muted); font-size: .9rem; font-weight: 700; } .mobile-nav .button { margin-top: 8px; } .hero, .sourcing-section, .split { grid-template-columns: 1fr; } .hero { gap: 32px; min-height: 0; padding-top: 62px; } .hero-copy { order: 0; } .hero-visual { order: 1; max-width: 700px; } .proof-row { grid-template-columns: 1fr; gap: 18px; } .proof-row div, .proof-row div:first-child { padding: 0 0 18px; border: 0; border-bottom: 1px solid var(--line); } .proof-row div:last-child { border-bottom: 0; padding-bottom: 0; } .sourcing-section { gap: 44px; } .closing-cta { grid-template-columns: 1fr; align-items: start; } .assortment-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 188px; } .assortment-item, .assortment-item:nth-child(3n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); } .assortment-item:nth-child(even) { border-right: 0; } .assortment-item:nth-last-child(-n+2) { border-bottom: 0; } .assortment-item-featured { grid-row: span 1; } .route-grid, .product-grid, .capability-grid, .case-grid, .buying-grid { grid-template-columns: repeat(2, 1fr); } .alliance-layout, .inquiry-layout { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .topbar, .section, .footer { width: min(var(--max-width), calc(100% - 32px)); } .topbar { margin-top: 12px; } .section { padding: 64px 0; } h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); } h2 { font-size: clamp(2rem, 9vw, 2.65rem); } .hero { padding-top: 46px; padding-bottom: 46px; } .hero-visual, .hero-visual img { min-height: 310px; } .assortment-grid { grid-template-columns: 1fr; grid-auto-rows: auto; } .assortment-item, .assortment-item:nth-child(n) { min-height: 162px; border-right: 0; border-bottom: 1px solid var(--line); } .assortment-item:last-child { border-bottom: 0; } .sourcing-list article { grid-template-columns: 1fr; gap: 7px; } .route-grid, .product-grid, .capability-grid, .directory-grid, .usecase-grid, .case-grid, .buying-grid, .faq, .timeline, .form-grid { grid-template-columns: 1fr; } .inquiry-band, .footer { flex-direction: column; align-items: stretch; } .footer-links { justify-content: space-between; } .stats { grid-template-columns: 1fr; } }

/* Homepage visual system: image-led, editorial B2B supply narrative. */
.hero-home { position: relative; display: flex; min-height: min(720px, calc(100dvh - 92px)); align-items: center; overflow: hidden; padding: clamp(72px, 9vw, 118px) clamp(28px, 6vw, 92px); border-radius: calc(var(--radius) + 6px); isolation: isolate; }
.hero-home::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(244,247,247,.98) 0%, rgba(244,247,247,.93) 35%, rgba(244,247,247,.36) 63%, rgba(244,247,247,.04) 100%); }
.hero-home::after { content: ""; position: absolute; inset: 0; z-index: -1; border: 1px solid rgba(20,43,57,.08); border-radius: inherit; pointer-events: none; }
.hero-home-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-home .hero-copy { width: min(100%, 640px); }
.hero-home h1 { max-width: 15ch; font-size: clamp(3.05rem, 4.7vw, 4.75rem); line-height: .98; text-wrap: balance; }
.hero-home .lede { max-width: 45ch; font-size: 1rem; }
.hero-home .eyebrow { margin-bottom: 20px; }

.home-assortment { padding-top: 140px; }
.home-assortment .section-intro-block { max-width: 620px; margin-bottom: 44px; }
.home-assortment-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr); gap: clamp(22px, 4vw, 58px); align-items: stretch; }
.home-assortment-image { min-height: 580px; margin: 0; overflow: hidden; border-radius: calc(var(--radius) + 4px); background: var(--surface-muted); }
.home-assortment-image img, .home-sourcing-image img, .private-label-image img { width: 100%; height: 100%; object-fit: cover; }
.home-assortment-image img { object-position: center; transition: transform 700ms cubic-bezier(.16,1,.3,1); }
.home-assortment-image:hover img { transform: scale(1.025); }
.home-assortment .assortment-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; min-height: 580px; border: 0; border-radius: 0; overflow: visible; gap: 10px; }
.home-assortment .assortment-item { min-height: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
.home-assortment .assortment-item:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-assortment .assortment-item h3 { font-size: 1.12rem; }
.home-assortment .assortment-item p { margin-top: 8px; font-size: .82rem; }
.home-assortment .assortment-item-featured { grid-row: span 2; justify-content: flex-end; background: linear-gradient(155deg, #dce9ef, #f7fafb); }
.home-assortment .assortment-item-featured h3 { max-width: 8ch; font-size: clamp(1.65rem, 2.25vw, 2.25rem); }
.home-assortment .assortment-item-cobalt { color: #f4f9fd; border-color: #0a4b7a; background: var(--accent-deep); }
.home-assortment .assortment-item-cobalt h3, .home-assortment .assortment-item-cobalt p { color: inherit; }

.home-sourcing { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr); gap: clamp(34px, 7vw, 108px); align-items: center; padding-top: 148px; padding-bottom: 148px; }
.home-sourcing-image { min-height: 550px; margin: 0; overflow: hidden; border-radius: calc(var(--radius) + 4px); background: #152631; }
.home-sourcing-image img { object-position: center; }
.home-sourcing-copy { max-width: 480px; }
.home-sourcing-copy h2 { max-width: 11ch; }
.home-sourcing-copy > p { max-width: 40ch; color: var(--muted); }
.home-sourcing .sourcing-list { margin-top: 34px; }
.home-sourcing .sourcing-list article { grid-template-columns: .75fr 1.25fr; padding: 19px 0; }

.private-label-section { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 8vw, 132px); align-items: center; padding-top: 40px; padding-bottom: 146px; }
.private-label-copy { padding-left: clamp(0px, 3vw, 40px); }
.private-label-copy h2 { max-width: 10ch; }
.private-label-copy p { max-width: 35ch; color: var(--muted); }
.private-label-image { min-height: 500px; margin: 0; overflow: hidden; border-radius: calc(var(--radius) + 4px); background: var(--surface-muted); }
.private-label-image img { object-position: center; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 27px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--accent-deep); font-size: .88rem; font-weight: 800; transition: color 180ms ease, gap 180ms ease; }
.text-link:hover, .text-link:focus-visible { gap: 14px; color: var(--accent); }

.home-closing-cta { position: relative; display: flex; min-height: 530px; align-items: center; overflow: hidden; padding: clamp(58px, 7vw, 92px); border: 0; border-radius: calc(var(--radius) + 6px); isolation: isolate; }
.home-closing-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-closing-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,19,29,.94) 0%, rgba(5,19,29,.82) 37%, rgba(5,19,29,.2) 70%, rgba(5,19,29,.05) 100%); }
.home-closing-copy { width: min(100%, 510px); color: #edf5f7; }
.home-closing-copy h2, .home-closing-copy .eyebrow { color: inherit; }
.home-closing-copy h2 { max-width: 9ch; font-size: clamp(2.7rem, 4.3vw, 4.4rem); }
.home-closing-copy > p:not(.eyebrow) { max-width: 35ch; color: rgba(237,245,247,.8); }
.home-closing-copy .button { margin-top: 28px; border-color: rgba(237,245,247,.55); background: rgba(237,245,247,.95); color: #102733; }
.home-closing-copy .button:hover, .home-closing-copy .button:focus-visible { border-color: #fff; background: #fff; }

@media (prefers-color-scheme: dark) {
  .hero-home::before { background: linear-gradient(90deg, rgba(17,33,42,.98) 0%, rgba(17,33,42,.91) 37%, rgba(17,33,42,.35) 67%, rgba(17,33,42,.08) 100%); }
  .home-assortment .assortment-item { background: rgba(23,42,53,.92); }
  .home-assortment .assortment-item-featured { background: linear-gradient(155deg, #1d3b4d, #172a35); }
}

@media (max-width: 860px) {
  .hero-home { min-height: 650px; padding: 70px 46px; }
  .hero-home::before { background: linear-gradient(90deg, rgba(244,247,247,.97) 0%, rgba(244,247,247,.89) 49%, rgba(244,247,247,.3) 100%); }
  .home-assortment-layout, .home-sourcing, .private-label-section { grid-template-columns: 1fr; }
  .home-assortment-image { min-height: 480px; }
  .home-sourcing { gap: 38px; padding-top: 108px; padding-bottom: 108px; }
  .home-sourcing-copy { max-width: 620px; }
  .home-sourcing-image { min-height: 460px; }
  .private-label-section { gap: 38px; padding-top: 24px; padding-bottom: 108px; }
  .private-label-copy { padding-left: 0; }
  .private-label-image { min-height: 440px; }
}

@media (max-width: 620px) {
  .hero-home { min-height: 620px; padding: 54px 26px 46px; border-radius: var(--radius); }
  .hero-home::before { background: linear-gradient(90deg, rgba(244,247,247,.98) 0%, rgba(244,247,247,.9) 58%, rgba(244,247,247,.46) 100%); }
  .hero-home-image { object-position: 62% center; }
  .hero-home h1 { max-width: 11ch; font-size: clamp(2.9rem, 12vw, 3.6rem); }
  .home-assortment { padding-top: 86px; }
  .home-assortment .section-intro-block { margin-bottom: 28px; }
  .home-assortment-image { min-height: 340px; border-radius: var(--radius); }
  .home-assortment .assortment-grid { min-height: 0; grid-auto-rows: 168px; gap: 8px; }
  .home-assortment .assortment-item, .home-assortment .assortment-item:nth-child(n) { min-height: 0; padding: 17px; }
  .home-assortment .assortment-item-featured { grid-row: span 2; }
  .home-assortment .assortment-item h3 { font-size: 1rem; }
  .home-assortment .assortment-item-featured h3 { font-size: 1.45rem; }
  .home-sourcing { padding-top: 82px; padding-bottom: 82px; }
  .home-sourcing-image { min-height: 340px; border-radius: var(--radius); }
  .home-sourcing .sourcing-list article { grid-template-columns: 1fr; gap: 5px; }
  .private-label-section { padding-top: 0; padding-bottom: 82px; }
  .private-label-image { min-height: 330px; border-radius: var(--radius); }
  .home-closing-cta { min-height: 480px; padding: 46px 26px; border-radius: var(--radius); }
  .home-closing-image { object-position: 60% center; }
}
