/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[100\] {
  z-index: 100;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-full {
  width: 100%;
}
.min-w-\[2rem\] {
  min-width: 2rem;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.\!border-0 {
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-transparent {
  border-color: transparent;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-display {
  font-family: Poppins, InterVar, Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial;
}
.font-mono {
  font-family: IBM Plex Mono, Arial Mono MT Pro, SFMono-Regular, ui-monospace, monospace;
}
.font-sans {
  font-family: Inter, Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial;
}
.text-\[10px\] {
  font-size: 10px;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-100 {
  opacity: 100%;
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-100 {
  --tw-duration: 100ms;
  transition-duration: 100ms;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.group-hover\:scale-105 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:opacity-100 {
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.active\:cursor-grabbing {
  &:active {
    cursor: grabbing;
  }
}
.disabled\:pointer-events-none {
  &:disabled {
    pointer-events: none;
  }
}
.disabled\:opacity-30 {
  &:disabled {
    opacity: 30%;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Poppins:wght@500;600;700&display=swap');
:root {
  --navy: #1B3549;
  --steel: #1E4D6A;
  --accent: #EFD05E;
  --sky: #A2CAE9;
  --paper-i: #FAFAFA;
  --paper-ii: #F8F8F8;
  --font-heading: 'Poppins', 'InterVariable', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'InterVariable', 'Inter', 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', 'Arial Mono MT Pro', 'SFMono-Regular', ui-monospace, monospace;
  font-feature-settings: 'liga' 1, 'calt' 1;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 40px;
  --space-2xl: 50px;
  --space-3xl: 64px;
  --space-4xl: 80px;
  --space-5xl: 100px;
  --space-6xl: 110px;
  --space-7xl: 140px;
  --space-8xl: 200px;
  --grid-gutter: 10px;
  --header-height: 186px;
  --text-trim-top: 0.25em;
  --text-trim-bottom: 0.2em;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.85rem, 0.8rem + 0.4vw, 1.1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.35rem);
  --text-nav: clamp(1rem, 0.9rem + 0.625vw, 1.5rem);
  --text-body: clamp(1rem, 0.9rem + 0.625vw, 1.125rem);
  --text-md: clamp(1.1rem, 1rem + 0.625vw, 1.625rem);
  --text-cta: clamp(0.85rem, 0.8rem + 0.5vw, 1.5rem);
  --text-lg: clamp(1.15rem, 1.05rem + 0.5vw, 1.5rem);
  --text-xl: clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem);
  --text-2xl: clamp(1.3rem, 1.15rem + 0.75vw, 1.6rem);
  --text-3xl: clamp(1.5rem, 1.3rem + 1vw, 2.25rem);
  --text-4xl: clamp(2rem, 1.7rem + 1.5vw, 3rem);
  --text-5xl: clamp(2.5rem, 2rem + 2.5vw, 4rem);
  --text-hero: clamp(3rem, 2rem + 5vw, 6rem);
}
a:focus-visible {
  outline: 3px solid rgba(239, 208, 94, 0.25);
  outline-offset: 2px;
}
@layer base {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    background-color: var(--paper-ii);
    color: var(--navy);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga' 1, 'calt' 1, 'ss07' 1, 'cv11' 1, 'cv10' 1;
  }
  p {
    margin: 0 0 14px 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  @supports (font-variation-settings: normal) {
    body {
      font-family: 'InterVariable', var(--font-body);
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figure,
  blockquote,
  dl,
  dd,
  pre {
    margin: 0;
  }
  ul[role='list'],
  ol[role='list'] {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  button,
  input,
  textarea,
  select {
    font: inherit;
    color: inherit;
    margin: 0;
  }
  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-width: 100%;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    color: inherit;
  }
  html {
    background-color: var(--steel);
  }
  html.has-hero body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50vh;
    background-color: var(--navy);
    z-index: -1;
    pointer-events: none;
  }
  html:not(.has-hero) body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50vh;
    background-color: var(--paper-ii);
    z-index: -1;
    pointer-events: none;
  }
  .qls-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
@layer components {
  .text-cap-aligned::before {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-top: calc(-1 * var(--text-trim-top));
  }
  .text-cap-aligned::after {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-bottom: calc(-1 * var(--text-trim-bottom));
  }
  .qls-grid-16 {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-header {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: var(--header-height);
    color: var(--sky);
    z-index: 40;
  }
  .qls-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 38px;
  }
  .qls-header__left,
  .qls-header__right {
    display: flex;
    align-items: center;
  }
  .qls-header__left {
    grid-column: 2 / span 4;
    gap: clamp(0.8rem, 1.8vw, 1.4rem);
    flex: 1;
    z-index: 1;
    padding-top: 20px;
  }
  .qls-header__badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: 38px;
  }
  .qls-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem;
    border-radius: 0.7rem;
    background: transparent;
    border: 0;
    color: var(--sky);
    cursor: pointer;
  }
  .qls-header__toggle-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
  .qls-header__nav {
    display: none;
    align-items: center;
    gap: clamp(1.5rem, 2vw, 1.875rem);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-nav);
    line-height: 1.9rem;
    letter-spacing: -0.02em;
    color: var(--sky);
  }
  .qls-header__link {
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .qls-header__badge {
    display: none;
  }
  .qls-header__right {
    grid-column: 14 / span 2;
    justify-content: flex-end;
    flex: 1;
    z-index: 1;
  }
  .qls-header__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .qls-logo {
    width: 120px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .qls-header__mobile {
    width: 100%;
    background-color: var(--navy);
    border-top: 1px solid var(--sky);
  }
  .qls-header__mobile-inner {
    padding: 0.75rem 0.9rem 1rem;
    display: grid;
    gap: 0.55rem;
  }
  .qls-header__mobile-link {
    display: block;
    padding: 0.65rem 0.9rem;
    border-radius: 0.75rem;
    background-color: transparent;
    color: var(--sky);
    font-family: var(--font-body);
    font-weight: 500;
    border: 1px solid var(--sky);
    text-decoration: none;
  }
  .qls-header__mobile-link--badge {
    border-color: var(--sky);
  }
  .qls-header__toggle {
    display: none;
  }
  .qls-header__nav {
    display: flex;
  }
  .qls-header__badge {
    display: flex;
    flex: none;
    justify-content: center;
  }
  .qls-header__mobile {
    display: none;
  }
  .qls-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 12px 24px;
    border-radius: 12px;
    border: none;
    background-color: transparent;
    font-family: var(--font-mono);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: visible;
  }
  .qls-badge .top-label {
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    line-height: 1.2;
    margin-bottom: 0.1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--sky);
    font-weight: 500;
    position: relative;
    z-index: 1;
  }
  .qls-badge .headline {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: var(--sky);
    font-weight: 700;
    text-transform: none;
    position: relative;
    z-index: 1;
  }
  .qls-hero-wrapper {
    position: relative;
    overflow: hidden;
    background-color: var(--navy);
    color: var(--paper-ii);
  }
  .qls-hero {
    padding-top: 220px;
    padding-bottom: var(--space-3xl);
  }
  .qls-hero__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
  }
  .qls-hero__inner {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .qls-hero__divider {
    display: none;
  }
  .qls-hero__title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-hero);
    line-height: 1.05;
    letter-spacing: -0.025em;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(0.5rem, 1.8vw, 1.2rem);
    max-width: clamp(46rem, 75vw, 70rem);
    white-space: nowrap;
  }
  .qls-hero__title .primary,
  .qls-hero__title .suffix {
    color: var(--paper-ii);
  }
  .qls-hero__title .accent {
    color: var(--accent);
  }
  .qls-hero__lead {
    max-width: 50rem;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: var(--text-md);
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: var(--sky);
    margin-top: var(--space-3xl);
  }
  .qls-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 1.6vw, 1rem);
    font-family: var(--font-mono);
    font-size: var(--text-cta);
    letter-spacing: 0.01em;
    color: var(--accent);
    margin-top: var(--space-7xl);
  }
  .qls-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
  }
  .qls-hero__cta .icon {
    font-size: var(--text-xl);
    line-height: 1;
  }
  .qls-hero__actions .separator {
    font-size: var(--text-2xl);
    color: var(--accent);
  }
  .qls-hero__link {
    text-decoration: none;
  }
  .qls-section1 {
    padding: var(--space-5xl) 0;
    background: var(--paper-i);
    color: var(--navy);
  }
  .qls-section1__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-section1__heading {
    grid-column: 3 / 15;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    line-height: 50px;
    letter-spacing: -0.02em;
    color: var(--steel);
    margin-bottom: var(--space-2xl);
  }
  .qls-section1__lead {
    grid-column: 3 / 9;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    color: var(--steel);
    margin-bottom: var(--space-5xl);
  }
  .qls-section1__card {
    grid-column: 2 / 16;
    position: relative;
    z-index: 10;
    border: 2px solid var(--steel);
    border-radius: 16px;
    background-color: var(--paper-i);
    width: 967px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 50px 40px 50px;
    box-sizing: border-box;
  }
  .qls-section1__card-label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--steel);
    color: var(--paper-i);
    font-family: var(--font-mono);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    padding: 8px 14px;
    white-space: nowrap;
  }
  .qls-section1__pillars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .qls-section1__pillar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
  }
  .qls-section1__icon {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 24px;
  }
  .qls-acceptable-svg {
    overflow: visible;
  }
  .qls-section1__pillar:nth-child(1) .qls-section1__icon {
    width: 157px;
  }
  .qls-section1__pillar:nth-child(2) .qls-section1__icon {
    width: 142px;
  }
  .qls-section1__pillar:nth-child(3) .qls-section1__icon {
    width: 159px;
  }
  .qls-section1__pillar-title {
    font-family: var(--font-body);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--steel);
    margin-bottom: 12px;
  }
  .qls-section1__pillar-text {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--steel);
  }
  .qls-section1__pillar-text .highlight {
    font-family: var(--font-mono);
    font-weight: 600;
  }
  .qls-section2 {
    background-color: var(--navy);
    color: var(--paper-i);
    margin-top: -200px;
    padding-top: 180px;
    padding-bottom: var(--space-7xl);
  }
  .qls-section2__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-section2__heading {
    grid-column: 3 / 7;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    line-height: 50px;
    letter-spacing: -0.02em;
    margin-bottom: var(--space-2xl);
  }
  .qls-section2__heading .white {
    color: var(--paper-i);
  }
  .qls-section2__heading .accent {
    color: var(--accent);
  }
  .qls-section2__text {
    grid-column: 3 / 7;
  }
  .qls-section2__chart {
    grid-column: 8 / 16;
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    align-self: start;
  }
  .qls-section2__chart-row {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    width: 100%;
    max-width: 580px;
  }
  .qls-section2__flag {
    width: 40px;
    height: auto;
    flex-shrink: 0;
    border: 1px solid var(--sky);
  }
  .qls-section2__canvas {
    flex: 1;
    height: 68px !important;
    max-height: 68px;
  }
  .qls-section2__legend {
    display: flex;
    gap: var(--space-lg);
    margin-top: var(--space-md);
  }
  .qls-section2__legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .qls-section2__legend-color {
    width: 20px;
    height: 20px;
    border-radius: 0;
  }
  .qls-section2__legend-color--alternative {
    background-color: var(--accent);
  }
  .qls-section2__legend-color--smoking {
    background-color: #D1D5DB;
  }
  .qls-section2__legend-color--total {
    background-color: var(--sky);
  }
  .qls-section2__legend-label {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    color: var(--paper-i);
  }
  .qls-section3 {
    background-color: #FFFFFF;
    padding: 100px 0 var(--space-5xl) 0;
    overflow: hidden;
  }
  .qls-section3__scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .qls-section3__cards {
    display: flex;
    gap: 27px;
    will-change: transform;
  }
  .qls-section3__card {
    flex: 0 0 auto;
    width: 440px;
    background-color: var(--paper-ii);
    border-radius: 0;
    overflow: hidden;
    display: flex;
    gap: var(--space-md);
    padding: var(--space-md);
  }
  .qls-section3__image {
    width: 147px;
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
    border-radius: 0;
  }
  .qls-section3__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    max-height: 147px;
  }
  .qls-section3__quote {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--steel);
    margin: 0;
    overflow: hidden;
  }
  .qls-section3__attribution {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
    color: var(--steel);
    margin: 0;
    margin-top: auto;
  }
  .qls-section3__disclaimer {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--steel);
    text-align: center;
    margin: var(--space-sm) 0 0 0;
    opacity: 0.7;
  }
  .qls-section3__disclaimer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .qls-section3__disclaimer a:hover {
    color: var(--accent);
  }
  .qls-section3__heading-container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
    margin-top: var(--space-3xl);
  }
  .qls-section3__heading {
    grid-column: 3 / 15;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    line-height: 50px;
    letter-spacing: -0.02em;
    color: var(--steel);
    text-align: center;
  }
  .qls-section4 {
    position: relative;
    padding: var(--space-5xl) 0 0;
    --section4-split: calc(
      var(--space-5xl) +     
      var(--space-5xl) +      
      var(--space-lg) +       
      52px +                  
      var(--space-3xl) +      
      20px +                  
      var(--space-xl) +       
      var(--space-5xl)        
    );
  }
  .qls-section4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--section4-split);
    background-color: var(--paper-ii);
    z-index: 0;
  }
  .qls-section4::after {
    content: '';
    position: absolute;
    top: var(--section4-split);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 0;
  }
  .qls-section4__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--grid-margin);
    position: relative;
    z-index: 1;
  }
  .qls-section4__heading {
    grid-column: 3 / 15;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    line-height: 50px;
    letter-spacing: -0.02em;
    color: var(--steel);
    text-align: center;
    margin-bottom: var(--space-lg);
  }
  .qls-section4__heading .accent {
    color: var(--accent);
  }
  .qls-section4__lead {
    grid-column: 4 / 14;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--steel);
    text-align: center;
    margin-bottom: var(--space-3xl);
  }
  .qls-section4__label {
    grid-column: 1 / -1;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--steel);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: var(--space-xl);
  }
  .qls-section4__grid-wrapper {
    grid-column: 3 / 15;
    position: relative;
    margin-bottom: 0;
  }
  .qls-section4__grid-wrapper.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .qls-section4__grid {
    display: grid;
    grid-template-columns: repeat(2, 376px);
    gap: 32px 41px;
    justify-content: center;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    overflow: hidden;
    padding-top: 2px;
  }
  .qls-section4__grid-wrapper.collapsed .qls-section4__grid {
    max-height: 500px;
  }
  .qls-section4__grid-wrapper.expanded .qls-section4__grid {
    max-height: 2000px;
  }
  .qls-section4__resource {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid var(--navy);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 376px;
    height: 238px;
    overflow: hidden;
  }
  .qls-section4__resource:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27, 53, 73, 0.1);
  }
  .qls-section4__resource-image {
    height: 100%;
    width: 168px;
    flex-shrink: 0;
    overflow: hidden;
    border-right: 1px solid var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
  }
  .qls-section4__resource-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .qls-section4__resource-content {
    flex: 1;
    padding: 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .qls-section4__resource-content > * + * {
    margin-top: 8px;
  }
  .qls-section4__resource-type {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: var(--steel);
    text-transform: uppercase;
    margin: 0;
    flex-shrink: 0;
  }
  .qls-section4__resource-title {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--navy);
    margin: 0;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .qls-section4__resource-meta {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: var(--steel);
    text-transform: uppercase;
    margin: 0;
    margin-top: auto;
    flex-shrink: 0;
  }
  .qls-section4__browse {
    grid-column: 1 / -1;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--steel);
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: var(--space-md);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
  }
  .qls-section4__grid-wrapper.collapsed + .qls-section4__browse {
    margin-top: -100px;
  }
  .qls-section4__browse:hover {
    opacity: 0.7;
  }
  .qls-main {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .qls-footer {
    background-color: var(--steel);
    color: rgba(255, 255, 255, 0.8);
    padding: var(--space-5xl) 0 var(--space-2xl);
  }
  .qls-footer__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-footer__main {
    grid-column: 2 / 16;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    margin-bottom: var(--space-5xl);
  }
  .qls-footer__column {
    display: flex;
    flex-direction: column;
  }
  .qls-footer__main .qls-footer__column:first-child {
    grid-column: 1 / 6;
  }
  .qls-footer__main .qls-footer__column:last-child {
    grid-column: 6 / 8;
    align-items: flex-start;
    text-align: left;
  }
  .qls-footer__heading {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.008em;
    text-transform: uppercase;
    color: var(--sky);
    margin: 0 0 var(--space-lg) 0;
  }
  .qls-footer__socials {
    display: flex;
    gap: 42px;
  }
  .qls-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
  }
  .qls-footer__social img {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .qls-footer__social:hover img {
    opacity: 0.7;
  }
  .qls-footer__email {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--sky);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .qls-footer__email:hover {
    opacity: 0.7;
  }
  .qls-footer__nav {
    grid-column: 2 / 16;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    margin-bottom: var(--space-5xl);
  }
  .qls-footer__nav .qls-footer__column:first-child {
    grid-column: 1 / 6;
  }
  .qls-footer__nav .qls-footer__column:last-child {
    grid-column: 6 / 8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-md);
  }
  .qls-footer__link {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.008em;
    color: var(--sky);
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
  }
  .qls-footer__link:hover {
    opacity: 0.7;
  }
  .qls-footer__bottom {
    grid-column: 2 / 16;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    align-items: center;
  }
  .qls-footer__copyright {
    grid-column: 1 / 5;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--sky);
    opacity: 0.8;
  }
  .qls-footer__legal {
    grid-column: 5 / 11;
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    justify-content: center;
  }
  .qls-footer__legal-link {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--sky);
    opacity: 0.8;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }
  .qls-footer__legal-link:hover {
    opacity: 1;
  }
  .qls-footer__separator {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--sky);
    opacity: 0.8;
  }
  .qls-footer__logo {
    grid-column: 11 / 15;
    display: flex;
    justify-content: flex-end;
  }
  .qls-footer__logo img {
    width: 80px;
    height: auto;
  }
  @media (max-width: 1024px) {
    .qls-section2__chart {
      grid-column: 2 / 16;
    }
    .qls-section2__text {
      grid-column: 2 / 16;
      margin-bottom: var(--space-xl);
    }
    .qls-section2__heading {
      grid-column: 2 / 16;
    }
    .qls-section3__heading {
      grid-column: 2 / 16;
    }
  }
  @media (max-width: 768px) {
    .qls-section2__chart-row {
      gap: var(--space-sm);
    }
    .qls-section2__flag {
      width: 32px;
    }
    .qls-section2__canvas {
      height: 56px !important;
      max-height: 56px;
    }
    .qls-section2__legend {
      flex-wrap: wrap;
      gap: var(--space-sm);
    }
    .qls-section3__card {
      width: 360px;
    }
    .qls-section3__image {
      width: 100px;
      height: 100px;
    }
    .qls-section3__quote {
      font-size: 14px;
      line-height: 20px;
    }
    .qls-section3__attribution {
      font-size: 12px;
      line-height: 18px;
    }
  }
  @media (max-width: 480px) {
    .qls-section2__chart-row {
      gap: 12px;
    }
    .qls-section2__flag {
      width: 28px;
    }
    .qls-section2__canvas {
      height: 48px !important;
      max-height: 48px;
    }
    .qls-section2__legend-label {
      font-size: 14px;
    }
    .qls-section2__legend-color {
      width: 16px;
      height: 16px;
    }
    .qls-section3__card {
      width: 280px;
      flex-direction: column;
    }
    .qls-section3__image {
      width: 100%;
      height: 180px;
    }
    .qls-section3__quote {
      font-size: 13px;
      line-height: 19px;
    }
    .qls-section3__attribution {
      font-size: 11px;
      line-height: 17px;
    }
    .qls-section3__cards {
      gap: var(--space-sm);
    }
  }
  .qls-about-header {
    position: relative;
    width: 100%;
    height: var(--header-height);
    color: var(--navy);
    background-color: var(--paper-ii);
  }
  .qls-about-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 38px;
  }
  .qls-about-header__left,
  .qls-about-header__right {
    display: flex;
    align-items: center;
  }
  .qls-about-header__left {
    grid-column: 2 / span 4;
    gap: clamp(0.8rem, 1.8vw, 1.4rem);
    flex: 1;
    z-index: 1;
    padding-top: 20px;
  }
  .qls-about-header__badge {
    grid-column: 14 / 16;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 0;
    position: relative;
    overflow: visible;
  }
  .qls-about-header__badge-img {
    width: 120px;
    height: auto;
  }
  .qls-about-header__nav {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 2vw, 1.875rem);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-nav);
    line-height: 1.9rem;
    letter-spacing: -0.02em;
    color: var(--steel);
  }
  .qls-about-header__link {
    text-decoration: none;
    color: var(--steel);
    position: relative;
    display: inline-block;
  }
  .qls-about-header__right {
    grid-column: 14 / span 2;
    justify-content: flex-end;
    flex: 1;
    z-index: 1;
  }
  .qls-about-intro {
    background-color: var(--paper-ii);
    padding: 0 0 var(--space-5xl) 0;
  }
  .qls-about-intro__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-about-intro__title {
    grid-column: 1 / -1;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--steel);
    text-align: center;
    margin-bottom: var(--space-lg);
  }
  .qls-about-intro__content {
    grid-column: 6 / 12;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    color: var(--navy);
    margin-left: -10px;
    margin-right: -10px;
  }
  .qls-about-mission {
    background-color: #FFFFFF;
    padding: var(--space-5xl) 0 0 0;
  }
  .qls-about-mission__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
    align-items: start;
  }
  .qls-about-mission__content {
    grid-column: 3 / 9;
  }
  .qls-about-mission__heading {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    letter-spacing: -0.02em;
    color: var(--steel);
    margin-bottom: var(--space-2xl);
  }
  .qls-about-mission__content p {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    color: var(--navy);
    margin-bottom: 14px;
  }
  .qls-about-mission__image {
    grid-column: 10 / 15;
    align-self: start;
    margin-top: calc(var(--text-3xl) + var(--space-2xl));
  }
  .qls-about-mission__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .qls-about-media {
    background-color: #FFFFFF;
    padding: var(--space-5xl) 0 0 0;
  }
  .qls-about-media__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-about-media__heading {
    grid-column: 3 / 15;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    letter-spacing: -0.02em;
    color: var(--steel);
    margin-bottom: var(--space-2xl);
  }
  .qls-about-media__intro {
    grid-column: 3 / 10;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    color: var(--navy);
    margin-bottom: var(--space-2xl);
  }
  .qls-about-media__logos {
    grid-column: 3 / 15;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-2xl);
    align-items: center;
  }
  .qls-about-media__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-lg);
  }
  .qls-about-media__logo img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  .qls-about-media__logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
  .qls-about-team {
    background-color: #FFFFFF;
    padding-top: var(--space-5xl);
  }
  .qls-about-team__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-about-team__heading {
    grid-column: 3 / 15;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    letter-spacing: -0.02em;
    color: var(--steel);
    margin-bottom: var(--space-2xl);
  }
  .qls-about-team__member {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    margin-bottom: var(--space-5xl);
    min-width: 0;
  }
  .qls-about-team__member:last-child {
    margin-bottom: 0;
  }
  .qls-about-team__member .qls-about-team__image {
    grid-column: 3 / 5;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .qls-about-team__member .qls-about-team__bio {
    grid-column: 5 / 8;
    margin-right: -50px;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .qls-about-team__image img {
    width: 268px;
    height: auto;
    display: block;
  }
  @media (max-width: 1200px) {
    .qls-about-team__member {
      display: flex;
      flex-direction: column;
      gap: var(--space-2xl);
      padding: 0 var(--space-8xl);
    }
    .qls-about-team__member .qls-about-team__image {
      margin-right: 0;
      align-self: center;
    }
    .qls-about-team__member .qls-about-team__bio {
      margin-right: 0;
      padding: 0;
    }
    .qls-about-team__image img {
      width: 100%;
      max-width: 268px;
    }
  }
  .qls-about-team__bio p {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    color: var(--navy);
    margin-bottom: 14px;
  }
  .qls-about-team__bio strong {
    font-weight: 700;
  }
  .qls-about-support {
    background-color: var(--navy);
    padding: var(--space-5xl) 0;
  }
  .qls-about-support__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-about-support__heading {
    grid-column: 5 / 13;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 40px;
    font-size: var(--text-3xl);
    letter-spacing: -0.02em;
    color: var(--accent);
    margin-bottom: var(--space-2xl);
    text-transform: uppercase;
  }
  .qls-about-support__text {
    grid-column: 5 / 12;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    color: var(--paper-i);
    margin-bottom: 14px;
  }
  .qls-about-support__link {
    color: var(--accent);
    text-decoration: underline;
    transition: opacity 0.2s ease;
  }
  .qls-about-support__link:hover {
    opacity: 0.8;
  }
  .qls-about-story {
    background-color: var(--paper-ii);
    padding: 80px 0 var(--space-5xl) 0;
  }
  .qls-about-story__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
    width: 100%;
  }
  .qls-about-story__heading {
    grid-column: 3 / 15;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--text-3xl);
    letter-spacing: -0.02em;
    color: var(--steel);
    margin-bottom: var(--space-2xl);
  }
  .qls-about-story__intro {
    grid-column: 3 / 15;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 26.8px;
    letter-spacing: 0.004em;
    color: var(--navy);
    margin-bottom: var(--space-2xl);
  }
  .qls-about-story__video {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
  }
  .qls-about-story__video-inner {
    grid-column: 2 / 9;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .qls-about-story__video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.qls-events-page-heading {
  background-color: var(--paper-ii);
  padding: 0 0 80px 0;
}
.qls-events-page-heading__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.qls-events-page-heading__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--steel);
  text-align: center;
  margin: 0;
}
.qls-events-upcoming {
  background-color: #FFFFFF;
  padding: 0 0 50px 0;
  position: relative;
}
.qls-events-upcoming::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 178px;
  background-color: var(--paper-ii);
  z-index: 0;
}
.qls-events-upcoming__container {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.qls-events-upcoming__heading {
  grid-column: 1 / -1;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--steel);
  text-align: center;
  margin-bottom: 50px;
}
.qls-events-upcoming__card {
  grid-column: 2 / 16;
  position: relative;
  z-index: 10;
  border: 2px solid var(--steel);
  border-radius: 16px;
  background-color: var(--paper-i);
  width: 800px;
  height: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 50px 40px 50px;
  box-sizing: border-box;
  gap: 40px;
}
.qls-events-upcoming__card-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--steel);
  color: var(--paper-i);
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 8px 14px;
  white-space: nowrap;
}
.qls-events-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.qls-events-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-3xl);
  line-height: 42px;
  letter-spacing: -0.02em;
  color: var(--steel);
  margin: 0 0 16px 0;
}
.qls-events-card__info {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--steel);
  margin-bottom: 0;
}
.qls-events-card__info p {
  margin: 0 0 6px 0;
}
.qls-events-card__info p:last-child {
  margin-bottom: 0;
}
.qls-events-card__flags {
  flex-shrink: 0;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.qls-events-card__flags img {
  width: 280px;
  height: auto;
}
.qls-events-card__rsvp {
  background: var(--paper-ii);
  color: var(--steel);
  border: 1px solid var(--steel);
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 8px 14px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.qls-events-card__rsvp:hover {
  background: var(--steel);
  color: var(--paper-i);
  border-color: var(--steel);
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .qls-events-upcoming__card {
    width: 100%;
    height: auto;
    min-height: 400px;
    flex-direction: column;
    padding: 40px 20px 30px 20px;
    gap: 24px;
  }
  .qls-events-upcoming__card-label {
    font-size: 14px;
    padding: 6px 16px;
  }
  .qls-events-card__title {
    font-size: 28px;
    line-height: 34px;
  }
  .qls-events-card__info {
    font-size: 14px;
    line-height: 22px;
  }
  .qls-events-card__flags img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .qls-events-upcoming__card {
    min-height: 450px;
    padding: 36px 16px 24px 16px;
  }
  .qls-events-card__title {
    font-size: 24px;
    line-height: 30px;
  }
  .qls-events-card__flags img {
    width: 180px;
  }
}
.qls-events-globe-section {
  background-color: var(--navy);
  padding: 0;
  margin-top: -100px;
  position: relative;
}
.qls-events-globe-section--no-upcoming {
  margin-top: 0px;
}
.qls-events-globe {
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 120% at 50% 20%, var(--navy), var(--navy) 60%, var(--navy) 100%);
}
.qls-events-globe svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ocean {
  fill: var(--navy);
}
.land {
  fill: var(--sky);
}
.graticule {
  fill: none;
  stroke: var(--sky);
  stroke-opacity: .25;
  stroke-width: .7;
}
.rim {
  fill: url(#rimGrad);
}
.spec {
  fill: url(#specGrad);
  opacity: .25;
}
.dot {
  fill: #fff;
  stroke: rgba(0,0,0,.5);
  stroke-width: 2;
}
.dot[data-active="true"] {
  filter: drop-shadow(0 0 6px rgba(239,208,94,.85));
}
.pill {
  font: 500 14px/1 'IBM Plex Mono', monospace;
  fill: var(--steel);
}
.pill-bg {
  fill: var(--paper-ii);
  stroke: var(--steel);
  stroke-width: 1;
}
.chip {
  fill: var(--accent);
}
.chip.meet {
  fill: var(--sky);
}
.chip.media {
  fill: var(--steel);
}
.qls-events-previous {
  background-color: #FFFFFF;
  padding: 80px 0 100px 0;
}
.qls-events-previous__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.qls-events-previous__heading {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-3xl);
  letter-spacing: -0.02em;
  color: var(--steel);
  margin-bottom: 80px;
  text-align: center;
}
.qls-events-previous__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.qls-events-previous__card {
  border: 1px solid var(--steel);
  border-radius: 0;
  padding: 24px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 524px;
  height: 160px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.qls-events-previous__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 77, 106, 0.1);
}
.qls-events-previous__card-content {
  flex: 1;
}
.qls-events-previous__card-date {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--steel);
  margin-bottom: 8px;
}
.qls-events-previous__card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: var(--steel);
  margin: 0;
}
.qls-events-previous__card-flags {
  flex-shrink: 0;
  margin-left: 20px;
}
.qls-events-previous__card-flags img {
  width: 180px;
  height: auto;
}
.qls-event-hero {
  background-color: var(--paper-ii);
  padding: 0 0 80px 0;
}
.qls-event-hero__container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.qls-event-hero__title {
  grid-column: 3 / 8;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: var(--steel);
  text-align: left;
  margin-bottom: 30px;
}
.qls-event-hero__meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
}
.qls-event-hero__date {
  grid-column: 3 / 5;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 24px;
  color: var(--steel);
  letter-spacing: 0;
}
.qls-event-hero__location {
  grid-column: 5 / 8;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 24px;
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: 0;
}
.qls-event-hero-image {
  background-color: #FFFFFF;
  padding: 0 0 var(--space-5xl) 0;
  position: relative;
}
.qls-event-hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: var(--paper-ii);
  z-index: 0;
}
.qls-event-hero-image__container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.qls-event-hero-image__img {
  grid-column: 2 / 9;
  width: 100%;
  height: auto;
  display: block;
}
.qls-event-content {
  background-color: #FFFFFF;
}
.qls-event-content__container {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.qls-event-text {
  grid-column: 5 / 13;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  line-height: 26.8px;
  letter-spacing: 0.004em;
  color: var(--navy);
  padding-bottom: var(--space-5xl);
}
.qls-event-text p {
  margin-bottom: 14px;
}
.qls-event-text p:last-child {
  margin-bottom: 0;
}
.qls-event-text:has(+ .qls-event-text .qls-event-vertical-video) {
  padding-bottom: var(--space-md);
}
.qls-event-quote {
  grid-column: 4 / 14;
  background-color: var(--paper-ii);
  border-left: 4px solid var(--steel);
  padding: var(--space-lg) var(--space-xl);
  margin-bottom: var(--space-5xl);
}
.qls-event-quote__text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.004em;
  color: var(--navy);
  margin: 0 0 var(--space-md) 0;
  font-style: italic;
}
.qls-event-quote__footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.qls-event-quote__author {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: var(--steel);
  font-style: normal;
}
.qls-event-quote__title {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--steel);
}
.qls-event-image-full-wrapper {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  padding-bottom: var(--space-5xl);
}
.qls-event-image-full {
  grid-column: 2 / 9;
}
.qls-event-image-full__img {
  width: 100%;
  height: auto;
  display: block;
}
.qls-event-video-wrapper {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  margin-bottom: var(--space-5xl);
}
.qls-event-video {
  grid-column: 2 / 9;
}
.qls-event-video__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--steel);
  margin: 0 0 var(--space-lg) 0;
}
.qls-event-video__embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.qls-event-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.qls-event-vertical-video {
  float: right;
  width: 315px;
  margin: 0 0 var(--space-lg) var(--space-lg);
  position: relative;
}
.qls-event-vertical-video iframe {
  width: 315px;
  height: 560px;
  border: none;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .qls-event-vertical-video {
    width: 280px;
    margin: 0 0 var(--space-md) var(--space-md);
  }
  .qls-event-vertical-video iframe {
    width: 280px;
    height: 497px;
  }
}
@media (max-width: 768px) {
  .qls-event-vertical-video {
    float: none;
    width: 250px;
    margin: 0 auto var(--space-md) auto;
    display: block;
  }
  .qls-event-vertical-video iframe {
    width: 250px;
    height: 444px;
  }
}
.qls-event-image-grid-wrapper {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  padding-bottom: var(--space-5xl);
}
.qls-event-image-grid {
  grid-column: 2 / 9;
}
.qls-event-image-grid--two_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gutter);
}
.qls-event-image-grid--two_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gutter);
}
.qls-event-image-grid--three_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gutter);
}
.qls-event-image-grid--four_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gutter);
}
.qls-event-image-grid--masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gutter);
  grid-auto-rows: 200px;
}
.qls-event-image-grid--masonry .qls-event-image-grid__item:nth-child(3n+1) {
  grid-row: span 2;
}
.qls-event-image-grid__item {
  position: relative;
  overflow: hidden;
  background-color: var(--paper-ii);
}
.qls-event-image-grid__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.qls-event-speakers {
  grid-column: 1 / -1;
  background-color: var(--paper-ii);
  padding: var(--space-4xl) 0;
}
.qls-event-speakers__container {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.qls-event-speakers__inner {
  grid-column: 3 / 15;
}
.qls-event-speakers__heading {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-3xl);
  letter-spacing: -0.02em;
  color: var(--steel);
  margin-bottom: var(--space-2xl);
}
.qls-event-speakers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xl);
}
.qls-event-speaker {
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
}
.qls-event-speaker__photo {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--paper-ii);
}
.qls-event-speaker__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qls-event-speaker__info {
  flex: 1;
}
.qls-event-speaker__name {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--steel);
  margin: 0 0 4px 0;
}
.qls-event-speaker__title {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--steel);
  margin: 0 0 var(--space-sm) 0;
}
.qls-event-speaker__bio {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.004em;
  color: var(--steel);
  margin: 0;
}
@media (max-width: 1024px) {
  .qls-event-speakers__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .qls-event-hero__meta {
    flex-direction: column;
    gap: var(--space-sm);
  }
  .qls-event-image-grid--two_column,
  .qls-event-image-grid--three_column,
  .qls-event-image-grid--four_grid {
    grid-template-columns: 1fr;
  }
  .qls-event-image-grid--masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .qls-event-image-grid--masonry .qls-event-image-grid__item:nth-child(3n+1) {
    grid-row: span 1;
  }
  .qls-event-speaker {
    flex-direction: column;
  }
  .qls-event-speaker__photo {
    width: 100px;
    height: 100px;
  }
}
.qls-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--space-6xl) var(--space-lg);
  background-color: var(--paper-ii);
}
.qls-policy h2 {
  font-family: 'InterVariable', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 1.7rem + 1.5vw, 3rem);
  color: var(--navy);
  margin: 0 0 var(--space-4xl) 0;
}
.qls-policy h3 {
  font-family: 'InterVariable', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 1000;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.75rem);
  line-height: 1.3;
  color: var(--navy);
  margin: var(--space-3xl) 0 var(--space-md) 0;
  letter-spacing: -0.01em;
}
.qls-policy p {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  line-height: 1.7;
  color: var(--navy);
  margin: 0 0 var(--space-md) 0;
}
.qls-policy ul {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  line-height: 1.7;
  color: var(--navy);
  margin: 0 0 var(--space-md) 0;
  padding-left: var(--space-lg);
}
.qls-policy li {
  margin-bottom: var(--space-sm);
}
.qls-policy a {
  color: var(--steel);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.qls-policy a:hover {
  color: var(--accent);
}
@media (max-width: 768px) {
  .qls-policy {
    padding: var(--space-4xl) var(--space-md);
  }
}
.qls-error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--paper-ii);
  padding: var(--space-xl) var(--space-lg);
}
.qls-error-page__container {
  text-align: center;
  max-width: 600px;
}
.qls-error-page__code {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(80px, 15vw, 160px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin: 0 0 var(--space-md) 0;
  letter-spacing: -0.02em;
}
.qls-error-page__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 var(--space-md) 0;
  line-height: 1.2;
}
.qls-error-page__message {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--steel);
  line-height: 1.6;
  margin: 0 0 var(--space-2xl) 0;
}
.qls-error-page__button {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-xl);
  background-color: var(--navy);
  color: var(--paper-i);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.qls-error-page__button:hover {
  background-color: var(--steel);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(27, 53, 73, 0.2);
}
@media (max-width: 768px) {
  .qls-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    padding: 0;
    background-color: var(--navy);
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .qls-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--space-md) var(--space-lg);
    min-height: 70px;
  }
  .qls-header__left {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    flex: 1;
    padding-top: 0px;
  }
  .qls-header__badge {
    display: none;
  }
  .qls-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .qls-header__nav {
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    gap: var(--space-lg);
    flex-wrap: nowrap;
  }
  .qls-header__link {
    color: var(--sky);
    white-space: nowrap;
  }
  .qls-logo {
    width: 60px;
    height: auto;
  }
  .qls-badge {
    min-height: 56px;
    padding: 10px 18px;
    font-size: 0.9rem;
  }
  .qls-badge .top-label {
    font-size: 0.65rem;
  }
  .qls-badge .headline {
    font-size: 0.95rem;
  }
  .qls-hero {
    padding-top: calc(100px + var(--space-3xl));
    padding-bottom: var(--space-2xl);
  }
  .qls-hero__title {
    flex-wrap: wrap;
    gap: 0.5rem;
    white-space: normal;
  }
  .qls-hero__lead {
    margin-top: var(--space-lg);
    padding: 0 var(--space-2xl);
  }
  .qls-hero__actions {
    margin-top: var(--space-2xl);
    flex-direction: column;
    gap: var(--space-sm);
  }
  .qls-hero__actions .separator {
    display: none;
  }
  .qls-section1 {
    padding: var(--space-3xl) 0;
  }
  .qls-section1__heading {
    grid-column: 2 / 16;
    font-size: clamp(1.5rem, 6vw, 2rem);
    text-align: center;
    margin-bottom: var(--space-lg);
    line-height: 34px;
  }
  .qls-section1__lead {
    grid-column: 2 / 16;
    text-align: center;
    margin-bottom: var(--space-3xl);
    padding: 0 var(--space-sm);
  }
  .qls-section1__card {
    grid-column: 2 / 16;
    width: 100%;
    height: auto;
    padding: var(--space-lg);
  }
  .qls-section1__card-label {
    font-size: 16px;
    padding: 6px 12px;
  }
  .qls-section1__pillars {
    flex-direction: column;
    gap: var(--space-xl);
  }
  .qls-section1__pillar {
    width: 100%;
  }
  .qls-section1__pillar:nth-child(1) .qls-section1__icon,
  .qls-section1__pillar:nth-child(2) .qls-section1__icon,
  .qls-section1__pillar:nth-child(3) .qls-section1__icon {
    width: 120px;
  }
  .qls-section1__pillar-title {
    font-size: 20px;
  }
  .qls-section1__pillar-text {
    font-size: 14px;
    line-height: 20px;
  }
  .qls-section2 {
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: var(--space-3xl);
  }
  .qls-section2__heading {
    grid-column: 2 / 16;
    font-size: clamp(1.5rem, 6vw, 2rem);
    text-align: center;
    margin-bottom: var(--space-lg);
  }
  .qls-section2__text {
    grid-column: 2 / 16;
    margin-bottom: var(--space-xl);
    padding: 0 var(--space-sm);
  }
  .qls-section2__chart {
    grid-column: 2 / 16;
    width: 90%;
  }
  .qls-section3 {
    display: none;
  }
  .qls-section4 {
    display: none;
  }
  .qls-footer {
    padding: var(--space-3xl) 0 var(--space-xl);
  }
  .qls-footer__container {
    grid-template-columns: 1fr;
  }
  .qls-footer__main {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    margin-bottom: var(--space-3xl);
    padding: 0 var(--space-md);
  }
  .qls-footer__main .qls-footer__column:first-child,
  .qls-footer__main .qls-footer__column:last-child {
    grid-column: 1;
  }
  .qls-footer__main .qls-footer__column:last-child {
    align-items: center;
    text-align: center;
  }
  .qls-footer__heading {
    text-align: center;
    font-size: 16px;
  }
  .qls-footer__socials {
    justify-content: center;
    gap: var(--space-lg);
  }
  .qls-footer__nav {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    margin-bottom: var(--space-3xl);
    padding: 0 var(--space-md);
  }
  .qls-footer__nav .qls-footer__column:first-child,
  .qls-footer__nav .qls-footer__column:last-child {
    grid-column: 1;
    align-items: center;
  }
  .qls-footer__link {
    font-size: 16px;
  }
  .qls-footer__bottom {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: var(--space-md);
    padding: 0 var(--space-md);
  }
  .qls-footer__copyright {
    grid-column: 1;
    text-align: center;
    font-size: 12px;
  }
  .qls-footer__legal {
    grid-column: 1;
    flex-direction: column;
    gap: var(--space-sm);
  }
  .qls-footer__legal-link {
    font-size: 12px;
  }
  .qls-footer__separator {
    display: none;
  }
  .qls-footer__logo {
    grid-column: 1;
    justify-content: center;
  }
  .qls-footer__logo img {
    width: 60px;
  }
  .qls-about-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    padding: 0;
    background-color: var(--paper-ii);
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .qls-about-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--space-md) var(--space-lg);
    min-height: 70px;
  }
  .qls-about-header__left {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    flex: 1;
    padding-top: 0px;
  }
  .qls-about-header__right {
    display: flex;
    align-items: center;
  }
  .qls-about-header__badge-img {
    width: 60px;
    height: auto;
  }
  .qls-about-header__nav {
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    gap: var(--space-lg);
    flex-wrap: nowrap;
  }
  .qls-about-header__link {
    color: var(--steel);
    white-space: nowrap;
  }
  .qls-about-intro {
    padding: calc(100px + var(--space-xl)) 0 var(--space-3xl) 0;
  }
  .qls-about-intro__title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: var(--space-md);
  }
  .qls-about-intro__content {
    grid-column: 2 / 16;
    margin-left: 0;
    margin-right: 0;
    padding: 0 var(--space-sm);
  }
  .qls-about-mission {
    padding: var(--space-3xl) 0 0 0;
  }
  .qls-about-mission__container {
    grid-template-columns: 1fr;
  }
  .qls-about-mission__content {
    grid-column: 1;
    padding: 0 var(--space-md);
  }
  .qls-about-mission__heading {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: var(--space-lg);
  }
  .qls-about-mission__image {
    grid-column: 1;
    margin-top: var(--space-xl);
    padding: 0 var(--space-md);
  }
  .qls-about-media {
    padding: var(--space-3xl) 0 0 0;
  }
  .qls-about-media__heading {
    grid-column: 2 / 16;
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: var(--space-lg);
    padding: 0 var(--space-sm);
  }
  .qls-about-media__intro {
    grid-column: 2 / 16;
    margin-bottom: var(--space-lg);
    padding: 0 var(--space-sm);
  }
  .qls-about-media__logos {
    grid-column: 2 / 16;
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    padding: 0 var(--space-md);
  }
  .qls-about-media__logo {
    padding: var(--space-md);
  }
  .qls-about-team {
    padding-top: var(--space-3xl);
  }
  .qls-about-team__heading {
    grid-column: 2 / 16;
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: var(--space-lg);
    padding: 0 var(--space-sm);
  }
  .qls-about-team__member {
    padding: 0 var(--space-md);
    gap: var(--space-lg);
  }
  .qls-about-support {
    padding: var(--space-3xl) 0;
  }
  .qls-about-support__heading {
    grid-column: 2 / 16;
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    margin-bottom: var(--space-lg);
    padding: 0 var(--space-sm);
    text-align: center;
  }
  .qls-about-support__text {
    grid-column: 2 / 16;
    text-align: center;
    padding: 0 var(--space-sm);
  }
  .qls-about-story {
    display: none;
  }
  .qls-events-page-heading {
    padding: calc(100px + var(--space-xl)) 0 var(--space-3xl) 0;
  }
  .qls-events-page-heading__title {
    font-size: clamp(2rem, 8vw, 3rem);
    padding: 0 var(--space-md);
  }
  .qls-events-upcoming {
    padding: 0 0 var(--space-xl) 0;
  }
  .qls-events-upcoming::before {
    height: 100px;
  }
  .qls-events-upcoming__heading {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: var(--space-xl);
    padding-top: 130px;
  }
  .qls-events-upcoming .qls-section1__card {
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    gap: var(--space-lg);
    padding: var(--space-lg);
    margin: 0 var(--space-md);
    height: auto;
  }
  .qls-events-card__flags {
    align-self: center;
  }
  .qls-events-card__flags img {
    width: 200px;
  }
  .qls-events-card__title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.2;
  }
  .qls-events-card__info {
    font-size: 14px;
    line-height: 20px;
  }
  .qls-events-card__rsvp {
    font-size: 18px;
    padding: 8px 12px;
  }
  .qls-events-globe {
    height: 500px;
  }
  .qls-events-previous {
    padding: var(--space-3xl) 0;
  }
  .qls-events-previous__heading {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: var(--space-xl);
  }
  .qls-events-previous__grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  .qls-events-previous__card {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: var(--space-md);
    padding: var(--space-md);
  }
  .qls-events-previous__card-flags {
    margin-left: 0;
    align-self: center;
  }
  .qls-events-previous__card-flags img {
    width: 160px;
  }
  .qls-events-previous__card-date {
    font-size: 16px;
  }
  .qls-events-previous__card-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .qls-event-hero {
    padding: calc(100px + var(--space-xl)) 0 var(--space-3xl) 0;
  }
  .qls-event-hero__title {
    grid-column: 2 / 9;
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.2;
    margin-bottom: var(--space-lg);
    padding: 0 var(--space-sm);
  }
  .qls-event-hero__date,
  .qls-event-hero__location {
    grid-column: 2 / 9;
    font-size: 16px;
    padding: 0 var(--space-sm);
  }
  .qls-event-hero-image {
    padding: 0 0 var(--space-3xl) 0;
  }
  .qls-event-hero-image::before {
    height: 40px;
  }
  .qls-event-hero-image__img {
    grid-column: 1 / -1;
  }
  .qls-event-text {
    grid-column: 2 / 16;
    padding-bottom: var(--space-3xl);
    padding-left: var(--space-md);
    padding-right: var(--space-md);
  }
  .qls-event-quote {
    grid-column: 2 / 16;
    padding: var(--space-md);
    margin-bottom: var(--space-3xl);
    margin-left: var(--space-sm);
    margin-right: var(--space-sm);
  }
  .qls-event-quote__text {
    font-size: 16px;
  }
  .qls-event-quote__author {
    font-size: 14px;
  }
  .qls-event-quote__title {
    font-size: 13px;
  }
  .qls-event-image-full-wrapper {
    padding-bottom: var(--space-3xl);
  }
  .qls-event-image-full {
    grid-column: 1 / -1;
  }
  .qls-event-video-wrapper {
    display: none;
  }
  .qls-event-image-grid-wrapper {
    padding-bottom: var(--space-3xl);
  }
  .qls-event-image-grid {
    grid-column: 1 / -1;
  }
  .qls-event-speakers {
    padding: var(--space-3xl) 0;
  }
  .qls-event-speakers__inner {
    grid-column: 2 / 16;
    padding: 0 var(--space-sm);
  }
  .qls-event-speakers__heading {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: var(--space-lg);
  }
  .qls-event-speakers__grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }
  .qls-event-speaker {
    flex-direction: column;
    align-items: center;
  }
  .qls-event-speaker__photo {
    width: 100px;
    height: 100px;
  }
}
.qls-news-page-heading {
  background-color: var(--paper-ii);
  padding: 0 0 80px 0;
}
.qls-news-page-heading__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.qls-news-page-heading__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--steel);
  text-align: center;
}
.qls-news-list {
  background-color: #FFFFFF;
  padding: 80px 0 100px 0;
}
.qls-news-list__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.qls-news-card {
  display: block;
  text-decoration: none;
  padding: 40px 0;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.qls-news-card:first-child {
  padding-top: 0;
}
.qls-news-card:hover {
  opacity: 0.7;
}
.qls-news-card__image {
  width: 100%;
  margin-bottom: var(--space-md);
}
.qls-news-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.qls-news-card__date {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 16px;
  color: var(--steel);
  margin-bottom: 8px;
}
.qls-news-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: var(--steel);
  margin: 0 0 12px 0;
}
.qls-news-card__blurb {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.004em;
  color: var(--navy);
  margin: 0;
}
.qls-news-hero-image {
  background-color: #FFFFFF;
  padding: 0;
  position: relative;
}
.qls-news-hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: var(--paper-ii);
  z-index: 0;
}
.qls-news-hero-image__container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.qls-news-hero-image__img {
  grid-column: 2 / 9;
  width: 100%;
  height: auto;
  display: block;
}
.qls-news-hero {
  background-color: #FFFFFF;
  padding: var(--space-2xl) 0;
  position: relative;
}
.qls-news-hero__container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.qls-news-hero__date {
  grid-column: 3 / 8;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 24px;
  color: var(--steel);
  margin-bottom: var(--space-sm);
}
.qls-news-hero__title {
  grid-column: 3 / 8;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: var(--steel);
}
@media (max-width: 768px) {
  .qls-news-page-heading__title {
    grid-column: 1 / -1;
    font-size: 40px;
    line-height: 46px;
  }
  .qls-news-hero__title {
    grid-column: 1 / -1;
    font-size: 36px;
    line-height: 42px;
  }
  .qls-news-hero__date {
    grid-column: 1 / -1;
    font-size: 18px;
  }
  .qls-news-hero-image__img {
    grid-column: 1 / -1;
  }
  .qls-news-card__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.qls-news-references {
  background-color: #FFFFFF;
  padding: 0 0 var(--space-5xl);
}
.qls-news-references__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.qls-news-references__heading {
  grid-column: 3 / 8;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: var(--space-sm);
}
.qls-news-references__list {
  grid-column: 3 / 8;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ref-counter;
}
.qls-news-references__item {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--steel);
  margin-bottom: var(--space-sm);
  padding-left: 24px;
  position: relative;
  counter-increment: ref-counter;
}
.qls-news-references__item::before {
  content: counter(ref-counter) ".";
  position: absolute;
  left: 0;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  color: var(--steel);
}
.qls-news-references__source {
  font-weight: 500;
}
.qls-news-references__title {
  font-style: italic;
}
.qls-news-references__year {
  margin-left: 4px;
}
.qls-news-references__link {
  margin-left: 4px;
  color: var(--steel);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}
.qls-news-references__link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .qls-news-references__container {
    grid-template-columns: 1fr;
  }
  .qls-news-references__heading {
    grid-column: 1 / -1;
  }
  .qls-news-references__list {
    grid-column: 1 / -1;
  }
}
@layer base {
  :root {
    --navy: #1b3549;
    --steel: #1e4d6a;
    --accent: #efd05e;
    --sky: #a2cae9;
    --paper-i: #fafafa;
    --paper-ii: #f8f8f8;
    --bg: #FFFFFF;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
