:root {
    --navy: #0e162a;
    --green-950: #01525e;
    --green-900: #017282;
    --green-800: #028a9c;
    --green-700: #03a3b7;
    --brass-700: #a57a28;
    --brass-600: #c79a3a;
    --brass-500: #e0b85a;
    --brass-400: #ebc978;
    --brass-300: #f0d99a;
    --ivory: #f4fbfd;
    --sand: #e7f4f6;
    --line: #cfe3e7;
    --white: #fff;
    --ink: #14363b;
    --muted: #4f6d72;
    --shadow: 0 18px 42px rgba(1, 114, 130, .14);
    --radius: 16px;
    --font-serif: "Signika", Arial, sans-serif;
    --font-sans: "Signika", Arial, sans-serif;
    --hero-grad: linear-gradient(118deg, #01525e, #017282 58%, #0294a8);
    --hero-grad-soft: linear-gradient(118deg, #eaf7f9, #d9f0f4 55%, #c8e9ef);
    --grid-pattern: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
    --grid-pattern-dark: linear-gradient(rgba(1,114,130,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(1,114,130,.08) 1px, transparent 1px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: linear-gradient(180deg, #f7fcfd 0%, #eef8fa 45%, #e7f4f7 100%);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-serif); line-height: 1.18; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.55rem); }
h3 { line-height: 1.3; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 23px 0; position: relative; }
.section-soft {
    color: white;
    background: var(--hero-grad);
    overflow: hidden;
}
.section-soft::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: var(--grid-pattern);
    background-size: 64px 64px;
    pointer-events: none;
}
.section-soft > .container { position: relative; z-index: 1; }
.section-soft .section-heading h2,
.section-soft .text-link { color: white; }
.section-soft .section-heading p { color: #d0e5e8; }
.section-soft .eyebrow { color: var(--brass-300); }
.section-soft .text-link span { color: var(--brass-400); }
.section-soft .why-copy h2,
.section-soft .benefit-list strong { color: white; }
.section-soft .benefit-list small { color: #d0e5e8; }
.sr-only, .skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus { width: auto; height: auto; clip: auto; margin: 8px; padding: 8px 14px; background: white; z-index: 1000; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--brass-700);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow-light { color: var(--brass-300); }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 800;
    transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 40px; padding-inline: 17px; font-size: .82rem; }
.button-brass { background: linear-gradient(135deg, var(--brass-400), var(--brass-500)); color: #0e3d44; box-shadow: 0 8px 22px rgba(224, 184, 90, .28); }
.button-brass:hover { background: linear-gradient(135deg, #f0d48a, var(--brass-400)); }
.button-dark { background: linear-gradient(135deg, #0399ad, #02b0c6); color: white; box-shadow: 0 8px 20px rgba(2, 148, 168, .25); }
.button-light { background: rgba(255,255,255,.95); color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: white; background: rgba(255,255,255,.06); }
.button-outline-dark { border-color: #4db8c6; color: var(--ink); background: rgba(1,114,130,.04); }
.button-ghost {
    color: var(--ink);
    background: #eaf7f9;
    border-color: rgba(1,114,130,.16);
}
.button-ghost:hover { background: #d9f0f4; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--ink); font-weight: 800; white-space: nowrap; }
.text-link span { color: var(--brass-600); margin-left: 5px; }

.utility-bar {
    position: relative;
    overflow: hidden;
    color: #d5dde8;
    background: linear-gradient(90deg, #0e162a, #142038 55%, #0f1a30);
    font-size: .73rem;
}
.utility-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image: var(--grid-pattern);
    background-size: 48px 48px;
    pointer-events: none;
}
.utility-inner { position: relative; z-index: 1; min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner div { display: flex; gap: 22px; }
.utility-inner a:hover { color: var(--brass-300); }
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: white;
    background: linear-gradient(90deg, rgba(14,22,42,.98), rgba(20,32,56,.98));
    border-bottom: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(14px);
}
.header-inner { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: white; }
.brand-mark { position: relative; width: 32px; height: 32px; display: inline-block; transform: rotate(-13deg); }
.brand-mark i { position: absolute; left: 1px; top: 3px; width: 25px; height: 11px; background: var(--brass-500); border-radius: 10px 3px 10px 3px; }
.brand-mark i:last-child { left: 7px; top: 17px; width: 24px; background: var(--green-700); }
.brand strong { display: block; font-size: 1.18rem; line-height: 1.1; letter-spacing: -.035em; }
.brand strong span { color: var(--brass-500); }
.brand small { display: block; margin-top: 4px; color: #b2d0d5; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 29px; font-size: .82rem; font-weight: 700; }
.desktop-nav a { position: relative; color: #d4e8eb; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: white; }
.desktop-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -25px; height: 2px; background: var(--brass-500); }
.header-cta { justify-self: end; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(118deg, #01525e, var(--green-900) 58%, #0294a8); }
.hero-pattern { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 3%, black, transparent); }
.hero::after { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; top: -120px; border: 1px solid rgba(234,209,140,.18); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; min-height: 360px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 30px; padding-block: 48px; }
.hero h1 { max-width: 560px; margin-bottom: 14px; font-size: clamp(1.7rem, 3.6vw, 3.4rem); }
.hero h1 em { display: block; color: var(--brass-300); font-style: italic; }
.hero-copy > p { max-width: 520px; margin-bottom: 18px; color: #d0e5e8; font-size: .92rem; }
.hero-search { max-width: 560px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 5px; background: white; border-radius: 10px; box-shadow: 0 12px 32px rgba(0,0,0,.18); }
.hero-search > span { padding-left: 8px; color: var(--muted); font-size: 1.15rem; }
.hero-search input { min-width: 0; height: 40px; border: 0; outline: 0; color: var(--ink); font-size: .88rem; }
.hero-search button { height: 40px; padding: 0 16px; color: #0e3d44; background: linear-gradient(135deg, var(--brass-400), var(--brass-500)); border: 0; border-radius: 7px; font-weight: 800; font-size: .82rem; }
.hero-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; color: #9eb7b0; font-size: .78rem; }
.hero-links a { color: #d6e2de; text-decoration: underline; text-underline-offset: 3px; }
.hero-visual { position: relative; min-height: 265px; }
.visual-orbit { position: absolute; border: 1px solid rgba(234,209,140,.22); border-radius: 50%; }
.orbit-one { width: 220px; height: 220px; right: 4%; top: 7%; }
.orbit-two { width: 156px; height: 156px; right: 17%; top: 18%; border-style: dashed; }
.brass-part { position: absolute; background: linear-gradient(145deg, #f0d581 5%, #bb8327 42%, #7f5418 100%); box-shadow: 12px 18px 30px rgba(0,0,0,.28), inset 5px 7px 12px rgba(255,255,255,.25); }
.part-main { width: 112px; height: 112px; right: 20%; top: 24%; border-radius: 50%; }
.part-main::before, .part-main::after { content: ""; position: absolute; border-radius: 50%; inset: 15px; background: var(--green-900); box-shadow: inset 7px 9px 15px rgba(0,0,0,.35); }
.part-main::after { inset: 34px; background: #014853; }
.part-main i, .part-main b { position: absolute; z-index: 2; width: 11px; height: 11px; left: 50px; top: -6px; border-radius: 3px; background: var(--brass-300); box-shadow: 0 113px 0 var(--brass-700); }
.part-main b { transform: rotate(90deg); }
.part-small { width: 52px; height: 66px; border-radius: 10px 10px 16px 16px; transform: rotate(18deg); }
.part-small::before { content: ""; position: absolute; inset: 9px; border-radius: 5px; border: 2px solid rgba(77,43,5,.35); }
.part-a { left: 2%; top: 12%; }
.part-b { right: 3%; bottom: 4%; transform: rotate(-24deg) scale(.75); }
.visual-note { position: absolute; z-index: 3; min-width: 120px; padding: 9px 11px; color: var(--ink); background: rgba(255,255,255,.93); border-radius: 8px; box-shadow: var(--shadow); }
.visual-note strong, .visual-note span { display: block; }
.visual-note strong { font-size: .85rem; }
.visual-note span { color: var(--muted); font-size: .58rem; }
.note-one { left: 0; bottom: 15%; }
.note-two { right: 0; top: 12%; }
.assurance {
    background: #fff;
    border-block: 1px solid #e5eef0;
}
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.assurance-grid > div { padding: 26px 30px; border-right: 1px solid #e8f0f2; }
.assurance-grid > div:last-child { border-right: 0; }
.assurance strong, .assurance span { display: block; }
.assurance strong { color: var(--ink); font-size: 1.1rem; }
.assurance span { color: var(--muted); font-size: .8rem; }

.narrow-card {
    max-width: 960px;
    padding: 46px 60px;
    text-align: center;
    color: var(--ink);
    background: #fff;
    border: 1px solid #e6eef0;
    border-radius: var(--radius);
    box-shadow: 0 10px 28px rgba(1, 114, 130, .06);
}
.narrow-card .eyebrow { color: var(--ink); }
.narrow-card h2 { margin-bottom: 17px; font-size: clamp(1.7rem, 3vw, 2.75rem); color: var(--ink); }
.narrow-card p { max-width: 790px; margin: 0 auto; color: var(--muted); }
.section-heading { margin-bottom: 11px; }
.section-heading h2 { margin-bottom: 10px; color: var(--ink); }
.section-heading p { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.centered-heading { text-align: center; }
.centered-heading p { margin-inline: auto; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
    min-height: 320px;
    height: 100%;
    padding: 28px 20px 22px;
    background: #fff;
    border: 1px solid #e8eef0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(14, 22, 42, .04);
    transition: .2s ease;
}
.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(1, 114, 130, .1);
    border-color: rgba(1, 114, 130, .2);
}
.category-card-logo {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 50%;
    color: var(--ink);
    background: #fff;
    border: 2px solid var(--cat-color, var(--green-900));
    font-weight: 800;
    font-size: .95rem;
    box-shadow: none;
}
.category-card h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.3;
}
.category-card h3 a:hover { color: var(--ink); }
.category-card ul {
    flex: 1;
    width: 100%;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    text-align: left;
}
.category-card li {
    padding: 5px 0;
    color: #64748b;
    font-size: .78rem;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #f1f5f7;
}
.category-card li:first-child { border-top: 0; }
.category-card li a { color: #64748b; }
.category-card li a:hover { color: var(--ink); }
.category-card li.is-muted { color: #94a3b8; font-style: italic; }
.category-card-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin: 0;
    color: var(--ink) !important;
    background: #fff !important;
    border: 1.5px solid var(--cat-color, var(--green-900));
    border-radius: 9px;
    font-size: .82rem;
    font-weight: 800;
    box-shadow: none;
}
.category-card-count:hover {
    background: color-mix(in srgb, var(--cat-color, #017282) 8%, #fff) !important;
    transform: translateY(-1px);
}

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalogue-grid { grid-template-columns: repeat(3, 1fr); }
.product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: auto;
    padding: 18px;
    background: #fff;
    border: 1px solid #e8eef0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(14, 22, 42, .04);
    transition: .2s ease;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(1, 114, 130, .1);
    border-color: rgba(1, 114, 130, .2);
}
.product-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
    min-height: 26px;
}
.product-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    padding-right: 4px;
}
.product-card-top .share-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    margin-left: auto;
    border-radius: 6px;
    padding: 0;
}
.product-card-top .share-icon svg {
    width: 13px;
    height: 13px;
}
.chip {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 10px;
    border-radius: 9px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .01em;
    box-sizing: border-box;
}
.chip-solid {
    color: var(--ink);
    background: #fff;
    border: 1.5px solid var(--chip-color, #017282);
    box-shadow: none;
}
.chip-teal { color: var(--ink); background: #fff; border: 1.5px solid #0f766e; }
.chip-green { color: var(--ink); background: #fff; border: 1.5px solid #15803d; }
.chip-amber { color: var(--ink); background: #fff; border: 1.5px solid #d97706; }
.chip-rose { color: var(--ink); background: #fff; border: 1.5px solid #e11d48; }
.chip-violet { color: var(--ink); background: #fff; border: 1.5px solid #7c3aed; }
.product-card-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.product-card-logo {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--cat-color, #017282);
    background: #fff;
}
.product-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card-brand h3 {
    margin: 0;
    min-width: 0;
    color: #0f172a;
    font-family: var(--font-sans);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-brand h3 a:hover { color: var(--ink); }
.product-card-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
    max-height: none;
    overflow: visible;
}
.product-card-skills span {
    padding: 4px 9px;
    color: #475569;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    font-size: .78rem;
    font-weight: 700;
}
.product-card-bottom {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #eef2f4;
}
.product-card-bottom .button {
    width: 100%;
    min-height: 40px;
    padding-inline: 10px;
    text-align: center;
}

.industries-section {
    background: transparent;
    color: inherit;
}
.industries-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.industries-copy h2 { color: var(--ink); }
.industries-copy p { color: var(--muted); margin-bottom: 28px; }
.industry-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.industry-list div {
    padding: 17px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #e6eef0;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(1, 114, 130, .04);
}
.industry-list span { margin-right: 10px; color: var(--brass-600); font-size: .65rem; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps-grid article {
    position: relative;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e6eef0;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(1,114,130,.06);
}
.steps-grid article:not(:last-child)::after { content: "→"; position: absolute; right: -17px; top: 35px; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; color: #0e3d44; background: linear-gradient(135deg, var(--brass-400), var(--brass-500)); border: 0; border-radius: 50%; }
.steps-grid span { display: block; margin-bottom: 20px; color: var(--brass-600); font-size: .75rem; font-weight: 800; }
.steps-grid h3 { color: var(--ink); font-size: 1rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.why-visual {
    position: relative;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px;
    overflow: hidden;
    color: var(--ink);
    background: #fff;
    border: 1px solid #e6eef0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(1, 114, 130, .06);
}
.why-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .55;
    background-image: var(--grid-pattern-dark);
    background-size: 56px 56px;
    pointer-events: none;
}
.why-visual > * { position: relative; z-index: 1; }
.why-visual span { color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .2em; }
.why-visual strong { max-width: 350px; margin: 8px 0 15px; font-family: var(--font-serif); font-size: 2.1rem; line-height: 1.25; color: var(--ink); }
.why-visual small { color: var(--muted); }
.why-copy h2 { color: var(--ink); }
.benefit-list { display: grid; gap: 16px; margin-top: 26px; }
.benefit-list > div { display: grid; grid-template-columns: auto 1fr; gap: 14px; }
.benefit-list i { width: 30px; height: 30px; display: grid; place-items: center; color: #0e3d44; background: linear-gradient(135deg, var(--brass-400), var(--brass-500)); border-radius: 50%; font-style: normal; font-weight: 900; }
.benefit-list strong, .benefit-list small { display: block; }
.benefit-list strong { color: var(--ink); }
.benefit-list small { margin-top: 2px; color: var(--muted); }
.custom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 48px 55px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #e6eef0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(1, 114, 130, .06);
}
.custom-cta .eyebrow { color: var(--ink); }
.custom-cta h2 { max-width: 680px; margin-bottom: 12px; color: var(--ink); font-size: clamp(1.7rem, 3vw, 2.8rem); }
.custom-cta p { max-width: 670px; margin: 0; color: var(--muted); }
.button-outline {
    border: 1px solid #4db8c6;
    color: var(--ink);
    background: rgba(1,114,130,.04);
}
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-grid h2 { color: var(--ink); }
.faq-grid > div:first-child p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; text-align: left; color: var(--ink); background: none; border: 0; font-weight: 800; }
.accordion-item button i { color: var(--brass-600); font-style: normal; font-size: 1.2rem; transition: .2s; }
.accordion-item button[aria-expanded=true] i { transform: rotate(45deg); }
.accordion-item div { padding: 0 35px 16px 0; }
.accordion-item p { margin: 0; color: var(--muted); }

.pre-footer {
    position: relative;
    overflow: hidden;
    color: white;
    background: var(--hero-grad);
    border-top: 2px solid var(--brass-400);
}
.pre-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: var(--grid-pattern);
    background-size: 64px 64px;
    pointer-events: none;
}
.pre-footer-inner { position: relative; z-index: 1; min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pre-footer h2 { margin-bottom: 9px; color: white; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.pre-footer p { margin: 0; color: #d0e5e8; }
.site-footer {
    position: relative;
    overflow: hidden;
    color: #b8c4d6;
    background: linear-gradient(145deg, #0e162a, #142038 55%, #0f1a30);
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: var(--grid-pattern);
    background-size: 64px 64px;
    pointer-events: none;
}
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr 1fr .8fr 1fr; gap: 60px; padding-block: 72px; }
.footer-about p { max-width: 330px; margin: 24px 0; }
.location-chip { display: inline-flex; padding: 7px 11px; color: var(--brass-300); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 6px; font-size: .7rem; }
.site-footer h3 { margin-bottom: 18px; color: white; font-size: .85rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; font-size: .76rem; }
.site-footer a:hover { color: var(--brass-300); }
.footer-contact-title { margin-top: 27px; }
.footer-bottom { position: relative; z-index: 1; min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }
.bottom-nav { display: none; }

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 38px 0;
    color: white;
    background: var(--hero-grad);
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: var(--grid-pattern);
    background-size: 64px 64px;
    pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 6px; font-size: clamp(1.35rem, 2.8vw, 2.15rem); }
.page-hero p { max-width: 690px; margin: 0; color: #d0e5e8; font-size: .85rem; }
.breadcrumbs { margin-bottom: 10px; color: var(--brass-300); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.catalogue-section { padding-top: 9px; }
.catalogue-topbar { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.catalogue-search-bar { flex: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 5px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.catalogue-search-bar > span { padding-left: 8px; color: var(--muted); font-size: 1.1rem; }
.catalogue-search-bar input { min-width: 0; height: 40px; border: 0; outline: 0; background: transparent; }
.catalogue-sort-form { min-width: 190px; }
.catalogue-sort-form .field-control { min-height: 50px; }
.category-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.catalogue-industries { margin-bottom: 22px; }
.catalogue-industries-title {
    margin: 0 0 18px;
    text-align: center;
    color: var(--ink);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -.02em;
}
.category-chip-row--industries {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}
.category-chip-row--industries .category-chip {
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 12px 8px 8px;
    color: var(--ink);
    background: #fff;
    border: 1.5px solid var(--chip-color, #017282);
    border-radius: 9px;
    font-size: .88rem;
    font-weight: 600;
    box-shadow: none;
    white-space: nowrap;
}
.category-chip-row--industries .category-chip-icon {
    flex: 0 0 auto;
    min-width: 28px;
    height: 28px;
    padding: 0 5px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    border: 1.5px solid var(--chip-color, #017282);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1;
    box-sizing: border-box;
}
.category-chip-row--industries .category-chip-label {
    white-space: nowrap;
}
.category-chip-row--industries .category-chip small {
    color: var(--muted);
    opacity: 1;
    font-size: .82rem;
    font-weight: 600;
}
.category-chip-row--industries .category-chip:hover {
    background: color-mix(in srgb, var(--chip-color, #017282) 8%, #fff);
    transform: translateY(-1px);
}
.category-chip-row--industries .category-chip.is-active {
    color: var(--ink);
    background: #fff;
    border-width: 2px;
    box-shadow: 0 0 0 1px var(--chip-color, #017282);
}
.category-chip-row--industries .category-chip.is-active small {
    color: var(--muted);
}
.category-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    color: var(--ink);
    background: #fff;
    border: 1.5px solid var(--chip-color, #017282);
    border-radius: 9px;
    font-size: .84rem;
    font-weight: 700;
    transition: .18s ease;
}
.category-chip small {
    color: var(--muted);
    opacity: .75;
    font-size: .78rem;
}
.category-chip:hover {
    background: color-mix(in srgb, var(--chip-color, #017282) 8%, #fff);
    transform: translateY(-1px);
}
.category-chip.is-active {
    color: var(--ink);
    background: #fff;
    border-color: var(--chip-color, #017282);
    border-width: 2px;
    box-shadow: 0 0 0 1px var(--chip-color, #017282);
}
.category-chip.is-active small { color: var(--muted); opacity: 1; }
.catalogue-pitch { padding-block: 18px; }
.catalogue-pitch-inner {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}
.catalogue-pitch .eyebrow { display: inline-block; margin-bottom: 10px; }
.catalogue-pitch h2 { margin-bottom: 12px; color: var(--ink); }
.catalogue-pitch p { margin: 0 auto 22px; color: var(--muted); max-width: 540px; }
.catalogue-pitch .button-row { justify-content: center; }
.catalogue-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.catalogue-toolbar p { margin: 0; color: var(--muted); }
.catalogue-toolbar strong { color: var(--ink); }
.catalogue-grid { grid-template-columns: repeat(3, 1fr); }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.filter-chip { padding: 6px 9px; color: #0e3d44; background: linear-gradient(135deg, #f0d99a, #e0b85a); border-radius: 6px; font-size: .67rem; font-weight: 800; }
.empty-state { padding: 70px 30px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 12px; }
.empty-state h2 { color: var(--ink); font-size: 1.6rem; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 38px; }
.pagination a, .pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; font-size: .72rem; font-weight: 800; }
.pagination span { color: white; background: var(--green-900); border-color: var(--green-900); }
.form-field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .8rem; font-weight: 700; }
.field-control, .form-field input, .form-field select, .form-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--ink);
    background: white;
    border: 1px solid #cec8b9;
    border-radius: 8px;
    outline: none;
}
.field-control:focus, .form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--brass-600); box-shadow: 0 0 0 3px rgba(184,137,45,.12); }

.product-detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.product-gallery { position: sticky; top: 102px; }
.product-hero-visual {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    display: grid;
    place-items: center;
    background: var(--hero-grad);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
}
.product-hero-visual::before { display: none; }
.product-hero-visual img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; display: block; border-radius: 18px; padding: 0; box-sizing: border-box; }
.product-hero-visual .product-shape { display: none; }
.product-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.product-thumb {
    padding: 0;
    overflow: hidden;
    background: var(--hero-grad);
    border: 1px solid rgba(1,114,130,.2);
    border-radius: 10px;
    cursor: pointer;
}
.product-thumb img { width: 100%; height: 78px; object-fit: cover; object-position: center; display: block; padding: 0; box-sizing: border-box; }
.product-thumb.is-active { border-color: var(--brass-500); box-shadow: 0 0 0 2px rgba(224,184,90,.35); }
.product-thumb:hover { border-color: #4db8c6; }
.product-badge { display: inline-flex; margin-bottom: 15px; padding: 5px 9px; color: var(--brass-700); background: #f4ead1; border-radius: 5px; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.product-detail h1 { margin-bottom: 18px; color: var(--ink); font-size: clamp(2rem, 4vw, 3.4rem); }
.product-lead { color: var(--muted); font-size: 1rem; }
.quick-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0; }
.quick-specs div { padding: 14px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.quick-specs span, .quick-specs strong { display: block; }
.quick-specs span { color: var(--muted); font-size: .78rem; }
.quick-specs strong { margin-top: 3px; color: var(--ink); font-size: 1rem; font-weight: 600; }
.detail-cta {
    position: relative;
    overflow: hidden;
    padding: 23px;
    background: var(--hero-grad);
    border-radius: 12px;
    color: white;
}
.detail-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image: var(--grid-pattern);
    background-size: 48px 48px;
    pointer-events: none;
}
.detail-cta > * { position: relative; z-index: 1; }
.detail-cta p { margin-bottom: 14px; color: #d0e5e8; font-size: .78rem; }
.spec-table { margin-top: 35px; border-top: 1px solid var(--line); }
.spec-table div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.spec-table dt { color: var(--muted); font-size: .88rem; }
.spec-table dd { margin: 0; color: var(--ink); font-weight: 600; font-size: 1rem; }
.application-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.application-tags span { padding: 6px 10px; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: .82rem; color: var(--ink); }

.content-wrap { max-width: 850px; }
.prose { color: #4d5650; }
.prose h2 { margin-top: 45px; color: var(--ink); font-size: 1.7rem; }
.prose h3 { margin-top: 30px; color: var(--ink); }
.prose a { color: var(--brass-700); text-decoration: underline; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.contact-card, .rfq-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 25px rgba(1,114,130,.05); }
.contact-list { display: grid; gap: 17px; margin-top: 25px; }
.contact-list div { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.contact-list span, .contact-list strong { display: block; }
.contact-list span { color: var(--muted); font-size: .68rem; }
.contact-list strong { margin-top: 4px; color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field-full { grid-column: 1 / -1; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-note { padding: 12px 14px; color: var(--ink); background: linear-gradient(135deg, #eaf7f9, #d9f0f4); border: 1px solid rgba(1,114,130,.16); border-radius: 7px; font-size: .7rem; }
.rfq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 45px; align-items: start; }
.rfq-summary {
    position: sticky;
    top: 100px;
    padding: 28px;
    color: white;
    background: var(--hero-grad);
    border-radius: 14px;
    overflow: hidden;
}
.rfq-summary::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image: var(--grid-pattern);
    background-size: 48px 48px;
    pointer-events: none;
}
.rfq-summary > * { position: relative; z-index: 1; }
.rfq-summary h2 { color: white; font-size: 1.55rem; }
.rfq-summary p, .rfq-summary li { color: #d0e5e8; font-size: .78rem; }
.rfq-summary ul { padding-left: 18px; }
.selected-product { margin: 20px 0; padding: 15px; color: #0e3d44; background: linear-gradient(135deg, var(--brass-400), var(--brass-500)); border-radius: 8px; }
.selected-product span, .selected-product strong { display: block; }
.selected-product span { font-size: .62rem; text-transform: uppercase; font-weight: 800; }
.frontend-notice { margin-top: 18px; padding: 12px; color: var(--ink); background: rgba(255,255,255,.88); border-radius: 7px; font-size: .68rem; }
.status-message { padding: 15px; border-radius: 8px; margin-bottom: 20px; background: linear-gradient(135deg, #eaf7f9, #d9f0f4); color: var(--ink); }

@media (max-width: 1050px) {
    .header-inner { grid-template-columns: 1fr auto; }
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { justify-self: end; width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; }
    .menu-toggle span { width: 19px; height: 2px; background: white; }
    .mobile-menu { position: fixed; inset: 104px 0 auto; max-height: calc(100vh - 104px); padding: 15px 20px 25px; overflow: auto; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
    .mobile-menu:not([hidden]) { display: grid; }
    .mobile-menu a { padding: 12px; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 700; }
    .hero-grid { grid-template-columns: 1fr .65fr; }
    .hero h1 { font-size: clamp(1.7rem, 3.5vw, 2.9rem); }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .catalogue-grid { grid-template-columns: repeat(2, 1fr); }
    .category-chip-row--industries .category-chip {
        flex: 0 0 auto;
    }
}

@media (max-width: 760px) {
    body { padding-bottom: 70px; font-size: 14px; }
    .container { width: min(100% - 28px, 1160px); }
    .section { padding: 16px 0; }
    .utility-bar { display: none; }
    .header-inner { min-height: 64px; }
    .site-header { top: 0; }
    .brand strong { font-size: 1.05rem; }
    .brand small { display: none; }
    .mobile-menu { top: 64px; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 36px 32px; }
    .hero h1 { font-size: clamp(1.55rem, 7.5vw, 2.35rem); }
    .hero-copy > p { font-size: .84rem; margin-bottom: 14px; }
    .hero-search { grid-template-columns: auto 1fr; padding: 4px; }
    .hero-search button { grid-column: 1 / -1; height: 38px; }
    .hero-search input { height: 38px; }
    .hero-visual { display: none; }
    .assurance-grid { grid-template-columns: 1fr 1fr; }
    .assurance-grid > div { padding: 18px 14px; border-bottom: 1px solid #e8f0f2; border-right: 0; }
    .narrow-card { padding: 32px 22px; }
    .split-heading { align-items: start; flex-direction: column; }
    .category-grid, .product-grid, .catalogue-grid, .steps-grid, .industries-grid, .why-grid, .faq-grid, .contact-grid, .rfq-layout, .product-detail-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 0; padding: 22px 18px; }
    .product-card { height: auto; min-height: 0; }
    .product-card-bottom { grid-template-columns: 1fr 1fr; }
    .product-card-bottom .button { width: 100%; font-size: .72rem; padding-inline: 8px; }
    .industry-list { grid-template-columns: 1fr; }
    .steps-grid { gap: 10px; }
    .steps-grid article:not(:last-child)::after { display: none; }
    .why-grid, .industries-grid { gap: 38px; }
    .why-visual { min-height: 300px; padding: 27px; }
    .custom-cta { align-items: stretch; flex-direction: column; padding: 32px 23px; }
    .custom-cta .button-row { flex-direction: column; }
    .pre-footer-inner { min-height: 320px; align-items: flex-start; justify-content: center; flex-direction: column; }
    .pre-footer .button-row { width: 100%; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; padding-block: 55px; }
    .footer-about { grid-column: 1 / -1; }
    .footer-bottom { min-height: 90px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 3px; }
    .bottom-nav { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; color: #75807a; background: white; border-top: 1px solid #ddd8cc; box-shadow: 0 -5px 20px rgba(0,0,0,.08); }
    .bottom-nav a { min-width: 0; display: flex; align-items: center; flex-direction: column; gap: 1px; font-size: .68rem; font-weight: 700; }
    .bottom-nav span { height: 25px; color: var(--ink); font-size: 1.12rem; line-height: 1; }
    .bottom-nav a.is-active { color: var(--ink); }
    .bottom-nav .bottom-rfq span { width: 44px; height: 44px; display: grid; place-items: center; margin-top: -28px; color: #0e3d44; background: linear-gradient(135deg, var(--brass-400), var(--brass-500)); border: 4px solid white; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,.17); font-size: 1.45rem; }
    .page-hero { padding: 28px 0; }
    .catalogue-topbar { flex-direction: column; align-items: stretch; }
    .catalogue-sort-form { min-width: 0; width: 100%; }
    .catalogue-toolbar { align-items: flex-start; flex-direction: column; }
    .category-chip-row:not(.category-chip-row--industries) { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
    .category-chip-row:not(.category-chip-row--industries) .category-chip { white-space: nowrap; }
    .category-chip-row--industries .category-chip {
        flex: 0 0 auto;
        font-size: .82rem;
    }
    .category-chip-row--industries .category-chip-icon { width: 26px; height: 26px; font-size: .62rem; }
    .product-gallery, .rfq-summary { position: static; }
    .product-hero-visual { min-height: 290px; }
    .product-hero-visual img { min-height: 290px; padding: 0; }
    .product-thumbs { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .product-thumb img { height: 64px; }
    .share-box-end { margin-top: 32px; padding: 22px 18px; }
    .quick-specs { grid-template-columns: 1fr; }
    .spec-table div { grid-template-columns: 1fr; gap: 3px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field-full { grid-column: auto; }
}

@media (max-width: 390px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-about { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; }
}

.share-box {
    margin-top: 14px;
    padding: 16px;
    background: linear-gradient(160deg, #ffffff, #f2fafb);
    border: 1px solid rgba(1,114,130,.14);
    border-radius: 12px;
}
.share-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 14px;
    margin: 36px 0 8px;
    padding: 14px 0;
}
.share-inline > strong {
    color: #334155;
    font-size: .9rem;
    font-weight: 800;
    white-space: nowrap;
}
.share-inline .share-actions {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}
.share-icon-btn {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s ease, filter .15s ease;
}
.share-icon-btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.share-icon-btn svg { display: block; }
.share-whatsapp { background: #25D366; }
.share-facebook { background: #1877F2; }
.share-linkedin { background: #0A66C2; }
.share-x { background: #111111; }
.share-copy { background: #017282; }
.share-native { background: #64748b; }
.share-inline .share-status {
    margin: 0;
    color: var(--ink);
    font-size: .72rem;
    font-weight: 700;
}
.share-box-end {
    max-width: 720px;
    margin: 48px auto 0;
    text-align: center;
    padding: 28px 26px;
    box-shadow: 0 10px 24px rgba(1,114,130,.07);
}
.share-box-end .share-box-head { justify-content: center; gap: 14px; }
.share-box-end .share-actions { justify-content: center; }
.share-box-copy { margin: 0 0 16px; color: var(--muted); font-size: .84rem; }
.share-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.share-box-head strong { color: var(--ink); font-size: .95rem; }
.share-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    color: var(--ink);
    background: #eaf7f9;
    border: 1px solid rgba(1,114,130,.16);
    border-radius: 8px;
    font-size: .72rem;
    font-weight: 800;
    cursor: pointer;
}
.share-btn:hover { background: #d9f0f4; }
.share-status { margin: 10px 0 0; color: var(--ink); font-size: .72rem; font-weight: 700; }
.share-icon { border: 1px solid var(--line); background: white; color: var(--ink); }
.share-icon svg { display: block; }
.blog-toolbar { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; margin-bottom: 18px; }
.blog-toolbar p { margin: 0; color: var(--muted); }
.blog-toolbar strong { color: var(--ink); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff, #f4fbfc);
    border: 1px solid rgba(1,114,130,.14);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(1,114,130,.08);
    transition: .2s ease;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-card-media { display: block; background: #0e162a; }
.blog-card-media img { width: 100%; height: 190px; object-fit: cover; display: block; }
.blog-card-body { display: flex; flex-direction: column; gap: 10px; padding: 18px; flex: 1; }
.blog-card-body h2 { margin: 0; font-size: 1.15rem; color: var(--ink); }
.blog-card-body h2 a:hover { color: var(--brass-700); }
.blog-card-body p { margin: 0; color: var(--muted); font-size: .84rem; }
.blog-card-meta { display: flex; gap: 12px; color: var(--brass-700); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.blog-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-tags a {
    padding: 5px 10px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 9px;
    font-size: .78rem;
    font-weight: 700;
}
.blog-layout { max-width: 860px; }
.blog-hero-block .blog-tags a {
    border-radius: 9px;
    font-size: .82rem;
    padding: 6px 12px;
}
.blog-card .blog-tags a {
    border-radius: 7px;
    font-size: .72rem;
    padding: 4px 9px;
}
.blog-hero-block h1 { margin: 12px 0 14px; color: var(--ink); font-size: clamp(1.8rem, 4vw, 3rem); }
.blog-excerpt { color: var(--muted); font-size: 1.02rem; line-height: 1.55; }
.blog-featured { margin: 24px 0 0; border-radius: 16px; overflow: hidden; }
.blog-featured img { width: 100%; height: auto; display: block; }
.blog-content { margin-top: 34px; }
.blog-content .text-brass { color: var(--brass-700); }
.blog-content .text-teal { color: var(--ink); font-weight: 700; }
.blog-content u { text-decoration-color: var(--brass-500); text-underline-offset: 3px; }
.blog-figure { margin: 28px 0; }
.blog-figure img { width: 100%; border-radius: 14px; display: block; }
.blog-figure figcaption { margin-top: 8px; color: var(--muted); font-size: .74rem; }
.blog-table { width: 100%; border-collapse: collapse; margin: 22px 0 28px; font-size: .86rem; }
.blog-table th, .blog-table td { padding: 12px 14px; border: 1px solid rgba(1,114,130,.14); text-align: left; vertical-align: top; }
.blog-table th { background: linear-gradient(135deg, #01525e, #017282); color: white; }
.blog-table tr:nth-child(even) td { background: #f3fafb; }
.blog-callout, .blog-note {
    margin: 22px 0;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(1,114,130,.16);
    background: linear-gradient(135deg, #eaf7f9, #d9f0f4);
    color: var(--ink);
}
.blog-note { background: linear-gradient(135deg, #fff7e5, #f0d99a); border-color: rgba(184,137,45,.35); }
.home-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

@media (max-width: 1050px) {
    .blog-grid, .home-blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .blog-grid, .home-blog-grid { grid-template-columns: 1fr; }
    .blog-card-media img { height: 200px; }
    .blog-table { display: block; overflow-x: auto; }
}

.product-long-copy { margin-top: 28px; padding-top: 8px; }
.product-lead { font-size: .95rem; line-height: 1.7; }
.footer-text-btn {
    padding: 0;
    color: inherit;
    background: none;
    border: 0;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.footer-text-btn:hover { color: var(--brass-300); }
.cookie-banner {
    position: fixed;
    z-index: 400;
    left: 16px;
    right: 16px;
    bottom: 84px;
    color: white;
    background: linear-gradient(118deg, #01525e, #017282 58%, #0294a8);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.cookie-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: var(--grid-pattern);
    background-size: 48px 48px;
    border-radius: inherit;
    pointer-events: none;
}
.cookie-banner-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    padding: 18px;
}
.cookie-banner strong { display: block; margin-bottom: 6px; }
.cookie-banner p { margin: 0; color: #d0e5e8; font-size: .78rem; }
.cookie-banner a { color: var(--brass-300); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-manage {
    display: grid;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,.16);
    font-size: .78rem;
}
.cookie-manage label { display: flex; align-items: center; gap: 8px; }
@media (min-width: 761px) {
    .cookie-banner { left: 24px; right: auto; bottom: 24px; width: min(520px, calc(100vw - 48px)); }
}
@media (max-width: 760px) {
    .share-inline { gap: 10px; }
    .share-inline .share-actions { flex-wrap: wrap; }
}

/* RFQ modal + spam-safe form bits */
.rfq-modal[hidden] { display: none !important; }
.rfq-modal {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: grid;
    place-items: center;
    padding: 18px;
}
.rfq-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 22, 42, .55);
    backdrop-filter: blur(2px);
}
.rfq-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    max-height: min(92vh, 900px);
    overflow: auto;
    padding: 16px 18px 14px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(14, 22, 42, .28);
}
.rfq-modal-x {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    background: #eef6f8;
    color: var(--ink);
    font-size: 1.25rem;
    line-height: 1;
}
.rfq-modal-head { margin-bottom: 10px; padding-right: 36px; }
.rfq-modal-head h2 {
    margin: 0 0 2px;
    font-size: clamp(1.05rem, 2.4vw, 1.28rem);
    color: var(--ink);
    line-height: 1.3;
}
.rfq-modal-head h2 em {
    font-style: normal;
    color: var(--ink);
}
.rfq-modal-head p { margin: 0; color: var(--muted); font-size: .72rem; }
.rfq-modal-status, [data-contact-status] {
    margin-bottom: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #eaf7f9;
    color: var(--ink);
    font-size: .74rem;
    font-weight: 700;
}
.rfq-modal-status.is-error, [data-contact-status].is-error {
    background: #fff1f2;
    color: #be123c;
}
.rfq-modal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}
.rfq-modal-grid .form-field { margin: 0; }
.rfq-modal-grid .form-field-full { grid-column: 1 / -1; }
.rfq-modal-grid label { display: block; margin-bottom: 3px; color: var(--ink); font-size: .78rem; font-weight: 700; }
.rfq-modal-grid label em { font-style: normal; font-weight: 600; color: var(--muted); }
.rfq-modal-grid input,
.rfq-modal-grid select,
.rfq-modal-grid textarea {
    width: 100%;
    min-height: 36px;
    padding: 6px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
.rfq-modal-grid textarea { min-height: 48px; resize: vertical; }
.rfq-modal-grid .hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.captcha-row, .otp-row, .email-verify-row {
    display: flex;
    gap: 6px;
    align-items: center;
}
.email-verify-row input[type="email"] { flex: 1.4; min-width: 0; }
.email-verify-row input[name="otp"] {
    flex: 0 0 84px;
    width: 84px;
    text-align: center;
    letter-spacing: .08em;
}
.email-verify-row .button {
    flex-shrink: 0;
    min-width: 64px;
    min-height: 36px;
    padding-inline: 10px;
}
.otp-follow { margin-top: 8px; }
.otp-follow input { width: 100%; }
.form-hint { display: block; margin-top: 3px; color: var(--muted); font-size: .74rem; }
.rfq-modal-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.rfq-modal-actions .consent-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    min-width: 180px;
    margin: 0;
    font-size: .72rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.35;
}
.rfq-modal-actions .consent-label input {
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}
.rfq-modal-actions .button { flex-shrink: 0; min-width: 110px; min-height: 38px; }
.consent-row .consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .78rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.45;
}
.consent-row .consent-label input {
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.bottom-nav button.bottom-rfq {
    min-width: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: .58rem;
    font-weight: 800;
    padding: 0;
}
.mobile-menu button[data-open-rfq] {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
}
body.rfq-open { overflow: hidden; }
@media (max-width: 640px) {
    .rfq-modal-grid { grid-template-columns: 1fr; }
    .otp-row, .captcha-row, .email-verify-row { flex-wrap: wrap; }
    .email-verify-row .button { width: auto; }
    .email-verify-row input[name="otp"] { flex: 1; width: auto; }
    .rfq-modal-actions { flex-direction: column; align-items: stretch; }
    .rfq-modal-actions .button { width: 100%; }
}
