﻿:root {
  --bg: #f5f8fc;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(241, 248, 255, 0.96);
  --text: #102235;
  --muted: rgba(16, 34, 53, 0.7);
  --line: rgba(96, 123, 152, 0.22);
  --accent: #1677ff;
  --accent-2: #79d3ff;
  --shadow: 0 24px 60px rgba(17, 42, 73, 0.08);
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 12% 14%, rgba(93, 160, 255, 0.16), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(121, 211, 255, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.98)),
    var(--bg);
  color: var(--text);
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

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

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

button,
a.button {
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
  box-shadow: 0 16px 34px rgba(22, 119, 255, 0.18);
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.32) 45%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 460ms ease;
}

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

.button:hover::after {
  transform: translateX(120%);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.74);
  border-color: var(--line);
  color: var(--text);
  box-shadow: none;
}

.eyebrow,
.tile-tag,
.brand-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before,
.tile-tag::before,
.section-kicker::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.hub-page {
  min-height: 100vh;
}

.hub-header,
.site-header {
  width: 100%;
}

.hub-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid var(--line);
}

.site-utility {
  position: relative;
  display: flex;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 92%, white 8%);
}

.site-utility-inner,
.site-header-main {
  width: min(1520px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.utility-search {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex: 1 1 520px;
  min-width: 0;
}

.utility-search input {
  width: 100%;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 92%, white 8%);
  color: var(--text);
  font: inherit;
}

.utility-search input::placeholder {
  color: var(--muted);
}

.utility-search button,
.utility-chip,
.utility-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
  font-weight: 600;
}

.utility-search button {
  font: inherit;
  cursor: pointer;
}

.utility-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.utility-cta {
  color: var(--text);
  border-color: color-mix(in srgb, var(--accent) 66%, var(--line));
}

.brand-lockup,
.brand-panel {
  display: grid;
  gap: 0.25rem;
}

.brand-panel {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.85rem;
}

.brand-copy {
  display: grid;
  gap: 0.18rem;
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 42, 73, 0.1);
}

.brand-lockup strong,
.brand-title {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}

.brand-meta {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hub-hero,
.hub-notes,
.concept-grid {
  width: min(1380px, calc(100% - 2rem));
  margin: 0 auto;
}

.hub-hero {
  padding: clamp(3rem, 6vw, 6rem) 0 2rem;
}

.hub-hero h1,
.hero-copy h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 13ch;
}

.hub-hero .lead,
.hero-copy p,
.section-intro p,
.cta-copy p,
.tile-copy p,
.note-columns p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hub-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hub-badges span,
.hero-facts span,
.signal-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.concept-grid {
  display: grid;
  gap: 1.2rem;
  padding: 1rem 0 2rem;
}

.concept-tile {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1.1fr;
  gap: 1.5rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.9));
  box-shadow: var(--shadow);
}

.tile-visual {
  min-height: 280px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  position: relative;
}

.tile-visual::before,
.tile-visual::after {
  content: "";
  position: absolute;
  inset: auto;
}

.tile-visual-polar {
  background:
    radial-gradient(circle at 28% 30%, rgba(181, 222, 224, 0.58), transparent 24%),
    linear-gradient(145deg, #edf4f4, #bfd7d7 68%, #5d8d8b);
}

.tile-visual-polar::before {
  inset: 12% 16% 12% auto;
  width: 28%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(251, 255, 255, 0.95), rgba(93, 141, 139, 0.18));
  box-shadow: inset 0 0 0 1px rgba(76, 139, 142, 0.2);
}

.tile-visual-polar::after {
  inset: 20% 42% 18% 12%;
  border-radius: 30px;
  border: 1px solid rgba(76, 139, 142, 0.16);
  background:
    linear-gradient(180deg, rgba(251, 255, 255, 0.44), rgba(251, 255, 255, 0.08)),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.24), transparent 18%);
}

.tile-visual-atlas {
  background:
    linear-gradient(180deg, rgba(19, 19, 19, 0.98), rgba(11, 11, 11, 0.98)),
    #101010;
}

.tile-visual-atlas::before {
  inset: 0;
  background:
    linear-gradient(rgba(255, 210, 0, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 210, 0, 0.14) 1px, transparent 1px);
  background-size: 42px 42px;
}

.tile-visual-atlas::after {
  inset: 18% 10% 14% 42%;
  border-radius: 18px;
  border: 2px solid rgba(255, 246, 234, 0.18);
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 210, 0, 0.88), transparent 16%),
    linear-gradient(180deg, rgba(255, 246, 234, 0.16), rgba(255, 246, 234, 0.03));
}

.tile-visual-current {
  background:
    radial-gradient(circle at 65% 35%, rgba(88, 228, 255, 0.3), transparent 18%),
    radial-gradient(circle at 25% 70%, rgba(53, 86, 255, 0.34), transparent 26%),
    linear-gradient(145deg, #031118, #061f2a 55%, #071019);
}

.tile-visual-current::before {
  inset: 20% 10% 20% 10%;
  border-radius: 999px;
  border: 1px solid rgba(124, 238, 255, 0.18);
}

.tile-visual-current::after {
  inset: 50% 8% auto 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(124, 238, 255, 0.9), transparent);
  box-shadow: 0 0 24px rgba(124, 238, 255, 0.65);
}

.tile-copy {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.tile-copy h2,
.section-intro h2,
.cta-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  letter-spacing: 0;
  line-height: 1;
}

.tile-points,
.equipment-list,
.sector-list,
.compliance-list,
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tile-points li,
.equipment-list li,
.sector-list li,
.compliance-list li,
.stat-list li {
  padding: 0.95rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.hub-notes {
  padding: 2rem 0 4rem;
}

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

.note-columns > div,
.signal-strip {
  padding: 1.3rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.note-columns h3,
.process-step h3,
.footer-grid h3 {
  margin: 0 0 0.7rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
}

.concept-page {
  background:
    radial-gradient(circle at top left, rgba(88, 157, 255, 0.16), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(121, 211, 255, 0.18), transparent 18%),
    var(--bg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(17, 42, 73, 0.05);
}

.site-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1rem 0 0.95rem;
}

.header-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.1rem;
  flex: 1 1 auto;
}

.header-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.header-links a {
  color: var(--muted);
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
}

.header-links a:hover,
.header-links a.active {
  color: var(--text);
  border-color: var(--accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-cta {
  min-height: 42px;
  padding-inline: 1.15rem;
}

.hero {
  position: relative;
  isolation: isolate;
  width: min(1520px, calc(100% - 2rem));
  min-height: calc(100svh - 88px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.4rem) 0;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  inset: 5% -4% 4% -4%;
  border-radius: 42px;
  background:
    linear-gradient(rgba(22, 119, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.065) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 64% 44%, black, transparent 72%);
  animation: cryofortune-grid-drift 18s ease-in-out infinite alternate;
}

.hero::after {
  inset: auto 9% 9% 43%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 119, 255, 0.42), rgba(121, 211, 255, 0.68), transparent);
  box-shadow: 0 0 32px rgba(22, 119, 255, 0.24);
  animation: cryofortune-line-scan 6.8s ease-in-out infinite;
}

.hero-home--text-only,
.hero-products--text-only {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
  padding-block: clamp(3rem, 7vw, 7rem);
}

.hero-home--text-only .hero-copy,
.hero-products--text-only .hero-copy {
  max-width: 920px;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.hero-copy p {
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.7rem;
}

.hero-facts,
.signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-facts {
  margin-top: 1rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 34px;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 34px;
  border: 1px solid rgba(96, 123, 152, 0.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.82));
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 11% 8%;
  z-index: 2;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: 50%;
  opacity: 0.45;
  transform: translateZ(34px) rotateX(62deg) rotateZ(-16deg);
  box-shadow:
    0 0 42px rgba(121, 211, 255, 0.22),
    inset 0 0 28px rgba(22, 119, 255, 0.12);
  animation: cryofortune-orbit 16s linear infinite;
}

.signal-strip {
  width: min(1520px, calc(100% - 2rem));
  margin: 0 auto;
}

.signal-strip strong {
  display: block;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0.25rem;
}

.section {
  width: min(1520px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.8rem, 3vw, 3rem) 0;
}

.section-shell {
  border-top: 1px solid var(--line);
  padding-top: clamp(1.8rem, 3vw, 3rem);
}

.section-intro {
  display: grid;
  gap: 0.8rem;
  max-width: 58rem;
  margin-bottom: 1.6rem;
}

.section-note {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.equipment-grid,
.process-grid,
.cta-grid,
.footer-grid {
  display: grid;
  gap: 1.3rem;
}

.equipment-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

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

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

.process-step,
.cta-grid,
.footer-grid {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.process-step {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.process-step p,
.footer-grid p,
.footer-grid li {
  color: var(--muted);
  line-height: 1.7;
}

.application-card {
  position: relative;
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: 1.3rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.application-card::before,
.capability-card::before,
.process-step::before,
.product-highlight-card::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(121, 211, 255, 0.28), transparent 36%);
  transition: opacity 220ms ease;
}

.application-card:hover,
.capability-card:hover {
  border-color: color-mix(in srgb, var(--accent) 56%, var(--line));
  box-shadow: 0 22px 58px rgba(17, 42, 73, 0.11);
}

.application-card:hover::before,
.capability-card:hover::before,
.process-step:hover::before,
.product-highlight-card:hover::before,
.application-card.is-tilting::before,
.capability-card.is-tilting::before,
.product-highlight-card.is-tilting::before {
  opacity: 1;
}

.application-card > *,
.capability-card > *,
.process-step > *,
.product-highlight-card > * {
  position: relative;
  z-index: 1;
}

.application-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
}

.application-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.stat-panel {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1.3rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.stat-list li strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--text);
}

.catalog-controls,
.catalog-tags,
.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.catalog-controls {
  margin-bottom: 1.4rem;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.catalog-filter-panel {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 0.9fr) minmax(0, 1.6fr) minmax(0, 0.9fr);
  align-items: start;
  gap: 1rem 1.1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 60px rgba(11, 49, 83, 0.08);
  backdrop-filter: blur(18px);
}

.catalog-filter-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
  min-width: 0;
  padding-right: 0.95rem;
  border-right: 1px solid color-mix(in srgb, var(--line) 75%, transparent);
}

.catalog-filter-header p,
.catalog-filter-group p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.catalog-filter-header strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--text);
}

.catalog-reset {
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font: inherit;
  font-size: 0.85rem;
  cursor: pointer;
}

.catalog-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
  align-content: start;
}

.catalog-filter-group p {
  flex: 0 0 100%;
}

.filter-button {
  min-height: 42px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
  color: var(--muted);
  font: inherit;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.filter-button:hover,
.filter-button.is-active {
  transform: translateY(-1px);
  border-color: var(--accent);
  color: var(--text);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
}

.catalog-filter-panel .filter-button {
  min-height: 36px;
  padding: 0.55rem 0.78rem;
  font-size: 0.9rem;
  white-space: normal;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(304px, 320px));
  gap: 1.2rem;
  justify-content: start;
  align-items: stretch;
}

.catalog-empty {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border: 1px dashed var(--line);
  border-radius: 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.58);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.capability-card {
  position: relative;
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.9));
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.capability-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.capability-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.catalog-card {
  position: relative;
  display: grid;
  grid-template-rows: 8.35rem 238px minmax(5.9rem, auto) minmax(8.1rem, auto) auto auto;
  align-content: start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift, 0));
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.catalog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255, 255, 255, 0.72), transparent 31%);
  mix-blend-mode: screen;
  transition: opacity 180ms ease;
}

.catalog-card:hover {
  --lift: -5px;
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
  box-shadow: 0 28px 70px rgba(17, 42, 73, 0.12);
}

.catalog-card:hover::before,
.catalog-card.is-tilting::before {
  opacity: 0.6;
}

.catalog-card.is-hidden {
  display: none;
}

.catalog-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 8.35rem;
}

.catalog-top > div {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.catalog-code,
.catalog-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.18;
}

.catalog-top > .catalog-chip {
  flex: 0 0 auto;
  max-width: 6.6rem;
  text-align: center;
}

.catalog-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.22;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalog-subtitle,
.catalog-card p,
.catalog-specs li {
  color: var(--muted);
  line-height: 1.7;
}

.catalog-figure {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  height: 238px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--line) 86%, transparent);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(233, 244, 255, 0.88));
}

.catalog-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  padding: 1.2rem;
  transition: transform 260ms ease, filter 260ms ease;
  will-change: transform;
}

.catalog-card:hover .catalog-image {
  filter: drop-shadow(0 18px 24px rgba(17, 42, 73, 0.13));
  transform: translateZ(26px) scale(1.035);
}

.catalog-subtitle,
.catalog-card > p:not(.catalog-subtitle) {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.catalog-subtitle {
  -webkit-line-clamp: 3;
}

.catalog-card > p:not(.catalog-subtitle) {
  -webkit-line-clamp: 5;
}

.catalog-card .catalog-tags {
  max-height: 5.05rem;
  overflow: hidden;
  gap: 0.55rem;
}

@media (max-width: 560px) {
  .catalog-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.catalog-figure::before,
.catalog-figure::after {
  content: "";
  position: absolute;
}

.catalog-figure[data-figure="storage"]::before {
  inset: 12% auto 10% 58%;
  width: 18%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), color-mix(in srgb, var(--accent) 22%, transparent));
}

.catalog-figure[data-figure="storage"]::after {
  inset: 18% 42% 18% 12%;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--line) 90%, transparent);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
}

.catalog-figure[data-figure="gasification"]::before {
  inset: 18% 16% 18% 16%;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 28%, color-mix(in srgb, var(--accent) 45%, transparent), transparent 18%),
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.15) 48%, rgba(255, 255, 255, 0.15) 52%, transparent 52%);
}

.catalog-figure[data-figure="gasification"]::after {
  inset: 50% 12% auto 12%;
  height: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 68%, rgba(255, 255, 255, 0.2));
}

.catalog-figure[data-figure="transfer"]::before {
  inset: 44% 10% auto 10%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 72%, transparent), rgba(255, 255, 255, 0.75));
  box-shadow: 0 0 22px color-mix(in srgb, var(--accent) 38%, transparent);
}

.catalog-figure[data-figure="transfer"]::after {
  inset: 20% 18% 20% 18%;
  border-radius: 999px;
  border: 2px dashed color-mix(in srgb, var(--line) 92%, transparent);
}

.catalog-figure[data-figure="systems"]::before {
  inset: 20% 16% 20% 16%;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 36px 36px;
}

.catalog-figure[data-figure="systems"]::after {
  inset: 36% 24% 36% 24%;
  border-radius: 18px;
  border: 2px solid color-mix(in srgb, var(--accent) 70%, transparent);
}

.catalog-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.catalog-specs li {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}

.catalog-specs strong {
  color: var(--text);
}

.catalog-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--accent);
  font-weight: 700;
}

.catalog-link::after {
  content: "->";
}

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

.contact-list li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.7;
}

.contact-conversion-section {
  padding-top: clamp(3rem, 7vw, 5.5rem);
}

.contact-conversion-grid,
.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.2rem;
  align-items: stretch;
}

.contact-form-grid {
  margin-top: 1.2rem;
}

.contact-intake-panel,
.contact-direct-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.9));
  box-shadow: var(--shadow);
}

.contact-conversion-copy {
  padding: clamp(0.2rem, 1vw, 0.5rem) 0;
}

.contact-conversion-copy h2 {
  max-width: 880px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.contact-conversion-copy .entry-content {
  max-width: 760px;
  margin-top: 1rem;
}

.contact-proof-grid,
.contact-mini-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.contact-mini-proof {
  grid-template-columns: 1fr;
}

.contact-proof-item {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 86%, white 14%);
}

.contact-proof-item h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}

.contact-proof-item p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-intake-panel,
.contact-direct-card {
  padding: clamp(1.2rem, 2.6vw, 1.7rem);
}

.contact-intake-panel h3,
.contact-direct-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.contact-intake-panel p {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-intake-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.contact-intake-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-panel {
  padding: 1.3rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-heading {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 0.25rem;
}

.form-heading p,
.form-heading h3,
.form-heading span {
  margin: 0;
}

.form-heading p {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-heading h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: 0;
}

.form-heading span {
  color: var(--muted);
  line-height: 1.6;
}

.form-status,
.form-prefill {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: color-mix(in srgb, var(--surface-strong) 88%, white 12%);
  line-height: 1.6;
}

.form-status-success {
  border-color: color-mix(in srgb, #1f9f62 42%, var(--line));
  color: #14613f;
  background: color-mix(in srgb, #dff8ea 78%, white 22%);
}

.form-status-error {
  border-color: color-mix(in srgb, #d44b4b 46%, var(--line));
  color: #8a2525;
  background: color-mix(in srgb, #ffe8e8 80%, white 20%);
}

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

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field span {
  color: var(--text);
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 94%, white 6%);
  color: var(--text);
  font: inherit;
}

.form-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--muted);
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-products {
  min-height: min(82svh, 760px);
}

.hero.hero-products--text-only {
  min-height: auto;
  padding-block: clamp(3.2rem, 7vw, 6rem);
}

.product-montage {
  position: absolute;
  inset: 1.35rem;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-montage-card {
  position: relative;
  padding: 0.7rem;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--line) 88%, transparent);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.9));
  box-shadow: var(--shadow);
}

.product-montage-card:nth-child(1),
.product-montage-card:nth-child(4) {
  transform: translateY(-0.35rem);
}

.product-montage-card:nth-child(2),
.product-montage-card:nth-child(3) {
  transform: translateY(0.55rem);
}

.product-montage-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  border-radius: 18px;
}

.product-montage-hero {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 0.92fr) minmax(0, 0.62fr);
}

.product-montage-card--hero {
  overflow: hidden;
  padding: 0.9rem;
  background:
    radial-gradient(circle at top right, rgba(121, 211, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 248, 255, 0.93));
}

.product-montage-card--hero::after {
  content: "";
  position: absolute;
  inset: auto 0.9rem 0.9rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 119, 255, 0), rgba(22, 119, 255, 0.22), rgba(22, 119, 255, 0));
}

.product-montage-card--hero,
.product-montage-card--hero:nth-child(1),
.product-montage-card--hero:nth-child(2),
.product-montage-card--hero:nth-child(3),
.product-montage-card--hero:nth-child(4) {
  transform: none;
}

.product-montage-card--storage {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.product-montage-card--gasification {
  grid-column: 2;
  grid-row: 1;
}

.product-montage-card--skid {
  grid-column: 2;
  grid-row: 2;
}

.product-montage-card--transfer {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.product-montage-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.28rem 0.68rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 26%, var(--line));
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(17, 42, 73, 0.08);
}

.product-montage-card--hero img {
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.product-montage-card--storage img {
  transform: scale(1.05);
}

.product-montage-card--transfer img {
  object-position: center 56%;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.3rem;
}

.product-spec-band {
  width: min(1520px, calc(100% - 2rem));
  margin: -0.3rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-spec-card {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.product-spec-card span,
.datasheet-spec span {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-spec-card strong,
.datasheet-spec strong {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}

.product-panel,
.product-visual-frame,
.product-docs {
  padding: 1.3rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.product-panel h2 {
  margin: 0 0 0.9rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: 0;
}

.product-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-docs {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.product-docs h3,
.product-module h3,
.datasheet-columns h3,
.datasheet-summary h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
}

.doc-buttons,
.datasheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.product-visual-frame {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.product-detail-image {
  width: 100%;
  height: auto;
  max-width: 620px;
  border-radius: 24px;
}

.product-module-grid,
.related-grid {
  display: grid;
  gap: 1.2rem;
}

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

.product-module,
.related-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.product-module p,
.related-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.related-card {
  transition: transform 180ms ease, border-color 180ms ease;
}

.related-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
}

.product-sheet-main {
  padding-bottom: 6rem;
}

.product-breadcrumbs,
.product-sheet-hero,
.product-sheet-details {
  width: min(1520px, calc(100% - 2rem));
  max-width: calc(100% - 2rem);
  margin-inline: auto;
}

.product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  padding: 1.25rem 0 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-breadcrumbs a {
  color: var(--text);
  font-weight: 650;
}

.product-breadcrumbs span[aria-hidden="true"] {
  color: color-mix(in srgb, var(--muted) 55%, transparent);
}

.product-sheet-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
  padding: 1rem 0 2.2rem;
}

.product-gallery {
  display: grid;
  gap: 0.9rem;
}

.product-gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92)),
    var(--surface);
  box-shadow: 0 22px 70px rgba(17, 42, 73, 0.08);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.product-gallery-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(rgba(22, 119, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(121, 211, 255, 0.22), transparent 34%);
  background-size: 46px 46px, 46px 46px, auto;
  opacity: 0.82;
}

.product-gallery-main:hover,
.product-gallery-main.is-tilting {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  box-shadow: 0 30px 86px rgba(17, 42, 73, 0.13);
}

.product-gallery-main img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: contain;
  object-position: center;
  padding: 2.4rem;
  filter: drop-shadow(0 20px 30px rgba(17, 42, 73, 0.12));
  transform: translateZ(24px);
}

.product-gallery-zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(17, 42, 73, 0.1);
  z-index: 2;
}

.product-gallery-zoom span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid var(--text);
  border-radius: 999px;
}

.product-gallery-zoom span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  background: var(--text);
  transform: rotate(45deg);
  transform-origin: center;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.product-gallery-thumb {
  height: 76px;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(17, 42, 73, 0.06);
}

.product-gallery-thumb.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 22%, transparent);
}

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

.product-summary {
  display: grid;
  gap: 1.2rem;
  padding-top: 0.7rem;
}

.product-badge {
  justify-self: start;
  margin: 0;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 10%, white);
  color: #0a55d9;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-summary h1 {
  max-width: 15ch;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 3.15rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.product-lead,
.product-highlight-card p,
.product-sales-note p,
.product-tab-lead,
.product-tab-list p,
.product-copy {
  color: var(--muted);
  line-height: 1.72;
}

.product-lead {
  max-width: 68ch;
  margin: 0;
  font-size: 1.05rem;
}

.product-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.4rem;
}

.product-highlight-card,
.product-tab-list article,
.product-spec-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(17, 42, 73, 0.06);
}

.product-highlight-card {
  position: relative;
  display: flex;
  gap: 0.9rem;
  min-height: 110px;
  padding: 1rem;
  overflow: hidden;
  transform: perspective(820px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-highlight-card:hover,
.product-highlight-card.is-tilting {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  box-shadow: 0 22px 56px rgba(17, 42, 73, 0.1);
}

.product-highlight-card h2,
.product-tab-list h2,
.product-spec-table h2,
.product-overview-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.product-highlight-card h2 {
  font-size: 0.96rem;
}

.product-highlight-card p,
.product-sales-note p,
.product-tab-list p,
.product-tab-lead {
  margin: 0;
}

.product-card-icon {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, white);
  color: var(--accent);
}

.product-card-icon::before,
.product-card-icon::after {
  content: "";
  position: absolute;
}

.product-card-icon::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.product-card-icon--shield::before {
  width: 18px;
  height: 22px;
  border-radius: 8px 8px 12px 12px;
}

.product-card-icon--thermo::before {
  width: 8px;
  height: 24px;
  border-radius: 999px;
}

.product-card-icon--thermo::after {
  width: 14px;
  height: 14px;
  bottom: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, white);
}

.product-card-icon--box::before,
.product-card-icon--site::before {
  border-radius: 5px;
}

.product-card-icon--link::before {
  width: 22px;
  height: 10px;
  border-radius: 999px;
  transform: rotate(-24deg);
}

.product-card-icon--snow::before {
  width: 22px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background: currentColor;
  box-shadow: 0 0 0 currentColor;
}

.product-card-icon--snow::after {
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: rotate(90deg);
}

.product-card-icon--bolt::before {
  width: 11px;
  height: 24px;
  border: 0;
  background: currentColor;
  clip-path: polygon(55% 0, 100% 0, 65% 42%, 100% 42%, 38% 100%, 52% 55%, 12% 55%);
}

.product-card-icon--check::before {
  width: 20px;
  height: 10px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
}

.product-card-icon--mail::before {
  border-radius: 4px;
}

.product-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.6rem;
}

.product-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border: 1px solid color-mix(in srgb, var(--accent) 62%, var(--line));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #0759d7;
  font: inherit;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.product-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(22, 119, 255, 0.12);
}

.product-action-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #085bdc, #177cff);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(22, 119, 255, 0.22);
}

.product-action-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.product-action-icon::before,
.product-action-icon::after {
  content: "";
  position: absolute;
}

.product-action-icon--mail::before {
  inset: 2px 0;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.product-action-icon--mail::after {
  left: 3px;
  right: 3px;
  top: 5px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.product-action-icon--print::before {
  inset: 6px 1px 1px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.product-action-icon--print::after {
  left: 4px;
  right: 4px;
  top: 0;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.product-action-icon--back::before {
  width: 15px;
  height: 2px;
  left: 2px;
  top: 8px;
  background: currentColor;
}

.product-action-icon--back::after {
  width: 9px;
  height: 9px;
  left: 1px;
  top: 4px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.product-sales-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 58px;
  margin-top: 0.4rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.product-sales-note-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.product-sales-note a {
  color: #0759d7;
  font-weight: 800;
  white-space: nowrap;
}

.product-sheet-details {
  padding-top: 1rem;
}

.product-tabs {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}

.product-tab {
  position: relative;
  min-height: 50px;
  padding: 0.2rem 0.2rem 0.85rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
}

.product-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.product-tab.is-active {
  color: #0759d7;
}

.product-tab.is-active::after {
  background: var(--accent);
}

.product-tab-panel {
  padding-top: 1.5rem;
}

.product-tab-panel[hidden] {
  display: none !important;
}

.product-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 1.2rem;
  align-items: start;
  min-width: 0;
}

.product-overview-panel > * {
  min-width: 0;
}

.product-overview-copy {
  display: grid;
  gap: 1.2rem;
}

.product-selection-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 255, 0.72));
}

.product-selection-row {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid color-mix(in srgb, var(--line) 68%, transparent);
}

.product-selection-row span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-selection-row strong {
  display: block;
  min-width: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.product-overview-copy h2,
.product-spec-table h2 {
  font-size: 1.28rem;
}

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

.product-spec-table {
  padding: 1.1rem 1.25rem;
}

.product-spec-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1.2rem;
  margin-top: 0.8rem;
}

.product-spec-columns dl {
  margin: 0;
}

.product-spec-columns div {
  display: grid;
  grid-template-columns: minmax(120px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.62rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}

.product-spec-columns dt {
  min-width: 0;
  color: var(--text);
}

.product-spec-columns dd {
  min-width: 0;
  margin: 0;
  color: var(--text);
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-align: left;
}

.product-variant-table-card {
  grid-column: 1 / -1;
  min-width: 0;
  max-width: 100%;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(11, 49, 83, 0.08);
}

.product-variant-table-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.product-variant-table-heading p {
  margin: 0;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-variant-table-heading h2 {
  margin: 0;
  font-size: 1.28rem;
}

.product-variant-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid color-mix(in srgb, var(--line) 75%, transparent);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.product-variant-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.product-variant-table th,
.product-variant-table td {
  padding: 0.72rem 0.82rem;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  text-align: left;
  vertical-align: top;
}

.product-variant-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: var(--text);
  background: #f5faff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-variant-table tr:last-child td {
  border-bottom: 0;
}

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

.product-tab-list article {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 1rem;
  min-height: 132px;
}

.product-tab-list h2 {
  font-size: 1rem;
}

.datasheet-page .site-utility,
.datasheet-page .site-header {
  position: static;
}

.datasheet-sheet {
  width: min(1480px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.6rem 0 2.6rem;
}

.datasheet-shell {
  padding: 1.6rem;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.92));
  box-shadow: var(--shadow);
}

.datasheet-head,
.datasheet-grid,
.datasheet-columns,
.datasheet-footer {
  display: grid;
  gap: 1.2rem;
}

.datasheet-head {
  grid-template-columns: 1fr auto;
  align-items: start;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.datasheet-head h1 {
  margin: 0 0 0.6rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0;
  line-height: 0.96;
}

.datasheet-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.datasheet-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 3rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

.datasheet-grid {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  padding: 1.3rem 0;
}

.datasheet-visual,
.datasheet-summary {
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.datasheet-visual {
  display: grid;
  place-items: center;
}

.datasheet-summary {
  display: grid;
  gap: 1rem;
}

.datasheet-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.datasheet-spec {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.datasheet-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.datasheet-list {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 0;
}

.datasheet-list li {
  padding: 0.8rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.65;
}

.datasheet-list strong {
  color: var(--text);
}

.datasheet-footer {
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  margin-top: 1.2rem;
}

.datasheet-footer p {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.cta-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}

.footer-grid {
  grid-template-columns: 1fr 0.8fr 0.8fr;
  padding-bottom: 3rem;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li + li {
  margin-top: 0.5rem;
}

.legal-note {
  padding: 1rem 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .reveal {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(26px) scale(0.985);
  transition:
    opacity 720ms ease,
    filter 720ms ease,
    transform 720ms cubic-bezier(0.2, 0.76, 0.18, 1);
  transition-delay: calc(var(--reveal-index, 0) * 38ms);
}

.motion-ready .reveal.in-view {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.motion-ready .hero-visual.reveal.in-view {
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.motion-ready .catalog-card.reveal.in-view {
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift, 0));
}

.motion-ready .application-card.reveal.in-view,
.motion-ready .capability-card.reveal.in-view {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.product-tab-panel.is-tab-entering {
  animation: cryofortune-panel-enter 360ms ease both;
}

.is-tiltable {
  will-change: transform;
}

@keyframes cryofortune-grid-drift {
  from {
    background-position: 0 0, 0 0;
    opacity: 0.54;
  }

  to {
    background-position: 42px 24px, 42px 24px;
    opacity: 0.92;
  }
}

@keyframes cryofortune-line-scan {
  0%,
  100% {
    transform: translateX(-10%) scaleX(0.64);
    opacity: 0;
  }

  38%,
  62% {
    opacity: 1;
  }

  50% {
    transform: translateX(10%) scaleX(1);
  }
}

@keyframes cryofortune-orbit {
  from {
    transform: translateZ(34px) rotateX(62deg) rotateZ(-16deg);
  }

  to {
    transform: translateZ(34px) rotateX(62deg) rotateZ(344deg);
  }
}

@keyframes cryofortune-float {
  0%,
  100% {
    transform: translateY(0) translateZ(22px);
  }

  50% {
    transform: translateY(-10px) translateZ(22px);
  }
}

@keyframes cryofortune-panel-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pilot-shell,
.blueprint-shell,
.current-shell {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.concept-polar {
  --bg: #061018;
  --surface: rgba(230, 242, 255, 0.08);
  --surface-strong: rgba(230, 242, 255, 0.16);
  --text: #edf4fb;
  --muted: rgba(237, 244, 251, 0.7);
  --line: rgba(190, 223, 255, 0.14);
  --accent: #9cdefd;
  --accent-2: #3d75ff;
}

.concept-polar .hero-visual::before {
  background:
    radial-gradient(circle at 25% 20%, rgba(156, 222, 253, 0.28), transparent 25%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 58%, rgba(61, 117, 255, 0.12));
}

.concept-polar .floating-lines {
  position: absolute;
  inset: 10% 8%;
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent);
}

.concept-amber {
  --bg: #edf4f4;
  --surface: rgba(26, 76, 84, 0.05);
  --surface-strong: rgba(26, 76, 84, 0.1);
  --text: #112a31;
  --muted: rgba(17, 42, 49, 0.72);
  --line: rgba(26, 76, 84, 0.14);
  --accent: #4c8b8e;
  --accent-2: #a7d2cf;
  --shadow: 0 30px 80px rgba(28, 62, 71, 0.1);
}

.concept-amber,
.concept-amber .site-header {
  background:
    radial-gradient(circle at top left, rgba(132, 186, 192, 0.22), transparent 18%),
    radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.8), transparent 26%),
    #edf4f4;
}

.concept-amber .site-header {
  background-color: rgba(237, 244, 244, 0.88);
}

.concept-amber .hero-copy h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: 0;
  max-width: 9ch;
}

.concept-amber .hero-copy .eyebrow,
.concept-amber .brand-kicker,
.concept-amber .section-kicker,
.concept-amber .tile-tag {
  color: #4c8b8e;
}

.concept-amber .button {
  color: #f4fbfb;
}

.concept-amber .button-ghost {
  color: var(--text);
}

.concept-amber .catalog-card h3 {
  font-family: "Fraunces", serif;
}

.amber-visual::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.88), transparent 18%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(131, 184, 188, 0.18));
}

.amber-shell {
  position: absolute;
  inset: 0;
}

.amber-orbit {
  position: absolute;
  border: 1px solid rgba(76, 139, 142, 0.16);
  border-radius: 999px;
}

.amber-orbit-large {
  inset: 15% 8%;
}

.amber-orbit-small {
  inset: 30% 20%;
}

.concept-signal {
  --bg: #111111;
  --surface: rgba(250, 246, 234, 0.05);
  --surface-strong: rgba(250, 246, 234, 0.1);
  --text: #faf6ea;
  --muted: rgba(250, 246, 234, 0.72);
  --line: rgba(250, 246, 234, 0.14);
  --accent: #ffd200;
  --accent-2: #f7f1da;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.concept-signal,
.concept-signal .site-header {
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.05), transparent 22%),
    #111111;
}

.concept-signal .site-header {
  background-color: rgba(17, 17, 17, 0.86);
}

.concept-signal .hero-copy h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.8rem, 10vw, 7rem);
  font-weight: 700;
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 0;
  max-width: 8ch;
}

.concept-signal .hero-copy .eyebrow,
.concept-signal .brand-kicker,
.concept-signal .section-kicker,
.concept-signal .tile-tag {
  color: #ffd200;
}

.concept-signal .button {
  color: #171717;
}

.concept-signal .catalog-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.9rem;
  text-transform: uppercase;
}

.signal-visual::before {
  background:
    linear-gradient(0deg, rgba(255, 210, 0, 0.08), transparent 16%),
    linear-gradient(160deg, rgba(250, 246, 234, 0.06), rgba(250, 246, 234, 0.02));
}

.signal-shell {
  position: absolute;
  inset: 0;
}

.signal-stripe {
  position: absolute;
  inset: 8% auto auto 8%;
  width: 54%;
  height: 18px;
  border-radius: 999px;
  background: #ffd200;
  box-shadow: 0 0 30px rgba(255, 210, 0, 0.24);
}

.concept-current {
  --bg: #f5f8fc;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: rgba(241, 248, 255, 0.98);
  --text: #102235;
  --muted: rgba(16, 34, 53, 0.7);
  --line: rgba(96, 123, 152, 0.22);
  --accent: #1677ff;
  --accent-2: #79d3ff;
  --shadow: 0 24px 60px rgba(17, 42, 73, 0.08);
}

.concept-current .hero-visual::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(121, 211, 255, 0.26), transparent 18%),
    radial-gradient(circle at 18% 72%, rgba(22, 119, 255, 0.14), transparent 22%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(236, 245, 255, 0.94));
}

.hero-visual svg,
.hero-visual-media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-visual-media {
  object-fit: contain;
  object-position: center;
  padding: 0.4rem;
  border-radius: 28px;
  box-shadow: 0 26px 64px rgba(17, 42, 73, 0.12);
  transform: translateZ(22px);
  animation: cryofortune-float 7s ease-in-out infinite;
}

.hero-home .hero-visual-media {
  display: block;
  object-fit: cover;
  object-position: 48% center;
  padding: 0;
  border-radius: 34px;
}

.page-hero-about .hero-media-frame,
.page-hero-applications .hero-media-frame,
.page-hero-contact .hero-media-frame,
.hero-products .hero-media-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 34px;
}

.page-hero-contact .hero-visual::before,
.hero-products .hero-visual::before {
  background: transparent;
}

.page-hero-about .hero-media-image,
.page-hero-applications .hero-media-image,
.page-hero-contact .hero-media-image,
.hero-products .hero-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.page-hero-about .hero-media-image {
  object-position: 48% center;
}

.page-hero-applications .hero-media-image {
  object-position: center;
}

.page-hero-contact .hero-media-image {
  object-position: 44% center;
}

.hero-products .hero-media-image {
  object-position: center 58%;
}

@media (max-width: 1024px) {
  .concept-tile,
  .hero,
  .product-sheet-hero,
  .product-overview-panel,
  .equipment-grid,
  .application-grid,
  .product-spec-band,
  .product-detail-grid,
  .product-module-grid,
  .related-grid,
  .cta-grid,
  .contact-conversion-grid,
  .contact-form-grid,
  .datasheet-grid,
  .datasheet-columns,
  .footer-grid,
  .catalog-layout,
  .applications-split {
    grid-template-columns: 1fr;
  }

  .application-image-grid,
  .application-area-grid,
  .equipment-used-grid,
  .workflow-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .catalog-filter-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-filter-header {
    align-items: center;
    padding-right: 0;
    padding-bottom: 0.85rem;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--line) 75%, transparent);
  }

  .process-grid,
  .note-columns {
    grid-template-columns: 1fr;
  }

  .datasheet-head,
  .datasheet-footer {
    grid-template-columns: 1fr;
  }

  .product-montage {
    inset: 1rem;
  }

  .product-montage-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .product-montage-card--storage,
  .product-montage-card--gasification,
  .product-montage-card--skid,
  .product-montage-card--transfer {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-visual::after {
    inset: 16% 12%;
  }

  .product-gallery-main {
    min-height: 460px;
  }

  .product-summary h1 {
    max-width: none;
  }

  .product-highlight-grid,
  .product-selection-summary,
  .product-tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .hub-header,
  .site-header {
    position: static;
    top: auto;
    align-items: start;
  }

  .brand-panel {
    grid-template-columns: auto 1fr;
    width: 100%;
  }

  .brand-mark {
    width: 2.45rem;
    height: 2.45rem;
  }

  .site-utility {
    padding: 0;
  }

  .site-header-main,
  .site-utility-inner {
    width: calc(100% - 2rem);
  }

  .site-header-main {
    align-items: start;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.65rem 0 0.7rem;
  }

  .site-utility-inner {
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 0.65rem 0;
  }

  .utility-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(76px, auto);
    gap: 0.55rem;
    flex: 0 1 auto;
    width: 100%;
  }

  .utility-search input,
  .utility-search button,
  .utility-chip,
  .header-chip,
  .header-cta {
    min-height: 38px;
    padding: 0.58rem 0.78rem;
    font-size: 0.88rem;
  }

  .utility-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "catalog support"
      "lang lang";
    justify-content: stretch;
    width: 100%;
  }

  .utility-contact > * {
    width: 100%;
    justify-content: center;
  }

  .utility-meta {
    display: none;
  }

  .utility-primary {
    grid-area: catalog;
  }

  .utility-meta {
    display: inline-flex;
    grid-area: support;
  }

  .utility-contact .language-switcher {
    grid-area: lang;
    width: 100%;
    justify-content: flex-start;
  }

  .header-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: flex-start;
    width: 100%;
    overflow: visible;
    gap: 0.8rem 1rem;
  }

  .header-links a {
    white-space: nowrap;
  }

  .header-navigation {
    align-items: start;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
  }

  .header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
    width: 100%;
  }

  .header-chip,
  .header-cta {
    width: 100%;
    justify-content: center;
  }

  .header-email {
    overflow-wrap: anywhere;
  }

  .brand-panel {
    gap: 0.62rem;
  }

  .brand-copy {
    gap: 0.08rem;
  }

  .brand-kicker {
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .brand-title {
    font-size: 0.92rem;
    line-height: 1.24;
  }

  .brand-meta {
    font-size: 0.75rem;
    line-height: 1.28;
  }

  .hub-hero h1,
  .hero-copy h1 {
    font-size: clamp(1.9rem, 10.8vw, 3.35rem);
    max-width: 9ch;
  }

  .concept-amber .hero-copy h1 {
    font-size: clamp(2.5rem, 13vw, 4.1rem);
    max-width: 8ch;
  }

  .concept-signal .hero-copy h1 {
    font-size: clamp(2.5rem, 17vw, 3.9rem);
    max-width: 6ch;
  }

  .hero-copy {
    gap: 0.8rem;
  }

  .hero-copy p {
    font-size: 0.96rem;
  }

  .concept-tile {
    padding: 1rem;
  }

  .tile-visual {
    min-height: 220px;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    inset: 9% 0 18% 0;
    background-size: 54px 54px;
  }

  .hero::after,
  .hero-visual::after {
    display: none;
  }

  .product-sheet-hero {
    gap: 1.2rem;
    padding-bottom: 1.4rem;
  }

  .product-gallery-main {
    min-height: 340px;
    border-radius: 12px;
  }

  .product-gallery-main img {
    padding: 0.9rem;
  }

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

  .product-summary {
    gap: 1rem;
  }

  .product-summary h1 {
    font-size: 2.15rem;
  }

  .product-highlight-grid,
  .product-action-grid,
  .product-selection-summary,
  .product-tab-list,
  .contact-proof-grid,
  .application-image-grid,
  .application-area-grid,
  .equipment-used-grid,
  .workflow-step-grid,
  .gas-service-grid,
  .applications-cta {
    grid-template-columns: 1fr;
  }

  .application-image-card > div,
  .application-area > div,
  .equipment-used-card,
  .workflow-step,
  .gas-service {
    padding: 0.9rem;
  }

  .applications-cta {
    align-items: start;
  }

  .applications-cta .button {
    width: 100%;
  }

  .product-sales-note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .product-sales-note a {
    grid-column: 2;
  }

  .product-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    overflow: visible;
    border-bottom: 0;
  }

  .product-tab {
    min-height: 42px;
    padding: 0.62rem 0.7rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    line-height: 1.18;
    text-align: center;
    white-space: normal;
  }

  .product-tab::after {
    display: none;
  }

  .product-tab.is-active {
    border-color: color-mix(in srgb, var(--accent) 75%, var(--line));
    background: color-mix(in srgb, var(--accent) 12%, white 88%);
  }

  .product-spec-table {
    padding: 1rem;
  }

  .product-variant-table-card {
    overflow: hidden;
    padding: 0.7rem;
    border-radius: 18px;
  }

  .product-variant-table-heading {
    display: grid;
    align-items: start;
    gap: 0.35rem;
  }

  .product-variant-table-heading p {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .product-variant-table-heading h2 {
    font-size: 1rem;
  }

  .product-variant-table-scroll {
    border-radius: 12px;
  }

  .product-variant-table {
    min-width: 720px;
    font-size: 0.72rem;
  }

  .product-variant-table th,
  .product-variant-table td {
    padding: 0.5rem 0.48rem;
  }

  .product-variant-table th {
    font-size: 0.6rem;
    letter-spacing: 0.04em;
  }

  .product-spec-columns div {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }

  .hero-visual {
    min-height: 320px;
  }

  .product-spec-band {
    margin-top: 0.4rem;
  }

  .product-montage {
    gap: 0.8rem;
  }

  .product-montage-card {
    padding: 0.55rem;
  }

  .product-montage-label {
    top: 0.75rem;
    left: 0.75rem;
    min-height: 1.65rem;
    padding: 0.2rem 0.58rem;
    font-size: 0.66rem;
  }

  .product-montage-card img {
    min-height: 120px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-intake-panel,
  .contact-direct-card,
  .form-panel {
    border-radius: 22px;
    padding: 1rem;
  }

  .contact-conversion-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }

  .datasheet-sheet {
    width: min(100%, calc(100% - 1.2rem));
  }

  .datasheet-shell {
    padding: 1rem;
  }

  .datasheet-spec-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card {
    padding: 1rem;
  }

  .catalog-filter-panel {
    gap: 0.85rem;
    padding: 0.85rem;
    border-radius: 22px;
  }

  .catalog-filter-header {
    align-items: center;
  }

  .catalog-filter-group {
    gap: 0.45rem;
  }

  .catalog-filter-panel .filter-button {
    min-height: 34px;
    padding: 0.48rem 0.66rem;
    font-size: 0.84rem;
  }
}

@media print {
  body {
    background: #ffffff;
    color: #101820;
  }

  .site-utility,
  .site-header,
  .datasheet-actions,
  footer {
    display: none !important;
  }

  .datasheet-sheet,
  .section {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .datasheet-shell,
  .datasheet-visual,
  .datasheet-summary,
  .datasheet-spec,
  .product-spec-card,
  .product-module,
  .related-card {
    border-color: rgba(0, 0, 0, 0.14);
    background: #ffffff;
    box-shadow: none;
  }

  .datasheet-head p,
  .datasheet-summary p,
  .datasheet-list li,
  .datasheet-footer p {
    color: #33424f;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .motion-ready .reveal,
  .motion-ready .reveal.in-view,
  .hero-visual,
  .catalog-card,
  .product-gallery-main,
  .application-card,
  .capability-card,
  .hero-visual-media,
  .product-gallery-main img {
    filter: none;
    opacity: 1;
    transform: none;
  }
}

/* WordPress integration overrides */
.brand-logo {
  width: auto;
  height: 52px;
  max-width: min(260px, 40vw);
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid rgba(96, 123, 152, 0.18);
  background: rgba(255, 255, 255, 0.94);
  padding: 0.35rem 0.55rem;
  box-shadow: 0 14px 30px rgba(17, 42, 73, 0.08);
}

.header-links .primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-links .primary-menu li {
  margin: 0;
}

.header-links .current-menu-item > a,
.header-links .current_page_item > a,
.header-links .current-menu-ancestor > a,
.header-links .current_page_ancestor > a {
  color: var(--text);
  border-color: var(--accent);
}

.entry-content {
  color: var(--muted);
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content p,
.entry-content li {
  color: var(--muted);
  line-height: 1.75;
}

.entry-content ul,
.entry-content ol {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.entry-content a,
.footer-grid a {
  color: var(--accent);
}

.page-shell {
  display: grid;
  gap: 1.2rem;
}

.page-panel {
  padding: 1.35rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
}

.page-panel h1,
.page-panel h2 {
  margin: 0 0 1rem;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.page-hero-simple {
  min-height: min(74svh, 680px);
}

.inner-visual-shell {
  display: grid;
  place-items: center;
}

.brand-illustration {
  width: min(260px, 46%);
  aspect-ratio: 1;
  filter: drop-shadow(0 26px 60px rgba(45, 108, 255, 0.22));
}

.top-space {
  margin-top: 1.2rem;
}

.applications-section .section-intro p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.7;
}

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

.application-image-card,
.application-area,
.equipment-used-card,
.gas-service,
.workflow-step,
.applications-cta {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, white 6%);
  box-shadow: 0 18px 42px rgba(17, 42, 73, 0.06);
}

.application-image-card,
.application-area,
.equipment-used-card,
.gas-service,
.workflow-step {
  border-radius: 24px;
}

.application-image-card {
  display: grid;
  overflow: hidden;
}

.application-image-card figure,
.application-area figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: color-mix(in srgb, var(--surface-strong) 90%, white 10%);
}

.application-image-card figure {
  aspect-ratio: 16 / 10;
}

.application-image-card img,
.application-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-image-card > div,
.application-area > div {
  display: grid;
  gap: 0.65rem;
  padding: 1.05rem;
}

.application-image-card h3,
.application-area h3,
.equipment-used-card h3,
.gas-service strong,
.workflow-step h3,
.applications-cta h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.application-image-card h3,
.application-area h3,
.equipment-used-card h3 {
  font-size: 1.05rem;
  line-height: 1.28;
}

.application-image-card p,
.application-area p,
.equipment-used-card p,
.gas-service p,
.workflow-step p,
.applications-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.applications-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
}

.gas-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.gas-service {
  display: grid;
  gap: 0.45rem;
  min-height: 154px;
  padding: 1rem;
}

.gas-service strong {
  color: var(--accent);
  font-size: 1.15rem;
}

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

.application-area {
  display: grid;
  overflow: hidden;
}

.application-area figure {
  aspect-ratio: 16 / 9;
}

.application-area figcaption {
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.equipment-used-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.equipment-used-card {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  min-height: 285px;
  padding: 1.05rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.equipment-used-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 58%, var(--line));
  box-shadow: 0 22px 48px rgba(22, 119, 255, 0.12);
}

.equipment-used-card-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
}

.equipment-used-card-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--line));
  background: color-mix(in srgb, var(--accent) 12%, white 88%);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.equipment-used-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
}

.equipment-used-points li {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line) 88%, transparent);
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.35;
}

.applications-workflow {
  display: grid;
  gap: 1.2rem;
}

.workflow-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.workflow-step {
  display: grid;
  gap: 0.65rem;
  padding: 1.05rem;
}

.workflow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 14%, white 86%);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
}

.applications-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 28px;
}

.applications-cta h2 {
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  max-width: 780px;
}

.applications-cta > div {
  display: grid;
  gap: 0.8rem;
}

@media (max-width: 1024px) {
  .applications-split {
    grid-template-columns: 1fr;
  }

  .application-image-grid,
  .application-area-grid,
  .equipment-used-grid,
  .workflow-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .application-image-grid,
  .application-area-grid,
  .equipment-used-grid,
  .workflow-step-grid,
  .gas-service-grid,
  .applications-cta {
    grid-template-columns: 1fr;
  }

  .application-image-card > div,
  .application-area > div,
  .equipment-used-card,
  .workflow-step,
  .gas-service {
    padding: 0.9rem;
  }

  .applications-cta {
    align-items: start;
  }

  .applications-cta .button {
    width: 100%;
  }
}

.product-copy ul,
.product-copy ol {
  padding-left: 1.2rem;
}

.language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.language-switcher .utility-chip.is-current {
  border-color: var(--accent);
  color: var(--text);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
}

.footer-heading {
  margin: 0 0 0.7rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: 0;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .brand-logo {
    height: 46px;
    max-width: min(240px, 72vw);
  }

  .header-links .primary-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: flex-start;
    width: 100%;
    gap: 0.8rem 1rem;
  }
}

@media (max-width: 900px) {
  body .hub-header,
  body .site-header,
  body.admin-bar .site-header {
    position: static !important;
    top: auto !important;
  }
}

/* v1.0.71 premium industrial visual layer */
:root {
  --bg: #f4f8fc;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(248, 252, 255, 0.98);
  --text: #0b1c2e;
  --muted: rgba(11, 28, 46, 0.66);
  --line: rgba(84, 113, 145, 0.18);
  --accent: #116df0;
  --accent-2: #65d7ff;
  --accent-deep: #083f9b;
  --frost: #eaf6ff;
  --shadow: 0 24px 68px rgba(12, 37, 67, 0.09);
  --shadow-strong: 0 34px 90px rgba(12, 37, 67, 0.14);
}

.site-body {
  position: relative;
  background:
    radial-gradient(circle at 12% 9%, rgba(101, 215, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(17, 109, 240, 0.12), transparent 28rem),
    linear-gradient(180deg, #fbfdff 0%, #f1f7fc 44%, #f8fbfe 100%);
}

.site-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(16, 109, 240, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 109, 240, 0.038) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 72%, rgba(101, 215, 255, 0.08));
  background-size: 86px 86px, 86px 86px, auto;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.78) 42%, transparent 95%);
}

.site-body > * {
  position: relative;
  z-index: 1;
}

.site-header {
  border-bottom-color: rgba(73, 107, 139, 0.14);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(12, 37, 67, 0.05);
}

.is-scrolled .site-header {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(12, 37, 67, 0.1);
}

.brand-logo {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(12, 37, 67, 0.11);
}

.brand-kicker,
.section-kicker,
.eyebrow {
  color: var(--accent-deep);
  letter-spacing: 0.16em;
}

.hero {
  min-height: min(820px, calc(100svh - 86px));
  gap: clamp(2rem, 4rem, 4rem);
  padding: 3.4rem 0 3rem;
}

.hero::before {
  inset: 2% -2% 2% -2%;
  border-radius: 48px;
  background:
    linear-gradient(rgba(17, 109, 240, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 109, 240, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 72% 42%, rgba(101, 215, 255, 0.2), transparent 32rem);
  background-size: 78px 78px, 78px 78px, auto;
  mask-image: radial-gradient(circle at 64% 46%, black, transparent 73%);
}

.hero-copy {
  gap: 1.15rem;
}

.hero-copy h1 {
  max-width: 12.5ch;
  font-size: 5.45rem;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 64ch;
  color: rgba(11, 28, 46, 0.72);
  font-size: 1.06rem;
}

.button,
.product-action-primary {
  background: linear-gradient(135deg, #0d62dc 0%, #1888ff 55%, #62d7ff 100%);
  box-shadow: 0 18px 44px rgba(17, 109, 240, 0.23);
}

.button,
.header-chip,
.utility-chip,
.utility-search input,
.utility-search button,
.filter-button,
.catalog-reset {
  border-color: rgba(84, 113, 145, 0.2);
}

.button:hover,
.product-action-primary:hover {
  box-shadow: 0 22px 56px rgba(17, 109, 240, 0.28);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(12, 37, 67, 0.06);
}

.hero-facts {
  gap: 0.7rem;
  max-width: 700px;
}

.hero-facts span,
.hub-badges span,
.signal-strip span {
  min-height: 2.35rem;
  border-color: rgba(17, 109, 240, 0.18);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(12, 37, 67, 0.055);
  color: rgba(11, 28, 46, 0.7);
  backdrop-filter: blur(14px);
}

.hero-facts span::before,
.trust-band span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 4px rgba(17, 109, 240, 0.08);
}

.hero-visual {
  min-height: 590px;
  border-radius: 38px;
  box-shadow: var(--shadow-strong);
}

.hero-visual::before,
.hero-products .hero-visual::before,
.page-hero-contact .hero-visual::before {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(rgba(17, 109, 240, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 109, 240, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 72% 20%, rgba(101, 215, 255, 0.25), transparent 24rem),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(232, 245, 255, 0.93));
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.hero-home .hero-visual-media,
.hero-media-frame {
  border-radius: 34px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 28px 74px rgba(12, 37, 67, 0.12);
}

.hero-readout {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 0.24rem;
  max-width: min(290px, calc(100% - 2rem));
  padding: 0.78rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  box-shadow: 0 20px 52px rgba(12, 37, 67, 0.12);
  backdrop-filter: blur(18px);
}

.hero-readout::before {
  content: "";
  position: absolute;
  inset: 0.48rem auto auto 0.48rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--accent-2);
  box-shadow: 0 0 18px rgba(101, 215, 255, 0.72);
}

.hero-readout span {
  padding-left: 0.95rem;
  color: rgba(11, 28, 46, 0.58);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-readout strong {
  font-size: 0.88rem;
  line-height: 1.25;
}

.hero-readout-primary {
  top: 1.25rem;
  left: 1.25rem;
}

.hero-readout-secondary {
  right: 1.25rem;
  bottom: 1.25rem;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  width: min(1520px, calc(100% - 2rem));
  margin: -0.65rem auto 0;
  padding: 0.85rem;
  border: 1px solid rgba(84, 113, 145, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 60px rgba(12, 37, 67, 0.08);
  backdrop-filter: blur(18px);
}

.trust-band span {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.65rem 0.8rem;
  border-radius: 18px;
  color: rgba(11, 28, 46, 0.73);
  font-size: 0.9rem;
  font-weight: 750;
  background: rgba(248, 252, 255, 0.72);
}

.section {
  padding: 3.2rem 0;
}

.section-shell {
  border-top-color: rgba(84, 113, 145, 0.16);
}

.section-intro {
  margin-bottom: 2rem;
}

.section-intro h2,
.cta-copy h2 {
  text-wrap: balance;
}

.page-panel,
.stat-panel,
.form-panel,
.contact-proof-item,
.contact-direct-card,
.contact-intake-panel {
  border-color: rgba(84, 113, 145, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 255, 0.86));
  box-shadow: 0 22px 58px rgba(12, 37, 67, 0.075);
}

.stat-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.stat-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 109, 240, 0.12), transparent 38%),
    radial-gradient(circle at 90% 18%, rgba(101, 215, 255, 0.18), transparent 14rem);
  opacity: 0.68;
}

.stat-panel > * {
  position: relative;
  z-index: 1;
}

.stat-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 2.15rem;
  border-top: 1px solid rgba(84, 113, 145, 0.13);
}

.stat-list li:first-child {
  border-top: 0;
}

.stat-list li::before,
.application-card::after,
.capability-card::after,
.process-step::after {
  content: "";
  position: absolute;
  display: block;
}

.stat-list li::before {
  left: 0;
  top: 1rem;
  width: 1.18rem;
  height: 1.18rem;
  border: 1px solid rgba(17, 109, 240, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--accent) 0 26%, transparent 28%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 5px rgba(17, 109, 240, 0.08);
}

.application-card,
.capability-card,
.process-step,
.product-highlight-card,
.related-card {
  border-radius: 18px;
  border-color: rgba(84, 113, 145, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.86));
  box-shadow: 0 18px 50px rgba(12, 37, 67, 0.065);
}

.application-card::after,
.capability-card::after,
.process-step::after {
  left: 1.2rem;
  right: 1.2rem;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), transparent);
  opacity: 0.72;
}

.application-card h3,
.capability-card h3,
.process-step h3 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
}

.application-card h3::before,
.capability-card h3::before,
.process-step h3::before {
  content: "";
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid rgba(17, 109, 240, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(17, 109, 240, 0.16), rgba(101, 215, 255, 0.2)),
    rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.72);
}

.catalog-controls {
  gap: 0.65rem;
}

.catalog-filter-panel {
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 250, 255, 0.78));
  box-shadow: 0 24px 66px rgba(12, 37, 67, 0.08);
}

.filter-button,
.catalog-reset {
  box-shadow: 0 10px 26px rgba(12, 37, 67, 0.045);
}

.catalog-filter-panel .filter-button,
.catalog-reset {
  min-height: 46px;
}

.filter-button.is-active {
  background: linear-gradient(135deg, rgba(17, 109, 240, 0.14), rgba(101, 215, 255, 0.18));
}

.catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  gap: 1.25rem;
}

.catalog-card {
  grid-template-rows: auto 224px auto minmax(6.5rem, auto) auto auto;
  min-height: 600px;
  padding: 1.12rem;
  border-radius: 22px;
  border-color: rgba(84, 113, 145, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92));
  box-shadow: 0 22px 62px rgba(12, 37, 67, 0.075);
}

.catalog-card::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(17, 109, 240, 0.72), rgba(101, 215, 255, 0.8), transparent);
  opacity: 0.78;
}

.catalog-card:hover,
.catalog-card:focus-visible {
  --lift: -7px;
  border-color: rgba(17, 109, 240, 0.42);
  box-shadow: 0 30px 86px rgba(12, 37, 67, 0.14);
  outline: none;
}

.catalog-top {
  min-height: auto;
}

.catalog-code {
  width: fit-content;
  border-color: rgba(17, 109, 240, 0.2);
  background: rgba(239, 248, 255, 0.9);
  color: var(--accent-deep);
  font-weight: 850;
}

.catalog-chip {
  background: rgba(255, 255, 255, 0.78);
}

.catalog-top > .catalog-chip {
  max-width: 7.4rem;
}

.catalog-card h3 {
  color: #0a1b2d;
  font-size: 1.18rem;
  line-height: 1.24;
  text-wrap: balance;
}

.catalog-figure {
  height: 224px;
  border-radius: 18px;
  border-color: rgba(84, 113, 145, 0.14);
  background:
    linear-gradient(rgba(17, 109, 240, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 109, 240, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 52% 30%, rgba(101, 215, 255, 0.2), transparent 42%),
    linear-gradient(160deg, #fff, #edf7ff);
  background-size: 38px 38px, 38px 38px, auto, auto;
}

.catalog-figure::after {
  inset: auto 14% 0.65rem 14%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(17, 109, 240, 0.34), transparent);
}

.catalog-image {
  padding: 1.05rem;
}

.catalog-card .catalog-tags {
  max-height: 4.8rem;
}

.catalog-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  min-height: 2.3rem;
  margin-top: 0.1rem;
  padding: 0.36rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 109, 240, 0.08);
  color: var(--accent-deep);
}

.catalog-link::after {
  transition: transform 160ms ease;
}

.catalog-card:hover .catalog-link::after,
.catalog-card:focus-visible .catalog-link::after {
  transform: translateX(3px);
}

.product-sheet-main {
  background:
    radial-gradient(circle at 86% 6%, rgba(101, 215, 255, 0.15), transparent 20rem),
    radial-gradient(circle at 16% 12%, rgba(17, 109, 240, 0.08), transparent 22rem);
}

.product-gallery-main,
.product-sales-note,
.product-tab-list article,
.product-spec-table,
.product-variant-table-card {
  border-color: rgba(84, 113, 145, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 255, 0.9));
}

.product-gallery-main {
  border-radius: 22px;
}

.product-summary h1 {
  color: #0a1b2d;
  text-wrap: balance;
}

.product-badge {
  border: 1px solid rgba(17, 109, 240, 0.16);
  border-radius: 999px;
  background: rgba(239, 248, 255, 0.92);
}

.product-action {
  border-radius: 14px;
}

.product-tabs {
  gap: 0.55rem;
  padding: 0.45rem;
  overflow-x: auto;
  border: 1px solid rgba(84, 113, 145, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56);
}

.product-tab {
  min-height: 46px;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  color: rgba(11, 28, 46, 0.7);
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.product-tab::after {
  display: none;
}

.product-tab.is-active {
  background: #fff;
  color: var(--accent-deep);
  box-shadow: 0 12px 26px rgba(12, 37, 67, 0.08);
}

.product-tab-panel {
  padding-top: 1.25rem;
}

.product-highlight-card {
  border-radius: 16px;
}

@media (min-width: 1025px) {
  .hero-products .hero-copy h1 {
    max-width: 10.5ch;
  }

  .application-grid {
    align-items: stretch;
  }

  .process-step {
    padding: 1.25rem 1rem 1.1rem;
  }
}

@media (max-width: 1180px) {
  .hero-copy h1 {
    font-size: 4.4rem;
  }

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

@media (max-width: 900px) {
  .site-body::before {
    background-size: 64px 64px, 64px 64px, auto;
  }

  .hero {
    padding: 2.25rem 0 2.2rem;
  }

  .hero-copy h1 {
    max-width: 12ch;
    font-size: 3.25rem;
    letter-spacing: 0;
  }

  .hero-visual {
    min-height: 390px;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .site-header-main {
    align-items: flex-start;
    gap: 1rem;
  }

  .brand-panel {
    flex: 0 1 290px;
  }

  .brand-kicker {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .brand-title {
    font-size: 0.95rem;
    line-height: 1.25;
  }

  .brand-meta {
    font-size: 0.78rem;
  }

  .header-navigation {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.68rem;
    min-width: 0;
  }

  .header-links {
    justify-content: flex-end;
    gap: 0.58rem 1rem;
  }

  .header-links a {
    white-space: nowrap;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .header-email {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    min-width: 144px;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .site-body::before {
    opacity: 0.62;
    background-size: 48px 48px, 48px 48px, auto;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.92);
  }

  .brand-logo {
    height: 48px;
  }

  .hero {
    width: calc(100% - 2rem);
    padding: 2.35rem 0 1.9rem;
  }

  .hero::before {
    inset: 8% 0 20% 0;
    border-radius: 28px;
    background-size: 48px 48px, 48px 48px, auto;
    opacity: 0.78;
  }

  .hero-copy h1 {
    max-width: 10.5ch;
    font-size: 2.45rem;
    line-height: 0.98;
    letter-spacing: 0;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 46px;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-facts span {
    width: 100%;
  }

  .hero-visual {
    min-height: 300px;
    border-radius: 26px;
  }

  .hero-readout {
    display: none;
  }

  .trust-band {
    grid-template-columns: 1fr;
    margin-top: 0.6rem;
    padding: 0.65rem;
    border-radius: 20px;
  }

  .trust-band span {
    min-height: 2.6rem;
    font-size: 0.84rem;
  }

  .section {
    padding: 2.35rem 0;
  }

  .section-intro {
    margin-bottom: 1.35rem;
  }

  .catalog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .catalog-card {
    min-height: auto;
    grid-template-rows: auto 210px auto auto auto auto;
    border-radius: 20px;
  }

  .catalog-figure {
    height: 210px;
    border-radius: 16px;
  }

  .catalog-top {
    display: grid;
  }

  .catalog-top > .catalog-chip {
    justify-self: start;
    max-width: none;
  }

  .catalog-filter-panel {
    padding: 0.8rem;
    border-radius: 20px;
  }

  .button,
  .product-action,
  .header-chip,
  .header-cta,
  .utility-chip,
  .utility-search button,
  .filter-button,
  .catalog-reset,
  .catalog-filter-panel .filter-button {
    min-height: 46px;
  }

  .product-gallery-main {
    border-radius: 18px;
  }

  .product-tabs {
    border-radius: 20px;
  }

  .product-tab {
    min-height: 46px;
    padding: 0.6rem 0.72rem;
  }
}

@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .catalog-card {
    padding: 1rem;
  }

  .product-summary h1 {
    font-size: 2.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-readout,
  .trust-band,
  .catalog-card,
  .application-card,
  .capability-card,
  .product-gallery-main {
    transform: none !important;
  }
}

/* v1.0.72 international B2B industrial design system */
:root {
  --cf-navy: #07192e;
  --cf-blue: #0b78d0;
  --cf-cyan: #32b6d8;
  --cf-ice: #eff8ff;
  --cf-line: rgba(9, 36, 64, 0.12);
  --cf-card: rgba(255, 255, 255, 0.92);
  --cf-shadow: 0 18px 46px rgba(8, 29, 52, 0.11);
  --cf-radius: 10px;
}

.site-body {
  color: #102033;
  overflow-x: clip;
  background:
    linear-gradient(135deg, rgba(246, 251, 255, 0.96), rgba(231, 244, 255, 0.82) 46%, rgba(247, 250, 253, 0.96)),
    #f6fbff;
}

.site-body::before {
  background:
    linear-gradient(rgba(12, 74, 120, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 74, 120, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(41, 171, 226, 0.12), rgba(255, 255, 255, 0) 52%);
  background-size: 72px 72px, 72px 72px, auto;
}

h1,
h2,
h3,
.hero-copy h1,
.product-summary h1 {
  letter-spacing: 0 !important;
}

.site-body * {
  letter-spacing: 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(18, 131, 214, 0.34);
  outline-offset: 3px;
}

.button,
.product-action,
.filter-button,
.catalog-reset,
.utility-search button,
.header-cta {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.product-action:hover,
.filter-button:hover,
.catalog-reset:hover,
.utility-search button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.button-soft {
  color: var(--cf-navy);
  border-color: rgba(11, 120, 208, 0.2);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.site-header {
  border-bottom: 1px solid rgba(12, 54, 92, 0.08);
  backdrop-filter: blur(18px);
}

.site-header-main {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: center;
}

.brand-panel {
  min-width: 0;
}

.brand-title {
  max-width: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(9, 36, 64, 0.13);
  border-radius: 999px;
  color: var(--cf-navy);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(8, 29, 52, 0.08);
}

.header-menu-toggle-lines,
.header-menu-toggle-lines::before,
.header-menu-toggle-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.header-menu-toggle-lines {
  position: relative;
}

.header-menu-toggle-lines::before,
.header-menu-toggle-lines::after {
  position: absolute;
  left: 0;
  content: "";
}

.header-menu-toggle-lines::before {
  top: -6px;
}

.header-menu-toggle-lines::after {
  top: 6px;
}

.nav-open .header-menu-toggle-lines {
  transform: rotate(45deg);
}

.nav-open .header-menu-toggle-lines::before {
  transform: translateY(6px) rotate(90deg);
}

.nav-open .header-menu-toggle-lines::after {
  opacity: 0;
}

.header-links a.active,
.primary-menu a.active {
  color: var(--cf-blue);
  background: rgba(10, 122, 210, 0.08);
  box-shadow: inset 0 -2px 0 var(--cf-blue);
}

.site-utility {
  border-bottom: 1px solid rgba(12, 54, 92, 0.07);
}

.language-switcher {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.25rem;
  border: 1px solid rgba(9, 36, 64, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.language-switcher .utility-chip {
  min-height: 34px;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  box-shadow: none;
}

.language-switcher .utility-chip.is-current {
  color: #fff;
  border-color: var(--cf-blue);
  background: linear-gradient(135deg, var(--cf-blue), var(--cf-cyan));
}

.hero {
  isolation: isolate;
}

.hero::before {
  border: 1px solid rgba(12, 74, 120, 0.09);
  background:
    linear-gradient(rgba(12, 74, 120, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 74, 120, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(222, 242, 255, 0.72));
  background-size: 58px 58px, 58px 58px, auto;
  box-shadow: 0 28px 70px rgba(9, 36, 64, 0.08);
}

.hero-copy h1 {
  max-width: 13ch;
  color: var(--cf-navy);
}

.hero-home .hero-copy h1 {
  max-width: 16ch;
}

.hero-copy > p:not(.eyebrow),
.section-intro p,
.entry-content p {
  color: rgba(16, 32, 51, 0.72);
}

.hero-facts span,
.trust-band span,
.capability-card,
.application-card,
.page-panel,
.stat-panel,
.contact-proof-item,
.process-step,
.product-highlight-card,
.product-tab-list article {
  border-radius: var(--cf-radius);
  border-color: var(--cf-line);
  background: var(--cf-card);
  box-shadow: 0 12px 34px rgba(8, 29, 52, 0.075);
}

.hero-facts span::before,
.trust-band span::before,
.capability-card::before,
.application-card::before,
.process-step::before {
  background: linear-gradient(135deg, var(--cf-blue), var(--cf-cyan));
}

.catalog-layout {
  align-items: start;
}

.catalog-filter-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--cf-line);
  border-radius: var(--cf-radius);
  color: var(--cf-navy);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(8, 29, 52, 0.08);
}

.catalog-filter-toggle strong {
  color: var(--cf-blue);
  font-size: 0.86rem;
}

.catalog-filter-panel {
  position: sticky;
  top: 120px;
  border-radius: var(--cf-radius);
  border: 1px solid rgba(9, 36, 64, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--cf-shadow);
}

.catalog-filter-header {
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(9, 36, 64, 0.08);
}

.catalog-panel-search {
  margin: 1rem 0;
}

.catalog-panel-search label {
  display: grid;
  gap: 0.45rem;
  color: rgba(16, 32, 51, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-panel-search input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(9, 36, 64, 0.12);
  border-radius: 999px;
  padding: 0 1rem;
  color: var(--cf-navy);
  background: #fff;
}

.catalog-filter-group {
  gap: 0.5rem;
  padding-top: 0.85rem;
}

.catalog-filter-group p {
  color: var(--cf-navy);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.catalog-filter-panel .filter-button {
  justify-content: flex-start;
  border-radius: 999px;
  color: rgba(16, 32, 51, 0.74);
  background: rgba(244, 249, 253, 0.9);
}

.catalog-filter-panel .filter-button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #0a74c9, #2ab8d7);
  box-shadow: 0 10px 24px rgba(11, 120, 208, 0.18);
}

.catalog-card {
  position: relative;
  grid-template-rows: auto 218px auto minmax(3.1rem, auto) auto auto;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--cf-radius);
  border: 1px solid rgba(9, 36, 64, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    #fff;
  box-shadow: 0 15px 36px rgba(8, 29, 52, 0.08);
}

.catalog-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(11, 120, 208, 0.14), transparent 32%, transparent 68%, rgba(50, 182, 216, 0.1));
  opacity: 0;
  transition: opacity 200ms ease;
  content: "";
}

.catalog-card:hover {
  border-color: rgba(11, 120, 208, 0.26);
  box-shadow: 0 22px 54px rgba(8, 29, 52, 0.14);
}

.catalog-card:hover::after {
  opacity: 1;
}

.catalog-card-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.catalog-title-block {
  min-width: 0;
}

.catalog-title-block h3 {
  margin: 0.32rem 0 0;
  color: var(--cf-navy);
  font-size: 1.18rem;
  line-height: 1.18;
}

.catalog-card-family {
  flex: 0 0 auto;
  max-width: 42%;
  padding: 0.36rem 0.62rem;
  border: 1px solid rgba(11, 120, 208, 0.16);
  border-radius: 999px;
  color: #0b6fb7;
  background: rgba(235, 247, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.catalog-figure {
  border-radius: 8px;
  background:
    linear-gradient(rgba(8, 58, 102, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 58, 102, 0.05) 1px, transparent 1px),
    #f8fcff;
  background-size: 34px 34px, 34px 34px, auto;
}

.catalog-subtitle {
  color: rgba(16, 32, 51, 0.82);
  font-weight: 750;
}

.catalog-card-copy {
  color: rgba(16, 32, 51, 0.66);
  font-size: 0.94rem;
  line-height: 1.55;
}

.catalog-card-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
}

.catalog-card-specs div {
  min-width: 0;
  padding: 0.62rem 0.68rem;
  border: 1px solid rgba(9, 36, 64, 0.08);
  border-radius: 8px;
  background: rgba(244, 249, 253, 0.82);
}

.catalog-card-specs dt {
  color: rgba(16, 32, 51, 0.52);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-card-specs dd {
  margin: 0.18rem 0 0;
  color: var(--cf-navy);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.25;
}

.catalog-empty {
  display: grid;
  justify-items: start;
  gap: 0.65rem;
  padding: 1.15rem;
  border: 1px dashed rgba(11, 120, 208, 0.26);
  border-radius: var(--cf-radius);
  color: rgba(16, 32, 51, 0.7);
  background: rgba(255, 255, 255, 0.82);
}

.catalog-empty[hidden] {
  display: none;
}

.catalog-empty strong {
  color: var(--cf-navy);
}

.product-sheet-hero,
.product-sheet-details,
.product-variant-table-card,
.product-spec-table,
.product-quick-specs,
.product-empty-panel,
.contact-intake-panel,
.contact-direct-card,
.form-panel {
  border-radius: var(--cf-radius);
  border-color: var(--cf-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--cf-shadow);
}

.product-sheet-details {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.product-summary h1 {
  color: var(--cf-navy);
}

.product-quick-specs {
  display: grid;
  gap: 0.75rem;
  padding: 0.95rem;
}

.product-quick-specs > p {
  margin: 0;
  color: rgba(16, 32, 51, 0.58);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-quick-specs dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
}

.product-quick-specs div {
  min-width: 0;
  padding: 0.7rem;
  border-radius: 8px;
  background: rgba(240, 248, 255, 0.86);
}

.product-quick-specs dt {
  color: rgba(16, 32, 51, 0.56);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-quick-specs dd {
  margin: 0.2rem 0 0;
  color: var(--cf-navy);
  font-size: 0.86rem;
  font-weight: 780;
}

.product-tabs {
  position: sticky;
  top: 0.75rem;
  z-index: 5;
  border-radius: var(--cf-radius);
  border: 1px solid rgba(9, 36, 64, 0.1);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.product-tab {
  border-radius: 8px;
}

.product-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--cf-blue), var(--cf-cyan));
}

.product-specifications-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.product-overview-panel {
  grid-template-columns: 1fr;
}

.product-tab-panel[hidden] {
  display: none !important;
}

.product-selection-notes {
  margin-top: 0;
}

.product-variant-table-scroll {
  border-radius: 8px;
  border: 1px solid rgba(9, 36, 64, 0.08);
}

.product-variant-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: rgba(16, 32, 51, 0.68);
  background: #f3f9fe;
}

.product-variant-table tbody tr:nth-child(even) {
  background: rgba(244, 249, 253, 0.72);
}

.product-empty-panel {
  padding: 1.25rem;
}

.product-empty-panel h2 {
  margin-top: 0;
  color: var(--cf-navy);
}

.contact-intake-list {
  gap: 0.55rem;
}

.contact-intake-chip {
  border: 1px solid rgba(11, 120, 208, 0.14);
  border-radius: 999px;
  background: rgba(236, 248, 255, 0.82);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: rgba(9, 36, 64, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
}

.form-helper {
  margin: -0.35rem 0 0;
  color: rgba(16, 32, 51, 0.62);
  font-size: 0.86rem;
}

.application-image-card,
.application-area,
.equipment-used-card,
.workflow-step {
  border-radius: var(--cf-radius);
  border-color: var(--cf-line);
  box-shadow: 0 14px 34px rgba(8, 29, 52, 0.075);
}

.workflow-step-grid {
  position: relative;
}

.workflow-step-grid::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2.15rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 120, 208, 0.28), transparent);
  content: "";
}

.workflow-step {
  position: relative;
}

@keyframes cfBackgroundDrift {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 72px 72px, 72px 72px, 0 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .site-body::before,
  .hero::before {
    animation: cfBackgroundDrift 28s linear infinite;
  }

  .catalog-card,
  .product-tab-panel,
  .application-image-card,
  .equipment-used-card {
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, opacity 220ms ease;
  }

  .product-tab-panel.is-tab-entering {
    animation: cfPanelIn 220ms ease both;
  }
}

@keyframes cfPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-header-main {
    grid-template-columns: minmax(240px, 1fr) auto;
  }

  .header-navigation {
    gap: 0.75rem;
  }

  .header-email {
    display: none;
  }

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

  .catalog-filter-toggle {
    display: flex;
  }

  .catalog-filter-panel {
    position: static;
    display: none;
  }

  .catalog-filter-panel.is-open {
    display: block;
  }
}

@media (max-width: 720px) {
  .site-header-main {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
  }

  .header-menu-toggle {
    display: grid;
  }

  .header-navigation {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 0.85rem;
    border: 1px solid rgba(9, 36, 64, 0.1);
    border-radius: var(--cf-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--cf-shadow);
  }

  .header-navigation.is-open {
    display: grid;
  }

  .header-links,
  .primary-menu,
  .header-actions {
    display: grid;
    width: 100%;
    gap: 0.45rem;
  }

  .header-links a,
  .primary-menu a,
  .header-actions a {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .brand-title {
    max-width: 15.5rem;
  }

  .brand-meta {
    display: none;
  }

  .site-utility-inner {
    gap: 0.65rem;
  }

  .utility-search {
    width: 100%;
  }

  .utility-contact {
    width: 100%;
    justify-content: space-between;
  }

  .utility-meta {
    display: none;
  }

  .hero-copy h1 {
    max-width: 12ch;
    font-size: 2.24rem;
    line-height: 1.04;
  }

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

  .hero-visual {
    min-height: 280px;
  }

  .catalog-card {
    grid-template-rows: auto 210px auto auto auto auto;
  }

  .catalog-card-meta {
    display: grid;
  }

  .catalog-card-family {
    max-width: none;
    justify-self: start;
  }

  .catalog-card-specs,
  .product-quick-specs dl {
    grid-template-columns: 1fr;
  }

  .product-tabs {
    top: 0.35rem;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .product-variant-table {
    min-width: 760px;
  }

  .workflow-step-grid::before {
    display: none;
  }
}

@media (max-width: 390px) {
  .brand-kicker {
    font-size: 0.62rem;
  }

  .brand-title {
    max-width: 13rem;
    font-size: 0.9rem;
  }

  .hero {
    width: calc(100% - 1.1rem);
  }

  .section-shell {
    width: calc(100% - 1.1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-body::before,
  .hero::before,
  .product-tab-panel.is-tab-entering {
    animation: none !important;
  }

  .button:hover,
  .product-action:hover,
  .filter-button:hover,
  .catalog-reset:hover,
  .utility-search button:hover,
  .header-cta:hover {
    transform: none;
  }
}

/* v1.0.77 visual stabilization: calmer nav, filters, and catalog cards */
::selection {
  background: rgba(48, 154, 222, 0.22);
  color: #07192e;
}

.header-links a,
.primary-menu a {
  position: relative;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
}

.header-links a::after,
.primary-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.18rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(11, 120, 208, 0), rgba(11, 120, 208, 0.82), rgba(50, 182, 216, 0));
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
}

.header-links a:hover,
.header-links a.active,
.primary-menu a:hover,
.primary-menu a.active,
.header-links .current-menu-item > a,
.header-links .current_page_item > a,
.header-links .current-menu-ancestor > a,
.header-links .current_page_ancestor > a {
  color: var(--cf-blue);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.header-links a:hover::after,
.header-links a.active::after,
.primary-menu a:hover::after,
.primary-menu a.active::after,
.header-links .current-menu-item > a::after,
.header-links .current_page_item > a::after,
.header-links .current-menu-ancestor > a::after,
.header-links .current_page_ancestor > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.catalog-layout {
  gap: 1.35rem;
}

.catalog-filter-panel {
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: minmax(126px, 0.48fr) minmax(240px, 0.95fr) minmax(260px, 1fr) minmax(280px, 1.15fr);
  gap: 0.85rem 1rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border-color: rgba(11, 51, 86, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 38px rgba(8, 29, 52, 0.07);
}

.catalog-filter-header {
  padding: 0 0.85rem 0 0;
  border-right: 1px solid rgba(9, 36, 64, 0.08);
  border-bottom: 0;
}

.catalog-filter-header strong {
  margin-top: 0.2rem;
  font-size: 0.9rem;
}

.catalog-panel-search {
  margin: 0;
}

.catalog-panel-search input {
  min-height: 40px;
  border-radius: 14px;
  font-size: 0.9rem;
}

.catalog-filter-group {
  gap: 0.45rem;
  padding-top: 0;
}

.catalog-filter-group[data-filter-group="media"] {
  grid-column: 2 / -1;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(9, 36, 64, 0.07);
}

.catalog-filter-header p,
.catalog-filter-group p,
.catalog-panel-search label {
  letter-spacing: 0.07em;
}

.catalog-filter-panel .filter-button,
.catalog-reset {
  min-height: 34px;
  padding: 0.43rem 0.66rem;
  border-radius: 999px;
  font-size: 0.83rem;
  line-height: 1.15;
  box-shadow: none;
}

.catalog-filter-panel .filter-button {
  border-color: rgba(9, 36, 64, 0.12);
  color: rgba(16, 32, 51, 0.7);
  background: rgba(247, 251, 255, 0.78);
}

.catalog-filter-panel .filter-button:hover {
  color: #0a4f86;
  border-color: rgba(11, 120, 208, 0.28);
  background: rgba(235, 247, 255, 0.9);
  transform: none;
}

.catalog-filter-panel .filter-button.is-active {
  color: #07568f;
  border-color: rgba(11, 120, 208, 0.32);
  background: rgba(226, 244, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.catalog-results {
  max-width: 1320px;
  margin: 0 auto;
}

.catalog-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1rem;
  align-items: stretch;
}

.catalog-card {
  display: grid;
  grid-template-rows: auto 190px auto auto auto;
  min-height: 0;
  padding: 0.95rem;
  border-radius: 12px;
  border-color: rgba(9, 36, 64, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(8, 29, 52, 0.07);
}

.catalog-card::after {
  display: none;
}

.catalog-card:hover,
.catalog-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(11, 120, 208, 0.22);
  box-shadow: 0 18px 42px rgba(8, 29, 52, 0.11);
}

.catalog-card-meta {
  gap: 0.75rem;
}

.catalog-code,
.catalog-card-family {
  border-radius: 999px;
  background: rgba(239, 248, 255, 0.88);
  font-size: 0.68rem;
  letter-spacing: 0.03em;
}

.catalog-card-family {
  max-width: 44%;
  padding: 0.32rem 0.55rem;
}

.catalog-title-block h3 {
  margin-top: 0.28rem;
  font-size: 1.04rem;
  line-height: 1.18;
}

.catalog-figure {
  height: 190px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(8, 58, 102, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 58, 102, 0.035) 1px, transparent 1px),
    #f8fcff;
  background-size: 32px 32px, 32px 32px, auto;
}

.catalog-image {
  padding: 0.8rem;
}

.catalog-subtitle {
  display: -webkit-box;
  margin-bottom: 0;
  color: rgba(16, 32, 51, 0.78);
  font-size: 0.95rem;
  font-weight: 740;
  line-height: 1.42;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-card-copy {
  display: -webkit-box;
  color: rgba(16, 32, 51, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-card-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.catalog-card-specs div {
  padding: 0.52rem 0.56rem;
  border-radius: 8px;
  background: rgba(246, 250, 254, 0.86);
}

.catalog-card-specs div:nth-child(n + 3) {
  display: none;
}

.catalog-card-specs dt {
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.catalog-card-specs dd {
  display: -webkit-box;
  font-size: 0.74rem;
  line-height: 1.22;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-link {
  min-height: auto;
  margin-top: 0.1rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #0a63aa;
  font-size: 0.9rem;
  font-weight: 820;
}

@media (min-width: 1280px) {
  .catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .catalog-filter-panel {
    display: none;
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .catalog-filter-panel.is-open {
    display: grid;
  }

  .catalog-filter-header {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(9, 36, 64, 0.08);
    padding-bottom: 0.75rem;
  }

  .catalog-filter-group[data-filter-group="media"] {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .header-links a::after,
  .primary-menu a::after {
    left: 18%;
    right: 18%;
    bottom: 0.38rem;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card {
    grid-template-rows: auto 196px auto auto auto;
  }

  .catalog-card-family {
    max-width: none;
  }
}

/* =====================================================================
   v1.0.78 - catalog & card refinement (final layer)
   Supersedes the earlier .catalog-card / .catalog-grid layers above.
   Goals: calmer premium cards, no image grid-noise, far shorter mobile.
   ===================================================================== */

/* Calmer product image surface: drop the 32px grid pattern */
.catalog-figure { background: #f5f9fc !important; }

/* Drop the secondary description block in catalog cards (punchy subtitle stays;
   the full description still lives on the product page) */
.catalog-card-copy { display: none !important; }

/* Tighter, steadier card; remove the 3D tilt, keep a soft hover lift */
.catalog-card {
  grid-template-rows: auto 176px auto auto auto !important;
  gap: 0.7rem !important;
  padding: 0.85rem !important;
  transform: none !important;
}
.catalog-figure { height: 176px !important; }
.catalog-image { padding: 0.7rem !important; }
.catalog-card:hover,
.catalog-card:focus-visible { transform: translateY(-3px) !important; }

/* Mobile (<=720px): condense the "Supply categories" intro to 2-up */
@media (max-width: 720px) {
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 0.6rem !important; }
  .capability-card { padding: 0.85rem !important; }
  .capability-card h3 { font-size: 0.98rem !important; }
  .capability-card p { font-size: 0.84rem !important; line-height: 1.5 !important; }
}

/* Mobile (<=720px): 2-column catalog instead of 1 - ~44% shorter page */
@media (max-width: 720px) {
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 0.65rem !important; }
  .catalog-card { grid-template-rows: auto 120px auto auto auto !important; padding: 0.7rem !important; gap: 0.5rem !important; }
  .catalog-figure { height: 120px !important; }
  .catalog-image { padding: 0.45rem !important; }
  .catalog-card-meta { flex-direction: column !important; gap: 0.4rem !important; }
  .catalog-card-family { display: none !important; }
  .catalog-title-block h3 { font-size: 0.92rem !important; line-height: 1.2 !important; }
  .catalog-subtitle { font-size: 0.82rem !important; -webkit-line-clamp: 3 !important; }
  .catalog-card-specs { grid-template-columns: 1fr !important; gap: 0.35rem !important; }
  .catalog-link { font-size: 0.82rem !important; }
}
