@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  font-family: 'DM Sans', Arial, sans-serif;
  color: #16191c;
  background: #f6f7f8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #16191c;
  --charcoal: #202327;
  --steel: #e8ebed;
  --mist: #f6f7f8;
  --blue: #1268a8;
  --blue-dark: #0a4f81;
  --yellow: #ffcb32;
  --red: #d43b35;
  --white: #fff;
  --line: #d8dde0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--mist); }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.utility-bar { background: #111315; color: #c9cdd0; font-size: 12px; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.utility-inner div { display: flex; gap: 22px; }
.utility-inner a:hover { color: white; }

.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-inner { height: 76px; display: flex; align-items: center; gap: 38px; }
.brand { width: 126px; flex: 0 0 auto; }
.desktop-nav { display: flex; gap: 29px; align-items: center; margin-right: auto; }
.desktop-nav a, .desktop-nav button { border: 0; background: transparent; padding: 8px 0; font-weight: 600; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 3px; }
.desktop-nav svg { width: 15px; height: 15px; }
.desktop-nav a:hover, .desktop-nav button:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); background: white; display: inline-grid; place-items: center; cursor: pointer; border-radius: 4px; }
.icon-button:hover { border-color: #9ca4a9; background: #f5f6f7; }
.menu-button { display: none; }
.button { min-height: 46px; border: 1px solid transparent; padding: 0 18px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 14px; cursor: pointer; }
.button svg, .text-action svg, .product-link svg, .hero-product-meta svg, .industry-heading svg, .industry-grid svg, .product-results-head svg { width: 18px; height: 18px; }
.button.compact { min-height: 42px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #30353a; }
.button-accent { background: var(--yellow); color: #101214; }
.button-accent:hover { background: #ffda66; }
.button-outline { background: white; border-color: #bfc5c8; }
.button-outline:hover { border-color: var(--ink); }

.hero { background: #1d2429; color: white; position: relative; }
.hero::after { content: ''; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--blue) 0 52%, var(--yellow) 52% 71%, var(--red) 71%); }
.hero-grid { min-height: 632px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: stretch; }
.hero-copy { padding: 94px 72px 56px 0; align-self: center; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.eyebrow.light { color: #76b9e8; }
.hero h1 { font-family: 'Manrope', Arial, sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: 0; margin: 0; max-width: 700px; }
.hero-lede { color: #c7ced3; font-size: 18px; line-height: 1.6; max-width: 640px; margin: 25px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-action { border: 0; background: transparent; padding: 8px 0; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; cursor: pointer; border-bottom: 1px solid transparent; }
.text-action:hover { border-bottom-color: currentColor; }
.text-action.light { color: white; }
.hero-proof { margin-top: 65px; padding-top: 24px; border-top: 1px solid #3b444a; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-family: 'Manrope', Arial, sans-serif; font-size: 20px; }
.hero-proof span { color: #9fa9af; font-size: 12px; line-height: 1.35; }
.hero-product { position: relative; background: #e7eaec; color: var(--ink); display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.hero-product::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#d4d9dc 1px, transparent 1px), linear-gradient(90deg, #d4d9dc 1px, transparent 1px); background-size: 48px 48px; opacity: .55; }
.hero-product > * { position: relative; z-index: 1; }
.hero-product > img { width: min(91%, 560px); margin: 34px auto 10px; filter: drop-shadow(0 30px 28px rgba(0,0,0,.22)); }
.feature-flag { position: absolute; top: 32px; left: 32px; font-size: 13px; font-weight: 700; }
.feature-flag span { background: var(--red); color: white; padding: 6px 8px; margin-right: 8px; text-transform: uppercase; }
.hero-product-meta { position: absolute; left: 32px; right: 32px; bottom: 26px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; font-weight: 600; }
.hero-product-meta button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 6px 0; display: inline-flex; gap: 7px; align-items: center; font-weight: 700; cursor: pointer; }

.finder { background: var(--white); padding: 94px 0 110px; }
.finder-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.finder-head h2, .cart-copy h2, .industry-heading h2, .section-heading h2, .product-modal h2, .builder-modal h2 { font-family: 'Manrope', Arial, sans-serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; margin: 0; letter-spacing: 0; }
.finder-head > p { color: #646c71; max-width: 280px; margin: 0; text-align: right; }
.search-shell { border: 1px solid #adb5ba; height: 62px; display: flex; align-items: center; padding: 0 18px; gap: 13px; background: white; box-shadow: 0 8px 24px rgba(20,27,32,.06); }
.search-shell:focus-within { outline: 2px solid var(--blue); outline-offset: 2px; }
.search-shell input { border: 0; outline: 0; font-size: 17px; flex: 1; min-width: 0; }
.search-shell input::placeholder { color: #878f94; }
.clear-search { border: 0; background: transparent; cursor: pointer; width: 34px; height: 34px; display: grid; place-items: center; }
.category-row { display: flex; gap: 8px; align-items: center; padding: 19px 0 25px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.category-row button { white-space: nowrap; border: 1px solid #cbd0d3; border-radius: 4px; background: white; padding: 9px 13px; font-weight: 600; font-size: 13px; cursor: pointer; }
.category-row button:hover { border-color: var(--ink); }
.category-row button.active { background: var(--ink); border-color: var(--ink); color: white; }
.product-results-head { display: flex; justify-content: space-between; align-items: center; margin: 25px 0 16px; font-size: 13px; color: #60686d; }
.product-results-head button { border: 0; background: transparent; color: var(--ink); font-weight: 700; display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-width: 0; background: white; }
.product-image { border: 0; border-bottom: 1px solid var(--line); background: #f2f3f4; width: 100%; aspect-ratio: 1.28; position: relative; cursor: pointer; overflow: hidden; }
.product-image img { width: 76%; height: 76%; object-fit: contain; margin: auto; transition: transform .25s ease; mix-blend-mode: multiply; }
.product-image:hover img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; background: var(--blue); color: white; padding: 5px 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-info { padding: 23px 23px 25px; }
.model { color: var(--blue) !important; font-weight: 800; font-size: 11px !important; text-transform: uppercase; margin-top: 0 !important; }
.product-info h3 { font-family: 'Manrope', Arial, sans-serif; margin: 5px 0 9px; font-size: 20px; line-height: 1.2; }
.product-info > p { color: #667075; font-size: 14px; line-height: 1.5; min-height: 42px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 17px 0; }
.tag-row span { border-left: 2px solid var(--yellow); background: #f1f3f4; padding: 5px 7px; color: #50585d; font-size: 11px; font-weight: 600; }
.product-link { border: 0; background: transparent; display: inline-flex; align-items: center; gap: 8px; padding: 6px 0; font-weight: 700; font-size: 13px; cursor: pointer; }
.product-link:hover { color: var(--blue); }
.empty-state { padding: 70px 20px; display: grid; justify-items: center; text-align: center; border: 1px solid var(--line); border-top: 0; }
.empty-state h3 { margin: 14px 0 4px; }
.empty-state p { color: #687176; margin: 0 0 22px; }

.cart-feature { background: #edf0f1; padding: 110px 0; }
.cart-feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 85px; align-items: center; }
.cart-visual { min-height: 570px; background: #d9dddf; position: relative; display: grid; place-items: center; overflow: hidden; }
.cart-visual::after { content: ''; position: absolute; width: 75%; height: 22px; bottom: 40px; background: rgba(20,22,24,.2); filter: blur(18px); border-radius: 50%; }
.cart-visual img { width: 92%; max-height: 530px; object-fit: contain; mix-blend-mode: multiply; position: relative; z-index: 1; }
.visual-label { position: absolute; z-index: 2; top: 20px; left: 20px; background: var(--yellow); padding: 7px 9px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cart-copy > p:not(.eyebrow) { color: #626b70; font-size: 17px; line-height: 1.65; margin: 20px 0 26px; }
.feature-list { border-top: 1px solid #c8ced1; margin-bottom: 28px; }
.feature-list span { display: block; border-bottom: 1px solid #c8ced1; padding: 14px 0 14px 24px; font-weight: 600; position: relative; }
.feature-list span::before { content: ''; position: absolute; left: 0; top: 21px; width: 8px; height: 8px; background: var(--blue); }

.industry-band { background: #0b568a; color: white; padding: 92px 0; }
.industry-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.industry-heading h2 { max-width: 600px; }
.industry-heading a { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; font-size: 14px; border-bottom: 1px solid #72abd2; padding-bottom: 5px; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.industry-grid a { min-height: 154px; padding: 22px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; align-items: end; font-family: 'Manrope', Arial, sans-serif; font-weight: 700; font-size: 18px; }
.industry-grid a:hover { background: white; color: var(--blue-dark); }
.industry-grid span { grid-column: 1 / -1; align-self: start; color: #9fc7e2; font-size: 11px; }

.support { background: white; padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.section-heading > p { color: #657076; line-height: 1.6; margin: 0; }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-grid a { min-height: 205px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px; display: flex; flex-direction: column; align-items: flex-start; }
.support-grid a > svg:first-child { color: var(--blue); margin-bottom: 42px; }
.support-grid strong { font-family: 'Manrope', Arial, sans-serif; font-size: 17px; }
.support-grid span { color: #70787d; font-size: 13px; margin: 7px 0 20px; }
.support-grid a > svg:last-child { width: 18px; margin-top: auto; }
.support-grid a:hover { background: #f2f4f5; }

footer { background: #1b1e21; color: #c5c9cc; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 56px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 13px; line-height: 1.6; }
.footer-grid strong { color: white; margin-bottom: 7px; font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-brand img { width: 120px; margin-bottom: 9px; }
.footer-brand p { max-width: 270px; margin: 0; }
.footer-bottom { border-top: 1px solid #353a3e; padding-top: 20px; display: flex; justify-content: space-between; font-size: 11px; color: #858d92; }

.mobile-panel { position: fixed; inset: 0; z-index: 100; background: #1c2023; color: white; padding: 26px; }
.mobile-panel-head { display: flex; justify-content: space-between; align-items: center; }
.mobile-panel-head img { width: 116px; }
.icon-button.inverse { background: transparent; border-color: #4d555a; color: white; }
.mobile-panel nav { display: grid; margin-top: 50px; }
.mobile-panel nav a, .mobile-panel nav button { border: 0; border-bottom: 1px solid #3c4347; background: transparent; color: white; padding: 18px 0; text-align: left; font-family: 'Manrope', Arial, sans-serif; font-size: 23px; font-weight: 700; cursor: pointer; }

.modal-backdrop { position: fixed; inset: 0; z-index: 200; background: rgba(13,16,18,.72); display: grid; place-items: center; padding: 24px; backdrop-filter: blur(4px); }
.product-modal { width: min(940px, 100%); max-height: min(700px, calc(100vh - 48px)); overflow: auto; background: white; display: grid; grid-template-columns: 1fr 1fr; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.modal-close { position: absolute; z-index: 3; top: 16px; right: 16px; }
.modal-image { min-height: 520px; background: #edf0f1; display: grid; place-items: center; }
.modal-image img { width: 83%; max-height: 440px; object-fit: contain; mix-blend-mode: multiply; }
.modal-content { padding: 64px 48px 48px; }
.modal-content h2 { font-size: 36px; margin-top: 8px; }
.modal-content > p:not(.eyebrow) { color: #657075; line-height: 1.6; }
.modal-model { font-size: 12px; font-weight: 800; color: #60696e; }
.modal-content dl { margin: 28px 0; border-top: 1px solid var(--line); }
.modal-content dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.modal-content dt { color: #6d767b; }
.modal-content dd { margin: 0; font-weight: 700; text-align: right; }
.modal-actions { display: flex; gap: 10px; }
.builder-modal { width: min(620px, 100%); background: white; position: relative; padding: 50px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.builder-icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--yellow); margin-bottom: 26px; }
.builder-modal h2 { font-size: 35px; margin-bottom: 28px; }
.builder-options { border-top: 1px solid var(--line); }
.builder-options button { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: white; padding: 15px 4px; display: flex; justify-content: space-between; align-items: center; font-weight: 700; cursor: pointer; }
.builder-options button:hover { color: var(--blue); padding-left: 10px; }
.builder-options button.selected { color: var(--blue); border-left: 4px solid var(--yellow); padding-left: 10px; }
.builder-selection { min-height: 20px; color: var(--blue); font-size: 13px; font-weight: 700; margin: 16px 0 8px; }
.builder-continue { width: 100%; }
.builder-help { display: flex; gap: 8px; align-items: center; color: #667075; font-size: 13px; margin: 25px 0 0; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: inline-grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 78px 0 40px; }
  .hero-product { min-height: 500px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .cart-feature-grid { gap: 45px; }
  .industry-grid, .support-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, 1180px); }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: center; }
  .utility-inner div { gap: 15px; }
  .utility-inner a:first-child { display: none; }
  .header-inner { height: 66px; gap: 10px; }
  .brand { width: 103px; }
  .header-actions .button { display: none; }
  .hero h1 { font-size: 41px; }
  .hero-copy { padding-top: 58px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-proof { margin-top: 42px; gap: 12px; }
  .hero-proof strong { font-size: 17px; }
  .hero-product { min-height: 400px; }
  .feature-flag { top: 22px; left: 20px; }
  .hero-product > img { width: 92%; margin-top: 50px; }
  .hero-product-meta { left: 20px; right: 20px; bottom: 18px; }
  .hero-product-meta > span { display: none; }
  .finder { padding: 70px 0 80px; }
  .finder-head { display: block; }
  .finder-head > p { text-align: left; margin-top: 12px; }
  .finder-head h2, .cart-copy h2, .industry-heading h2, .section-heading h2 { font-size: 34px; }
  .search-shell { height: 56px; padding: 0 13px; }
  .search-shell input { font-size: 15px; }
  .category-row { width: calc(100% + 15px); }
  .product-grid { grid-template-columns: 1fr; }
  .product-info > p { min-height: 0; }
  .cart-feature { padding: 75px 0; }
  .cart-feature-grid { grid-template-columns: 1fr; }
  .cart-visual { min-height: 390px; }
  .cart-copy { padding-top: 6px; }
  .industry-band { padding: 70px 0; }
  .industry-heading { align-items: flex-start; flex-direction: column; }
  .industry-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .industry-grid a { min-height: 102px; }
  .support { padding: 75px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .support-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .support-grid a { min-height: 164px; }
  .support-grid a > svg:first-child { margin-bottom: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-image { min-height: 270px; }
  .modal-image img { max-height: 250px; }
  .modal-content { padding: 32px 24px 28px; }
  .modal-content h2 { font-size: 29px; }
  .modal-actions { flex-direction: column; }
  .builder-modal { padding: 42px 24px 28px; }
  .builder-modal h2 { font-size: 29px; padding-right: 24px; }
}

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