:root {
    --ink: #06254a;
    --ink-soft: #0b315e;
    --ink-line: #cbdce9;
    --ink-muted: #61758a;
    --bone: #f7fafc;
    --bone-dim: #eff5f9;
    --bone-line: #cbdce9;
    --volt: #0a6bb5;
    --volt-deep: #06497d;
    --clay: #2e9bd4;
    --brand-surface: #f3f9fd;
    --brand-surface-strong: #e5f2fa;
    --header-h: 6.5rem;
    --shell: min(92rem, calc(100% - 4rem));
    --shell-wide: min(110rem, calc(100% - 4rem));
    --font-sans: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Archivo", "Inter Tight", ui-sans-serif, system-ui, sans-serif;
    --font-editorial: "Instrument Serif", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bone);
    color: var(--ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "ss01" 1, "cv05" 1;
}
h1, h2, h3 { font-family: var(--font-display); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: var(--shell-wide); margin-inline: auto; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: .75rem 1rem;
    background: var(--volt); color: var(--ink); transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }

.site-header {
    position: relative; z-index: 20; background: var(--ink); color: var(--bone);
    border-bottom: 1px solid var(--ink-line);
}
.header-row { min-height: 4.5rem; display: flex; align-items: center; gap: 2.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-mark {
    width: 2.3rem; height: 2.3rem; display: grid; place-items: center;
    border: 1px solid var(--volt); color: var(--volt); font-weight: 900;
}
.brand strong { display: block; font-size: 1rem; letter-spacing: -.04em; }
.brand strong span, .footer-brand span { color: var(--volt); }
.brand small { display: block; margin-top: .12rem; color: #8c8c92; font-size: .46rem; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 1.8rem; margin-right: auto; }
.desktop-nav a, .header-actions > a { color: #b9b9bd; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a:hover, .header-actions > a:hover { color: var(--volt); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-search { display: flex; border-bottom: 1px solid #55555b; }
.header-search input { width: 11rem; padding: .55rem .2rem; border: 0; background: transparent; color: var(--bone); outline: 0; }
.header-search button { border: 0; background: transparent; color: var(--volt); cursor: pointer; font-size: .7rem; text-transform: uppercase; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { cursor: pointer; color: var(--volt); text-transform: uppercase; font-weight: 700; font-size: .75rem; }
.mobile-menu nav { position: absolute; left: 0; right: 0; top: 100%; display: grid; padding: 1rem 1.25rem; background: var(--ink); border-top: 1px solid var(--ink-line); }
.mobile-menu nav a { padding: .75rem 0; color: var(--bone); border-bottom: 1px solid var(--ink-line); }

.hero { overflow: hidden; background: var(--ink); color: var(--bone); }
.hero-grid { min-height: calc(100svh - 4.5rem); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 7vw, 8rem); padding-block: 4rem; }
.eyebrow { margin: 0; color: #87878d; font-size: .68rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 2rem; height: 1px; margin-right: .75rem; vertical-align: middle; background: currentColor; }
.eyebrow.dark { color: var(--ink-muted); }
.hero h1, .section-heading h2, .business-panel h2, .print-grid h2, .error-page h1 {
    margin: 1.4rem 0 0; font-size: clamp(3rem, 7vw, 7.4rem); line-height: .9;
    letter-spacing: -.055em; text-transform: uppercase;
}
.hero h1 em, .section-heading h2 em, .business-panel h2 em, .print-grid h2 em {
    color: var(--volt); font-family: var(--font-editorial); font-weight: 400; text-transform: none;
}
.hero-lead { max-width: 34rem; margin: 2rem 0 0; color: #a2a2a8; font-size: 1rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; gap: 1rem; padding: 1rem 1.3rem; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.button-volt { background: var(--volt); color: var(--ink); }
.button-volt:hover { background: #075a99; }
.text-link { display: inline-flex; gap: .5rem; border-bottom: 1px solid currentColor; padding-bottom: .2rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.text-link.light { color: var(--bone); }
.text-link:hover { color: var(--clay); }
.hero-art {
    position: relative; min-height: min(62vh, 39rem); overflow: hidden; isolation: isolate;
    border: 1px solid var(--ink-line); background: radial-gradient(circle at 58% 45%, #3a4020 0, #17191a 36%, #101011 70%);
}
.hero-art::before {
    content: ""; position: absolute; inset: 0; z-index: -2; opacity: .5;
    background-image: linear-gradient(to right, var(--ink-line) 1px, transparent 1px), linear-gradient(to bottom, var(--ink-line) 1px, transparent 1px);
    background-size: 5rem 5rem;
}
.art-index { position: absolute; left: 1.2rem; top: 1.2rem; color: #77777d; font: 700 .58rem/1 monospace; letter-spacing: .16em; }
.art-orbit { position: absolute; left: 50%; top: 47%; border: 1px solid rgba(10,107,181,.3); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 22rem; height: 22rem; }
.orbit-two { width: 31rem; height: 13rem; transform: translate(-50%, -50%) rotate(-22deg); }
.art-core { position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%); font-size: clamp(3rem, 6vw, 6rem); font-weight: 900; line-height: .72; text-align: center; letter-spacing: -.08em; }
.art-core em { color: var(--volt); font-family: var(--font-editorial); font-weight: 400; }
.hero-art > a { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: flex; justify-content: space-between; padding: 1rem; border: 1px solid #4c4c51; background: rgba(11,11,12,.82); color: var(--bone); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.category-ticker { border-top: 1px solid var(--ink-line); }
.category-ticker .shell { min-height: 3.4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow-x: auto; }
.category-ticker a { white-space: nowrap; color: #7d7d83; font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.category-ticker a:hover { color: var(--volt); }

.category-section { padding: 5.5rem 0; background: var(--ink); color: var(--bone); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.4rem; }
.section-heading h2, .business-panel h2, .print-grid h2 { font-size: clamp(2.6rem, 5.5vw, 6rem); }
.section-heading > p { max-width: 28rem; color: var(--ink-muted); font-size: .9rem; line-height: 1.7; }
.section-heading.on-dark > p { color: #8d8d92; }
.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.category-card { position: relative; min-height: 29rem; display: flex; align-items: end; overflow: hidden; padding: 1.5rem; border: 1px solid var(--ink-line); background: var(--ink-soft); }
.category-card:hover { border-color: rgba(10,107,181,.65); }
.category-card:nth-child(2n) { background: #1b1917; }
.category-number { position: absolute; left: 1.4rem; top: 1.4rem; color: #73737a; font: .65rem monospace; letter-spacing: .2em; }
.category-arrow { position: absolute; right: 1.4rem; top: 1.2rem; width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border: 1px solid #4a4a50; border-radius: 50%; }
.category-card:hover .category-arrow { background: var(--volt); color: var(--ink); border-color: var(--volt); }
.category-graphic { position: absolute; inset: 13% 0 auto; color: rgba(244,241,234,.035); font-size: 18rem; line-height: 1; font-weight: 900; text-align: center; }
.category-copy { position: relative; display: grid; }
.category-copy small { color: var(--volt); font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.category-copy strong { margin-top: .7rem; font-size: clamp(1.5rem, 2vw, 2.5rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.category-copy > span { margin-top: .8rem; color: #8d8d93; font-size: .75rem; line-height: 1.55; }

.section-light { background: var(--bone); }
.featured { padding: 5.5rem 0; }
.featured .section-heading h2, .print-grid h2 { color: var(--ink); }
.featured .section-heading h2 em, .print-grid h2 em { color: var(--clay); }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .7rem; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--bone-line); background: #fff; }
.product-card:hover { border-color: var(--ink); }
.product-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--bone); }
.product-image img { width: 100%; height: 100%; padding: 1.7rem; object-fit: contain; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-placeholder { height: 100%; display: grid; place-items: center; color: var(--bone-line); font-size: 1.2rem; font-weight: 900; letter-spacing: -.05em; }
.product-badge { position: absolute; left: 0; top: 0; padding: .45rem .65rem; background: var(--volt); font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-copy { flex: 1; display: flex; flex-direction: column; padding: 1rem; }
.product-category { margin: 0; color: var(--ink-muted); font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h3 { min-height: 2.5rem; margin: .6rem 0 0; font-size: .82rem; line-height: 1.45; }
.product-copy h3 a:hover { color: var(--clay); }
.product-stock { display: flex; align-items: center; gap: .45rem; margin: .7rem 0 0; color: var(--ink-muted); font-size: .68rem; }
.product-stock span { width: .4rem; height: .4rem; border-radius: 50%; background: var(--bone-line); }
.product-stock.in-stock span { background: var(--volt-deep); }
.product-price-row { margin-top: auto; padding-top: 1rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.product-price-row p { margin: 0; font-size: .9rem; font-weight: 900; }
.product-price-row a { width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border: 1px solid var(--bone-line); }
.product-price-row a:hover { background: var(--ink); color: var(--volt); }
.empty-state { grid-column: 1 / -1; margin: 0; padding: 3rem; border: 1px solid var(--bone-line); background: #fff; color: var(--ink-muted); }

.business-section { padding-bottom: 5.5rem; }
.business-panel { position: relative; min-height: 35rem; display: flex; align-items: center; overflow: hidden; padding: clamp(2rem, 6vw, 7rem); background: var(--ink); color: var(--bone); }
.business-panel > div { position: relative; max-width: 48rem; }
.business-panel h2 em { color: var(--volt); }
.business-panel p:not(.eyebrow) { max-width: 38rem; margin: 1.8rem 0 0; color: #8e8e94; line-height: 1.8; }
.business-word { position: absolute; right: -2rem; top: 50%; transform: translateY(-50%); color: rgba(244,241,234,.035); font-size: clamp(10rem, 26vw, 30rem); font-weight: 900; line-height: 1; }
.button-outline { margin-top: 2rem; border: 1px solid #77777d; color: var(--bone); }
.button-outline:hover { border-color: var(--volt); color: var(--volt); }
.assurance-section { padding-bottom: 5.5rem; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--bone-line); }
.assurance-grid article { padding: 2rem; border-right: 1px solid var(--bone-line); border-bottom: 1px solid var(--bone-line); }
.assurance-grid article:last-child { border-right: 0; }
.assurance-grid article > span { color: var(--clay); font-weight: 900; }
.assurance-grid h2 { margin: 1.5rem 0 0; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.assurance-grid p { margin: .7rem 0 0; color: var(--ink-muted); font-size: .75rem; line-height: 1.6; }
.print-section { padding-bottom: 6rem; }
.print-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 5rem; }
.print-grid > div:first-child > p:not(.eyebrow) { max-width: 31rem; color: var(--ink-muted); line-height: 1.8; }
.button-dark { margin-top: 1.6rem; background: var(--ink); color: var(--bone); }
.button-dark:hover { color: var(--volt); }
.print-art { min-height: 28rem; display: grid; place-items: center; position: relative; overflow: hidden; background: #fff; }
.print-art span { color: rgba(11,11,12,.045); font-size: clamp(7rem, 15vw, 17rem); font-weight: 900; letter-spacing: -.08em; }
.print-art strong { position: absolute; color: var(--ink); font: 900 1rem/1 monospace; letter-spacing: .45em; }

.content-masthead { background: var(--ink); color: var(--bone); }
.content-masthead-grid { min-height: 28rem; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .6fr); align-items: end; gap: 5rem; padding-block: clamp(4rem, 8vw, 8rem); }
.content-masthead h1 { max-width: 60rem; margin: 1.3rem 0 0; font-size: clamp(3rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.content-masthead-grid > p { max-width: 35rem; margin: 0; color: #aaaab0; font-size: 1rem; line-height: 1.8; }
.content-page { padding-block: clamp(4rem, 8vw, 8rem); }
.content-layout { display: grid; grid-template-columns: minmax(13rem, .35fr) minmax(0, 1fr); gap: clamp(3rem, 10vw, 10rem); }
.content-layout > aside { align-self: start; position: sticky; top: 2rem; padding-top: .4rem; }
.content-layout > aside > p:last-child { margin-top: 1.5rem; color: var(--ink-muted); font-size: .8rem; line-height: 1.8; }
.content-layout > aside a:hover { color: var(--clay); }
.content-body { max-width: 70rem; }
.content-body > section { padding: 0 0 3.5rem; border-bottom: 1px solid var(--bone-line); }
.content-body h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.content-body section p { max-width: 55rem; margin: 1.4rem 0 0; color: var(--ink-muted); line-height: 1.9; }
.content-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 3.5rem; border-top: 1px solid var(--bone-line); border-left: 1px solid var(--bone-line); }
.content-items > section { min-height: 17rem; padding: 2.1rem; border-right: 1px solid var(--bone-line); border-bottom: 1px solid var(--bone-line); background: #fff; }
.content-items > section > span { color: var(--clay); font: 700 .65rem/1 monospace; letter-spacing: .18em; }
.content-items > section h2 { margin-top: 3rem; font-size: 1.25rem; letter-spacing: -.02em; }
.content-items > section p { margin-top: .9rem; font-size: .84rem; line-height: 1.7; }

/* Repairs and installation — complete SSR service page. */
.services-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--bone); }
.services-grid-lines { position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: linear-gradient(to right, var(--ink-line) 1px, transparent 1px), linear-gradient(to bottom, var(--ink-line) 1px, transparent 1px); background-size: clamp(4rem,8vw,7rem) clamp(4rem,8vw,7rem); }
.services-hero-grid { position: relative; min-height: min(48rem, calc(100svh - var(--header-h))); display: grid; grid-template-columns: minmax(0,1.08fr) minmax(25rem,.92fr); align-items: center; gap: clamp(3rem,7vw,7rem); padding-block: clamp(3.5rem,7vw,7rem); }
.services-hero-copy h1 { max-width: 50rem; margin: 1.6rem 0 0; font-size: clamp(3.8rem,6.8vw,7.4rem); line-height: .88; letter-spacing: -.058em; text-transform: uppercase; }
.services-hero-copy h1 em, .services-statement h2 em, .services-deck-heading h2 em, .services-process h2 em, .services-cta-inner h2 em { color: var(--volt); font-family: var(--font-serif); font-weight: 400; text-transform: none; }
.services-hero-intro { max-width: 40rem; margin: 2rem 0 0; color: rgba(244,241,234,.62); font-size: .95rem; line-height: 1.8; }
.services-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.services-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; margin: 3rem 0 0; padding-top: 1.7rem; border-top: 1px solid var(--ink-line); }
.services-stats dt { color: var(--volt); font-family: var(--font-display); font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.services-stats dd { max-width: 9rem; margin: .45rem 0 0; color: rgba(244,241,234,.48); font-size: .7rem; line-height: 1.55; }
.services-hero-art { position: relative; min-height: clamp(26rem,61vh,42rem); margin: 0; overflow: hidden; background: var(--ink-soft); }
.services-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,var(--ink),transparent 48%); pointer-events: none; }
.services-hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.services-hero-art:hover img { transform: scale(1.035); }
.services-hero-art figcaption { position: absolute; z-index: 1; left: 1.5rem; bottom: 1.5rem; padding: .75rem 1rem; border: 1px solid rgba(244,241,234,.2); background: rgba(10,10,11,.75); color: var(--volt); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.services-capability-rail { position: relative; display: flex; gap: 2.5rem; overflow-x: auto; padding: 1rem max(1rem,calc((100vw - 110rem)/2)); border-top: 1px solid var(--ink-line); scrollbar-width: none; }
.services-capability-rail::-webkit-scrollbar { display: none; }
.services-capability-rail span { display: inline-flex; align-items: center; gap: 2.5rem; flex: 0 0 auto; color: rgba(244,241,234,.38); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.services-capability-rail i { width: .25rem; height: .25rem; border-radius: 50%; background: var(--volt); }

.services-statement { display: grid; grid-template-columns: minmax(0,1fr) minmax(22rem,.75fr); gap: clamp(3rem,8vw,8rem); padding-block: clamp(5rem,9vw,9rem); }
.services-statement h2, .services-deck-heading h2, .services-process h2, .services-cta-inner h2 { max-width: 54rem; margin: 1.25rem 0 0; font-size: clamp(3rem,5.5vw,6rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.services-statement h2 em, .services-deck-heading h2 em, .services-process h2 em { color: var(--clay); }
.services-statement > div:last-child { align-self: end; }
.services-statement > div:last-child > p { margin: 0; color: var(--ink-muted); font-size: .92rem; line-height: 1.85; }
.services-statement .button { margin-top: 2rem; }

.services-deck { background: var(--bone); }
.services-deck-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding-block: 1rem 3rem; border-top: 1px solid var(--bone-line); }
.services-deck-heading h2 { font-size: clamp(2.8rem,5vw,5.4rem); }
.services-deck-heading nav { max-width: 42rem; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.services-deck-heading nav a { padding: .7rem .85rem; border: 1px solid var(--bone-line); color: var(--ink); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background-color .35s ease,color .35s ease,border-color .35s ease; }
.services-deck-heading nav a:hover { border-color: var(--ink); background: var(--ink); color: var(--volt); }
.service-panel { min-height: min(48rem,calc(100svh - var(--header-h))); display: grid; grid-template-columns: minmax(0,1.1fr) minmax(25rem,.9fr); overflow: hidden; border-top: 1px solid rgba(199,255,42,.35); background: var(--ink); color: var(--bone); scroll-margin-top: var(--header-h); }
.service-panel:nth-of-type(even) .service-panel-copy { order: 2; }
.service-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,6vw,6.5rem); }
.service-panel-label { display: flex; align-items: center; gap: 1.2rem; margin: 0; color: rgba(244,241,234,.5); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.service-panel-label::before { content: ""; width: 2rem; height: 1px; background: var(--ink-line); }
.service-panel-label span { order: -1; color: var(--volt); font-family: monospace; }
.service-panel-copy > h2 { max-width: 48rem; margin: 1.6rem 0 0; font-size: clamp(2.8rem,4.8vw,5.5rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.service-panel-intro { max-width: 42rem; margin: 1.5rem 0 0; color: rgba(244,241,234,.58); font-size: .9rem; line-height: 1.8; }
.service-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem 2.5rem; margin: 2.5rem 0; padding: 0; list-style: none; }
.service-feature-grid li { padding-top: 1rem; border-top: 1px solid var(--ink-line); }
.service-feature-grid h3 { margin: 0; color: var(--bone); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.service-feature-grid p { margin: .45rem 0 0; color: rgba(244,241,234,.45); font-size: .72rem; line-height: 1.6; }
.service-panel-copy > .text-link { align-self: flex-start; margin-top: auto; }
.service-panel-art { position: relative; min-height: 100%; margin: 0; overflow: hidden; background: var(--ink-soft); }
.service-panel-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,var(--ink),transparent 45%); pointer-events: none; }
.service-panel:nth-of-type(even) .service-panel-art::after { background: linear-gradient(-90deg,var(--ink),transparent 45%); }
.service-panel-art img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform 1.2s cubic-bezier(.16,1,.3,1),filter .6s ease; }
.service-panel:hover .service-panel-art img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }

.services-process { padding-block: clamp(5rem,9vw,9rem); }
.services-process h2 { max-width: 52rem; }
.services-process ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 3.5rem 0 0; padding: 0; border-top: 1px solid var(--bone-line); list-style: none; }
.services-process li { min-height: 18rem; padding: 2rem; border-right: 1px solid var(--bone-line); border-bottom: 1px solid var(--bone-line); transition: background-color .4s ease; }
.services-process li:last-child { border-right: 0; }
.services-process li:hover { background: #fff; }
.services-process li > span { color: var(--clay); font: 700 .65rem/1 monospace; letter-spacing: .18em; }
.services-process li h3 { margin: 4rem 0 0; font-size: 1rem; letter-spacing: .02em; text-transform: uppercase; }
.services-process li p { margin: .9rem 0 0; color: var(--ink-muted); font-size: .78rem; line-height: 1.7; }
.services-closing { padding-bottom: clamp(5rem,9vw,9rem); }
.services-cta-inner { position: relative; overflow: hidden; padding: clamp(4rem,8vw,8rem) 2rem; background: var(--ink); color: var(--bone); text-align: center; }
.services-cta-inner::before { content: "ON SITE"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); color: rgba(244,241,234,.04); font-family: var(--font-display); font-size: clamp(7rem,18vw,20rem); font-weight: 900; letter-spacing: -.06em; white-space: nowrap; }
.services-cta-inner > * { position: relative; }
.services-cta-inner .eyebrow { color: rgba(244,241,234,.45); }
.services-cta-inner h2 { max-width: 55rem; margin-inline: auto; }
.services-cta-inner > p:not(.eyebrow) { max-width: 38rem; margin: 1.6rem auto 0; color: rgba(244,241,234,.58); font-size: .9rem; line-height: 1.8; }
.services-cta-inner > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.faq-list { display: block; border-left: 0; }
.faq-list details { border-bottom: 1px solid var(--bone-line); background: #fff; }
.faq-list summary { cursor: pointer; display: flex; justify-content: space-between; gap: 2rem; padding: 1.6rem; font-size: 1rem; font-weight: 800; }
.faq-list summary::after { content: "+"; color: var(--clay); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 52rem; margin: 0; padding: 0 1.6rem 1.7rem; color: var(--ink-muted); line-height: 1.8; }
.content-cta { margin: 3rem 0 0; }

.journal-index { padding-block: 5rem; }
.journal-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
.journal-heading h2 { margin: 1.1rem 0 0; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.journal-heading > p { color: var(--ink-muted); font-size: .76rem; }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.journal-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--bone-line); background: #fff; }
.journal-card:hover { border-color: var(--ink); }
.journal-image { aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; background: var(--ink); }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.journal-card:hover .journal-image img { transform: scale(1.035); }
.journal-image > span { color: rgba(244,241,234,.1); font-size: 1.5rem; font-weight: 900; }
.journal-copy { flex: 1; display: flex; flex-direction: column; padding: 1.6rem; }
.journal-copy h2 { margin: 1rem 0 0; font-size: 1.35rem; line-height: 1.2; letter-spacing: -.025em; }
.journal-copy h2 a:hover { color: var(--clay); }
.journal-copy > p:not(.eyebrow) { margin: 1rem 0 0; color: var(--ink-muted); font-size: .84rem; line-height: 1.7; }
.journal-copy footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.6rem; color: var(--ink-muted); font-size: .68rem; }
.journal-lead { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(20rem, .75fr); }
.journal-lead .journal-image { aspect-ratio: auto; min-height: 27rem; }
.journal-lead .journal-copy { justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.journal-lead .journal-copy h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: .98; text-transform: uppercase; }
.journal-grid.compact .journal-card { min-height: 18rem; }

.article-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--bone); }
.article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; }
.article-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--ink), rgba(11,11,12,.5)); }
.article-hero-copy { position: relative; z-index: 1; max-width: 68rem; padding-block: clamp(4rem, 9vw, 9rem); }
.article-hero h1 { margin: 1.3rem 0 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.article-hero-copy > p:not(.eyebrow) { max-width: 50rem; margin: 2rem 0 0; color: #b2b2b7; font-size: 1rem; line-height: 1.8; }
.article-hero-copy > div { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--ink-line); color: #96969d; font-size: .75rem; }
.article-layout { display: grid; grid-template-columns: minmax(10rem, .3fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 9rem); padding-block: clamp(4rem, 8vw, 8rem); }
.article-layout > aside { align-self: start; position: sticky; top: 2rem; }
.article-copy { max-width: 52rem; font-family: Georgia, serif; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.9; }
.article-copy p { margin: 0 0 1.7em; }
.related-journal { padding-block: 5rem; border-top: 1px solid var(--bone-line); }

.site-footer { background: var(--ink); color: var(--bone); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 4rem; padding-block: 4.5rem; }
.footer-brand { margin: 0; font-size: 1.5rem; font-weight: 900; letter-spacing: -.05em; }
.footer-copy { max-width: 28rem; color: #8d8d93; line-height: 1.7; }
.site-footer address { display: grid; gap: .6rem; margin-top: 1.6rem; color: #99999f; font-style: normal; font-size: .8rem; }
.footer-grid nav { display: grid; align-content: start; gap: .7rem; }
.footer-grid nav h2 { margin: 0 0 .8rem; color: #77777d; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid nav a { width: fit-content; color: #a4a4aa; font-size: .8rem; }
.footer-grid nav a:hover, .site-footer address a:hover { color: var(--volt); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; border-top: 1px solid var(--ink-line); color: #6f6f75; font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { margin-left: 1rem; }
.footer-bottom-links { display: flex; align-items: center; gap: 1.5rem; }
.footer-credit a { margin-left: .2rem; color: #a4a4aa; font-weight: 600; letter-spacing: normal; }
.footer-credit a:hover { color: var(--volt); }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; }
.error-page main { max-width: 48rem; }
.error-page h1 { font-size: clamp(3rem, 8vw, 7rem); }
.error-page main > p:not(.eyebrow) { color: var(--ink-muted); font-size: 1rem; }

.breadcrumbs { padding-block: 1.15rem; }
.breadcrumbs ol { display: flex; gap: .65rem; align-items: center; overflow: hidden; margin: 0; padding: 0; list-style: none; color: var(--ink-muted); font-size: .7rem; }
.breadcrumbs li { display: flex; min-width: 0; gap: .65rem; white-space: nowrap; }
.breadcrumbs li + li::before { content: "/"; color: var(--bone-line); }
.breadcrumbs li:last-child span { overflow: hidden; text-overflow: ellipsis; color: var(--ink); }
.breadcrumbs a:hover { color: var(--clay); }

.catalog-masthead { padding: clamp(3.5rem, 7vw, 7rem) 0 3rem; overflow: hidden; background: var(--ink); color: var(--bone); }
.catalog-masthead h1 { max-width: 75rem; margin: 1.2rem 0 0; font-size: clamp(3.5rem, 9vw, 9rem); line-height: .83; letter-spacing: -.065em; text-transform: uppercase; }
.catalog-summary { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-top: 2.6rem; padding-top: 1.5rem; border-top: 1px solid var(--ink-line); }
.catalog-summary p { max-width: 34rem; margin: 0; color: #96969b; font-size: .82rem; line-height: 1.7; }
.catalog-summary p:last-child { color: var(--volt); font: 700 .67rem/1 monospace; letter-spacing: .12em; text-transform: uppercase; }
.catalog-section { padding: 4.5rem 0 6rem; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--bone-line); }
.catalog-toolbar h2 { margin: .8rem 0 0; font-size: clamp(2rem, 4vw, 4.5rem); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.catalog-toolbar > p { margin: 0; color: var(--ink-muted); font-size: .72rem; }
.empty-state h2 { margin: 0; color: var(--ink); font-size: 1.35rem; }
.empty-state p { margin: .6rem 0 0; }
.catalog-pagination { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid var(--bone-line); }
.catalog-pagination > a { min-width: 7rem; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-pagination > a:last-child { text-align: right; }
.catalog-pagination > div { display: flex; align-items: center; gap: .35rem; }
.catalog-pagination > div a, .catalog-pagination > div span { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; font-size: .72rem; }
.catalog-pagination [aria-current="page"] { background: var(--ink); color: var(--volt); font-weight: 900; }
.catalog-pagination a:hover { color: var(--clay); }

.product-detail { padding: 2rem 0 5rem; }
.product-detail-grid { display: grid; grid-template-columns: minmax(20rem, 1.05fr) minmax(20rem, 1fr) minmax(16rem, .62fr); gap: clamp(1.5rem, 3vw, 3.5rem); align-items: start; }
.product-gallery { min-width: 0; }
.product-main-image { aspect-ratio: 1; display: grid; place-items: center; margin: 0; overflow: hidden; border: 1px solid var(--bone-line); background: #fff; }
.product-main-image img { width: 100%; height: 100%; padding: clamp(1.5rem, 5vw, 4rem); object-fit: contain; }
.product-detail-placeholder { color: var(--bone-line); font-size: clamp(2rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.06em; }
.product-thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: .55rem; margin-top: .55rem; }
.product-thumbnails a { aspect-ratio: 1; overflow: hidden; border: 1px solid var(--bone-line); background: #fff; }
.product-thumbnails a:hover { border-color: var(--ink); }
.product-thumbnails img { width: 100%; height: 100%; padding: .5rem; object-fit: contain; }
.product-information { min-width: 0; }
.product-status-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.3rem; }
.product-status-row span { padding: .45rem .65rem; border: 1px solid var(--bone-line); color: var(--ink-muted); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-status-row .availability.in-stock { border-color: var(--volt-deep); background: var(--volt); color: var(--ink); }
.product-information h1 { margin: 1.2rem 0 0; font-size: clamp(2rem, 3.8vw, 4.5rem); line-height: .94; letter-spacing: -.055em; }
.product-detail-price { margin: 1.8rem 0 0; font-size: 1.8rem; font-weight: 900; letter-spacing: -.03em; }
.tax-note { margin: .45rem 0 1.8rem; color: var(--ink-muted); font-size: .68rem; }
.product-disclosure { border-top: 1px solid var(--bone-line); }
.product-disclosure:last-of-type { border-bottom: 1px solid var(--bone-line); }
.product-disclosure summary { padding: 1.2rem 0; cursor: pointer; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-disclosure > p { margin: 0 0 1.4rem; color: var(--ink-muted); font-size: .83rem; line-height: 1.75; }
.product-disclosure .text-link { margin-bottom: 1.4rem; }
.product-specifications { margin: 0 0 1.4rem; }
.product-specifications div { display: grid; grid-template-columns: minmax(7rem, .45fr) 1fr; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--bone-line); }
.product-specifications dt { color: var(--ink-muted); font-size: .64rem; text-transform: capitalize; }
.product-specifications dd { margin: 0; font-size: .76rem; font-weight: 700; }
.product-buy-panel { position: sticky; top: 1.5rem; padding: 1.5rem; border: 1px solid var(--bone-line); background: #fff; }
.buy-panel-price { margin: 1rem 0 1.4rem; font-size: 1.35rem; font-weight: 900; }
.product-buy-panel form { display: grid; gap: .65rem; }
.product-buy-panel label { color: var(--ink-muted); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-buy-panel input { width: 100%; padding: .8rem; border: 1px solid var(--bone-line); background: var(--bone); }
.product-buy-panel .button { width: 100%; justify-content: center; margin-top: .4rem; border: 0; cursor: pointer; }
.product-buy-panel .button:disabled { cursor: not-allowed; opacity: .45; }
.cart-message { min-height: 1.2rem; margin: .2rem 0 0; color: var(--clay); font-size: .7rem; line-height: 1.5; }
.product-buy-panel noscript p { color: var(--ink-muted); font-size: .7rem; line-height: 1.5; }
.product-buy-panel ul { display: grid; gap: .75rem; margin: 1.4rem 0 0; padding: 1.3rem 0 0; border-top: 1px solid var(--bone-line); list-style: none; }
.product-buy-panel li { font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-buy-panel li::before { content: "✓"; margin-right: .6rem; color: var(--volt-deep); }
.related-products { padding: 4.5rem 0 6rem; border-top: 1px solid var(--bone-line); }
.related-products .section-heading h2 { font-size: clamp(2.2rem, 4vw, 4.5rem); color: var(--ink); }

@media (max-width: 1200px) {
    .category-grid, .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .category-card { min-height: 24rem; }
    .product-detail-grid { grid-template-columns: minmax(19rem, 1fr) minmax(19rem, 1fr); }
    .product-buy-panel { position: static; grid-column: 2; }
}

@media (max-width: 900px) {
    :root { --shell: min(100% - 2rem, 72rem); }
    .desktop-nav, .header-search, .header-actions > a { display: none; }
    .mobile-menu { display: block; }
    .hero-grid, .print-grid { grid-template-columns: 1fr; }
    .hero-grid { min-height: auto; padding-block: 3rem; }
    .hero-art { min-height: 25rem; }
    .section-heading { display: grid; }
    .category-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .assurance-grid { grid-template-columns: repeat(2, 1fr); }
    .assurance-grid article:nth-child(2) { border-right: 0; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .product-detail-grid { grid-template-columns: 1fr; }
    .product-buy-panel { grid-column: auto; }
    .content-masthead-grid, .content-layout, .article-layout { grid-template-columns: 1fr; }
    .content-layout > aside, .article-layout > aside { position: static; }
    .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .journal-lead { grid-template-columns: 1fr; }
    .journal-lead .journal-image { min-height: 20rem; aspect-ratio: 16 / 9; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 1.5rem); }
    .header-row { min-height: 4rem; }
    .hero h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
    .hero-art { min-height: 20rem; }
    .orbit-one { width: 15rem; height: 15rem; }
    .orbit-two { width: 20rem; height: 9rem; }
    .category-section, .featured { padding-block: 3.7rem; }
    .category-grid, .product-grid, .assurance-grid, .footer-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 21rem; }
    .product-grid { gap: .6rem; }
    .assurance-grid article { border-right: 0; }
    .business-section, .assurance-section { padding-bottom: 3.7rem; }
    .business-panel { min-height: 30rem; padding: 2rem 1.4rem; }
    .print-grid { gap: 2.5rem; }
    .print-art { min-height: 18rem; }
    .footer-grid { gap: 2.5rem; padding-block: 3.5rem; }
    .footer-bottom, .footer-bottom-links { flex-direction: column; align-items: flex-start; }
    .catalog-summary, .catalog-toolbar { display: grid; align-items: start; }
    .catalog-pagination { align-items: stretch; }
    .catalog-pagination > a { min-width: 0; }
    .catalog-pagination > div { display: none; }
    .product-detail { padding-top: .5rem; }
    .product-information h1 { font-size: 2.2rem; }
    .content-masthead-grid { min-height: 25rem; gap: 2rem; }
    .content-items, .journal-grid { grid-template-columns: 1fr; }
    .journal-heading { display: grid; align-items: start; }
    .article-hero h1 { font-size: 2.7rem; }
}

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

/* --------------------------------------------------------------------------
   React storefront parity layer
   -------------------------------------------------------------------------- */
body > main { padding-top: var(--header-h); }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 80;
    height: var(--header-h); background: var(--ink); color: var(--bone);
}
.announcement { height: 2rem; overflow: hidden; border-bottom: 1px solid var(--ink-line); background: var(--ink-soft); }
.announcement-track { width: max-content; min-width: 200%; height: 100%; display: flex; animation: announcement-marquee 34s linear infinite; }
.announcement-set { min-width: 50%; display: flex; align-items: center; justify-content: space-around; gap: 3.5rem; padding-right: 3.5rem; }
.announcement-set span { display: inline-flex; align-items: center; gap: 3.5rem; white-space: nowrap; color: rgba(244,241,234,.55); font-size: .625rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.announcement-set i { width: .25rem; height: .25rem; border-radius: 50%; background: var(--volt); }
@keyframes announcement-marquee { to { transform: translateX(-50%); } }

.header-row { position: relative; height: 4.5rem; min-height: 0; gap: 2.5rem; }
.brand img { width: 2.5rem; height: 2.5rem; object-fit: contain; }
.brand strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 900; }
.brand small { margin-top: .28rem; color: rgba(244,241,234,.45); font-size: .44rem; font-weight: 600; letter-spacing: .22em; }
.desktop-nav { min-width: 0; flex: 1; justify-content: center; gap: clamp(1rem, 1.7vw, 2rem); margin: 0; }
.desktop-nav a { position: relative; padding-block: .35rem; color: rgba(244,241,234,.75); font-size: .68rem; letter-spacing: .14em; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--volt); transform: scaleX(0); transform-origin: right; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { flex-shrink: 0; gap: 1.4rem; }
.icon-link, .header-search-menu > summary { width: 1.4rem; height: 1.4rem; display: grid; place-items: center; color: rgba(244,241,234,.75); cursor: pointer; }
.icon-link:hover, .header-search-menu > summary:hover { color: var(--volt); }
.icon-link svg, .header-search-menu svg, .mobile-menu summary svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.header-search-menu > summary, .mobile-menu > summary { list-style: none; }
.header-search-menu > summary::-webkit-details-marker, .mobile-menu > summary::-webkit-details-marker { display: none; }
.header-search-panel { position: fixed; left: 0; right: 0; top: var(--header-h); padding: 1.25rem max(1rem, calc((100vw - 92rem) / 2)); border-top: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line); background: var(--ink-soft); }
.header-search { max-width: 46rem; margin-inline: auto; display: flex; border-bottom: 1px solid rgba(244,241,234,.3); }
.header-search:focus-within { border-color: var(--volt); }
.header-search input { width: 100%; padding: .9rem 0; font-size: .9rem; }
.header-search button { display: inline-flex; align-items: center; gap: .5rem; padding-inline: 1rem; font-weight: 800; letter-spacing: .14em; }

.mobile-menu { display: block; flex-shrink: 0; margin: 0; }
.mobile-menu > summary { min-height: 2.55rem; display: flex; align-items: center; gap: .65rem; padding: .65rem .9rem; border: 1px solid rgba(244,241,234,.2); color: var(--bone); cursor: pointer; font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mobile-menu > summary:hover, .mobile-menu[open] > summary { border-color: var(--volt); background: var(--volt); color: var(--ink); }
.menu-overlay { position: fixed; inset: var(--header-h) 0 0; display: grid; grid-template-columns: 1.4fr .6fr; gap: 5rem; overflow-y: auto; padding: clamp(2rem, 6vw, 6rem) max(1rem, calc((100vw - 110rem) / 2)); background: var(--ink); }
.mobile-menu nav { position: static; display: block; padding: 0; background: transparent; border: 0; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 1.5rem; padding: .8rem 0; border-bottom: 1px solid var(--ink-line); color: var(--bone); font-family: var(--font-display); font-size: clamp(1.8rem, 4.5vw, 3.5rem); font-weight: 900; letter-spacing: -.035em; line-height: .96; text-transform: uppercase; }
.mobile-menu nav a:hover { color: var(--volt); }
.mobile-menu nav a small { width: 1.5rem; color: rgba(244,241,234,.3); font: 400 .6rem/1 monospace; letter-spacing: .18em; }
.mobile-menu nav a span { margin-left: auto; font-family: var(--font-sans); font-size: 1rem; opacity: 0; }
.mobile-menu nav a:hover span { opacity: 1; }
.menu-meta { align-self: center; display: grid; gap: 2rem; }
.menu-meta p { margin: 0; color: rgba(244,241,234,.7); font-size: .86rem; line-height: 1.7; }
.menu-meta small { display: block; margin-bottom: .75rem; color: rgba(244,241,234,.35); font-size: .65rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.menu-meta a:hover { color: var(--volt); }

.hero { position: relative; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: linear-gradient(to right, var(--ink-line) 1px, transparent 1px), linear-gradient(to bottom, var(--ink-line) 1px, transparent 1px); background-size: clamp(4rem,8vw,7rem) clamp(4rem,8vw,7rem); }
.hero-grid { position: relative; min-height: calc(100svh - var(--header-h)); grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 4vw, 4rem); padding-block: clamp(2.5rem, 5vw, 4rem); }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.hero h1 { max-width: 54rem; font-size: clamp(2.25rem, 7vw, 7.5rem); font-family: var(--font-display); font-weight: 900; }
.hero h1 em { font-family: var(--font-editorial); font-weight: 400; }
.hero-art { min-height: clamp(24rem, 62vh, 40rem); border: 0; background: var(--ink-soft); }
.hero-art::before { display: none; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(to top, var(--ink), transparent 70%); }
.hero-art > a { left: 1.25rem; right: auto; bottom: 1.25rem; width: min(20rem, calc(100% - 2.5rem)); align-items: center; padding: 1rem 1.2rem; border-color: rgba(244,241,234,.15); background: rgba(11,11,12,.72); text-transform: none; backdrop-filter: blur(12px); }
.hero-art > a span { display: grid; gap: .45rem; }
.hero-art > a small { color: var(--volt); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-art > a b { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border: 1px solid rgba(244,241,234,.25); border-radius: 50%; }
.hero-art > a:hover { border-color: rgba(10,107,181,.6); }
.hero-art > a:hover b { border-color: var(--volt); background: var(--volt); color: var(--ink); }
.category-ticker .shell-wide { min-height: 3.4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow-x: auto; }

.category-grid { gap: 1rem; }
.category-card { min-height: 31rem; background: var(--ink-soft); }
.category-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; transition: transform .8s cubic-bezier(.16,1,.3,1), opacity .8s ease; }
.category-photo.cutout { inset: 14% 8% 18%; width: 84%; height: 68%; object-fit: contain; opacity: 1; filter: drop-shadow(0 1.5rem 2rem rgba(0,0,0,.45)); }
.category-photo.toner { inset: 12% 4% 22%; width: 92%; height: 66%; }
.category-photo.accessories { inset: 13% 3% 22%; width: 94%; height: 65%; }
.category-card:hover .category-photo { transform: scale(1.055); opacity: .9; }
.category-card:hover .category-photo.cutout { opacity: 1; }
.category-shade { position: absolute; inset: 0; background: linear-gradient(to top, var(--ink), rgba(11,11,12,.45) 48%, transparent); }
.category-copy { z-index: 1; }
.category-copy > span { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .5s cubic-bezier(.16,1,.3,1), opacity .5s ease, margin .5s ease; }
.category-card:hover .category-copy > span { max-height: 5rem; opacity: 1; }

.print-art img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 3.5rem; object-fit: contain; filter: drop-shadow(0 2rem 2rem rgba(11,11,12,.22)); }
.print-art span { position: absolute; right: 1.5rem; top: 1rem; }

.footer-newsletter { border-bottom: 1px solid var(--ink-line); }
.newsletter-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4rem; padding-block: 5rem; }
.newsletter-grid h2 { margin: 1.4rem 0 0; color: var(--bone); font-size: clamp(2rem, 6.5vw, 5rem); font-weight: 900; line-height: .94; letter-spacing: -.04em; text-transform: uppercase; }
.newsletter-grid h2 em { color: var(--volt); font-family: var(--font-editorial); font-weight: 400; text-transform: none; }
.newsletter-grid > div:last-child > p { max-width: 30rem; margin: 0; color: rgba(244,241,234,.6); font-size: .86rem; line-height: 1.7; }
.newsletter-grid form { display: flex; margin-top: 1.7rem; border-bottom: 1px solid rgba(244,241,234,.25); }
.newsletter-grid form:focus-within { border-color: var(--volt); }
.newsletter-grid input { min-width: 0; flex: 1; padding: 0 1rem 1rem 0; border: 0; outline: 0; background: transparent; color: var(--bone); }
.newsletter-grid input::placeholder { color: rgba(244,241,234,.3); }
.newsletter-grid button { display: inline-flex; align-items: center; gap: .6rem; padding: 0 0 1rem; border: 0; background: transparent; color: var(--volt); cursor: pointer; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid { grid-template-columns: 1.5fr .7fr 1.1fr .9fr; padding-block: 4rem; }
.footer-tagline { margin: .25rem 0 0; color: rgba(244,241,234,.4); font-size: .48rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid nav[aria-label="Shop"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-grid nav[aria-label="Shop"] h2 { grid-column: 1 / -1; }

@media (max-width: 1250px) {
    .desktop-nav a:nth-child(5) { display: none; }
    .category-card { min-height: 27rem; }
}

@media (max-width: 1023px) {
    .desktop-nav { display: none; }
    .header-actions { margin-left: auto; }
    .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 3rem; }
    .hero-art { min-height: 26rem; }
    .category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; }
    .category-card { width: 78vw; min-width: 22rem; min-height: 28rem; scroll-snap-align: center; }
    .newsletter-grid { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3.5rem; }
}

@media (max-width: 767px) {
    :root { --header-h: 5.25rem; --shell: calc(100% - 2rem); --shell-wide: calc(100% - 2rem); }
    .announcement { height: 1.75rem; }
    .header-row { height: 3.5rem; min-height: 0; gap: 1rem; }
    .brand img { width: 2rem; height: 2rem; }
    .brand strong { font-size: .95rem; }
    .brand small, .account-link, .mobile-menu > summary span { display: none; }
    .header-actions { gap: 1rem; }
    .mobile-menu > summary { width: 2rem; min-height: 2rem; padding: .25rem; justify-content: center; border: 0; }
    .menu-overlay { grid-template-columns: 1fr; gap: 3rem; padding: 1.5rem 1rem 3rem; }
    .mobile-menu nav a { padding: .75rem 0; font-size: clamp(1.7rem, 9vw, 2.5rem); }
    .menu-meta { align-self: start; }
    .hero h1 { font-size: clamp(2.4rem, 11.5vw, 3rem); overflow-wrap: normal; }
    .hero-actions { align-items: flex-start; gap: 1.25rem; }
    .hero-art { min-height: 19rem; }
    .hero-art > a { left: .85rem; bottom: .85rem; width: calc(100% - 1.7rem); padding: .8rem 1rem; }
    .category-ticker .shell-wide { justify-content: flex-start; }
    .category-card { width: 85vw; min-width: 18rem; min-height: 24rem; }
    .category-copy > span { max-height: 5rem; opacity: 1; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid nav[aria-label="Shop"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    .announcement-track { animation: none; }
}

/* --------------------------------------------------------------------------
   Progressive storefront enhancement
   The document is complete without JavaScript. These states are only added
   after their matching behaviour has been installed by storefront.js.
   -------------------------------------------------------------------------- */
html { scroll-padding-top: calc(var(--header-h) + 1.5rem); }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

.site-header {
    top: 0;
    transition: top .55s cubic-bezier(.16,1,.3,1), box-shadow .35s ease, background-color .35s ease;
    will-change: top;
}
.site-header--scrolled { box-shadow: 0 .6rem 2rem rgba(0,0,0,.18); }
.site-header--hidden { top: calc(-1 * var(--header-h)); }
.menu-open { overflow: hidden; }
.site-header summary::marker { content: ""; }
.header-search-panel { animation: overlay-in .45s cubic-bezier(.16,1,.3,1) both; }
.menu-overlay {
    z-index: 90;
    min-height: calc(100dvh - var(--header-h));
    overscroll-behavior: contain;
}
@keyframes overlay-in { from { opacity: 0; transform: translateY(-.75rem); } }

/* Match the React menu choreography: panel wipe, staggered links, then meta. */
.mobile-menu[open] .menu-overlay {
    animation: menu-wipe-in .75s cubic-bezier(.16,1,.3,1) both;
}
.mobile-menu[open] nav a {
    animation: menu-item-in .8s cubic-bezier(.16,1,.3,1) both;
}
.mobile-menu[open] nav a:nth-child(1) { animation-delay: .28s; }
.mobile-menu[open] nav a:nth-child(2) { animation-delay: .335s; }
.mobile-menu[open] nav a:nth-child(3) { animation-delay: .39s; }
.mobile-menu[open] nav a:nth-child(4) { animation-delay: .445s; }
.mobile-menu[open] nav a:nth-child(5) { animation-delay: .5s; }
.mobile-menu[open] nav a:nth-child(6) { animation-delay: .555s; }
.mobile-menu[open] nav a:nth-child(7) { animation-delay: .61s; }
.mobile-menu[open] nav a:nth-child(8) { animation-delay: .665s; }
.mobile-menu[open] .menu-meta p {
    animation: menu-meta-in .6s ease both;
}
.mobile-menu[open] .menu-meta p:first-child { animation-delay: .58s; }
.mobile-menu[open] .menu-meta p:last-child { animation-delay: .64s; }
.menu-icon-line {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .3s ease;
}
.mobile-menu[open] .menu-icon-line--top { transform: translateY(5px) rotate(45deg); }
.mobile-menu[open] .menu-icon-line--middle { opacity: 0; transform: scaleX(0); }
.mobile-menu[open] .menu-icon-line--bottom { transform: translateY(-5px) rotate(-45deg); }
@keyframes menu-wipe-in {
    from { clip-path: inset(0 0 100% 0); }
    to { clip-path: inset(0 0 0 0); }
}
@keyframes menu-item-in {
    from { opacity: 0; transform: translateY(110%); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes menu-meta-in {
    from { opacity: 0; transform: translateY(1rem); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-grid { min-height: min(calc(100svh - var(--header-h)), 58rem); }
.hero h1 { max-width: 49rem; font-size: clamp(3.6rem, 6.25vw, 6.6rem); }
.hero-art { min-height: clamp(25rem, 56vh, 37rem); }
.hero-art > img { transform: translate3d(0,var(--parallax-y,0),0) scale(1.04); will-change: transform; }
.hero-intro-ready .hero-copy { animation: hero-copy-in .95s cubic-bezier(.16,1,.3,1) both; }
.hero-intro-ready .hero-art { animation: hero-image-in 1.15s .12s cubic-bezier(.16,1,.3,1) both; }
.hero-intro-ready .category-ticker { animation: hero-copy-in .8s .5s cubic-bezier(.16,1,.3,1) both; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(2rem); } }
@keyframes hero-image-in { from { opacity: 0; clip-path: inset(7% 7% 7% 7%); transform: scale(.97); } }

.button, .text-link, .product-price-row a, .category-arrow {
    transition: color .35s ease, background-color .35s ease, border-color .35s ease, transform .45s cubic-bezier(.16,1,.3,1);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.category-card { transition: border-color .4s ease, transform .65s cubic-bezier(.16,1,.3,1); }
.category-card:hover { transform: translateY(-.35rem); }
.product-card { transition: border-color .35s ease, box-shadow .45s ease, transform .5s cubic-bezier(.16,1,.3,1); }
.product-card:hover { transform: translateY(-.35rem); box-shadow: 0 1.2rem 2.8rem rgba(11,11,12,.09); }
.product-card:hover .product-price-row a { transform: rotate(45deg); }

.reveal-pending { opacity: 0; transform: translateY(2rem); }
.reveal-visible {
    opacity: 1; transform: translateY(0);
    transition: opacity .85s var(--reveal-delay,0ms) cubic-bezier(.16,1,.3,1), transform .95s var(--reveal-delay,0ms) cubic-bezier(.16,1,.3,1);
}

.category-section-sticky { min-width: 0; }
.category-rail-viewport { min-width: 0; overflow: hidden; }
.category-progress { display: none; }
.category-grid.is-dragging, .featured .product-grid.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }

.featured .product-grid {
    display: flex; gap: 1rem; overflow-x: auto; padding: .3rem .3rem 1.25rem;
    scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--ink) var(--bone-line);
}
.featured .product-card { flex: 0 0 clamp(16rem, 22vw, 21rem); scroll-snap-align: start; }
.featured .empty-state { flex: 1 0 100%; }

.catalog-toolbar-meta { display: flex; align-items: center; gap: 1.5rem; }
.catalog-toolbar-meta p:first-child { color: var(--ink); font-weight: 800; }
.catalog-layout { display: grid; grid-template-columns: minmax(13.5rem, .24fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: start; }
.catalog-filter-sidebar { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.catalog-filter-form { min-width: 0; }
.filter-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--bone-line); }
.filter-heading h2 { display: flex; align-items: center; gap: .55rem; margin: .7rem 0 0; font-size: 1.35rem; letter-spacing: -.035em; text-transform: uppercase; }
.filter-heading h2 span { width: 1.35rem; height: 1.35rem; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--volt); font: 700 .6rem/1 monospace; }
.filter-heading > a { color: var(--ink-muted); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-decoration: underline; text-underline-offset: .25rem; text-transform: uppercase; }
.filter-heading > a:hover { color: var(--clay); }
.filter-group { min-width: 0; margin: 0; padding: 1.35rem 0; border: 0; border-bottom: 1px solid var(--bone-line); }
.filter-group > label, .filter-group > legend { display: block; margin-bottom: .75rem; padding: 0; color: var(--ink); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.filter-group select, .filter-group input[type="number"] {
    width: 100%; min-height: 2.8rem; padding: .72rem .8rem; border: 1px solid var(--bone-line); border-radius: 0;
    outline: 0; background: #fff; color: var(--ink); font: 500 .78rem/1.2 var(--font-sans);
}
.filter-group select:focus, .filter-group input[type="number"]:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(10,107,181,.35); }
.filter-options { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter-options label { cursor: pointer; }
.filter-options input { position: absolute; opacity: 0; pointer-events: none; }
.filter-options span { display: block; padding: .62rem .78rem; border: 1px solid var(--bone-line); background: #fff; color: var(--ink-muted); font-size: .7rem; }
.filter-options input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--volt); }
.filter-options input:focus-visible + span { outline: 2px solid var(--clay); outline-offset: 2px; }
.price-filter > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
.price-filter label { color: var(--ink-muted); font-size: .62rem; }
.price-filter input { margin-top: .4rem; }
.filter-submit { width: 100%; justify-content: space-between; margin-top: 1.3rem; border: 0; cursor: pointer; background: var(--ink); color: var(--bone); }
.filter-submit:hover { color: var(--volt); }
.catalog-filter-form.is-submitting { opacity: .58; pointer-events: none; }
.mobile-catalog-filters { display: none; }

.catalog-results { min-width: 0; }
.catalog-result-bar { min-height: 3.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.3rem; padding-bottom: 1rem; border-bottom: 1px solid var(--bone-line); }
.catalog-result-bar > p { margin: 0; color: var(--ink-muted); font-size: .7rem; }
.catalog-result-bar form { display: flex; align-items: center; gap: .65rem; }
.catalog-result-bar label { color: var(--ink-muted); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalog-result-bar select { min-height: 2.4rem; padding: .55rem 2.1rem .55rem .7rem; border: 1px solid var(--bone-line); border-radius: 0; background: #fff; font: 700 .68rem/1 var(--font-sans); }
.catalog-result-bar button { min-height: 2.4rem; padding: .55rem .8rem; border: 0; background: var(--ink); color: var(--bone); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.storefront-ready .catalog-result-bar button { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.catalog-results .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.catalog-results .empty-state .text-link { display: inline-block; margin-top: 1.2rem; }

@media (min-width: 1024px) {
    .horizontal-motion-ready .category-section { padding: 0; }
    .horizontal-motion-ready .category-section-sticky {
        position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; overflow: hidden;
        padding-top: calc(var(--header-h) + 2.2rem); background: var(--ink);
    }
    .horizontal-motion-ready .category-section .section-heading { flex: 0 0 auto; margin-bottom: 1.8rem; }
    .horizontal-motion-ready .category-rail-viewport { flex: 1 1 auto; overflow: visible; }
    .horizontal-motion-ready .category-grid {
        width: max-content; height: 100%; display: flex; gap: 1rem; padding-left: max(2rem, calc((100vw - 110rem) / 2));
        padding-right: 10vw; will-change: transform;
    }
    .horizontal-motion-ready .category-card { width: clamp(22rem, 30vw, 30rem); min-width: 0; height: 100%; min-height: 0; flex: 0 0 auto; }
    .horizontal-motion-ready .category-progress { flex: 0 0 auto; display: block; padding-block: 1.6rem 2rem; }
    .horizontal-motion-ready .category-progress::before { content: ""; display: block; height: 1px; background: var(--ink-line); }
    .horizontal-motion-ready .category-progress span { display: block; width: 100%; height: 1px; margin-top: -1px; background: var(--volt); transform: scaleX(0); transform-origin: left; will-change: transform; }
}

@media (max-width: 1280px) {
    .catalog-results .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1023px) {
    .site-header--hidden { top: 0; }
    .services-hero-grid { min-height: auto; grid-template-columns: 1fr; }
    .services-hero-art { min-height: 25rem; }
    .services-statement { grid-template-columns: 1fr; gap: 2rem; }
    .services-deck-heading { align-items: flex-start; flex-direction: column; }
    .services-deck-heading nav { justify-content: flex-start; }
    .service-panel { min-height: auto; grid-template-columns: 1fr; }
    .service-panel:nth-of-type(even) .service-panel-copy { order: initial; }
    .service-panel-art { min-height: 24rem; order: -1; }
    .service-panel-art::after, .service-panel:nth-of-type(even) .service-panel-art::after { background: linear-gradient(0deg,var(--ink),transparent 55%); }
    .services-process ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .services-process li:nth-child(2) { border-right: 0; }
    .hero h1 { font-size: clamp(3.2rem, 9vw, 5.7rem); }
    .category-rail-viewport { overflow: visible; }
    .featured .product-card { flex-basis: min(21rem, 72vw); }
    .catalog-layout { grid-template-columns: 1fr; }
    .catalog-filter-sidebar { display: none; }
    .mobile-catalog-filters { display: block; margin-bottom: 1.2rem; border: 1px solid var(--bone-line); background: #fff; }
    .mobile-catalog-filters > summary { display: flex; align-items: center; justify-content: space-between; padding: 1rem; cursor: pointer; font-size: .72rem; font-weight: 900; letter-spacing: .1em; list-style: none; text-transform: uppercase; }
    .mobile-catalog-filters > summary::-webkit-details-marker { display: none; }
    .mobile-catalog-filters[open] > summary span { transform: rotate(45deg); }
    .mobile-catalog-filters .catalog-filter-form { padding: 0 1rem 1rem; }
    .catalog-results .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .services-hero-grid { gap: 2.5rem; padding-block: 3rem; }
    .services-hero-copy { min-width: 0; }
    .services-hero-copy h1 { font-size: clamp(2.8rem,12.5vw,3.6rem); }
    .services-hero-art { min-height: 20rem; }
    .services-stats { grid-template-columns: 1fr; gap: 1rem; }
    .services-stats div { display: grid; grid-template-columns: 4rem 1fr; align-items: center; }
    .services-stats dd { max-width: none; margin: 0; }
    .services-statement h2, .services-deck-heading h2, .services-process h2, .services-cta-inner h2 { font-size: clamp(2.7rem,13vw,4rem); }
    .services-deck-heading nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
    .services-deck-heading nav a { padding: .75rem .6rem; }
    .service-panel-art { min-height: 17rem; }
    .service-panel-copy { padding: 2.6rem 1rem 3.5rem; }
    .service-panel-copy > h2 { font-size: clamp(2.5rem,12vw,3.8rem); }
    .service-feature-grid { grid-template-columns: 1fr; gap: 1rem; }
    .services-process ol { grid-template-columns: 1fr; }
    .services-process li, .services-process li:nth-child(2) { min-height: auto; border-right: 0; }
    .services-process li h3 { margin-top: 2.5rem; }
    .services-cta-inner { padding-inline: 1rem; }
    .hero h1 { font-size: clamp(2.4rem, 11.5vw, 3rem); }
    .hero-art > img, .print-art > img { transform: none; }
    .catalog-toolbar-meta { align-items: flex-start; flex-direction: column; gap: .35rem; }
    .catalog-result-bar { align-items: flex-start; flex-direction: column; }
    .catalog-result-bar form { width: 100%; }
    .catalog-result-bar select { flex: 1; }
    .catalog-results .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-results .product-copy { padding: .8rem; }
    .catalog-results .product-copy h3 { min-height: 0; font-size: .75rem; }
    .catalog-results .product-price-row { align-items: start; flex-direction: column; gap: .6rem; }
}

@media (max-width: 430px) {
    .catalog-results .product-grid { grid-template-columns: 1fr; }
    .catalog-results .product-price-row { align-items: end; flex-direction: row; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .site-header, .hero-art > img, .print-art > img, .reveal-pending, .reveal-visible { transition: none; transform: none; }
    .site-header--hidden { top: 0; }
    .mobile-menu[open] .menu-overlay, .mobile-menu[open] nav a, .mobile-menu[open] .menu-meta p { animation: none; }
    .menu-icon-line { transition: none; }
}

/* --------------------------------------------------------------------------
   Inmarknet corporate light theme
   Keeps the server-rendered SEO storefront visually aligned with React while
   preserving every existing animation and progressive-enhancement hook.
   -------------------------------------------------------------------------- */
.site-header {
    background: #fff;
    color: var(--ink);
    border-color: var(--brand-surface-strong);
    box-shadow: 0 .65rem 2rem -1.7rem rgba(6,37,74,.55);
}
.announcement { background: var(--brand-surface); border-color: var(--brand-surface-strong); }
.announcement-set span { color: rgba(6,37,74,.62); }
.brand img { width: auto; height: 3.65rem; max-width: 8.75rem; object-fit: contain; }
.desktop-nav a, .icon-link, .header-search-menu > summary { color: rgba(6,37,74,.72); }
.desktop-nav a:hover, .icon-link:hover, .header-search-menu > summary:hover { color: var(--volt); }
.header-search-panel { border-color: var(--brand-surface-strong); background: #fff; }
.header-search { border-color: var(--bone-line); }
.header-search input { color: var(--ink); }
.mobile-menu > summary { border-color: rgba(10,107,181,.35); background: var(--brand-surface); color: var(--ink); }
.mobile-menu > summary:hover, .mobile-menu[open] > summary { background: var(--volt); color: #fff; }
.menu-overlay { background: var(--brand-surface); color: var(--ink); }
.mobile-menu nav a { border-color: var(--bone-line); color: var(--ink); }
.mobile-menu nav a small { color: rgba(6,37,74,.34); }
.menu-meta p { color: rgba(6,37,74,.72); }
.menu-meta small { color: rgba(6,37,74,.42); }

.hero { background: #fff; color: var(--ink); }
.hero-lead { color: var(--ink-muted); }
.hero h1 em, .section-heading h2 em, .business-panel h2 em { color: var(--volt); }
.hero-grid-lines { opacity: .75; }
.hero-art { background: var(--brand-surface); }
.text-link.light { color: var(--ink); }
.button-volt { background: var(--volt); color: #fff; }
.button-volt:hover { background: #075a99; }
.category-ticker { border-color: var(--bone-line); }
.category-ticker a { color: rgba(6,37,74,.52); }

.category-section { background: var(--brand-surface); color: var(--ink); }
.section-heading.on-dark > p { color: var(--ink-muted); }
.category-card { color: var(--bone); }
.category-card:hover { border-color: rgba(10,107,181,.72); }
.horizontal-motion-ready .category-section-sticky { background: var(--brand-surface); }

.business-panel { border: 1px solid var(--brand-surface-strong); background: var(--brand-surface); color: var(--ink); }
.business-panel p:not(.eyebrow) { color: var(--ink-muted); }
.business-word { color: rgba(10,107,181,.055); }
.button-outline { border-color: rgba(6,37,74,.3); color: var(--ink); }
.button-outline:hover { border-color: var(--volt); color: var(--volt); }

.catalog-masthead { border-bottom: 1px solid var(--brand-surface-strong); background: var(--brand-surface); color: var(--ink); }
.catalog-summary { border-color: var(--bone-line); }
.catalog-summary p { color: var(--ink-muted); }
.catalog-pagination [aria-current="page"] { background: var(--volt); color: #fff; }
.product-badge { color: #fff; }
.filter-options input:checked + span { background: var(--volt); color: #fff; }
.filter-submit, .catalog-result-bar button { background: var(--volt); color: #fff; }

.site-footer { border-top: 1px solid var(--brand-surface-strong); background: #fff; color: var(--ink); }
.footer-newsletter { border-color: var(--brand-surface-strong); background: var(--brand-surface); }
.newsletter-grid h2 { color: var(--ink); }
.newsletter-grid > div:last-child > p { color: var(--ink-muted); }
.newsletter-grid form { border-color: var(--bone-line); }
.newsletter-grid input { color: var(--ink); }
.newsletter-grid input::placeholder { color: rgba(6,37,74,.38); }
.footer-copy, .site-footer address, .footer-grid nav a { color: var(--ink-muted); }
.footer-tagline, .footer-grid nav h2 { color: rgba(6,37,74,.48); }
.footer-bottom { border-color: var(--brand-surface-strong); color: rgba(6,37,74,.5); }
.footer-credit a { color: rgba(6,37,74,.78); }

@media (max-width: 767px) {
    .brand img { width: auto; height: 2.8rem; max-width: 6.5rem; }
}
