.cold-container { width: min(100% - 48px, 1200px); margin-inline: auto; }
.cold-hero { position: relative; padding: 110px 0 100px; background: linear-gradient(90deg, #101e31 10%, #101e31ec 48%, #101e3170), url('assets/hero-metrology.webp') center / cover; color: white; }
.cold-eyebrow, .cold-kicker { color: #2b95f6; font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.cold-hero h1 { margin-top: 24px; font: 500 clamp(3.3rem, 8vw, 7rem)/1.04 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: -.03em; }
.cold-hero h1 span, .cold-section h2 span { color: #2b95f6; }
.cold-hero .cold-lead { font: 400 clamp(1.7rem, 3vw, 2.4rem)/1.3 'Oswald', sans-serif; margin: 28px 0 18px; }
.cold-hero p:not(.cold-eyebrow):not(.cold-lead) { max-width: 560px; color: #d3deea; line-height: 1.8; }
.cold-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 16px 24px; background: #2b95f6; border-radius: 4px; color: white; font-size: .9rem; font-weight: 700; transition: background .2s, transform .2s; }
.cold-button:hover { background: #1876d3; transform: translateY(-2px); }
.cold-hero .cold-button { margin-top: 32px; }
.cold-section-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; padding: 24px; background: white; border-bottom: 1px solid #e2e8f0; }
.cold-section-nav a { font-weight: 600; color: #2589df; padding: 8px 0; }
.cold-section-nav a:hover { text-decoration: underline; }
.cold-section { padding: 95px 0; scroll-margin-top: 80px; }
.cold-heading { margin-bottom: 45px; max-width: 830px; }
.cold-section h2 { margin: 20px 0; font: 500 clamp(2.6rem, 5vw, 4.6rem)/1.1 'Oswald', sans-serif; text-transform: uppercase; color: #182b41; }
.cold-section p { line-height: 1.85; }
.cold-heading > p:last-child { color: #50647a; }
.cold-equipment-grid, .cold-regulation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.cold-equipment-grid article { padding: 32px; background: white; border: 1px solid #e2e8f0; border-top: 3px solid #2b95f6; border-radius: 6px; }
.cold-number { font: 400 2rem/1 'Oswald', sans-serif; color: #2b95f6; }
.cold-section h3 { margin: 18px 0 14px; font: 500 1.7rem/1.2 'Oswald', sans-serif; color: #182b41; }
.cold-equipment-grid p, .cold-regulation-grid p:not(.cold-kicker) { color: #50647a; }
.cold-section a { color: #1876d3; text-decoration: underline; text-underline-offset: 4px; }
.cold-equipment-grid a, .cold-regulation-grid a { display: inline-block; margin-top: 20px; font-size: .9rem; }
.cold-equipment-grid .cold-equipment-more { background: #edf5fe; }
.cold-dark { background: #101e31; color: #d3deea; }
.cold-controls { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; }
.cold-dark h2, .cold-dark h3 { color: white; }
.cold-dark a { color: #69b4ff; }
.cold-controls article { padding: 12px 0 28px; border-bottom: 1px solid #ffffff24; }
.cold-controls article + article { padding-top: 28px; }
.cold-controls p + p { margin-top: 16px; font-size: .85rem; }
.cold-regulations { background: white; }
.cold-regulation-grid article { padding: 30px; border: 1px solid #e2e8f0; border-radius: 6px; }
.cold-regulation-grid p + p { margin-top: 12px; }
.cold-contact { background: #edf5fe; padding: 65px 0; }
.cold-contact > div { display: flex; gap: 35px; align-items: center; justify-content: space-between; }
.cold-contact h2 { margin: 14px 0; color: #182b41; font: 500 clamp(2rem, 4vw, 3.5rem)/1.15 'Oswald', sans-serif; }
.cold-contact p:not(.cold-eyebrow) { color: #50647a; line-height: 1.8; }
.cold-contact .cold-button { flex-shrink: 0; }
@media (max-width: 767px) { .cold-hero { padding: 80px 0; } .cold-section { padding: 65px 0; } .cold-equipment-grid, .cold-regulation-grid, .cold-controls { grid-template-columns: 1fr; gap: 20px; } .cold-equipment-grid article, .cold-regulation-grid article { padding: 25px; } .cold-contact > div { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .cold-button { transition: none; } }
@media print { .cold-hero { padding: 25px 0; background: white; color: black; } .cold-hero p:not(.cold-eyebrow):not(.cold-lead), .cold-dark, .cold-dark h2, .cold-dark h3 { color: black; } .cold-dark { background: white; } .cold-section { padding: 25px 0; } .cold-section-nav, .cold-contact, .cold-button { display: none; } .cold-equipment-grid article, .cold-regulation-grid article { break-inside: avoid; } }
