:root {
  --wz-blue: #2866ff;
  --wz-blue-dark: #164fdb;
  --wz-ink: #10131a;
  --wz-paper: #f7f7f4;
  --wz-white: #fff;
  --wz-muted: #686d78;
  --wz-line: #d9dce3;
  --wz-font-display: "Bricolage Grotesque", sans-serif;
  --wz-font-body: "Manrope", sans-serif;
}

html { scroll-behavior: smooth; }
body.wb-site { background: var(--wz-paper); color: var(--wz-ink); font-family: var(--wz-font-body); }
body.wb-site .wz-home *, body.wb-site .wz-home *::before, body.wb-site .wz-home *::after { box-sizing: border-box; }
body.wb-site .wz-home h1,
body.wb-site .wz-home h2,
body.wb-site .wz-home h3,
body.wb-site .wz-home p,
body.wb-site .wz-home figure,
body.wb-site .wz-home dl,
body.wb-site .wz-home ol { margin: 0; }
body.wb-site .wz-home h1,
body.wb-site .wz-home h2,
body.wb-site .wz-home h3 { color: inherit; font-family: var(--wz-font-display); letter-spacing: -.055em; }
body.wb-site .wz-home a { color: inherit; }

.wz-home { background: var(--wz-paper); overflow: hidden; }
.wz-wrap { margin: 0 auto; width: min(100% - 64px, 1440px); }
.wz-section { padding: clamp(7rem, 11vw, 11rem) 0; }
.wz-kicker,
.wz-section__head > span {
  display: block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Deliberately flat, square and typographic: the homepage has no card system. */
.wz-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: .76rem;
  font-weight: 800;
  gap: 2rem;
  justify-content: space-between;
  letter-spacing: .08em;
  min-width: 220px;
  padding: .95rem 0;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, padding .2s ease;
}
.wz-link:hover { color: var(--wz-blue); padding-left: .7rem; }
.wz-link--solid { background: var(--wz-blue); border: 1px solid var(--wz-blue); color: var(--wz-white) !important; padding: 1rem 1.15rem; }
.wz-link--solid:hover { background: var(--wz-blue-dark); padding-left: 1.35rem; }

.wz-hero { background: var(--wz-paper); padding-top: clamp(4rem, 7vw, 7.5rem); }
.wz-hero__topline {
  border-bottom: 1px solid var(--wz-ink);
  display: flex;
  font-size: .65rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .13em;
  padding-bottom: .8rem;
  text-transform: uppercase;
}
.wz-hero__headline { padding: clamp(2.3rem, 4vw, 4.5rem) 0 clamp(2rem, 4vw, 4rem); }
body.wb-site .wz-hero h1 {
  font-size: clamp(5.6rem, 11.2vw, 11.5rem) !important;
  font-weight: 600 !important;
  line-height: .79 !important;
  max-width: 1420px;
}
.wz-hero h1 em { color: var(--wz-blue); display: block; font-style: normal; margin-left: 8.5vw; }
.wz-hero__intro {
  align-items: end;
  border-top: 1px solid var(--wz-line);
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  padding: 1.7rem 0 clamp(3rem, 6vw, 6rem);
}
.wz-hero__intro > p { font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.58; max-width: 610px; }
.wz-links { align-items: end; display: flex; gap: 1.2rem; justify-content: flex-end; }
.wz-hero__image { height: min(65vw, 930px); min-height: 580px; overflow: hidden; position: relative; width: 100%; }
.wz-hero__image::after { background: linear-gradient(180deg, transparent 60%, rgba(7, 11, 18, .65)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.wz-hero__image > img { height: 100%; object-fit: cover; object-position: top center; width: 100%; }
.wz-hero__image figcaption {
  align-items: end;
  bottom: 0;
  color: var(--wz-white);
  display: grid;
  gap: .5rem 2rem;
  grid-template-columns: auto 1fr auto;
  left: max(32px, calc((100vw - 1440px) / 2));
  padding-bottom: 2rem;
  position: absolute;
  right: max(32px, calc((100vw - 1440px) / 2));
  z-index: 1;
}
.wz-hero__image figcaption span { font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wz-hero__image figcaption strong { font-family: var(--wz-font-display); font-size: clamp(1.8rem, 3vw, 3.4rem); letter-spacing: -.04em; }
.wz-hero__image figcaption a { border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 800; letter-spacing: .1em; padding-bottom: .4rem; text-transform: uppercase; }

.wz-ribbon { background: var(--wz-blue); color: var(--wz-white); overflow: hidden; }
.wz-ribbon > div {
  align-items: center;
  display: flex;
  gap: clamp(1.2rem, 3vw, 4rem);
  justify-content: center;
  min-width: max-content;
  padding: clamp(1.5rem, 3vw, 2.8rem) 2rem;
}
.wz-ribbon span { font-family: var(--wz-font-display); font-size: clamp(1.6rem, 3vw, 3.6rem); font-weight: 600; letter-spacing: -.05em; }
.wz-ribbon b { font-size: clamp(1.2rem, 2vw, 2.3rem); font-weight: 400; opacity: .62; }

.wz-section__head {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: minmax(100px, .45fr) minmax(0, 1.6fr) minmax(260px, .72fr);
  margin-bottom: clamp(4rem, 7vw, 7rem);
}
body.wb-site .wz-section__head h2 {
  font-size: clamp(4rem, 7.6vw, 8.2rem) !important;
  font-weight: 600 !important;
  line-height: .88 !important;
}
.wz-section__head > p { align-self: end; color: var(--wz-muted); font-size: 1rem; line-height: 1.72; }
.wz-lines { border-top: 1px solid var(--wz-ink); list-style: none; padding: 0; }
.wz-lines li {
  align-items: center;
  border-bottom: 1px solid var(--wz-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 70px minmax(250px, .8fr) minmax(300px, 1fr) 50px;
  min-height: 148px;
  padding: 1.4rem 0;
}
.wz-lines li > span { font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
body.wb-site .wz-lines h3 { font-size: clamp(2rem, 3.2vw, 3.7rem) !important; font-weight: 600 !important; }
.wz-lines p { color: var(--wz-muted); line-height: 1.7; max-width: 530px; }
.wz-lines b { color: var(--wz-blue); font-size: 1.9rem; font-weight: 400; text-align: right; }

.wz-operations { background: var(--wz-ink); color: var(--wz-white); padding: clamp(7rem, 11vw, 11rem) 0; }
.wz-section__head--dark > p { color: #a9afbd; }
.wz-section__head--dark > span { color: #81a6ff; }
body.wb-site .wz-section__head--dark h2 { color: var(--wz-white) !important; }
.wz-live { border-bottom: 1px solid #454a55; border-top: 1px solid #454a55; }
.wz-live__mast {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto auto;
  min-height: 90px;
}
.wz-live__mast p { align-items: center; display: flex; font-size: .66rem; font-weight: 800; gap: .65rem; letter-spacing: .14em; }
.wz-live__mast p i { background: var(--wz-blue); border-radius: 50%; height: 8px; width: 8px; }
.wz-live__mast strong { font-family: var(--wz-font-display); font-size: 1.35rem; letter-spacing: -.03em; }
.wz-live__mast > span { border-left: 1px solid #454a55; font-size: .72rem; font-weight: 700; letter-spacing: .08em; margin-left: 2rem; padding-left: 2rem; text-transform: uppercase; }
.wz-live__metrics { border-top: 1px solid #454a55; display: grid; grid-template-columns: repeat(4, 1fr); }
.wz-live__metrics > span { display: grid; min-height: 170px; padding: 1.4rem 1.7rem; }
.wz-live__metrics > span + span { border-left: 1px solid #454a55; }
.wz-live__metrics small { color: #8f96a5; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wz-live__metrics strong { align-self: end; font-family: var(--wz-font-display); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 600; letter-spacing: -.06em; line-height: .9; }
.wz-live__metrics em { color: #81a6ff; font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.wz-live__orders > div { align-items: center; border-top: 1px solid #454a55; display: grid; gap: 1rem; grid-template-columns: 100px 1fr 130px 130px 70px; min-height: 82px; }
.wz-live__orders .wz-live__labels { color: #8f96a5; font-size: .62rem; font-weight: 800; letter-spacing: .12em; min-height: 48px; text-transform: uppercase; }
.wz-live__orders strong { font-family: var(--wz-font-display); font-size: 1.3rem; }
.wz-live__orders span { color: #c4c8d0; font-size: .82rem; }
.wz-live__orders b { color: #81a6ff; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.wz-live__orders time { color: #8f96a5; font-size: .73rem; text-align: right; }
.wz-ops-notes { display: grid; grid-template-columns: repeat(4, 1fr); }
.wz-ops-notes span { color: #aeb4c0; font-size: .69rem; font-weight: 800; letter-spacing: .08em; padding: 1.6rem 0; text-transform: uppercase; }
.wz-ops-notes span + span { border-left: 1px solid #454a55; padding-left: 1.5rem; }

.wz-demos { background: var(--wz-white); padding-bottom: 7rem; }
.wz-film { display: grid; grid-template-columns: repeat(3, 1fr); }
.wz-film figure + figure { border-left: 1px solid var(--wz-ink); }
.wz-film figure > a { display: block; height: clamp(430px, 48vw, 720px); overflow: hidden; }
.wz-film img { height: 100%; object-fit: cover; object-position: top center; transition: transform .7s cubic-bezier(.2,.8,.2,1); width: 100%; }
.wz-film figure:hover img { transform: scale(1.025); }
.wz-film figcaption { border-bottom: 1px solid var(--wz-ink); border-top: 1px solid var(--wz-ink); display: grid; gap: .65rem; min-height: 150px; padding: 1.3rem 1.6rem; }
.wz-film figcaption span { font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wz-film figcaption strong { font-family: var(--wz-font-display); font-size: clamp(1.7rem, 2.5vw, 2.8rem); letter-spacing: -.05em; }
.wz-film figcaption a { align-self: end; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wz-demos__link { display: flex; justify-content: flex-end; padding-top: 2.5rem; }

.wz-brand { background: var(--wz-paper); border-bottom: 1px solid var(--wz-ink); }
.wz-brand__layout { display: grid; gap: 6vw; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); }
body.wb-site .wz-brand h2 { font-size: clamp(4rem, 8vw, 8.5rem) !important; font-weight: 600 !important; line-height: .86 !important; margin-top: 2.2rem; }
.wz-brand__copy > p { font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.6; margin-bottom: 4rem !important; max-width: 660px; }
.wz-brand dl { border-top: 1px solid var(--wz-ink); }
.wz-brand dl > div { border-bottom: 1px solid var(--wz-line); display: grid; gap: 2rem; grid-template-columns: 110px 1fr; padding: 1.35rem 0; }
.wz-brand dt { font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.wz-brand dd { color: var(--wz-muted); font-size: .9rem; line-height: 1.55; margin: 0; }

.wz-capabilities { background: var(--wz-white); padding: clamp(7rem, 11vw, 11rem) 0; }
body.wb-site .wz-capabilities h2 { font-size: clamp(4.5rem, 9.5vw, 10rem) !important; font-weight: 600 !important; line-height: .82 !important; margin: 2.4rem 0 clamp(4rem, 7vw, 7rem); }
.wz-capabilities__text { border-bottom: 1px solid var(--wz-ink); border-top: 1px solid var(--wz-ink); display: grid; gap: 5vw; grid-template-columns: 1fr 1fr; padding: 2rem 0; }
.wz-capabilities__text p { color: var(--wz-muted); font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.85; }

.wz-price { background: var(--wz-paper); padding: clamp(5rem, 8vw, 8rem) 0; }
.wz-price__line { align-items: end; border-top: 1px solid var(--wz-ink); display: grid; gap: 3rem; grid-template-columns: minmax(420px, 1.1fr) minmax(280px, .65fr) auto; margin-top: 1.2rem; padding-top: 2rem; }
body.wb-site .wz-price h2 { font-size: clamp(2.8rem, 5.2vw, 5.8rem) !important; font-weight: 600 !important; line-height: .9 !important; }
.wz-price h2 strong { color: var(--wz-blue); font-size: 1.35em; }
.wz-price h2 small { font-family: var(--wz-font-body); font-size: .19em; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wz-price__line > p { color: var(--wz-muted); font-size: .92rem; line-height: 1.7; }

.wz-final { background: var(--wz-blue); color: var(--wz-white); padding: clamp(6rem, 10vw, 10rem) 0; }
.wz-final > .wz-wrap { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1fr auto; }
.wz-final > .wz-wrap > span { font-size: .7rem; font-weight: 800; grid-column: 1 / -1; letter-spacing: .15em; text-transform: uppercase; }
body.wb-site .wz-final h2 { color: var(--wz-white); font-size: clamp(4.5rem, 9vw, 9rem) !important; font-weight: 600 !important; line-height: .84 !important; max-width: 1050px; }
.wz-final .wz-links { min-width: 260px; }
.wz-link--light { background: var(--wz-white); border-color: var(--wz-white); color: var(--wz-blue) !important; padding: 1rem 1.15rem; }
.wz-link--light:hover { color: var(--wz-blue-dark) !important; padding-left: 1.35rem; }
.wz-link--light-text { color: var(--wz-white) !important; }

/* Shared chrome: the navigation follows the same flat editorial language. */
html, body.wb-site { --wb-header-h: 72px; }
body.wb-site .header-area.wb-header {
  background: rgba(247,247,244,.97) !important;
  backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid var(--wz-ink) !important;
  box-shadow: none !important;
  height: var(--wb-header-h) !important;
  min-height: var(--wb-header-h) !important;
  max-height: var(--wb-header-h) !important;
}
body.wb-site .header-area.wb-header::before {
  background: var(--wz-blue);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.wb-site .wz-nav-wrap {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% - 64px) !important;
}
body.wb-site .header-area .navbar-brand {
  border-right: 1px solid var(--wz-line);
  margin-right: clamp(1.6rem, 3.2vw, 3.5rem) !important;
  padding-right: clamp(1.6rem, 3.2vw, 3.5rem) !important;
}
body.wb-site .header-area .navbar-brand img,
body.wb-site .header-area .logo img { max-height: 25px !important; }
body.wb-site .header-area .navbar-nav { gap: clamp(.15rem, .7vw, .75rem); }
body.wb-site .header-area .main-navbar .nav-item { margin: 0 !important; }
body.wb-site .header-area .nav-link {
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--wz-ink) !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
  letter-spacing: .09em !important;
  padding: 1.65rem .35rem 1.55rem !important;
  text-transform: uppercase;
  transition: color .2s ease !important;
}
body.wb-site .header-area .nav-link:hover,
body.wb-site .header-area .nav-link:focus,
body.wb-site .header-area .nav-link.active { background: transparent !important; color: var(--wz-blue) !important; }
body.wb-site .header-area .nav-link.active::after {
  background: var(--wz-blue) !important;
  border-radius: 0 !important;
  bottom: 0 !important;
  height: 3px !important;
  left: .35rem !important;
  right: .35rem !important;
}
body.wb-site .header-area .more-option { gap: 1.2rem; }
body.wb-site .header-area .more-option .item:not(:last-child) { margin-inline-end: 0 !important; }
body.wb-site .wb-login-link {
  color: var(--wz-ink) !important;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
  padding: 0;
  text-transform: uppercase;
}
body.wb-site .wb-login-link:hover { color: var(--wz-blue) !important; }
body.wb-site .wb-header-cta {
  align-items: center;
  border-left: 1px solid var(--wz-ink);
  color: var(--wz-ink) !important;
  display: inline-flex;
  font-size: .7rem;
  font-weight: 800;
  gap: 1.6rem;
  letter-spacing: .09em;
  min-height: 40px;
  padding-left: 1.2rem;
  text-transform: uppercase;
  transition: color .2s ease, gap .2s ease;
}
body.wb-site .wb-header-cta span { color: var(--wz-blue); font-size: 1.1rem; }
body.wb-site .wb-header-cta:hover { color: var(--wz-blue) !important; gap: 2rem; }
body.wb-site .header-area .language .nice-select,
body.wb-site .header-area .language select {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--wz-ink) !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  height: 32px !important;
  letter-spacing: .08em;
  line-height: 32px !important;
  min-height: 32px !important;
  min-width: 44px !important;
  padding-left: 0 !important;
  padding-right: 15px !important;
}
body.wb-site .header-area .language .nice-select::after {
  color: var(--wz-blue);
  content: "↓" !important;
  font-family: var(--wz-font-body) !important;
  font-size: .65rem;
  left: auto !important;
  right: 0 !important;
  transform: translateY(-52%) !important;
}
body.wb-site .header-area a:focus-visible,
body.wb-site .menu-toggler:focus-visible { outline: 2px solid var(--wz-blue) !important; outline-offset: 4px; }
body.wb-site .header-area .main-navbar .menu-dropdown {
  background: var(--wz-paper) !important;
  border: 1px solid var(--wz-ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: .55rem !important;
  top: 100% !important;
}
body.wb-site .header-area .main-navbar .menu-dropdown .nav-link {
  border-bottom: 1px solid var(--wz-line);
  padding: .8rem .55rem !important;
}
body.wb-site .cookie .cookie-consent { border: 1px solid var(--wz-ink) !important; border-radius: 0 !important; box-shadow: none !important; }
body.wb-site .cookie .cookie-consent .btn,
body.wb-site .cookie .cookie-consent button { background: var(--wz-blue) !important; border-radius: 0 !important; }
body.wb-site .go-top { background: var(--wz-blue) !important; border-radius: 0 !important; }

@media (max-width: 1100px) {
  .wz-section__head { grid-template-columns: 100px 1fr; }
  .wz-section__head > p { grid-column: 2; max-width: 620px; }
  .wz-lines li { grid-template-columns: 55px minmax(220px, .8fr) 1fr 30px; }
  .wz-final > .wz-wrap { grid-template-columns: 1fr; }
  .wz-final .wz-links { justify-content: flex-start; }
  .wz-price__line { grid-template-columns: 1fr 1fr; }
  .wz-price__line .wz-link { justify-self: end; }
}

@media (min-width: 761px) and (max-width: 991px) {
  html, body.wb-site { --wb-header-h: 64px; }
  body.wb-site .header-area.wb-header { height: 64px !important; min-height: 64px !important; max-height: 64px !important; }
  body.wb-site .wz-nav-wrap { min-height: 64px !important; width: calc(100% - 48px) !important; }
  body.wb-site .header-area .logo img { max-height: 21px !important; }
  body.wb-site .menu-toggler { background: transparent !important; border: 0 !important; border-radius: 0 !important; color: var(--wz-ink) !important; height: 44px !important; padding: 0 28px 0 0 !important; width: 72px !important; }
  body.wb-site .menu-toggler b { font-family: var(--wz-font-body); font-size: .67rem; font-weight: 800; left: 0; letter-spacing: .1em; position: absolute; text-transform: uppercase; }
  body.wb-site .menu-toggler span { left: auto !important; right: 0 !important; width: 18px !important; }
  body.wb-site .menu-toggler span:nth-of-type(1) { top: 16px !important; }
  body.wb-site .menu-toggler span:nth-of-type(2) { display: none !important; }
  body.wb-site .menu-toggler span:nth-of-type(3) { top: 26px !important; }
  body.wb-site .menu-toggler.active span:nth-of-type(1), body.wb-site .menu-toggler.active span:nth-of-type(3) { top: 21px !important; }
  body.wb-site .mobile-menu { background: rgba(16,19,26,.2) !important; backdrop-filter: blur(6px) !important; }
  body.wb-site .mobile-menu .mobile-menu-wrapper { background: var(--wz-paper) !important; border: 0 !important; border-bottom: 1px solid var(--wz-ink) !important; border-radius: 0 !important; box-shadow: none !important; margin: 64px 0 0 !important; max-height: calc(100dvh - 64px); padding: 1.2rem 24px 1.8rem !important; width: 100% !important; }
  body.wb-site .mobile-menu .navbar-nav li a { background: transparent !important; border-color: var(--wz-line) !important; color: var(--wz-ink) !important; font-family: var(--wz-font-display); font-size: 1.65rem !important; font-weight: 600 !important; letter-spacing: -.035em !important; padding: .75rem 0 !important; text-transform: none; }
  body.wb-site .mobile-menu .more-option { align-items: stretch !important; gap: 1rem !important; padding: 1.3rem 0 0 !important; }
  body.wb-site .mobile-menu .more-option .item { margin: 0 !important; }
  body.wb-site .mobile-menu .wb-header-cta { border-left: 0; border-top: 1px solid var(--wz-ink); justify-content: space-between; padding: 1rem 0 0; width: 100%; }
}

@media (max-width: 760px) {
  html, body.wb-site { --wb-header-h: 64px; }
  body.wb-site .header-area.wb-header { height: 64px !important; min-height: 64px !important; max-height: 64px !important; }
  body.wb-site .wz-nav-wrap { min-height: 64px !important; width: calc(100% - 32px) !important; }
  body.wb-site .header-area .logo img { max-height: 20px !important; }
  body.wb-site .mobile-menu > .container { max-width: none !important; padding: 0 !important; width: 100% !important; }
  body.wb-site .menu-toggler {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--wz-ink) !important;
    height: 44px !important;
    padding: 0 28px 0 0 !important;
    width: 72px !important;
  }
  body.wb-site .menu-toggler b {
    font-family: var(--wz-font-body);
    font-size: .67rem;
    font-weight: 800;
    left: 0;
    letter-spacing: .1em;
    position: absolute;
    text-transform: uppercase;
  }
  body.wb-site .menu-toggler span { left: auto !important; right: 0 !important; width: 18px !important; }
  body.wb-site .menu-toggler span:nth-of-type(1) { top: 16px !important; }
  body.wb-site .menu-toggler span:nth-of-type(2) { display: none !important; }
  body.wb-site .menu-toggler span:nth-of-type(3) { top: 26px !important; }
  body.wb-site .menu-toggler.active span:nth-of-type(1),
  body.wb-site .menu-toggler.active span:nth-of-type(3) { top: 21px !important; }
  body.wb-site .mobile-menu { background: rgba(16,19,26,.2) !important; backdrop-filter: blur(6px) !important; }
  body.wb-site .mobile-menu .mobile-menu-wrapper {
    background: var(--wz-paper) !important;
    border: 0 !important;
    border-bottom: 1px solid var(--wz-ink) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 64px 0 0 !important;
    max-height: calc(100dvh - 64px);
    padding: 1.2rem 16px 1.8rem !important;
    width: 100% !important;
  }
  body.wb-site .mobile-menu .navbar-nav li a {
    background: transparent !important;
    border-color: var(--wz-line) !important;
    color: var(--wz-ink) !important;
    font-family: var(--wz-font-display);
    font-size: 1.65rem !important;
    font-weight: 600 !important;
    letter-spacing: -.035em !important;
    padding: .75rem 0 !important;
    text-transform: none;
  }
  body.wb-site .mobile-menu .more-option { align-items: stretch !important; gap: 1rem !important; padding: 1.3rem 0 0 !important; }
  body.wb-site .mobile-menu .more-option .item { margin: 0 !important; }
  body.wb-site .mobile-menu .wb-login-link { display: block; padding: .7rem 0; }
  body.wb-site .mobile-menu .wb-header-cta { border-left: 0; border-top: 1px solid var(--wz-ink); justify-content: space-between; padding: 1rem 0 0; width: 100%; }
  .wz-wrap { width: calc(100% - 32px); }
  .wz-section { padding: 5.5rem 0; }
  .wz-hero { padding-top: 3rem; }
  .wz-hero__topline span:last-child { display: none; }
  .wz-hero__headline { padding: 2rem 0; }
  body.wb-site .wz-hero h1 { font-size: clamp(3.7rem, 16vw, 5.2rem) !important; line-height: .84 !important; }
  .wz-hero h1 em { margin-left: 0; }
  .wz-hero__intro { align-items: start; grid-template-columns: 1fr; padding-bottom: 3rem; }
  .wz-links { align-items: stretch; flex-direction: column; justify-content: flex-start; }
  .wz-link { min-width: 0; width: 100%; }
  .wz-hero__image { height: 72vh; min-height: 530px; }
  .wz-hero__image figcaption { grid-template-columns: 1fr auto; left: 16px; right: 16px; }
  .wz-hero__image figcaption span { grid-column: 1 / -1; }
  .wz-ribbon > div { justify-content: flex-start; }
  .wz-section__head { display: block; }
  .wz-section__head > span { margin-bottom: 1.5rem; }
  body.wb-site .wz-section__head h2 { font-size: clamp(3.35rem, 14vw, 5rem) !important; }
  .wz-section__head > p { margin-top: 2rem !important; }
  .wz-lines li { gap: .9rem 1rem; grid-template-columns: 36px 1fr 26px; padding: 1.5rem 0; }
  .wz-lines li > p { grid-column: 2 / -1; }
  body.wb-site .wz-lines h3 { font-size: 2.3rem !important; }
  .wz-live { overflow-x: auto; }
  .wz-live__mast,
  .wz-live__metrics,
  .wz-live__orders { min-width: 740px; }
  .wz-live__metrics > span { min-height: 140px; }
  .wz-ops-notes { grid-template-columns: 1fr 1fr; }
  .wz-ops-notes span { border-bottom: 1px solid #454a55; padding-left: 0 !important; }
  .wz-ops-notes span:nth-child(even) { border-left: 1px solid #454a55; padding-left: 1rem !important; }
  .wz-film { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .wz-film figure { flex: 0 0 88vw; scroll-snap-align: start; }
  .wz-film figure + figure { border-left: 1px solid var(--wz-ink); }
  .wz-film figure > a { height: 62vh; min-height: 430px; }
  .wz-brand__layout { grid-template-columns: 1fr; }
  body.wb-site .wz-brand h2 { font-size: clamp(3.8rem, 17vw, 5.6rem) !important; }
  .wz-brand__copy > p { margin-bottom: 2.5rem !important; }
  body.wb-site .wz-capabilities h2 { font-size: clamp(4rem, 18vw, 6rem) !important; }
  .wz-capabilities__text { grid-template-columns: 1fr; }
  .wz-price__line { grid-template-columns: 1fr; }
  .wz-price__line .wz-link { justify-self: stretch; }
  body.wb-site .wz-final h2 { font-size: clamp(4rem, 18vw, 6rem) !important; }
  .wz-final .wz-links { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wz-film img, .wz-link { transition: none; }
}
