:root,
[data-theme='dark'] {
  --cf-blue: #009BB4;
  --cf-blue-light: #00EFD1;
  --cf-dark-1: #001A21;
  --cf-dark-2: #002329;
  --cf-dark-3: #002D35;
  --cf-dark-4: #003E47;
  --cf-teal: #007D8E;
  --cf-light-teal-1: #51B7C3;
  --cf-light-teal-2: #96D2D3;
  --cf-grey-1: #494948;
  --cf-grey-2: #6F6F6E;
  --cf-grey-3: #919292;
  --cf-grey-4: #C5C6C6;
  --cf-grey-5: #ECECED;
  --cf-red: #E50052;
  --cf-lime: #91C01D;
  --cf-bronze: #A59270;
  --cf-gold: #BE9F56;
  --cf-black: #000000;
  --cf-white: #FFFFFF;

  --bg: var(--cf-dark-1);
  --surface: var(--cf-dark-2);
  --surface-2: var(--cf-dark-3);
  --surface-3: var(--cf-dark-4);
  --text: var(--cf-white);
  --muted: var(--cf-grey-3);
  --faint: var(--cf-grey-2);
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .22);
  --shadow: 0 30px 80px rgba(0, 0, 0, .35);
  --font-body: 'Satoshi', system-ui, sans-serif;
  --font-display: 'Satoshi', system-ui, sans-serif;
  --text-xs: clamp(.75rem, .7rem + .25vw, .875rem);
  --text-sm: clamp(.875rem, .8rem + .35vw, 1rem);
  --text-base: clamp(1rem, .95rem + .25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + .75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --text-hero: clamp(3.25rem, 1rem + 7vw, 8.5rem);
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: none; text-size-adjust: none; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { min-height: 100dvh; font-family: var(--font-body); font-size: var(--text-base); line-height: 1.6; background: var(--bg); color: var(--text); }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { max-width: 72ch; color: var(--muted); }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--cf-blue); outline-offset: 4px; }
::selection { background: rgba(0, 155, 180, .25); }
.skip-link { position: fixed; left: var(--space-4); top: var(--space-4); transform: translateY(-140%); z-index: 1000; background: var(--cf-blue); color: var(--cf-dark-1); padding: var(--space-3) var(--space-4); border-radius: 999px; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: var(--space-5); padding: var(--space-4) clamp(var(--space-4), 4vw, var(--space-16)); background: rgba(0, 26, 33, .78); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: var(--space-3); text-decoration: none; font-weight: 900; letter-spacing: .04em; }
.brand svg { width: 46px; color: var(--text); fill: currentColor; }
.brand-logo { width: auto; display: block; }
.brand-logo-square { height: 72px; max-height: 72px; }
.footer-brand .brand-logo { height: 84px; max-height: 84px; }
@media (max-width: 640px) {
  .brand-logo-square { height: 56px; max-height: 56px; }
  .footer-brand .brand-logo { height: 64px; max-height: 64px; }
}
.site-nav { display: flex; align-items: center; gap: clamp(var(--space-3), 2vw, var(--space-6)); font-size: var(--text-sm); }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); padding: var(--space-2) var(--space-4); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: var(--space-3) var(--space-5); text-decoration: none; font-size: var(--text-sm); font-weight: 900; letter-spacing: .02em; border: 1px solid transparent; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.nav-cta, .button.primary { color: var(--cf-dark-1); background: var(--cf-blue); }
.nav-cta:hover, .button.primary:hover { background: var(--cf-teal); color: var(--cf-dark-1); }
.button.secondary { color: var(--text); background: rgba(255,255,255,.05); border-color: var(--line-strong); }
.button:hover, .nav-cta:hover { transform: translateY(-1px); }
.button-row, .inline-actions, .social-row { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; }
.inline-actions a, .social-row a { color: var(--text); text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 5px; font-weight: 800; }

.home-hero, .product-hero, .page-hero { position: relative; min-height: 76vh; display: grid; align-items: center; gap: var(--space-10); padding: clamp(var(--space-16), 8vw, var(--space-24)) clamp(var(--space-4), 5vw, var(--space-20)); overflow: hidden; background-image: var(--hero-image); background-size: cover; background-position: center; }
.home-hero { min-height: calc(100vh - 78px); grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr); }
.product-hero { grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); padding-bottom: clamp(170px, 20vw, 240px); }
.page-hero { min-height: 58vh; }
.page-hero.slim { min-height: 44vh; background-image: radial-gradient(circle at 80% 25%, rgba(0,155,180,.18), transparent 32%), linear-gradient(135deg, var(--cf-dark-1), var(--cf-dark-3)); }
.hero-shade { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(0,26,33,.93), rgba(0,26,33,.66) 48%, rgba(0,26,33,.38)),
  radial-gradient(circle at 80% 20%, rgba(0,155,180,.22), transparent 32%); }
.home-copy, .hero-content, .page-hero > div:not(.hero-shade) { position: relative; z-index: 2; }
.eyebrow { color: var(--cf-blue); text-transform: uppercase; letter-spacing: .18em; font-size: var(--text-xs); font-weight: 900; margin-bottom: var(--space-4); }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 11ch; font-size: var(--text-hero); margin-bottom: var(--space-5); }
.product-hero h1 { max-width: 9ch; }
h2 { font-size: var(--text-2xl); margin-bottom: var(--space-4); }
h3 { font-size: var(--text-lg); }
.home-copy > p, .hero-content > p, .page-hero p:not(.eyebrow) { font-size: var(--text-lg); margin-bottom: var(--space-6); color: #dbe3ea; }
.launch-panel { position: relative; z-index: 2; padding: var(--space-8); border: 1px solid var(--line); border-radius: 30px; background: rgba(0, 26, 33, .62); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.launch-panel span, .launch-panel em { display: block; color: var(--muted); font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: var(--text-xs); }
.launch-panel strong { display: block; font-family: var(--font-display); font-size: clamp(5rem, 14vw, 11rem); line-height: .85; color: var(--cf-blue); }
.hero-product-card { position: relative; z-index: 2; min-height: 390px; display: grid; align-items: center; justify-items: center; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.025)); backdrop-filter: blur(10px); box-shadow: var(--shadow); overflow: hidden; }
.hero-product-card::before { content: ""; position: absolute; inset: auto -10% -32% -10%; height: 68%; background: radial-gradient(circle, rgba(0,155,180,.32), transparent 60%); }
.hero-product-card img { position: relative; z-index: 2; width: min(92%, 600px); filter: drop-shadow(0 32px 44px rgba(0,0,0,.48)); }
.hero-product-card span { position: absolute; left: var(--space-6); right: var(--space-6); bottom: var(--space-6); z-index: 3; font-family: var(--font-display); font-size: var(--text-xl); line-height: 1; font-weight: 900; text-transform: uppercase; color: rgba(255,255,255,.86); text-shadow: 0 12px 30px rgba(0,0,0,.55); }
.stat-bar { position: absolute; z-index: 3; left: clamp(var(--space-4), 5vw, var(--space-20)); right: clamp(var(--space-4), 5vw, var(--space-20)); bottom: clamp(var(--space-5), 5vw, var(--space-12)); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 24px; background: rgba(0, 26, 33, .78); backdrop-filter: blur(14px); overflow: hidden; }
.stat-bar div { padding: var(--space-5); border-right: 1px solid var(--line); }
.stat-bar div:last-child { border-right: 0; }
.stat-bar strong { display: block; color: var(--text); font-family: var(--font-display); font-size: var(--text-lg); line-height: 1.1; }
.stat-bar span { display: block; color: var(--muted); font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .12em; margin-top: var(--space-2); }

.section, .photo-feature, .cta-band { padding: clamp(var(--space-16), 7vw, var(--space-24)) clamp(var(--space-4), 5vw, var(--space-20)); }
.section-heading { display: grid; grid-template-columns: minmax(0, .85fr) minmax(260px, .72fr); align-items: end; gap: var(--space-8); margin-bottom: var(--space-10); }
.split, .accessories, .contact-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: clamp(var(--space-8), 6vw, var(--space-20)); align-items: start; }
.category-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); background: var(--surface); }
.category-strip a { padding: var(--space-8) clamp(var(--space-4), 4vw, var(--space-10)); text-decoration: none; border-right: 1px solid var(--line); }
.category-strip a:last-child { border-right: 0; }
.category-strip span, .product-card-body p { display: block; color: var(--cf-blue); font-size: var(--text-xs); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.category-strip strong { display: block; font-family: var(--font-display); font-size: var(--text-xl); line-height: 1; margin-block: var(--space-3); }
.category-strip em { color: var(--muted); font-style: normal; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-5); }
.product-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { min-height: 100%; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(180deg, var(--cf-dark-2), var(--cf-dark-1)); overflow: hidden; }
.product-card a { display: grid; grid-template-rows: 260px 1fr; min-height: 100%; text-decoration: none; }
.product-card-media { position: relative; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(circle at 50% 80%, rgba(0,155,180,.24), transparent 50%),
              linear-gradient(145deg, var(--cf-dark-3), var(--cf-dark-1)); }
.product-card-media span { position: absolute; top: var(--space-4); left: var(--space-4); color: rgba(255,255,255,.62); font-weight: 900; letter-spacing: .16em; font-size: var(--text-xs); }
.product-card-media img { width: 88%; max-height: 220px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(0,0,0,.38)); transition: transform 220ms ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card-body { padding: var(--space-6); display: flex; flex-direction: column; height: 100%; }
.product-card-body h2 { font-size: var(--text-xl); margin: var(--space-2) 0 var(--space-3); }
.product-card-body > span { color: var(--muted); }
.product-card-price { margin-top: auto; padding-top: var(--space-5); color: #fff; font-family: var(--font-display); font-weight: 900; font-size: var(--text-xl); line-height: 1.1; }
.product-card-price span { color: var(--muted); font-family: var(--font-sans, inherit); font-weight: 700; font-size: var(--text-xs); letter-spacing: .12em; }
.product-card-price .from { display: block; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 5px; }
.product-card-price .unit { display: block; margin-top: 4px; letter-spacing: .06em; }
.product-card-price small { display: block; color: var(--muted); font-family: var(--font-sans, inherit); font-weight: 700; font-size: var(--text-xs); margin-top: 4px; }
.spec-table .spec-doc { display: inline-flex; align-items: center; gap: 8px; color: var(--cf-blue); font-weight: 800; font-size: var(--text-base); text-decoration: none; }
.spec-table .spec-doc:hover { text-decoration: underline; text-underline-offset: 4px; }
.photo-feature { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: clamp(var(--space-8), 5vw, var(--space-16)); align-items: center; background: var(--surface); }
.photo-feature figure, .gallery-grid figure { overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: var(--cf-dark-1); box-shadow: var(--shadow); }
.photo-feature img, .gallery-grid img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.feature-stack { display: grid; gap: var(--space-4); margin-top: var(--space-6); }
.feature-stack article, .quote-note, .contact-card { padding: var(--space-5); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.045); }
.feature-stack article span { display: block; width: 38px; height: 4px; border-radius: 999px; background: var(--cf-blue); margin-bottom: var(--space-4); }
.feature-stack article p { margin-top: var(--space-2); }
.quote-note strong { color: var(--cf-blue); }
.dark-band { background: linear-gradient(135deg, var(--cf-dark-1), var(--cf-dark-3)); border-block: 1px solid var(--line); }
.spec-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: rgba(255,255,255,.035); }
.spec-table div { padding: var(--space-5); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-table span { display: block; color: var(--muted); font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .14em; margin-bottom: var(--space-2); }
.spec-table strong { font-size: var(--text-base); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-5); }
.gallery-grid .section-heading { grid-column: 1 / -1; margin-bottom: var(--space-2); }
.pill-grid { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.pill-grid span { border: 1px solid var(--line); border-radius: 999px; padding: var(--space-3) var(--space-4); color: var(--text); background: rgba(255,255,255,.04); font-weight: 800; }
.cta-band { text-align: center; display: grid; justify-items: center; background: radial-gradient(circle at 50% 0%, rgba(0,155,180,.22), transparent 36%), var(--cf-dark-2); border-top: 1px solid var(--line); }
.cta-band h2 { max-width: 12ch; }
.cta-band p { margin-bottom: var(--space-6); }
.compare .table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 24px; }
table { width: 100%; border-collapse: collapse; min-width: 780px; background: var(--surface); }
th, td { text-align: left; padding: var(--space-4); border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); font-size: var(--text-xs); letter-spacing: .12em; text-transform: uppercase; }
td a { color: var(--text); font-weight: 900; text-underline-offset: 5px; }
.prose { max-width: 880px; }
.prose h2 { margin-top: var(--space-8); }
.prose ol { margin: var(--space-4) 0 0 var(--space-6); color: var(--muted); }
.prose li { margin-bottom: var(--space-3); }
.lead-form { display: grid; gap: var(--space-4); padding: var(--space-6); border: 1px solid var(--line); border-radius: 28px; background: var(--cf-dark-2); }
.lead-form label { display: grid; gap: var(--space-2); color: var(--muted); font-weight: 800; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; border: 1px solid var(--line); border-radius: 16px; background: var(--cf-dark-1); color: var(--text); padding: var(--space-4); }
.fine-print { font-size: var(--text-sm); margin-top: var(--space-4); }
.site-footer { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(180px, .45fr) minmax(220px, .55fr); gap: var(--space-10); padding: var(--space-16) clamp(var(--space-4), 5vw, var(--space-20)); border-top: 1px solid var(--line); background: var(--cf-dark-1); }
.site-footer h2 { font-size: var(--text-lg); margin-bottom: var(--space-4); }
.site-footer a:not(.brand) { display: block; color: var(--muted); margin-bottom: var(--space-3); text-decoration: none; }
.site-footer a:hover { color: var(--text); }
.footer-brand { margin-bottom: var(--space-5); }

@media (max-width: 1060px) {
  .product-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-hero, .product-hero, .photo-feature, .split, .accessories, .contact-layout, .site-footer { grid-template-columns: 1fr; }
  .product-hero { padding-bottom: var(--space-16); }
  .stat-bar { position: relative; left: auto; right: auto; bottom: auto; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: var(--space-6); }
  .stat-bar div { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .site-header { padding-inline: var(--space-4); }
  .nav-toggle { display: inline-flex; color: var(--text); }
  .site-nav { display: none; position: absolute; top: calc(100% + 10px); left: var(--space-4); right: var(--space-4); flex-direction: column; align-items: stretch; padding: var(--space-5); border: 1px solid var(--line); border-radius: 24px; background: rgba(0,26,33,.96); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  h1 { font-size: clamp(3rem, 17vw, 5.5rem); }
  .home-hero, .product-hero, .page-hero { min-height: auto; padding-block: var(--space-16); }
  .category-strip, .product-grid, .product-grid.compact, .gallery-grid, .spec-table { grid-template-columns: 1fr; }
  .category-strip a { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { display: block; }
  .hero-product-card { min-height: 260px; }
  .hero-product-card span { font-size: var(--text-lg); }
  .product-card a { grid-template-rows: 220px 1fr; }
  .photo-feature img, .gallery-grid img { min-height: 240px; }
}

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