:root { --ink: #06263d; --deep: #031b2d; --navy: #082d47; --paper: #f7f8f5; --white: #fff; --aqua: #48d8ca; --mist: #dce7e5; --line: rgba(6,38,61,.17); --serif: "Source Serif 4",Georgia,serif; --sans: Manrope,Arial,sans-serif; --mono: "DM Mono",monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
.shell, .section-shell { max-width: 1272px; margin: auto; padding-left: 28px; padding-right: 28px; }
.skip-link { position: fixed; z-index: 99; left: 16px; top: -60px; background: var(--aqua); padding: 10px; color: var(--deep); font-weight: 800; }
.skip-link:focus { top: 16px; }
.notice { height: 35px; background: rgb(1, 24, 41); color: rgb(215, 236, 235); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.notice-inner { height: 100%; display: flex; align-items: center; gap: 10px; }
.notice-dot { width: 6px; height: 6px; background: var(--aqua); border-radius: 50%; }
.notice a { margin-left: auto; color: inherit; text-decoration: none; border-bottom: 1px solid rgba(215, 236, 235, 0.35); padding-bottom: 2px; }
.site-header { position: relative; z-index: 10; background: rgba(247, 248, 245, 0.98); border-bottom: 1px solid var(--line); }
.header-inner { height: 86px; display: flex; align-items: center; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 800; line-height: 0.88; letter-spacing: 0.08em; }
.brand-mark { display: flex; gap: 3px; align-items: flex-end; height: 22px; }
.brand-mark i { width: 5px; background: var(--ink); display: block; }
.brand-mark i:nth-child(1) { height: 11px; }
.brand-mark i:nth-child(2) { height: 18px; }
.brand-mark i:nth-child(3) { height: 22px; }
.desktop-nav { display: flex; gap: 29px; margin-left: 84px; }
.desktop-nav a, .utility-link { font-size: 12px; text-decoration: none; color: var(--ink); font-weight: 700; }
.desktop-nav a:hover, .utility-link:hover { color: rgb(24, 139, 145); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav-cta { background: var(--ink); color: rgb(255, 255, 255); text-decoration: none; padding: 14px 17px; font-size: 11px; font-weight: 800; }
.nav-cta span { color: var(--aqua); margin-left: 14px; font-size: 16px; }
.menu-button { display: none; background: none; border: 0px; width: 44px; height: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { height: 2px; background: var(--ink); display: block; margin: 6px 0px; }
.mobile-menu { border-top: 1px solid var(--line); padding: 12px 28px 20px; background: var(--paper); }
.mobile-menu a { display: block; color: var(--ink); text-decoration: none; font-weight: 800; padding: 11px 0px; }
.hero { min-height: 660px; color: white; background: var(--deep); position: relative; isolation: isolate; overflow: hidden; }
.hero-scene { position: absolute; inset: 0px; background-image: url("assets/hero.png"); background-position: center center; background-size: cover; opacity: 0.59; z-index: -2; }
.hero-overlay { position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(1, 20, 35, 0.97) 0%, rgba(3, 26, 45, 0.9) 40%, rgba(3, 26, 45, 0.54) 70%, rgba(3, 26, 45, 0.25)); z-index: -1; }
.hero-grid { min-height: 592px; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; }
.hero-copy { padding: 78px 0px 75px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0px 0px 19px; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.1em; color: rgb(70, 112, 116); }
.eyebrow span { width: 24px; height: 1px; background: currentcolor; }
.eyebrow.light { color: rgb(168, 207, 206); }
.hero h1, .section-top h2, .finder h2, .quality h2, .wholesale h2 { font-family: var(--serif); letter-spacing: -0.055em; font-weight: 600; margin: 0px; }
.hero h1 { font-size: clamp(55px, 5.5vw, 82px); line-height: 0.92; }
.hero h1 em, .section-top em, .quality h2 em { font-weight: 600; color: var(--aqua); }
.hero-intro { font-size: 15px; line-height: 1.65; color: rgb(211, 227, 229); max-width: 450px; margin: 25px 0px 32px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 16px 19px; min-height: 51px; text-decoration: none; font-size: 12px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.button span { font-size: 19px; line-height: 1; }
.button.primary { background: var(--aqua); color: var(--deep); }
.button.aqua { background: var(--aqua); color: var(--deep); }
.button.outline { border-color: rgb(11, 67, 82); color: var(--ink); }
.button:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 18px; }
.text-cta { font-weight: 800; font-size: 12px; text-decoration: none; color: var(--ink); }
.hero .text-cta { color: rgb(255, 255, 255); }
.text-cta span { color: var(--aqua); font-size: 17px; margin-left: 8px; }
.hero-proof { display: flex; gap: 34px; margin-top: 59px; }
.hero-proof div { border-left: 1px solid rgba(168, 207, 206, 0.52); padding-left: 11px; }
.hero-proof strong { display: block; font-size: 12px; color: rgb(255, 255, 255); }
.hero-proof span { font-size: 10px; color: rgb(175, 201, 205); margin-top: 4px; display: block; }
.hero-product { height: 480px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-product img { position: relative; z-index: 2; width: min(92%, 455px); max-height: 435px; object-fit: contain; filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 33px 22px); mix-blend-mode: normal; }
.product-orbit { position: absolute; border: 1px solid rgba(138, 224, 218, 0.4); border-radius: 50%; transform: rotate(-35deg); }
.orbit-one { width: 420px; height: 255px; }
.orbit-two { width: 510px; height: 320px; opacity: 0.34; }
.hero-product-label { position: absolute; z-index: 3; top: 64px; left: 16px; padding: 13px 14px; background: rgba(2, 27, 46, 0.88); border-left: 2px solid var(--aqua); font-size: 9px; line-height: 1.5; letter-spacing: 0.08em; }
.hero-product-label span, .hero-spec span { display: block; color: rgb(159, 196, 198); font-family: var(--mono); font-size: 8px; }
.hero-product-label b { display: block; font-size: 15px; letter-spacing: 0.02em; color: rgb(255, 255, 255); }
.hero-product-label small { color: rgb(197, 220, 221); font-size: 9px; }
.hero-spec { position: absolute; right: 22px; bottom: 43px; z-index: 3; text-align: right; }
.hero-spec b { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; }
.hero-bottom { position: relative; display: flex; gap: 17px; align-items: center; padding-bottom: 22px; color: rgb(178, 204, 207); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: 0.09em; }
.hero-line { height: 1px; flex: 1 1 0%; background: rgba(178, 204, 207, 0.38); }
.trust-strip { background: rgb(220, 231, 229); border-bottom: 1px solid rgba(6, 38, 61, 0.12); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 31px 37px 33px; border-left: 1px solid rgba(6, 38, 61, 0.14); }
.trust-grid > div:last-child { border-right: 1px solid rgba(6, 38, 61, 0.14); }
.index { font-family: var(--mono); font-size: 10px; color: rgb(76, 132, 133); letter-spacing: 0.08em; }
.trust-grid b { display: block; font-size: 13px; margin: 9px 0px 7px; }
.trust-grid p { margin: 0px; font-size: 11px; color: rgb(76, 101, 107); line-height: 1.5; }
.applications { padding-top: 115px; padding-bottom: 121px; }
.section-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 52px; }
.section-top h2, .quality h2 { font-size: clamp(42px, 4.2vw, 64px); line-height: 0.97; }
.section-intro { margin: 0px 0px 5px; max-width: 310px; font-size: 13px; line-height: 1.7; color: rgb(84, 112, 118); }
.category-grid { display: grid; grid-template-columns: 1.33fr 1fr 1fr; grid-auto-rows: 283px; gap: 13px; }
.category { position: relative; display: block; overflow: hidden; background: rgb(195, 208, 204); color: white; text-decoration: none; }
.category-wide { grid-column: span 2; }
.category img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.category::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(0deg, rgba(1, 28, 40, 0.78), rgba(1, 28, 40, 0.04) 70%); }
.category > div { position: absolute; z-index: 1; inset: auto 19px 17px; }
.category h3 { font-family: var(--serif); font-size: 26px; letter-spacing: -0.04em; font-weight: 600; margin: 7px 0px; }
.category-link { font-size: 10px; font-weight: 800; opacity: 0.85; }
.category-link b { color: var(--aqua); font-size: 16px; margin-left: 6px; }
.category:hover img { transform: scale(1.055); }
.products { background: var(--deep); color: rgb(255, 255, 255); padding: 110px 0px 117px; }
.products-heading { margin-bottom: 44px; }
.products h2 { color: rgb(255, 255, 255); }
.light-text { color: rgb(255, 255, 255); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-photo { height: 318px; background: rgb(237, 241, 237); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-photo img { width: 85%; height: 84%; object-fit: contain; transition: transform 0.35s; }
.stock-tag { position: absolute; top: 13px; left: 13px; z-index: 2; font: 9px var(--mono); letter-spacing: 0.08em; color: rgb(55, 104, 106); }
.quick-add { position: absolute; left: 13px; right: 13px; bottom: 13px; background: var(--ink); color: rgb(255, 255, 255); border: 0px; padding: 14px; text-align: left; font: 800 11px var(--sans); opacity: 0; transform: translateY(8px); transition: 0.25s; cursor: pointer; }
.quick-add span { float: right; color: var(--aqua); font-size: 18px; line-height: 0.65; }
.product-card:hover .quick-add { opacity: 1; transform: translateY(0px); }
.product-card:hover .product-photo img { transform: scale(1.04); }
.product-meta { padding: 17px 2px; }
.product-meta p { margin: 0px; color: rgb(152, 185, 186); font: 9px var(--mono); letter-spacing: 0.09em; text-transform: uppercase; }
.product-meta h3 { font: 600 19px/1.18 var(--serif); letter-spacing: -0.02em; margin: 9px 0px 13px; }
.product-meta a { color: rgb(255, 255, 255); text-decoration: none; font-size: 10px; font-weight: 800; }
.product-meta a span { color: var(--aqua); font-size: 15px; margin-left: 5px; }
.finder { padding-top: 119px; padding-bottom: 118px; }
.finder-panel { background: var(--navy); color: rgb(255, 255, 255); padding: 67px 69px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; position: relative; overflow: hidden; }
.finder-panel::after { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(72, 216, 202, 0.18); border-radius: 50%; right: -190px; top: -260px; }
.finder-copy, .lookup-form { position: relative; z-index: 1; }
.finder h2 { font-size: 54px; line-height: 0.96; }
.finder-copy > p:not(.eyebrow) { color: rgb(198, 217, 220); font-size: 13px; line-height: 1.7; max-width: 333px; margin: 20px 0px; }
.finder-note { display: flex; gap: 10px; margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(191, 216, 218, 0.3); max-width: 375px; color: rgb(189, 211, 213); font-size: 10px; line-height: 1.55; }
.finder-note > span:first-child { color: var(--aqua); }
.lookup-form { align-self: center; padding-top: 35px; }
.lookup-form label { display: block; font-size: 11px; font-weight: 800; margin-bottom: 10px; }
.search-row { display: flex; }
.search-row input { height: 54px; min-width: 0px; flex: 1 1 0%; padding: 0px 17px; border: 0px; font: 500 15px var(--sans); color: var(--ink); }
.search-row input:focus { outline: 3px solid var(--aqua); outline-offset: 2px; }
.search-row button { white-space: nowrap; border: 0px; min-width: 168px; }
.form-status { font-size: 10px; color: rgb(182, 209, 210); margin: 11px 0px 27px; }
.popular-searches { border-top: 1px solid rgba(191, 216, 218, 0.3); padding-top: 15px; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.popular-searches > span { font: 9px var(--mono); letter-spacing: 0.08em; color: rgb(159, 196, 198); margin-right: 4px; }
.popular-searches button { background: transparent; border: 1px solid rgba(191, 216, 218, 0.45); color: rgb(255, 255, 255); padding: 7px 9px; font: 9px var(--mono); cursor: pointer; }
.popular-searches button:hover { border-color: var(--aqua); color: var(--aqua); }
.quality { background: rgb(231, 237, 235); padding: 116px 0px; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10.6%; align-items: center; }
.quality-image { background: rgb(209, 223, 220); min-height: 485px; position: relative; display: flex; align-items: center; justify-content: center; }
.quality-image img { height: 80%; width: 78%; object-fit: contain; }
.quality-image-note { position: absolute; left: 0px; bottom: 0px; background: var(--ink); color: rgb(255, 255, 255); padding: 17px 22px; min-width: 205px; }
.quality-image-note span { display: block; color: var(--aqua); font: 9px var(--mono); letter-spacing: 0.09em; }
.quality-image-note b { display: block; font: 600 18px/1.05 var(--serif); margin-top: 7px; }
.quality-copy > p:not(.eyebrow) { font-size: 13px; color: rgb(79, 108, 112); line-height: 1.75; max-width: 455px; margin: 22px 0px 29px; }
.quality dl { border-top: 1px solid var(--line); margin: 0px 0px 28px; }
.quality dl > div { padding: 14px 0px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 160px 1fr; gap: 12px; }
.quality dt { font-size: 11px; font-weight: 800; }
.quality dd { margin: 0px; font-size: 11px; color: rgb(88, 115, 120); line-height: 1.5; }
.wholesale { background: rgb(8, 45, 71); color: rgb(255, 255, 255); }
.wholesale-panel { min-height: 355px; padding-top: 78px; padding-bottom: 65px; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: start; position: relative; overflow: hidden; }
.wholesale h2 { font-size: 51px; line-height: 0.98; color: rgb(255, 255, 255); }
.wholesale-side { padding-top: 29px; max-width: 360px; justify-self: end; }
.wholesale-side p { font-size: 13px; line-height: 1.75; color: rgb(197, 218, 219); margin: 0px 0px 23px; }
.wholesale-number { position: absolute; font: 600 320px/.8 var(--serif); color: rgba(72, 216, 202, 0.08); right: 25px; bottom: -41px; }
.site-footer { background: rgb(2, 23, 36); color: rgb(184, 209, 211); padding-top: 68px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.2fr 0.8fr 0.8fr; gap: 30px; padding-bottom: 62px; }
.footer-brand { color: rgb(255, 255, 255); }
.footer-brand .brand-mark i { background: var(--aqua); }
.footer-intro { font: 600 20px/1.2 var(--serif); letter-spacing: -0.02em; margin: 0px; max-width: 210px; }
.footer-label { display: block; font: 9px var(--mono); letter-spacing: 0.1em; color: rgb(111, 157, 161); margin-bottom: 14px; }
.footer-grid div a { display: block; color: rgb(197, 216, 217); text-decoration: none; font-size: 11px; margin: 9px 0px; }
.footer-bottom { border-top: 1px solid rgba(191, 216, 218, 0.2); padding-top: 17px; padding-bottom: 18px; display: flex; justify-content: space-between; font: 9px var(--mono); letter-spacing: 0.04em; color: rgb(117, 153, 157); }
.sr-only { width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; position: absolute !important; }
@media (max-width: 850px) {
  .desktop-nav, .utility-link { display: none; }
  .menu-button { display: block; }
  .header-actions { gap: 8px; }
  .nav-cta { padding: 12px 13px; font-size: 10px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 0px; grid-template-columns: 1fr; }
  .hero-copy { padding: 57px 0px 23px; }
  .hero h1 { font-size: 56px; }
  .hero-product { height: 342px; order: 2; }
  .hero-product img { max-height: 310px; }
  .hero-product-label { top: 20px; left: 4px; }
  .hero-spec { bottom: 12px; right: 5px; }
  .hero-bottom { display: none; }
  .hero-proof { margin-top: 38px; }
  .trust-grid > div { padding: 24px 17px; }
  .applications { padding-top: 75px; padding-bottom: 75px; }
  .section-top { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 34px; }
  .section-intro { max-width: 450px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
  .category-featured, .category-wide { grid-column: span 2; }
  .product-grid { gap: 12px; }
  .product-photo { height: 225px; }
  .finder-panel { padding: 46px 31px; grid-template-columns: 1fr; gap: 13px; }
  .lookup-form { padding-top: 8px; }
  .quality { padding: 75px 0px; }
  .quality-grid { grid-template-columns: 1fr; gap: 52px; }
  .quality-image { min-height: 395px; }
  .wholesale-panel { grid-template-columns: 1fr; gap: 21px; padding-top: 61px; }
  .wholesale-side { padding-top: 0px; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: span 1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .quick-add { opacity: 1; transform: none; }
}
@media (max-width: 520px) {
  .shell, .section-shell { padding-left: 19px; padding-right: 19px; }
  .notice { height: 42px; line-height: 1.2; }
  .notice a { display: none; }
  .header-inner { height: 70px; }
  .nav-cta { display: none; }
  .hero h1 { font-size: 49px; }
  .hero-intro { font-size: 13px; margin: 20px 0px 25px; }
  .hero-actions { align-items: flex-start; gap: 17px; flex-direction: column; }
  .hero-proof { gap: 19px; }
  .hero-proof span { max-width: 86px; }
  .hero-product { height: 292px; }
  .orbit-one { width: 310px; height: 190px; }
  .orbit-two { width: 370px; height: 240px; }
  .hero-product img { max-height: 267px; }
  .hero-product-label { font-size: 8px; padding: 9px 10px; }
  .hero-product-label b { font-size: 12px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 1px solid rgba(6, 38, 61, 0.14); padding: 18px 19px; }
  .category-grid { grid-template-columns: 1fr; grid-auto-rows: 245px; }
  .category-featured, .category-wide { grid-column: span 1; }
  .category h3 { font-size: 25px; }
  .products { padding: 72px 0px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:not(:first-child) { margin-top: 13px; }
  .product-photo { height: 290px; }
  .finder { padding-top: 72px; padding-bottom: 72px; }
  .finder-panel { padding: 41px 21px; }
  .finder h2 { font-size: 46px; }
  .search-row { flex-direction: column; gap: 9px; }
  .search-row input { flex: 1 1 auto; }
  .search-row button { width: 100%; }
  .quality-image { min-height: 330px; }
  .quality-image-note { padding: 14px 16px; }
  .quality dl > div { grid-template-columns: 1fr; gap: 4px; }
  .wholesale h2 { font-size: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 31px 15px; }
  .footer-intro { grid-column: span 2; order: 1; }
  .footer-grid > div { order: 2; }
}
