/*
 * CSG Production Group front-end styles.
 * Visual rules preserved from the approved configurable-scroll build.
 */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope-81401990.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope-76dcfc73.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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,);
  }
}
:root {
  --font-manrope: "Manrope", Arial, Helvetica, sans-serif;
  --ink: #080808;
  --ink-soft: #11110f;
  --paper: #f1f0e9;
  --muted: #fff;
  --line: #f1f0e92e;
  --primary: #0f4a6d;
  --lime: #b5d63e;
  --green: #2cf16a;
  --blue: #679bbe;
  --mint: #6fe9ab;
  --signal: var(--lime);
  --page-pad: clamp(1.25rem, 3.5vw, 3.75rem);
  --header-height: 8.25rem;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--ink);
  scroll-behavior: auto;
}
body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-manrope), Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}
.spatial-fragments {
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  height: 100svh;
  transition:
    opacity 0.55s,
    filter 0.55s;
  position: fixed;
  inset: 0;
}
.dot-screen {
  opacity: 0.62;
  pointer-events: none;
  z-index: 2;
  background-image: radial-gradient(circle, #f1f0e933 0.65px, #0000 0.85px);
  background-size: 5px 5px;
  position: fixed;
  inset: 0;
}
.hero__copy,
.hero__routes,
.group-intro > *,
.closing > *,
.site-footer > * {
  z-index: 3;
  position: relative;
}
body,
button,
a {
  font-synthesis: none;
}
button,
a {
  color: inherit;
}
button {
  font: inherit;
}
a {
  text-decoration: none;
}
::selection {
  background: var(--signal);
  color: var(--ink);
}
.site-header {
  height: var(--header-height);
  padding: 0 var(--page-pad);
  z-index: 100;
  background: #080808f7;
  border-bottom: 1px solid #679bbe38;
  justify-content: space-between;
  align-items: center;
  transition:
    height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.45s,
    border-color 0.45s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1.25rem 3.5rem #0000002e;
}
.site-header--compact {
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #080808f0;
  height: 6rem;
}
.brand-lockup {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  width: 14.5rem;
  height: 7rem;
  transition:
    height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
}
.brand-lockup img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.site-header--compact .brand-lockup {
  width: 10.75rem;
  height: 5.1rem;
}
.site-nav {
  align-items: center;
  gap: clamp(1.1rem, 2.6vw, 2.75rem);
  display: flex;
}
.site-nav a,
.site-nav button {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--muted);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
  transition: color 0.3s;
  position: relative;
}
.site-nav a:after,
.site-nav button:after {
  background: var(--signal);
  content: "";
  transform-origin: 100%;
  width: 100%;
  height: 1px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: -0.55rem;
  left: 0;
  transform: scaleX(0);
}
.site-nav a:hover:after,
.site-nav a:focus-visible:after,
.site-nav button:hover:after,
.site-nav button:focus-visible:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.hero {
  min-height: 100svh;
  padding: calc(var(--header-height) + 1.25rem) var(--page-pad) 5.75rem;
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-columns: 1fr;
  align-content: end;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #e5ff3f14, #0000 28%);
  animation: 1.8s 0.65s forwards ambient-in;
  position: absolute;
  inset: 0;
}
.hero__noise {
  opacity: 0.12;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}
.hero__coordinate {
  color: #f1f0e959;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  z-index: 3;
  margin: 0;
  font-size: 0.57rem;
  font-weight: 600;
  position: absolute;
}
.hero__coordinate--top {
  right: calc(var(--page-pad) + 1rem);
  top: calc(var(--header-height) + 1rem);
}
.hero__coordinate--side {
  transform-origin: 0 0;
  top: 50%;
  left: 0.35rem;
  transform: rotate(-90deg) translate(-50%);
}
.four-point-system {
  width: 100%;
  height: 100%;
  animation: 8s ease-in-out infinite system-float;
  position: relative;
}
.system-ring,
.system-axis,
.system-node,
.system-core {
  position: absolute;
}
.system-ring {
  border: 1px solid #f1f0e933;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.system-ring--outer {
  border-style: dashed;
  width: 88%;
  height: 88%;
  animation: 32s linear infinite system-spin;
}
.system-ring--inner {
  width: 45%;
  height: 45%;
}
.system-axis {
  background: #f1f0e91f;
  top: 50%;
  left: 50%;
}
.system-axis--x {
  width: 88%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.system-axis--y {
  width: 1px;
  height: 88%;
  transform: translate(-50%, -50%);
}
.system-node {
  background: var(--ink);
  border: 1px solid #e5ff3f8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}
.system-node i {
  color: var(--signal);
  letter-spacing: 0.1em;
  font-size: 0.55rem;
  font-style: normal;
}
.system-node--1 {
  top: 6%;
  left: 50%;
  transform: translate(-50%);
}
.system-node--2 {
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.system-node--3 {
  bottom: 6%;
  left: 50%;
  transform: translate(-50%);
}
.system-node--4 {
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
.system-core {
  background: var(--signal);
  color: var(--ink);
  letter-spacing: -0.05em;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 12%;
  font-size: clamp(0.85rem, 1.3vw, 1.2rem);
  font-weight: 760;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.four-point-system--compact .system-node {
  width: 1.9rem;
  height: 1.9rem;
}
.hero__copy {
  z-index: 2;
  align-self: center;
  max-width: 67rem;
  padding: 1rem 0;
  position: relative;
}
.eyebrow,
.section-index,
.scene-number,
.stage-kicker,
.slot-caption {
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: clamp(0.98rem, 1.05vw, 1.15rem);
  font-weight: 680;
}
.eyebrow {
  color: var(--signal);
  margin: 0 0 clamp(1.25rem, 2.2vh, 2rem);
}
.hero__title {
  letter-spacing: -0.072em;
  margin: 0;
  font-size: clamp(4rem, 7.4vw, 8.25rem);
  font-weight: 420;
  line-height: 0.82;
}
.title-line {
  padding: 0 0.08em 0.1em 0;
  display: block;
  overflow: hidden;
}
.title-line > span {
  transform-origin: 0 100%;
  animation: 1.15s cubic-bezier(0.76, 0, 0.24, 1) forwards title-in;
  display: block;
  transform: translateY(112%) rotate(2.5deg);
}
.title-line:nth-child(2) > span {
  animation-delay: 0.12s;
}
.hero__summary {
  color: #fff;
  max-width: 42rem;
  margin: clamp(1.4rem, 2.8vh, 2.3rem) 0 0;
  font-size: clamp(1.5rem, 2.15vw, 2rem);
  font-weight: 360;
  line-height: 1.5;
}
.reveal {
  animation: 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.8s both fade-up;
}
.reveal--two {
  animation-delay: 0.95s;
}
.hero__routes {
  z-index: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: end;
  gap: clamp(1.25rem, 2.35vw, 2.5rem);
  margin: 0;
  padding-block: 0;
  display: grid;
  position: relative;
}
.hero-route {
  appearance: none;
  cursor: pointer;
  text-align: left;
  isolation: isolate;
  background: #fff;
  border: 1px solid #ffffffd9;
  border-radius: clamp(1rem, 1.35vw, 1.5rem);
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-columns: 2.2rem minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: clamp(7rem, 13vh, 9rem);
  padding: 1.25rem;
  transition:
    background-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-route:after,
.closing-card:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#0419260d 10%, #041926d1 100%);
  position: absolute;
  inset: 0;
}
.hero-route:after {
  background: linear-gradient(180deg, transparent 52%, var(--card-accent));
}
@supports (color: color-mix(in lab, red, red)) {
  .hero-route:after {
    background: linear-gradient(
      180deg,
      transparent 52%,
      color-mix(in srgb, var(--card-accent) 20%, transparent)
    );
  }
}
.hero-route--letters,
.closing-card--letters {
  --card-accent: var(--lime);
}
.hero-route--printing,
.closing-card--printing {
  --card-accent: var(--blue);
}
.hero-route--apparel,
.closing-card--apparel {
  --card-accent: var(--green);
}
.hero-route--services,
.closing-card--services {
  --card-accent: var(--mint);
}
.hero-route > span,
.hero-route > strong,
.hero-route > i,
.closing-card > span,
.closing-card > strong,
.closing-card > i {
  z-index: 2;
  position: relative;
}
.hero-route b,
.closing-card b {
  background: var(--card-accent);
  z-index: 0;
  border-radius: 58% 44% 0 0/48% 62% 0 0;
  width: 118%;
  height: 68%;
  transition:
    bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: -58%;
  left: -8%;
  transform: rotate(-5deg);
}
.hero-route:nth-child(2) b,
.closing-card:nth-child(2) b {
  border-radius: 70% 28% 0 0/55% 44% 0 0;
  transform: rotate(6deg);
}
.hero-route:nth-child(3) b,
.closing-card:nth-child(3) b {
  border-radius: 30% 72% 0 0/64% 45% 0 0;
  transform: rotate(-9deg);
}
.hero-route:nth-child(4) b,
.closing-card:nth-child(4) b {
  border-radius: 48% 55% 0 0/35% 70% 0 0;
  transform: rotate(3deg);
}
.hero-route:first-child {
  border-top: 1px solid var(--line);
}
.hero-route span {
  color: var(--primary);
  letter-spacing: 0.1em;
  font-size: 0.76rem;
  font-weight: 700;
}
.hero-route__logo-slot {
  border: 1px dashed #0f4a6d3d;
  border-radius: 0.8rem;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  min-height: 4.8rem;
  padding: 0.75rem;
  display: flex;
}
.hero-route__logo-slot img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
  max-height: 3.8rem;
  display: block;
}
.hero-route__service {
  text-transform: uppercase;
  border-top: 1px solid #0f4a6d29;
  grid-column: 2/4;
  align-self: end;
  margin-top: 0.8rem;
  padding-top: 0.72rem;
  color: #082d43 !important;
  letter-spacing: 0.08em !important;
  font-size: clamp(0.78rem, 0.9vw, 0.92rem) !important;
  font-weight: 800 !important;
}
.hero-route__logo-slot small {
  color: #0f4a6d85;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 0.58rem;
  font-weight: 750;
}
.hero-route__logo-slot strong {
  color: #082d43;
  letter-spacing: -0.04em;
  font-size: clamp(1.15rem, 1.65vw, 1.7rem);
  font-weight: 800;
}
.hero-route i {
  color: var(--primary);
  opacity: 0;
  font-size: 1.15rem;
  font-style: normal;
  transition:
    opacity 0.35s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translate(-0.75rem, -0.75rem);
}
.hero-route:hover,
.hero-route:focus-visible {
  border-color: var(--card-accent);
  background: #fff;
  padding-left: 1.5rem;
  transform: translateY(-0.35rem);
}
.hero-route:hover b,
.hero-route:focus-visible b,
.closing-card:hover b,
.closing-card:focus-visible b {
  bottom: -26%;
  transform: rotate(0) scale(1.04);
}
.hero-route:hover i,
.hero-route:focus-visible i {
  opacity: 1;
  transform: translate(0);
}
.scroll-cue {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  bottom: 1.35rem;
  left: var(--page-pad);
  z-index: 3;
  align-items: center;
  gap: 0.8rem;
  display: flex;
  position: absolute;
}
.scroll-cue span {
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 600;
}
.scroll-cue i {
  border: 1px solid var(--line);
  border-radius: 999px;
  width: 1.2rem;
  height: 2.2rem;
  position: relative;
}
.scroll-cue i:after {
  background: var(--signal);
  content: "";
  border-radius: 50%;
  width: 0.2rem;
  height: 0.2rem;
  animation: 1.8s ease-in-out infinite scroll-dot;
  position: absolute;
  top: 0.45rem;
  left: 50%;
  transform: translate(-50%);
}
.group-intro {
  min-height: 88svh;
  padding: clamp(7rem, 14vh, 11rem) var(--page-pad);
  text-align: center;
  flex-direction: column;
  place-content: center;
  gap: clamp(1.5rem, 3vh, 2.5rem);
  display: flex;
  position: relative;
  overflow: hidden;
}
.group-intro__headline {
  align-self: center;
  width: 100%;
  position: relative;
}
.group-intro__four {
  color: #0000;
  letter-spacing: -0.12em;
  opacity: 0.08;
  -webkit-text-stroke: 1px var(--paper);
  z-index: 0;
  font-size: clamp(12rem, 31vw, 35rem);
  font-weight: 700;
  line-height: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.group-intro__headline h2 {
  z-index: 2;
  position: relative;
}
.section-index {
  color: var(--signal);
  margin: 0;
}
.group-intro h2,
.closing h2 {
  letter-spacing: -0.065em;
  align-self: center;
  margin: 0;
  font-size: clamp(3rem, 6.6vw, 7.5rem);
  font-weight: 420;
  line-height: 0.9;
}
.group-intro > p:last-child {
  color: #fff;
  align-self: center;
  max-width: 48rem;
  margin: 0;
  font-size: clamp(1.5rem, 2.15vw, 2rem);
  line-height: 1.6;
}
.brand-story {
  height: 430svh;
  position: relative;
}
.brand-stage {
  isolation: isolate;
  z-index: 4;
  background: #080808b8;
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.brand-stage > * {
  z-index: 6;
  position: relative;
}
.brand-stage > .brand-scene {
  position: absolute;
}
.stage-kicker {
  color: #fff;
  left: var(--page-pad);
  pointer-events: none;
  right: var(--page-pad);
  z-index: 80;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: clamp(5.7rem, 11vh, 7.25rem);
}
.stage-progress {
  z-index: 90;
  gap: 0.6rem;
  display: flex;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translate(-50%);
}
.stage-progress button {
  appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem;
  display: flex;
}
.stage-progress span {
  color: var(--muted);
  font-size: 0.6rem;
}
.stage-progress i {
  background: #f1f0e938;
  width: clamp(1.5rem, 3vw, 3rem);
  height: 2px;
  position: relative;
  overflow: hidden;
}
.stage-progress i:after {
  background: var(--signal);
  content: "";
  transform-origin: 0;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
}
.stage-progress button.is-active span {
  color: var(--paper);
}
.stage-progress button.is-active i:after {
  transform: scaleX(1);
}
.brand-scene {
  padding: clamp(8rem, 15vh, 10rem) var(--page-pad) clamp(5rem, 9vh, 6.5rem);
  will-change: opacity, transform, clip-path;
  grid-template-columns: minmax(19rem, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  transition: none;
  display: grid;
  position: absolute;
  inset: 0;
}
.brand-scene:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 75% 45%, #e5ff3f14, #0000 35%);
  position: absolute;
  inset: 0;
}
.brand-scene__copy {
  isolation: isolate;
  z-index: 3;
  position: relative;
}
.brand-scene__copy:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(
    at 28% 48%,
    #080808f0 0%,
    #080808c7 54%,
    #0000 78%
  );
  position: absolute;
  inset: -3rem -5rem -3rem -3rem;
}
.scene-number {
  color: var(--signal);
  margin: 0 0 1.15rem;
}
.scene-name {
  color: var(--paper);
  letter-spacing: -0.035em;
  margin: 0 0 clamp(1.5rem, 4vh, 2.7rem);
  font-size: clamp(1.65rem, 2.7vw, 3rem);
  font-weight: 680;
}
.brand-scene h2 {
  letter-spacing: -0.07em;
  max-width: 7.2ch;
  margin: 0 0 clamp(1.6rem, 4vh, 2.7rem);
  font-size: clamp(3.5rem, 7vw, 8.3rem);
  font-weight: 420;
  line-height: 0.85;
}
.scene-description {
  color: #fff;
  max-width: 31rem;
  margin: 0;
  font-size: clamp(1.45rem, 1.95vw, 1.82rem);
  line-height: 1.55;
}
.brand-scene ul {
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  max-width: 31rem;
  margin: 2rem 0 0;
  padding: 1rem 0 0;
  list-style: none;
  display: flex;
}
.brand-scene li {
  color: #fff;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 560;
}
.scene-link {
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-items: center;
  gap: 2.1rem;
  margin-top: clamp(1.8rem, 4vh, 3rem);
  padding: 0 0 0.65rem;
  font-size: 0.77rem;
  font-weight: 600;
  display: inline-flex;
  position: relative;
}
.scene-link:after {
  background: var(--signal);
  content: "";
  transform-origin: 100%;
  width: 100%;
  height: 1px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
}
.scene-link:hover:after,
.scene-link:focus-visible:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.scene-link i {
  color: var(--signal);
  font-size: 1.05rem;
  font-style: normal;
}
.scene-actions {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 1.75rem;
  margin-top: clamp(1.8rem, 4vh, 3rem);
  display: flex;
}
.scene-actions .scene-link {
  margin-top: 0;
}
.back-to-top {
  appearance: none;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-items: center;
  gap: 1rem;
  padding: 0 0 0.65rem;
  font-size: 0.77rem;
  font-weight: 600;
  display: inline-flex;
  position: relative;
}
.back-to-top:after {
  background: var(--division-accent, var(--signal));
  content: "";
  transform-origin: 100%;
  width: 100%;
  height: 1px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
}
.back-to-top:hover:after,
.back-to-top:focus-visible:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.back-to-top i {
  color: var(--division-accent, var(--signal));
  font-size: 1rem;
  font-style: normal;
}
.brand-scene__visual-slot {
  background: #04121af0;
  justify-self: stretch;
  height: min(72vh, 48vw);
  min-height: 28rem;
  max-height: 52rem;
  position: relative;
  overflow: hidden;
}
.brand-scene__visual-slot .material {
  opacity: 0.13;
}
.brand-scene__visual-slot picture,
.brand-scene__visual-slot picture img {
  width: 100%;
  height: 100%;
  display: block;
}
.brand-scene__visual-slot picture img {
  object-fit: cover;
}
.footer-link--inactive {
  color: #ffffff7a;
  cursor: default;
  font-size: 0.94rem;
  font-weight: 540;
}
.brand-scene__visual-slot:before {
  border-color: #f1f0e91a;
}
.brand-scene__visual-slot:before,
.brand-scene__visual-slot:after {
  content: "";
  pointer-events: none;
  z-index: 5;
  position: absolute;
}
.brand-scene__visual-slot:before {
  border: 1px solid #f1f0e929;
  inset: 0;
}
.brand-scene__visual-slot:after {
  background: linear-gradient(90deg, #0000, #e5ff3f42, #0000);
  width: 100%;
  height: 1px;
  animation: 4.8s ease-in-out infinite scan;
  top: 50%;
  left: -100%;
}
.slot-caption {
  color: #f1f0e99e;
  z-index: 6;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.material {
  background: #0d0d0c;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.material:before {
  content: "";
  background-image:
    linear-gradient(#f1f0e90e 1px, #0000 1px),
    linear-gradient(90deg, #f1f0e90e 1px, #0000 1px);
  background-size: 5.5rem 5.5rem;
  position: absolute;
  inset: 0;
}
.material-note {
  color: #f1f0e96b;
  letter-spacing: 0.13em;
  z-index: 5;
  font-size: 0.62rem;
  font-weight: 600;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.material--letters {
  background: radial-gradient(
    circle at 48% 48%,
    #30302b 0,
    #121211 37%,
    #080808 70%
  );
}
.letter {
  letter-spacing: -0.12em;
  font-size: min(31rem, 40vw);
  font-weight: 760;
  line-height: 1;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.letter--back {
  color: #0000;
  -webkit-text-stroke: 2px #e5ff3f4d;
  transform: translate(calc(2.2rem - 50%), calc(2.2rem - 50%));
}
.letter--mid {
  color: #242420;
  text-shadow: 1rem 1rem 3rem #000000b8;
  transform: translate(calc(1.1rem - 50%), calc(1.1rem - 50%));
}
.letter--face {
  color: #e8e7df;
  text-shadow: 0 0 2rem #e5ff3f29;
}
.material--printing {
  background: #deddd5;
}
.material--printing:before {
  background-image:
    linear-gradient(#08080814 1px, #0000 1px),
    linear-gradient(90deg, #08080814 1px, #0000 1px);
}
.print-sheet {
  width: 78%;
  height: 58%;
  position: absolute;
  top: 19%;
  left: 10%;
}
.print-sheet--one {
  background: linear-gradient(
    128deg,
    #111 0 25%,
    #e5ff3f 25% 44%,
    #78786f 44% 61%,
    #f1f0e9 61%
  );
  transform: rotate(-5deg);
  box-shadow: 2rem 2rem #08080829;
}
.print-sheet--two {
  border: 2px solid #080808;
  transform: rotate(4deg) translate(1.5rem, 1.5rem);
}
.registration-mark {
  color: #080808;
  font-size: 3.5rem;
  font-weight: 300;
  position: absolute;
  bottom: 1.1rem;
  right: 1.5rem;
}
.material--printing .material-note,
.material--printing + .slot-caption {
  color: #0808089e;
}
.material--apparel {
  background: #292926;
}
.fabric-grid {
  background-image:
    repeating-linear-gradient(0deg, #0000 0 6px, #f1f0e914 6px 7px),
    repeating-linear-gradient(90deg, #0000 0 6px, #f1f0e914 6px 7px);
  position: absolute;
  inset: 0;
  transform: scale(1.2) rotate(9deg);
}
.material-word {
  color: #0000;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1px var(--signal);
  font-size: min(10rem, 13vw);
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-9deg);
}
.stitch {
  border: 2px dashed var(--signal);
  border-radius: 50%;
  position: absolute;
}
.stitch--one {
  width: 70%;
  height: 72%;
  top: 12%;
  left: 13%;
  transform: rotate(18deg);
}
.stitch--two {
  width: 44%;
  height: 42%;
  top: 28%;
  right: 10%;
  transform: rotate(-12deg);
}
.material--services {
  background: linear-gradient(140deg, #0a0a0a 0 51%, #20201d 51%);
}
.service-grid {
  background-image:
    linear-gradient(#e5ff3f1c 1px, #0000 1px),
    linear-gradient(90deg, #e5ff3f1c 1px, #0000 1px);
  background-size: 2.5rem 2.5rem;
  position: absolute;
  inset: 0;
  transform: perspective(500px) rotateX(56deg) scale(1.7) translateY(18%);
}
.service-orbit {
  border: 1px solid #f1f0e957;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-orbit--one {
  width: 52%;
  height: 52%;
  animation: 9s linear infinite service-orbit;
}
.service-orbit--two {
  border-color: #e5ff3f80;
  width: 73%;
  height: 73%;
  animation: 13s linear infinite reverse service-orbit;
}
.service-orbit:after {
  background: var(--signal);
  content: "";
  border-radius: 50%;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  top: -0.28rem;
  left: 50%;
}
.service-core {
  background: var(--signal);
  color: var(--ink);
  letter-spacing: -0.06em;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 20%;
  font-size: clamp(1.25rem, 2.4vw, 2.4rem);
  font-weight: 720;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.closing {
  min-height: 100svh;
  padding: clamp(7.5rem, 15vh, 11rem) var(--page-pad) 4rem;
  text-align: center;
  flex-direction: column;
  place-content: center;
  gap: clamp(1.4rem, 3vw, 2.5rem);
  display: flex;
  position: relative;
  overflow: hidden;
}
.closing h2 {
  align-self: center;
  max-width: 12ch;
}
.closing > p:not(.section-index) {
  color: #fff;
  align-self: center;
  max-width: 48rem;
  margin: 0;
  font-size: clamp(1.5rem, 2.15vw, 2rem);
  line-height: 1.6;
}
.closing__cta {
  background: var(--paper);
  border: 1px solid var(--paper);
  color: var(--ink);
  border-radius: 999px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  min-width: min(100%, 25rem);
  margin-top: clamp(1rem, 3vh, 2.5rem);
  padding: 1.15rem 1.25rem 1.15rem 1.7rem;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 760;
  transition:
    background-color 0.35s,
    border-color 0.35s,
    color 0.35s,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-flex;
}
.closing__cta i {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  height: 2.7rem;
  font-size: 1rem;
  font-style: normal;
  transition:
    background-color 0.35s,
    transform 0.35s;
  display: flex;
}
.closing__cta:hover,
.closing__cta:focus-visible {
  background: var(--lime);
  border-color: var(--lime);
  transform: translateY(-0.3rem);
}
.closing__cta:hover i,
.closing__cta:focus-visible i {
  background: var(--ink);
  transform: rotate(45deg);
}
.site-footer {
  padding: clamp(5rem, 10vh, 8rem) var(--page-pad) 2.5rem;
  background:
    radial-gradient(circle at 8% 0, #679bbe33, #0000 34rem),
    linear-gradient(145deg, #0f4a6d 0%, #082d43 46%, #03141e 100%);
  border-top: 2px solid #b5d63eb8;
  grid-template-columns: minmax(20rem, 1.35fr) 0.55fr 0.55fr 0.8fr;
  align-items: start;
  gap: clamp(2rem, 5vw, 6rem);
  display: grid;
  box-shadow: 0 -2rem 6rem #0000007a;
}
.site-footer p,
.site-footer__location span {
  color: #fff;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.82rem;
}
.site-footer__logo {
  width: min(100%, 12rem);
  max-width: 12rem;
  height: auto;
  display: block;
}
.site-footer__lead > p {
  text-transform: none;
  max-width: 30rem;
  margin-top: 2rem;
  font-size: clamp(1.15rem, 1.5vw, 1.42rem);
  line-height: 1.55;
}
.site-footer__column {
  flex-direction: column;
  gap: 0.75rem;
  display: flex;
}
.site-footer__column p,
.site-footer__location p {
  color: #fff;
  margin-bottom: 0.6rem;
  font-weight: 800;
}
.site-footer__column a,
.site-footer__column button {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 540;
  transition:
    color 0.25s,
    transform 0.25s;
}
.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__column button:hover,
.site-footer__column button:focus-visible {
  color: var(--paper);
  transform: translate(0.25rem);
}
.site-footer__location {
  flex-direction: column;
  display: flex;
}
.site-footer__location strong {
  color: #fff;
  letter-spacing: -0.04em;
  margin-bottom: 0.65rem;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  font-weight: 760;
}
.site-footer__base {
  border-top: 1px solid var(--line);
  grid-column: 1/-1;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
}
@keyframes title-in {
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(1.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ambient-in {
  to {
    opacity: 1;
  }
}
@keyframes scroll-dot {
  0%,
  to {
    opacity: 0.25;
    transform: translate(-50%);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 0.7rem);
  }
}
@keyframes scan {
  0%,
  18% {
    opacity: 0;
    left: -100%;
  }
  38%,
  62% {
    opacity: 1;
  }
  82%,
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes service-orbit {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes system-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes system-float {
  0%,
  to {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-1rem) rotate(2deg);
  }
}
@media (width<=980px) {
  :root {
    --header-height: 6.25rem;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 5.8rem;
  }
  .hero__copy {
    align-self: center;
    padding: 2rem 0 2.5rem;
  }
  .hero__routes {
    grid-template-columns: repeat(2, 1fr);
    align-self: auto;
    gap: 1rem;
    margin: 0;
    padding-block: 0;
    display: grid;
  }
  .hero-route:nth-child(2) {
    border-top: 1px solid var(--line);
  }
  .hero-route:nth-child(odd) {
    border-right: 1px solid var(--line);
  }
  .hero-route {
    min-height: 5.25rem;
  }
  .group-intro__system {
    opacity: 0.2;
  }
  .brand-scene {
    grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1.18fr);
    gap: 2rem;
  }
  .brand-scene__visual-slot {
    height: 58vh;
    min-height: 24rem;
  }
  .site-footer {
    grid-template-columns: 1.25fr 0.7fr 0.7fr;
  }
  .site-footer__location {
    grid-column: 1/-1;
  }
}
:root {
  --ink: #080808;
  --ink-soft: #dfe8ed;
  --paper: #f3f6f7;
  --muted: #080808;
  --line: #0f4a6d2e;
}
html,
body {
  color: #080808;
  background: #f3f6f7;
}
.dot-screen {
  opacity: 0.46;
  background-image: radial-gradient(circle, #0f4a6d29 0.65px, #0000 0.85px);
}
.site-header,
.site-header--compact {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f3f6f7f0;
  border-bottom-color: #0f4a6d29;
  box-shadow: 0 1rem 3rem #0f4a6d14;
}
.site-nav a,
.site-nav button {
  color: #080808;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav button:hover,
.site-nav button:focus-visible {
  color: #082d43;
}
.hero:before {
  background: linear-gradient(90deg, #b5d63e21, #0000 34%);
}
.hero__noise {
  opacity: 0.035;
}
.hero__coordinate {
  color: #08080894;
}
.hero-route {
  border-color: #0f4a6d21;
  box-shadow: 0 1.1rem 3.2rem #0f4a6d14;
}
.scroll-cue span {
  color: #080808;
}
.scroll-cue i {
  border-color: #0f4a6d47;
}
.group-intro__four {
  -webkit-text-stroke-color: #0f4a6db3;
}
.group-intro > p:last-child,
.closing > p:not(.section-index) {
  color: #080808;
}
.brand-stage {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background:
    radial-gradient(circle at 78% 42%, #679bbe29, #0000 36%),
    linear-gradient(145deg, #0f4a6dd1, #082d43c7 66%, #041c29cc);
}
.brand-stage .stage-kicker,
.brand-stage .scene-name,
.brand-stage .brand-scene h2,
.brand-stage .scene-description,
.brand-stage .brand-scene li,
.brand-stage .scene-link,
.brand-stage .stage-progress span {
  color: #f3f6f7;
}
.brand-scene__copy:before {
  background: radial-gradient(
    at 28% 48%,
    #041c29c7 0%,
    #082d4394 54%,
    #0000 78%
  );
}
.brand-scene__visual-slot {
  background: #03141eb3;
}
.brand-scene ul,
.scene-link,
.stage-progress i {
  border-color: #f3f6f733;
}
.stage-progress i {
  background: #f3f6f73d;
}
.closing__cta {
  color: #fff;
  background: #0f4a6d;
  border-color: #0f4a6d;
  box-shadow: 0 1rem 2.8rem #0f4a6d29;
}
.closing__cta i {
  color: #082d43;
  background: #b5d63e;
}
.closing__cta:hover,
.closing__cta:focus-visible {
  color: #082d43;
}
.site-footer {
  box-shadow: 0 -2rem 6rem #0f4a6d29;
}
.hero__title,
.group-intro h2,
.closing h2,
.hero__summary,
.eyebrow,
.section-index,
.slot-caption {
  color: #080808;
}
.site-footer__column > p,
.site-footer__location > p {
  color: #b5d63e;
}
.hero__title,
.group-intro h2,
.brand-scene h2,
.closing h2 {
  font-weight: 800;
}
.hero__summary,
.group-intro > p:last-child,
.scene-description,
.closing > p:not(.section-index),
.site-footer__lead > p {
  font-weight: 600;
}
@media (width<=720px) {
  :root {
    --page-pad: 1.1rem;
  }
  .site-header,
  .site-header--compact {
    height: 5.35rem;
    gap: 0.65rem;
    padding-inline: 0.9rem;
  }
  .site-nav {
    flex: 0 1 auto;
    justify-content: flex-end;
    gap: clamp(0.5rem, 2vw, 0.75rem);
    min-width: 0;
  }
  .site-nav a,
  .site-nav button {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-size: 0.66rem;
  }
  .brand-lockup,
  .site-header--compact .brand-lockup {
    flex: 0 0 auto;
    width: clamp(7.25rem, 31vw, 8.75rem);
    height: 4.75rem;
  }
  .hero {
    align-content: end;
    min-height: 100svh;
    padding-top: 6.2rem;
    padding-bottom: 4.75rem;
  }
  .hero__system {
    opacity: 0.27;
    width: 86vw;
    height: 86vw;
    top: 28%;
    right: -4rem;
    transform: none;
  }
  .hero__coordinate {
    display: none;
  }
  .hero__copy {
    align-self: auto;
    padding: 0.75rem 0 1.75rem;
  }
  .eyebrow {
    margin-bottom: 1.4rem;
  }
  .hero__title {
    font-size: clamp(3.7rem, 18vw, 6rem);
    line-height: 0.88;
  }
  .hero__summary {
    max-width: 28rem;
    margin-top: 1.65rem;
    font-size: clamp(1.32rem, 5.3vw, 1.58rem);
  }
  .hero__routes {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .hero-route {
    grid-template-columns: 1.8rem 1fr;
    min-height: 7.2rem;
    padding: 0.8rem;
  }
  .hero-route__logo-slot strong {
    font-size: 1.02rem;
  }
  .hero-route i,
  .scroll-cue {
    display: none;
  }
  .group-intro {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    min-height: 92svh;
    padding-top: 6.5rem;
    padding-bottom: 5rem;
  }
  .group-intro h2 {
    font-size: clamp(3.25rem, 14vw, 5.25rem);
  }
  .group-intro__four {
    font-size: 52vw;
  }
  .group-intro__system {
    bottom: -5rem;
    right: -8rem;
  }
  .group-intro > p:last-child {
    grid-column: 1;
    align-self: end;
    font-size: clamp(1.32rem, 5.3vw, 1.58rem);
  }
  .brand-story {
    height: 460svh;
  }
  .stage-kicker {
    top: 5.35rem;
  }
  .stage-progress {
    gap: 0.15rem;
    bottom: 1.2rem;
  }
  .stage-progress button {
    gap: 0.3rem;
    padding: 0.4rem 0.25rem;
  }
  .stage-progress i {
    width: 1.3rem;
  }
  .brand-scene {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 1.6rem;
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  .brand-scene__copy {
    grid-template-columns: auto 1fr;
    display: grid;
  }
  .scene-number {
    grid-column: 1;
    margin-right: 0.75rem;
  }
  .scene-name {
    grid-column: 2;
    margin-bottom: 1rem;
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }
  .brand-scene h2,
  .scene-description,
  .brand-scene ul,
  .scene-link,
  .scene-actions {
    grid-column: 1/-1;
  }
  .brand-scene h2 {
    max-width: 9ch;
    margin-bottom: 1.1rem;
    font-size: clamp(3.1rem, 14.5vw, 5rem);
  }
  .scene-description {
    font-size: 1.3rem;
    line-height: 1.45;
  }
  .brand-scene ul {
    display: none;
  }
  .scene-link {
    width: max-content;
    font-size: 0.67rem;
  }
  .scene-actions {
    gap: 0.9rem 1.35rem;
    margin-top: 1.2rem;
  }
  .back-to-top {
    font-size: 0.67rem;
  }
  .brand-scene__visual-slot {
    height: min(38vh, 26rem);
    min-height: 15rem;
  }
  .letter {
    font-size: min(18rem, 58vw);
  }
  .slot-caption {
    font-size: 0.53rem;
  }
  .closing {
    grid-template-columns: 1fr;
    gap: 2.3rem;
    padding-top: 6.5rem;
  }
  .closing h2 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
  }
  .closing > p:not(.section-index),
  .closing__cta,
  .closing > .section-index,
  .closing h2 {
    grid-column: 1;
  }
  .closing > p:not(.section-index) {
    font-size: clamp(1.32rem, 5.3vw, 1.58rem);
  }
  .closing__orbit {
    opacity: 0.1;
    right: -13rem;
  }
  .closing__marquee {
    margin-top: 1rem;
  }
  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.5rem;
  }
  .site-footer__location,
  .site-footer__base {
    grid-column: 1;
  }
  .site-footer__base {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@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-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;
}

/* Division sequence: each former Scroll 3 scene is now its own viewport. */
#the-group,
#divisions,
[id^="csg-"],
#contact {
  scroll-margin-top: var(--header-height);
}

.brand-story {
  height: auto;
}

.brand-stage {
  height: auto;
  position: relative;
  top: auto;
  overflow: visible;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.brand-stage > .stage-kicker,
.brand-stage > .stage-progress {
  display: none;
}

.brand-stage > .brand-scene {
  min-height: 100svh;
  position: relative;
  inset: auto;
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: auto 100svh;
  will-change: auto;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

.brand-stage > .brand-scene:not(:last-child) {
  border-bottom: 1px solid rgba(15, 74, 109, 0.12);
}

/* Division identity: softened official colors with continuous section blends. */
.brand-stage > .brand-scene {
  --division-accent: #0f4a6d;
  color: #080808;
}

.brand-stage > .brand-scene--letters {
  --division-accent: #679bbe;
  background:
    radial-gradient(circle at 82% 48%, rgba(103, 155, 190, 0.2), transparent 36%),
    linear-gradient(180deg, #f3f6f7 0%, #d4e2ea 14%, #d4e2ea 86%, #e7f0d2 100%);
}

.brand-stage > .brand-scene--printing {
  --division-accent: #b5d63e;
  background:
    radial-gradient(circle at 82% 48%, rgba(181, 214, 62, 0.18), transparent 36%),
    linear-gradient(180deg, #d4e2ea 0%, #e7f0d2 14%, #e7f0d2 86%, #d9f3e8 100%);
}

.brand-stage > .brand-scene--apparel {
  --division-accent: #6fe9ab;
  background:
    radial-gradient(circle at 82% 48%, rgba(111, 233, 171, 0.2), transparent 36%),
    linear-gradient(180deg, #e7f0d2 0%, #d9f3e8 14%, #d9f3e8 86%, #d3f5e0 100%);
}

.brand-stage > .brand-scene--services {
  --division-accent: #2cf16a;
  background:
    radial-gradient(circle at 82% 48%, rgba(44, 241, 106, 0.14), transparent 36%),
    linear-gradient(180deg, #d9f3e8 0%, #d3f5e0 14%, #d3f5e0 86%, #f3f6f7 100%);
}

.brand-stage > .brand-scene:before {
  background: none;
}

.brand-stage > .brand-scene .brand-scene__copy:before {
  background: none;
}

.brand-stage > .brand-scene .scene-name,
.brand-stage > .brand-scene h2,
.brand-stage > .brand-scene .scene-description,
.brand-stage > .brand-scene li,
.brand-stage > .brand-scene .scene-link {
  color: #080808;
}

.brand-stage > .brand-scene .scene-number {
  color: #0f4a6d;
  border-left: 0.28rem solid var(--division-accent);
  padding-left: 0.7rem;
}

.brand-stage > .brand-scene ul,
.brand-stage > .brand-scene .scene-link,
.brand-stage > .brand-scene .back-to-top {
  border-color: rgba(15, 74, 109, 0.28);
}

.brand-stage > .brand-scene .scene-link:after {
  background: var(--division-accent);
}

.brand-stage > .brand-scene .scene-link i {
  color: #0f4a6d;
}

/* Managed inner pages */
.site-footer {
  grid-template-columns: minmax(17rem, 1.25fr) repeat(3, minmax(8rem, 0.48fr)) minmax(12rem, 0.72fr);
  gap: clamp(1.75rem, 3.5vw, 4.5rem);
}

.subpage {
  min-height: 100svh;
  background:
    radial-gradient(circle at 88% 10%, rgba(103, 155, 190, 0.2), transparent 28rem),
    #f3f6f7;
  color: #080808;
}

.subpage > :not(.dot-screen):not(.site-header) {
  position: relative;
  z-index: 3;
}

.subpage-hero {
  min-height: min(78svh, 58rem);
  padding: calc(var(--header-height) + clamp(5rem, 11vh, 9rem)) var(--page-pad) clamp(5rem, 10vh, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(15, 74, 109, 0.16);
  overflow: hidden;
}

.subpage-hero:after {
  content: "CSG";
  position: absolute;
  right: -0.06em;
  bottom: -0.3em;
  color: rgba(15, 74, 109, 0.045);
  font-size: clamp(12rem, 35vw, 36rem);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 0.8;
  pointer-events: none;
}

.subpage-eyebrow,
.subpage-index {
  margin: 0 0 1.5rem;
  color: #0f4a6d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.subpage-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin: 0;
  color: #080808;
  font-size: clamp(4.25rem, 9vw, 9.5rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.subpage-lede {
  position: relative;
  z-index: 1;
  max-width: 54rem;
  margin: clamp(2rem, 4vh, 3.5rem) 0 0;
  color: #252729;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.55;
}

.about-model {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.75fr);
  gap: clamp(3rem, 9vw, 10rem);
  padding: clamp(6rem, 13vh, 11rem) var(--page-pad);
}

.about-model h2,
.about-history h2,
.subpage-cta h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.5rem, 6.8vw, 7.25rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.about-model > p {
  align-self: end;
  margin: 0;
  color: #252729;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.65;
}

.about-divisions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(15, 74, 109, 0.16);
  border-bottom: 1px solid rgba(15, 74, 109, 0.16);
}

.about-divisions article {
  min-height: 31rem;
  padding: clamp(2rem, 3.25vw, 3.75rem);
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(15, 74, 109, 0.16);
  background: rgba(255, 255, 255, 0.38);
}

.about-divisions article:last-child {
  border-right: 0;
}

.about-divisions article > span {
  color: #0f4a6d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-divisions h2 {
  margin: auto 0 1.2rem;
  font-size: clamp(2rem, 2.7vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.about-divisions p {
  margin: 0;
  color: #252729;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
}

.about-divisions ul {
  margin: 1.5rem 0 0;
  padding: 1rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(15, 74, 109, 0.16);
}

.about-divisions li {
  padding: 0.32rem 0;
  color: #3a464c;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.about-divisions a {
  width: max-content;
  margin-top: 1.8rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #0f4a6d;
  color: #0f4a6d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-divisions a i,
.subpage-cta a i,
.contact-form button i {
  font-style: normal;
}

.about-history {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 0.75fr);
  gap: clamp(3rem, 9vw, 10rem);
  padding: clamp(6rem, 13vh, 11rem) var(--page-pad);
  background: #dfe8ed;
}

.about-history__body > p {
  margin: 0 0 2.5rem;
  color: #252729;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  font-weight: 600;
  line-height: 1.7;
}

.about-history dl {
  margin: 0;
}

.about-history dl > div {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(15, 74, 109, 0.2);
}

.about-history dt {
  color: #0f4a6d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-history dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.about-history__milestones {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.about-history__milestones li {
  padding: 1rem 0 1rem 1.5rem;
  border-top: 1px solid rgba(15, 74, 109, 0.2);
  position: relative;
  color: #252729;
  font-weight: 600;
  line-height: 1.5;
}

.about-history__milestones li:before {
  content: "↘";
  position: absolute;
  left: 0;
  color: #0f4a6d;
}

.subpage-cta {
  min-height: 70svh;
  padding: clamp(6rem, 12vh, 10rem) var(--page-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f3f6f7;
}

.subpage-cta > p {
  color: #0f4a6d;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.subpage-cta h2 {
  margin: 1.5rem auto 2.5rem;
}

.subpage-cta a,
.contact-form button {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.85rem 0.95rem 0.85rem 1.5rem;
  border: 1px solid #0f4a6d;
  border-radius: 999px;
  background: #0f4a6d;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subpage-cta a i,
.contact-form button i {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: #b5d63e;
  color: #082d43;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.55fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(6rem, 12vh, 10rem) var(--page-pad);
}

.contact-details {
  align-self: start;
}

.contact-details > div {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(15, 74, 109, 0.18);
}

.contact-details span {
  color: #0f4a6d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details strong,
.contact-details a {
  color: #252729;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.contact-form label > span {
  color: #252729;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 74, 109, 0.38);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #080808;
  font: inherit;
}

.contact-form textarea {
  padding: 1rem;
  border: 1px solid rgba(15, 74, 109, 0.38);
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #0f4a6d;
  box-shadow: 0 1px 0 #0f4a6d;
}

.contact-form__wide {
  grid-column: 1 / -1;
}

.contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 0.5rem;
}

.contact-form button {
  appearance: none;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
}

.contact-form__submit p {
  max-width: 31rem;
  margin: 0;
  color: #536068;
  font-size: 0.82rem;
  line-height: 1.55;
}

.contact-form__submit p a {
  color: #0f4a6d;
  text-decoration: underline;
}

.contact-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-notice {
  margin-bottom: 2rem;
  padding: 1rem 1.2rem;
  border-left: 0.28rem solid #0f4a6d;
  background: #dfe8ed;
  color: #173848;
  font-weight: 700;
  line-height: 1.45;
}

.form-notice--error {
  border-left-color: #a5332c;
  background: #f6e5e3;
  color: #78221d;
}

.subpage-hero--legal {
  min-height: 56svh;
}

.subpage-hero--legal h1 {
  max-width: 13ch;
  font-size: clamp(4rem, 8vw, 8rem);
}

.legal-content {
  width: min(100% - (2 * var(--page-pad)), 58rem);
  margin: 0 auto;
  padding: clamp(5rem, 10vh, 8rem) 0 clamp(7rem, 14vh, 12rem);
}

.legal-content > p:first-child {
  margin-top: 0;
  color: #0f4a6d;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content h2 {
  margin: 3.5rem 0 1.1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 74, 109, 0.18);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.legal-content h3 {
  margin: 2rem 0 0.7rem;
  color: #173848;
  font-size: 1.15rem;
}

.legal-content p,
.legal-content li {
  color: #252729;
  font-size: 1.02rem;
  font-weight: 520;
  line-height: 1.75;
}

.legal-content ul {
  padding-left: 1.35rem;
}

.legal-content a {
  color: #0f4a6d;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3rem);
  width: min(calc(100% - 2rem), 76rem);
  margin: 0 auto;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0a3249;
  box-shadow: 0 1.5rem 5rem rgba(0, 24, 38, 0.35);
  color: #fff;
}

.analytics-consent__copy h2 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.analytics-consent__copy p {
  max-width: 54rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.analytics-consent__copy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.analytics-consent__actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.analytics-consent__actions button {
  min-height: 2.8rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.analytics-consent__decline {
  background: transparent;
}

.analytics-consent__accept {
  border-color: #b5d63e !important;
  background: #b5d63e;
  color: #082d43 !important;
}

.analytics-consent__actions button:hover,
.analytics-consent__actions button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .site-footer {
    grid-template-columns: 1.2fr repeat(3, 0.6fr);
  }

  .site-footer__location {
    grid-column: 1 / -1;
  }

  .about-divisions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-divisions article:nth-child(2) {
    border-right: 0;
  }

  .about-divisions article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(15, 74, 109, 0.16);
  }
}

@media (max-width: 780px) {
	.analytics-consent {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 1.2rem;
	}

	.analytics-consent__actions {
		width: 100%;
	}

	.analytics-consent__actions button {
		flex: 1 1 0;
	}

  .subpage-hero {
    min-height: 72svh;
    padding-top: calc(var(--header-height) + 4rem);
  }

  .subpage-hero h1 {
    font-size: clamp(3.6rem, 16vw, 5.8rem);
  }

  .subpage-lede {
    font-size: 1.3rem;
  }

  .about-model,
  .about-history,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-model h2,
  .about-history h2,
  .subpage-cta h2 {
    font-size: clamp(3.25rem, 14vw, 5rem);
  }

  .about-divisions {
    grid-template-columns: 1fr;
  }

  .about-divisions article,
  .about-divisions article:nth-child(2) {
    min-height: 27rem;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 74, 109, 0.16);
  }

  .about-divisions article:last-child {
    border-bottom: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form label,
  .contact-form__wide {
    grid-column: 1;
  }

  .contact-form__submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer__location,
  .site-footer__base {
    grid-column: 1;
  }
}
