:root {
  --navy: #10243b;
  --navy-2: #1d3650;
  --teal: #116b6a;
  --teal-dark: #0b5657;
  --orange: #c85e32;
  --gray-25: #fbfcfc;
  --gray-50: #f6f8f9;
  --gray-100: #eef2f4;
  --gray-150: #e6ebee;
  --gray-200: #dce2e6;
  --gray-300: #c9d2d8;
  --sand: var(--gray-150);
  --cream: var(--gray-50);
  --ink: #172331;
  --muted: #66717d;
  --line: #dce0df;
  --white: #ffffff;
  --success: #29765e;
  --font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-secondary: var(--font-primary);
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --leading-body: 1.65;
  --shadow-sm: 0 6px 22px rgba(16, 36, 59, .08);
  --shadow-lg: 0 24px 60px rgba(16, 36, 59, .16);
  --radius: 18px;
  --radius-sm: 11px;
  --container: 1220px;
}

/* Quote request cart */
body[data-page="cart"] .quote-request-hero { padding-block: 42px; background: #e8eef0; }
body[data-page="cart"] .quote-request-hero .eyebrow { margin-bottom: 10px; }
.quote-email-policy { max-width: 940px; margin-top: 22px; padding: 14px 17px; display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 11px; align-items: start; color: #38515d; background: rgba(255,255,255,.7); border: 1px solid #cbd8dc; border-left: 3px solid var(--teal); border-radius: 8px; }
.quote-email-policy > span { color: var(--teal); font-size: 18px; line-height: 1.4; }
.quote-email-policy p { margin: 0; font-size: 14px; line-height: 1.65; }
.quote-email-policy a { color: var(--teal-dark); font-weight: 700; }
body[data-page="cart"] .quote-request-section { min-height: 460px; padding: 38px 0 78px; background: #f4f7f8; }
body[data-page="cart"] .cart-layout { grid-template-columns: minmax(0, 1fr) 390px; gap: 30px; }
body[data-page="cart"] .cart-lines { overflow: hidden; background: white; border: 1px solid #d8e1e4; border-radius: 14px; box-shadow: 0 5px 18px rgba(16,36,59,.04); }
body[data-page="cart"] .cart-lines-head { padding: 18px 22px; align-items: center; background: #edf2f4; border-color: #d8e1e4; }
body[data-page="cart"] .cart-lines-head > div { display: grid; gap: 3px; }
body[data-page="cart"] .cart-lines-head span { color: #74848c; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
body[data-page="cart"] .cart-lines-head strong { color: var(--navy); font-size: 20px; font-weight: 600; }
body[data-page="cart"] .cart-lines-head a { font-size: 13px; }
.quote-request-list { padding: 16px; display: grid; gap: 14px; }
.quote-product-card { padding: 16px; background: #fbfcfc; border: 1px solid #dfe6e8; border-radius: 11px; }
.quote-product-overview { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 18px; align-items: start; }
.quote-product-overview .cart-line-image { width: 112px; height: 149px; overflow: hidden; display: block; background: white; border: 1px solid #e0e6e8; }
.quote-product-overview .cart-line-image img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.quote-product-copy { min-width: 0; }
.quote-product-sku { display: block; color: #657780; font-size: 13px; font-weight: 500; letter-spacing: .035em; }
.quote-product-copy h2 { margin: 5px 0 8px; color: var(--navy); font-size: 20px; font-weight: 600; line-height: 1.3; }
.quote-product-copy p { margin: 0 0 12px; color: #687880; font-size: 15px; line-height: 1.6; }
.quote-product-copy button { padding: 0; color: #9b5c50; border: 0; background: transparent; font-family: inherit; font-size: 13px; font-weight: 500; cursor: pointer; }
.quote-product-controls { margin-top: 16px; display: flex; flex-wrap: wrap; align-items: end; gap: 12px 18px; }
.quote-product-price { margin-right: auto; align-self: center; color: #425b65; font-size: 12px; font-weight: 600; }
.quote-product-quantity { width: 105px; display: grid; gap: 5px; color: #657780; font-size: 10px; font-weight: 600; }
.quote-product-quantity input { width: 100%; min-height: 39px; padding: 0 9px; color: var(--ink); background: white; border: 1px solid #cbd6d9; border-radius: 7px; outline: none; }
.quote-product-quantity input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(17,107,106,.1); }
.quote-product-remove { min-height: 39px; align-self: end; }
.quote-requirements { margin-top: 15px; padding-top: 15px; border-top: 1px solid #e0e7e9; }
.quote-requirements label { margin-bottom: 9px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 3px 5px; }
.quote-requirements label strong { color: #2b414d; font-size: 15px; font-weight: 600; }
.quote-requirements label span { color: #76858d; font-size: 13px; }
.quote-requirements textarea { width: 100%; min-height: 172px; padding: 12px 13px; resize: vertical; color: #314752; background: white; border: 1px solid #cfdadd; border-radius: 8px; font: 400 15px/1.65 var(--font-primary); outline: none; }
.quote-requirements textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(17,107,106,.1); }
body[data-page="cart"] .cart-summary { position: static; top: auto; padding: 0; color: var(--ink); background: white; border: 1px solid #d8e1e4; border-radius: 14px; box-shadow: 0 7px 22px rgba(16,36,59,.06); }
.quote-contact-form { padding: 25px; }
.quote-contact-form .section-kicker { color: var(--teal); }
.quote-contact-form h2 { margin: 7px 0 9px; color: var(--navy); font: 600 27px/1.2 var(--font-primary); }
.quote-contact-intro { margin: 0 0 20px; color: #697981; font-size: 14px; line-height: 1.6; }
.quote-contact-fields { display: grid; gap: 13px; }
.quote-contact-fields label { display: grid; gap: 6px; }
.quote-contact-fields label > span, .quote-upload-title { color: #425761; font-size: 14px; font-weight: 600; }
.quote-contact-fields b { color: #a25345; }
.quote-contact-fields input, .quote-contact-fields textarea { width: 100%; max-width: 100%; min-width: 0; min-height: 45px; padding: 0 12px; display: block; color: var(--ink); border: 1px solid #ccd7da; border-radius: 7px; background: #fbfcfc; font: 400 15px var(--font-primary); outline: none; }
.quote-contact-fields input[type="date"] { height: 45px; color-scheme: light; }
.quote-contact-fields textarea { min-height: 102px; padding: 11px 12px; resize: vertical; line-height: 1.55; }
.quote-project-notes { min-width: 0; overflow: hidden; }
.quote-contact-fields input:focus, .quote-contact-fields textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(17,107,106,.1); }
.quote-logo-upload { margin-top: 16px; display: grid; gap: 7px; }
.quote-logo-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.quote-upload-box { min-height: 78px; padding: 14px; display: grid; place-items: center; align-content: center; gap: 4px; text-align: center; color: #48616c; border: 1px dashed #aebdc2; border-radius: 8px; background: #f5f8f9; cursor: pointer; }
.quote-upload-box strong { font-size: 14px; font-weight: 600; }
.quote-upload-box small { max-width: 100%; overflow: hidden; color: #7b8990; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.quote-email-note { margin-top: 16px; padding: 12px 13px; display: grid; gap: 3px; color: #425b65; background: #eaf2f2; border-left: 3px solid var(--teal); border-radius: 6px; }
.quote-email-note strong { font-size: 14px; font-weight: 600; }
.quote-email-note span { color: #687b83; font-size: 13px; line-height: 1.5; }
.quote-submit-button { width: 100%; margin-top: 17px; font-size: 14px; }
.quote-form-footnote { margin-top: 10px; display: block; color: #859198; font-size: 12px; line-height: 1.45; text-align: center; }
.quote-request-success { padding: 28px; }
.quote-request-success > span { color: var(--teal); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.quote-request-success h2 { margin: 8px 0 12px; color: var(--navy); font-size: 27px; font-weight: 600; }
.quote-request-success p { color: #687981; font-size: 13px; line-height: 1.65; }
.quote-request-success p strong { color: #324a55; }
.quote-request-success .button { width: 100%; margin-top: 8px; }
body[data-page="cart"] .cart-empty { background: white; border-color: #cbd7da; }
[data-quote-layout][hidden], [data-quote-empty][hidden] { display: none !important; }
.quote-status-dialog { width: min(510px, calc(100% - 30px)); padding: 32px; color: var(--ink); background: white; border: 1px solid #d6e0e3; border-radius: 15px; box-shadow: 0 24px 70px rgba(16,36,59,.24); text-align: center; }
.quote-status-dialog::backdrop { background: rgba(16,36,59,.56); backdrop-filter: blur(3px); }
.quote-status-dialog .thank-you-check { margin-inline: auto; }
.quote-status-dialog .eyebrow { margin: 15px 0 8px; }
.quote-status-dialog h2 { margin: 0; color: var(--navy); font-size: 26px; line-height: 1.25; }
.quote-status-dialog > p:last-of-type { margin: 13px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.quote-status-dialog .button { min-width: 130px; }
.quote-status-close { position: absolute; right: 13px; top: 12px; width: 34px; height: 34px; display: grid; place-items: center; color: #657780; background: #f1f4f5; border: 0; border-radius: 50%; font-size: 21px; cursor: pointer; }

@media (max-width: 900px) {
  body[data-page="cart"] .cart-layout { grid-template-columns: 1fr; }
  body[data-page="cart"] .cart-summary { position: static; }
}

@media (max-width: 520px) {
  body[data-page="cart"] .cart-lines-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .quote-request-list { padding: 10px; }
  .quote-product-card { padding: 12px; }
  .quote-product-overview { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
  .quote-product-overview .cart-line-image { width: 82px; height: 109px; }
  .quote-product-copy h2 { font-size: 18px; }
  .quote-product-controls { align-items: start; }
  .quote-product-price { width: 100%; }
  .quote-product-quantity { width: 95px; }
  .quote-contact-form, .quote-request-success { padding: 21px 17px; }
}

* { box-sizing: border-box; }
html { font-size: 100%; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--gray-50); font-family: var(--font-primary); font-size: var(--text-base); line-height: var(--leading-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::selection { background: #bfe3df; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.icon { font-style: normal; line-height: 1; display: inline-flex; align-items: center; justify-content: center; }

.announcement { color: #2d4553; background: #dbe5e9; border-bottom: 1px solid #c8d5da; font-size: 11px; letter-spacing: .025em; }
.announcement-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.trust-micro, .announcement-links { display: flex; align-items: center; gap: 13px; }
.trust-micro i { width: 7px; height: 7px; border-radius: 50%; background: #59bc96; box-shadow: 0 0 0 3px rgba(89,188,150,.13); }
.trust-micro strong { color: #173243; font-size: 10px; letter-spacing: .045em; text-transform: uppercase; }
.trust-micro span, .announcement-links span { color: #5a707d; }
.support-phone { color: #173243; font-size: 12px; font-weight: 900; letter-spacing: .02em; }
.support-phone:hover { color: var(--teal-dark); }
.announcement-links a { position: relative; padding-left: 13px; color: #263f4e; font-weight: 700; }
.announcement-links a::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 11px; background: rgba(16,36,59,.18); transform: translateY(-50%); }
.announcement-links a:hover { color: var(--teal-dark); }
.site-header { position: static; z-index: 50; background: rgba(255,255,255,.985); backdrop-filter: blur(18px); box-shadow: 0 8px 25px rgba(10,29,47,.09); }
.header-main { min-height: 96px; display: grid; grid-template-columns: 230px minmax(290px, 1fr) auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-logo { width: 220px; height: auto; max-height: 66px; object-fit: contain; filter: hue-rotate(215deg) saturate(.68) contrast(1.12); }
.brand-mark { width: 42px; height: 42px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 4px; transform: skew(-10deg); }
.brand-mark i { display: block; background: var(--orange); border-radius: 3px 3px 0 0; }
.brand-mark i:nth-child(1) { height: 18px; background: #8fa3b2; }
.brand-mark i:nth-child(2) { height: 29px; background: var(--teal); }
.brand-mark i:nth-child(3) { height: 41px; background: var(--navy); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--navy); font-size: 20px; letter-spacing: .125em; }
.brand-copy small { color: #617382; margin-top: 6px; font-size: 7px; font-weight: 900; letter-spacing: .19em; }
.site-search { position: relative; display: flex; align-items: stretch; height: 50px; background: var(--gray-25); border: 1px solid #b9c5cc; border-radius: 8px; box-shadow: inset 0 1px 2px rgba(16,36,59,.035); }
.site-search:focus-within { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(16,36,59,.1); }
.site-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 8px 0 20px; color: var(--ink); }
.site-search input::placeholder { color: #8b9398; }
.site-search button { width: 112px; border: 0; border-radius: 0 7px 7px 0; background: #3e6574; color: white; font-weight: 800; cursor: pointer; display: flex; gap: 7px; align-items: center; justify-content: center; }
.site-search button:hover { background: #315767; }
.site-search button .icon { font-size: 24px; transform: rotate(-15deg); }
.search-suggestions { display: none; position: absolute; top: 56px; left: 0; right: 0; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-lg); }
.search-suggestions.is-open { display: block; }
.search-suggestions a { display: flex; align-items: center; gap: 12px; padding: 9px; border-radius: 10px; }
.search-suggestions a:hover { background: var(--cream); }
.search-suggestions a > span:last-child { display: grid; gap: 3px; }
.search-suggestions small { color: var(--muted); }
.suggestion-thumb { width: 48px; height: 54px; border-radius: 8px; flex: 0 0 auto; background-color: var(--sand); }
.suggestion-empty { padding: 10px; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-action { min-height: 46px; padding: 0 10px; display: inline-flex; align-items: center; gap: 8px; border-radius: 6px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.header-action:hover { background: var(--gray-100); }
.quote-link { min-height: 48px; padding-inline: 16px; color: white; background: var(--teal); box-shadow: 0 6px 15px rgba(17,107,106,.15); }
.quote-link:hover { background: var(--teal-dark); }
.quote-link b { font-size: 16px; }
.utility-action { padding-inline: 8px; }
.utility-symbol { position: relative; width: 33px; height: 33px; border: 1px solid var(--gray-300); border-radius: 8px; display: grid; place-items: center; color: var(--navy); background: var(--gray-50); }
.utility-account-icon::before { content: ""; position: absolute; left: 50%; top: 6px; width: 7px; height: 7px; border: 1.7px solid currentColor; border-radius: 50%; transform: translateX(-50%); }
.utility-account-icon::after { content: ""; position: absolute; left: 50%; bottom: 6px; width: 15px; height: 8px; border: 1.7px solid currentColor; border-radius: 9px 9px 4px 4px; transform: translateX(-50%); }
.utility-cart-icon::before { content: ""; position: absolute; left: 50%; bottom: 6px; width: 15px; height: 13px; border: 1.7px solid currentColor; border-radius: 3px; transform: translateX(-50%); }
.utility-cart-icon::after { content: ""; position: absolute; left: 50%; top: 5px; width: 8px; height: 6px; border: 1.7px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; transform: translateX(-50%); }
.utility-compare-icon { font-size: 18px; font-weight: 700; }
.action-label { display: grid; gap: 2px; }
.action-label small { color: #7d8992; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.action-label strong { color: var(--navy); font-size: 11px; }
.cart-link, .compare-header-link { position: relative; }
.cart-count, .compare-count { position: absolute; right: 1px; top: 1px; width: 17px; height: 17px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #557681; font-size: 8px; }
.mobile-menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 8px; background: transparent; font-size: 22px; cursor: pointer; }
.nav-wrap { color: var(--navy); background: linear-gradient(90deg, #95acb5 0%, #aebfc5 100%); border-top: 1px solid #879fa9; }
.main-nav { min-height: 52px; display: flex; align-items: center; gap: 26px; font-size: 12px; font-weight: 750; }
.main-nav a { position: relative; min-height: 52px; display: inline-flex; align-items: center; }
.main-nav a:not(.nav-highlight)::after { content: ""; position: absolute; height: 3px; left: 0; right: 100%; bottom: 0; background: #5dc0b4; transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.nav-primary { align-self: stretch; padding: 0 19px; gap: 9px; background: rgba(255,255,255,.27); border-left: 1px solid rgba(16,36,59,.12); border-right: 1px solid rgba(16,36,59,.12); }
.nav-grid-icon { width: 14px; height: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.nav-grid-icon b { display: block; border-radius: 1px; background: #7dd0c6; }
.nav-category-links { display: contents; }
.nav-overflow { position: relative; flex: 0 0 auto; }
.nav-overflow summary { min-height: 52px; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; list-style: none; white-space: nowrap; }
.nav-overflow summary::-webkit-details-marker { display: none; }
.nav-overflow summary span { font-size: 12px; transition: transform .18s ease; }
.nav-overflow[open] summary span { transform: rotate(180deg); }
.nav-overflow-menu { position: absolute; z-index: 20; top: calc(100% - 3px); left: -18px; width: 270px; padding: 8px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-lg); }
.main-nav .nav-overflow-menu a { min-height: 0; padding: 11px 12px; display: flex; border-radius: 7px; line-height: 1.35; }
.main-nav .nav-overflow-menu a::after { display: none; }
.main-nav .nav-overflow-menu a:hover { color: var(--teal-dark); background: var(--gray-100); }
.nav-spacer { flex: 1; }
.nav-highlight { color: #0a5557; }
.nav-highlight span { margin-left: 4px; padding: 3px 6px; border-radius: 99px; color: white; background: var(--orange); font-size: 8px; letter-spacing: .08em; }

.button { min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: white; background: var(--teal); font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button-secondary { color: var(--navy); background: transparent; border-color: rgba(16,36,59,.25); }
.button-secondary:hover { background: white; }
.button-orange { background: var(--orange); }
.button-orange:hover { background: #a94d2a; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal); font-weight: 800; font-size: 13px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.display-title { margin: 0; color: var(--navy); font-family: var(--font-primary); font-size: clamp(46px, 5.2vw, 78px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.section-title { margin: 0; color: var(--navy); font-family: var(--font-primary); font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.section-kicker { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading p { max-width: 520px; margin: 10px 0 0; color: var(--muted); line-height: 1.65; }

.hero { position: relative; overflow: hidden; padding: 100px 0 94px; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 54vw; height: 54vw; background: radial-gradient(circle, rgba(17,107,106,.10), transparent 67%); transform: translate(24%,-48%); pointer-events: none; }
.hero .container { width: min(calc(100% - 64px), 1360px); }
.hero-grid { display: block; }
.hero-copy { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 64px; align-items: end; }
.hero-copy .eyebrow, .hero-copy .display-title { grid-column: 1 / -1; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 13px; }
.hero-copy .eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .55; }
.hero-copy .display-title { max-width: 1100px; font-size: clamp(50px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -.035em; }
.hero-copy .display-title em { color: var(--orange); font-style: italic; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 34px 0 0; color: #53606c; font-size: 19px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.hero-actions .button-secondary { background: rgba(255,255,255,.48); }
.hero-merch { padding: 38px 0 32px; }
.hero-merch-layout { position: relative; z-index: 1; }
.hero-carousel { width: 100%; max-width: 1280px; margin: 0 auto; min-width: 0; }
.hero-carousel-stage { position: relative; min-height: 390px; overflow: hidden; touch-action: pan-y; }
.hero-carousel-stage::before { content: ""; position: absolute; inset: 7% 5% 4%; background: radial-gradient(ellipse, rgba(153,174,182,.25), rgba(224,234,237,.08) 65%, transparent 72%); border-radius: 50%; }
.hero-slide { position: absolute; inset: 0; margin: 0; display: grid; place-items: center; visibility: hidden; transform: translate3d(100%,0,0); transition: transform .62s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.hero-slide.is-active { visibility: visible; transform: translate3d(0,0,0); }
.hero-slide.is-exiting-forward { visibility: visible; transform: translate3d(-100%,0,0); }
.hero-slide.is-exiting-back { visibility: visible; transform: translate3d(100%,0,0); }
.hero-slide.is-preparing-forward { visibility: visible; transform: translate3d(100%,0,0); transition: none; }
.hero-slide.is-preparing-back { visibility: visible; transform: translate3d(-100%,0,0); transition: none; }
.hero-slide img { width: 100%; max-height: 390px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(16,36,59,.12)); }
.hero-carousel-footer { min-height: 62px; margin-top: 5px; padding-top: 13px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(16,36,59,.11); }
.hero-carousel-caption { margin: 0; display: grid; gap: 3px; }
.hero-carousel-caption strong { color: var(--navy); font-size: 13px; font-weight: 700; }
.hero-carousel-caption span { color: #65737c; font-size: 11px; line-height: 1.45; }
.hero-carousel-controls { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.hero-carousel-arrow { width: 32px; height: 32px; padding: 0; display: grid; place-items: center; color: var(--navy); background: rgba(255,255,255,.72); border: 1px solid #cad6da; border-radius: 50%; cursor: pointer; }
.hero-carousel-arrow:hover { color: white; background: var(--teal); border-color: var(--teal); }
.hero-carousel-dots { display: flex; align-items: center; gap: 6px; }
.hero-carousel-dots button { width: 7px; height: 7px; padding: 0; background: #aebdc2; border: 0; border-radius: 99px; cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-carousel-dots button.is-active { width: 21px; background: var(--teal); }
.hero-carousel button:focus-visible { outline: 3px solid rgba(17,107,106,.24); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-carousel-dots button { transition: none; }
}
.trust-bar { padding: 19px 0; color: #29414d; background: #e3eaed; border-top: 1px solid #d4dfe3; border-bottom: 1px solid #cedade; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 4px 24px; display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid rgba(16,36,59,.12); font-size: 13px; font-weight: 750; text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item b { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: 12px; box-shadow: 0 3px 9px rgba(17,107,106,.14); }

.section { padding: 88px 0; }
.section-white { background: white; }
.section-sand { background: var(--gray-100); }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.category-card { position: relative; min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--gray-25); border: 1px solid var(--gray-200); border-radius: 13px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #bfd1cc; }
.category-image { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: var(--gray-150); border-bottom: 1px solid var(--gray-200); }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.category-card:hover .category-image img { transform: scale(1.035); }
.category-card-icon .category-image { background: #f8fafb; }
.category-card-icon .category-image img { padding: 6px; object-fit: contain; }
.category-copy { min-width: 0; padding: 18px 42px 19px 18px; display: grid; gap: 6px; }
.category-copy strong { color: var(--navy); font-family: var(--font-primary); font-size: 18px; font-weight: 600; line-height: 1.25; }
.category-copy small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.category-card > .icon { position: absolute; right: 18px; bottom: 20px; color: var(--orange); font-size: 18px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; overflow: hidden; background: white; border: 1px solid #e4e6e3; border-radius: 14px; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-image-wrap { position: relative; overflow: hidden; background: var(--gray-150); }
.product-image { display: block; width: 100%; aspect-ratio: 3/4; transition: transform .45s ease; }
.product-card:hover .product-image { transform: scale(1.035); }
.product-badge { position: absolute; top: 13px; left: 13px; padding: 6px 9px; border-radius: 99px; color: var(--navy); background: rgba(255,255,255,.9); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.favorite-button { position: absolute; top: 11px; right: 11px; width: 34px; height: 34px; border: 0; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); font-size: 21px; cursor: pointer; }
.favorite-button.is-active { color: white; background: var(--orange); }
.favorite-button.is-active .icon { transform: scale(1.12); }
.product-card-body { padding: 15px; }
.product-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-meta span:last-child { color: #73818a; letter-spacing: .035em; }
.product-card h3 { min-height: 44px; margin: 10px 0 5px; color: var(--navy); font-size: 16px; line-height: 1.35; }
.product-card h3 a:hover { color: var(--teal); }
.product-sku { margin: 0; color: var(--muted); font-size: 11px; }
.product-price { margin-top: 16px; display: flex; align-items: baseline; gap: 5px; }
.product-price strong { color: var(--navy); font-size: 19px; }
.product-price span { color: var(--muted); font-size: 11px; }
.product-card-actions { margin-top: 15px; padding-top: 14px; border-top: 1px solid #edf0ed; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mini-add { width: 32px; height: 32px; border: 1px solid #bfcfcb; border-radius: 50%; background: transparent; color: var(--teal); font-size: 22px; line-height: 1; cursor: pointer; }
.mini-add:hover { color: white; background: var(--teal); }

.field { display: grid; gap: 7px; }
.field label { color: #53616b; font-size: 11px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid #cfd7d5; border-radius: 8px; outline: 0; background: white; color: var(--ink); }
.field textarea { min-height: 130px; padding-block: 12px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(17,107,106,.1); }
.final-cta { padding: 70px 0; color: var(--navy); background: #dfe8eb; border-top: 1px solid #d1dde1; border-bottom: 1px solid #c9d8dd; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta h2 { max-width: 720px; margin: 0; font-family: var(--font-primary); font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.final-cta p { margin: 10px 0 0; color: #536b76; }
.final-cta .button { flex: 0 0 auto; color: white; background: var(--teal); box-shadow: 0 8px 20px rgba(11,86,87,.16); }
.final-cta .button:hover { color: white; background: var(--teal-dark); }

.site-footer { padding: 64px 0 20px; color: #edf3f5; background: #456873; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 65px; }
.brand-light .brand-copy strong { color: white; }
.brand-light .brand-copy small { color: #b8d7d3; }
.brand-light .brand-mark i:nth-child(1) { background: #b7c8ce; }
.brand-light .brand-mark i:nth-child(2) { background: #8fd0c7; }
.brand-light .brand-mark i:nth-child(3) { background: #edf3f5; }
.footer-brand p { max-width: 390px; margin: 22px 0; color: #d1dee2; line-height: 1.7; }
.footer-contact { display: grid; gap: 6px; font-weight: 700; }
.footer-grid h3 { margin: 3px 0 18px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .11em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid > div:not(.footer-brand) a { color: #d5e1e5; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 54px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 20px; color: #bacbd1; font-size: 11px; }

/* Home palette: cool gray foundations, slate-blue surfaces, teal accents. */
body[data-page="home"] .hero { background: linear-gradient(135deg, #f9fbfc 0%, #eef3f5 100%); }
body[data-page="home"] .hero::before { background: radial-gradient(circle, rgba(69,104,115,.11), transparent 68%); }
body[data-page="home"] .category-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
body[data-page="home"] .category-copy { min-height: 66px; padding: 13px 30px 13px 13px; align-content: center; }
body[data-page="home"] .category-copy strong { font-size: 14px; line-height: 1.3; }
body[data-page="home"] .category-copy small { display: none; }
body[data-page="home"] .category-card > .icon { right: 12px; bottom: 24px; font-size: 14px; }
body[data-page="home"] .hero-copy .display-title em,
body[data-page="home"] .section-kicker,
body[data-page="home"] .category-card > .icon { color: var(--teal); }
body[data-page="home"] .nav-highlight span { background: #557681; }
body[data-page="home"] .favorite-button.is-active,
.sprite { background-image: url("../img/product-grid-gray.png"); background-repeat: no-repeat; background-size: 400% 200%; }
.sprite-1 { background-position: 0% 0%; }
.sprite-2 { background-position: 33.333% 0%; }
.sprite-3 { background-position: 66.666% 0%; }
.sprite-4 { background-position: 100% 0%; }
.sprite-5 { background-position: 0% 100%; }
.sprite-6 { background-position: 33.333% 100%; }
.sprite-7 { background-position: 66.666% 100%; }
.sprite-8 { background-position: 100% 100%; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 26px; max-width: min(430px, calc(100% - 30px)); padding: 14px 19px; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; box-shadow: var(--shadow-lg); transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .25s ease; font-size: 13px; font-weight: 700; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

/* Inner pages */
.narrow-container { max-width: 920px; }
.breadcrumbs { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 9px; color: #78828a; font-size: 11px; }
.breadcrumbs a { color: var(--teal); font-weight: 800; }
.breadcrumbs-light, .breadcrumbs-light a { color: rgba(255,255,255,.72); }
.page-hero { padding: 65px 0 62px; background: var(--gray-100); border-bottom: 1px solid var(--gray-200); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 90px; align-items: end; }
.page-title { max-width: 860px; margin: 0; color: var(--navy); font: 500 clamp(42px, 5.5vw, 67px)/1.02 var(--font-primary); letter-spacing: -.045em; }
.page-title em { color: var(--orange); font-style: italic; }
.page-lede { max-width: 720px; margin: 20px 0 0; color: #5c6872; font-size: 17px; line-height: 1.68; }
.page-hero-note { padding: 24px; display: grid; gap: 5px; background: var(--navy); color: white; border-radius: 13px; box-shadow: var(--shadow-sm); }
.page-hero-note span { color: #a7bac6; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.page-hero-note strong { font: 600 24px var(--font-primary); }
.page-hero-note a { margin-top: 10px; color: #9bd1c8; font-size: 12px; font-weight: 800; }
.compact-hero { padding-block: 48px; }
.compact-hero .page-title { font-size: clamp(40px, 4.5vw, 57px); }

.catalog-section { padding: 34px 0 90px; }
.catalog-toolbar { min-height: 62px; margin-bottom: 25px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.catalog-summary { display: flex; align-items: baseline; gap: 10px; }
.catalog-summary strong { color: var(--navy); font-size: 20px; }
.catalog-summary span { color: var(--muted); font-size: 12px; }
.toolbar-actions { display: flex; align-items: center; gap: 10px; }
.toolbar-actions label { color: var(--muted); font-size: 11px; font-weight: 800; }
.toolbar-actions select { min-width: 178px; margin-left: 7px; padding: 9px 11px; border: 1px solid #ccd3d3; border-radius: 8px; background: white; color: var(--ink); }
.filter-toggle { display: none; border: 1px solid #cad3d1; border-radius: 8px; padding: 9px 12px; background: white; font-weight: 800; }
.catalog-layout { display: grid; grid-template-columns: 225px 1fr; gap: 38px; align-items: start; }
.filters { position: static; background: white; border: 1px solid #e3e6e3; border-radius: 12px; }
.filter-header { padding: 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.filter-header strong { color: var(--navy); }
.filter-header a { color: var(--teal); font-size: 11px; font-weight: 800; }
.category-filter-list { display: grid; }
.category-filter-link { min-height: 48px; padding: 10px 15px; display: flex; align-items: center; color: #59656f; background: #f8fafb; border-bottom: 1px solid #dfe6e8; font-size: 13px; line-height: 1.35; transition: background .15s ease, color .15s ease; }
.category-filter-link:last-child { border-bottom: 0; }
.category-filter-link:hover { color: var(--navy); background: #edf3f4; }
.category-filter-link.is-selected { color: var(--teal-dark); background: #e4f1ef; box-shadow: inset 3px 0 0 var(--teal); font-weight: 600; }
.filter-group { padding: 18px; border-bottom: 1px solid #e6e8e6; }
.filter-group:last-child { border: 0; }
.filter-group h2 { margin: 0 0 13px; color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.check-list { overflow: hidden; border: 1px solid #d7e0e3; border-radius: 8px; }
.check-row { height: 46px; padding: 4px 9px; display: flex; align-items: center; gap: 9px; color: #59656f; background: #f8fafb; border-bottom: 1px solid #dfe6e8; font-size: 12px; line-height: 1.35; cursor: pointer; transition: background .15s ease, color .15s ease; }
.check-row:last-child { border-bottom: 0; }
.check-row:hover { color: var(--navy); background: #edf3f4; }
.check-row.is-selected { color: var(--teal-dark); background: #e4f1ef; box-shadow: inset 3px 0 0 var(--teal); font-weight: 600; }
.check-row input { width: 16px; height: 16px; flex: 0 0 16px; accent-color: var(--teal); }
.range-label { margin-bottom: 6px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.range-label strong { color: var(--navy); font-size: 14px; }
.filter-group input[type="range"] { width: 100%; accent-color: var(--teal); }
.active-filters { min-height: 30px; margin-bottom: 10px; display: flex; flex-wrap: wrap; gap: 7px; }
.active-filters:empty { min-height: 0; margin: 0; }
.active-filters button { padding: 7px 10px; border: 0; border-radius: 99px; background: #dcebea; color: var(--teal-dark); font-size: 10px; font-weight: 800; cursor: pointer; }
.product-grid-catalog { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.empty-state { padding: 70px 25px; border: 1px dashed #c5cfcd; border-radius: 16px; text-align: center; }
.empty-state > span { color: var(--orange); font-size: 43px; }
.empty-state h2 { margin: 12px 0 7px; color: var(--navy); font: 600 31px var(--font-primary); }
.empty-state p { margin: 0 0 22px; color: var(--muted); }
.empty-state > div { display: flex; justify-content: center; gap: 10px; }

.search-page-hero { text-align: center; }
.search-page-hero .breadcrumbs { justify-content: center; }
.search-page-hero .page-title { margin-inline: auto; }
.large-search { max-width: 750px; height: 61px; margin: 28px auto 0; padding: 5px; display: flex; background: white; border: 1px solid #cbd4d3; border-radius: 12px; box-shadow: var(--shadow-sm); }
.large-search input { flex: 1; min-width: 0; padding: 0 15px; border: 0; outline: 0; background: transparent; }
.large-search .button { min-height: 49px; }
.popular-searches { margin-top: 15px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 11px; }
.popular-searches a { color: var(--teal); font-weight: 800; }
.search-results-header { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; }
.search-results-header h2 { margin: 5px 0 0; color: var(--navy); font: 600 34px var(--font-primary); }

.product-detail-section { padding: 28px 0 68px; background: white; }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: 92px 1fr; gap: 13px; }
.product-main-image { position: relative; grid-column: 2; grid-row: 1; width: 100%; aspect-ratio: 3/4; background-color: var(--sand); border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(16,36,59,.05); }
.product-main-image.sprite-2 { overflow: hidden; background-color: #d1d2d3; background-image: none; }
.product-main-image.sprite-2::before { content: ""; position: absolute; inset: 3%; border-radius: 8px; background: url("../img/product-grid-gray.png") 33.333% 0% / 400% 200% no-repeat; }
.product-main-image.sprite-2 > * { z-index: 1; }
.image-tag { position: absolute; left: 18px; top: 18px; padding: 7px 10px; border-radius: 99px; color: var(--navy); background: rgba(255,255,255,.9); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.gallery-expand { position: absolute; right: 15px; bottom: 15px; width: 41px; height: 41px; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.9); cursor: pointer; font-size: 18px; }
.gallery-thumbs { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 10px; }
.gallery-thumbs button { width: 92px; height: 112px; border: 1px solid transparent; border-radius: 9px; background-color: var(--sand); cursor: pointer; overflow: hidden; }
.gallery-thumbs button.active { border: 2px solid var(--teal); }
.gallery-thumbs .gallery-detail { display: grid; place-items: center; background: var(--navy); color: white; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.gallery-thumbs .gallery-lifestyle { opacity: .78; filter: saturate(.72); }
.product-info-top { display: flex; justify-content: space-between; gap: 15px; color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-info-top span:last-child { color: #926f12; letter-spacing: 0; }
.product-info h1 { margin: 12px 0 3px; color: var(--navy); font: 500 clamp(38px, 4vw, 54px)/1.06 var(--font-primary); letter-spacing: -.035em; }
.detail-sku { margin: 0; color: #8b9498; font-size: 11px; }
.detail-description { margin: 21px 0 16px; color: #5b6871; line-height: 1.7; }
.detail-highlights { display: flex; flex-wrap: wrap; gap: 7px; }
.detail-highlights span { padding: 7px 9px; border-radius: 6px; background: #edf4f1; color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.price-box { margin: 25px 0 6px; padding: 19px 20px; display: flex; justify-content: space-between; align-items: center; background: var(--gray-100); border-radius: 10px; }
.price-box > div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 4px 9px; }
.price-box > div span { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.price-box strong { color: var(--navy); font-size: 31px; }
.price-box small { color: var(--muted); }
.retail-price { color: var(--muted); font-size: 10px; line-height: 1.5; text-align: right; }
.detail-option { padding: 22px 0; border-bottom: 1px solid var(--line); }
.option-heading { margin-bottom: 13px; display: flex; justify-content: space-between; color: var(--navy); font-size: 12px; }
.option-heading span { color: var(--muted); font-weight: 500; }
.color-swatches { display: flex; gap: 10px; }
.color-swatches button { width: 31px; height: 31px; border: 4px solid white; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px #bdc6c5; cursor: pointer; }
.color-swatches button.active { box-shadow: 0 0 0 2px var(--teal); }
.qty-price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.qty-control { display: flex; height: 44px; border: 1px solid #c7d0cf; border-radius: 8px; overflow: hidden; }
.qty-control button { width: 38px; border: 0; background: #f2f5f3; cursor: pointer; font-size: 18px; }
.qty-control input { width: 78px; border: 0; outline: 0; text-align: center; font-weight: 800; }
.live-price { display: grid; gap: 4px; text-align: right; }
.live-price span { color: var(--navy); }
.live-price span strong { font-size: 21px; }
.live-price small { color: var(--muted); }
.live-price b { color: var(--teal); }
.detail-actions { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-sample-card { margin-top: 15px; }
.detail-links { margin-top: 16px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; font-size: 11px; font-weight: 800; }
.detail-links a, .detail-links button { padding: 0; border: 0; background: none; color: var(--teal); font: inherit; cursor: pointer; }
.detail-links button:hover { color: var(--teal-dark); }
.detail-links button[aria-pressed="true"] { color: var(--orange); }
.product-lower { padding: 60px 0; background: var(--gray-50); border-top: 1px solid var(--line); }
.product-lower-grid { display: grid; grid-template-columns: 1fr 270px; gap: 45px; }
.tab-buttons { display: flex; gap: 0; border-bottom: 1px solid var(--line); }
.tab-buttons button { padding: 14px 20px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; }
.tab-buttons button.active { color: var(--teal); border-color: var(--teal); }
.tab-panel { display: none; padding-top: 24px; }
.tab-panel.active { display: block; }
.pricing-table { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.pricing-row { display: grid; grid-template-columns: 1.35fr repeat(5, 1fr); }
.pricing-row + .pricing-row { border-top: 1px solid var(--line); }
.pricing-row > * { padding: 14px 12px; border-right: 1px solid var(--line); text-align: center; font-size: 12px; }
.pricing-row > *:first-child { text-align: left; color: var(--muted); }
.pricing-row > *:last-child { border: 0; }
.pricing-head { background: var(--navy); color: white; }
.pricing-head > *:first-child { color: #b8c5cf; }
.pricing-row .best-tier { color: white; background: var(--teal); }
.retail-row { background: var(--gray-100); }
.table-note { color: var(--muted); font-size: 10px; line-height: 1.5; }
.tab-panel h3 { color: var(--navy); font: 600 26px var(--font-primary); }
.tab-panel p { color: var(--muted); line-height: 1.7; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.spec-grid div { padding: 17px; display: grid; gap: 6px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.spec-grid span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.sample-card { padding: 28px 24px; background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 14px; }
.sample-card > span { color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.sample-card h2 { margin: 8px 0; color: var(--navy); font: 600 27px var(--font-primary); }
.sample-card p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.sample-card .button { width: 100%; margin-top: 8px; }

.budget-hero { padding: 68px 0; color: white; background: var(--navy); }
.budget-hero-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.budget-label { color: #9bcfc8; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.budget-hero h1 { margin: 14px 0 20px; font: 500 clamp(44px, 5vw, 66px)/1.02 var(--font-primary); letter-spacing: -.04em; }
.budget-hero > div > div > p { color: #c0cbd3; line-height: 1.7; }
.budget-hero ul { padding: 0; list-style: none; display: grid; gap: 8px; color: #dce6ea; font-size: 12px; font-weight: 700; }
.budget-hero li::before { content: "✓"; margin-right: 8px; color: #87c8be; }
.budget-form { padding: 31px; color: var(--ink); background: white; border-radius: 18px; box-shadow: var(--shadow-lg); }
.budget-form h2 { margin: 0 0 21px; color: var(--navy); font: 600 28px var(--font-primary); }
.budget-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.input-prefix { position: relative; }
.input-prefix span { position: absolute; left: 13px; top: 13px; color: var(--muted); }
.input-prefix input { padding-left: 28px; }
.budget-form .button { width: 100%; margin-top: 17px; }
.budget-form > p { margin: 10px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.budget-summary { margin-bottom: 17px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.budget-summary h2 { margin: 5px 0 0; color: var(--navy); font: 600 39px var(--font-primary); }
.per-piece { text-align: right; }
.per-piece span, .per-piece small { display: block; color: var(--muted); font-size: 10px; }
.per-piece strong { color: var(--teal); font-size: 32px; }
.match-meter { margin-bottom: 30px; }
.match-meter > span { display: block; width: var(--match); height: 5px; background: var(--orange); border-radius: 10px; }
.match-meter p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }

.compare-picker { margin-bottom: 25px; padding: 16px; display: flex; align-items: center; gap: 12px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.compare-picker label { color: var(--navy); font-weight: 800; font-size: 12px; }
.compare-picker select { flex: 1; min-height: 44px; padding: 0 10px; border: 1px solid #cad2d1; border-radius: 8px; background: white; }
.compare-scroll { overflow-x: auto; }
.compare-page-note { margin-bottom: 18px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 12px; }
.compare-page-note strong { color: var(--navy); font-size: 15px; }
.compare-table { min-width: 760px; display: grid; grid-template-columns: 170px repeat(var(--compare-count), minmax(190px, 1fr)); background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.compare-label, .compare-cell, .compare-product { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compare-label { color: var(--muted); background: var(--gray-100); font-size: 11px; font-weight: 800; }
.compare-product { position: relative; }
.compare-product > button { position: absolute; right: 10px; top: 10px; width: 28px; height: 28px; border: 0; border-radius: 50%; background: #edf0ed; cursor: pointer; }
.compare-image { display: block; width: 100%; aspect-ratio: 3/3.5; border-radius: 9px; background-color: var(--sand); }
img.compare-image { object-fit: contain; }
.compare-product > span { display: block; margin-top: 12px; color: var(--teal); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.compare-product h2 { min-height: 45px; margin: 6px 0; color: var(--navy); font-size: 16px; }
.compare-cell { display: flex; flex-direction: column; justify-content: center; gap: 3px; color: var(--ink); font-size: 12px; }
.compare-cell small { color: var(--muted); }
.compare-cell strong { color: var(--navy); font-size: 16px; }
.compare-add-cart { width: 100%; min-height: 42px; padding-inline: 10px; font-size: 11px; }

.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.cart-lines { background: white; border: 1px solid var(--line); border-radius: 12px; }
.cart-lines-head { padding: 18px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-lines-head a { color: var(--teal); font-size: 11px; font-weight: 800; }
.cart-line { padding: 20px; display: grid; grid-template-columns: 120px 1fr 110px 120px; gap: 20px; align-items: center; }
.cart-line + .cart-line { border-top: 1px solid var(--line); }
.cart-line-image { width: 120px; height: 150px; border-radius: 9px; background-color: var(--sand); }
.cart-line-info > span { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.cart-line-info h2 { margin: 5px 0; color: var(--navy); font-size: 17px; }
.cart-line-info p { margin: 0 0 13px; color: var(--muted); font-size: 11px; }
.cart-line-info button { padding: 0; border: 0; background: none; color: var(--orange); font-size: 10px; font-weight: 800; cursor: pointer; }
.cart-line-qty { display: grid; gap: 6px; }
.cart-line-qty label { color: var(--muted); font-size: 10px; }
.cart-line-qty input { width: 100%; min-height: 41px; padding: 0 9px; border: 1px solid #cad2d1; border-radius: 7px; }
.cart-line-price { display: grid; gap: 4px; text-align: right; }
.cart-line-price span { color: var(--muted); font-size: 10px; }
.cart-line-price strong { color: var(--navy); font-size: 18px; }
.cart-summary { position: sticky; top: 175px; padding: 28px; background: var(--navy); color: white; border-radius: 14px; }
.cart-summary .section-kicker { color: #85c7bd; }
.cart-summary h2 { margin: 8px 0 25px; font: 600 29px var(--font-primary); }
.summary-total, .summary-row { padding: 13px 0; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid rgba(255,255,255,.15); font-size: 11px; }
.summary-total strong { font-size: 20px; }
.summary-row strong { text-align: right; }
.cart-summary > p { color: #aebcc6; font-size: 10px; line-height: 1.55; }
.cart-summary .button { width: 100%; margin: 10px 0 18px; background: var(--orange); }
.cart-summary .text-link { justify-content: center; color: #9cd3cb; }

.quote-page { padding: 62px 0 82px; color: white; background: var(--navy); }
.quote-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.quote-intro { position: static; top: auto; }
.quote-intro h1 { margin: 10px 0 20px; font: 500 clamp(44px, 5vw, 66px)/1.02 var(--font-primary); letter-spacing: -.04em; }
.quote-intro > p { color: #b9c6cf; line-height: 1.7; }
.contact-person { margin: 35px 0 28px; display: flex; align-items: center; gap: 13px; }
.person-avatar { width: 49px; height: 49px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--orange); font-size: 12px; font-weight: 900; }
.contact-person > div:last-child { display: grid; gap: 3px; }
.contact-person span, .contact-person small { color: #9fb0bd; font-size: 10px; }
.quote-benefits { display: grid; gap: 8px; color: #d4e1e4; font-size: 11px; font-weight: 700; }
.quote-form, .contact-form { padding: 34px; color: var(--ink); background: white; border-radius: 18px; box-shadow: var(--shadow-lg); }
.form-step-label { margin-bottom: 20px; display: flex; justify-content: space-between; color: var(--navy); font-weight: 800; }
.form-step-label small { color: var(--muted); font-weight: 500; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field.full { grid-column: 1 / -1; }
.upload-zone { margin: 18px 0; min-height: 115px; border: 1px dashed #aebdb9; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: var(--teal); cursor: pointer; text-align: center; }
.upload-zone input { display: none; }
.upload-zone span { color: var(--muted); font-size: 10px; }
.quote-form > .button { width: 100%; }
.privacy-note { color: var(--muted); font-size: 9px; text-align: center; }
.form-success { padding: 45px 10px; text-align: center; }
.form-success > span { width: 65px; height: 65px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--success); font-size: 28px; }
.form-success h2 { color: var(--navy); font: 600 34px var(--font-primary); }
.form-success > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }

.login-section { padding: 60px 0 80px; background: white; }
.login-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 640px; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow-lg); }
.login-art { position: relative; overflow: hidden; min-height: 610px; background: var(--navy); }
.login-art-image { position: absolute; inset: 0 0 0 45%; opacity: .48; background-size: 500% 250%; filter: saturate(.7); }
.login-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 12%, rgba(16,36,59,.83) 48%, rgba(16,36,59,.2)); }
.login-art-copy { position: relative; z-index: 1; max-width: 460px; padding: 80px 45px; color: white; }
.login-art-copy > span { color: #8dc9c0; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.login-art-copy h1 { font: 500 48px/1.06 var(--font-primary); }
.login-art-copy ul { padding: 0; list-style: none; display: grid; gap: 12px; color: #c9d4db; font-size: 12px; }
.login-art-copy li::before { content: "✓"; color: #85c7bd; margin-right: 8px; }
.login-panel { padding: 75px 60px; }
.login-panel h2 { margin: 8px 0; color: var(--navy); font: 600 36px var(--font-primary); }
.login-panel > p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.login-panel > p a, .label-row a { color: var(--teal); font-weight: 800; }
.login-panel form { margin-top: 30px; display: grid; gap: 17px; }
.label-row { display: flex; justify-content: space-between; font-size: 11px; }
.login-panel form .button, .login-panel > .button { width: 100%; }
.login-divider { margin: 23px 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.customer-login-grid { min-height: 590px; }
.customer-login-grid .login-art { min-height: 590px; }
.customer-login-grid .login-panel { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.customer-login-grid .form-alert { margin: 18px 0 0; }
.customer-code-input { height: 58px; text-align: center; color: var(--navy); font-size: 25px !important; font-weight: 700; letter-spacing: .22em; }

.account-section { padding: 45px 0 85px; }
.account-layout { display: grid; grid-template-columns: 200px 1fr; gap: 42px; }
.account-nav { display: flex; flex-direction: column; }
.account-nav a, .account-nav button { width: 100%; padding: 12px 9px; border: 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); background: transparent; font: 700 12px var(--font-secondary); text-align: left; cursor: pointer; }
.account-nav a.active { color: var(--teal); border-left: 3px solid var(--teal); }
.account-nav a span { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: white; background: #557681; font-size: 9px; }
.account-nav form { margin: 0; }
.account-nav button:hover, .account-nav button:focus-visible { color: var(--teal); }
.account-main { display: grid; gap: 18px; }
.account-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.account-stats article { padding: 20px; display: grid; gap: 6px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.account-stats span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.account-stats strong { color: var(--navy); font: 600 34px var(--font-primary); }
.account-stats small { color: var(--teal); }
.dashboard-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 12px; }
.dashboard-card-head { min-height: 75px; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.dashboard-card-head h2 { margin: 5px 0 0; color: var(--navy); font-size: 18px; }
.dashboard-card-head > span, .dashboard-card-head > a { color: var(--muted); font-size: 10px; }
.status-pill { padding: 4px 7px; border-radius: 99px; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.status-pill.action { color: #8c3b22; background: #ffe3d6; }
.status-pill.production { color: var(--teal-dark); background: #dceeea; }
.status-pill.completed { color: #234c78; background: #e2edf8; }
.status-pill.neutral { color: #56656d; background: #edf0f1; }
.proof-row { padding: 22px; display: grid; grid-template-columns: 115px 1fr auto; gap: 20px; align-items: center; }
.proof-image { width: 115px; height: 140px; border-radius: 8px; display: grid; place-items: center; background-color: var(--sand); }
.proof-image span { padding: 7px; color: white; background: rgba(16,36,59,.75); font-size: 9px; font-weight: 900; text-align: center; }
.proof-row > div:nth-child(2) { display: grid; gap: 6px; }
.proof-row p, .proof-row small { margin: 0; color: var(--muted); font-size: 11px; }
.proof-actions { display: flex; gap: 8px; }
.proof-actions .button { min-height: 42px; padding-inline: 13px; font-size: 10px; }
.timeline { padding: 28px 24px; display: grid; grid-template-columns: repeat(5, 1fr); }
.timeline > div { position: relative; display: grid; justify-items: center; gap: 5px; text-align: center; }
.timeline > div::after { content: ""; position: absolute; top: 15px; left: 55%; right: -45%; height: 2px; background: #d7dddb; }
.timeline > div:last-child::after { display: none; }
.timeline > div > span { position: relative; z-index: 1; width: 31px; height: 31px; border: 2px solid #d0d8d6; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--muted); font-size: 10px; font-weight: 900; }
.timeline .done > span { color: white; background: var(--teal); border-color: var(--teal); }
.timeline .done::after { background: var(--teal); }
.timeline .current > span { color: white; background: var(--orange); border-color: var(--orange); }
.timeline strong { margin-top: 4px; color: var(--navy); font-size: 10px; }
.timeline small { color: var(--muted); font-size: 9px; }
.saved-mini-grid { padding: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.saved-mini-grid a { padding: 9px; display: grid; grid-template-columns: 63px 1fr auto; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 8px; }
.saved-image { width: 63px; height: 78px; border-radius: 6px; background-color: var(--sand); }
.saved-mini-grid a > span:nth-child(2) { display: grid; gap: 5px; }
.saved-mini-grid strong { color: var(--navy); font-size: 11px; }
.saved-mini-grid small { color: var(--muted); font-size: 9px; }
.saved-mini-grid b { color: var(--orange); }
.customer-quote-card + .customer-quote-card { border-top: 1px solid var(--line); }
.customer-quote-card > header { padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #f8fafb; border-bottom: 1px solid #e3e8e9; }
.customer-quote-card > header > div { display: flex; align-items: center; gap: 10px; }
.customer-quote-card h3 { margin: 0; color: var(--navy); font-size: 16px; }
.customer-quote-card time { color: var(--muted); font-size: 11px; }
.customer-quote-details { padding: 17px 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-bottom: 1px solid #e5eaeb; }
.customer-quote-details > div { display: grid; gap: 4px; }
.customer-quote-details span { color: #77868e; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.customer-quote-details strong { color: #314853; font-size: 13px; }
.customer-quote-details .customer-quote-notes { grid-column: 1 / -1; }
.customer-quote-notes p { margin: 0; color: #536872; font-size: 12px; line-height: 1.65; white-space: pre-line; }
.customer-quote-products { padding: 14px 22px 20px; display: grid; gap: 10px; }
.customer-quote-product { padding: 10px; display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 13px; align-items: start; background: white; border: 1px solid #e0e6e8; border-radius: 8px; }
.customer-quote-product > a, .customer-product-placeholder { width: 66px; height: 82px; display: block; background: #f3f6f7; border-radius: 6px; overflow: hidden; }
.customer-quote-product img { width: 100%; height: 100%; object-fit: contain; }
.customer-quote-product > div { min-width: 0; display: grid; gap: 4px; }
.customer-quote-product strong { color: var(--navy); font-size: 13px; line-height: 1.4; }
.customer-quote-product small { color: #718089; font-size: 10px; }
.customer-quote-product p { margin: 4px 0 0; color: #536872; font-size: 11px; line-height: 1.6; white-space: pre-line; }
.account-empty-state { padding: 55px 25px; text-align: center; }
.account-empty-state h3 { margin: 0 0 8px; color: var(--navy); font-size: 24px; }
.account-empty-state p { margin: 0 0 20px; color: var(--muted); }

.about-hero { position: relative; overflow: hidden; padding: 72px 0; color: white; background: linear-gradient(135deg, #10243b 0%, #123c4d 52%, #0b5657 100%); }
.about-hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -220px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; }
.about-hero .eyebrow { color: #95d2c8; }
.about-hero h1 { max-width: 650px; margin: 10px 0 22px; font: 500 clamp(45px, 5.1vw, 68px)/1.03 var(--font-primary); letter-spacing: -.043em; }
.about-hero-copy > p:not(.eyebrow) { max-width: 660px; color: #c7d8dd; font-size: 17px; line-height: 1.75; }
.about-actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 11px; }
.about-actions .button { background: #4e9d94; }
.about-actions .button:hover { background: #60ada4; }
.about-actions .about-secondary-button { color: white; background: transparent; border-color: rgba(255,255,255,.35); }
.about-actions .about-secondary-button:hover { background: rgba(255,255,255,.1); }
.about-collage { position: relative; height: 520px; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.about-collage > div:not(.about-collage-note) { border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background-color: var(--sand); background-position: center; background-repeat: no-repeat; background-size: cover; box-shadow: 0 18px 38px rgba(4,19,31,.16); }
.about-tall { grid-row: 1 / 3; }
.about-collage-note { position: absolute; right: -15px; bottom: 22px; width: 245px; padding: 17px 19px; display: grid; gap: 5px; color: var(--navy); background: rgba(255,255,255,.96); border-radius: 11px; box-shadow: var(--shadow-lg); }
.about-collage-note strong { font-size: 15px; }
.about-collage-note span { color: #60717a; font-size: 11px; line-height: 1.55; }
.about-proof-strip { padding: 30px 0; background: white; border-bottom: 1px solid var(--line); }
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-band > div { padding: 8px 28px; border-right: 1px solid #d8e1e3; display: grid; gap: 6px; text-align: center; }
.stats-band > div:last-child { border: 0; }
.stats-band strong { color: var(--teal); font: 600 25px var(--font-primary); }
.stats-band span { color: var(--muted); font-size: 11px; }
.about-story-section { padding-block: 86px; }
.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; }
.story-copy { color: #566a74; font: 400 18px/1.82 var(--font-primary); }
.story-copy p:first-child { margin-top: 0; color: #314b58; font-size: 20px; }
.about-capabilities-section { background: #eef3f4; border-top: 1px solid #dce5e7; }
.about-section-heading { align-items: end; }
.about-section-heading > div { max-width: 750px; }
.about-section-heading > p { max-width: 390px; margin: 0; color: #647780; font-size: 13px; line-height: 1.7; }
.about-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.about-capability-grid article { min-height: 235px; padding: 25px; background: white; border: 1px solid #d8e2e4; border-radius: 12px; box-shadow: 0 5px 16px rgba(16,36,59,.035); }
.about-capability-grid article > span { color: #6b9e99; font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.about-capability-grid h3 { margin: 34px 0 10px; color: var(--navy); font: 600 22px/1.25 var(--font-primary); }
.about-capability-grid p { margin: 0; color: #657780; font-size: 12px; line-height: 1.7; }
.values-section { padding: 78px 0 82px; color: white; background: var(--navy); }
.values-heading { max-width: 720px; margin-bottom: 39px; }
.values-heading .section-kicker { color: #82c7bd; }
.values-heading .section-title { margin-bottom: 0; color: white; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.values-grid article { padding: 31px 27px; border-right: 1px solid rgba(255,255,255,.16); }
.values-grid article:last-child { border: 0; }
.values-grid span { color: #7fc0b6; font-size: 11px; font-weight: 900; }
.values-grid h3 { margin: 26px 0 10px; color: white; font: 600 23px/1.28 var(--font-primary); }
.values-grid p { margin: 0; color: #aebdc6; font-size: 12px; line-height: 1.7; }
.about-final-cta p { margin-bottom: 0; color: #60717a; }

.contact-page { padding: 58px 0 84px; background: #eef3f4; }
.contact-page > .container > .breadcrumbs { margin-bottom: 24px; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: stretch; }
.contact-shell { overflow: hidden; border: 1px solid #d5e0e3; border-radius: 18px; background: white; box-shadow: 0 16px 42px rgba(16,36,59,.09); }
.contact-company-card { position: relative; overflow: hidden; padding: 50px 44px; color: white; background: linear-gradient(145deg, var(--navy), #164657); }
.contact-company-card::after { content: ""; position: absolute; right: -120px; bottom: -145px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.025); }
.contact-company-card > * { position: relative; z-index: 1; }
.contact-company-card .eyebrow { color: #8bcac1; }
.contact-company-card h1 { max-width: 430px; margin: 11px 0 18px; font: 500 clamp(40px, 4vw, 58px)/1.04 var(--font-primary); letter-spacing: -.035em; }
.contact-company-intro { max-width: 470px; margin: 0; color: #bdd0d7; font-size: 15px; line-height: 1.72; }
.contact-details { margin: 35px 0 0; }
.contact-details > div { padding: 18px 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 10px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-details > div:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-details dt { color: #8fc9c1; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-details dd { min-width: 0; margin: 0; color: white; font-size: 14px; font-weight: 600; line-height: 1.55; }
.contact-details address { font-style: normal; }
.contact-details a { overflow-wrap: anywhere; }
.contact-form { align-self: stretch; padding: 48px 46px; border-radius: 0; box-shadow: none; }
.contact-form .eyebrow { color: var(--teal); }
.contact-form h2 { margin: 6px 0 9px; color: var(--navy); font: 600 36px var(--font-primary); }
.contact-form-intro { margin: 0 0 24px; color: #687a83; font-size: 13px; line-height: 1.65; }
.contact-form .field textarea { min-height: 160px; }
.contact-form > .button { width: 100%; margin-top: 18px; }
.contact-spam-note { margin: 13px 0 0; color: #75858d; font-size: 10px; line-height: 1.6; text-align: center; }
.form-alert { margin: 0 0 20px; padding: 13px 15px; border-radius: 8px; font-size: 12px; line-height: 1.6; }
.form-alert ul { margin: 0; padding-left: 18px; }
.form-alert span { display: block; margin-top: 3px; }
.form-alert-success { color: #245c4b; background: #e5f2ed; border: 1px solid #c6dfd5; }
.form-alert-error { color: #813b2c; background: #fff0eb; border: 1px solid #eccfc5; }

.faq-section { background: white; }
.faq-titlebar h1 { margin: 0; color: var(--navy); font-size: var(--text-lg); font-weight: 700; line-height: 1.4; }
.faq-layout { display: grid; grid-template-columns: 210px 1fr; gap: 60px; align-items: start; }
.faq-nav { position: sticky; top: 170px; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.faq-nav a { padding: 10px 15px; color: var(--muted); font-size: 11px; font-weight: 700; }
.faq-nav a:hover { color: var(--teal); border-left: 2px solid var(--teal); margin-left: -1px; }
.faq-list > section { margin-bottom: 42px; }
.faq-list > section h2 { margin: 0 0 13px; color: var(--navy); font: 600 30px var(--font-primary); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 18px 32px 18px 0; color: var(--navy); font-size: 14px; font-weight: 800; cursor: pointer; }
.faq-list details p { max-width: 760px; margin: -5px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.75; }

/* Primary typography and spacing system */
p { line-height: var(--leading-body); }
.button { min-height: 48px; padding-inline: 21px; font-size: var(--text-sm); letter-spacing: .005em; }
.text-link { font-size: var(--text-sm); }
.announcement { font-size: var(--text-sm); }
.trust-micro strong { font-size: var(--text-xs); }
.support-phone { font-size: var(--text-sm); }
.header-main { min-height: 90px; }
.header-action { font-size: var(--text-sm); }
.action-label strong { font-size: var(--text-sm); }
.main-nav { min-height: 50px; gap: 24px; font-size: var(--text-sm); }
.main-nav a { min-height: 50px; }
.eyebrow, .section-kicker { font-size: var(--text-xs); letter-spacing: .12em; }
.display-title { max-width: 660px; font-size: clamp(44px, 4.8vw, 68px); font-weight: 600; line-height: 1.04; letter-spacing: -.025em; }
.section-title { font-size: clamp(32px, 3.4vw, 46px); font-weight: 600; line-height: 1.12; letter-spacing: -.018em; }
.section-heading { margin-bottom: 28px; }
.section-heading p { margin-top: 12px; font-size: var(--text-base); }
.hero { padding: 92px 0 86px; }
.hero-copy > p:not(.eyebrow) { font-size: var(--text-md); }
.trust-item { font-size: var(--text-sm); }
.section { padding: 76px 0; }
.category-copy strong { font-size: 18px; font-weight: 600; }
.category-copy small { font-size: var(--text-sm); line-height: 1.5; }
.product-grid { gap: 18px; }
.product-card-body { padding: 16px; }
.product-card h3 { min-height: 46px; font-size: 17px; line-height: 1.4; }
.product-price strong { font-size: 17px; }
.field label { font-size: var(--text-sm); }
.field input, .field select, .field textarea { font-size: var(--text-base); }
.final-cta { padding: 60px 0; }
.final-cta h2 { max-width: 680px; font-size: clamp(31px, 3.2vw, 42px); font-weight: 600; line-height: 1.14; letter-spacing: -.018em; }
.site-footer { padding-top: 56px; }
.footer-grid { grid-template-columns: 1.55fr repeat(3, 1fr); gap: 52px; }
.footer-brand p { font-size: var(--text-base); }
.footer-grid h3 { margin-bottom: 16px; font-size: var(--text-sm); }
.footer-grid > div:not(.footer-brand) a { font-size: 15px; }
.footer-bottom { margin-top: 46px; font-size: var(--text-sm); }

.page-hero { padding: 56px 0; }
.page-hero-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; }
.page-title { font-size: clamp(38px, 4.4vw, 56px); font-weight: 600; line-height: 1.08; letter-spacing: -.022em; }
.compact-hero .page-title { font-size: clamp(36px, 4vw, 49px); }
.page-lede { margin-top: 17px; font-size: var(--text-md); line-height: var(--leading-body); }
.page-hero-note { padding: 22px; }
.page-hero-note strong { font-size: var(--text-lg); font-weight: 600; line-height: 1.35; }
.catalog-section { padding-top: 30px; }
.catalog-toolbar { margin-bottom: 23px; }
.catalog-summary strong { font-size: var(--text-lg); }
.catalog-layout { gap: 32px; }
.filter-group h2 { font-size: var(--text-sm); }
.check-row { font-size: var(--text-sm); }
.empty-state h2 { font-size: 27px; }
.search-results-header h2 { font-size: 30px; }
.product-detail-grid { gap: 48px; }
.product-info h1 { font-size: clamp(34px, 2.9vw, 42px); font-weight: 600; line-height: 1.16; letter-spacing: -.012em; }
.price-box strong { font-size: 28px; }
.option-heading, .tab-buttons button, .pricing-row > * { font-size: var(--text-sm); }
.tab-panel h3 { font-size: 23px; }
.sample-card h2 { font-size: 23px; }
.sample-card p { font-size: 15px; }
.budget-hero { padding: 60px 0; }
.budget-hero-grid { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 64px; }
.budget-hero h1 { font-size: clamp(39px, 4.4vw, 56px); font-weight: 600; line-height: 1.08; letter-spacing: -.022em; }
.budget-hero ul { font-size: var(--text-sm); }
.budget-form h2 { font-size: 25px; }
.budget-summary h2 { font-size: 33px; }
.per-piece strong { font-size: 28px; }
.compare-product h2 { font-size: 15px; }
.compare-cell { font-size: var(--text-sm); }
.cart-line-info h2 { font-size: 16px; }
.cart-summary h2 { font-size: 26px; }
.summary-total, .summary-row { font-size: var(--text-sm); }
.quote-page-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; }
.quote-intro h1 { font-size: clamp(39px, 4.4vw, 56px); font-weight: 600; line-height: 1.08; letter-spacing: -.022em; }
.quote-intro > p { font-size: var(--text-base); }
.quote-form, .contact-form { padding: 32px; }
.form-step-label { font-size: var(--text-base); }
.form-success h2 { font-size: 30px; }
.login-grid { grid-template-columns: 1fr 1fr; min-height: 600px; }
.login-art-copy { padding: 68px 42px; }
.login-art-copy h1 { font-size: 41px; font-weight: 600; line-height: 1.1; }
.login-art-copy ul { font-size: var(--text-sm); }
.login-panel { padding: 64px 54px; }
.login-panel h2 { font-size: 30px; }
.login-panel > p:not(.eyebrow) { font-size: var(--text-base); }
.label-row { font-size: var(--text-sm); }
.account-layout { grid-template-columns: 210px 1fr; gap: 38px; }
.account-nav a, .account-nav button { font-size: var(--text-sm); }
.account-stats strong { font-size: 30px; }
.dashboard-card-head h2 { font-size: 17px; }
.proof-row p, .proof-row small { font-size: var(--text-sm); }
.about-hero { padding: 58px 0; }
.about-hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 60px; }
.about-hero h1 { font-size: clamp(39px, 4.6vw, 58px); font-weight: 600; line-height: 1.08; letter-spacing: -.022em; }
.story-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; }
.story-copy { font-size: 18px; line-height: 1.75; }
.values-grid h3 { font-size: 22px; }
.values-grid p { font-size: 15px; }
.stats-band strong { font-size: 34px; }
.stats-band span { font-size: var(--text-sm); }
.contact-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; }
.contact-options h2 { font-size: 22px; }
.contact-options p { font-size: 15px; }
.contact-form h2 { font-size: 29px; }
.faq-list > section h2 { font-size: 26px; }
.faq-list summary { font-size: var(--text-base); }
.faq-list details p { font-size: 15px; }

/* Product presentation for white-background photography */
body[data-page="products"] .catalog-section,
body[data-page="search"] main > .section,
body[data-page="budget"] .budget-results-section { background: #f2f5f6; }

.product-grid { align-items: stretch; gap: 18px; }
.product-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; background: white; border: 1px solid #d9e1e4; border-radius: 12px; box-shadow: 0 3px 14px rgba(16,36,59,.045); }
.product-card:hover { transform: translateY(-3px); border-color: #c4d1d6; box-shadow: 0 13px 30px rgba(16,36,59,.11); }
.product-image-wrap { padding: 10px; background: #e9eef0; border-bottom: 1px solid #dce4e7; }
.product-image { aspect-ratio: 3/4; background-color: white; border: 1px solid #dce3e6; border-radius: 8px; box-shadow: 0 2px 8px rgba(16,36,59,.035); }
.product-card:hover .product-image { transform: scale(1.012); }
.product-badge { top: 18px; left: 18px; padding: 5px 8px; color: #36505d; background: rgba(238,243,245,.96); border: 1px solid #d3dee2; box-shadow: 0 2px 7px rgba(16,36,59,.06); }
.favorite-button { top: 18px; right: 18px; width: 32px; height: 32px; color: #38515e; border: 1px solid #d3dde1; background: rgba(255,255,255,.96); box-shadow: 0 2px 8px rgba(16,36,59,.07); font-size: 19px; }
.product-card-body { display: flex; flex-direction: column; padding: 18px 17px 16px; }
.product-meta { padding-bottom: 9px; border-bottom: 1px solid #edf0f2; }
.product-card h3 { min-height: 44px; margin: 11px 0 6px; font-size: 16px; line-height: 1.38; }
.product-sku { color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.38; letter-spacing: .005em; }
.product-price { margin-top: 14px; }
.product-price strong { font-size: 16px; line-height: 1.35; }
.product-card-actions { margin-top: auto; padding-top: 14px; }
.mini-add { width: 34px; height: 34px; border-radius: 8px; background: #f4f7f8; }

.catalog-toolbar { min-height: 66px; padding: 11px 16px; background: white; border: 1px solid #d9e1e4; border-radius: 10px; }
.catalog-layout { grid-template-columns: 225px minmax(0, 1fr); gap: 24px; }
.filters { overflow: hidden; border-color: #d9e1e4; border-radius: 10px; box-shadow: 0 3px 14px rgba(16,36,59,.035); }
.filter-header { background: #f5f7f8; }
.product-grid-catalog { gap: 16px; }
.search-results-header, .budget-summary { padding-bottom: 18px; border-bottom: 1px solid #d8e1e4; }

.product-detail-section { background: #f3f6f7; }
.product-gallery { padding: 12px; background: #e6ecef; border: 1px solid #d6e0e4; border-radius: 16px; box-shadow: 0 5px 18px rgba(16,36,59,.055); }
.product-main-image { background-color: white; border: 1px solid #d9e1e4; border-radius: 11px; box-shadow: 0 3px 12px rgba(16,36,59,.045); }
.gallery-thumbs button { background-color: white; border-color: #d6e0e4; border-radius: 8px; }
.gallery-thumbs button.active { border-color: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.product-info { padding: 32px; background: white; border: 1px solid #d9e1e4; border-radius: 14px; box-shadow: 0 5px 18px rgba(16,36,59,.045); }
.price-box { background: #f1f5f6; border: 1px solid #dce4e7; }

.product-detail-grid { grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 30px; }
.product-left-column { min-width: 0; }
.product-info { align-self: start; }
.product-info h1 { margin: 0; }
.detail-description { margin: 16px 0 14px; color: #596973; font-size: 14px; line-height: 1.72; }
.detail-reference { margin-top: 9px; padding-bottom: 14px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: #405762; border-bottom: 1px solid #e2e7e9; font-size: 14px; font-weight: 700; letter-spacing: .012em; }

.volume-price-card { margin-top: 22px; }
.volume-tier-scroll { overflow-x: auto; border: 1px solid #dbe3e6; border-radius: 9px; background: white; box-shadow: 0 7px 20px rgba(23, 47, 59, .05); scrollbar-width: thin; }
.volume-tier-table { width: 100%; min-width: 430px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.volume-tier-table th { width: 78px; padding: 11px 10px; text-align: left; color: #5f7079; background: #eef3f5; font-size: 14px; font-weight: 600; line-height: 1.25; }
.volume-tier-table th span, .volume-tier-table th small { display: block; }
.volume-tier-table th small { margin-top: 2px; color: #8a969c; font-size: 14px; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; }
.volume-tier-table td { height: 47px; padding: 0; border-left: 1px solid #e1e7e9; text-align: center; background: white; }
.volume-tier-table tr + tr th, .volume-tier-table tr + tr td { border-top: 1px solid #dbe3e6; }
.volume-quantity-row td { background: #f8fafb; }
.volume-tier-cell { width: 100%; height: 100%; padding: 9px 3px; border: 0; background: transparent; color: #596a73; font-family: inherit; font-size: 14px; font-weight: 500; cursor: pointer; transition: color .16s ease, background-color .16s ease, box-shadow .16s ease; }
.volume-tier-price { color: var(--navy); font-size: 14px; font-weight: 600; }
.volume-tier-cell:hover { color: var(--teal-dark); background: #edf6f5; }
.volume-tier-cell.active { color: var(--teal-dark); background: #e4f1f0; box-shadow: inset 0 -3px var(--teal); }
.price-code-note { padding: 9px 2px 0; display: flex; align-items: center; gap: 5px; color: #89949a; font-size: 14px; }
.price-code-note strong { color: #5e6f78; font-size: 14px; font-weight: 600; letter-spacing: .08em; }

.product-specification-card { margin-top: 18px; overflow: hidden; background: white; border: 1px solid #d7e0e3; border-radius: 14px; box-shadow: 0 4px 16px rgba(16,36,59,.04); }
.specification-heading { min-height: 58px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #edf2f4; border-bottom: 1px solid #d7e0e3; }
.specification-heading h2 { margin: 0; color: var(--navy); font-size: 20px; font-weight: 600; line-height: 1.3; }
.product-spec-grid { padding: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; background: #f8fafb; }
.product-spec-item { min-width: 0; padding: 15px; display: grid; align-content: start; gap: 5px; background: white; border: 1px solid #e0e6e8; border-radius: 8px; }
.product-spec-item > span { color: #6d7b84; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.product-spec-item > strong { color: #263b48; font-size: 13px; font-weight: 500; line-height: 1.52; }
.product-spec-item > small { color: #7a878e; font-size: 11px; line-height: 1.55; }
.product-spec-wide { grid-column: 1 / -1; }
.spec-color-list { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.spec-color-list b { padding: 5px 9px; color: #405560; border: 1px solid #d9e1e4; border-radius: 6px; background: #f8fafb; font-size: 12px; font-weight: 500; line-height: 1; }
.related-section { border-top: 1px solid #dbe3e6; }
body[data-page="product"] .related-section .section-kicker { font-size: 11px; }
body[data-page="product"] .related-section .section-title { font-size: clamp(29px, 2.8vw, 36px); }

.suggestion-thumb,
.compare-image,
.cart-line-image,
.saved-image { background-color: white; border: 1px solid #d8e1e4; box-shadow: 0 2px 7px rgba(16,36,59,.04); }
.suggestion-thumb { width: 48px; height: 64px; }
.product-gallery { grid-template-columns: 88px 1fr; }
.gallery-thumbs button { width: 88px; height: 117px; }
.compare-image { aspect-ratio: 3/4; }
.compare-product { background: white; }
.cart-line { grid-template-columns: 108px 1fr 110px 120px; background: white; }
.cart-line-image { width: 108px; height: 144px; }
.saved-image { width: 60px; height: 80px; }
.saved-mini-grid a { background: #fbfcfc; }
.category-image { background-color: white; }

/* Readable supporting text without crowding compact product layouts */
.brand-copy small { font-size: 10px; }
.action-label small { font-size: 11px; }
.nav-highlight span, .cart-count, .compare-count { font-size: 10px; }
.product-badge { font-size: 11px; }
.product-meta { align-items: center; font-size: var(--text-xs); line-height: 1.4; }
.product-card h3 { font-size: 17px; }
.product-sku { font-size: var(--text-sm); font-weight: 600; }
.product-price strong { font-size: 17px; }
.product-card-actions .text-link { font-size: var(--text-sm); }
.footer-grid h3 { font-size: var(--text-sm); }
.breadcrumbs { font-size: var(--text-sm); }
.page-hero-note span { font-size: var(--text-xs); }
.page-hero-note a { font-size: var(--text-sm); }
.catalog-summary span, .toolbar-actions label { font-size: var(--text-sm); }
.toolbar-actions select { font-size: var(--text-sm); }
.category-filter-link { font-size: var(--text-sm); }
.filter-header a { font-size: var(--text-sm); }
.filter-group h2 { font-size: var(--text-sm); }
.range-label { font-size: var(--text-sm); }
.active-filters button { font-size: var(--text-xs); }
.popular-searches { font-size: var(--text-sm); }
.product-info-top, .detail-sku { font-size: var(--text-sm); }
.detail-highlights span { font-size: var(--text-xs); }
.price-box > div span, .retail-price { font-size: var(--text-sm); }
.option-heading { font-size: var(--text-sm); }
.detail-links { font-size: var(--text-sm); }
.table-note, .spec-grid span, .sample-card > span { font-size: var(--text-xs); }
.budget-label { font-size: var(--text-sm); }
.budget-form > p { font-size: var(--text-xs); }
.per-piece span, .per-piece small { font-size: var(--text-xs); }
.match-meter p { font-size: var(--text-sm); }
.compare-label { font-size: var(--text-sm); }
.compare-product > span { font-size: var(--text-xs); }
.cart-lines-head a { font-size: var(--text-sm); }
.cart-line-info > span, .cart-line-qty label, .cart-line-price span { font-size: var(--text-xs); }
.cart-line-info p { font-size: var(--text-sm); }
.cart-line-info button { font-size: var(--text-xs); }
.cart-summary > p { font-size: var(--text-xs); }
.contact-person span, .contact-person small { font-size: var(--text-xs); }
.quote-benefits, .upload-zone span { font-size: var(--text-sm); }
.privacy-note { font-size: var(--text-xs); }
.login-art-copy > span, .login-divider { font-size: var(--text-xs); }
.label-row { font-size: var(--text-sm); }
.account-stats span, .dashboard-card-head > span, .dashboard-card-head > a { font-size: var(--text-xs); }
.status-pill, .proof-image span { font-size: 11px; }
.timeline strong { font-size: var(--text-xs); }
.timeline small, .saved-mini-grid small { font-size: var(--text-xs); }
.saved-mini-grid strong { font-size: var(--text-sm); }
.values-grid span { font-size: var(--text-sm); }
.contact-options a, .contact-hours span, .contact-hours small { font-size: var(--text-sm); }
.faq-nav a { font-size: var(--text-sm); }
.hero-carousel-caption strong { font-size: 15px; }
.hero-carousel-caption span { font-size: var(--text-sm); }
body[data-page="home"] .category-copy strong { font-size: 15px; }
body[data-page="product"] .related-section .section-kicker,
.about-capability-grid article > span,
.contact-details dt,
.contact-spam-note { font-size: var(--text-xs); }
.account-nav a span { font-size: 11px; }
.about-collage-note span,
.customer-quote-card time,
.customer-quote-details span,
.customer-quote-product small,
.customer-quote-product p { font-size: var(--text-xs); }
.customer-quote-details strong,
.customer-quote-product strong { font-size: var(--text-sm); }

/* Content-heavy pages use a full reading size for descriptions and form copy. */
.quote-email-policy p,
.quote-product-copy p,
.quote-contact-intro,
.quote-request-success p,
.quote-status-dialog > p:last-of-type,
.detail-description,
.about-section-heading > p,
.about-capability-grid p,
.contact-company-intro,
.contact-form-intro { font-size: 15px; }

.quote-product-quantity,
.quote-requirements label span,
.quote-upload-box small,
.quote-email-note span,
.quote-form-footnote,
.product-spec-item > small { font-size: var(--text-xs); }

.quote-requirements textarea,
.quote-contact-fields input,
.quote-contact-fields textarea { font-size: var(--text-base); }

.product-spec-item > span { font-size: var(--text-xs); }
.product-spec-item > strong { font-size: var(--text-sm); }

/* Weight refinement: small text stays crisp, key actions retain emphasis. */
.site-search button,
.header-action,
.main-nav,
.button,
.text-link,
.eyebrow,
.section-kicker,
.trust-item,
.product-badge,
.product-meta,
.field label,
.breadcrumbs a,
.page-hero-note span,
.page-hero-note a,
.toolbar-actions label,
.filter-toggle,
.filter-header a,
.active-filters button,
.popular-searches a,
.image-tag,
.gallery-thumbs .gallery-detail,
.product-info-top,
.detail-links,
.tab-buttons button,
.sample-card > span,
.budget-label,
.compare-picker label,
.compare-label,
.compare-product > span,
.cart-lines-head a,
.cart-line-info > span,
.cart-line-info button,
.person-avatar,
.form-step-label,
.login-art-copy > span,
.login-panel > p a,
.label-row a,
.status-pill,
.proof-image span,
.timeline > div > span,
.values-grid span,
.contact-options article > span,
.contact-options a,
.faq-list summary { font-weight: 600; }

.announcement-links a,
.footer-contact,
.toast,
.budget-hero ul,
.quote-benefits,
.account-nav a,
.faq-nav a { font-weight: 500; }

.support-phone { font-weight: 700; }
.brand-copy small,
.action-label small,
.product-card h3,
.filter-group h2,
.footer-grid h3,
.cart-line-info h2,
.dashboard-card-head h2,
.timeline strong,
.saved-mini-grid strong { font-weight: 600; }
.detail-highlights span { font-weight: 500; }
.qty-control input { font-weight: 600; }
.product-meta,
.product-badge,
.image-tag { letter-spacing: .055em; }
.eyebrow,
.section-kicker,
.budget-label { letter-spacing: .1em; }
.action-label small { letter-spacing: .045em; }

@media (max-width: 1050px) {
  .header-main { grid-template-columns: 190px 1fr auto; gap: 15px; }
  .brand-logo { width: 185px; }
  .utility-action { width: 40px; padding: 0; }
  .utility-action .action-label { display: none; }
  .quote-link { display: inline-flex; }
  .main-nav { gap: 19px; }
  .nav-primary { padding-inline: 14px; }
  .hero-copy { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; }
  .hero-carousel-stage { min-height: 320px; }
  .hero-slide img { max-height: 320px; }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body[data-page="home"] .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-image { aspect-ratio: 3/4; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero .container { width: min(calc(100% - 28px), 1360px); }
  .display-title { font-size: clamp(40px, 10vw, 50px); line-height: 1.06; }
  .section-title { font-size: 31px; }
  .trust-micro span, .announcement-links span, .announcement-email, .announcement-help { display: none; }
  .announcement-inner { min-height: 32px; }
  .header-main { min-height: 76px; grid-template-columns: 1fr auto; }
  .brand-logo { width: 156px; max-height: 52px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-mark i:nth-child(1) { height: 13px; }
  .brand-mark i:nth-child(2) { height: 22px; }
  .brand-mark i:nth-child(3) { height: 30px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 6px; letter-spacing: .13em; }
  .site-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 13px; height: 45px; }
  .site-search button { width: 48px; }
  .site-search button span { display: none; }
  .header-action:not(.cart-link):not(.compare-header-link):not(.account-header-link) { display: none; }
  .cart-link, .compare-header-link, .account-header-link { width: 40px; padding: 0; }
  .mobile-menu-button { display: grid; place-items: center; }
  .nav-wrap { position: relative; border: 0; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 0; z-index: 5; height: auto; padding: 10px 20px 18px; color: var(--navy); background: linear-gradient(145deg, #98adb6, #b2c1c6); box-shadow: var(--shadow-lg); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: auto; padding: 13px 0; border-bottom: 1px solid rgba(16,36,59,.13); }
  .main-nav a::after { display: none; }
  .nav-primary { align-self: auto; padding-inline: 0; background: transparent; border-left: 0; border-right: 0; }
  .nav-overflow { width: 100%; border-bottom: 1px solid rgba(16,36,59,.13); }
  .nav-overflow summary { min-height: auto; padding: 13px 0; display: flex; justify-content: space-between; }
  .nav-overflow-menu { position: static; width: auto; padding: 0 0 8px 14px; background: rgba(255,255,255,.24); border: 0; border-radius: 7px; box-shadow: none; }
  .main-nav .nav-overflow-menu a { padding: 10px 12px; border-bottom: 0; }
  .nav-spacer { display: none; }
  .hero { padding: 64px 0 58px; }
  .hero-merch { padding: 30px 0 28px; }
  .hero-copy .display-title { font-size: clamp(39px, 10.5vw, 48px); line-height: 1.04; }
  .hero-copy > p:not(.eyebrow) { margin-top: 27px; font-size: 17px; }
  .hero-actions { margin-top: 28px; }
  .hero-carousel-stage { min-height: 240px; }
  .hero-slide img { max-height: 240px; }
  .hero-carousel-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 13px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .section { padding: 65px 0; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 25px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-page="home"] .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .product-image-wrap { padding: 7px; }
  .product-badge { top: 14px; left: 14px; }
  .favorite-button { top: 14px; right: 14px; }
  .product-card-body { padding: 13px; }
  .product-card h3 { min-height: 55px; font-size: 16px; }
  .product-price strong { font-size: 16px; }
  .product-card-actions .text-link { font-size: 0; }
  .product-card-actions .text-link .icon { font-size: 16px; }
  .final-cta-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .display-title { font-size: 38px; }
  .hero-copy .display-title { font-size: 40px; }
  .hero-actions .button { width: 100%; }
  .hero-carousel-stage { min-height: 165px; }
  .hero-slide img { max-height: 165px; }
  .hero-carousel-caption span { display: none; }
  .hero-carousel-controls { width: 100%; justify-content: space-between; }
  .category-grid { grid-template-columns: 1fr; }
  body[data-page="home"] .category-grid { grid-template-columns: 1fr; }
  .category-image { aspect-ratio: 16 / 9; }
  .product-image { aspect-ratio: 3/4; }
  .product-card .product-badge { display: none; }
  .product-meta span:first-child { display: none; }
  .product-card-actions { margin-top: 11px; padding-top: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 1050px) {
  .product-grid-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-detail-grid { gap: 32px; }
  .product-gallery { grid-template-columns: 72px 1fr; }
  .gallery-thumbs button { width: 72px; height: 96px; }
  .quote-page-grid, .budget-hero-grid { gap: 45px; }
  .cart-line { grid-template-columns: 96px 1fr 90px; }
  .cart-line-image { width: 96px; height: 128px; }
  .cart-line-price { grid-column: 2 / -1; grid-row: 2; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid article:nth-child(2) { border-right: 0; }
  .values-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .about-capability-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .product-grid-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero { padding: 45px 0; }
  .page-hero-grid, .catalog-layout, .product-detail-grid, .product-lower-grid, .budget-hero-grid, .cart-layout, .quote-page-grid, .login-grid, .account-layout, .about-hero-grid, .story-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; }
  .page-hero-grid { gap: 30px; }
  .page-hero-note { max-width: 340px; }
  .catalog-toolbar { align-items: flex-start; }
  .filter-toggle { display: inline-flex; }
  .filters { display: none; position: static; margin-bottom: 18px; }
  .filters.is-open { display: block; }
  .toolbar-actions label { font-size: 0; }
  .toolbar-actions select { min-width: 150px; margin-left: 0; font-size: var(--text-sm); }
  .product-gallery { grid-template-columns: 1fr; padding: 8px; }
  .product-left-column { display: contents; }
  .product-gallery { order: 1; }
  .product-info { order: 2; }
  .product-specification-card { order: 3; margin-top: 0; }
  .product-main-image { grid-column: 1; grid-row: 1; }
  .gallery-thumbs { grid-column: 1; grid-row: 2; flex-direction: row; }
  .gallery-thumbs button { width: 66px; height: 88px; }
  .product-info { padding: 22px; }
  .product-info h1 { font-size: 32px; line-height: 1.18; }
  .product-lower-grid { gap: 24px; }
  .tab-buttons { overflow-x: auto; }
  .tab-buttons button { white-space: nowrap; padding-inline: 13px; }
  .pricing-table { overflow-x: auto; }
  .pricing-row { min-width: 660px; }
  .budget-form-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .budget-summary { align-items: start; }
  .compare-picker { align-items: stretch; flex-direction: column; }
  .cart-summary, .quote-intro { position: static; }
  .quote-page { padding: 48px 0 65px; }
  .quote-intro h1, .budget-hero h1 { font-size: 38px; }
  .login-section { padding: 25px 0 55px; }
  .login-grid { border-radius: 14px; }
  .login-art { min-height: 430px; }
  .login-art-copy { padding: 55px 30px; }
  .login-art-copy h1 { font-size: 36px; }
  .login-panel { padding: 45px 30px; }
  .account-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .account-stats { grid-template-columns: 1fr; }
  .proof-row { grid-template-columns: 90px 1fr; }
  .proof-image { width: 90px; height: 110px; }
  .proof-actions { grid-column: 1 / -1; }
  .timeline { overflow-x: auto; min-width: 100%; grid-template-columns: repeat(5, 130px); }
  .about-hero-grid, .story-grid { gap: 40px; }
  .about-collage { height: 430px; }
  .about-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .about-collage-note { right: 12px; }
  .stats-band { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .stats-band > div:nth-child(2) { border-right: 0; }
  .contact-company-card { padding: 40px 34px; }
  .faq-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; border-left: 0; }
  .faq-nav a { border-bottom: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .header-main { gap: 8px; }
  .header-actions { gap: 2px; }
  .cart-link, .compare-header-link, .account-header-link, .mobile-menu-button { width: 36px; }
  .utility-symbol { width: 31px; height: 31px; }
  .page-title { font-size: 36px; }
  .page-lede { font-size: var(--text-base); }
  .catalog-toolbar { flex-direction: column; padding-bottom: 15px; }
  .product-grid-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .large-search { height: auto; padding: 7px; }
  .large-search input { width: 100%; min-height: 45px; }
  .search-results-header { align-items: start; flex-direction: column; gap: 10px; }
  .compare-page-note { align-items: flex-start; flex-direction: column; gap: 4px; }
  .product-info-top { flex-direction: column; }
  .detail-actions { grid-template-columns: 1fr; }
  .volume-tier-table { min-width: 425px; }
  .product-spec-grid { grid-template-columns: 1fr; padding: 10px; }
  .product-spec-wide { grid-column: auto; }
  .qty-price-row { align-items: flex-start; flex-direction: column; }
  .live-price { text-align: left; }
  .price-box { align-items: flex-start; }
  .detail-links { justify-content: flex-start; flex-direction: column; gap: 10px; }
  .spec-grid { grid-template-columns: 1fr; }
  .budget-summary { flex-direction: column; }
  .per-piece { text-align: left; }
  .cart-line { grid-template-columns: 78px 1fr; gap: 13px; }
  .cart-line-image { width: 78px; height: 104px; }
  .cart-line-qty { grid-column: 2; }
  .cart-line-price { grid-column: 2; grid-row: auto; text-align: left; }
  .quote-form, .contact-form, .budget-form { padding: 24px 18px; }
  .contact-company-card { padding: 34px 24px; }
  .contact-details > div { grid-template-columns: 62px minmax(0, 1fr); }
  .about-capability-grid, .values-grid { grid-template-columns: 1fr; }
  .values-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .values-grid article:last-child { border-bottom: 0; }
  .form-step-label { align-items: flex-start; flex-direction: column; gap: 4px; }
  .saved-mini-grid { grid-template-columns: 1fr; }
  .proof-row { grid-template-columns: 1fr; }
  .proof-actions { flex-direction: column; }
  .account-nav { grid-template-columns: 1fr; }
  .customer-quote-card > header { align-items: flex-start; flex-direction: column; gap: 7px; }
  .customer-quote-details { grid-template-columns: 1fr; }
  .customer-quote-details .customer-quote-notes { grid-column: auto; }
  .about-collage { height: 360px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .values-grid article:last-child { border-bottom: 0; }
  .stats-band { grid-template-columns: 1fr; }
  .stats-band > div { border-right: 0; border-bottom: 1px solid #cfc6b8; }
  .stats-band > div:last-child { border-bottom: 0; }
  .faq-nav { grid-template-columns: 1fr; }
}

/* Product specification comparison */
body[data-page="compare"] .compare-section { background: #f4f7f8; }
body[data-page="compare"] .compact-hero { padding-block: 38px; }
.compare-selection-list { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.compare-list-summary { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #718089; font-size: var(--text-sm); }
.compare-list-summary strong { color: var(--navy); font-size: 15px; }
.compare-list-summary > div { display: flex; align-items: center; gap: 12px; }
.compare-clear-button { padding: 4px 8px; display: inline-flex; align-items: center; gap: 4px; color: #8a4e45; border: 1px solid #ddc4be; border-radius: 6px; background: rgba(255,255,255,.72); font: inherit; font-weight: 700; cursor: pointer; }
.compare-clear-button:hover { color: #773c33; border-color: #cfa79e; background: #fff8f6; }
.compare-clear-button span { font-size: 16px; line-height: .8; }
.compare-selection-card { position: relative; min-width: 0; color: var(--ink); background: rgba(255,255,255,.82); border: 1px solid #ccd9dd; border-radius: 9px; }
.compare-selection-card:hover { border-color: #94bab7; background: #fff; }
.compare-selection-card > label { min-width: 0; padding: 10px 38px 10px 10px; display: grid; grid-template-columns: 20px 64px minmax(0, 1fr); gap: 10px; align-items: center; cursor: pointer; }
.compare-selection-card input { width: 16px; height: 16px; margin: 0; accent-color: var(--teal); }
.compare-selection-card img { width: 64px; height: 76px; padding: 3px; object-fit: contain; background: white; border: 1px solid #e0e6e8; border-radius: 6px; }
.compare-selection-card label > span { min-width: 0; display: grid; gap: 4px; }
.compare-selection-card small { overflow: hidden; color: #718089; font-size: var(--text-xs); text-overflow: ellipsis; white-space: nowrap; }
.compare-selection-card strong { display: -webkit-box; overflow: hidden; color: var(--navy); font-size: var(--text-sm); font-weight: 600; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.compare-selection-card > button { position: absolute; z-index: 2; right: 8px; top: 8px; width: 25px; height: 25px; padding: 0; display: grid; place-items: center; color: #6b7a82; border: 1px solid #d2dcdf; border-radius: 50%; background: rgba(255,255,255,.96); font-size: 16px; line-height: 1; cursor: pointer; }
.compare-selection-card > button:hover { color: #934f43; border-color: #d8b6ae; background: #fff8f6; }
body[data-page="compare"] .compare-picker { border-color: #d8e1e4; border-radius: 11px; box-shadow: 0 3px 12px rgba(16,36,59,.035); }
body[data-page="compare"] .compare-table { width: 100%; min-width: var(--compare-min-width); grid-template-columns: 160px repeat(var(--compare-count), minmax(250px, 1fr)); border-color: #d5dfe2; border-radius: 13px; box-shadow: 0 6px 20px rgba(16,36,59,.045); }
body[data-page="compare"] .compare-label,
body[data-page="compare"] .compare-cell { min-width: 0; padding: 15px 17px; border-color: #dfe6e8; }
body[data-page="compare"] .compare-label { color: #586b75; background: #e9eff1; font-size: var(--text-sm); font-weight: 600; line-height: 1.45; }
body[data-page="compare"] .compare-cell { align-items: flex-start; color: #394f5a; background: white; font-size: var(--text-sm); line-height: 1.6; }
body[data-page="compare"] .compare-row-alt.compare-label { background: #e4ebed; }
body[data-page="compare"] .compare-row-alt.compare-cell { background: #f8fafb; }
.compare-image-row.compare-label,
.compare-image-row.compare-cell { padding-block: 18px; }
.compare-image-wrap { position: relative; width: 100%; }
body[data-page="compare"] .compare-image { aspect-ratio: 3/4; background-color: white; border: 1px solid #dce4e6; border-radius: 9px; box-shadow: 0 2px 8px rgba(16,36,59,.035); }
.compare-name-row.compare-cell { justify-content: flex-start; }
.compare-name-row h2 { margin: 0; color: var(--navy); font-size: var(--text-md); font-weight: 600; line-height: 1.35; }
.compare-description-row.compare-cell { justify-content: flex-start; }
.compare-description-row p { margin: 0; color: #62737c; font-size: var(--text-sm); line-height: var(--leading-body); }
body[data-page="compare"] .compare-cell > strong { color: #263d49; font-size: 15px; font-weight: 600; }
body[data-page="compare"] .compare-cell > small { color: #7b8990; font-size: var(--text-xs); line-height: 1.45; }
body[data-page="compare"] .compare-cell ul { margin: 0; padding-left: 17px; display: grid; gap: 4px; }
.compare-price-row.compare-cell { justify-content: flex-start; }
.compare-price-row.compare-cell { padding-inline: 8px !important; }
.compare-price-tiers { width: 100%; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); overflow: hidden; background: #f1f5f6; border: 1px solid #e0e7e9; border-radius: 6px; }
.compare-price-tiers > div { min-width: 0; padding: 7px 2px; display: grid; justify-items: center; gap: 2px; text-align: center; }
.compare-price-tiers > div + div { border-left: 1px solid #dce5e7; }
.compare-price-tiers span { max-width: 100%; overflow: hidden; color: #657780; font-size: 11px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.compare-price-tiers strong { max-width: 100%; overflow: hidden; color: var(--navy); font-size: 12px; font-weight: 600; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.compare-action-row.compare-cell { align-items: stretch; }
.compare-action-buttons { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
body[data-page="compare"] .compare-add-cart,
body[data-page="compare"] .compare-view-product { min-width: 0; min-height: 44px; margin-top: 0; padding-inline: 8px; font-size: var(--text-sm); white-space: nowrap; }
body[data-page="compare"] .compare-add-cart.is-added { background: #216e64; box-shadow: none; }

@media (max-width: 780px) {
  .compare-list-summary { align-items: flex-start; flex-direction: column; gap: 3px; }
  .compare-list-summary > div { width: 100%; justify-content: space-between; }
  .compare-selection-list { grid-template-columns: 1fr; }
  body[data-page="compare"] .compare-table { grid-template-columns: 135px repeat(var(--compare-count), minmax(225px, 1fr)); }
  body[data-page="compare"] .compare-label,
  body[data-page="compare"] .compare-cell { padding: 13px; }
}
