
:root {
  --navy: #000098;
  --royal: #1058C8;
  --sky: #0890D8;
  --teal: #58A888;
  --mint: #70D8A8;
  --gray: #686870;
  --ink: #10143F;          
  --text: #3A3A3A;         
  --muted: #686870;        
  --deep: #08094A;         
  --deep-2: #10158A;       
  --royal-700: #0B47A8;    
  --quote: #1E7A56;        
  --quote-700: #15613F;
  --mint-50: #E9F8F1;
  --mint-200: #BFEAD6;
  --bg: #FFFFFF;
  --bg-2: #F4F6FB;         
  --bg-3: #E8EEF9;
  --line: #DDE3ED;
  --line-2: #B9C3D6;
  --focus: #0890D8;        
  --on-dark: #FFFFFF;
  --on-dark-muted: #C9CFEE; 
  --on-dark-line: rgb(255 255 255 / .16);
  --font: "Lato", "Lato Fallback", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --fs-xs: .8125rem;
  --fs-sm: .875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-h3: clamp(1.125rem, 1rem + .45vw, 1.375rem);
  --fs-h2: clamp(1.5rem, 1.15rem + 1.35vw, 2.25rem);
  --fs-h1: clamp(1.875rem, 1.35rem + 2vw, 2.75rem);
  --fs-hero: clamp(2.125rem, 1rem + 2.7vw, 3.375rem);
  --lh: 1.6;
  --lh-snug: 1.3;
  --lh-tight: 1.12;
  --section: clamp(3rem, 2rem + 3.5vw, 5rem);
  --gutter: clamp(1rem, .4rem + 2.4vw, 2rem);
  --container: 80rem;
  --hdr-h: 7rem;           
  --r-sm: 8px;
  --r: 12px;
  --r-lg: 18px;
  --r-pill: 999px;
  --sh-1: 0 1px 2px rgb(16 20 63 / .06), 0 1px 3px rgb(16 20 63 / .05);
  --sh-2: 0 14px 30px -14px rgb(16 20 63 / .28);
  --sh-3: 0 28px 60px -22px rgb(16 20 63 / .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --tap: 2.75rem;          
}
@font-face {
  font-family: "Lato"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/vendor/onepack.com/wp-content/astra-local-fonts/lato/S6uyw4BMUTPHjx4wXg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/vendor/onepack.com/wp-content/astra-local-fonts/lato/S6uyw4BMUTPHjxAwXjeu.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lato"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/vendor/onepack.com/wp-content/astra-local-fonts/lato/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/vendor/onepack.com/wp-content/astra-local-fonts/lato/S6u9w4BMUTPHh6UVSwaPGR_p.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lato Fallback"; src: local("Arial");
  size-adjust: 97.5%; ascent-override: 101%; descent-override: 22%; line-gap-override: 0%;
}
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%; text-size-adjust: 100%;
  scroll-padding-top: var(--hdr-h);
  scroll-behavior: smooth;
}
html:has(.qbar) { scroll-padding-bottom: 5.5rem; }
body {
  margin: 0;
  font: 400 var(--fs-base)/var(--lh) var(--font);
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
[hidden] { display: none !important; }
h1, h2, h3 {
  margin: 0 0 .5em;
  color: var(--ink);
  font-weight: 700;
  line-height: var(--lh-tight);
  letter-spacing: -.015em;
  text-wrap: balance;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3, .h3 { font-size: var(--fs-h3); line-height: var(--lh-snug); }
p { margin: 0 0 1em; }
a { color: var(--royal); text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--royal-700); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
button { font: inherit; }
address { font-style: normal; }
table { border-collapse: collapse; width: 100%; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; z-index: 100; left: 1rem; top: -10rem;
  padding: .75rem 1rem; border-radius: var(--r-sm);
  background: var(--ink); color: #fff; font-weight: 700; text-decoration: none;
}
.skip:focus { top: .75rem; color: #fff; }
.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.i {
  width: 1.25rem; height: 1.25rem; flex: none;
  fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.i--fill { fill: currentColor; stroke: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
.kicker {
  display: block; margin: 0 0 .75rem;
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--royal);
}
.on-dark .kicker { color: var(--mint); }
.muted { color: var(--muted); }
.link-arrow {
  display: inline-flex; align-items: center; gap: .375rem; min-height: var(--tap);
  font-weight: 700; text-decoration: none;
}
.link-arrow:hover { text-decoration: underline; }
.link-arrow .i { width: 1.125rem; height: 1.125rem; transition: transform .15s var(--ease); }
.link-arrow:hover .i { transform: translateX(3px); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: var(--tap); padding: .625rem 1.125rem;
  border: 1.5px solid transparent; border-radius: var(--r-sm);
  font: 700 var(--fs-base)/1.2 var(--font); text-decoration: none; white-space: nowrap;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s, box-shadow .15s;
}
.btn .i { width: 1.125rem; height: 1.125rem; }
.btn--quote { background: var(--quote); color: #fff; box-shadow: 0 1px 0 rgb(0 0 0 / .08); }
.btn--quote:hover { background: var(--quote-700); color: #fff; }
.btn--call { background: #fff; color: var(--royal); border-color: var(--line-2); }
.btn--call:hover { border-color: var(--royal); color: var(--royal-700); background: var(--bg-2); }
.btn--ghost { background: transparent; color: #fff; border-color: rgb(255 255 255 / .5); }
.btn--ghost:hover { background: rgb(255 255 255 / .1); border-color: #fff; color: #fff; }
.on-dark .btn--quote { background: var(--mint); color: var(--deep); }
.on-dark .btn--quote:hover { background: #8FE3BC; color: var(--deep); }
.btn--lg { min-height: 3.25rem; padding: .8rem 1.5rem; font-size: var(--fs-md); }
.btn--sm { padding: .5rem .875rem; font-size: var(--fs-sm); }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.tag {
  display: inline-flex; align-items: center; gap: .375rem; margin: 0;
  padding: .25rem .625rem; border-radius: var(--r-pill);
  background: var(--mint-50); border: 1px solid var(--mint-200); color: var(--ink);
  font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; line-height: 1.3;
}
.tag .i { width: .875rem; height: .875rem; color: var(--quote); }
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: transform .25s var(--ease);
}
.hdr--up { transform: translateY(-100%); }
.hdr__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand actions" "search search";
  align-items: center; gap: .5rem .5rem;
  padding-block: .5rem .625rem;
}
.brand { grid-area: brand; display: block; border-radius: 4px; }
.brand img { height: 2.375rem; width: auto; }
.search { grid-area: search; display: flex; min-width: 0; }
.search__input {
  flex: 1; min-width: 0; height: var(--tap); padding: 0 1rem;
  border: 1.5px solid var(--line-2); border-right: 0; border-radius: var(--r-sm) 0 0 var(--r-sm);
  background: var(--bg-2); color: var(--ink);
  font: 400 1rem var(--font); 
}
.search__input::placeholder { color: var(--muted); opacity: 1; }
.search__input:focus { background: #fff; border-color: var(--royal); outline: none; box-shadow: 0 0 0 3px rgb(8 144 216 / .35); }
.search__btn {
  display: grid; place-items: center; width: 3rem; height: var(--tap);
  border: 0; border-radius: 0 var(--r-sm) var(--r-sm) 0;
  background: var(--royal); color: #fff; cursor: pointer;
}
.search__btn:hover { background: var(--royal-700); }
.hdr__actions { grid-area: actions; display: flex; align-items: center; justify-content: flex-end; gap: .375rem; }
.hdr__phone {
  display: inline-grid; place-items: center; width: var(--tap); height: var(--tap);
  border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  color: var(--royal); text-decoration: none;
}
.hdr__phone:hover { border-color: var(--royal); }
.hdr__phone-ico { display: grid; place-items: center; }
.hdr__phone-txt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hdr__quote { padding-inline: .75rem; font-size: var(--fs-sm); }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .375rem;
  min-width: var(--tap); height: var(--tap); padding: 0 .625rem;
  border: 1.5px solid var(--ink); border-radius: var(--r-sm);
  background: #fff; color: var(--ink); font-weight: 700; cursor: pointer;
}
.menu-btn__txt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 23.2em) { .hdr__quote { display: none; } }
@media (min-width: 40em) {
  .hdr__bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "brand search actions";
    gap: 1rem; padding-block: .75rem;
  }
  .brand img { height: 2.5rem; }
  .search__input, .search__btn { height: 3rem; }
  .menu-btn__txt { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  .hdr__quote { font-size: var(--fs-base); padding-inline: 1.125rem; }
}
@media (min-width: 64em) {
  :root { --hdr-h: 8.5rem; }
  .hdr { transform: none; }
  .hdr__bar { gap: 1.5rem; padding-block: .875rem; }
  .brand img { height: 3rem; }
  .search { max-width: 42rem; }
  .hdr__actions { gap: 1.25rem; }
  .menu-btn { display: none; }
  .hdr__phone {
    display: flex; align-items: center; gap: .625rem; width: auto; height: auto;
    border: 0; color: var(--ink);
  }
  .hdr__phone-ico {
    width: 2.5rem; height: 2.5rem; border-radius: 50%;
    background: var(--mint-50); color: var(--quote);
  }
  .hdr__phone-txt { position: static; width: auto; height: auto; overflow: visible; clip: auto; line-height: 1.2; }
  .hdr__phone-txt small { display: block; font-size: var(--fs-xs); color: var(--muted); }
  .hdr__phone-txt strong { font-size: var(--fs-md); color: var(--ink); letter-spacing: .01em; }
  .hdr__phone:hover strong { color: var(--royal); }
}
.nav__list { list-style: none; margin: 0; padding: 0; }
.nav__top, .nav__contact { display: none; }
.nav__products {
  display: inline-flex; align-items: center; gap: .5rem;
  height: 2.625rem; padding: 0 1rem;
  border: 0; border-radius: var(--r-sm);
  background: var(--navy); color: #fff; font-weight: 700; font-size: .9375rem; cursor: pointer;
}
.nav__products:hover, .nav__products[aria-expanded="true"] { background: var(--royal); }
.nav__chev { width: 1rem; height: 1rem; transition: transform .2s var(--ease); }
[aria-expanded="true"] > .nav__chev { transform: rotate(180deg); }
.nav__link {
  display: inline-flex; align-items: center; height: 2.625rem; padding: 0 .625rem;
  border-radius: var(--r-sm);
  color: var(--ink); font-weight: 700; font-size: .9375rem; text-decoration: none;
}
.nav__link:hover { background: var(--bg-2); color: var(--navy); text-decoration: underline; text-underline-offset: .35em; }
.mega { display: none; }
[aria-expanded="true"] + .mega { display: block; }
.mega__head {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .25rem 1rem;
}
.mega__title { margin: 0; font-size: var(--fs-lg); font-weight: 700; color: var(--ink); }
.mega__title span { display: block; font-size: var(--fs-sm); font-weight: 400; color: var(--muted); }
.mega__h {
  display: flex; align-items: center; gap: .5rem; margin: 0 0 .375rem;
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--muted);
}
.mega__h::before { content: ""; width: 1rem; height: 3px; border-radius: 2px; background: var(--teal); }
.mega__list { list-style: none; margin: 0; padding: 0; }
.mega__link {
  display: flex; align-items: center; gap: .75rem;
  min-height: var(--tap); padding: .25rem .5rem; margin-inline: -.5rem;
  border-radius: var(--r-sm);
  color: var(--ink); font-weight: 700; font-size: .9375rem; line-height: 1.25; text-decoration: none;
}
.mega__link:hover { background: var(--bg-2); color: var(--navy); }
.mega__link:hover .mega__name { text-decoration: underline; text-underline-offset: .2em; }
.mega__thumb {
  width: 2.25rem; height: 2.25rem; flex: none; object-fit: contain;
  border-radius: 6px; background: #fff; box-shadow: 0 0 0 1px var(--line);
}
.mega__thumb--ph { display: grid; place-items: center; background: var(--bg-2); color: var(--muted); }
.mega__thumb--ph .i { width: 1.125rem; height: 1.125rem; }
.mega__count {
  margin-left: auto; padding-left: .5rem;
  font-size: var(--fs-xs); font-weight: 400; color: var(--muted); font-variant-numeric: tabular-nums;
}
.mega__help {
  margin-top: 1.25rem; padding: 1.25rem;
  border-radius: var(--r); background: var(--mint-50); border: 1px solid var(--mint-200);
}
.mega__help-h { margin: 0 0 .375rem; font-weight: 700; color: var(--ink); font-size: var(--fs-md); }
.mega__help p { font-size: var(--fs-sm); }
.mega__help .btn-row { gap: .5rem; }
@media (min-width: 64em) {
  .nav { position: relative; border-top: 1px solid var(--line); }
  .nav__list { display: flex; align-items: center; gap: .125rem; min-height: 3.375rem; }
  .nav__item--mega { margin-right: .625rem; }
  .nav__page--first { margin-left: auto; }
  .nav__quick:nth-child(n+8) { display: none; }
  .mega {
    position: absolute; left: 0; right: 0; top: 100%;
    max-height: calc(100vh - var(--hdr-h) - 1rem); overflow-y: auto; overscroll-behavior: contain;
    background: #fff; border-top: 1px solid var(--line);
    box-shadow: 0 30px 50px -30px rgb(16 20 63 / .45);
  }
  [aria-expanded="true"] + .mega { animation: mega-in .18s var(--ease); }
  .mega__inner { padding-block: 1.5rem 2rem; }
  .mega__head { margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
  .mega__title span { display: inline; margin-left: .5rem; }
  .mega__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 3rem; }
}
@media (min-width: 80em) { .nav__quick:nth-child(n+8) { display: list-item; } }
@keyframes mega-in { from { opacity: 0; transform: translateY(-6px); } }
@media (max-width: 63.99em) {
  .nav__quick { display: none; }
  .js .nav {
    position: fixed; z-index: 2; top: 0; right: 0; bottom: 0;
    width: min(90%, 24rem);
    display: flex; flex-direction: column;
    background: #fff; box-shadow: var(--sh-3);
    overflow-y: auto; overscroll-behavior: contain;
    transform: translateX(100%); visibility: hidden;
    transition: transform .28s var(--ease), visibility 0s linear .28s;
  }
  .drawer-open .nav { transform: none; visibility: visible; transition: transform .28s var(--ease); }
  .drawer-open .hdr::before {
    content: ""; position: fixed; inset: 0; z-index: 1;
    background: rgb(8 9 74 / .55);
  }
  .drawer-open { overflow: hidden; }
  .nav__top {
    position: sticky; top: 0; z-index: 1;
    display: flex; align-items: center; justify-content: space-between;
    padding: .5rem .5rem .5rem 1rem; border-bottom: 1px solid var(--line); background: #fff;
  }
  .nav__title { margin: 0; font-weight: 700; color: var(--ink); font-size: var(--fs-md); }
  .nav__close {
    display: grid; place-items: center; width: var(--tap); height: var(--tap);
    border: 0; border-radius: var(--r-sm); background: var(--bg-2); color: var(--ink); cursor: pointer;
  }
  .nav__wrap { padding: .75rem 1rem 1rem; }
  .nav__products { width: 100%; height: 3.25rem; font-size: var(--fs-md); }
  .nav__chev { margin-left: auto; }
  .mega__inner { padding: .25rem 0 .5rem; }
  .mega__head { padding: .25rem 0; }
  .mega__title { display: none; }
  .mega__group { padding-top: 1rem; }
  .mega__help { display: none; }
  .mega__link { margin-inline: 0; padding-inline: .25rem; }
  .nav__page { border-bottom: 1px solid var(--line); }
  .nav__item--mega + .nav__page, .nav__page--first { margin-top: .75rem; border-top: 1px solid var(--line); }
  .nav__link { display: flex; height: auto; min-height: 3.25rem; padding: 0 .25rem; font-size: var(--fs-md); }
  .nav__contact {
    display: grid; gap: .5rem; margin-top: auto;
    padding: 1rem; border-top: 1px solid var(--line); background: var(--bg-2);
  }
  .nav__contact p { margin: .25rem 0 0; font-size: var(--fs-sm); text-align: center; }
}
@media (max-width: 63.99em) {
  html:not(.js) .menu-btn, html:not(.js) .nav__top { display: none; }
  html:not(.js) .mega { display: block; }
}
@media (min-width: 64em) {
  html:not(.js) .nav__item--mega:hover .mega,
  html:not(.js) .nav__item--mega:focus-within .mega { display: block; }
}
.section { padding-block: var(--section); }
.section--sm { padding-block: clamp(2rem, 1.5rem + 2vw, 3rem); }
.section--tint { background: var(--bg-2); }
.section--flush-top { padding-top: 0; }
.section__head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: .5rem 2rem; margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
}
.section__head h2 { margin-bottom: 0; }
.section__sub { margin: .75rem 0 0; max-width: 42rem; color: var(--muted); }
.bubbles { position: relative; isolation: isolate; }
.bubbles::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    radial-gradient(circle at 36% 36%, rgb(255 255 255 / .3) 0 1.5px, transparent 2.5px),
    radial-gradient(circle, rgb(255 255 255 / .05) 0 9px, rgb(255 255 255 / .11) 9.5px 10.5px, transparent 11px),
    radial-gradient(circle at 36% 36%, rgb(255 255 255 / .3) 0 1.5px, transparent 2.5px),
    radial-gradient(circle, rgb(255 255 255 / .05) 0 9px, rgb(255 255 255 / .11) 9.5px 10.5px, transparent 11px);
  background-size: 32px 28px;
  background-position: 0 0, 0 0, 16px 14px, 16px 14px;
  -webkit-mask-image: radial-gradient(ellipse 120% 30% at 100% 100%, #000 5%, transparent 70%);
  mask-image: radial-gradient(ellipse 120% 30% at 100% 100%, #000 5%, transparent 70%);
}
@media (min-width: 64em) {
  .bubbles::before {
    -webkit-mask-image: radial-gradient(ellipse 70% 90% at 100% 0%, #000 10%, transparent 75%);
    mask-image: radial-gradient(ellipse 70% 90% at 100% 0%, #000 10%, transparent 75%);
  }
}
.hero {
  color: var(--on-dark);
  background:
    radial-gradient(60rem 36rem at 95% -10%, rgb(16 88 200 / .55), transparent 65%),
    linear-gradient(165deg, var(--deep-2) 0%, var(--deep) 58%);
  overflow: hidden;
}
.hero__grid { display: grid; gap: 2.5rem; padding-block: 2.25rem 2.75rem; }
.hero h1 {
  margin-bottom: 1.25rem;
  font-size: var(--fs-hero); line-height: 1.06; letter-spacing: -.025em; color: #fff;
}
.hero h1 .hl { color: var(--mint); }
.hero__lead { max-width: 36rem; font-size: var(--fs-md); line-height: 1.55; color: var(--on-dark-muted); }
.hero__ctas { display: grid; gap: .75rem; margin: 1.75rem 0 1.25rem; }
.hero__call {
  display: flex; flex-wrap: wrap; align-items: center; gap: .25rem .5rem; margin: 0;
  color: var(--on-dark-muted); font-size: var(--fs-sm);
}
.hero__call .i { width: 1rem; height: 1rem; color: var(--mint); }
.hero__call a { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgb(255 255 255 / .35); }
.hero__call a:hover { border-color: #fff; }
.hero__media { position: relative; }
.hero__frame {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  border-radius: var(--r-lg); background: #1B1F5C;
  box-shadow: 0 30px 60px -24px rgb(0 0 0 / .6), 0 0 0 1px rgb(255 255 255 / .14);
}
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__pause {
  position: absolute; top: .75rem; right: .75rem;
  display: grid; place-items: center; width: var(--tap); height: var(--tap);
  border: 1px solid rgb(255 255 255 / .35); border-radius: 50%;
  background: rgb(8 9 74 / .72); color: #fff; cursor: pointer;
}
.hero__pause:hover { background: var(--deep); }
.hero__pause .i-play, .hero__pause.is-paused .i-pause { display: none; }
.hero__pause.is-paused .i-play { display: block; }
.hero__label {
  position: relative; margin: -2.25rem .875rem 0; max-width: 23rem;
  background: #fff; color: var(--ink);
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 22px 40px -18px rgb(0 0 0 / .55);
}
.hero__label-top {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0;
  padding: .375rem .875rem;
  background: var(--navy); color: #fff;
  font-size: .6875rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.hero__label-top .i { width: 1rem; height: 1rem; }
.hero__label-body { padding: .875rem 1rem 1rem; border-left: 6px solid var(--mint); }
.hero__label-1 { margin: 0 0 .25rem; font-size: 1.125rem; font-weight: 700; line-height: 1.25; }
.hero__label-2 { margin: 0; font-weight: 700; color: var(--quote); }
.facts {
  list-style: none; margin: 0; padding: 1.5rem 0 1.75rem;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 1rem;
  border-top: 1px solid var(--on-dark-line);
}
.fact { display: flex; flex-direction: column; gap: .625rem; }
.fact__ico {
  display: grid; place-items: center; width: 2.5rem; height: 2.5rem; flex: none;
  border-radius: 50%; background: rgb(112 216 168 / .14); color: var(--mint);
}
.fact strong { display: block; color: #fff; line-height: 1.3; }
.fact span { display: block; color: var(--on-dark-muted); font-size: var(--fs-sm); line-height: 1.45; }
@media (min-width: 40em) {
  .hero__ctas { display: flex; flex-wrap: wrap; }
  .hero__label { margin-inline: 1.5rem; }
}
@media (min-width: 64em) {
  .hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center; gap: 3rem;
    padding-block: 3.5rem 4.25rem;
  }
  .hero__label { position: absolute; left: -2rem; bottom: -2.25rem; margin: 0; max-width: 19rem; }
  .facts { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding-block: 1.75rem 2rem; }
  .fact { flex-direction: row; gap: .875rem; padding-inline: 1.5rem; }
  .fact:first-child { padding-left: 0; }
  .fact + .fact { border-left: 1px solid var(--on-dark-line); }
}
@media (min-width: 80em) {
  .hero__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 4rem; }
  .hero__label { max-width: 23rem; }
}
.group {
  display: grid; gap: 1rem;
  padding-block: 1.75rem; border-top: 1px solid var(--line);
}
.group:first-of-type { border-top: 0; padding-top: 0; }
.group__head h3 { margin-bottom: .375rem; }
.group__head p { margin: 0; font-size: var(--fs-sm); color: var(--muted); }
.group__n { margin-top: .5rem !important; font-weight: 700; color: var(--ink) !important; }
.tiles {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem;
}
.tile {
  position: relative; display: flex; flex-direction: column; height: 100%;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  color: var(--ink); text-decoration: none;
  transition: border-color .15s, box-shadow .15s, transform .15s var(--ease);
}
.tile:hover { border-color: var(--royal); box-shadow: var(--sh-2); transform: translateY(-2px); color: var(--ink); }
.tile:hover .tile__name { color: var(--royal); text-decoration: underline; text-underline-offset: .2em; }
.frame { position: relative; aspect-ratio: var(--ratio, 1); --pad: 0px; }
.frame > * {
  position: absolute; top: var(--pad); left: var(--pad);
  width: calc(100% - var(--pad) * 2); height: calc(100% - var(--pad) * 2);
  object-fit: contain;
}
.tile__img { --ratio: 1; --pad: .5rem; }
.tile__ph {
  display: grid; place-items: center;
  border-radius: var(--r-sm); background: var(--bg-2); color: var(--line-2);
}
.tile__ph .i { width: 40%; height: 40%; stroke-width: 1.25; }
.tile__body { display: flex; flex-direction: column; gap: .125rem; padding: 0 .5rem .625rem; }
.tile__name { font-weight: 700; font-size: .8125rem; line-height: 1.25; hyphens: auto; }
.tile__count { font-size: .75rem; color: var(--muted); }
.tiles--sub { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tiles--sub .tile__img { --pad: .375rem; }
.tiles--sub .tile__body { padding: 0 .375rem .5rem; }
.tiles--sub .tile__name { font-size: .75rem; }
@media (min-width: 40em) {
  .tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
  .tile__img { --ratio: 4 / 3; --pad: .75rem; }
  .tile__body { padding: 0 .875rem .875rem; }
  .tile__name { font-size: var(--fs-sm); }
  .tile__count { font-size: var(--fs-xs); }
  .tiles--sub .tile__name { font-size: var(--fs-sm); }
}
@media (min-width: 64em) {
  .group { grid-template-columns: 15rem minmax(0, 1fr); gap: 3rem; padding-block: 2.25rem; }
  .group__head { padding-top: .25rem; }
  .tiles { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
  .tile__name { font-size: .9375rem; }
  .tiles--sub { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: .875rem; }
  .tiles--sub .tile__img { --ratio: 1; --pad: .625rem; }
  .tiles--sub .tile__body { padding: 0 .75rem .75rem; }
}
.split { display: grid; gap: 3rem; }
.steps { list-style: none; margin: 1.5rem 0 1.75rem; padding: 0; display: grid; gap: 1.25rem; counter-reset: step; }
.steps li { position: relative; display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; counter-increment: step; }
.steps li::before {
  content: counter(step);
  display: grid; place-items: center; width: 2.5rem; height: 2.5rem;
  border-radius: 50%; background: var(--navy); color: #fff; font-weight: 700;
}
.steps li:not(:last-child)::after {
  content: ""; position: absolute; left: 1.25rem; top: 2.75rem; bottom: -1.125rem;
  border-left: 2px dashed var(--line-2);
}
.steps h3 { margin: .45rem 0 .25rem; font-size: var(--fs-md); }
.steps p { margin: 0; }
.shiplabel {
  margin: 1.75rem 0 1rem; max-width: 30rem;
  background: #fff; border: 2px solid var(--ink); border-radius: 10px; overflow: hidden;
  box-shadow: 6px 6px 0 var(--bg-3);
}
.shiplabel__row { display: grid; grid-template-columns: 6.75rem minmax(0, 1fr); border-bottom: 1.5px solid var(--ink); }
.shiplabel__row:last-of-type { border-bottom: 0; }
.shiplabel__k {
  padding: .75rem; border-right: 1.5px solid var(--ink);
  font-size: .6875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink);
}
.shiplabel__v { padding: .625rem .875rem; color: var(--ink); line-height: 1.45; }
.shiplabel__v a { font-weight: 700; }
.shiplabel__bar {
  height: 2.25rem; margin: 0 .875rem .75rem;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 6px, transparent 6px 9px, var(--ink) 9px 12px, transparent 12px 14px);
  opacity: .85;
}
@media (min-width: 64em) {
  .split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5rem; }
}
.posts { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.post {
  position: relative; display: flex; flex-direction: column; gap: .75rem; height: 100%;
  padding: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  transition: border-color .15s, box-shadow .15s;
}
.post:hover { border-color: var(--royal); box-shadow: var(--sh-2); }
.post time { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.post h3 { margin: 0; font-size: var(--fs-md); line-height: 1.35; }
.post h3 a { color: var(--ink); text-decoration: none; }
.post h3 a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.post:hover h3 a { color: var(--royal); text-decoration: underline; }
.post:has(a:focus-visible) { outline: 3px solid var(--focus); outline-offset: 2px; }
.post h3 a:focus-visible { outline: none; }
.post__more { display: inline-flex; align-items: center; gap: .375rem; margin-top: auto; font-weight: 700; color: var(--royal); font-size: var(--fs-sm); }
.post__more .i { width: 1rem; height: 1rem; }
@media (min-width: 64em) { .posts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } }
.page-head { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.crumbs { padding-top: .25rem; }
.crumbs ol { display: flex; flex-wrap: wrap; align-items: center; list-style: none; margin: 0; padding: 0; font-size: var(--fs-sm); }
.crumbs li { display: flex; align-items: center; min-width: 0; }
.crumbs li + li::before {
  content: ""; width: .4rem; height: .4rem; margin: 0 .75rem 0 .5rem;
  border-top: 1.5px solid var(--line-2); border-right: 1.5px solid var(--line-2); transform: rotate(45deg);
}
.crumbs a { display: inline-flex; align-items: center; min-height: var(--tap); color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--royal); text-decoration: underline; }
.crumbs [aria-current] { color: var(--ink); font-weight: 700; padding-block: .75rem; }
@media (max-width: 39.99em) {
  .crumbs li { display: none; }
  .crumbs li:nth-last-child(2) { display: flex; }
  .crumbs li:nth-last-child(2)::before {
    content: ""; width: .45rem; height: .45rem; margin: 0 .5rem 0 .25rem;
    border-top: 2px solid var(--royal); border-left: 2px solid var(--royal); border-right: 0; transform: rotate(-45deg);
  }
  .crumbs li:nth-last-child(2) a { color: var(--royal); font-weight: 700; }
}
.cat-hero { display: grid; gap: 1.5rem; padding-block: .5rem 2.5rem; }
.cat-hero h1 { margin-bottom: .75rem; }
.cat-hero__meta { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0 0 1.25rem; padding: 0; }
.cat-hero__meta li {
  padding: .25rem .75rem; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line);
  font-size: var(--fs-sm); font-weight: 700; color: var(--ink);
}
.cat-hero__intro { max-width: 70ch; margin: 0; font-size: 1.0625rem; }
.qcard {
  align-self: start;
  padding: 1.25rem; background: #fff; border: 1.5px solid var(--ink); border-radius: var(--r);
  box-shadow: 6px 6px 0 var(--bg-3);
}
.qcard__h { margin: .875rem 0 .5rem; font-size: var(--fs-lg); }
.qcard p { font-size: var(--fs-sm); }
.qcard__btns { display: grid; gap: .5rem; }
.qcard__tf { margin: .875rem 0 0; color: var(--muted); text-align: center; }
@media (min-width: 64em) {
  .cat-hero { grid-template-columns: minmax(0, 1fr) 22rem; gap: 4rem; padding-bottom: 3rem; }
}
.list-head {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between;
  gap: .25rem 1rem; margin-bottom: 1.25rem;
}
.list-head h2 { margin: 0; }
.list-head p { margin: 0; font-size: var(--fs-sm); }
.cards { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.pcard {
  position: relative; height: 100%;
  display: grid; grid-template-columns: 5.75rem minmax(0, 1fr);
  grid-template-areas: "media body" "act act";
  gap: .75rem 1rem; padding: .875rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  transition: border-color .15s, box-shadow .15s;
}
.pcard:hover { border-color: var(--line-2); box-shadow: var(--sh-2); }
.pcard:has(.pcard__title a:focus-visible) { outline: 3px solid var(--focus); outline-offset: 2px; }
.pcard__title a:focus-visible { outline: none; }
.pcard__media { grid-area: media; align-self: start; --ratio: 1; }
.pcard__ph {
  display: grid; place-items: center; align-content: center; gap: .25rem;
  border-radius: var(--r-sm); background: var(--bg-2); color: var(--muted);
  font-size: .6875rem; text-align: center; line-height: 1.2;
}
.pcard__ph .i { width: 1.75rem; height: 1.75rem; stroke-width: 1.5; color: var(--line-2); }
.pcard__body { grid-area: body; display: flex; flex-direction: column; align-items: flex-start; gap: .375rem; min-width: 0; }
.pcard__title { margin: 0; font-size: var(--fs-base); line-height: 1.3; letter-spacing: 0; }
.pcard__title a { color: var(--ink); text-decoration: none; }
.pcard__title a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.pcard:hover .pcard__title a { color: var(--royal); text-decoration: underline; }
.pcard__meta { display: flex; flex-wrap: wrap; gap: .125rem .75rem; margin: 0; font-size: var(--fs-xs); color: var(--muted); }
.pcard__meta b { color: var(--ink); letter-spacing: .02em; }
.pcard__body .tag { margin-top: .125rem; }
.pcard__act {
  grid-area: act; position: relative; z-index: 1;
  display: flex; gap: .5rem; padding-top: .75rem;
  border-top: 1.5px dashed var(--line);
}
.pcard__act .btn--quote { flex: 1; }
.pcard__act .btn { padding-inline: .75rem; font-size: var(--fs-sm); }
@media (min-width: 40em) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .pcard {
    grid-template-columns: minmax(0, 1fr); grid-template-rows: auto 1fr auto;
    grid-template-areas: "media" "body" "act"; padding: 1rem;
  }
  .pcard__media { --ratio: 5 / 4; --pad: .25rem; margin-bottom: .25rem; }
}
@media (min-width: 64em) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; } }
@media (min-width: 80em) { .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.pager { margin-top: 2.5rem; }
.pager ol { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .375rem; list-style: none; margin: 0; padding: 0; }
.pager a, .pager span {
  display: inline-flex; align-items: center; justify-content: center; gap: .375rem;
  min-width: var(--tap); height: var(--tap); padding: 0 .75rem;
  border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff;
  color: var(--ink); font-weight: 700; text-decoration: none; font-variant-numeric: tabular-nums;
}
.pager a:hover { border-color: var(--royal); color: var(--royal); }
.pager [aria-current] { background: var(--navy); border-color: var(--navy); color: #fff; }
.pager .pager__gap { border: 0; background: none; min-width: 1.5rem; padding: 0; color: var(--muted); }
.pager .is-disabled { color: #9A9AA3; background: var(--bg-2); }
.pager .i { width: 1rem; height: 1rem; }
.pager__note { margin: .75rem 0 0; text-align: center; font-size: var(--fs-sm); color: var(--muted); }
@media (max-width: 39.99em) {
  .pager__txt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .pager a, .pager span { padding: 0 .5rem; }
}
.faq { display: grid; gap: 1.5rem; }
.faq__intro p { color: var(--muted); }
.faq__list { border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 3.5rem; padding: 1rem 0;
  font-weight: 700; font-size: var(--fs-md); line-height: 1.35; color: var(--ink);
  cursor: pointer; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--royal); }
.faq summary .i {
  width: 2rem; height: 2rem; padding: .375rem; border-radius: 50%;
  background: #fff; border: 1px solid var(--line); color: var(--royal);
  transition: transform .2s var(--ease);
}
.faq details[open] summary .i { transform: rotate(180deg); }
.faq details p { max-width: 65ch; margin: 0 0 1.25rem; }
@media (min-width: 64em) { .faq { grid-template-columns: 20rem minmax(0, 1fr); gap: 5rem; } }
.pdp { display: grid; gap: 1.5rem; padding-block: .25rem 3rem; }
.pdp__media {
  margin: 0; --ratio: 1; --pad: clamp(1rem, 4vw, 2.5rem);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
}
.pdp__info h1 { margin-bottom: 1rem; font-size: clamp(1.625rem, 1.2rem + 1.6vw, 2.375rem); }
.pdp__cat { display: inline-flex; align-items: center; min-height: var(--tap); margin: -.5rem 0 .25rem; text-decoration: none; }
.pdp__cat:hover { text-decoration: underline; }
.pdp__ids { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; margin-bottom: 1.25rem; font-size: var(--fs-sm); }
.chip-sku {
  display: inline-flex; align-items: stretch; overflow: hidden;
  border: 1.5px solid var(--ink); border-radius: 5px; font-size: var(--fs-sm);
}
.chip-sku span {
  display: grid; place-items: center; padding: .125rem .5rem;
  background: var(--ink); color: #fff; font-size: .6875rem; font-weight: 700; letter-spacing: .12em;
}
.chip-sku b { padding: .25rem .625rem; color: var(--ink); letter-spacing: .03em; }
.pack {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 1rem;
  border: 1px solid var(--mint-200); border-radius: var(--r); background: var(--mint-50); overflow: hidden;
}
.pack > div { padding: .75rem .875rem; }
.pack > div + div { border-left: 1px solid var(--mint-200); }
.pack dt { font-size: .6875rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.pack dd { margin: .125rem 0 0; font-weight: 700; color: var(--ink); font-size: var(--fs-md); line-height: 1.25; }
.pdp__sizes {
  display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: 0 0 1.5rem;
  font-size: var(--fs-sm); color: var(--muted);
}
.size-chip {
  display: inline-flex; align-items: center; gap: .5rem; min-height: var(--tap); padding: 0 .875rem;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  color: var(--ink); font-weight: 700; text-decoration: none;
}
.size-chip small { font-weight: 400; color: var(--muted); font-size: var(--fs-xs); }
.size-chip:hover { border-color: var(--royal); color: var(--royal); }
.size-chip[aria-current] { border: 2px solid var(--ink); background: var(--bg-2); }
.quote { border: 1.5px solid var(--ink); border-radius: var(--r); background: #fff; box-shadow: 6px 6px 0 var(--bg-3); }
.quote__top {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem;
  padding: 1rem 1.25rem; border-bottom: 1.5px dashed var(--line-2);
  background: var(--bg-2); border-radius: var(--r) var(--r) 0 0;
}
.quote__top::before, .quote__top::after {
  content: ""; position: absolute; bottom: -.6rem; width: 1.1rem; height: 1.1rem;
  border-radius: 50%; background: var(--bg); border: 1.5px solid var(--ink);
}
.quote__top::before { left: -.6rem; clip-path: inset(0 0 0 50%); }
.quote__top::after { right: -.6rem; clip-path: inset(0 50% 0 0); }
.quote__status { display: flex; align-items: center; gap: .5rem; margin: 0; font-size: var(--fs-lg); letter-spacing: 0; }
.quote__status .i { color: var(--quote); }
.quote__sku { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .06em; color: var(--muted); }
.quote__body { padding: 1.25rem; }
.quote__body > p { margin-bottom: 1rem; }
.checks { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: .5rem; font-size: var(--fs-sm); }
.checks li { display: flex; align-items: flex-start; gap: .5rem; }
.checks .i { width: 1.125rem; height: 1.125rem; margin-top: .1rem; color: var(--quote); }
.checks b { color: var(--ink); }
.quote__btns { display: grid; gap: .5rem; }
.quote__alt { margin: .875rem 0 0; font-size: var(--fs-sm); color: var(--muted); text-align: center; }
@media (min-width: 40em) { .quote__btns { grid-template-columns: 1.3fr 1fr; } }
.details { display: grid; gap: 2.5rem; }
.details h2 { font-size: var(--fs-h3); margin-bottom: 1rem; }
.specs { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.specs th, .specs td { padding: .8rem 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 0; }
.specs th { width: 40%; background: var(--bg-2); color: var(--ink); font-weight: 700; }
.specs .is-key th, .specs .is-key td { background: var(--mint-50); }
.specs .is-key td { font-weight: 700; color: var(--ink); }
.specs td span { display: block; }
.desc { max-width: 65ch; }
@media (min-width: 64em) {
  .pdp { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 4rem; align-items: start; padding-bottom: 4rem; }
  .details { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 4rem; }
}
.qbar {
  position: fixed; z-index: 40; left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .5rem;
  padding: .625rem var(--gutter) calc(.625rem + env(safe-area-inset-bottom));
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -10px 24px -14px rgb(16 20 63 / .35);
}
.js .qbar { transform: translateY(110%); visibility: hidden; transition: transform .25s var(--ease), visibility 0s linear .25s; }
.js .qbar.is-on { transform: none; visibility: visible; transition: transform .25s var(--ease); }
body:has(.qbar) { padding-bottom: 4.5rem; }
@media (min-width: 64em) {
  .qbar { display: none; }
  body:has(.qbar) { padding-bottom: 0; }
}
.cta {
  color: #fff;
  background:
    radial-gradient(50rem 30rem at 100% 0%, rgb(16 88 200 / .5), transparent 65%),
    linear-gradient(160deg, var(--deep-2), var(--deep) 65%);
  padding-block: clamp(2.75rem, 2rem + 3vw, 4.5rem);
}
.cta__inner { display: grid; gap: 1.75rem; align-items: center; }
.cta h2 { color: #fff; margin-bottom: .625rem; }
.cta p { margin: 0; color: var(--on-dark-muted); max-width: 40rem; }
.cta__actions { display: grid; gap: .75rem; }
.cta__tf { font-size: var(--fs-sm); }
.cta__tf a { color: #fff; font-weight: 700; }
@media (min-width: 40em) { .cta__actions { display: flex; flex-wrap: wrap; } .cta__tf { flex-basis: 100%; } }
@media (min-width: 64em) {
  .cta__inner { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 4rem; }
  .cta__actions { justify-content: flex-end; }
  .cta__tf { text-align: right; }
}
.ftr { background: var(--bg-2); border-top: 1px solid var(--line); font-size: var(--fs-sm); }
.ftr__grid { display: grid; gap: 2.5rem; padding-block: 3rem 2rem; }
.ftr__brand img { width: 9.5rem; height: auto; margin-bottom: 1rem; }
.ftr__brand p { max-width: 22rem; }
.ftr__brand address { margin-bottom: 1rem; color: var(--ink); line-height: 1.5; }
.ftr__phones { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: .25rem; }
.ftr__phones li { display: flex; flex-wrap: wrap; align-items: center; gap: 0 .5rem; }
.ftr__phones span { color: var(--muted); min-width: 4.5rem; }
.ftr__phones a { display: inline-flex; align-items: center; min-height: var(--tap); font-weight: 700; color: var(--ink); text-decoration: none; }
.ftr__phones a:hover { color: var(--royal); text-decoration: underline; }
.ftr__h { margin: 0 0 .5rem; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--ink); }
.ftr__cats { display: grid; gap: 1.75rem; }
.ftr__cats .ftr__links { columns: 2; column-gap: 1.25rem; }
.ftr__cats li { break-inside: avoid; }
.ftr ul.ftr__links { list-style: none; margin: 0; padding: 0; }
.ftr__links a { display: flex; align-items: center; min-height: var(--tap); color: var(--text); text-decoration: none; line-height: 1.3; }
.ftr__links a:hover { color: var(--royal); text-decoration: underline; }
.ftr__base { border-top: 1px solid var(--line); padding-block: 1rem; font-size: var(--fs-xs); color: var(--muted); }
.ftr__base .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; }
.ftr__base p { margin: 0; display: flex; align-items: center; }
.ftr__base a { color: var(--muted); display: inline-flex; align-items: center; min-height: var(--tap); }
@media (min-width: 64em) {
  .ftr__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 3fr) minmax(0, .75fr); gap: 3rem; padding-block: 3.5rem 2.5rem; }
  .ftr__cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
  .ftr__cats .ftr__links { columns: auto; }
  .ftr__links a, .ftr__phones a { min-height: 2rem; }
  .ftr__base a { min-height: 0; }
}
