:root {
    --ink: #161817;
    --ink-soft: #323734;
    --muted: #66716d;
    --paper: #f4f5f0;
    --surface: #ffffff;
    --surface-2: #ecefe8;
    --line: #d8ded6;
    --green: #16784f;
    --green-dark: #0e5c3b;
    --gold: #d9a72b;
    --steel: #385c66;
    --clay: #a64c37;
    --shadow: 0 20px 60px rgba(22, 24, 23, .13);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

[hidden] {
    display: none !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(216, 222, 214, .9);
    background: rgba(244, 245, 240, .96);
    backdrop-filter: blur(18px);
}

.topbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .42rem clamp(1rem, 3vw, 2.5rem);
    background: var(--ink);
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
}

.topbar a {
    color: #fff;
    font-weight: 800;
}

.nav-shell {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: .78rem clamp(1rem, 3vw, 2.5rem);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-width: 12rem;
    font-weight: 950;
}

.brand img {
    width: 46px;
    height: 34px;
    object-fit: contain;
}

.desktop-nav {
    display: flex;
    justify-content: center;
    gap: clamp(.55rem, 1.5vw, 1.35rem);
    color: var(--ink-soft);
    font-size: .9rem;
    font-weight: 850;
}

.desktop-nav a {
    padding: .42rem .1rem;
    border-bottom: 2px solid transparent;
}

.desktop-nav a:hover {
    border-color: var(--green);
    color: var(--green-dark);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.search-form {
    display: flex;
    width: min(22vw, 17rem);
    min-width: 13rem;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.search-form input,
.large-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: .72rem .82rem;
    background: transparent;
    color: var(--ink);
}

.search-form button {
    border: 0;
    border-left: 1px solid var(--line);
    background: var(--surface-2);
    padding: 0 .85rem;
    color: var(--ink-soft);
    font-weight: 850;
    cursor: pointer;
}

.mobile-nav {
    display: none;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.72rem;
    padding: .78rem 1rem;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--green);
    color: #fff;
    box-shadow: 0 12px 30px rgba(22, 120, 79, .22);
}

.button-primary:hover {
    background: var(--green-dark);
}

.button-secondary {
    border-color: var(--line);
    background: #fff;
    color: var(--ink);
}

.button-light-solid {
    background: rgba(255, 255, 255, .94);
    color: var(--ink);
}

.home-hero {
    min-height: min(760px, calc(100vh - 6.5rem));
    display: flex;
    align-items: center;
    padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.home-hero-inner {
    max-width: 880px;
}

.home-hero .eyebrow {
    color: var(--gold);
}

.home-hero h1 {
    max-width: 860px;
    margin: .35rem 0 1rem;
    font-size: clamp(2.6rem, 6.4vw, 6.6rem);
    line-height: .92;
    letter-spacing: 0;
}

.home-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.hero-search {
    display: flex;
    max-width: 710px;
    margin-top: 1.55rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
}

.hero-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 1rem 1.05rem;
    color: var(--ink);
}

.hero-search button {
    border: 0;
    background: var(--green);
    color: #fff;
    padding: 0 1.2rem;
    font-weight: 950;
    cursor: pointer;
}

.hero-trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.25rem;
}

.hero-trust-line span {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    padding: .44rem .72rem;
    color: rgba(255, 255, 255, .84);
    font-size: .86rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.intent-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--surface);
    border-block: 1px solid var(--line);
}

.intent-panel div {
    min-height: 11rem;
    border-right: 1px solid var(--line);
    padding: clamp(1.1rem, 3vw, 1.7rem);
}

.intent-panel div:last-child {
    border-right: 0;
}

.intent-panel span,
.solution-card > span {
    display: inline-block;
    color: var(--green);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
}

.intent-panel strong {
    display: block;
    max-width: 22rem;
    margin: .5rem 0;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    line-height: 1.12;
}

.intent-panel p {
    margin: 0;
    color: var(--muted);
}

.seo-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, .46fr);
    gap: clamp(1.6rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.seo-intro-copy h2,
.industries-section h2,
.service-area h2,
.final-cta h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.7vw, 3.45rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.seo-intro-copy p,
.industries-section p,
.service-area p {
    max-width: 820px;
    color: var(--muted);
    font-size: 1.05rem;
}

.seo-proof {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    padding: 1.15rem;
}

.seo-proof strong {
    display: block;
    margin-bottom: .8rem;
    font-size: 1.05rem;
}

.seo-proof ul {
    display: grid;
    gap: .65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-proof li {
    position: relative;
    padding-left: 1.25rem;
    color: var(--ink-soft);
    font-weight: 800;
}

.seo-proof li::before {
    content: "";
    position: absolute;
    top: .55rem;
    left: 0;
    width: .55rem;
    height: .55rem;
    border-radius: 99px;
    background: var(--gold);
}

.solutions-section {
    background: var(--ink);
    color: #fff;
}

.wide-heading {
    max-width: 980px;
}

.solutions-section .section-heading p,
.solutions-section .section-heading .eyebrow {
    color: rgba(255, 255, 255, .72);
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--radius);
    overflow: hidden;
}

.solution-card {
    display: grid;
    align-content: start;
    gap: .8rem;
    min-height: 25rem;
    padding: clamp(1.1rem, 2.3vw, 1.55rem);
    border-right: 1px solid rgba(255, 255, 255, .14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
        #151817;
}

.solution-card:last-child {
    border-right: 0;
}

.solution-card h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    line-height: 1.08;
}

.solution-card p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.solution-card div {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: auto;
}

.solution-card em {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    padding: .32rem .55rem;
    color: rgba(255, 255, 255, .78);
    font-size: .76rem;
    font-style: normal;
    font-weight: 850;
}

.industries-section,
.service-area {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(20rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: var(--paper);
}

.industry-list,
.area-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.industry-list span,
.area-grid span {
    min-height: 4.2rem;
    display: flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: .9rem 1rem;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(22, 24, 23, .04);
}

.service-area {
    background: #fff;
    border-block: 1px solid var(--line);
}

.faq-section {
    background: var(--surface-2);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.faq-grid details {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 1rem 1.05rem;
}

.faq-grid summary {
    cursor: pointer;
    font-weight: 950;
}

.faq-grid p {
    margin: .8rem 0 0;
    color: var(--muted);
}

.final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    padding: clamp(2.4rem, 5vw, 4.3rem) clamp(1rem, 4vw, 4rem);
    background: var(--green-dark);
    color: #fff;
}

.final-cta .eyebrow {
    color: var(--gold);
}

.final-cta h2 {
    max-width: 820px;
    margin-bottom: 0;
}

.final-cta .button-primary {
    background: #fff;
    color: var(--green-dark);
}

.command-hero {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(20rem, .82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    min-height: calc(100vh - 7.2rem);
    padding: clamp(3rem, 7vw, 6.4rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background:
        linear-gradient(135deg, rgba(244, 245, 240, .96), rgba(244, 245, 240, .82)),
        radial-gradient(circle at 18% 22%, rgba(217, 167, 43, .18), transparent 28%),
        linear-gradient(125deg, #f4f5f0, #e7ebe3);
}

.hero-copy {
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 .5rem;
    color: var(--clay);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1,
.page-title-band h1,
.product-summary h1,
.article-detail h1 {
    margin: .3rem 0 1rem;
    font-size: clamp(2.35rem, 5.4vw, 5.35rem);
    line-height: .97;
    letter-spacing: 0;
}

.hero-copy p {
    max-width: 650px;
    color: var(--ink-soft);
    font-size: clamp(1.04rem, 1.6vw, 1.3rem);
}

.hero-actions,
.card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.35rem;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin: clamp(1.6rem, 3vw, 2.2rem) 0 0;
}

.hero-metrics div {
    border-top: 3px solid var(--ink);
    padding-top: .7rem;
}

.hero-metrics dt {
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 950;
    line-height: 1;
}

.hero-metrics dd {
    margin: .25rem 0 0;
    color: var(--muted);
    font-size: .9rem;
    font-weight: 750;
}

.hero-visual {
    position: relative;
    min-height: 32rem;
    overflow: hidden;
    border-radius: var(--radius);
    background: #c9d3ce;
    box-shadow: var(--shadow);
}

.hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 32rem;
    object-fit: cover;
}

.supply-board,
.product-quote-panel {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    max-width: 19rem;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: var(--radius);
    background: rgba(22, 24, 23, .88);
    color: #fff;
    padding: 1rem;
    backdrop-filter: blur(14px);
}

.supply-board span,
.product-quote-panel span {
    display: block;
    color: var(--gold);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.supply-board strong,
.product-quote-panel strong {
    display: block;
    margin-top: .35rem;
    line-height: 1.2;
}

.decision-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: var(--surface);
}

.decision-strip a {
    display: grid;
    gap: .28rem;
    min-height: 9rem;
    padding: clamp(1rem, 3vw, 1.6rem);
    border-right: 1px solid var(--line);
}

.decision-strip a:last-child {
    border-right: 0;
}

.decision-strip span {
    color: var(--green);
    font-size: .8rem;
    font-weight: 950;
}

.decision-strip strong {
    font-size: 1.22rem;
    line-height: 1.1;
}

.decision-strip em {
    color: var(--muted);
    font-style: normal;
    font-weight: 700;
}

.section {
    padding: clamp(3.4rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
}

.systems-section {
    background: var(--ink);
    color: #fff;
}

.systems-section .section-heading p {
    color: rgba(255, 255, 255, .68);
}

.section-heading {
    display: grid;
    gap: .4rem;
    max-width: 820px;
    margin-bottom: 1.7rem;
}

.section-heading h2,
.workflow-band h2,
.two-column h2,
.catalog-toolbar h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.section-heading p,
.workflow-band p,
.two-column p {
    margin: 0;
    color: var(--muted);
    font-size: 1.03rem;
}

.system-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(10rem, 1fr));
    gap: .8rem;
    overflow-x: auto;
    padding-bottom: .6rem;
    scroll-snap-type: x proximity;
}

.system-panel {
    position: relative;
    display: flex;
    min-height: 18rem;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius);
    background: #101211;
    color: #fff;
    padding: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    scroll-snap-align: start;
}

.system-panel img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .58;
    transition: transform .25s ease, opacity .25s ease;
}

.system-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(8, 10, 10, .94), rgba(8, 10, 10, .18));
}

.system-panel:hover img {
    transform: scale(1.04);
    opacity: .75;
}

.system-panel span {
    font-size: 1.12rem;
    font-weight: 950;
    line-height: 1.1;
}

.system-panel p {
    margin: .5rem 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
}

.product-showcase,
.product-notes {
    background: var(--surface-2);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13.25rem, 1fr));
    gap: .72rem;
}

.product-grid.dense {
    grid-template-columns: repeat(auto-fill, minmax(12.25rem, 1fr));
}

.product-grid.compact {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}

.product-card,
.article-card,
.info-panel,
.empty-state {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 10px 30px rgba(22, 24, 23, .06);
}

.product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    overflow: hidden;
}

.product-image {
    display: grid;
    height: clamp(8.5rem, 11vw, 10.5rem);
    place-items: center;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(180deg, #fff, #f5f8fb);
    padding: .62rem;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-card-body {
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    gap: .48rem;
    padding: .72rem;
}

.product-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    color: var(--muted);
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-meta-row strong {
    color: var(--green-dark);
    white-space: nowrap;
}

.product-card h3 {
    margin: 0;
    font-size: .94rem;
    line-height: 1.16;
}

.product-card p,
.article-card p,
.info-panel p,
.article-body p {
    margin: 0;
    color: var(--muted);
}

.product-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .82rem;
    line-height: 1.36;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: .32rem;
    max-height: 1.55rem;
    overflow: hidden;
}

.tag-row span {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #f7f8f5;
    padding: .18rem .43rem;
    color: var(--ink-soft);
    font-size: .66rem;
    font-weight: 850;
}

.tag-row.large {
    margin: .8rem 0;
    max-height: none;
}

.card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem;
    margin-top: .1rem;
}

.card-actions .button {
    min-height: 2.15rem;
    padding: .52rem .48rem;
    font-size: .78rem;
    white-space: nowrap;
}

.workflow-band {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(22rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background: #fff;
    border-block: 1px solid var(--line);
}

.split-band {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(18rem, .72fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background: var(--ink);
    color: #fff;
}

.split-band p {
    color: rgba(255, 255, 255, .72);
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.workflow-grid span {
    display: grid;
    min-height: 6.5rem;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    color: var(--ink);
    font-size: 1rem;
    font-weight: 950;
}

.page-hero {
    display: flex;
    align-items: end;
    min-height: 43vh;
    padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.page-hero > div,
.page-title-band {
    max-width: 860px;
}

.page-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, .78);
    font-size: 1.1rem;
}

.page-title-band {
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem) 2rem;
}

.page-title-band p {
    color: var(--muted);
    font-size: 1.08rem;
}

.catalog-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-bar {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    margin-bottom: 1.2rem;
    padding-bottom: .35rem;
}

.filter-bar button {
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    padding: .62rem .9rem;
    color: var(--ink-soft);
    font-weight: 850;
    cursor: pointer;
}

.filter-bar button.is-active {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}

.epoxy-page-hero {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(18rem, .36fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
    min-height: min(660px, calc(100vh - 4.25rem));
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.epoxy-page-hero h1 {
    max-width: 980px;
    margin: .4rem 0 1rem;
    font-size: clamp(2.55rem, 4.7vw, 5rem);
    line-height: .98;
    letter-spacing: 0;
}

.epoxy-page-hero p {
    max-width: 780px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.epoxy-hero-panel {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    background: rgba(6, 23, 45, .88);
    padding: 1rem;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
}

.epoxy-hero-panel span,
.epoxy-hero-panel dt {
    color: var(--gold);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.epoxy-hero-panel strong {
    display: block;
    margin-top: .45rem;
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.16;
}

.epoxy-hero-panel dl {
    display: grid;
    gap: .65rem;
    margin: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 1rem;
}

.epoxy-hero-panel div {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: .7rem;
}

.epoxy-hero-panel dd {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 850;
}

.epoxy-project-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: #fff;
}

.epoxy-project-strip article {
    min-height: 8.2rem;
    border-right: 1px solid var(--line);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.epoxy-project-strip article:last-child {
    border-right: 0;
}

.epoxy-project-strip strong,
.epoxy-project-strip span {
    display: block;
}

.epoxy-project-strip strong {
    color: #06172d;
    font-size: 1.08rem;
    line-height: 1.12;
}

.epoxy-project-strip span {
    margin-top: .5rem;
    color: var(--muted);
    font-weight: 750;
    line-height: 1.42;
}

.epoxy-product-section {
    background: #f4f8fc;
}

.epoxy-product-section .catalog-toolbar {
    align-items: center;
}

.epoxy-product-section .catalog-toolbar h2 {
    max-width: 1080px;
}

.epoxy-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
}

.epoxy-product-grid .product-card {
    background: #fff;
}

.epoxy-product-grid .product-image {
    height: clamp(10.75rem, 12vw, 13rem);
    overflow: hidden;
    padding: 1rem;
}

.epoxy-product-grid .product-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.epoxy-product-grid .product-card-body {
    grid-template-rows: auto auto auto auto auto;
    height: 100%;
}

.epoxy-product-grid .product-meta-row {
    min-height: 2.15rem;
    align-items: start;
}

.epoxy-product-grid .product-meta-row span {
    line-height: 1.18;
}

.epoxy-product-grid .product-card h3 {
    display: block;
    min-height: 0;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.epoxy-product-grid .product-card p {
    display: block;
    min-height: 0;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.epoxy-product-grid .tag-row {
    min-height: 0;
    max-height: none;
    overflow: visible;
}

.epoxy-product-grid .card-actions {
    align-self: end;
    margin-top: .35rem;
}

.epoxy-guide-section {
    display: grid;
    grid-template-columns: minmax(0, .62fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.epoxy-guide-section h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    line-height: 1.04;
}

.epoxy-guide-section p {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.04rem;
}

.epoxy-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
}

.epoxy-step-grid article {
    min-height: 10rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8fbff;
    padding: 1rem;
}

.epoxy-step-grid strong,
.epoxy-step-grid span {
    display: block;
}

.epoxy-step-grid strong {
    color: #06172d;
    line-height: 1.12;
}

.epoxy-step-grid span {
    margin-top: .6rem;
    color: var(--muted);
    font-size: .92rem;
}

.epoxy-final-cta {
    background: #06172d;
}

.protective-page-hero {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(18rem, .36fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
    min-height: min(640px, calc(100vh - 4.25rem));
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.protective-page-hero h1 {
    max-width: 960px;
    margin: .4rem 0 1rem;
    font-size: clamp(2.5rem, 4.5vw, 4.8rem);
    line-height: .98;
    letter-spacing: 0;
}

.protective-page-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.protective-hero-panel {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    background: rgba(6, 23, 45, .88);
    padding: 1rem;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
}

.protective-hero-panel span,
.protective-hero-panel dt {
    color: var(--gold);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.protective-hero-panel strong {
    display: block;
    margin-top: .45rem;
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.16;
}

.protective-hero-panel dl {
    display: grid;
    gap: .65rem;
    margin: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 1rem;
}

.protective-hero-panel div {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: .7rem;
}

.protective-hero-panel dd {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 850;
}

.protective-use-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: #fff;
}

.protective-use-strip article {
    min-height: 8rem;
    border-right: 1px solid var(--line);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.protective-use-strip article:last-child {
    border-right: 0;
}

.protective-use-strip strong,
.protective-use-strip span {
    display: block;
}

.protective-use-strip strong {
    color: #06172d;
    font-size: 1.08rem;
    line-height: 1.12;
}

.protective-use-strip span {
    margin-top: .5rem;
    color: var(--muted);
    font-weight: 750;
    line-height: 1.42;
}

.protective-product-section {
    background: #f4f8fc;
}

.protective-product-section .catalog-toolbar {
    align-items: center;
}

.protective-product-section .catalog-toolbar h2 {
    max-width: 1080px;
}

.protective-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.protective-product-grid .product-card {
    background: #fff;
}

.protective-product-grid .product-image {
    height: clamp(12rem, 15vw, 15rem);
    overflow: hidden;
    padding: 1.1rem;
}

.protective-product-grid .product-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.protective-product-grid .product-card-body {
    grid-template-rows: auto auto auto auto auto;
    height: 100%;
}

.protective-product-grid .product-card h3 {
    min-height: 2.4rem;
}

.protective-product-grid .product-card p {
    display: block;
    min-height: 0;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.protective-product-grid .tag-row {
    min-height: 0;
    max-height: none;
    overflow: visible;
}

.protective-product-grid .card-actions {
    align-self: end;
    margin-top: .35rem;
}

.protective-guide-section {
    display: grid;
    grid-template-columns: minmax(0, .62fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.protective-guide-section h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    line-height: 1.04;
}

.protective-guide-section p {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.04rem;
}

.protective-note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
}

.protective-note-grid article {
    min-height: 10rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8fbff;
    padding: 1rem;
}

.protective-note-grid strong,
.protective-note-grid span {
    display: block;
}

.protective-note-grid strong {
    color: #06172d;
    line-height: 1.12;
}

.protective-note-grid span {
    margin-top: .6rem;
    color: var(--muted);
    font-size: .92rem;
}

.protective-final-cta {
    background: #06172d;
}

@media (max-width: 1180px) {
    .epoxy-page-hero,
    .epoxy-guide-section,
    .protective-page-hero,
    .protective-guide-section {
        grid-template-columns: 1fr;
    }

    .epoxy-product-grid,
    .protective-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
    }

    .epoxy-product-grid .product-image,
    .protective-product-grid .product-image {
        height: 10.5rem;
    }

    .epoxy-step-grid,
    .protective-note-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .epoxy-page-hero,
    .protective-page-hero {
        min-height: auto;
        padding: 3rem 1rem;
    }

    .epoxy-page-hero h1,
    .protective-page-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .epoxy-project-strip,
    .epoxy-step-grid,
    .protective-use-strip,
    .protective-note-grid {
        grid-template-columns: 1fr;
    }

    .epoxy-project-strip article,
    .protective-use-strip article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .epoxy-project-strip article:last-child,
    .protective-use-strip article:last-child {
        border-bottom: 0;
    }

    .epoxy-product-grid .product-card-body,
    .protective-product-grid .product-card-body {
        grid-template-rows: auto auto auto auto auto;
    }

    .epoxy-product-grid .product-meta-row,
    .epoxy-product-grid .product-card h3,
    .epoxy-product-grid .product-card p,
    .epoxy-product-grid .tag-row,
    .protective-product-grid .product-card h3,
    .protective-product-grid .product-card p,
    .protective-product-grid .tag-row {
        min-height: 0;
    }
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(22rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem);
    background:
        linear-gradient(130deg, rgba(255, 255, 255, .96), rgba(236, 239, 232, .92)),
        radial-gradient(circle at 90% 12%, rgba(56, 92, 102, .18), transparent 30%);
}

.product-summary p {
    color: var(--muted);
    font-size: 1.06rem;
}

.product-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, #fff, #f4f8fc);
    box-shadow: var(--shadow);
}

.product-media img {
    width: 100%;
    height: clamp(23rem, 40vw, 33rem);
    object-fit: contain;
    object-position: center;
    padding: clamp(.8rem, 2vw, 1.4rem);
}

.spec-list {
    display: grid;
    gap: .55rem;
    margin: 1.2rem 0;
}

.spec-list div {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: .65rem;
}

.spec-list dt {
    color: var(--muted);
    font-weight: 850;
}

.spec-list dd {
    margin: 0;
    font-weight: 900;
}

.product-conversion-hero {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(22rem, .62fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(2.4rem, 5.5vw, 5.6rem) clamp(1rem, 4vw, 4rem);
    background:
        linear-gradient(130deg, rgba(255, 255, 255, .98), rgba(238, 244, 248, .94)),
        radial-gradient(circle at 88% 16%, rgba(246, 184, 15, .18), transparent 28%);
}

.product-hero-copy h1 {
    max-width: 980px;
    margin: .3rem 0 1rem;
    color: #06172d;
    font-size: clamp(2.35rem, 5vw, 5rem);
    line-height: .98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.product-hero-copy p {
    max-width: 760px;
    color: var(--muted);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.product-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    margin-top: 1.1rem;
}

.product-hero-tags span {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    padding: .34rem .62rem;
    color: #06172d;
    font-size: .78rem;
    font-weight: 900;
}

.product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.35rem;
}

.product-purchase-panel {
    display: grid;
    gap: .85rem;
}

.product-photo-frame {
    display: grid;
    min-height: clamp(22rem, 38vw, 34rem);
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, #fff, #f4f8fc);
    padding: clamp(1rem, 2.4vw, 1.7rem);
    box-shadow: var(--shadow);
}

.product-photo-frame img {
    width: 100%;
    max-height: 31rem;
    object-fit: contain;
}

.product-buy-box {
    display: grid;
    gap: .55rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #06172d;
    color: #fff;
    padding: 1rem;
    box-shadow: 0 18px 44px rgba(6, 23, 45, .16);
}

.product-buy-box span {
    color: var(--gold);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-buy-box strong {
    font-size: clamp(1.55rem, 2.4vw, 2.4rem);
    line-height: 1;
}

.product-buy-box p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: .95rem;
}

.product-confidence-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: #fff;
}

.product-confidence-strip article {
    min-height: 8rem;
    border-right: 1px solid var(--line);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.product-confidence-strip article:last-child {
    border-right: 0;
}

.product-confidence-strip strong,
.product-confidence-strip span {
    display: block;
}

.product-confidence-strip strong {
    color: #06172d;
    font-size: 1.05rem;
    line-height: 1.12;
}

.product-confidence-strip span {
    margin-top: .48rem;
    color: var(--muted);
    font-weight: 750;
    line-height: 1.42;
}

.product-fit-section,
.product-seo-section {
    display: grid;
    grid-template-columns: minmax(0, .58fr) minmax(0, .86fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.product-fit-section h2,
.product-spec-section h2,
.product-seo-section h2 {
    margin: 0 0 .8rem;
    color: #06172d;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
}

.product-fit-section p,
.product-seo-copy p {
    color: var(--muted);
    font-size: 1.04rem;
}

.product-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.product-fit-grid article {
    min-height: 6.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8fbff;
    padding: 1rem;
    color: #06172d;
    font-weight: 900;
    line-height: 1.2;
}

.product-spec-section {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(20rem, .62fr);
    gap: .85rem;
    background: #eef4f8;
}

.product-spec-card,
.product-order-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: clamp(1rem, 2.5vw, 1.5rem);
    box-shadow: 0 16px 36px rgba(6, 23, 45, .08);
}

.product-spec-card ul,
.product-order-card ul {
    display: grid;
    gap: .55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-spec-card li,
.product-order-card li {
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #f8fbff;
    padding: .72rem .82rem;
    color: #06172d;
    font-weight: 850;
    line-height: 1.25;
}

.product-order-card .button {
    margin-top: 1rem;
}

.product-seo-copy {
    display: grid;
    gap: 1rem;
}

.product-seo-copy p {
    margin: 0;
}

.product-related-section {
    background: #f4f8fc;
}

.two-column {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(18rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
}

.check-list {
    display: grid;
    gap: .65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: .9rem 1rem .9rem 2.35rem;
    font-weight: 800;
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 1.18rem;
    left: .95rem;
    width: .62rem;
    height: .62rem;
    border-radius: 99px;
    background: var(--gold);
}

.article-grid,
.info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .95rem;
}

.article-card,
.info-panel,
.empty-state {
    padding: 1.15rem;
}

.article-card img {
    width: 100%;
    aspect-ratio: 1.7 / 1;
    border-radius: 6px;
    object-fit: cover;
    background: #dfe6ee;
}

.article-card time,
.article-detail time {
    color: var(--clay);
    font-size: .8rem;
    font-weight: 950;
}

.article-card h2,
.article-card h3,
.info-panel h2 {
    margin: .42rem 0;
    line-height: 1.15;
}

.article-card > a {
    color: var(--green);
    font-weight: 950;
}

.article-detail {
    max-width: 880px;
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
}

.article-detail .lead {
    color: var(--muted);
    font-size: 1.2rem;
}

.article-hero-image {
    width: 100%;
    max-height: 32rem;
    margin-top: 1.2rem;
    border-radius: var(--radius);
    object-fit: cover;
    background: #dfe6ee;
    box-shadow: var(--shadow);
}

.article-body {
    display: grid;
    gap: 1rem;
    margin: 2rem 0;
    border-block: 1px solid var(--line);
    padding: 1.5rem 0;
}

.admin-shell {
    min-height: 70vh;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background: #f4f8fc;
}

.admin-login-shell {
    display: grid;
    place-items: center;
}

.admin-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-heading-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.admin-heading h1,
.admin-panel h1,
.admin-panel h2 {
    margin: .35rem 0 .6rem;
    line-height: 1.05;
}

.admin-heading p,
.admin-panel p {
    max-width: 720px;
    color: var(--muted);
}

.admin-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .42fr);
    gap: 1rem;
    align-items: start;
}

.admin-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: clamp(1rem, 2.5vw, 1.4rem);
    box-shadow: 0 14px 34px rgba(6, 23, 45, .06);
}

.admin-panel.narrow {
    width: min(100%, 34rem);
}

.admin-form {
    display: grid;
    gap: .9rem;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.admin-form label,
.admin-form span,
.admin-form em {
    display: block;
}

.admin-form span {
    margin-bottom: .35rem;
    color: #06172d;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #bfcedd;
    border-radius: 8px;
    background: #fff;
    color: #06172d;
    padding: .78rem .85rem;
    font: inherit;
}

.admin-form input[readonly] {
    background: #f4f8fc;
    color: var(--muted);
}

.admin-form textarea {
    resize: vertical;
}

.admin-link-tools {
    display: grid;
    grid-template-columns: minmax(9rem, 1fr) minmax(10rem, 1.2fr) minmax(10rem, .9fr) auto;
    gap: .45rem;
    margin-bottom: .55rem;
}

.admin-link-tools .button {
    min-height: 2.85rem;
    padding-inline: .85rem;
    white-space: nowrap;
}

.admin-form em {
    margin-top: .35rem;
    color: #b42318;
    font-size: .82rem;
    font-style: normal;
    font-weight: 850;
}

.admin-post-list {
    display: grid;
    gap: .65rem;
}

.admin-post-list article {
    display: grid;
    gap: .25rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
    padding: .8rem;
}

.admin-post-list span {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-post-list strong {
    color: #06172d;
    line-height: 1.18;
}

.admin-post-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .3rem;
}

.admin-post-actions a {
    border: 1px solid #bfcedd;
    border-radius: 999px;
    background: #fff;
    padding: .32rem .58rem;
    color: #0b5fac;
    font-size: .78rem;
    font-weight: 950;
}

.article-body a {
    color: #0b5fac;
    font-weight: 950;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.large-search {
    display: flex;
    gap: .7rem;
    max-width: 700px;
    margin-top: 1.3rem;
}

.large-search input {
    min-height: 3.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.contact-stack {
    display: grid;
    gap: .75rem;
}

.contact-link {
    display: block;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    padding: 1rem;
    color: #fff;
    font-weight: 950;
}

.site-footer {
    background: #fff;
    border-top: 1px solid var(--line);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 1.4rem;
    padding: clamp(2.4rem, 5vw, 4rem) clamp(1rem, 4vw, 4rem);
}

.footer-grid h2,
.footer-grid h3 {
    margin: 0 0 .8rem;
}

.footer-grid p {
    color: var(--muted);
}

.footer-grid a {
    display: block;
    margin: .38rem 0;
    color: var(--muted);
    font-weight: 800;
}

.footer-grid a:hover {
    color: var(--green-dark);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--line);
    padding: 1rem clamp(1rem, 4vw, 4rem);
    color: var(--muted);
    font-size: .9rem;
}

.footer-bottom a {
    color: var(--green-dark);
    font-weight: 950;
}

.mobile-action-bar {
    display: none;
}

@media (max-width: 1180px) {
    .desktop-nav,
    .nav-actions {
        display: none;
    }

    .nav-shell {
        grid-template-columns: auto 1fr;
    }

    .mobile-nav {
        display: block;
        justify-self: end;
    }

    .mobile-nav summary {
        cursor: pointer;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        padding: .62rem .86rem;
        font-weight: 900;
        list-style: none;
    }

    .mobile-nav nav {
        position: absolute;
        top: calc(100% - .35rem);
        right: 1rem;
        display: grid;
        min-width: 16rem;
        gap: .2rem;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: #fff;
        padding: .7rem;
        box-shadow: var(--shadow);
    }

    .mobile-nav nav a {
        border-radius: 6px;
        padding: .74rem;
        font-weight: 850;
    }

    .command-hero,
    .product-detail,
    .product-conversion-hero,
    .product-fit-section,
    .product-spec-section,
    .product-seo-section,
    .seo-intro,
    .industries-section,
    .service-area {
        grid-template-columns: 1fr;
    }

    .solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-card:nth-child(2) {
        border-right: 0;
    }

    .solution-card:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .hero-visual {
        min-height: 24rem;
    }

    .hero-visual img {
        min-height: 24rem;
    }

    .product-media img {
        height: clamp(20rem, 52vw, 28rem);
        min-height: 0;
    }

    .product-grid,
    .product-grid.compact {
        grid-template-columns: repeat(auto-fill, minmax(11.75rem, 1fr));
    }

    .product-grid.dense {
        grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
    }

    .article-grid,
    .info-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-blog-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: 4.2rem;
    }

    .topbar {
        display: grid;
        gap: .2rem;
        font-size: .78rem;
    }

    .brand {
        min-width: 0;
    }

    .brand span {
        max-width: 9.5rem;
        line-height: 1.05;
    }

    .nav-shell {
        padding: .7rem 1rem;
    }

    .home-hero {
        min-height: auto;
        padding-top: 3rem;
        padding-bottom: 3.2rem;
    }

    .home-hero h1 {
        font-size: clamp(2.45rem, 13vw, 3.8rem);
    }

    .hero-search {
        display: grid;
    }

    .hero-search button {
        min-height: 3.1rem;
    }

    .command-hero {
        min-height: auto;
        padding-top: 2.2rem;
    }

    .hero-copy h1,
    .page-hero h1,
    .page-title-band h1,
    .product-summary h1,
    .article-detail h1 {
        font-size: clamp(2.15rem, 12vw, 3.35rem);
    }

    .hero-actions,
    .large-search,
    .catalog-toolbar,
    .footer-bottom,
    .final-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .button,
    .product-hero-actions .button,
    .large-search .button,
    .final-cta .button {
        width: 100%;
    }

    .hero-metrics,
    .product-confidence-strip,
    .decision-strip,
    .intent-panel,
    .solution-grid,
    .product-fit-grid,
    .product-grid,
    .product-grid.compact,
    .article-grid,
    .info-grid,
    .faq-grid,
    .industry-list,
    .area-grid,
    .two-column,
    .workflow-band,
    .split-band,
    .workflow-grid,
    .footer-grid,
    .admin-form-grid,
    .admin-link-tools {
        grid-template-columns: 1fr;
    }

    .admin-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .product-conversion-hero {
        padding: 2.5rem 1rem;
    }

    .product-hero-copy h1 {
        font-size: clamp(2rem, 10.4vw, 3.05rem);
        line-height: 1.02;
    }

    .product-photo-frame {
        min-height: 18rem;
    }

    .product-confidence-strip article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .product-confidence-strip article:last-child {
        border-bottom: 0;
    }

    .intent-panel div,
    .decision-strip a {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .intent-panel div:last-child,
    .decision-strip a:last-child {
        border-bottom: 0;
    }

    .solution-card,
    .solution-card:nth-child(2),
    .solution-card:nth-child(-n + 2) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .solution-card:last-child {
        border-bottom: 0;
    }

    .system-grid {
        grid-template-columns: repeat(7, minmax(15rem, 78vw));
        margin-inline: -1rem;
        padding-inline: 1rem;
    }

    .system-panel {
        min-height: 15rem;
    }

    .product-card {
        grid-template-columns: 6.8rem 1fr;
        grid-template-rows: auto;
    }

    .product-image {
        aspect-ratio: auto;
        height: 100%;
        min-height: 9.25rem;
        padding: .5rem;
    }

    .product-card-body {
        gap: .4rem;
        padding: .68rem;
    }

    .card-actions {
        grid-template-columns: 1fr;
    }

    .seo-proof,
    .faq-grid details {
        padding: .95rem;
    }

    .product-media img {
        height: 19rem;
        min-height: 0;
    }

    .supply-board,
    .product-quote-panel {
        position: static;
        max-width: none;
        border-radius: 0;
        background: var(--ink);
    }

    .spec-list div {
        grid-template-columns: 1fr;
        gap: .15rem;
    }

    .mobile-action-bar {
        position: fixed;
        right: .75rem;
        bottom: .75rem;
        left: .75rem;
        z-index: 60;
        display: grid;
        grid-template-columns: 1fr .78fr 1.15fr;
        gap: .45rem;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: var(--radius);
        background: rgba(22, 24, 23, .94);
        padding: .45rem;
        box-shadow: var(--shadow);
        backdrop-filter: blur(18px);
    }

    .mobile-action-bar a {
        display: grid;
        min-height: 2.75rem;
        place-items: center;
        border-radius: 6px;
        color: #fff;
        font-size: .86rem;
        font-weight: 950;
    }

    .mobile-action-primary {
        background: var(--green);
    }
}

@media (max-width: 430px) {
    .product-card {
        grid-template-columns: 1fr;
    }

    .product-image {
        height: 8.75rem;
        min-height: 0;
    }
}

:root {
    --ink: #081426;
    --ink-soft: #26364b;
    --muted: #667388;
    --paper: #f4f6f8;
    --surface-2: #eef2f5;
    --line: #d7dee7;
    --green: #f6b80f;
    --green-dark: #d99a05;
    --gold: #ffbc19;
    --steel: #23445c;
    --clay: #b7682d;
    --shadow: 0 22px 70px rgba(8, 20, 38, .16);
}

.site-header {
    border-bottom-color: rgba(255, 255, 255, .1);
    background: rgba(5, 14, 28, .96);
    color: #fff;
}

.topbar {
    align-items: center;
    background: #061225;
    color: rgba(255, 255, 255, .78);
    font-size: .72rem;
    font-weight: 800;
}

.topbar b {
    color: rgba(255, 255, 255, .32);
    font-weight: 800;
}

.topbar div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .9rem;
}

.nav-shell {
    min-height: 3.8rem;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.brand {
    min-width: 13.5rem;
    color: #fff;
    font-size: .82rem;
    line-height: 1;
    text-transform: uppercase;
}

.brand img {
    width: 48px;
    height: 32px;
}

.desktop-nav {
    gap: clamp(.65rem, 1.2vw, 1.05rem);
    color: rgba(255, 255, 255, .82);
    font-size: .7rem;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.nav-actions .button {
    min-height: 2.35rem;
    padding: .62rem .95rem;
    font-size: .86rem;
}

.desktop-nav a:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.button-primary {
    background: var(--gold);
    color: #071426;
    box-shadow: 0 14px 34px rgba(255, 188, 25, .22);
}

.button-primary:hover {
    background: #ffd15a;
}

.button-secondary {
    border-color: #9aa8b8;
}

.button-outline-light {
    border-color: rgba(255, 255, 255, .7);
    color: #fff;
    background: rgba(255, 255, 255, .03);
}

.button-outline-light:hover {
    background: rgba(255, 255, 255, .12);
}

.homepage-hero {
    position: relative;
    display: grid;
    align-content: end;
    min-height: min(640px, calc(100vh - 3.8rem));
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.homepage-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, .76fr) minmax(17rem, .24fr);
    align-items: end;
    gap: clamp(1.25rem, 3vw, 3rem);
    width: min(100%, 1260px);
    margin: 0 auto;
    padding: clamp(2.8rem, 5vw, 4.8rem) clamp(1rem, 4vw, 3rem) 1.35rem;
}

.homepage-hero-copy {
    max-width: 760px;
}

.homepage-hero .eyebrow,
.homepage-applications .eyebrow,
.homepage-system-tile span,
.homepage-products-feature .eyebrow,
.homepage-resources .eyebrow,
.homepage-final-cta span {
    color: var(--gold);
}

.homepage-hero h1 {
    max-width: 780px;
    margin: .4rem 0 .85rem;
    font-size: clamp(2.45rem, 4vw, 4.25rem);
    line-height: .98;
    letter-spacing: 0;
}

.homepage-hero p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(.96rem, 1vw, 1.05rem);
    font-weight: 600;
}

.homepage-location-card {
    justify-self: end;
    width: min(100%, 17rem);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    background: rgba(4, 13, 26, .88);
    padding: .95rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    backdrop-filter: blur(18px);
}

.homepage-location-card span {
    display: block;
    color: #fff;
    font-size: .82rem;
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
}

.homepage-location-card p {
    margin: .6rem 0 .85rem;
    font-size: .82rem;
}

.homepage-location-card a,
.homepage-system-tile strong,
.application-card span,
.resource-card span,
.homepage-brand-strip a {
    color: var(--gold);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.homepage-trust-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 1260px);
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 3rem) clamp(1rem, 2vw, 1.4rem);
}

.homepage-trust-row div {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    gap: .7rem;
    align-items: center;
    min-height: 3.8rem;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding: .35rem .75rem;
}

.homepage-trust-row div:first-child {
    padding-left: 0;
}

.homepage-trust-row div:last-child {
    border-right: 0;
}

.homepage-trust-row span {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: var(--gold);
    font-size: .68rem;
    font-weight: 950;
}

.homepage-trust-row strong {
    max-width: 12rem;
    color: #fff;
    font-size: .82rem;
    line-height: 1.15;
}

.homepage-stats {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.homepage-stats div {
    min-height: 7.1rem;
    border-right: 1px solid var(--line);
    padding: 1.25rem clamp(.8rem, 1.8vw, 1.4rem);
}

.homepage-stats div:last-child {
    border-right: 0;
}

.homepage-stats strong {
    display: block;
    color: #0b1b35;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1;
}

.homepage-stats span {
    display: block;
    max-width: 12rem;
    margin-top: .35rem;
    color: var(--ink-soft);
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.18;
}

.homepage-applications {
    background: #061225;
    color: #fff;
}

.homepage-applications .section-heading h2 {
    max-width: 760px;
    color: #fff;
}

.application-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .9rem;
}

.application-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.application-card img {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
    background: #d9e0e7;
}

.application-card div {
    display: grid;
    gap: .55rem;
    padding: .9rem;
}

.application-card h3,
.resource-card h3,
.home-featured-product h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.15;
}

.application-card p,
.resource-card p,
.home-featured-product p {
    margin: 0;
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.4;
}

.homepage-system-band {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #061225;
}

.homepage-system-tile {
    display: flex;
    min-height: 25rem;
    flex-direction: column;
    justify-content: flex-end;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-right: 1px solid rgba(255, 255, 255, .18);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: clamp(1.15rem, 2.4vw, 1.7rem);
}

.homepage-system-tile:last-child {
    border-right: 0;
}

.homepage-system-tile h2 {
    max-width: 21rem;
    margin: .3rem 0 .7rem;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.06;
}

.homepage-system-tile p {
    max-width: 22rem;
    margin: 0 0 1.1rem;
    color: rgba(255, 255, 255, .78);
    font-size: .95rem;
}

.restored-system-band {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.restored-system-band .homepage-system-tile {
    min-height: 15.5rem;
    padding: 1.1rem 1.25rem;
}

.restored-system-band .homepage-system-tile span {
    font-size: .95rem;
    font-weight: 950;
    line-height: 1.04;
}

.restored-system-band .homepage-system-tile.tile-blue span {
    color: #229cff;
}

.restored-system-band .homepage-system-tile h2 {
    max-width: 18rem;
    margin: .2rem 0 .7rem;
    font-size: clamp(1.15rem, 1.65vw, 1.55rem);
}

.restored-system-band .homepage-system-tile p {
    max-width: 17rem;
    margin-bottom: 1.15rem;
    font-size: .8rem;
    line-height: 1.35;
}

.restored-system-band .homepage-system-tile strong {
    margin-top: auto;
}

.homepage-products-feature {
    display: grid;
    grid-template-columns: minmax(18rem, .42fr) minmax(0, .58fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    background: #081426;
    color: #fff;
}

.homepage-products-copy h2 {
    max-width: 640px;
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.02;
}

.homepage-products-copy p {
    max-width: 610px;
    color: rgba(255, 255, 255, .76);
}

.homepage-products-copy ul {
    display: grid;
    gap: .65rem;
    margin: 1.25rem 0 1.4rem;
    padding: 0;
    list-style: none;
}

.homepage-products-copy li {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(255, 255, 255, .86);
    font-weight: 800;
}

.homepage-products-copy li::before {
    content: "";
    position: absolute;
    top: .58rem;
    left: 0;
    width: .46rem;
    height: .46rem;
    border-radius: 99px;
    background: var(--gold);
}

.home-featured-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.home-featured-product {
    display: grid;
    grid-template-columns: minmax(7rem, .38fr) minmax(0, .62fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
}

.home-featured-product img {
    width: 100%;
    height: 100%;
    min-height: 13rem;
    object-fit: contain;
    background: #eef2f5;
    padding: .8rem;
}

.home-featured-product div {
    display: grid;
    gap: .55rem;
    align-content: start;
    padding: 1rem;
}

.home-featured-product span {
    color: var(--clay);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-featured-product strong {
    margin-top: auto;
    color: #071426;
    font-size: 1.1rem;
}

.homepage-brand-strip {
    display: grid;
    grid-template-columns: minmax(11rem, .75fr) repeat(4, minmax(8rem, 1fr)) minmax(10rem, .8fr);
    align-items: center;
    gap: 1rem;
    border-block: 1px solid var(--line);
    background: #fff;
    padding: 1.25rem clamp(1rem, 4vw, 4rem);
}

.homepage-brand-strip > span {
    color: var(--clay);
    font-size: .75rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.homepage-brand-strip strong {
    display: grid;
    min-height: 3.4rem;
    place-items: center;
    border-left: 1px solid var(--line);
    color: #17243a;
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.homepage-brand-strip a {
    justify-self: end;
    border: 1px solid #9aa8b8;
    border-radius: var(--radius);
    color: #071426;
    padding: .8rem 1rem;
}

.homepage-resources {
    display: grid;
    grid-template-columns: minmax(16rem, .24fr) minmax(0, .76fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    background: #f7f8fa;
}

.resources-intro h2 {
    margin: 0 0 .7rem;
    font-size: clamp(1.7rem, 2.9vw, 2.45rem);
    line-height: 1.05;
}

.resources-intro p {
    color: var(--muted);
}

.resource-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .95rem;
}

.resource-card {
    display: grid;
    gap: .7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: .8rem;
    box-shadow: 0 12px 30px rgba(8, 20, 38, .06);
}

.resource-card img {
    width: 100%;
    aspect-ratio: 1.75 / 1;
    border-radius: 6px;
    object-fit: cover;
    background: #dfe6ee;
}

.resource-card time {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 950;
}

.homepage-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, auto);
    align-items: center;
    gap: 1rem;
    background: #061225;
    color: #fff;
    padding: clamp(1.4rem, 3vw, 2rem) clamp(1rem, 4vw, 4rem);
}

.homepage-final-cta span {
    display: block;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
}

.homepage-final-cta p {
    margin: .25rem 0 0;
    color: rgba(255, 255, 255, .78);
}

@media (max-width: 1180px) {
    .mobile-nav summary {
        border-color: rgba(255, 255, 255, .25);
        color: #fff;
    }

    .mobile-nav nav {
        color: var(--ink);
    }

    .homepage-hero-inner,
    .homepage-products-feature,
    .homepage-resources {
        grid-template-columns: 1fr;
    }

    .homepage-location-card {
        justify-self: start;
    }

    .homepage-trust-row,
    .homepage-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .homepage-trust-row div:nth-child(3) {
        border-right: 0;
    }

    .homepage-stats div:nth-child(3) {
        border-right: 0;
    }

    .application-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .homepage-system-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-system-tile:nth-child(2) {
        border-right: 0;
    }

    .homepage-brand-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-brand-strip strong {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-top: .75rem;
    }

    .homepage-brand-strip a {
        justify-self: stretch;
        text-align: center;
    }
}

@media (max-width: 760px) {
    .topbar div {
        justify-content: flex-start;
    }

    .brand {
        min-width: 0;
    }

    .homepage-hero {
        min-height: auto;
        background-position: 62% center;
    }

    .homepage-hero-inner {
        padding-top: 2.6rem;
    }

    .homepage-hero h1 {
        font-size: clamp(2.1rem, 10vw, 3.05rem);
    }

    .homepage-trust-row,
    .homepage-stats,
    .application-grid,
    .homepage-system-band,
    .home-featured-product-grid,
    .resource-card-grid,
    .homepage-final-cta {
        grid-template-columns: 1fr;
    }

    .homepage-trust-row {
        gap: .55rem;
    }

    .homepage-trust-row div {
        min-height: auto;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: var(--radius);
        padding: .75rem;
        background: rgba(255, 255, 255, .06);
    }

    .homepage-stats div,
    .homepage-stats div:nth-child(3) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .homepage-stats div:last-child {
        border-bottom: 0;
    }

    .homepage-system-tile,
    .homepage-system-tile:nth-child(2) {
        min-height: 19rem;
        border-right: 0;
    }

    .home-featured-product {
        grid-template-columns: 1fr;
    }

    .home-featured-product img {
        min-height: 11rem;
    }

    .homepage-brand-strip {
        grid-template-columns: 1fr;
    }

    .homepage-brand-strip strong {
        justify-items: start;
        place-items: center start;
        text-align: left;
    }

    .mobile-action-primary {
        color: #071426;
    }
}

/* Reference homepage rebuild */
body {
    background: #f3f8fc;
    color: #06172d;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid #d9e3ee;
    background: rgba(255, 255, 255, .98);
    color: #06172d;
    box-shadow: 0 6px 24px rgba(6, 23, 45, .07);
}

.nav-shell {
    grid-template-columns: minmax(11.5rem, 17.5rem) minmax(0, 1fr) auto;
    min-height: 4.25rem;
    gap: clamp(.9rem, 1.6vw, 1.55rem);
    border-top: 0;
    padding: .48rem clamp(1.1rem, 3.7vw, 3.8rem);
}

.brand {
    width: clamp(11.5rem, 15vw, 17.5rem);
    min-width: 0;
    color: #06172d;
}

.brand img {
    width: 100%;
    max-height: 3.35rem;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.brand-mark {
    color: #0b2344;
    font-size: clamp(2.15rem, 3.4vw, 3.45rem);
    font-weight: 1000;
    letter-spacing: -.06em;
    line-height: .82;
}

.brand-copy {
    display: grid;
    gap: .02rem;
    color: #0b2344;
    font-size: .86rem;
    font-weight: 1000;
    letter-spacing: .08em;
    line-height: .88;
}

.desktop-nav {
    justify-content: center;
    gap: clamp(.7rem, 1.35vw, 1.45rem);
    color: #06172d;
    font-size: clamp(.74rem, .72vw, .83rem);
    font-weight: 950;
    letter-spacing: 0;
    white-space: nowrap;
}

.desktop-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: .5rem 0;
    border-bottom: 2px solid transparent;
}

.desktop-nav a:hover,
.desktop-nav a:first-child {
    border-color: #f6b80f;
    color: #06172d;
}

.desktop-nav .has-menu::after {
    content: "";
    display: inline-block;
    width: .38rem;
    height: .38rem;
    margin: 0 0 .15rem .45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.header-contact {
    gap: .85rem;
    color: #06172d;
    font-size: .84rem;
    font-weight: 900;
    white-space: nowrap;
}

.header-contact a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.header-location::before,
.header-phone::before {
    content: "";
    width: .78rem;
    height: .78rem;
    border: 3px solid #f6b80f;
}

.header-location::before {
    border-radius: 999px 999px 999px 0;
    transform: rotate(-45deg);
}

.header-phone::before {
    width: .65rem;
    height: .65rem;
    border-width: 0 0 3px 3px;
    border-radius: 0 0 0 .35rem;
    transform: rotate(-35deg);
}

.header-location::after {
    content: "";
    width: 1px;
    height: 1.15rem;
    margin-left: .7rem;
    background: #bcc9d8;
}

.ref-hero {
    position: relative;
    min-height: 630px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.ref-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -18%;
    left: -8%;
    height: 12rem;
    border-top: 4px solid #f6b80f;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(180deg, rgba(6, 28, 56, .72), rgba(6, 28, 56, .08));
    pointer-events: none;
}

.hero-wall-logo {
    position: absolute;
    top: 5.7rem;
    right: 8.8%;
    display: grid;
    gap: .05rem;
    color: #0b2344;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-.5deg);
}

.hero-wall-logo strong {
    font-size: clamp(2.3rem, 4vw, 4.1rem);
    font-weight: 1000;
    letter-spacing: -.06em;
    line-height: .8;
}

.hero-wall-logo span {
    font-size: clamp(.65rem, 1vw, .95rem);
    font-weight: 1000;
    letter-spacing: .07em;
    line-height: .88;
}

.ref-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: clamp(1.5rem, 6vw, 6.5rem);
    align-items: center;
    width: min(100%, 1480px);
    margin: 0 auto;
    padding: clamp(2.3rem, 5vw, 4rem) clamp(1.2rem, 5vw, 5rem) 8.1rem;
}

.ref-hero-copy {
    max-width: 760px;
}

.ref-hero h1 {
    max-width: 720px;
    margin: 0 0 1.1rem;
    font-size: clamp(3rem, 4.8vw, 5rem);
    font-weight: 950;
    line-height: .98;
    letter-spacing: 0;
}

.ref-hero h1 span {
    color: #ffc44a;
}

.ref-hero-copy > p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .93);
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    line-height: 1.35;
}

.ref-hero-badges {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, auto));
    gap: 0;
    margin: 2rem 0 1.45rem;
}

.ref-hero-badges div {
    display: grid;
    grid-template-columns: 2.35rem minmax(5.2rem, 7.6rem);
    gap: .58rem;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .38);
    padding: 0 .9rem;
}

.ref-hero-badges div:first-child {
    padding-left: 0;
}

.ref-hero-badges div:last-child {
    border-right: 0;
}

.ref-hero-badges strong {
    color: #fff;
    font-size: .78rem;
    font-weight: 950;
    line-height: 1.1;
}

.ref-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.ref-hero-actions .button {
    min-width: 16rem;
    min-height: 3.25rem;
    border-radius: 8px;
    font-size: .9rem;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ref-hero-actions .button::after {
    content: "";
    width: .5rem;
    height: .5rem;
    margin-left: .8rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.ref-location-card {
    justify-self: end;
    width: 16.6rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(8, 27, 52, .86);
    padding: 1.05rem 1.1rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
}

.ref-location-card > div {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: .65rem;
    align-items: center;
}

.ref-location-card strong {
    font-size: .9rem;
    font-weight: 950;
    line-height: 1.08;
}

.ref-location-card ul {
    display: grid;
    gap: .58rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.ref-location-card li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(255, 255, 255, .9);
    font-size: .82rem;
    font-weight: 750;
}

.ref-location-card li::before {
    content: "";
    position: absolute;
    top: .2rem;
    left: 0;
    width: .5rem;
    height: .28rem;
    border-bottom: 2px solid #ffc44a;
    border-left: 2px solid #ffc44a;
    transform: rotate(-45deg);
}

.ref-stats-panel {
    position: absolute;
    right: 17.5%;
    bottom: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(6, minmax(8rem, 1fr));
    width: min(67rem, 78vw);
    min-height: 5.85rem;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(8, 30, 60, .92), rgba(8, 30, 60, .82));
    box-shadow: 0 -16px 38px rgba(0, 0, 0, .25);
    backdrop-filter: blur(8px);
}

.ref-stat {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    column-gap: .55rem;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .28);
    padding: 1rem .9rem;
}

.ref-stat:last-child {
    border-right: 0;
}

.ref-stat .ref-icon {
    grid-row: span 2;
}

.ref-stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1;
}

.ref-stat span {
    color: #fff;
    font-size: .74rem;
    font-weight: 900;
    line-height: 1.08;
}

.ref-solutions {
    background: linear-gradient(180deg, #f7fbff, #eaf3fc);
    padding: 1.05rem clamp(1rem, 4vw, 4.5rem) .55rem;
}

.ref-solutions-heading {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: 0 0 .8rem;
}

.ref-solutions-heading h2 {
    margin: 0;
    color: #06172d;
    font-size: clamp(1.3rem, 1.8vw, 1.75rem);
    line-height: 1;
}

.ref-solutions-heading span {
    width: 1.45rem;
    height: 2px;
    background: #f6b80f;
}

.ref-solutions-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(15rem, 1.22fr);
    gap: .8rem;
}

.ref-solution-card,
.ref-esd-card {
    position: relative;
    display: flex;
    min-height: 12rem;
    overflow: hidden;
    border-radius: 9px;
    background-size: cover;
    color: #fff;
    box-shadow: 0 14px 30px rgba(6, 23, 45, .16);
}

.ref-solution-card {
    align-items: end;
    padding: .9rem;
}

.ref-solution-card h3,
.ref-esd-card h3 {
    margin: 0;
    color: #fff;
    font-weight: 950;
    line-height: 1.02;
}

.ref-solution-card h3 {
    max-width: 10rem;
    font-size: 1.05rem;
}

.ref-solution-card p {
    max-width: 9.5rem;
    margin: .28rem 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.22;
}

.ref-solution-card span {
    position: absolute;
    right: .85rem;
    bottom: .9rem;
    display: grid;
    width: 1.85rem;
    height: 1.85rem;
    place-items: center;
    border: 2px solid #f6b80f;
    border-radius: 999px;
}

.ref-solution-card span::before,
.ref-esd-card span::after {
    content: "";
    width: .42rem;
    height: .42rem;
    border-top: 2px solid #f6b80f;
    border-right: 2px solid #f6b80f;
    transform: rotate(45deg);
}

.ref-solution-card div::after {
    content: "";
    display: block;
    width: 3.1rem;
    height: 2px;
    margin-top: .45rem;
    background: #f6b80f;
}

.ref-esd-card {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.4rem 1.25rem;
    background-position: center;
}

.ref-esd-card h3 {
    max-width: 12rem;
    font-size: 1.45rem;
}

.ref-esd-card p {
    max-width: 11.6rem;
    margin: .65rem 0 1rem;
    color: rgba(255, 255, 255, .9);
    font-size: .88rem;
    line-height: 1.25;
}

.ref-esd-card span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2.3rem;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 5px;
    padding: .55rem .8rem;
    color: #fff;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ref-manufacturer-strip {
    display: grid;
    grid-template-columns: minmax(9rem, .8fr) repeat(4, minmax(8rem, 1fr));
    align-items: center;
    gap: 0;
    background: #f8fbff;
    border-block: 1px solid #d8e4f0;
    padding: .78rem clamp(1rem, 4vw, 4.5rem);
}

.ref-manufacturer-strip span {
    color: #06172d;
    font-size: .92rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
}

.ref-manufacturer-strip strong {
    display: grid;
    min-height: 2.8rem;
    place-items: center;
    border-left: 1px solid #bfcedd;
    color: #102b4d;
    font-size: clamp(1.02rem, 1.7vw, 1.35rem);
    font-weight: 1000;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.ref-manufacturer-strip strong:nth-child(3) {
    color: #29934f;
}

.ref-manufacturer-strip strong:nth-child(4) {
    color: #2871c8;
}

.ref-manufacturer-strip strong:nth-child(5) {
    color: #b41925;
}

.ref-capabilities {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, .42fr);
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(13, 50, 92, .45), rgba(4, 18, 37, .05)),
        #06172d;
    color: #fff;
}

.ref-capability-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 2rem 1rem 2rem clamp(1rem, 4vw, 4.5rem);
}

.ref-capability-list article {
    display: grid;
    grid-template-columns: 2.9rem 1fr;
    gap: .8rem;
    align-items: start;
    border-right: 1px solid rgba(255, 255, 255, .18);
    padding: 0 1.15rem;
}

.ref-capability-list article:first-child {
    padding-left: 0;
}

.ref-capability-list article:last-child {
    border-right: 0;
}

.ref-capability-list h3 {
    margin: 0 0 .3rem;
    font-size: .95rem;
    line-height: 1.1;
}

.ref-capability-list p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    line-height: 1.35;
}

.ref-facility-image {
    position: relative;
    min-height: 9.7rem;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    border-top: 3px solid #f6b80f;
    background-position: right center;
    background-size: cover;
}

.ref-facility-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 23, 45, .08), rgba(6, 23, 45, .35));
}

.ref-facility-image div {
    position: absolute;
    z-index: 1;
    top: 1.4rem;
    right: 2.2rem;
    display: grid;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.ref-facility-image strong {
    font-size: 2.1rem;
    font-weight: 1000;
    letter-spacing: -.06em;
    line-height: .85;
}

.ref-facility-image span {
    font-size: .55rem;
    font-weight: 950;
    letter-spacing: .09em;
}

.ref-icon {
    position: relative;
    display: inline-grid;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    color: #f6b80f;
}

.ref-icon::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid currentColor;
    border-radius: 8px;
}

.ref-icon-pin::before {
    border-radius: 999px 999px 999px 0;
    transform: rotate(-45deg);
}

.ref-icon-truck::before,
.ref-icon-fast::before {
    width: 1.7rem;
    height: 1rem;
    border-radius: 2px;
}

.ref-icon-truck::after,
.ref-icon-fast::after {
    content: "";
    position: absolute;
    right: .2rem;
    bottom: .28rem;
    width: .38rem;
    height: .38rem;
    border: 2px solid currentColor;
    border-radius: 999px;
    box-shadow: -.98rem 0 0 -1px #06172d, -.98rem 0 0 1px currentColor;
}

.ref-icon-shield::before,
.ref-icon-quality::before {
    border-radius: 999px 999px 12px 12px;
    transform: scaleX(.82);
}

.ref-icon-gear::before,
.ref-icon-molecule::before,
.ref-icon-support::before {
    border-radius: 999px;
}

.ref-icon-cap::before,
.ref-icon-trophy::before {
    width: 1.65rem;
    height: 1.1rem;
    border-radius: 2px 2px 8px 8px;
}

.ref-icon-headset::before {
    border-radius: 999px 999px 3px 3px;
}

.ref-icon-ca::before {
    width: 1.35rem;
    height: 1.75rem;
    border-radius: 45% 35% 55% 30%;
    background: currentColor;
}

@media (max-width: 1320px) {
    .desktop-nav {
        gap: .75rem;
        font-size: .72rem;
    }

    .brand {
        width: 12.5rem;
        min-width: 0;
    }

    .header-contact {
        gap: .65rem;
        font-size: .76rem;
    }

    .ref-stats-panel {
        right: 8%;
        width: min(67rem, 86vw);
    }

    .ref-solutions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ref-esd-card {
        grid-column: span 3;
        min-height: 14rem;
    }

    .ref-capabilities {
        grid-template-columns: 1fr;
    }

    .ref-facility-image {
        min-height: 14rem;
        clip-path: none;
    }
}

@media (max-width: 1180px) {
    .nav-shell {
        grid-template-columns: auto 1fr;
    }

    .desktop-nav,
    .header-contact {
        display: none;
    }

    .mobile-nav summary {
        border-color: #c6d3e1;
        color: #06172d;
    }

    .mobile-nav nav {
        color: #06172d;
    }

    .ref-hero-inner {
        grid-template-columns: 1fr;
        padding-bottom: 9rem;
    }

    .ref-location-card {
        justify-self: start;
    }

    .ref-stats-panel {
        right: 1rem;
        left: 1rem;
        width: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ref-hero-badges {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .8rem;
    }

    .ref-hero-badges div {
        border-right: 0;
        padding: 0;
    }

    .ref-capability-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        padding-right: clamp(1rem, 4vw, 4.5rem);
    }

    .ref-capability-list article {
        border-right: 0;
        padding: 0;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: 4.2rem;
    }

    .nav-shell {
        min-height: 4rem;
        padding: .55rem 1rem;
    }

    .brand {
        width: 11.5rem;
        min-width: 0;
    }

    .brand img {
        max-height: 2.75rem;
    }

    .ref-hero {
        min-height: auto;
        background-position: 57% center;
    }

    .hero-wall-logo {
        display: none;
    }

    .ref-hero-inner {
        padding: 2.3rem 1rem 1.25rem;
    }

    .ref-hero::after,
    .ref-stats-panel {
        display: none;
    }

    .ref-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.15rem);
    }

    .ref-hero-copy > p {
        font-size: .98rem;
    }

    .ref-hero-badges,
    .ref-solutions-grid,
    .ref-manufacturer-strip,
    .ref-capability-list {
        grid-template-columns: 1fr;
    }

    .ref-hero-badges div {
        grid-template-columns: 2.2rem 1fr;
        min-height: 2.6rem;
    }

    .ref-hero-actions .button,
    .ref-location-card {
        width: 100%;
        min-width: 0;
    }

    .ref-solutions {
        padding: 1.1rem 1rem;
    }

    .ref-solution-card,
    .ref-esd-card {
        min-height: 13.5rem;
    }

    .ref-esd-card {
        grid-column: auto;
    }

    .ref-manufacturer-strip {
        gap: .7rem;
    }

    .ref-manufacturer-strip strong {
        border-left: 0;
        border-top: 1px solid #bfcedd;
        justify-items: start;
        place-items: center start;
    }
}

/* ESD flooring page */
.esd-hero {
    display: grid;
    grid-template-columns: minmax(0, .74fr) minmax(17rem, .26fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: end;
    min-height: 590px;
    padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.esd-hero > div {
    max-width: 850px;
}

.esd-hero h1 {
    max-width: 820px;
    margin: .45rem 0 1rem;
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: .98;
    letter-spacing: 0;
}

.esd-hero p {
    max-width: 730px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.esd-hero aside {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--radius);
    background: rgba(6, 23, 45, .86);
    padding: 1.1rem;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
}

.esd-hero aside strong,
.esd-hero aside span {
    display: block;
}

.esd-hero aside strong {
    color: var(--gold);
    font-size: 1.05rem;
    line-height: 1.1;
}

.esd-hero aside span {
    margin-top: .65rem;
    color: rgba(255, 255, 255, .82);
}

.esd-check-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.esd-check-strip span {
    position: relative;
    min-height: 5.4rem;
    border-right: 1px solid var(--line);
    padding: 1.2rem .9rem 1rem 2.4rem;
    color: #06172d;
    font-weight: 950;
    line-height: 1.12;
}

.esd-check-strip span:last-child {
    border-right: 0;
}

.esd-check-strip span::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 1rem;
    width: .58rem;
    height: .34rem;
    border-bottom: 2px solid var(--gold);
    border-left: 2px solid var(--gold);
    transform: rotate(-45deg);
}

.esd-split,
.esd-industries,
.esd-benefits {
    display: grid;
    grid-template-columns: minmax(18rem, .42fr) minmax(0, .58fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.esd-split h2,
.esd-industries h2,
.esd-benefits h2,
.esd-consultation h2 {
    margin: 0;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
}

.esd-prose {
    display: grid;
    gap: 1rem;
}

.esd-prose p {
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
}

.esd-risk-section,
.esd-systems,
.esd-why {
    background: #f4f8fc;
}

.esd-risk-grid,
.esd-industry-grid,
.esd-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
}

.esd-risk-grid article,
.esd-industry-grid span,
.esd-benefit-grid span {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(6, 23, 45, .06);
}

.esd-risk-grid h3 {
    margin: 0 0 .45rem;
    font-size: 1rem;
}

.esd-risk-grid p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
}

.esd-industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.esd-industry-grid span,
.esd-benefit-grid span {
    min-height: 4.6rem;
    display: flex;
    align-items: center;
    color: #06172d;
    font-weight: 950;
}

.esd-system-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .72rem;
}

.esd-system-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 36px rgba(6, 23, 45, .08);
}

.esd-system-card img {
    width: 100%;
    height: clamp(7.4rem, 8vw, 9rem);
    border-bottom: 1px solid var(--line);
    object-fit: contain;
    object-position: center;
    background:
        linear-gradient(180deg, #fff, #f3f8fc);
    padding: .62rem;
}

.esd-system-card > div {
    display: grid;
    align-content: start;
    gap: .36rem;
    padding: .68rem;
}

.esd-system-card h3 {
    margin: 0;
    color: #06172d;
    font-size: .92rem;
    line-height: 1.12;
}

.esd-system-card p,
.esd-system-card dd,
.esd-system-card li {
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.38;
}

.esd-system-card p {
    margin: 0;
}

.esd-system-card p,
.esd-system-card dl,
.esd-system-card ul {
    margin: 0;
}

.esd-system-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
    border-block: 1px solid var(--line);
    padding: .45rem 0;
}

.esd-system-card dl div {
    display: grid;
    gap: .16rem;
}

.esd-system-card dt {
    color: #06172d;
    font-size: .68rem;
    font-weight: 950;
    text-transform: uppercase;
}

.esd-system-card dd {
    margin: 0;
    font-weight: 850;
    line-height: 1.2;
}

.esd-system-card strong {
    display: block;
    color: #06172d;
    font-size: .7rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.esd-system-details {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: .6rem;
}

.esd-system-details > div {
    min-width: 0;
}

.esd-system-card ul {
    display: grid;
    gap: .12rem;
    padding-left: .95rem;
}

.esd-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: .28rem;
}

.esd-tag-row span {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #f5f8fb;
    padding: .18rem .42rem;
    color: #26364b;
    font-size: .66rem;
    font-weight: 850;
}

.esd-system-card a {
    align-self: end;
    width: fit-content;
    border-bottom: 1px solid currentColor;
    color: #0b5fac;
    font-size: .82rem;
    font-weight: 950;
}

.esd-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.esd-consultation {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(20rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background: #06172d;
    color: #fff;
}

.esd-consultation p {
    max-width: 650px;
    color: rgba(255, 255, 255, .78);
}

.esd-consultation form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.esd-consultation input,
.esd-consultation textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: .9rem .95rem;
    outline: 0;
}

.esd-consultation input::placeholder,
.esd-consultation textarea::placeholder {
    color: rgba(255, 255, 255, .62);
}

.esd-consultation textarea,
.esd-consultation button {
    grid-column: 1 / -1;
}

.esd-consultation textarea {
    min-height: 7rem;
    resize: vertical;
}

@media (max-width: 1180px) {
    .esd-hero,
    .esd-split,
    .esd-industries,
    .esd-benefits,
    .esd-consultation {
        grid-template-columns: 1fr;
    }

    .esd-check-strip,
    .esd-risk-grid,
    .esd-system-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esd-industry-grid,
    .esd-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .esd-hero {
        min-height: auto;
        padding: 3rem 1rem;
    }

    .esd-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .esd-check-strip,
    .esd-risk-grid,
    .esd-system-grid,
    .esd-industry-grid,
    .esd-benefit-grid,
    .esd-consultation form {
        grid-template-columns: 1fr;
    }

    .esd-check-strip span {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

/* ESD page polish pass */
.esd-hero-polished {
    position: relative;
    align-items: center;
    min-height: min(720px, calc(100vh - 4.25rem));
    isolation: isolate;
}

.esd-hero-polished::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 8rem;
    background: linear-gradient(180deg, transparent, rgba(5, 18, 37, .88));
}

.esd-hero-content h1 {
    max-width: 980px;
}

.esd-hero-panel {
    align-self: end;
}

.esd-hero-panel div {
    display: grid;
    grid-template-columns: 1fr;
    gap: .55rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-top: 1rem;
}

.esd-hero-panel article {
    display: grid;
    grid-template-columns: 5.2rem 1fr;
    gap: .65rem;
    align-items: center;
}

.esd-hero-panel b {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
}

.esd-hero-panel small {
    color: rgba(255, 255, 255, .72);
    font-weight: 850;
    line-height: 1.15;
}

.esd-page-nav {
    position: sticky;
    top: 4.25rem;
    z-index: 35;
    display: flex;
    justify-content: center;
    gap: .45rem;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .94);
    padding: .55rem 1rem;
    backdrop-filter: blur(16px);
}

.esd-page-nav a {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: .48rem .8rem;
    color: #26364b;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.esd-page-nav a:hover {
    border-color: var(--line);
    background: #f5f8fb;
    color: #06172d;
}

.esd-check-strip-polished {
    box-shadow: 0 14px 34px rgba(6, 23, 45, .06);
}

.esd-overview {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(22rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: stretch;
    background: #fff;
}

.esd-overview-copy {
    display: grid;
    align-content: center;
}

.esd-overview-copy h2 {
    max-width: 680px;
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
}

.esd-overview-copy p {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.04rem;
}

.esd-overview-visual {
    display: grid;
    align-content: center;
    min-height: 28rem;
    border-radius: var(--radius);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: clamp(1.3rem, 3vw, 2.1rem);
    box-shadow: var(--shadow);
}

.esd-overview-visual span {
    color: var(--gold);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.esd-overview-visual strong {
    display: block;
    max-width: 27rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    padding: .85rem 1rem;
    font-size: 1rem;
    backdrop-filter: blur(10px);
}

.esd-overview-visual small {
    display: block;
    max-width: 27rem;
    margin-top: .45rem;
    color: rgba(255, 255, 255, .82);
    font-size: .9rem;
    line-height: 1.45;
}

.esd-overview-visual i {
    width: 2px;
    height: 1.6rem;
    margin: .65rem 0 .65rem 1.2rem;
    background: var(--gold);
}

.esd-risk-grid-polished {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.esd-risk-grid-polished article {
    min-height: 13rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(246, 249, 252, .98)),
        #fff;
}

.esd-risk-grid-polished span {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(246, 184, 15, .55);
    border-radius: 999px;
    color: #9f7200;
    font-size: .76rem;
    font-weight: 950;
}

.esd-industries-polished {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88)),
        radial-gradient(circle at 80% 12%, rgba(11, 95, 172, .13), transparent 34%);
}

.esd-industries-polished > div:first-child p:not(.eyebrow) {
    max-width: 700px;
    color: var(--muted);
}

.esd-industries-polished .esd-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.esd-industry-grid article {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(6, 23, 45, .05);
}

.esd-industry-grid strong,
.esd-industry-grid span {
    display: block;
}

.esd-industry-grid strong {
    color: #06172d;
    line-height: 1.15;
}

.esd-industry-grid span {
    margin-top: .4rem;
    color: var(--muted);
    font-size: .9rem;
}

.esd-systems-polished {
    background: #06172d;
    color: #fff;
    padding-top: clamp(2.1rem, 4vw, 3.4rem);
    padding-bottom: clamp(2.1rem, 4vw, 3.4rem);
}

.esd-systems-polished .section-heading {
    max-width: none;
    margin-bottom: 1.25rem;
}

.esd-systems-polished .section-heading h2 {
    max-width: 880px;
    font-size: clamp(2rem, 3.2vw, 3.7rem);
}

.esd-systems-polished .section-heading p {
    color: rgba(255, 255, 255, .7);
}

.esd-systems-polished .eyebrow {
    color: var(--gold);
}

.esd-system-grid-polished {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .72rem;
}

.esd-system-grid-polished .esd-system-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    background: #fff;
}

.esd-system-grid-polished .esd-system-card img {
    height: clamp(7.4rem, 8vw, 9rem);
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
}

.esd-system-grid-polished .esd-system-card > div {
    padding: .68rem;
}

.esd-system-type {
    width: fit-content;
    border-radius: 999px;
    background: #edf5ff;
    padding: .24rem .48rem;
    color: #0b5fac;
    font-size: .64rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.esd-benefits-polished {
    background: #fff;
}

.esd-benefits-polished .esd-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.esd-benefit-grid article {
    min-height: 8.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8fbff;
    padding: 1rem;
}

.esd-benefit-grid strong,
.esd-benefit-grid span {
    display: block;
}

.esd-benefit-grid strong {
    color: #06172d;
    font-size: 1rem;
}

.esd-benefit-grid span {
    margin-top: .45rem;
    color: var(--muted);
    font-size: .9rem;
}

.esd-why-polished .info-panel {
    border-top: 3px solid var(--gold);
}

.esd-consultation-polished {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(6, 23, 45, .98), rgba(6, 23, 45, .9)),
        url('/assets/esd-crown-hero.jpg') center / cover;
}

.esd-consultation-polished::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(246, 184, 15, .18), transparent 30%);
    pointer-events: none;
}

.esd-consultation-polished > * {
    position: relative;
}

.esd-consultation-polished form {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    padding: 1rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
}

.chemco-hero {
    display: grid;
    align-items: end;
    min-height: min(720px, calc(100vh - 4.25rem));
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background-color: #06172d;
    background-position: right center;
    background-size: cover;
    color: #fff;
}

.chemco-hero-copy {
    max-width: 1060px;
}

.chemco-hero h1 {
    max-width: 1080px;
    margin: .35rem 0 1rem;
    font-size: clamp(2.45rem, 4.7vw, 5.2rem);
    line-height: .98;
    letter-spacing: 0;
}

.chemco-hero p {
    max-width: 820px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.28vw, 1.18rem);
}

.chemco-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.3rem;
}

.chemco-hero-proof span {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    padding: .42rem .65rem;
    color: rgba(255, 255, 255, .88);
    font-size: .78rem;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.chemco-page-nav {
    position: sticky;
    top: 4.25rem;
    z-index: 35;
    display: flex;
    justify-content: center;
    gap: .45rem;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .94);
    padding: .55rem 1rem;
    backdrop-filter: blur(16px);
}

.chemco-page-nav a {
    flex: 0 0 auto;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: .48rem .72rem;
    color: #26364b;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.chemco-page-nav a:hover {
    border-color: var(--line);
    background: #f5f8fb;
    color: #06172d;
}

.chemco-page-nav a.is-active {
    border-color: var(--line);
    background: #f5f8fb;
    color: #06172d;
}

.chemco-audience-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: #fff;
}

.chemco-audience-strip article {
    min-height: 8.4rem;
    border-right: 1px solid var(--line);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.chemco-audience-strip article:last-child {
    border-right: 0;
}

.chemco-audience-strip strong,
.chemco-audience-strip span {
    display: block;
}

.chemco-audience-strip strong {
    color: #06172d;
    font-size: 1.08rem;
    line-height: 1.12;
}

.chemco-audience-strip span {
    margin-top: .5rem;
    color: var(--muted);
    font-weight: 750;
    line-height: 1.42;
}

.chemco-intro {
    display: grid;
    grid-template-columns: minmax(0, .52fr) minmax(0, .78fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.chemco-intro h2,
.chemco-specs h2,
.chemco-application-band h2,
.chemco-resources h2,
.chemco-quote h2 {
    margin: 0;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
}

.chemco-prose {
    display: grid;
    gap: 1rem;
}

.chemco-prose p,
.chemco-specs p,
.chemco-resources p,
.chemco-quote p {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.04rem;
}

.chemco-products {
    background: #eef4f8;
}

.chemco-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
}

.chemco-product-grid article {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 36px rgba(6, 23, 45, .08);
}

.chemco-product-image {
    display: grid;
    height: clamp(10.5rem, 12vw, 13rem);
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(180deg, #fff, #f4f8fc);
    padding: .85rem;
}

.chemco-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chemco-product-grid article > div {
    display: grid;
    gap: .5rem;
    padding: .9rem;
}

.chemco-product-grid span {
    color: #0b5fac;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.chemco-product-grid h3 {
    margin: 0;
    color: #06172d;
    font-size: 1.05rem;
    line-height: 1.14;
}

.chemco-product-grid p,
.chemco-product-grid small {
    margin: 0;
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.38;
}

.chemco-product-grid small {
    color: #455468;
}

.chemco-product-grid article > div > a {
    align-self: end;
    width: fit-content;
    border-bottom: 1px solid currentColor;
    color: #b54c24;
    font-size: .84rem;
    font-weight: 950;
}

.chemco-card-product-list {
    display: grid;
    gap: .28rem;
    margin: .1rem 0 0;
    padding: 0;
    list-style: none;
}

.chemco-card-product-list li {
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #f8fbff;
    padding: .35rem .45rem;
    color: #06172d;
    font-size: .76rem;
    font-weight: 850;
    line-height: 1.18;
}

.chemco-specs {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(20rem, .9fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.chemco-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.chemco-proof-grid article {
    min-height: 10rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 250, 253, .98));
    padding: 1rem;
}

.chemco-proof-grid strong,
.chemco-proof-grid span {
    display: block;
}

.chemco-proof-grid strong {
    color: #b54c24;
    font-size: 1.15rem;
    line-height: 1.1;
}

.chemco-proof-grid span {
    margin-top: .55rem;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.42;
}

.chemco-application-band {
    display: grid;
    grid-template-columns: minmax(0, .5fr) minmax(0, .9fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background: #06172d;
    color: #fff;
}

.chemco-application-band .eyebrow,
.chemco-application-band h2 {
    color: #fff;
}

.chemco-application-band ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chemco-application-band li {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .07);
    padding: .85rem .95rem;
    color: rgba(255, 255, 255, .86);
    font-weight: 850;
    line-height: 1.28;
}

.chemco-resources {
    display: grid;
    grid-template-columns: minmax(18rem, .62fr) minmax(0, .88fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    background: #f7f9fb;
}

.chemco-resource-media {
    display: grid;
    min-height: 22rem;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 1.2rem;
    box-shadow: var(--shadow);
}

.chemco-resource-media img {
    width: 100%;
    max-height: 22rem;
    object-fit: contain;
}

.chemco-resource-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin-top: 1.1rem;
}

.chemco-resource-links a {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: .75rem .85rem;
    color: #06172d;
    font-weight: 900;
    line-height: 1.18;
}

.chemco-resource-links a:hover {
    border-color: #b54c24;
    color: #b54c24;
}

.chemco-quote {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(20rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background:
        linear-gradient(90deg, rgba(6, 23, 45, .98), rgba(6, 23, 45, .86)),
        url('https://www.chemcosystems.com/images/ccs-1.png') right center / cover;
    color: #fff;
}

.chemco-quote .eyebrow,
.chemco-quote h2 {
    color: #fff;
}

.chemco-quote p {
    color: rgba(255, 255, 255, .78);
}

.chemco-quote p a {
    color: var(--gold);
    font-weight: 950;
}

.chemco-quote form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    padding: 1rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
}

.chemco-quote input,
.chemco-quote select,
.chemco-quote textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: .9rem .95rem;
    outline: 0;
}

.chemco-quote select {
    color-scheme: dark;
}

.chemco-quote option {
    background: #fff;
    color: #06172d;
}

.chemco-quote input::placeholder,
.chemco-quote textarea::placeholder {
    color: rgba(255, 255, 255, .62);
}

.chemco-quote textarea,
.chemco-quote button {
    grid-column: 1 / -1;
}

.chemco-quote textarea {
    min-height: 7rem;
    resize: vertical;
}

.chemco-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(18rem, .45fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background:
        linear-gradient(90deg, rgba(6, 23, 45, .98), rgba(6, 23, 45, .88)),
        #06172d;
    color: #fff;
}

.chemco-detail-hero h1 {
    margin: .35rem 0 1rem;
    font-size: clamp(2.45rem, 4.7vw, 5rem);
    line-height: .98;
    letter-spacing: 0;
}

.chemco-detail-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.28vw, 1.18rem);
}

.chemco-detail-hero aside {
    display: grid;
    min-height: 22rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    padding: 1.2rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.chemco-detail-hero img {
    width: 100%;
    max-height: 24rem;
    object-fit: contain;
}

.chemco-category-overview {
    display: grid;
    grid-template-columns: minmax(0, .55fr) minmax(0, .8fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.chemco-category-overview h2,
.chemco-category-applications h2 {
    margin: 0;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
}

.chemco-category-applications {
    display: grid;
    grid-template-columns: minmax(0, .5fr) minmax(0, .9fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background: #eef4f8;
}

.chemco-category-applications ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chemco-category-applications li {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: .85rem .95rem;
    color: #06172d;
    font-weight: 850;
    line-height: 1.28;
}

.chemco-category-products {
    background: #fff;
}

.chemco-product-name-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

.chemco-product-name-grid article {
    min-height: 8.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8fbff;
    padding: 1rem;
}

.chemco-product-name-grid strong,
.chemco-product-name-grid span {
    display: block;
}

.chemco-product-name-grid strong {
    color: #06172d;
    font-size: 1rem;
    line-height: 1.15;
}

.chemco-product-name-grid span {
    margin-top: .5rem;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.4;
}

.chemco-product-list-cta {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.2rem;
}

.waterproofing-hero {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(18rem, .34fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
    min-height: min(720px, calc(100vh - 4.25rem));
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.waterproofing-hero h1 {
    max-width: 1080px;
    margin: .35rem 0 1rem;
    font-size: clamp(2.4rem, 4.55vw, 5rem);
    line-height: .98;
    letter-spacing: 0;
}

.waterproofing-hero p {
    max-width: 820px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.28vw, 1.18rem);
}

.waterproofing-hero-panel {
    display: grid;
    gap: .9rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--radius);
    background: rgba(6, 23, 45, .88);
    padding: 1.05rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .26);
    backdrop-filter: blur(16px);
}

.waterproofing-hero-panel img {
    width: min(13rem, 100%);
    height: auto;
}

.waterproofing-hero-panel strong {
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.18;
}

.waterproofing-hero-panel a {
    width: fit-content;
    border-bottom: 1px solid currentColor;
    color: var(--gold);
    font-size: 1.28rem;
    font-weight: 950;
}

.waterproofing-audience-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: #fff;
}

.waterproofing-audience-strip article {
    min-height: 8.2rem;
    border-right: 1px solid var(--line);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.waterproofing-audience-strip article:last-child {
    border-right: 0;
}

.waterproofing-audience-strip strong,
.waterproofing-audience-strip span {
    display: block;
}

.waterproofing-audience-strip strong {
    color: #06172d;
    font-size: 1.08rem;
    line-height: 1.12;
}

.waterproofing-audience-strip span {
    margin-top: .5rem;
    color: var(--muted);
    font-weight: 750;
    line-height: 1.42;
}

.waterproofing-intro {
    display: grid;
    grid-template-columns: minmax(0, .52fr) minmax(0, .78fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.waterproofing-intro h2,
.waterproofing-industries-section h2,
.waterproofing-project-section h2,
.waterproofing-quote h2 {
    margin: 0;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
}

.waterproofing-prose {
    display: grid;
    gap: 1rem;
}

.waterproofing-prose p,
.waterproofing-industries-section p,
.waterproofing-project-section p,
.waterproofing-quote p {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.04rem;
}

.waterproofing-applications {
    background: #f4f8fc;
}

.waterproofing-application-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.waterproofing-application-grid article {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 36px rgba(6, 23, 45, .08);
}

.waterproofing-application-grid img {
    width: 100%;
    height: clamp(15rem, 20vw, 22rem);
    border-bottom: 1px solid var(--line);
    object-fit: cover;
    object-position: center;
    background: #e8eef6;
}

.waterproofing-application-grid article > div {
    display: grid;
    gap: .55rem;
    padding: 1rem;
}

.waterproofing-application-grid h3 {
    margin: 0;
    color: #06172d;
    font-size: 1.08rem;
    line-height: 1.14;
}

.waterproofing-application-grid p,
.waterproofing-application-grid li {
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.38;
}

.waterproofing-application-grid p,
.waterproofing-application-grid ul {
    margin: 0;
}

.waterproofing-application-grid ul {
    display: grid;
    gap: .22rem;
    padding-left: 1rem;
}

.waterproofing-application-grid a {
    align-self: end;
    width: fit-content;
    border-bottom: 1px solid currentColor;
    color: #0b5fac;
    font-size: .86rem;
    font-weight: 950;
}

.waterproofing-industries-section {
    background: #06172d;
    color: #fff;
}

.waterproofing-industries-section .section-heading h2 {
    max-width: 1040px;
}

.waterproofing-industries-section .section-heading p,
.waterproofing-industries-section .eyebrow {
    color: rgba(255, 255, 255, .72);
}

.waterproofing-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.waterproofing-industry-grid article {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .07);
}

.waterproofing-industry-grid a {
    display: flex;
    min-height: clamp(12rem, 16vw, 18rem);
    align-items: end;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 1rem;
}

.waterproofing-industry-grid span {
    max-width: 13rem;
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1.08;
}

.waterproofing-industry-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: .9rem;
    line-height: 1.4;
    padding: 1rem;
}

.waterproofing-project-section {
    display: grid;
    grid-template-columns: minmax(0, .66fr) minmax(20rem, .72fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    background: #fff;
}

.waterproofing-project-section img {
    width: 100%;
    min-height: 22rem;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: var(--shadow);
}

.waterproofing-quote {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(20rem, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
    background:
        linear-gradient(90deg, rgba(6, 23, 45, .98), rgba(6, 23, 45, .86)),
        url('https://www.polycoatusa.com/wp-content/uploads/2026/02/Waterproofing-Header-Hero-LAX.jpg') center / cover;
    color: #fff;
}

.waterproofing-quote .eyebrow,
.waterproofing-quote h2 {
    color: #fff;
}

.waterproofing-quote p {
    color: rgba(255, 255, 255, .78);
}

.waterproofing-quote p a {
    color: var(--gold);
    font-weight: 950;
}

.waterproofing-quote form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    padding: 1rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
}

.waterproofing-quote input,
.waterproofing-quote select,
.waterproofing-quote textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: .9rem .95rem;
    outline: 0;
}

.waterproofing-quote select {
    color-scheme: dark;
}

.waterproofing-quote option {
    background: #fff;
    color: #06172d;
}

.waterproofing-quote input::placeholder,
.waterproofing-quote textarea::placeholder {
    color: rgba(255, 255, 255, .62);
}

.waterproofing-quote textarea,
.waterproofing-quote button {
    grid-column: 1 / -1;
}

.waterproofing-quote textarea {
    min-height: 7rem;
    resize: vertical;
}

.waterproofing-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(18rem, .34fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
    min-height: min(680px, calc(100vh - 4.25rem));
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.waterproofing-detail-hero h1 {
    max-width: 980px;
    margin: .35rem 0 1rem;
    font-size: clamp(2.45rem, 4.6vw, 5rem);
    line-height: .98;
    letter-spacing: 0;
}

.waterproofing-detail-hero p {
    max-width: 820px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.28vw, 1.18rem);
}

.waterproofing-detail-panel {
    display: grid;
    gap: .8rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--radius);
    background: rgba(6, 23, 45, .88);
    padding: 1rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .26);
    backdrop-filter: blur(16px);
}

.waterproofing-detail-panel img {
    width: 100%;
    max-height: 17rem;
    border-radius: 6px;
    object-fit: cover;
}

.waterproofing-detail-panel strong {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.18;
}

.waterproofing-detail-panel span {
    color: rgba(255, 255, 255, .74);
    font-weight: 750;
    line-height: 1.42;
}

.waterproofing-detail-nav {
    position: sticky;
    top: 4.25rem;
    z-index: 35;
    display: flex;
    justify-content: center;
    gap: .45rem;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .94);
    padding: .55rem 1rem;
    backdrop-filter: blur(16px);
}

.waterproofing-detail-nav a {
    flex: 0 0 auto;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: .48rem .8rem;
    color: #26364b;
    font-size: .72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.waterproofing-detail-nav a:hover,
.waterproofing-detail-nav a.is-active {
    border-color: var(--line);
    background: #f5f8fb;
    color: #06172d;
}

.waterproofing-system-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: #fff;
}

.waterproofing-system-strip span {
    min-height: 4.8rem;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--line);
    padding: 1rem clamp(1rem, 2.4vw, 1.4rem);
    color: #06172d;
    font-weight: 950;
}

.waterproofing-system-strip span:last-child {
    border-right: 0;
}

.waterproofing-system-products {
    background: #f4f8fc;
}

.waterproofing-system-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: .85rem;
}

.waterproofing-system-product-grid article {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 36px rgba(6, 23, 45, .08);
}

.waterproofing-system-product-image {
    display: grid;
    height: clamp(13rem, 16vw, 16rem);
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(180deg, #fff, #f4f8fc);
    padding: .85rem;
}

.waterproofing-system-product-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.waterproofing-system-product-grid article > div:last-child {
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    gap: .55rem;
    padding: .85rem;
}

.waterproofing-system-product-meta {
    color: #0b5fac;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.waterproofing-system-product-grid h3 {
    margin: 0;
    color: #06172d;
    font-size: 1rem;
    line-height: 1.14;
}

.waterproofing-system-product-grid p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.38;
}

.waterproofing-system-guidance {
    display: grid;
    grid-template-columns: minmax(0, .55fr) minmax(0, .9fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.waterproofing-system-guidance h2 {
    margin: 0;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
}

.waterproofing-system-note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

.waterproofing-system-note-grid article {
    min-height: 10rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8fbff;
    padding: 1rem;
}

.waterproofing-system-note-grid strong,
.waterproofing-system-note-grid span {
    display: block;
}

.waterproofing-system-note-grid strong {
    color: #06172d;
    line-height: 1.12;
}

.waterproofing-system-note-grid span {
    margin-top: .6rem;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.4;
}

@media (max-width: 1180px) {
    .esd-overview,
    .esd-system-grid-polished .esd-system-card,
    .chemco-intro,
    .chemco-specs,
    .chemco-application-band,
    .chemco-resources,
    .chemco-quote,
    .chemco-detail-hero,
    .chemco-category-overview,
    .chemco-category-applications {
        grid-template-columns: 1fr;
    }

    .esd-system-grid-polished {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chemco-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esd-system-grid-polished .esd-system-card img {
        height: 8.5rem;
        min-height: 0;
    }

    .waterproofing-hero,
    .waterproofing-detail-hero,
    .waterproofing-intro,
    .waterproofing-project-section,
    .waterproofing-quote,
    .waterproofing-system-guidance {
        grid-template-columns: 1fr;
    }

    .waterproofing-application-grid,
    .waterproofing-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .esd-page-nav {
        top: 4rem;
        justify-content: start;
        overflow-x: auto;
    }

    .chemco-page-nav {
        top: 4rem;
        justify-content: start;
    }

    .esd-hero-polished {
        min-height: auto;
    }

    .chemco-hero {
        min-height: auto;
        padding: 3rem 1rem;
    }

    .chemco-detail-hero {
        padding: 3rem 1rem;
    }

    .chemco-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .chemco-detail-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .chemco-detail-hero aside {
        min-height: 16rem;
    }

    .esd-overview-visual {
        min-height: 22rem;
    }

    .esd-system-grid-polished {
        grid-template-columns: 1fr;
    }

    .esd-system-grid-polished .esd-system-card img {
        height: 9.5rem;
    }

    .esd-system-details {
        grid-template-columns: 1fr;
    }

    .esd-risk-grid-polished,
    .esd-industries-polished .esd-industry-grid,
    .esd-benefits-polished .esd-benefit-grid,
    .chemco-audience-strip,
    .chemco-product-grid,
    .chemco-proof-grid,
    .chemco-application-band ul,
    .chemco-resource-links,
    .chemco-category-applications ul,
    .chemco-product-name-grid,
    .chemco-quote form {
        grid-template-columns: 1fr;
    }

    .chemco-audience-strip article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .chemco-audience-strip article:last-child {
        border-bottom: 0;
    }

    .chemco-product-image {
        height: clamp(12rem, 55vw, 15rem);
    }

    .chemco-product-list-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .chemco-product-list-cta .button {
        width: 100%;
    }

    .chemco-quote textarea,
    .chemco-quote button {
        grid-column: auto;
    }

    .waterproofing-hero {
        min-height: auto;
        padding: 3rem 1rem;
    }

    .waterproofing-detail-hero {
        min-height: auto;
        padding: 3rem 1rem;
    }

    .waterproofing-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .waterproofing-detail-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .waterproofing-audience-strip,
    .waterproofing-application-grid,
    .waterproofing-industry-grid,
    .waterproofing-system-strip,
    .waterproofing-system-note-grid,
    .waterproofing-quote form {
        grid-template-columns: 1fr;
    }

    .waterproofing-audience-strip article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .waterproofing-audience-strip article:last-child {
        border-bottom: 0;
    }

    .waterproofing-application-grid img {
        height: 18rem;
    }

    .waterproofing-industry-grid a {
        min-height: 14rem;
    }

    .waterproofing-detail-nav {
        top: 4rem;
        justify-content: start;
    }

    .waterproofing-system-product-image {
        height: clamp(13rem, 58vw, 16rem);
    }

    .waterproofing-system-products .catalog-toolbar > div {
        min-width: 0;
    }

    .waterproofing-system-products .catalog-toolbar h2 {
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: clamp(1.45rem, 6.4vw, 1.95rem);
    }

    .waterproofing-system-strip span {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .waterproofing-system-strip span:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 760px) {
    .product-related-section .product-grid.compact {
        grid-template-columns: 1fr;
    }

    .product-related-section .product-card {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        min-height: 0;
        overflow: hidden;
    }

    .product-related-section .product-image {
        display: grid;
        height: clamp(13rem, 56vw, 15.5rem);
        min-height: 0;
        place-items: center;
        overflow: hidden;
        border-bottom: 1px solid var(--line);
        padding: .75rem;
    }

    .product-related-section .product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .product-related-section .product-card-body {
        position: relative;
        z-index: 1;
        background: var(--surface);
        padding: .85rem;
    }
}

.urethane-page-hero {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(18rem, .36fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
    min-height: min(660px, calc(100vh - 4.25rem));
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.urethane-page-hero h1 {
    max-width: 1080px;
    margin: .4rem 0 1rem;
    font-size: clamp(2.45rem, 4.5vw, 4.85rem);
    line-height: .98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.urethane-page-hero > div {
    min-width: 0;
}

.urethane-page-hero p {
    max-width: 840px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.urethane-hero-panel {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    background: rgba(6, 23, 45, .9);
    padding: 1rem;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
}

.urethane-hero-panel span,
.urethane-hero-panel dt {
    color: var(--gold);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.urethane-hero-panel strong {
    display: block;
    margin-top: .45rem;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.18;
}

.urethane-hero-panel dl {
    display: grid;
    gap: .65rem;
    margin: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 1rem;
}

.urethane-hero-panel div {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: .7rem;
}

.urethane-hero-panel dd {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 850;
}

.urethane-use-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--line);
    background: #fff;
}

.urethane-use-strip article {
    min-height: 8.6rem;
    border-right: 1px solid var(--line);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.urethane-use-strip article:last-child {
    border-right: 0;
}

.urethane-use-strip strong,
.urethane-use-strip span {
    display: block;
}

.urethane-use-strip strong {
    color: #06172d;
    font-size: 1.08rem;
    line-height: 1.12;
}

.urethane-use-strip span {
    margin-top: .5rem;
    color: var(--muted);
    font-weight: 750;
    line-height: 1.42;
}

.urethane-education,
.urethane-system-section,
.urethane-selection-section,
.urethane-industry-section {
    display: grid;
    grid-template-columns: minmax(0, .62fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    background: #fff;
}

.urethane-copy h2,
.urethane-system-section h2,
.urethane-selection-section h2,
.urethane-industry-section h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.35vw, 3.25rem);
    line-height: 1.04;
}

.urethane-copy p,
.urethane-system-section p,
.urethane-selection-section p {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.58;
}

.urethane-feature-list,
.urethane-step-grid {
    display: grid;
    gap: .8rem;
}

.urethane-feature-list article,
.urethane-step-grid article,
.urethane-system-grid article {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8fbff;
    padding: 1rem;
}

.urethane-feature-list strong,
.urethane-feature-list span,
.urethane-step-grid strong,
.urethane-step-grid span {
    display: block;
}

.urethane-feature-list strong,
.urethane-step-grid strong {
    color: #06172d;
    line-height: 1.12;
}

.urethane-feature-list span,
.urethane-step-grid span {
    margin-top: .55rem;
    color: var(--muted);
    font-size: .93rem;
    line-height: 1.45;
}

.urethane-product-section {
    background: #f4f8fc;
}

.urethane-product-section .catalog-toolbar {
    align-items: center;
}

.urethane-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.urethane-product-grid .product-card {
    background: #fff;
}

.urethane-product-grid .product-image {
    height: clamp(12rem, 15vw, 15rem);
    overflow: hidden;
    padding: 1.1rem;
}

.urethane-product-grid .product-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.urethane-product-grid .product-card-body {
    grid-template-rows: auto auto auto auto auto;
    height: 100%;
}

.urethane-product-grid .product-card h3,
.urethane-product-grid .product-card p,
.urethane-product-grid .tag-row {
    min-height: 0;
    overflow: visible;
}

.urethane-product-grid .product-card p {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.urethane-product-grid .tag-row {
    max-height: none;
}

.urethane-product-grid .card-actions {
    align-self: end;
    margin-top: .35rem;
}

.urethane-system-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.urethane-system-grid article {
    min-height: 12.5rem;
}

.urethane-system-grid span {
    color: var(--clay);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.urethane-system-grid strong {
    display: block;
    margin-top: .4rem;
    color: #06172d;
    font-size: 1.08rem;
    line-height: 1.14;
}

.urethane-system-grid p {
    margin: .65rem 0 0;
    font-size: .94rem;
}

.urethane-industry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.urethane-industry-grid span {
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #f8fbff;
    padding: .9rem 1rem;
    color: #06172d;
    font-weight: 900;
}

.urethane-faq-section {
    background: #f4f8fc;
}

.urethane-final-cta {
    background: #06172d;
}

@media (max-width: 1180px) {
    .urethane-page-hero,
    .urethane-education,
    .urethane-system-section,
    .urethane-selection-section,
    .urethane-industry-section {
        grid-template-columns: 1fr;
    }

    .urethane-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
    }

    .urethane-product-grid .product-image {
        height: 10.75rem;
    }
}

@media (max-width: 760px) {
    .urethane-page-hero {
        min-height: auto;
        padding: 3rem 1rem;
    }

    .urethane-page-hero h1 {
        font-size: clamp(1.95rem, 9.4vw, 2.85rem);
        line-height: 1.02;
    }

    .urethane-copy h2,
    .urethane-system-section h2,
    .urethane-selection-section h2,
    .urethane-industry-section h2,
    .urethane-product-section .catalog-toolbar h2,
    .urethane-faq-section h2 {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
        line-height: 1.06;
        overflow-wrap: anywhere;
    }

    .urethane-use-strip,
    .urethane-system-grid,
    .urethane-industry-grid,
    .urethane-product-section .product-grid.dense.urethane-product-grid {
        grid-template-columns: 1fr;
    }

    .urethane-use-strip article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .urethane-use-strip article:last-child {
        border-bottom: 0;
    }

    .urethane-product-grid .product-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        overflow: hidden;
    }

    .urethane-product-grid .product-image {
        height: clamp(12rem, 56vw, 15rem);
        min-height: 0;
    }
}
