/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .grow {
    flex-grow: 1;
  }
  .resize {
    resize: both;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@layer base {
  *,*::before,*::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    background: #061016;
  }
  body.se-site {
    margin: 0;
    background: #061016;
    color: #d7e0e4;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  body.se-site.admin-bar .se-header {
    top: 32px;
  }
  body.se-site img {
    max-width: 100%;
    height: auto;
  }
  body.se-site a {
    color: inherit;
    text-decoration: none;
  }
  body.se-site button,body.se-site input,body.se-site select,body.se-site textarea {
    font: inherit;
  }
  body.se-site ::selection {
    background: #62e6ff;
    color: #041014;
  }
}
@layer components {
  .se-shell {
    width: min(1400px,calc(100% - 64px));
    margin-inline: auto;
  }
  .se-main {
    min-height: 70vh;
  }
  .se-kicker {
    margin: 0 0 18px;
    color: #62e6ff;
    font: 600 12px/1 "IBM Plex Sans",sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .se-section {
    padding: 120px 0;
  }
  .se-section-head {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 58px;
  }
  .se-section-head h2,.se-transform-head h2,.se-materials-copy h2,.se-prefooter h2,.se-manifesto h2 {
    margin: 0;
    color: #f4f8f9;
    font: 600 clamp(58px,7vw,112px)/.8 "Saira Condensed",sans-serif;
    letter-spacing: -.045em;
    text-transform: uppercase;
  }
  .se-section-lead {
    max-width: 520px;
    margin: 0;
    color: #91a1a8;
    font-size: 17px;
    line-height: 1.7;
  }
  .se-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 8px 0;
    border-bottom: 1px solid #62e6ff;
    color: #f5f9fa;
    font: 600 14px/1 "IBM Plex Sans",sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .se-arrow-link span {
    color: #62e6ff;
    font-size: 18px;
  }
  .se-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid rgba(255,255,255,.24);
    font: 600 13px/1 "IBM Plex Sans",sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .25s ease;
  }
  .se-btn:hover {
    transform: translateY(-2px);
  }
  .se-btn-primary {
    background: #62e6ff;
    border-color: #62e6ff;
    color: #051015 !important;
  }
  .se-btn-primary:hover {
    background: #a9f3ff;
    border-color: #a9f3ff;
  }
  .se-btn-ghost {
    background: rgba(4,13,18,.28);
    color: #fff !important;
    backdrop-filter: blur(10px);
  }
  .se-btn-ghost:hover {
    background: #fff;
    color: #071116 !important;
  }
  .se-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
    background: rgba(4,13,18,.76);
    backdrop-filter: blur(18px) saturate(1.2);
  }
  .se-header-inner {
    height: 104px;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 40px;
  }
  .se-brand {
    display: flex;
    align-items: center;
    width: 190px;
    height: 90px;
    overflow: hidden;
  }
  .se-brand-logo,.se-footer-logo {
    display: block;
  }
  .se-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: none;
  }
  .se-footer-logo {
    width: 100%;
    height: auto;
    filter: none;
  }
  .se-nav {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
  }
  .se-nav a {
    position: relative;
    color: #bdc8cd;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .035em;
    white-space: nowrap;
  }
  .se-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 1px;
    background: #62e6ff;
    transition: right .2s ease;
  }
  .se-nav a:hover {
    color: #fff;
  }
  .se-nav a:hover::after {
    right: 0;
  }
  .se-header-actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 14px;
  }
  .se-header-cta {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #62e6ff;
    color: #62e6ff !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
  }
  .se-header-cta:hover {
    background: #62e6ff;
    color: #041014 !important;
  }
  .se-cart-link {
    position: relative;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #e6eef1;
  }
  .se-cart-link svg {
    width: 23px;
    height: 23px;
  }
  .se-cart-count {
    position: absolute;
    top: 0;
    right: -2px;
    display: grid;
    place-items: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 9px;
    background: #62e6ff;
    color: #061016;
    font-size: 9px;
    font-weight: 700;
  }
  .se-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 11px;
    cursor: pointer;
  }
  .se-menu-toggle span {
    display: block;
    height: 1px;
    background: #fff;
    margin: 6px 0;
    transition: .2s ease;
  }
  .se-mobile-nav {
    display: none;
  }
  .se-hero {
    position: relative;
    min-height: 900px;
    height: 100svh;
    max-height: 1040px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #071116;
  }
  .se-hero-media-wrap {
    position: absolute;
    inset: 0;
  }
  .se-hero-media {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center 52%;
    filter: saturate(.78) contrast(1.06) brightness(.58);
    transform: scale(1.025);
  }
  .se-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg,rgba(4,12,17,.94) 0%,rgba(4,12,17,.76) 40%,rgba(4,12,17,.23) 72%,rgba(4,12,17,.52) 100%),linear-gradient(0deg,#061016 0%,transparent 27%,rgba(3,10,14,.22) 100%);
  }
  .se-hero-grid {
    position: absolute;
    z-index: 2;
    inset: 0;
    background-image: linear-gradient(rgba(98,230,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(98,230,255,.055) 1px,transparent 1px);
    background-size: 88px 88px;
    mask-image: linear-gradient(90deg,#000 0%,rgba(0,0,0,.5) 45%,transparent 82%);
  }
  .se-hero-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0,1fr) 200px;
    align-items: end;
    gap: 60px;
    padding: 170px 0 130px;
  }
  .se-hero-copy {
    max-width: 960px;
  }
  .se-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    color: #aab8be;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
  }
  .se-hero-eyebrow span {
    display: block;
    width: 42px;
    height: 1px;
    background: #62e6ff;
  }
  .se-hero h1 {
    margin: 0;
    color: #f8fbfc;
    font: 600 clamp(88px,10.7vw,190px)/.72 "Saira Condensed",sans-serif;
    letter-spacing: -.055em;
    text-transform: uppercase;
  }
  .se-hero h1 em {
    font-style: normal;
    color: #62e6ff;
  }
  .se-hero-copy>p {
    max-width: 720px;
    margin: 34px 0 0;
    color: #c2cdd2;
    font-size: 18px;
    line-height: 1.72;
  }
  .se-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 42px;
  }
  .se-hero-index {
    align-self: start;
    margin-top: 25px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.22);
    color: #7f9199;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .14em;
    text-align: right;
    text-transform: uppercase;
  }
  .se-hero-index span {
    display: block;
    margin-bottom: 18px;
  }
  .se-hero-ticker {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(4,13,18,.72);
    backdrop-filter: blur(14px);
  }
  .se-hero-ticker-inner {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #9eabb0;
    font: 500 10px/1 "IBM Plex Sans",sans-serif;
    letter-spacing: .14em;
  }
  .se-hero-ticker i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #62e6ff;
  }
  .se-solutions {
    background: #061016;
  }
  .se-solution-grid {
    display: grid;
    grid-template-columns: repeat(12,minmax(0,1fr));
    gap: 18px;
  }
  .se-solution-card {
    position: relative;
    grid-column: span 4;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09);
    background: #0a171d;
  }
  .se-solution-card-large {
    grid-column: span 8;
  }
  .se-solution-card-wide {
    grid-column: span 8;
    min-height: 430px;
  }
  .se-card-media,.se-card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
  }
  .se-card-media img {
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.7,.2,1),filter .7s ease;
    filter: saturate(.75) brightness(.72);
  }
  .se-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 35%,rgba(3,11,15,.9) 100%);
  }
  .se-card-copy {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    bottom: 28px;
  }
  .se-card-copy>span {
    color: #62e6ff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
  }
  .se-card-copy h3 {
    margin: 8px 0 5px;
    color: #fff;
    font: 600 clamp(42px,4vw,68px)/.9 "Saira Condensed",sans-serif;
    letter-spacing: -.03em;
    text-transform: uppercase;
  }
  .se-card-copy p {
    max-width: 520px;
    margin: 0;
    color: #b5c0c5;
    font-size: 14px;
  }
  .se-card-copy b {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
    color: #fff;
    font-size: 11px;
    letter-spacing: .1em;
  }
  .se-card-copy b em {
    color: #62e6ff;
    font-style: normal;
  }
  .se-solution-card:hover .se-card-media img {
    transform: scale(1.035);
    filter: saturate(.92) brightness(.8);
  }
  .se-transform {
    background: #e9eef0;
    color: #071116;
  }
  .se-transform .se-kicker {
    color: #008ead;
  }
  .se-transform-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 54px;
  }
  .se-transform-head h2 {
    color: #081419;
  }
  .se-transform-head h3 {
    margin: 0 0 14px;
    font: 600 34px/1 "Saira Condensed",sans-serif;
    letter-spacing: -.025em;
    text-transform: uppercase;
  }
  .se-transform-head p {
    margin: 0;
    color: #5d6c72;
    max-width: 520px;
  }
  .se-compare {
    position: relative;
    aspect-ratio: 16/8.8;
    overflow: hidden;
    background: #081419;
    box-shadow: 0 30px 70px rgba(5,20,28,.15);
  }
  .se-compare-base,.se-compare-after,.se-compare-base img,.se-compare-after img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
  }
  .se-compare-base img,.se-compare-after img {
    object-fit: cover;
  }
  .se-compare-after {
    z-index: 2;
    will-change: clip-path;
  }
  .se-compare-line {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #62e6ff;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .se-compare-line span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #62e6ff;
    color: #071116;
    font-size: 20px;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 0 7px rgba(98,230,255,.18);
  }
  .se-compare input[type=range] {
    position: absolute;
    z-index: 5;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
  }
  .se-compare-label {
    position: absolute;
    z-index: 4;
    top: 22px;
    padding: 8px 11px;
    background: rgba(4,13,18,.72);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    backdrop-filter: blur(8px);
  }
  .se-compare-label.before {
    left: 22px;
  }
  .se-compare-label.after {
    right: 22px;
  }
  .se-process {
    background: #0a151b;
  }
  .se-process-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #25363e;
    border-bottom: 1px solid #25363e;
  }
  .se-process-step {
    min-height: 340px;
    padding: 42px 38px 36px;
    border-right: 1px solid #25363e;
  }
  .se-process-step:last-child {
    border-right: 0;
  }
  .se-process-step>span {
    display: block;
    color: #62e6ff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
  }
  .se-process-step h3 {
    margin: 86px 0 16px;
    color: #fff;
    font: 600 36px/1 "Saira Condensed",sans-serif;
    letter-spacing: -.02em;
  }
  .se-process-step p {
    margin: 0;
    color: #8fa0a8;
    font-size: 14px;
    line-height: 1.75;
  }
  .se-process-link {
    margin-top: 34px;
  }
  .se-materials {
    background: #061016;
  }
  .se-materials-grid {
    display: grid;
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
    gap: 90px;
    align-items: center;
  }
  .se-materials-media {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #0d1b22;
  }
  .se-materials-media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
  }
  .se-materials-media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    filter: saturate(.82);
  }
  .se-materials-copy>p:not(.se-kicker) {
    max-width: 620px;
    margin: 30px 0;
    color: #96a5ac;
    font-size: 17px;
    line-height: 1.75;
  }
  .se-spec-list {
    margin: 38px 0 34px;
    border-top: 1px solid #24343c;
  }
  .se-spec-list div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #24343c;
  }
  .se-spec-list span {
    color: #62e6ff;
    font-size: 10px;
  }
  .se-spec-list b {
    color: #eef4f6;
    font-weight: 500;
  }
  .se-shop-featured {
    background: #e9eef0;
    color: #071116;
  }
  .se-shop-featured .se-kicker {
    color: #008ead;
  }
  .se-shop-featured .se-section-head h2 {
    color: #081419;
  }
  .se-shop-featured .se-arrow-link {
    color: #071116;
  }
  .se-home-products {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
  }
  .se-home-product {
    display: block;
    background: #fff;
    border: 1px solid #d7e0e3;
    transition: transform .25s ease,box-shadow .25s ease;
  }
  .se-home-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(5,18,24,.12);
  }
  .se-home-product-media {
    aspect-ratio: 1/1;
    background: #f7f9f9;
    overflow: hidden;
  }
  .se-home-product-media img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    padding: 22px;
    transition: transform .45s ease;
  }
  .se-home-product:hover img {
    transform: scale(1.035);
  }
  .se-home-product-info {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 18px 22px;
  }
  .se-home-product-info h3 {
    margin: 0;
    color: #071116;
    font: 600 21px/1.05 "Saira Condensed",sans-serif;
    text-transform: uppercase;
  }
  .se-home-product-info span {
    color: #008aa6;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }
  .se-manifesto {
    position: relative;
    padding: 145px 0 150px;
    overflow: hidden;
    background: radial-gradient(circle at 78% 38%,rgba(98,230,255,.15),transparent 28%),#041015;
    text-align: center;
  }
  .se-manifesto::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at center,#000,transparent 73%);
  }
  .se-manifesto .se-shell {
    position: relative;
  }
  .se-manifesto>div>p {
    color: #62e6ff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
  }
  .se-manifesto h2 {
    margin: 25px auto 42px;
    max-width: 1100px;
  }
  .se-manifesto h2 em {
    font-style: normal;
    color: #62e6ff;
  }
  .se-prefooter {
    padding: 95px 0;
    background: #62e6ff;
    color: #051015;
  }
  .se-prefooter-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: end;
  }
  .se-prefooter .se-kicker {
    color: #075464;
  }
  .se-prefooter h2 {
    color: #051015;
  }
  .se-prefooter-copy p {
    margin: 0 0 30px;
    max-width: 520px;
    color: #28515c;
  }
  .se-prefooter .se-arrow-link {
    color: #051015;
    border-color: #051015;
  }
  .se-prefooter .se-arrow-link span {
    color: #051015;
  }
  .se-footer {
    padding: 74px 0 26px;
    background: #02080b;
    color: #87979e;
  }
  .se-footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3,1fr);
    gap: 70px;
  }
  .se-footer-brand {
    max-width: 320px;
  }
  .se-footer-logo {
    width: 190px;
  }
  .se-footer-brand p {
    margin: 24px 0 0;
    color: #687980;
    font-size: 13px;
    line-height: 1.7;
  }
  .se-footer-title {
    margin: 0 0 20px;
    color: #dbe4e7;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
  }
  .se-footer-grid>div:not(:first-child) a {
    display: block;
    margin: 10px 0;
    color: #7e8e95;
    font-size: 13px;
  }
  .se-footer-grid a:hover {
    color: #62e6ff;
  }
  .se-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 70px;
    padding-top: 22px;
    border-top: 1px solid #132128;
    color: #506068;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .13em;
  }
  .se-page-hero {
    position: relative;
    padding: 190px 0 84px;
    background: radial-gradient(circle at 82% 40%,rgba(98,230,255,.13),transparent 30%),#061016;
    border-bottom: 1px solid #1a2b33;
  }
  .se-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(90deg,#000,transparent);
  }
  .se-page-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 60px;
    align-items: end;
  }
  .se-page-hero h1 {
    max-width: 1000px;
    margin: 0;
    color: #f7fbfc;
    font: 600 clamp(68px,8vw,124px)/.8 "Saira Condensed",sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }
  .se-page-hero-index {
    color: #62737b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-align: right;
    text-transform: uppercase;
  }
  .se-page-wrap {
    padding: 80px 0 110px;
    background: #eef2f3;
    color: #0a171d;
  }
  .se-page-content {
    width: min(1120px,100%);
    margin: auto;
  }
  .se-page-content .elementor {
    font-family: "IBM Plex Sans",sans-serif;
  }
  .se-page-content h1,.se-page-content h2,.se-page-content h3,.se-page-content h4 {
    font-family: "Saira Condensed",sans-serif !important;
    color: #0a171d;
  }
  .se-page-content h2 {
    font-size: clamp(42px,5vw,68px) !important;
    line-height: .92 !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase;
  }
  .se-page-content h3 {
    font-size: 32px !important;
    line-height: 1 !important;
  }
  .se-page-content p,.se-page-content li {
    color: #56676f;
    line-height: 1.75;
  }
  .se-page-content a:not(.elementor-button) {
    color: #008ead;
  }
  .se-page-content .elementor-button {
    border-radius: 0 !important;
    background: #071116 !important;
    color: #fff !important;
    padding: 14px 20px !important;
    font-weight: 600 !important;
    letter-spacing: .06em !important;
  }
  .se-page-content .elementor-button:hover {
    background: #62e6ff !important;
    color: #071116 !important;
  }
  .se-legal {
    max-width: 900px;
    margin: auto;
    padding: 80px 0;
    color: #5d6c73;
  }
  .se-legal h2,.se-legal h3 {
    color: #071116;
    font-family: "Saira Condensed",sans-serif;
  }
  .se-legal a {
    color: #008ead;
  }
  .se-special-hero {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #061016;
  }
  .se-special-hero-media,.se-special-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
  }
  .se-special-hero-media img {
    object-fit: cover;
    filter: saturate(.72) brightness(.52);
  }
  .se-special-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(4,13,18,.94) 0%,rgba(4,13,18,.65) 50%,rgba(4,13,18,.18) 78%),linear-gradient(0deg,#061016 0%,transparent 44%);
  }
  .se-special-hero-copy {
    position: relative;
    z-index: 2;
    padding: 190px 0 85px;
  }
  .se-special-hero-copy h1 {
    max-width: 1100px;
    margin: 0;
    color: #f8fbfc;
    font: 600 clamp(82px,9.8vw,158px)/.74 "Saira Condensed",sans-serif;
    letter-spacing: -.05em;
    text-transform: uppercase;
  }
  .se-special-hero-copy h1 em {
    font-style: normal;
    color: #62e6ff;
  }
  .se-special-hero-copy>p:not(.se-kicker) {
    max-width: 700px;
    margin: 28px 0 34px;
    color: #c1cdd2;
    font-size: 17px;
    line-height: 1.7;
  }
  .se-special-intro {
    background: #e9eef0;
    color: #071116;
  }
  .se-special-intro .se-kicker {
    color: #008ead;
  }
  .se-special-intro h2 {
    margin: 0;
    color: #071116;
    font: 600 clamp(56px,7vw,104px)/.82 "Saira Condensed",sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }
  .se-special-split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 90px;
    align-items: end;
  }
  .se-special-split>div:last-child>p {
    margin: 0;
    color: #5d6d73;
    font-size: 17px;
    line-height: 1.78;
  }
  .se-special-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
  }
  .se-special-facts span {
    padding: 10px 12px;
    border: 1px solid #bcc9ce;
    color: #34464e;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
  }
  .se-lettering-gallery {
    padding: 0 0 110px;
    background: #e9eef0;
  }
  .se-lettering-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 14px;
  }
  .se-lettering-grid>div {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #101d23;
  }
  .se-lettering-grid img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .5s ease;
  }
  .se-lettering-grid>div:hover img {
    transform: scale(1.025);
  }
  .se-special-dark {
    background: #071319;
  }
  .se-special-dark .se-special-split>div:last-child>p {
    color: #8fa0a8;
  }
  .se-special-dark h2 {
    margin: 0;
    color: #f5fafb;
    font: 600 clamp(58px,7vw,108px)/.8 "Saira Condensed",sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }
  .se-special-dark .se-arrow-link {
    margin-top: 30px;
  }
  .se-panel-hero .se-special-hero-media img {
    object-position: center center;
  }
  .se-panel-compare {
    background: #0a151b;
    padding-top: 0;
  }
  .se-panel-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .se-panel-gallery>div {
    min-height: 410px;
  }
  .se-panel-gallery>div span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 10px;
    background: rgba(3,12,16,.75);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .12em;
  }
  .se-switch-hero .se-special-hero-media {
    right: 0;
    left: auto;
    width: 58%;
    background: #eef2f3;
  }
  .se-switch-hero .se-special-hero-media img {
    object-fit: contain;
    padding: 80px;
    filter: none;
  }
  .se-switch-hero .se-special-overlay {
    background: linear-gradient(90deg,#061016 0%,#061016 38%,rgba(6,16,22,.9) 56%,rgba(6,16,22,.12) 100%);
  }
  .se-switch-categories {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    border-top: 1px solid #bbc8cd;
    border-bottom: 1px solid #bbc8cd;
  }
  .se-switch-categories a {
    min-height: 165px;
    padding: 24px 20px;
    border-right: 1px solid #bbc8cd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #071116;
  }
  .se-switch-categories a:last-child {
    border-right: 0;
  }
  .se-switch-categories span {
    font: 600 27px/1 "Saira Condensed",sans-serif;
  }
  .se-switch-categories b {
    color: #008ead;
    font-size: 18px;
    font-weight: 400;
  }
  .se-switch-categories a:hover {
    background: #071116;
    color: #fff;
  }
  .se-switch-categories a:hover b {
    color: #62e6ff;
  }
  .woocommerce .se-shop-hero {
    margin-top: 0;
  }
  .se-shop-hero {
    padding: 190px 0 76px;
    background: radial-gradient(circle at 80% 38%,rgba(98,230,255,.13),transparent 26%),#061016;
    border-bottom: 1px solid #1b2c34;
  }
  .se-shop-hero-inner {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 50px;
    align-items: end;
  }
  .se-shop-hero h1 {
    margin: 0;
    color: #f6fafb;
    font: 600 clamp(66px,8vw,120px)/.8 "Saira Condensed",sans-serif;
    letter-spacing: -.045em;
    text-transform: uppercase;
  }
  .se-shop-hero p:not(.se-kicker) {
    max-width: 720px;
    margin: 26px 0 0;
    color: #95a5ac;
  }
  .se-shop-index {
    color: #5a6a72;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .16em;
    text-align: right;
  }
  .se-shop-rail {
    position: sticky;
    z-index: 20;
    top: 78px;
    background: #0a171d;
    border-bottom: 1px solid #21343d;
  }
  .se-shop-rail-inner {
    display: flex;
    align-items: center;
    gap: 0;
    overflow: auto;
  }
  .se-shop-rail a {
    flex: 0 0 auto;
    padding: 18px 22px;
    border-right: 1px solid #21343d;
    color: #8fa0a7;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .se-shop-rail a:first-child {
    border-left: 1px solid #21343d;
  }
  .se-shop-rail a:hover {
    background: #62e6ff;
    color: #061016;
  }
  body.woocommerce-shop .se-woo-main,body.tax-product_cat .se-woo-main {
    background: #eef2f3;
    color: #071116;
  }
  .se-woo-main>.woocommerce-result-count {
    float: none !important;
    width: min(1400px,calc(100% - 64px));
    margin: 34px auto 0 !important;
    color: #708087;
    font-size: 12px;
  }
  .se-woo-main>.woocommerce-ordering {
    float: none !important;
    width: min(1400px,calc(100% - 64px));
    margin: -34px auto 0 !important;
    text-align: right;
  }
  .woocommerce .woocommerce-ordering select {
    min-height: 44px;
    padding: 0 42px 0 14px;
    border: 1px solid #cad5d9;
    border-radius: 0;
    background: #fff;
    color: #071116;
    font-size: 12px;
  }
  .woocommerce .products-header,.woocommerce .before-loop-wrapper {
    margin-bottom: 25px;
  }
  .woocommerce ul.products {
    width: min(1400px,calc(100% - 64px));
    margin: 0 auto !important;
    padding: 48px 0 100px !important;
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
  }
  .woocommerce ul.products::before,.woocommerce ul.products::after {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    border: 1px solid #d9e1e4;
    transition: transform .25s ease,box-shadow .25s ease;
    overflow: hidden;
  }
  .woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(6,20,27,.12);
  }
  .woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0 !important;
    padding: 20px;
    background: #f7f9fa;
    transition: transform .45s ease;
  }
  .woocommerce ul.products li.product:hover a img {
    transform: scale(1.035);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 18px 18px 4px !important;
    margin: 0;
    color: #0b171c;
    font: 600 21px/1.08 "Saira Condensed",sans-serif;
    letter-spacing: -.01em;
    text-transform: uppercase;
  }
  .woocommerce ul.products li.product .price {
    display: block;
    padding: 4px 18px 18px;
    color: #008aa6 !important;
    font-size: 14px !important;
    font-weight: 600;
  }
  .woocommerce ul.products li.product .button {
    margin: 0 18px 18px !important;
    padding: 12px 14px !important;
    border-radius: 0 !important;
    background: #071116 !important;
    color: #fff !important;
    font-size: 10px !important;
    letter-spacing: .09em !important;
    text-transform: uppercase;
  }
  .woocommerce ul.products li.product .button:hover {
    background: #62e6ff !important;
    color: #061016 !important;
  }
  .woocommerce ul.products .yith-wcwl-add-to-wishlist,.woocommerce ul.products .compare {
    display: none !important;
  }
  .woocommerce span.onsale {
    top: 12px !important;
    left: 12px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    line-height: 1 !important;
    padding: 8px 10px !important;
    border-radius: 0 !important;
    background: #62e6ff !important;
    color: #061016 !important;
    font-size: 9px !important;
    letter-spacing: .08em;
  }
  body.single-product .site-main,body.single-product main {
    background: #eef2f3;
  }
  .single-product div.product {
    width: min(1400px,calc(100% - 64px));
    margin: 0 auto !important;
    padding: 150px 0 90px;
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr);
    gap: 70px;
    align-items: start;
  }
  .single-product div.product::before,.single-product div.product::after {
    display: none !important;
  }
  .single-product div.product .woocommerce-product-gallery,.single-product div.product .summary {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .single-product .woocommerce-product-gallery {
    position: sticky !important;
    top: 110px;
  }
  .single-product .woocommerce-product-gallery__wrapper {
    background: #f8fafb;
  }
  .single-product .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .single-product .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5,1fr);
    gap: 8px;
    margin-top: 8px !important;
  }
  .single-product .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
  }
  .single-product .summary {
    padding-top: 20px;
  }
  .se-product-kicker {
    margin-bottom: 18px;
    color: #008ca8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .se-product-kicker a {
    color: inherit;
  }
  .single-product .product_title {
    margin: 0 !important;
    color: #071116;
    font: 600 clamp(50px,5.7vw,86px)/.86 "Saira Condensed",sans-serif !important;
    letter-spacing: -.035em !important;
    text-transform: uppercase;
  }
  .single-product .summary .price {
    margin: 22px 0 !important;
    color: #008ca8 !important;
    font-size: 22px !important;
    font-weight: 600;
  }
  .single-product .woocommerce-product-details__short-description {
    color: #596970;
    font-size: 15px;
    line-height: 1.75;
  }
  .single-product form.cart {
    margin-top: 28px !important;
    padding-top: 24px;
    border-top: 1px solid #cad5d9;
  }
  .single-product .variations th,.single-product .variations td {
    padding: 8px 0 !important;
  }
  .single-product .variations label {
    color: #071116;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .single-product .variations select {
    min-height: 50px;
    padding: 0 15px;
    border: 1px solid #c4d0d5;
    border-radius: 0;
    background: #fff;
  }
  .single-product .quantity .qty {
    height: 52px;
    border: 1px solid #bdcbd0;
    border-radius: 0;
    background: #fff;
  }
  .single-product .single_add_to_cart_button {
    min-height: 52px !important;
    padding: 0 28px !important;
    border-radius: 0 !important;
    background: #071116 !important;
    color: #fff !important;
    font-size: 12px !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
  }
  .single-product .single_add_to_cart_button:hover {
    background: #62e6ff !important;
    color: #061016 !important;
  }
  .single-product .product_meta {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #cad5d9;
    color: #74848b;
    font-size: 11px;
  }
  .single-product .woocommerce-tabs,.single-product .related,.single-product .up-sells {
    grid-column: 1/-1;
  }
  .single-product .woocommerce-tabs {
    margin-top: 30px;
    border-top: 1px solid #c8d3d7;
  }
  .single-product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 30px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .single-product .woocommerce-tabs ul.tabs::before,.single-product .woocommerce-tabs ul.tabs li::before,.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
  }
  .single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .single-product .woocommerce-tabs ul.tabs li a {
    padding: 22px 0 !important;
    color: #73838a !important;
    font-size: 11px !important;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .single-product .woocommerce-tabs ul.tabs li.active a {
    color: #071116 !important;
    border-bottom: 2px solid #008ca8;
  }
  .single-product .woocommerce-Tabs-panel {
    padding: 42px 0;
    color: #5a6a72;
    line-height: 1.8;
  }
  .single-product .woocommerce-Tabs-panel h2,.single-product .related>h2,.single-product .up-sells>h2 {
    color: #071116;
    font: 600 48px/1 "Saira Condensed",sans-serif;
    text-transform: uppercase;
  }
  .single-product .related ul.products,.single-product .up-sells ul.products {
    width: 100%;
    padding: 20px 0 0 !important;
  }
  body.woocommerce-cart main,body.woocommerce-checkout main,body.woocommerce-account main {
    min-height: 75vh;
    padding: 150px 0 90px;
    background: #eef2f3;
    color: #071116;
  }
  .woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce {
    width: min(1180px,calc(100% - 64px));
    margin: auto;
  }
  .woocommerce table.shop_table {
    border: 1px solid #ced9dd;
    border-radius: 0;
    background: #fff;
  }
  .woocommerce table.shop_table th {
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .woocommerce table.shop_table td {
    border-color: #e1e7e9;
  }
  .woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit {
    border-radius: 0 !important;
    background: #071116 !important;
    color: #fff !important;
    font-size: 11px !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
  }
  .woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
    background: #62e6ff !important;
    color: #061016 !important;
  }
  .woocommerce .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields,.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff;
    padding: 28px;
    border: 1px solid #d3dde0;
  }
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select {
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid #c8d4d8;
    border-radius: 0;
    background: #fff;
    color: #071116;
  }
  .woocommerce-checkout h3,.woocommerce .cart_totals h2,.woocommerce-account h2 {
    font: 600 36px/1 "Saira Condensed",sans-serif;
    text-transform: uppercase;
  }
  .xoo-wsc-basket {
    background: #62e6ff !important;
    color: #061016 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,.3) !important;
  }
  .xoo-wsc-container {
    font-family: "IBM Plex Sans",sans-serif !important;
  }
  .xoo-wsc-header {
    background: #071116 !important;
    color: #fff !important;
  }
  .xoo-wsc-body {
    background: #edf2f3 !important;
  }
  .xoo-wsc-ft-btn {
    border-radius: 0 !important;
    background: #071116 !important;
    border-color: #071116 !important;
  }
  .xoo-wsc-ft-btn:hover {
    background: #62e6ff !important;
    color: #061016 !important;
  }
}
.se-journal,.se-article {
  background: #e9eef0;
  color: #071116;
}
.se-journal-hero,.se-article-hero {
  padding: 180px 0 78px;
  background: radial-gradient(circle at 82% 35%,rgba(98,230,255,.12),transparent 28%),#061016;
}
.se-journal-hero h1,.se-article-hero h1 {
  max-width: 1120px;
  margin: 0;
  color: #f5f9fa;
  font: 600 clamp(68px,8.8vw,132px)/.79 "Saira Condensed",sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.se-journal-hero>div>p:not(.se-kicker),.se-archive-desc {
  max-width: 650px;
  margin: 26px 0 0;
  color: #91a2aa;
}
.se-journal-hero-small {
  padding-bottom: 62px;
}
.se-journal-list {
  padding: 72px 0 105px;
}
.se-journal-card {
  display: grid;
  grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr);
  gap: 55px;
  padding: 30px 0;
  border-top: 1px solid #c1ccd0;
  align-items: center;
}
.se-journal-card:last-of-type {
  border-bottom: 1px solid #c1ccd0;
}
.se-journal-media {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #0a171d;
}
.se-journal-media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .5s ease;
}
.se-journal-media:hover img {
  transform: scale(1.025);
}
.se-journal-media span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: #62e6ff;
  font-size: 10px;
  letter-spacing: .16em;
}
.se-journal-copy>p {
  margin: 0 0 12px;
  color: #75858c;
  font-size: 10px;
  letter-spacing: .12em;
}
.se-journal-copy h2 {
  margin: 0 0 16px;
  font: 600 clamp(38px,4.2vw,64px)/.92 "Saira Condensed",sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
}
.se-journal-copy h2 a {
  color: #071116;
}
.se-journal-copy>div {
  max-width: 700px;
  color: #5f6f76;
  font-size: 14px;
}
.se-journal-copy .se-arrow-link {
  margin-top: 20px;
  color: #071116;
}
.se-pagination {
  margin-top: 45px;
}
.se-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 9px;
}
.se-pagination a,.se-pagination span {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #bdc9cd;
  color: #071116;
  font-size: 10px;
}
.se-pagination .current {
  background: #071116;
  color: #fff;
  border-color: #071116;
}
.se-article-hero-grid {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 60px;
  align-items: end;
}
.se-article-meta {
  display: grid;
  gap: 8px;
  color: #718188;
  font-size: 10px;
  letter-spacing: .1em;
  text-align: right;
}
.se-article-featured {
  margin-top: 50px;
  max-height: 760px;
  overflow: hidden;
}
.se-article-featured img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.se-article-body {
  padding: 72px 0 80px;
}
.se-article-prose {
  width: min(760px,calc(100% - 32px));
  margin: auto;
  color: #4f6067;
  font-size: 16px;
  line-height: 1.85;
}
.se-article-prose h2,.se-article-prose h3 {
  color: #071116;
  font-family: "Saira Condensed",sans-serif;
  text-transform: uppercase;
}
.se-article-prose h2 {
  font-size: 48px;
  line-height: .95;
}
.se-article-prose h3 {
  font-size: 32px;
}
.se-article-prose a {
  color: #008ca8;
}
.se-article-prose img {
  margin: 30px 0;
}
.se-article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px 0 90px;
  border-top: 1px solid #c4cfd3;
}
.se-article-nav>div:last-child {
  text-align: right;
}
.se-article-nav a {
  color: #071116;
  font-size: 12px;
  font-weight: 600;
}
.se-search-form {
  max-width: 620px;
  margin-top: 30px;
}
.se-search-form form {
  display: flex;
}
.se-search-form input[type=search] {
  min-width: 0;
  flex: 1;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #30444d;
  border-right: 0;
  background: #0c1b22;
  color: #fff;
  outline: 0;
}
.se-search-form input[type=submit],.se-search-form button {
  height: 52px;
  padding: 0 20px;
  border: 0;
  background: #62e6ff;
  color: #061016;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.se-search-result {
  padding: 34px 0;
  border-top: 1px solid #c4cfd3;
}
.se-search-result>span {
  color: #008ca8;
  font-size: 9px;
  letter-spacing: .14em;
}
.se-search-result h2 {
  margin: 8px 0 12px;
  font: 600 42px/1 "Saira Condensed",sans-serif;
  text-transform: uppercase;
}
.se-search-result h2 a {
  color: #071116;
}
.se-search-result>div {
  max-width: 760px;
  color: #617178;
  font-size: 14px;
}
.se-search-result .se-arrow-link {
  margin-top: 16px;
  color: #071116;
}
.se-empty-state {
  padding: 80px 0;
  color: #5f7077;
}
.se-empty-state h2 {
  margin: 0;
  color: #071116;
  font: 600 60px/1 "Saira Condensed",sans-serif;
}
.se-404 {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 130px 0 80px;
  background: radial-gradient(circle at 72% 40%,rgba(98,230,255,.14),transparent 25%),#061016;
}
.se-404 h1 {
  margin: 0;
  color: #f5fafb;
  font: 600 clamp(110px,19vw,280px)/.63 "Saira Condensed",sans-serif;
  letter-spacing: -.055em;
}
.se-404-inner>p:not(.se-kicker) {
  max-width: 650px;
  margin: 36px 0;
  color: #90a1a8;
  font-size: 16px;
}
.se-404-actions {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.se-404-actions .se-btn {
  width: auto;
}
.se-404-actions .se-search-form {
  margin: 0;
  min-width: 420px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
}
.woocommerce ul.products li.product .price {
  min-height: 41px;
}
.single-product .variable-items-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin: 8px 0 !important;
  padding: 0 !important;
}
.single-product .variable-item {
  min-width: unset !important;
  width: auto !important;
  height: auto !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #bcc9ce !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #071116 !important;
}
.single-product .variable-item.selected,.single-product .variable-item[aria-checked=true] {
  border-color: #071116 !important;
  background: #071116 !important;
  color: #fff !important;
}
.single-product .variable-item .variable-item-span {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.single-product .reset_variations {
  color: #008ca8 !important;
  font-size: 10px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
}
.single-product .stock {
  color: #168261 !important;
  font-size: 12px !important;
}
.single-product .woocommerce-product-gallery__trigger {
  background: #061016 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.single-product .yith-wcwl-add-to-wishlist,.single-product .compare {
  font-size: 11px !important;
}
.single-product .yith-wcwl-add-to-wishlist a {
  color: #687980 !important;
}
@media (max-width:1100px) {
  .se-shell {
    width: min(100% - 40px,1400px);
  }
  .se-nav {
    display: none;
  }
  .se-header-inner {
    grid-template-columns: 190px 1fr auto;
  }
  .se-menu-toggle {
    display: block;
  }
  .se-header-cta {
    display: none;
  }
  .se-mobile-nav {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    padding: 26px 0 34px;
    background: #061016;
    border-bottom: 1px solid #20323b;
  }
  .se-mobile-nav .se-shell {
    display: grid;
  }
  .se-mobile-nav a {
    padding: 14px 0;
    border-bottom: 1px solid #1a2d35;
    color: #dbe4e7;
    font: 600 24px/1 "Saira Condensed",sans-serif;
    text-transform: uppercase;
  }
  .se-mobile-nav .se-mobile-project {
    margin-top: 20px;
    color: #62e6ff;
    border-bottom-color: #62e6ff;
  }
  .se-mobile-nav .se-mobile-project span {
    float: right;
  }
  .se-hero {
    min-height: 760px;
  }
  .se-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }
  .se-hero-index {
    display: none;
  }
  .se-hero h1 {
    font-size: clamp(82px,14vw,140px);
  }
  .se-section {
    padding: 95px 0;
  }
  .se-section-head,.se-transform-head,.se-prefooter-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .se-solution-card {
    grid-column: span 6;
  }
  .se-solution-card-large,.se-solution-card-wide {
    grid-column: span 6;
  }
  .se-materials-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .se-materials-media {
    min-height: 540px;
  }
  .se-home-products {
    grid-template-columns: repeat(2,1fr);
  }
  .se-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 45px;
  }
  .se-footer-grid>div:last-child {
    grid-column: 2;
  }
  .se-special-split {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .se-lettering-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .se-lettering-grid>div {
    min-height: 420px;
  }
  .se-switch-categories {
    grid-template-columns: repeat(3,1fr);
  }
  .se-switch-categories a:nth-child(3) {
    border-right: 0;
  }
  .se-switch-categories a:nth-child(n+4) {
    border-top: 1px solid #bbc8cd;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .single-product div.product {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
}
@media (max-width:768px) {
  body.se-site.admin-bar .se-header {
    top: 46px;
  }
  .se-shell {
    width: calc(100% - 28px);
  }
  .se-header-inner {
    height: 86px;
    grid-template-columns: 160px 1fr auto;
    gap: 14px;
  }
  .se-brand {
    width: 150px;
    height: 72px;
  }
  .se-mobile-nav {
    top: 86px;
  }
  .se-cart-link {
    width: 34px;
  }
  .se-menu-toggle {
    width: 38px;
  }
  .se-section {
    padding: 72px 0;
  }
  .se-kicker {
    font-size: 10px;
  }
  .se-section-head {
    margin-bottom: 34px;
  }
  .se-section-head h2,.se-transform-head h2,.se-materials-copy h2,.se-prefooter h2,.se-manifesto h2 {
    font-size: clamp(52px,17vw,78px);
  }
  .se-section-lead {
    font-size: 14px;
  }
  .se-hero {
    height: auto;
    min-height: 760px;
    max-height: none;
  }
  .se-hero::before {
    background: linear-gradient(0deg,#061016 0%,rgba(4,12,17,.7) 36%,rgba(4,12,17,.62) 100%);
  }
  .se-hero-media {
    object-position: center center;
    filter: saturate(.75) brightness(.5);
  }
  .se-hero-grid {
    background-size: 56px 56px;
  }
  .se-hero-inner {
    display: block;
    padding: 138px 0 115px;
  }
  .se-hero h1 {
    font-size: clamp(78px,24vw,112px);
    line-height: .74;
  }
  .se-hero-copy>p {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.65;
  }
  .se-hero-actions {
    display: grid;
    margin-top: 30px;
  }
  .se-btn {
    width: 100%;
  }
  .se-hero-ticker-inner {
    justify-content: flex-start;
    overflow: hidden;
    height: 52px;
  }
  .se-hero-ticker-inner span {
    white-space: nowrap;
  }
  .se-hero-ticker-inner span:nth-of-type(n+3),.se-hero-ticker-inner i:nth-of-type(n+2) {
    display: none;
  }
  .se-solution-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .se-solution-card,.se-solution-card-large,.se-solution-card-wide {
    grid-column: auto;
    min-height: 430px;
  }
  .se-card-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .se-card-copy h3 {
    font-size: 46px;
  }
  .se-card-copy p {
    font-size: 13px;
  }
  .se-transform-head {
    gap: 24px;
  }
  .se-transform-head h3 {
    font-size: 28px;
  }
  .se-compare {
    aspect-ratio: 4/5;
  }
  .se-compare-base img,.se-compare-after img {
    object-position: center;
  }
  .se-process-grid {
    grid-template-columns: 1fr;
  }
  .se-process-step {
    min-height: 0;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #25363e;
  }
  .se-process-step:last-child {
    border-bottom: 0;
  }
  .se-process-step h3 {
    margin-top: 28px;
    font-size: 32px;
  }
  .se-materials-media {
    min-height: 420px;
  }
  .se-materials-copy>p:not(.se-kicker) {
    font-size: 15px;
  }
  .se-spec-list div {
    grid-template-columns: 35px 1fr;
  }
  .se-home-products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .se-home-product-media img {
    padding: 8px;
  }
  .se-home-product-info {
    display: block;
    padding: 12px;
  }
  .se-home-product-info h3 {
    font-size: 17px;
  }
  .se-home-product-info span {
    display: block;
    margin-top: 8px;
    font-size: 11px;
  }
  .se-manifesto {
    padding: 90px 0;
  }
  .se-prefooter {
    padding: 68px 0;
  }
  .se-footer {
    padding-top: 56px;
  }
  .se-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .se-footer-brand {
    grid-column: 1/-1;
  }
  .se-footer-bottom {
    display: block;
    margin-top: 48px;
  }
  .se-footer-bottom span {
    display: block;
    margin: 8px 0;
  }
  .se-page-hero {
    padding: 138px 0 52px;
  }
  .se-page-hero-inner,.se-shop-hero-inner {
    grid-template-columns: 1fr;
  }
  .se-page-hero h1,.se-shop-hero h1 {
    font-size: clamp(58px,18vw,82px);
  }
  .se-page-hero-index,.se-shop-index {
    display: none;
  }
  .se-page-wrap {
    padding: 42px 0 70px;
  }
  .se-special-hero {
    min-height: 700px;
  }
  .se-special-hero-copy {
    padding: 145px 0 58px;
  }
  .se-special-hero-copy h1 {
    font-size: clamp(70px,21vw,102px);
  }
  .se-special-hero-copy>p:not(.se-kicker) {
    font-size: 14px;
    line-height: 1.65;
  }
  .se-special-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .se-lettering-gallery {
    padding-bottom: 72px;
  }
  .se-lettering-grid,.se-panel-gallery {
    grid-template-columns: 1fr;
  }
  .se-lettering-grid>div,.se-panel-gallery>div {
    min-height: 380px;
  }
  .se-switch-hero .se-special-hero-media {
    left: 0;
    right: 0;
    width: 100%;
  }
  .se-switch-hero .se-special-hero-media img {
    padding: 35px;
    object-position: center 58%;
    opacity: .45;
  }
  .se-switch-hero .se-special-overlay {
    background: linear-gradient(0deg,#061016 0%,rgba(6,16,22,.76) 48%,rgba(6,16,22,.62) 100%);
  }
  .se-switch-categories {
    grid-template-columns: 1fr 1fr;
  }
  .se-switch-categories a {
    min-height: 120px;
    padding: 18px 15px;
    border-bottom: 1px solid #bbc8cd;
  }
  .se-switch-categories a:nth-child(odd) {
    border-right: 1px solid #bbc8cd;
  }
  .se-switch-categories a:nth-child(even) {
    border-right: 0;
  }
  .se-switch-categories span {
    font-size: 23px;
  }
  .se-shop-hero {
    padding: 138px 0 50px;
  }
  .se-shop-rail {
    top: 66px;
  }
  .se-shop-rail-inner {
    width: 100%;
    padding-left: 14px;
  }
  .se-shop-rail a {
    padding: 15px 16px;
  }
  .se-woo-main>.woocommerce-result-count {
    float: none !important;
    width: calc(100% - 28px);
    margin: 22px auto 0 !important;
    font-size: 10px;
  }
  .se-woo-main>.woocommerce-ordering {
    float: none !important;
    width: calc(100% - 28px);
    margin: 10px auto 0 !important;
    text-align: left;
  }
  .se-woo-main>.woocommerce-ordering select {
    width: 100%;
    min-height: 42px;
  }
  .woocommerce ul.products {
    width: calc(100% - 20px);
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    padding: 26px 0 70px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 12px 12px 4px !important;
    font-size: 16px;
    min-height: 39px;
  }
  .woocommerce ul.products li.product .price {
    padding: 3px 12px 12px;
    font-size: 11px !important;
    min-height: 34px;
  }
  .woocommerce ul.products li.product a img {
    padding: 8px;
  }
  .woocommerce ul.products li.product .button {
    display: none;
  }
  .woocommerce span.onsale {
    top: 7px !important;
    left: 7px !important;
  }
  .se-journal-hero,.se-article-hero {
    padding: 138px 0 52px;
  }
  .se-journal-hero h1,.se-article-hero h1 {
    font-size: clamp(58px,18vw,84px);
  }
  .se-journal-list {
    padding: 42px 0 72px;
  }
  .se-journal-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0;
  }
  .se-journal-copy h2 {
    font-size: 38px;
  }
  .se-article-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .se-article-meta {
    text-align: left;
    display: flex;
    gap: 16px;
  }
  .se-article-featured {
    width: 100%;
    margin-top: 0;
  }
  .se-article-body {
    padding: 46px 0;
  }
  .se-article-prose {
    font-size: 15px;
  }
  .se-article-prose h2 {
    font-size: 38px;
  }
  .se-article-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 65px;
  }
  .se-article-nav>div:last-child {
    text-align: left;
  }
  .se-search-result h2 {
    font-size: 34px;
  }
  .se-404 {
    padding-top: 120px;
  }
  .se-404 h1 {
    font-size: clamp(105px,36vw,170px);
  }
  .se-404-actions {
    display: grid;
    gap: 18px;
  }
  .se-404-actions .se-btn {
    width: 100%;
  }
  .se-404-actions .se-search-form {
    min-width: 0;
    margin: 0;
  }
  .single-product div.product {
    width: calc(100% - 28px);
    padding: 110px 0 60px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .single-product .woocommerce-product-gallery {
    position: relative !important;
    top: 0;
  }
  .single-product .summary {
    padding-top: 5px;
  }
  .single-product .product_title {
    font-size: clamp(48px,15vw,68px) !important;
  }
  .single-product .woocommerce-tabs ul.tabs {
    gap: 18px;
    overflow: auto;
  }
  .single-product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }
  .single-product .related ul.products,.single-product .up-sells ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .single-product .woocommerce-Tabs-panel h2,.single-product .related>h2,.single-product .up-sells>h2 {
    font-size: 38px;
  }
  body.woocommerce-cart main,body.woocommerce-checkout main,body.woocommerce-account main {
    padding-top: 110px;
  }
  .woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce {
    width: calc(100% - 28px);
  }
}
.se2-page {
  background: #05090c;
  color: #f4f7f8;
  overflow: hidden;
}
.se2-page * {
  box-sizing: border-box;
}
.se2-page a {
  text-decoration: none;
}
.se2-kicker,.se2-tile-copy>span,.se2-service-copy>span,.se2-section-head span,.se2-final-grid span,.se2-product-info>span,.se2-hero-meta {
  font: 600 11px/1.2 "IBM Plex Sans",sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.se2-hero {
  position: relative;
  min-height: 760px;
  border-bottom: 1px solid #24333a;
}
.se2-hero-media,.se2-hero-shade {
  position: absolute;
  inset: 0;
}
.se2-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.se2-hero-shade {
  background: linear-gradient(90deg,rgba(3,8,11,.94) 0%,rgba(3,8,11,.78) 38%,rgba(3,8,11,.18) 70%,rgba(3,8,11,.35) 100%),linear-gradient(0deg,rgba(3,8,11,.68),transparent 45%);
}
.se2-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: 110px;
}
.se2-hero-copy {
  max-width: 720px;
}
.se2-kicker {
  color: #00d7ef;
  margin-bottom: 24px;
}
.se2-hero h1,.se2-section-head h2,.se2-final-grid h2 {
  margin: 0;
  font-family: "IBM Plex Sans",sans-serif;
  font-weight: 400;
  letter-spacing: -.055em;
}
.se2-hero h1 {
  font-size: clamp(62px,7.7vw,118px);
  line-height: .92;
}
.se2-hero h1 em,.se2-section-head h2 em {
  font-style: normal;
  color: #7eefff;
}
.se2-hero-copy>p {
  max-width: 620px;
  margin: 28px 0 0;
  color: #c5d1d6;
  font: 400 18px/1.65 "IBM Plex Sans",sans-serif;
}
.se2-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.se2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid #2d444e;
  color: #f5f8f9;
  font: 600 13px/1 "IBM Plex Sans",sans-serif;
  transition: .25s ease;
}
.se2-btn-primary {
  background: #00d6ed;
  border-color: #00d6ed;
  color: #031014;
}
.se2-btn-primary:hover {
  background: #7eefff;
  border-color: #7eefff;
  color: #031014;
}
.se2-btn-secondary {
  background: rgba(5,9,12,.32);
  backdrop-filter: blur(8px);
}
.se2-btn-secondary:hover {
  border-color: #00d6ed;
}
.se2-hero-meta {
  align-self: flex-end;
  margin-bottom: 44px;
  color: #93a5ad;
  writing-mode: vertical-rl;
}
.se2-duo {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  min-height: 560px;
  border-bottom: 1px solid #26373e;
}
.se2-tile,.se2-service {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 560px;
  border-right: 1px solid #26373e;
  color: #fff;
}
.se2-tile:last-child {
  border-right: 0;
}
.se2-tile-media,.se2-service>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.se2-tile-media img,.se2-service>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.se2-tile:hover img,.se2-service:hover>img {
  transform: scale(1.035);
}
.se2-tile-overlay,.se2-service-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(3,8,11,.9) 0%,rgba(3,8,11,.2) 62%,rgba(3,8,11,.1) 100%);
}
.se2-tile-copy,.se2-service-copy {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 32px;
}
.se2-tile-copy>span,.se2-service-copy>span {
  color: #61e8f7;
}
.se2-tile-copy h2,.se2-service-copy h2 {
  margin: 10px 0 8px;
  font: 500 clamp(34px,4vw,58px)/.98 "IBM Plex Sans",sans-serif;
  letter-spacing: -.04em;
}
.se2-tile-copy p,.se2-service-copy p {
  max-width: 520px;
  margin: 0;
  color: #c4d0d4;
  font: 400 14px/1.6 "IBM Plex Sans",sans-serif;
}
.se2-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #26373e;
}
.se2-service {
  min-height: 520px;
}
.se2-service:last-child {
  border-right: 0;
}
.se2-service-light .se2-service-shade {
  background: linear-gradient(0deg,rgba(3,8,11,.86),rgba(3,8,11,.05) 70%);
}
.se2-transform {
  padding: 105px 0;
  background: #080e12;
}
.se2-section-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}
.se2-section-head>div>span {
  display: block;
  color: #00d6ed;
  margin-bottom: 14px;
}
.se2-section-head h2 {
  font-size: clamp(50px,6.2vw,92px);
  line-height: .92;
}
.se2-section-head>p {
  max-width: 540px;
  margin: 0;
  color: #aebdc3;
  font: 400 16px/1.7 "IBM Plex Sans",sans-serif;
}
.se2-compare {
  position: relative;
  aspect-ratio: 16/8.3;
  overflow: hidden;
  border: 1px solid #2a3d45;
  background: #020506;
}
.se2-before,.se2-after {
  position: absolute;
  inset: 0;
}
.se2-before img,.se2-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.se2-before b,.se2-after b {
  position: absolute;
  top: 18px;
  padding: 9px 12px;
  background: #071015;
  color: #eaf2f4;
  font: 600 11px/1 "IBM Plex Sans",sans-serif;
  letter-spacing: .14em;
}
.se2-before b {
  left: 18px;
}
.se2-after b {
  right: 18px;
  background: #00d6ed;
  color: #031014;
}
.se2-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #79efff;
  transform: translateX(-.5px);
  z-index: 3;
}
.se2-compare-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #031014;
  border: 1px solid #69ecfb;
  color: #69ecfb;
  transform: translate(-50%,-50%);
}
.se2-compare input {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.se2-transform-image {
  overflow: hidden;
  border: 1px solid #2a3d45;
  background: #020506;
}
.se2-transform-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.se2-hardware {
  padding: 100px 0;
  background: #f0f2f1;
  color: #0b1216;
}
.se2-section-head-light {
  align-items: center;
}
.se2-section-head-light h2 {
  color: #0b1216;
  font-size: clamp(48px,5.6vw,82px);
}
.se2-section-head-light a {
  justify-self: end;
  color: #0b1216;
  border-bottom: 1px solid #11a9bc;
  padding-bottom: 4px;
  font: 600 12px/1.3 "IBM Plex Sans",sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.se2-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.se2-product {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 320px;
  background: #071015;
  color: #fff;
  border: 1px solid #18272e;
}
.se2-product-media {
  overflow: hidden;
  background: #0b1317;
}
.se2-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.se2-product:hover .se2-product-media img {
  transform: scale(1.04);
}
.se2-product-info {
  align-self: end;
  padding: 28px;
}
.se2-product-info>span {
  color: #58e8f7;
}
.se2-product-info h3 {
  margin: 11px 0 30px;
  font: 500 31px/1.02 "IBM Plex Sans",sans-serif;
  letter-spacing: -.035em;
}
.se2-product-info p {
  margin: 0;
  color: #c1cdd1;
  font: 500 12px/1.3 "IBM Plex Sans",sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.se2-final-cta {
  padding: 100px 0;
  background: #030709;
  border-top: 1px solid #17262d;
}
.se2-final-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: end;
}
.se2-final-grid>div>span {
  color: #00d6ed;
}
.se2-final-grid h2 {
  margin-top: 16px;
  font-size: clamp(54px,6.5vw,96px);
  line-height: .92;
}
.se2-final-grid p {
  max-width: 490px;
  margin: 0 0 28px;
  color: #aab9bf;
  font: 400 16px/1.7 "IBM Plex Sans",sans-serif;
}
@media (max-width:980px) {
  .se2-hero,.se2-hero-inner {
    min-height: 680px;
  }
  .se2-hero-inner {
    padding-top: 100px;
  }
  .se2-hero-meta {
    display: none;
  }
  .se2-duo {
    grid-template-columns: 1fr;
  }
  .se2-tile,.se2-service {
    min-height: 500px;
    border-right: 0;
    border-bottom: 1px solid #26373e;
  }
  .se2-services-grid {
    grid-template-columns: 1fr;
  }
  .se2-section-head,.se2-final-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .se2-section-head-light a {
    justify-self: start;
  }
  .se2-product-grid {
    grid-template-columns: 1fr;
  }
  .se2-compare {
    aspect-ratio: 4/3;
  }
}
@media (max-width:680px) {
  .se2-hero,.se2-hero-inner {
    min-height: 720px;
  }
  .se2-hero-img {
    object-position: 62% center;
  }
  .se2-hero-shade {
    background: linear-gradient(0deg,rgba(3,8,11,.95) 0%,rgba(3,8,11,.7) 48%,rgba(3,8,11,.26) 100%);
  }
  .se2-hero-inner {
    align-items: flex-end;
    padding: 120px 0 72px;
  }
  .se2-hero h1 {
    font-size: clamp(48px,15vw,68px);
    line-height: .95;
  }
  .se2-hero-copy>p {
    font-size: 15px;
  }
  .se2-actions {
    display: grid;
  }
  .se2-btn {
    width: 100%;
  }
  .se2-tile,.se2-service {
    min-height: 430px;
  }
  .se2-tile-copy,.se2-service-copy {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }
  .se2-tile-copy h2,.se2-service-copy h2 {
    font-size: 39px;
  }
  .se2-transform,.se2-hardware,.se2-final-cta {
    padding: 72px 0;
  }
  .se2-section-head h2,.se2-final-grid h2 {
    font-size: clamp(44px,14vw,64px);
  }
  .se2-section-head>p,.se2-final-grid p {
    font-size: 14px;
  }
  .se2-compare {
    aspect-ratio: 4/5;
  }
  .se2-before img,.se2-after img {
    object-position: center;
  }
  .se2-product {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .se2-product-media {
    aspect-ratio: 1.4/1;
  }
  .se2-product-info {
    padding: 20px;
  }
  .se2-product-info h3 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
body.se-site,.se2-page,.se2-page p,.se2-page a,.se2-page button,.se2-page input,.se2-page select,.se2-page textarea {
  font-family: "Space Grotesk",sans-serif !important;
}
.se2-hero h1,.se2-section-head h2,.se2-final-grid h2,.se2-tile-copy h2,.se2-service-copy h2,.se2-product-info h3,.se-section-head h2,.se-transform-head h2,.se-materials-copy h2,.se-prefooter h2,.se-manifesto h2,.se-hero h1,.se-card-copy h3,.se-process-step h3,.se-page-hero h1,.se-shop-hero h1,.single-product .product_title {
  font-family: "Space Grotesk",sans-serif !important;
  font-stretch: normal;
}
.se-kicker,.se2-kicker,.se2-tile-copy>span,.se2-service-copy>span,.se2-section-head span,.se2-final-grid span,.se2-product-info>span,.se2-hero-meta,.se-hero-eyebrow,.se-hero-ticker-inner,.se-header-cta,.se-nav a,.se-arrow-link,.se2-section-head-light a,.se2-product-info p,.woocommerce .sku,.woocommerce .posted_in,.woocommerce .tagged_as {
  font-family: "IBM Plex Mono",monospace !important;
  letter-spacing: .08em;
}
.se2-hero h1,.se2-section-head h2,.se2-final-grid h2 {
  letter-spacing: -.045em !important;
  font-weight: 500 !important;
}
.se-header-inner {
  grid-template-columns: 190px minmax(0,1fr) auto;
  gap: 28px;
}
.se-nav {
  justify-content: flex-end;
  gap: 24px;
}
.se-footer-logo {
  width: 190px;
  height: 108px;
  object-fit: contain;
  object-position: left center;
}
.se2-hero,.se2-hero-inner {
  min-height: 700px;
}
.se2-hero-inner {
  padding-top: 104px;
  padding-bottom: 40px;
}
.se2-hero-copy {
  max-width: 650px;
}
.se2-hero h1 {
  font-size: clamp(40px,4.8vw,68px);
  line-height: 1.08;
}
.se2-hero h1 em {
  display: inline-block;
  white-space: nowrap;
}
.se2-hero-copy>p {
  max-width: 480px;
  font-size: 17px;
  line-height: 1.7;
}
.se2-hero-img {
  object-position: center center;
}
.se2-hero-shade {
  background: linear-gradient(90deg,rgba(3,8,11,.78),rgba(3,8,11,.5) 32%,rgba(3,8,11,.07) 65%,rgba(3,8,11,.05)),linear-gradient(0deg,rgba(3,8,11,.32),transparent 45%);
}
.se2-hero-meta {
  right: 30px;
  color: #d2e0e4;
}
.se2-transform {
  padding: 80px 0;
}
.se2-section-head h2,.se2-final-grid h2 {
  font-size: clamp(40px,4.6vw,66px);
  line-height: 1.08;
}
.se2-transform-image {
  margin: 0;
}
.se2-transform-image figcaption,.se2-visual-note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #a9bbc3;
}
.se2-visual-note {
  font-family: "IBM Plex Mono",monospace !important;
  letter-spacing: .04em;
}
.se2-ring-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  color: #ecf4f7;
  font-size: 12px;
}
.se2-ring-colors span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.se2-ring-colors i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}
.se2-ring-blue {
  color: #39b9ff;
}
.se2-ring-red {
  color: #ff6767;
}
.se2-ring-green {
  color: #54db96;
}
.se2-ring-yellow {
  color: #ffda64;
}
.se2-tile-ring .se2-tile-media img {
  object-position: 77% center;
}
.se2-tile-material .se2-tile-media img {
  object-position: right center;
}
.se2-service-light>img {
  object-position: center 57%;
}
.se2-hardware {
  background: #111a20;
  color: #f2f6f8;
}
.se2-hardware .se2-section-head h2 {
  color: #f2f6f8;
}
.se2-hardware .se2-section-head span {
  color: #99b2bd;
}
.se2-section-head-light a {
  color: #9ce8f3;
}
.se2-product {
  border: 1px solid #28363e;
}
.se2-product-media img {
  object-position: 75% center;
}
.se2-product-material .se2-product-media img {
  object-position: right center;
}
.se2-final-grid {
  align-items: center;
}
.se-prefooter {
  background: #0b151b;
  color: #f1f5f7;
  border-top: 1px solid #26343b;
}
.se-prefooter h2 {
  font-size: clamp(36px,4vw,58px);
  line-height: 1.1;
}
.se-prefooter .se-kicker,.se-prefooter .se-arrow-link {
  color: #7eefff;
}
.se-prefooter-copy p {
  color: #b7c6ce;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline: 2px solid #62e6ff;
  outline-offset: 5px;
}
[x-cloak] {
  display: none !important;
}
.se-project-page {
  padding: 170px 0 90px;
  background: #071015;
}
.se-project-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.se-project-intro h1 {
  font-size: clamp(38px,4.8vw,64px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 500;
  margin: 20px 0;
}
.se-project-intro h1 em {
  font-style: normal;
  color: #7eefff;
}
.se-project-intro p {
  font-size: 17px;
  line-height: 1.7;
  color: #b4c4ce;
}
.se-project-intro a {
  color: #9ce8f3;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.se-project-form {
  padding: 32px;
  background: #101b22;
  border: 1px solid #2b3b45;
}
.se-project-form label {
  display: block;
  color: #e6eef1;
  font-size: 14px;
  font-weight: 500;
}
.se-project-form p {
  margin: 0 0 18px;
}
.se-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.se-project-form input:not([type=checkbox]):not([type=submit]),.se-project-form select,.se-project-form textarea {
  width: 100%;
  margin-top: 8px;
  background: #081016;
  color: #f2f6f8;
  border: 1px solid #526571;
  padding: 12px 13px;
  font: inherit;
  min-height: 48px;
  border-radius: 0;
}
.se-project-form textarea {
  min-height: 145px;
  resize: vertical;
}
.se-project-form input::placeholder,.se-project-form textarea::placeholder {
  color: #839aa8;
}
.se-project-form select option {
  background: #101b22;
  color: #fff;
}
.se-project-form input[type=file] {
  font-size: 12px;
}
.se-project-form input[type=file]::file-selector-button {
  padding: 8px 12px;
  margin-right: 12px;
  background: #283e49;
  color: #fff;
  border: 0;
  font: inherit;
  cursor: pointer;
}
.se-form-help {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #a9bcc7;
  margin-top: 7px;
}
.se-project-form input[type=submit] {
  padding: 15px 23px;
  border: 1px solid #7eefff;
  background: #7eefff;
  color: #071015;
  font: 600 14px "Space Grotesk",sans-serif;
  cursor: pointer;
  min-height: 48px;
}
.se-project-form .wpcf7-not-valid-tip {
  color: #ffadad;
  font-size: 13px;
  margin-top: 6px;
}
.se-project-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px;
  color: #fff;
}
.se-project-note {
  font-size: 13px !important;
  color: #91a7b4 !important;
}
.se-configurator-embed {
  margin-top: 48px;
}
@media (max-width:1100px) {
  .se-header-inner {
    grid-template-columns: 180px 1fr auto;
  }
  .se-mobile-nav {
    top: 104px;
  }
}
@media (max-width:980px) {
  .se-project-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .se2-hero h1 {
    font-size: clamp(40px,6vw,58px);
  }
  .se2-hero-copy {
    max-width: 600px;
  }
  .se2-duo {
    grid-template-columns: 1fr 1fr;
  }
  .se2-tile {
    min-height: 450px;
  }
  .se2-tile-copy h2 {
    font-size: 34px;
  }
  .se2-hero-shade {
    background: linear-gradient(90deg,rgba(3,8,11,.88),rgba(3,8,11,.62) 47%,rgba(3,8,11,.06));
  }
}
@media (max-width:768px) {
  .se-header-inner {
    grid-template-columns: 150px 1fr auto;
    gap: 14px;
  }
  .se-mobile-nav {
    top: 86px;
  }
  .se-project-page {
    padding-top: 125px;
  }
  .se2-duo {
    grid-template-columns: 1fr;
  }
  .se2-hero-inner {
    padding-top: 110px;
  }
}
@media (max-width:680px) {
  .se2-hero,.se2-hero-inner {
    min-height: 700px;
  }
  .se2-hero-inner {
    align-items: flex-end;
    padding: 320px 0 44px;
  }
  .se2-hero h1 {
    font-size: clamp(28px,7.4vw,44px);
    line-height: 1.14;
  }
  .se2-hero-copy>p {
    font-size: 15px;
    margin-top: 18px;
    max-width: 100%;
  }
  .se2-hero-media {
    bottom: auto;
    height: 430px;
  }
  .se2-hero-img {
    object-position: 76% center;
  }
  .se2-hero-shade {
    background: linear-gradient(0deg,#03080b 0%,#03080b 28%,rgba(3,8,11,.85) 44%,rgba(3,8,11,.08) 70%);
  }
  .se2-actions {
    gap: 10px;
    margin-top: 22px;
  }
  .se2-hero-meta {
    display: none;
  }
  .se2-transform,.se2-hardware,.se2-final-cta {
    padding: 58px 0;
  }
  .se2-section-head {
    gap: 22px;
    margin-bottom: 28px;
  }
  .se2-section-head h2,.se2-final-grid h2 {
    font-size: clamp(34px,9vw,48px);
  }
  .se2-transform-image img {
    aspect-ratio: 4/3;
  }
  .se2-tile,.se2-service {
    min-height: 460px;
  }
  .se2-tile-copy h2,.se2-service-copy h2 {
    font-size: 34px;
  }
  .se-project-form {
    padding: 22px 18px;
  }
  .se-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .se-project-intro h1 {
    font-size: 42px;
  }
  .se-project-intro p {
    font-size: 16px;
  }
  .se-project-page {
    padding-bottom: 55px;
  }
  .se-project-form input[type=submit] {
    width: 100%;
  }
}
html,body.se-site {
  max-width: 100%;
  overflow-x: hidden;
}
.se-shell,.se2-page,.se-main,.se-woo-main {
  min-width: 0;
}
.se2-page img,.se-special-page img,.woocommerce img {
  max-width: 100%;
}
.woocommerce form,.woocommerce table,.woocommerce .col2-set,.woocommerce .woocommerce-MyAccount-content {
  max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #071116;
  padding: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 12px;
  border-bottom: 1px solid #21343d;
  color: #aebdc4;
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #62e6ff;
  color: #061016;
}
.woocommerce-checkout #payment {
  border-radius: 0;
  background: #f7f9fa;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-color: #d3dde0;
}
.woocommerce-checkout #place_order {
  min-height: 52px;
  padding: 0 24px;
  background: #071116 !important;
}
.woocommerce-checkout #place_order:hover {
  background: #62e6ff !important;
  color: #061016 !important;
}
@media (max-width:980px) {
  .se2-product {
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  }
  .single-product div.product {
    grid-template-columns: minmax(0,1fr) minmax(340px,.85fr);
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce-checkout .col2-set,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
@media (max-width:768px) {
  .se-header-inner {
    grid-template-columns: minmax(0,150px) 1fr auto;
  }
  .se-brand {
    min-width: 0;
    max-width: 100%;
  }
  .se-header-actions {
    gap: 4px;
  }
  .se2-page,.se-special-page,.se-woo-main {
    overflow: hidden;
  }
  .se2-tile-copy,.se2-service-copy,.se2-product-info,.se-project-intro,.se-project-form {
    min-width: 0;
  }
  .se2-tile-copy h2,.se2-service-copy h2,.se2-section-head h2,.se2-final-grid h2,.se-special-hero-copy h1,.se-page-hero h1,.se-shop-hero h1,.single-product .product_title {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .se2-ring-colors {
    gap: 9px 12px;
  }
  .se2-product {
    grid-template-columns: 1fr;
  }
  .se2-product-media {
    min-height: 0;
  }
  .se2-product-media img {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td {
    padding: 12px 10px;
  }
  .woocommerce-cart table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto;
    width: 100%;
    gap: 8px;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
    margin: 0 !important;
    min-width: 0;
  }
  .woocommerce-cart table.cart td.actions>.button {
    width: 100%;
    margin-top: 8px !important;
  }
  .woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields,.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px 16px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 16px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    white-space: nowrap;
    border-bottom: 0;
    border-right: 1px solid #21343d;
  }
  .single-product .flex-control-thumbs {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .single-product form.cart,.single-product .variations,.single-product .variations tbody,.single-product .variations tr,.single-product .variations th,.single-product .variations td {
    max-width: 100%;
  }
  .single-product .variations select {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width:480px) {
  .se-shell {
    width: calc(100% - 24px);
  }
  .se-header-inner {
    grid-template-columns: minmax(0,132px) 1fr auto;
  }
  .se-brand {
    width: 132px;
  }
  .se-cart-link {
    width: 30px;
  }
  .se-menu-toggle {
    width: 34px;
    padding: 8px;
  }
  .se2-hero,.se2-hero-inner {
    min-height: 660px;
  }
  .se2-hero-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .se2-tile,.se2-service {
    min-height: 410px;
  }
  .se2-product-media {
    aspect-ratio: 1.2/1;
  }
  .woocommerce ul.products {
    width: calc(100% - 16px);
    gap: 8px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
  }
  .single-product div.product {
    width: calc(100% - 24px);
  }
  .single-product .flex-control-thumbs {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce {
    width: calc(100% - 24px);
  }
  .woocommerce-cart table.cart td.actions .coupon {
    grid-template-columns: 1fr;
  }
  .woocommerce-cart table.cart td.actions .coupon .button {
    width: 100%;
  }
}
.se-about-hero .se-special-hero-media img,.se-material-hero .se-special-hero-media img,.se-audio-hero .se-special-hero-media img {
  object-position: center center;
}
.se-about-hero .se-special-overlay,.se-material-hero .se-special-overlay,.se-audio-hero .se-special-overlay {
  background: linear-gradient(90deg,rgba(4,13,18,.95) 0%,rgba(4,13,18,.68) 46%,rgba(4,13,18,.2) 78%),linear-gradient(0deg,#061016 0%,transparent 45%);
}
.se-system-grid-section {
  background: #0c171d;
  color: #fff;
  padding-top: 0;
}
.se-system-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid #283940;
  border-bottom: 1px solid #283940;
}
.se-system-grid article {
  min-height: 330px;
  padding: 38px 34px;
  border-right: 1px solid #283940;
}
.se-system-grid article:last-child {
  border-right: 0;
}
.se-system-grid article>span {
  color: #62e6ff;
  font: 600 10px/1 "IBM Plex Mono",monospace;
  letter-spacing: .14em;
}
.se-system-grid h3 {
  margin: 78px 0 15px;
  color: #fff;
  font: 600 40px/1 "Space Grotesk",sans-serif;
  letter-spacing: -.04em;
}
.se-system-grid p {
  margin: 0;
  color: #93a4ac;
  font-size: 14px;
  line-height: 1.75;
}
.se-material-showcase {
  padding: 0 0 110px;
  background: #e9eef0;
}
.se-material-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.se-material-showcase figure {
  margin: 0;
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #0d171c;
}
.se-material-showcase img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.se-material-showcase figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 10px;
  background: rgba(3,12,16,.78);
  color: #eef6f8;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .12em;
}
.se-audio-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.se-audio-grid>a {
  display: block;
  background: #071319;
  color: #fff;
  border: 1px solid #21323a;
  overflow: hidden;
}
.se-audio-grid>a>div {
  aspect-ratio: 1.18/1;
  overflow: hidden;
  background: #0a1115;
}
.se-audio-grid img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .45s ease;
}
.se-audio-grid>a:hover img {
  transform: scale(1.035);
}
.se-audio-grid span {
  display: block;
  margin: 20px 20px 0;
  color: #62e6ff;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .12em;
}
.se-audio-grid h3 {
  margin: 8px 20px 22px;
  color: #fff;
  font: 600 34px/1 "Space Grotesk",sans-serif;
  letter-spacing: -.035em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.single-product .woocommerce-product-details__short-description,.single-product .woocommerce-Tabs-panel,.woocommerce-product-attributes {
  overflow-wrap: anywhere;
}
.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td {
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce-form-login-toggle {
  width: min(1180px,calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error {
  border-radius: 0 !important;
}
.woocommerce-info {
  border-top-color: #008ca8 !important;
}
.woocommerce-info::before {
  color: #008ca8 !important;
}
@media (max-width:980px) {
  .se-system-grid {
    grid-template-columns: 1fr;
  }
  .se-system-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #283940;
  }
  .se-system-grid article:last-child {
    border-bottom: 0;
  }
  .se-system-grid h3 {
    margin-top: 28px;
  }
  .se-audio-grid {
    grid-template-columns: 1fr 1fr;
  }
  .se-material-showcase figure {
    min-height: 420px;
  }
}
@media (max-width:768px) {
  .se-about-hero .se-special-hero-media img,.se-material-hero .se-special-hero-media img,.se-audio-hero .se-special-hero-media img {
    object-position: center center;
  }
  .se-material-showcase {
    padding-bottom: 72px;
  }
  .se-material-showcase-grid,.se-audio-grid {
    grid-template-columns: 1fr;
  }
  .se-material-showcase figure {
    min-height: 360px;
  }
  .se-audio-grid>a>div {
    aspect-ratio: 16/10;
  }
  .se-system-grid article {
    padding: 28px 20px;
  }
  .woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce-form-login-toggle {
    width: calc(100% - 28px);
  }
}
@media (max-width:480px) {
  .se-special-facts {
    gap: 6px;
  }
  .se-special-facts span {
    font-size: 9px;
    padding: 9px 10px;
  }
  .se-material-showcase figure {
    min-height: 300px;
  }
  .se-audio-grid h3 {
    font-size: 30px;
  }
  .woocommerce table.shop_attributes,.woocommerce table.shop_attributes tbody,.woocommerce table.shop_attributes tr,.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td {
    display: block;
    width: 100%;
  }
  .woocommerce table.shop_attributes th {
    padding-bottom: 4px;
  }
  .woocommerce table.shop_attributes td {
    padding-top: 0;
  }
}
.se-shop-rail a.is-active {
  background: #62e6ff;
  color: #061016;
}
.woocommerce-cart .wc-empty-cart-message,.woocommerce-cart .return-to-shop {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-cart .wc-empty-cart-message .woocommerce-info {
  margin: 0 0 18px;
  padding: 28px 28px 28px 54px;
  background: #fff;
  border: 1px solid #d3dde0;
  border-top: 2px solid #008ca8;
}
.woocommerce-cart .return-to-shop {
  text-align: left;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 680px;
}
.woocommerce-account:not(.logged-in) .woocommerce>h2 {
  margin: 0 0 18px;
  font: 600 clamp(38px,5vw,54px)/1 "Space Grotesk",sans-serif;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-form-login.login {
  margin: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #d3dde0;
  border-radius: 0;
}
.woocommerce-account .woocommerce-form-login label {
  color: #3d4d54;
  font-size: 12px;
  font-weight: 600;
}
.woocommerce-account .woocommerce-form-login .form-row {
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 3px 0 18px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  min-height: 48px;
  padding: 0 22px !important;
}
.woocommerce-account .woocommerce-LostPassword {
  margin: 18px 0 0;
}
.woocommerce-account .woocommerce-LostPassword a {
  color: #008ca8;
  font-size: 12px;
}
.woocommerce-account .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width:480px) {
  .woocommerce-account .woocommerce-form-login.login {
    padding: 22px 18px;
  }
  .woocommerce-cart .wc-empty-cart-message .woocommerce-info {
    padding: 22px 18px 22px 46px;
  }
}
.single-product div.product>.woocommerce-product-gallery {
  order: 1;
  opacity: 1 !important;
}
.single-product div.product>.summary {
  order: 2;
}
.single-product .woocommerce-product-gallery[style*="opacity: 0"] .woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 8px;
}
.single-product .woocommerce-product-gallery[style*="opacity: 0"] .woocommerce-product-gallery__image:first-child {
  grid-column: 1/-1;
}
.single-product .woocommerce-product-gallery[style*="opacity: 0"] .woocommerce-product-gallery__image a {
  display: block;
  background: #f8fafb;
}
.single-product .woocommerce-product-gallery[style*="opacity: 0"] .woocommerce-product-gallery__image:not(:first-child) a {
  aspect-ratio: 1/1;
}
.single-product .woocommerce-product-gallery[style*="opacity: 0"] .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
@media (max-width:768px) {
  .single-product div.product {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 22px !important;
    width: calc(100% - 28px) !important;
    padding: 110px 0 60px !important;
  }
  .single-product div.product>.woocommerce-product-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .single-product div.product>.summary {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
  }
  .single-product .product_title {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    font-size: clamp(38px,11vw,54px) !important;
    line-height: .96 !important;
  }
  .single-product .woocommerce-product-gallery[style*="opacity: 0"] .woocommerce-product-gallery__wrapper {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
  }
  .single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .single-product .woocommerce-product-gallery__image img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.se-flexglow-gallery {
  width: 100%;
  min-width: 0;
}
.se-flexglow-gallery-main {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f8fafb;
  border: 1px solid #d7e0e3;
}
.se-flexglow-gallery-main img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.se-flexglow-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 8px;
  margin-top: 8px;
}
.se-flexglow-thumb {
  appearance: none;
  display: block;
  aspect-ratio: 1/1;
  min-width: 0;
  padding: 0;
  border: 1px solid #cfd9dd;
  background: #f8fafb;
  overflow: hidden;
  cursor: pointer;
}
.se-flexglow-thumb img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.se-flexglow-thumb.is-active {
  border: 2px solid #008ca8;
}
.single-product div.product>.se-flexglow-gallery {
  order: 1;
}
.single-product div.product>.summary {
  order: 2;
}
@media (max-width:768px) {
  .single-product div.product>.se-flexglow-gallery {
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .se-flexglow-gallery-main {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .se-flexglow-gallery-thumbs {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 6px;
  }
  .se-flexglow-thumb {
    width: 100%;
  }
}
@media (max-width:480px) {
  .se-flexglow-gallery-thumbs {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 5px;
  }
}
.se-wiring-hero .se-special-hero-media img {
  object-position: center 56%;
  filter: saturate(.68) contrast(1.05) brightness(.48);
}
.se-accessories-hero .se-special-hero-media img {
  object-position: center center;
  filter: saturate(.78) contrast(1.04) brightness(.5);
}
.se-guidance-hero .se-special-hero-media img {
  object-position: center center;
  filter: saturate(.72) contrast(1.04) brightness(.5);
}
.se-wiring-page .se-special-intro {
  background: linear-gradient(180deg,#edf2f3 0%,#e5ebed 100%);
}
.se-wiring-page .se-system-grid {
  margin-top: 10px;
  background: #0a151b;
}
.se-wiring-page .se-system-grid article {
  position: relative;
  overflow: hidden;
}
.se-wiring-page .se-system-grid article::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(98,230,255,.12);
  border-radius: 50%;
  right: -70px;
  top: -70px;
}
.se-wiring-page .se-system-grid h3 {
  font-family: "Saira Condensed",sans-serif;
  font-size: 48px;
  letter-spacing: -.03em;
}
.se-accessory-showcase {
  padding: 0 0 110px;
  background: #e9eef0;
}
.se-accessory-showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}
.se-accessory-showcase figure {
  position: relative;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  background: #0b151a;
}
.se-accessory-showcase img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .55s ease;
}
.se-accessory-showcase figure:hover img {
  transform: scale(1.025);
}
.se-accessory-showcase figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 9px 11px;
  background: rgba(3,12,16,.82);
  color: #f1f7f9;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .13em;
}
.se-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #c9d3d7;
  background: #fff;
}
.se-choice-grid article {
  position: relative;
  min-height: 360px;
  padding: 38px 36px;
  border-right: 1px solid #d4dde0;
  overflow: hidden;
}
.se-choice-grid article:last-child {
  border-right: 0;
}
.se-choice-grid article::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(0,142,173,.16);
  border-radius: 50%;
}
.se-choice-grid span {
  color: #008ead;
  font: 600 10px/1 "IBM Plex Mono",monospace;
  letter-spacing: .14em;
}
.se-choice-grid h3 {
  margin: 112px 0 16px;
  color: #071116;
  font: 600 48px/.95 "Saira Condensed",sans-serif;
  letter-spacing: -.03em;
}
.se-choice-grid p {
  max-width: 480px;
  margin: 0;
  color: #617178;
  line-height: 1.7;
}
.se-technical-details {
  position: relative;
  padding-top: 90px;
  background: linear-gradient(180deg,#eef2f3 0%,#e7edef 100%);
  border-top: 1px solid #cad5d9;
}
.se-technical-details::before {
  content: "TECHNICAL / ORIGINAL CONTENT";
  display: block;
  width: min(1120px,calc(100% - 64px));
  margin: 0 auto 28px;
  color: #008ead;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .15em;
}
.se-technical-details .se-page-content {
  padding: 42px;
  background: rgba(255,255,255,.62);
  border: 1px solid #d1dbde;
  overflow-x: auto;
}
.se-technical-details .se-page-content img {
  border: 1px solid #d0dadd;
  background: #fff;
}
.se-technical-details .elementor,.se-technical-details .elementor-section,.se-technical-details .elementor-container,.se-technical-details .e-con,.se-technical-details .e-con-inner {
  max-width: 100% !important;
  min-width: 0 !important;
}
.se-technical-details .elementor-widget-container {
  border-radius: 0 !important;
}
.se-technical-details h2,.se-technical-details h3 {
  max-width: 900px;
}
.se-technical-details table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.se-technical-details td,.se-technical-details th {
  padding: 14px 16px;
  border: 1px solid #d3dde0;
  text-align: left;
}
.se-generic-page .se-page-hero {
  min-height: 480px;
  display: flex;
  align-items: end;
  padding-top: 180px;
  padding-bottom: 70px;
  overflow: hidden;
  background: radial-gradient(circle at 82% 42%,rgba(98,230,255,.2),transparent 24%),linear-gradient(135deg,#041015 0%,#0a1920 58%,#061016 100%);
}
.se-generic-page .se-page-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 120px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(98,230,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(98,230,255,.025),0 0 0 160px rgba(98,230,255,.018);
}
.se-generic-page .se-page-hero-inner {
  z-index: 2;
}
.se-generic-page .se-page-hero h1 {
  max-width: 1050px;
}
.se-page-hero-index span {
  display: block;
  margin-bottom: 14px;
  color: #62e6ff;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .14em;
}
.se-generic-page .se-page-wrap {
  position: relative;
  background: linear-gradient(180deg,#edf2f3 0%,#e8edef 100%);
}
.se-generic-page .se-page-content {
  position: relative;
}
.se-generic-page .se-page-content>h2:first-child,.se-generic-page .se-page-content>.elementor:first-child {
  margin-top: 0;
}
.se-generic-page .se-page-content img {
  box-shadow: 0 24px 60px rgba(7,17,22,.1);
}
.se-generic-page .se-page-content hr {
  border: 0;
  border-top: 1px solid #cdd7da;
  margin: 44px 0;
}
.se-generic-page .se-page-content blockquote {
  margin: 38px 0;
  padding: 26px 30px;
  border-left: 2px solid #008ead;
  background: #fff;
  color: #31444c;
}
.se-project-page {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 20%,rgba(98,230,255,.11),transparent 25%),#061016;
}
.se-project-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}
.se-project-grid {
  position: relative;
  z-index: 1;
}
.se-project-intro,.se-project-form {
  box-shadow: 0 26px 70px rgba(0,0,0,.12);
}
.se-project-intro {
  border: 1px solid #20343d;
}
.se-project-form {
  border: 1px solid #cad6da;
}
.se-project-note {
  border-left: 2px solid #62e6ff;
  padding-left: 18px;
}
.se-configurator-embed {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.se-project-form .wp-block-columns {
  margin: 0;
}
.se-project-form .wp-block-column:first-child>p:first-child {
  display: none;
}
.se-project-form .wp-block-column:first-child>p:nth-child(2) {
  margin-top: 0;
  color: #008ead;
  font: 600 10px/1 "IBM Plex Mono",monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.se-project-form .wp-block-jetpack-contact-form {
  margin-top: 24px;
}
.se-project-form .grunion-field-wrap {
  margin-bottom: 16px;
}
.se-project-form label {
  display: block;
  margin-bottom: 7px;
  color: #40525a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}
.se-project-form input:not([type=submit]),.se-project-form textarea,.se-project-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #c9d5d9;
  border-radius: 0;
  background: #f8fbfc;
  color: #071116;
}
.se-project-form textarea {
  min-height: 150px;
  resize: vertical;
}
.se-project-form button[type=submit],.se-project-form input[type=submit] {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid #071116;
  border-radius: 0;
  background: #071116;
  color: #fff;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.se-project-form button[type=submit]:hover,.se-project-form input[type=submit]:hover {
  background: #62e6ff;
  border-color: #62e6ff;
  color: #071116;
}
.se-panel-enquiry-card h2 {
  margin: 0 0 20px;
  color: #071116;
  font: 600 clamp(44px,5vw,64px)/.88 "Saira Condensed",sans-serif;
  text-transform: uppercase;
  letter-spacing: -.035em;
}
.se-panel-enquiry-card>p:not(.se-kicker) {
  margin: 0 0 28px;
  color: #596a72;
  line-height: 1.75;
}
.woocommerce-account .woocommerce,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce {
  position: relative;
}
.woocommerce-account .woocommerce::before,.woocommerce-cart .woocommerce::before,.woocommerce-checkout .woocommerce::before {
  content: "SEAECLIPSE / SECURE COMMERCE";
  display: block;
  margin-bottom: 24px;
  color: #008ead;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .14em;
}
@media (max-width:980px) {
  .se-accessory-showcase-grid {
    grid-template-columns: 1fr;
  }
  .se-accessory-showcase figure {
    min-height: 420px;
  }
  .se-choice-grid {
    grid-template-columns: 1fr;
  }
  .se-choice-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d4dde0;
  }
  .se-choice-grid article:last-child {
    border-bottom: 0;
  }
  .se-choice-grid h3 {
    margin-top: 48px;
  }
  .se-technical-details .se-page-content {
    padding: 30px;
  }
}
@media (max-width:768px) {
  .se-wiring-hero .se-special-hero-media img,.se-accessories-hero .se-special-hero-media img,.se-guidance-hero .se-special-hero-media img {
    object-position: center center;
  }
  .se-accessory-showcase {
    padding-bottom: 70px;
  }
  .se-accessory-showcase figure {
    min-height: 340px;
  }
  .se-choice-grid article {
    padding: 28px 22px;
  }
  .se-choice-grid h3 {
    font-size: 42px;
  }
  .se-technical-details {
    padding-top: 64px;
  }
  .se-technical-details::before {
    width: calc(100% - 28px);
    margin-bottom: 20px;
  }
  .se-technical-details .se-page-content {
    padding: 22px 18px;
  }
  .se-generic-page .se-page-hero {
    min-height: 390px;
    padding-top: 145px;
    padding-bottom: 50px;
  }
  .se-generic-page .se-page-hero::after {
    width: 300px;
    height: 300px;
    right: -160px;
    top: 130px;
  }
}
@media (max-width:480px) {
  .se-accessory-showcase figure {
    min-height: 280px;
  }
  .se-choice-grid h3 {
    font-size: 38px;
  }
  .se-technical-details .se-page-content {
    padding: 18px 14px;
  }
  .se-generic-page .se-page-hero {
    min-height: 350px;
  }
  .se-project-intro,.se-project-form {
    box-shadow: none;
  }
}
@media (max-width:1100px) {
  .se-header-actions {
    justify-self: end;
    margin-left: auto;
  }
  .se-mobile-nav:not([hidden]) {
    display: block;
  }
  .se-header.is-open .se-menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .se-header.is-open .se-menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  body.se-menu-open {
    overflow: hidden;
  }
}
@media (max-width:768px) {
  .se-header-inner {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    height: 86px;
  }
  .se-brand {
    flex: 0 0 150px;
  }
  .se-header-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .se-menu-toggle {
    margin: 0;
  }
  .se-mobile-nav {
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100svh - 86px);
    overflow-y: auto;
  }
}
.se-letter-models {
  background: #071319;
}
.se-letter-models .se-section-head h2,.se-letter-detail .se-section-head h2 {
  color: #f5f9fa;
}
.se-letter-model-grid {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: 14px;
}
.se-letter-model {
  position: relative;
  grid-column: span 4;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #21343d;
  background: #0a171d;
}
.se-letter-model-wide {
  grid-column: span 6;
}
.se-letter-model-media,.se-letter-model-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
}
.se-letter-model-media img {
  object-fit: cover;
  filter: saturate(.82) brightness(.72);
  transition: transform .55s ease,filter .55s ease;
}
.se-letter-model::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(4,13,18,.02) 30%,rgba(4,13,18,.94) 100%);
}
.se-letter-model:hover .se-letter-model-media img {
  transform: scale(1.035);
  filter: saturate(.94) brightness(.8);
}
.se-letter-model-copy {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
}
.se-letter-model-copy>span {
  color: #62e6ff;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .13em;
}
.se-letter-model-copy h3 {
  margin: 8px 0 10px;
  color: #fff;
  font: 600 clamp(34px,4vw,56px)/.95 "Space Grotesk",sans-serif;
  letter-spacing: -.04em;
}
.se-letter-model-copy p {
  max-width: 520px;
  margin: 0;
  color: #c0ccd1;
  font-size: 13px;
  line-height: 1.65;
}
.se-letter-model-copy>div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}
.se-letter-model-copy b {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.22);
  color: #dce5e8;
  font: 500 8px/1 "IBM Plex Mono",monospace;
  letter-spacing: .1em;
}
.se-letter-detail {
  background: #e9eef0;
  color: #071116;
}
.se-letter-detail .se-kicker {
  color: #008ead;
}
.se-letter-detail .se-section-head h2 {
  color: #071116;
}
.se-letter-detail .se-section-lead {
  color: #5e6f76;
}
.se-letter-closeups {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}
.se-letter-closeups figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #0b151a;
  border: 1px solid #cbd6da;
}
.se-letter-closeups img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .45s ease;
}
.se-letter-closeups figure:hover img {
  transform: scale(1.04);
}
.se-letter-closeups figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 9px;
  background: rgba(4,13,18,.82);
  color: #fff;
  font: 600 8px/1 "IBM Plex Mono",monospace;
  letter-spacing: .12em;
}
.se-lettering-page .se-lettering-gallery {
  padding-top: 110px;
}
.se-lettering-page .se-lettering-grid>div {
  border: 1px solid rgba(255,255,255,.08);
}
@media (max-width:1100px) {
  .se-letter-model {
    grid-column: span 6;
  }
  .se-letter-model-wide {
    grid-column: span 6;
  }
  .se-letter-closeups {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:768px) {
  .se-letter-model-grid {
    grid-template-columns: 1fr;
  }
  .se-letter-model,.se-letter-model-wide {
    grid-column: auto;
    min-height: 470px;
  }
  .se-letter-model-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .se-letter-closeups {
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
  }
  .se-lettering-page .se-lettering-gallery {
    padding-top: 72px;
  }
}
@media (max-width:480px) {
  .se-letter-model,.se-letter-model-wide {
    min-height: 430px;
  }
  .se-letter-model-copy h3 {
    font-size: 38px;
  }
  .se-letter-closeups {
    grid-template-columns: 1fr 1fr;
  }
}
.se-newsletter-hero {
  min-height: 760px;
  padding: 190px 0 110px;
  background: radial-gradient(circle at 18% 28%,rgba(98,230,255,.12),transparent 25%),linear-gradient(135deg,#041015 0%,#0a1920 58%,#061016 100%);
  color: #fff;
}
.se-newsletter-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 9vw;
  align-items: center;
}
.se-newsletter-grid>div:first-child>p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: #9eafb7;
  font-size: 17px;
  line-height: 1.75;
}
.se-newsletter-grid h1 {
  margin: 14px 0 0;
  color: #f4f8f9;
  font: 600 clamp(72px,9vw,138px)/.82 "Saira Condensed",sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.se-newsletter-grid h1 em {
  color: #62e6ff;
  font-style: normal;
}
.se-newsletter-card {
  position: relative;
  padding: 42px 38px;
  background: #edf2f3;
  color: #071116;
  border: 1px solid #bfcdd2;
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
}
.se-newsletter-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 72px;
  height: 3px;
  background: #62e6ff;
}
.se-newsletter-card>span {
  color: #008ead;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .14em;
}
.se-newsletter-card h2 {
  margin: 28px 0 12px;
  font: 600 clamp(42px,5vw,68px)/.88 "Saira Condensed",sans-serif;
  letter-spacing: -.035em;
}
.se-newsletter-card>p {
  margin: 0 0 28px;
  color: #617178;
  line-height: 1.7;
}
.se-newsletter-card .mc4wp-form-fields p {
  margin: 0 0 12px;
}
.se-newsletter-card input[type=email],.se-newsletter-card input[type=text] {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #c3d0d4;
  border-radius: 0;
  background: #fff;
  color: #071116;
}
.se-newsletter-card input[type=submit],.se-newsletter-card button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid #071116;
  border-radius: 0;
  background: #071116;
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.se-newsletter-card input[type=submit]:hover,.se-newsletter-card button:hover {
  background: #62e6ff;
  border-color: #62e6ff;
  color: #071116;
}
.se-legal-hero,.se-utility-hero {
  padding: 190px 0 76px;
  background: radial-gradient(circle at 84% 42%,rgba(98,230,255,.15),transparent 22%),linear-gradient(135deg,#041015,#0a1920 58%,#061016);
  color: #fff;
}
.se-legal-hero-inner {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(260px,.5fr);
  gap: 70px;
  align-items: end;
}
.se-legal-hero h1,.se-utility-hero h1 {
  max-width: 980px;
  margin: 14px 0 0;
  color: #f5f9fa;
  font: 600 clamp(62px,8vw,112px)/.86 "Saira Condensed",sans-serif;
  letter-spacing: -.04em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.se-legal-hero-inner>div:last-child {
  padding-left: 24px;
  border-left: 1px solid #2b414a;
}
.se-legal-hero-inner>div:last-child span {
  color: #62e6ff;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .14em;
}
.se-legal-hero-inner>div:last-child p {
  margin: 18px 0 0;
  color: #98aab2;
  font-size: 13px;
  line-height: 1.7;
}
.se-legal-wrap,.se-utility-wrap {
  padding: 90px 0 120px;
  background: linear-gradient(180deg,#edf2f3,#e5ebed);
}
.se-legal-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 52px 58px;
  background: rgba(255,255,255,.82);
  border: 1px solid #ced8dc;
  box-shadow: 0 22px 60px rgba(7,17,22,.06);
}
.se-legal-content h2,.se-legal-content h3 {
  margin: 46px 0 16px;
  color: #071116;
  font-family: "Saira Condensed",sans-serif;
  line-height: .95;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.se-legal-content h2 {
  font-size: 42px;
}
.se-legal-content h3 {
  font-size: 30px;
}
.se-legal-content p,.se-legal-content li {
  color: #53656d;
  line-height: 1.8;
}
.se-legal-content a {
  color: #007e99;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.se-legal-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.se-legal-content th,.se-legal-content td {
  padding: 13px 14px;
  border: 1px solid #cfD9dd;
  text-align: left;
  vertical-align: top;
}
.se-utility-hero .se-page-hero-inner {
  align-items: end;
}
.se-utility-hero .se-page-hero-index {
  color: #8ea2aa;
}
.se-utility-wrap {
  min-height: 440px;
}
.se-utility-content {
  padding: 38px;
  background: rgba(255,255,255,.72);
  border: 1px solid #ccd7da;
}
.se-utility-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.se-utility-content th,.se-utility-content td {
  padding: 14px 16px;
  border-bottom: 1px solid #d5dee1;
  text-align: left;
  vertical-align: middle;
}
.se-utility-content button,.se-utility-content .button,.se-utility-content input[type=submit] {
  border-radius: 0 !important;
  background: #071116 !important;
  color: #fff !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.se-utility-content button:hover,.se-utility-content .button:hover,.se-utility-content input[type=submit]:hover {
  background: #62e6ff !important;
  color: #071116 !important;
}
@media (max-width:900px) {
  .se-newsletter-grid,.se-legal-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .se-newsletter-hero {
    min-height: 0;
    padding: 150px 0 80px;
  }
  .se-newsletter-card {
    max-width: 680px;
  }
  .se-legal-hero,.se-utility-hero {
    padding: 150px 0 60px;
  }
  .se-legal-hero-inner>div:last-child {
    max-width: 520px;
  }
  .se-legal-wrap,.se-utility-wrap {
    padding: 64px 0 80px;
  }
}
@media (max-width:600px) {
  .se-newsletter-hero {
    padding: 130px 0 58px;
  }
  .se-newsletter-grid h1 {
    font-size: 70px;
  }
  .se-newsletter-card {
    padding: 30px 22px;
  }
  .se-legal-hero,.se-utility-hero {
    padding: 130px 0 48px;
  }
  .se-legal-hero h1,.se-utility-hero h1 {
    font-size: 58px;
  }
  .se-legal-content {
    padding: 30px 20px;
  }
  .se-legal-content h2 {
    font-size: 36px;
  }
  .se-utility-content {
    padding: 22px 16px;
    overflow-x: auto;
  }
  .se-utility-content table {
    min-width: 620px;
  }
}
.se-newsletter-card .subscribe-email {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
}
.se-newsletter-card .subscribe-email input {
  margin: 0;
}
.postid-24947 .product_title {
  max-width: 650px;
  font-size: clamp(46px,5.7vw,78px) !important;
  line-height: .9 !important;
}
.se-flexglow-details {
  max-width: 1180px;
}
.se-flexglow-intro {
  display: grid;
  grid-template-columns: .55fr 1.1fr 1fr;
  gap: 34px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid #c9d4d8;
}
.se-flexglow-intro h2 {
  margin: 0 !important;
  color: #071116;
  font: 600 clamp(50px,6vw,84px)/.82 "Saira Condensed",sans-serif !important;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.se-flexglow-intro>p:last-child {
  margin: 0;
  color: #5b6c73;
  line-height: 1.75;
}
.se-flexglow-spec-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 34px;
  border: 1px solid #ccd7da;
}
.se-flexglow-spec-grid article {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid #ccd7da;
  background: #f9fbfb;
}
.se-flexglow-spec-grid article:last-child {
  border-right: 0;
}
.se-flexglow-spec-grid span,.se-flexglow-tech span {
  color: #008ead;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .13em;
}
.se-flexglow-spec-grid h3 {
  margin: 68px 0 10px !important;
  color: #071116;
  font: 600 46px/.9 "Saira Condensed",sans-serif !important;
}
.se-flexglow-spec-grid p {
  margin: 0;
  color: #5d6e75;
  font-size: 13px;
  line-height: 1.7;
}
.se-flexglow-tech {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 14px;
  border: 1px solid #ccd7da;
  background: #071116;
}
.se-flexglow-tech>div {
  padding: 22px;
  border-right: 1px solid #263941;
}
.se-flexglow-tech>div:last-child {
  border-right: 0;
}
.se-flexglow-tech strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.se-flexglow-pack {
  margin-top: 34px;
  padding: 28px 30px;
  border-left: 2px solid #62e6ff;
  background: #e7edef;
}
.se-flexglow-pack h3 {
  margin: 0 0 8px !important;
  color: #071116;
  font: 600 30px/1 "Saira Condensed",sans-serif !important;
}
.se-flexglow-pack p {
  margin: 0;
  color: #53646b;
}
@media (max-width:800px) {
  .se-newsletter-card .subscribe-email {
    grid-template-columns: 1fr;
  }
  .se-flexglow-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .se-flexglow-spec-grid {
    grid-template-columns: 1fr;
  }
  .se-flexglow-spec-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #ccd7da;
  }
  .se-flexglow-spec-grid article:last-child {
    border-bottom: 0;
  }
  .se-flexglow-spec-grid h3 {
    margin-top: 24px !important;
  }
  .se-flexglow-tech {
    grid-template-columns: 1fr 1fr;
  }
  .se-flexglow-tech>div {
    border-bottom: 1px solid #263941;
  }
  .se-flexglow-tech>div:nth-child(2) {
    border-right: 0;
  }
  .se-flexglow-tech>div:nth-child(n+3) {
    border-bottom: 0;
  }
  .postid-24947 .product_title {
    font-size: clamp(40px,11vw,56px) !important;
  }
}
@media (max-width:480px) {
  .se-flexglow-tech {
    grid-template-columns: 1fr;
  }
  .se-flexglow-tech>div {
    border-right: 0 !important;
    border-bottom: 1px solid #263941 !important;
  }
  .se-flexglow-tech>div:last-child {
    border-bottom: 0 !important;
  }
}
.se-legal-content strong {
  color: #071116;
}
.se-utility-content .track_order {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}
.se-utility-content .track_order>p:first-of-type,.se-utility-content .track_order>.form-row:last-of-type {
  grid-column: 1/-1;
}
.se-utility-content .track_order .clear {
  display: none;
}
.se-utility-content .track_order label {
  display: block;
  margin-bottom: 7px;
  color: #42545c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}
.se-utility-content .track_order input.input-text {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #c8d4d8;
  border-radius: 0;
  background: #fff;
  color: #071116;
}
.se-utility-content .wishlist-title h2 {
  margin: 0 0 24px;
  color: #071116;
  font: 600 clamp(38px,5vw,58px)/.9 "Saira Condensed",sans-serif;
  text-transform: uppercase;
}
.se-utility-content .wishlist-empty {
  text-align: center;
  padding: 48px !important;
  color: #64757c;
}
@media (max-width:640px) {
  .se-utility-content .track_order {
    grid-template-columns: 1fr;
  }
  .se-utility-content .track_order>p:first-of-type,.se-utility-content .track_order>.form-row:last-of-type {
    grid-column: auto;
  }
}
.se-switch-visuals {
  background: linear-gradient(180deg,#edf2f3 0%,#e6ecee 100%);
  color: #071116;
}
.se-switch-visuals .se-kicker {
  color: #008ead;
}
.se-switch-visuals .se-section-head h2 {
  color: #071116;
}
.se-switch-visuals .se-section-lead {
  color: #5b6c73;
}
.se-switch-image-grid {
  display: grid;
  grid-template-columns: minmax(0,1.3fr) minmax(0,.7fr);
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.se-switch-image-grid figure {
  position: relative;
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  background: #071319;
  border: 1px solid #c7d2d6;
}
.se-switch-image-grid .se-switch-image-featured {
  grid-row: 1/3;
  min-height: 620px;
}
.se-switch-image-grid img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .5s ease;
}
.se-switch-image-grid figure:hover img {
  transform: scale(1.025);
}
.se-switch-image-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 12px 14px;
  background: rgba(4,13,18,.82);
  backdrop-filter: blur(10px);
}
.se-switch-image-grid figcaption span {
  color: #62e6ff;
  font: 600 8px/1 "IBM Plex Mono",monospace;
  letter-spacing: .13em;
}
.se-switch-image-grid figcaption strong {
  color: #fff;
  font: 600 13px/1 "IBM Plex Sans",sans-serif;
  letter-spacing: .05em;
  text-align: right;
}
@media (max-width:900px) {
  .se-switch-image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .se-switch-image-grid .se-switch-image-featured {
    grid-row: auto;
    min-height: 470px;
  }
  .se-switch-image-grid figure {
    min-height: 340px;
  }
}
@media (max-width:768px) {
  .se-special-page .se-special-hero-copy h1,.se-generic-page .se-page-hero h1,.se-legal-page .se-legal-hero h1,.se-utility-page .se-utility-hero h1,.se-newsletter-page .se-newsletter-grid h1,.se-project-page .se-project-intro h1,.se-journal .se-journal-hero h1,.se-article .se-article-hero h1,.se-woo-main .product_title,.se-shop-hero h1 {
    font-size: clamp(48px,15vw,68px) !important;
    line-height: .86 !important;
    letter-spacing: -.035em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-wrap: balance;
  }
  .se-special-page .se-section-head h2,.se-special-page .se-special-split h2,.se-generic-page .se-page-content h2,.se-newsletter-page .se-newsletter-card h2,.se-project-page h2,.se-flexglow-intro h2,.se-flexglow-spec-grid h3 {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
  .se-special-page .se-section-head h2,.se-special-page .se-special-split h2,.se-generic-page .se-page-content h2 {
    font-size: clamp(44px,13vw,62px) !important;
    line-height: .88 !important;
    letter-spacing: -.03em !important;
  }
  .se-letter-model-copy h3,.se-choice-grid h3,.se-system-grid h3,.se-audio-grid h3 {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
  .se-switch-image-grid .se-switch-image-featured {
    min-height: 410px;
  }
  .se-switch-image-grid figure {
    min-height: 300px;
  }
  .se-switch-image-grid figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  .se-switch-image-grid figcaption strong {
    font-size: 11px;
  }
  .se-legal-hero h1,.se-utility-hero h1 {
    max-width: 100%;
  }
  .se-legal-content,.se-utility-content {
    min-width: 0;
    max-width: 100%;
  }
  .se-legal-content table,.se-utility-content table {
    max-width: 100%;
  }
}
@media (max-width:430px) {
  .se-special-page .se-special-hero-copy h1,.se-generic-page .se-page-hero h1,.se-legal-page .se-legal-hero h1,.se-utility-page .se-utility-hero h1,.se-newsletter-page .se-newsletter-grid h1,.se-project-page .se-project-intro h1,.se-journal .se-journal-hero h1,.se-article .se-article-hero h1,.se-woo-main .product_title,.se-shop-hero h1 {
    font-size: clamp(44px,14vw,58px) !important;
  }
  .se-special-page .se-section-head h2,.se-special-page .se-special-split h2,.se-generic-page .se-page-content h2 {
    font-size: clamp(40px,12vw,52px) !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
  .se-switch-image-grid .se-switch-image-featured {
    min-height: 350px;
  }
  .se-switch-image-grid figure {
    min-height: 260px;
  }
  .se-kicker {
    overflow-wrap: normal;
    word-break: normal;
  }
  .se-btn,.se-arrow-link {
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }
}
.se-wiring-hardware {
  padding: 105px 0;
  background: #e9eef0;
  color: #071116;
}
.se-wiring-hardware .se-kicker {
  color: #008ead;
}
.se-wiring-hardware .se-section-head h2 {
  color: #071116;
}
.se-wiring-hardware .se-section-lead {
  color: #5d6e75;
}
.se-wiring-hardware-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.se-wiring-hardware-grid figure {
  position: relative;
  margin: 0;
  min-height: 390px;
  overflow: hidden;
  background: #081419;
  border: 1px solid #c7d3d7;
}
.se-wiring-hardware-grid img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: saturate(.78) brightness(.76);
  transition: transform .5s ease,filter .5s ease;
}
.se-wiring-hardware-grid figure:hover img {
  transform: scale(1.025);
  filter: saturate(.92) brightness(.84);
}
.se-wiring-hardware-grid figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  background: rgba(4,13,18,.84);
  backdrop-filter: blur(8px);
}
.se-wiring-hardware-grid figcaption span {
  display: block;
  color: #62e6ff;
  font: 600 8px/1 "IBM Plex Mono",monospace;
  letter-spacing: .13em;
}
.se-wiring-hardware-grid figcaption strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font: 600 20px/1 "Saira Condensed",sans-serif;
  letter-spacing: .02em;
}
.se-wiring-hardware-grid figure:nth-child(2) img {
  object-fit: contain;
  padding: 30px;
  background: #f4f7f8;
  filter: none;
}
@media (max-width:900px) {
  .se-wiring-hardware {
    padding: 82px 0;
  }
  .se-wiring-hardware-grid {
    grid-template-columns: 1fr 1fr;
  }
  .se-wiring-hardware-grid figure:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width:640px) {
  .se-wiring-hardware {
    padding: 68px 0;
  }
  .se-wiring-hardware-grid {
    grid-template-columns: 1fr;
  }
  .se-wiring-hardware-grid figure,.se-wiring-hardware-grid figure:last-child {
    grid-column: auto;
    min-height: 320px;
  }
}
.se-about-work-insert {
  padding: 110px 0;
  background: #e9eef0;
  color: #071116;
}
.se-about-work-insert .se-section-head h2 {
  color: #071116;
}
.se-about-work-insert .se-kicker {
  color: #008ead;
}
.se-about-work-insert .se-section-lead {
  color: #5c6d74;
}
.se-about-work-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}
.se-about-work-card {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: #071319;
  border: 1px solid #c7d3d7;
  color: #fff;
}
.se-about-work-card>div {
  position: absolute;
  inset: 0;
}
.se-about-work-card img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: saturate(.8) brightness(.72);
  transition: transform .55s ease,filter .55s ease;
}
.se-about-work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(4,13,18,.04) 28%,rgba(4,13,18,.9) 100%);
}
.se-about-work-card:hover img {
  transform: scale(1.03);
  filter: saturate(.95) brightness(.8);
}
.se-about-work-card>span,.se-about-work-card>h3 {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
}
.se-about-work-card>span {
  bottom: 76px;
  color: #62e6ff;
  font: 600 9px/1 "IBM Plex Mono",monospace;
  letter-spacing: .13em;
}
.se-about-work-card>h3 {
  bottom: 22px;
  margin: 0;
  color: #fff;
  font: 600 46px/.9 "Saira Condensed",sans-serif;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.se-about-work-wide {
  min-height: 520px;
}
@media (max-width:900px) {
  .se-about-work-insert {
    padding: 82px 0;
  }
  .se-about-work-card,.se-about-work-wide {
    min-height: 390px;
  }
}
@media (max-width:640px) {
  .se-about-work-insert {
    padding: 68px 0;
  }
  .se-about-work-grid {
    grid-template-columns: 1fr;
  }
  .se-about-work-card,.se-about-work-wide {
    min-height: 340px;
  }
  .se-about-work-card>h3 {
    font-size: 40px;
  }
  .se-about-work-card>span,.se-about-work-card>h3 {
    left: 18px;
    right: 18px;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
