@font-face {
  font-family: "Halyard Display";
  src: url("/fonts/HalyardDisplay.ttf") format("truetype");
  font-display: swap;
}

:root {
  --slw-black: #0a0a0a;
  --slw-white: #f8f8f5;
  --slw-paper: #ecece7;
  --slw-line: rgba(10, 10, 10, 0.18);
  --slw-muted: #5b5b56;
  --slw-signal: #dfff3f;
  --slw-max: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--slw-white);
  color: var(--slw-black);
  font-family: "Halyard Display", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.5;
}

body, button, a { -webkit-font-smoothing: antialiased; }

a { color: inherit; }

img, video { display: block; max-width: 100%; }

:focus-visible {
  outline: 3px solid var(--slw-signal);
  outline-offset: 4px;
}

.slw-shell {
  width: min(100%, var(--slw-max));
  margin: 0 auto;
  padding-right: 28px;
  padding-left: 28px;
}

.slw-header {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px max(28px, calc((100vw - var(--slw-max)) / 2 + 28px));
  border-bottom: 1px solid var(--slw-line);
  background: rgba(248, 248, 245, 0.97);
}

.slw-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.slw-brand img { width: 30px; height: 22px; object-fit: contain; }

.slw-brand-by {
  color: rgba(10, 10, 10, 0.5);
  font-size: 11px;
  text-transform: uppercase;
}

.slw-header-link,
.slw-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.slw-eyebrow {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.slw-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--slw-black);
  border-radius: 3px;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease;
}

.slw-button:hover { transform: translateY(-2px); }
.slw-button span[aria-hidden="true"] { transition: transform 180ms ease; }
.slw-button:hover span[aria-hidden="true"] { transform: translate(3px, -1px); }
.slw-button-accent { background: var(--slw-signal); color: var(--slw-black); }
.slw-button-dark { background: var(--slw-black); color: #fff; }

.slw-hero { border-bottom: 1px solid var(--slw-line); }

.slw-hero-inner { padding-top: 88px; padding-bottom: 72px; }

.slw-hero h1,
.slw-band h2,
.slw-final h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.slw-hero h1 { max-width: 870px; font-size: 68px; }

.slw-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--slw-muted);
  font-size: 20px;
  line-height: 1.5;
}

.slw-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
}

.slw-band > .slw-shell > .slw-button,
.slw-final .slw-button {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.slw-work {
  padding: 28px;
  background: var(--slw-black);
  color: #fff;
}

.slw-work-frame {
  aspect-ratio: 16 / 9;
  max-width: 1120px;
  max-height: 78vh;
  margin: 0 auto;
  background: #000;
}

.slw-work-video { width: 100%; height: 100%; object-fit: contain; }

.slw-work > p {
  max-width: 1120px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  text-transform: uppercase;
}

.slw-band { padding: 72px 0; }
.slw-band-paper { background: var(--slw-paper); }
.slw-band-dark { background: var(--slw-black); color: #fff; }

.slw-band h2,
.slw-final h2 { max-width: 860px; font-size: 44px; }

.slw-split {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: start;
}

.slw-reading-copy,
.slw-narrow-copy > p:not(.slw-eyebrow) {
  max-width: 720px;
  color: var(--slw-muted);
  font-size: 18px;
}

.slw-reading-copy p { margin: 0 0 18px; }
.slw-reading-copy p:last-child { margin-bottom: 0; color: var(--slw-black); font-weight: 700; }

.slw-band-dark .slw-narrow-copy > p:not(.slw-eyebrow) { color: rgba(255, 255, 255, 0.68); }
.slw-narrow-copy > p:not(.slw-eyebrow) { margin: 22px 0 0; }

.slw-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  margin-top: 42px;
}

.slw-experience-grid figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.slw-experience-grid img { width: 100%; height: 100%; object-fit: cover; }

.slw-experience-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #000;
}

.slw-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  margin: 44px 0 30px;
}

.slw-offer-grid h3 { margin: 0 0 12px; font-size: 20px; }

.slw-offer-grid ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--slw-line);
  list-style: none;
}

.slw-offer-grid li {
  padding: 11px 0;
  border-bottom: 1px solid var(--slw-line);
  font-size: 16px;
}

.slw-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--slw-line);
  list-style: none;
}

.slw-process-list li { padding-top: 18px; }
.slw-process-list li > span { color: var(--slw-muted); font-size: 12px; font-weight: 700; }
.slw-process-list h3 { margin: 20px 0 0; font-size: 21px; }
.slw-process-list p { margin: 8px 0 0; color: var(--slw-muted); font-size: 15px; }
.slw-process-summary { margin: 34px 0 0; font-size: 20px; font-weight: 700; }

.slw-local { background: #dfe7e7; }

.slw-map {
  position: relative;
  aspect-ratio: 800 / 421;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.28);
  background: #88a9b8;
}

.slw-map-outline,
.slw-map-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slw-map-outline { object-fit: fill; }

.slw-map-routes path {
  fill: none;
  stroke: var(--slw-signal);
  stroke-width: 3;
  stroke-dasharray: 8 8;
  stroke-linecap: round;
  filter: drop-shadow(0 2px 1px rgba(10, 10, 10, 0.5));
}

.slw-map-pins circle { fill: var(--slw-black); stroke: var(--slw-signal); stroke-width: 3; }
.slw-map-pins circle { transform-box: fill-box; transform-origin: center; }

.slw-map-labels text {
  fill: var(--slw-black);
  font-family: "Halyard Display", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  paint-order: stroke;
  stroke: rgba(248, 248, 245, 0.9);
  stroke-width: 3px;
}

.slw-map-cities { margin: 14px 0 0; font-size: 13px; font-weight: 700; }
.slw-map-source { margin: 5px 0 0; color: var(--slw-muted); font-size: 11px; }

.slw-final { padding: 86px 0; background: var(--slw-black); color: #fff; }
.slw-final p:not(.slw-eyebrow) { max-width: 680px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 18px; }
.slw-final .slw-button { margin-top: 28px; }

.slw-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px max(28px, calc((100vw - var(--slw-max)) / 2 + 28px));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--slw-black);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.slw-mobile-cta { display: none; }

.slh-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--slw-line);
  background: rgba(248, 248, 245, 0.96);
  backdrop-filter: blur(16px);
}

.slh-header-inner {
  width: min(100%, calc(var(--slw-max) + 56px));
  min-height: 68px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  padding: 10px 28px;
}

.slh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 32px);
}

.slh-nav a,
.slh-footer a,
.slh-light-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.slh-nav a:hover,
.slh-footer a:hover,
.slh-light-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.slh-header-cta {
  min-height: 44px;
  padding: 9px 14px;
  white-space: nowrap;
}

.slh-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--slw-line);
  background: var(--slw-white);
}

.slh-logo-field {
  position: absolute;
  z-index: 0;
  inset: -18% -8%;
  pointer-events: none;
  contain: layout paint;
}

.slh-logo-float {
  --logo-rotate: 0deg;
  position: absolute;
  display: block;
  width: clamp(240px, 27vw, 430px);
  height: auto;
  opacity: 0.075;
  filter: blur(3px);
  mix-blend-mode: multiply;
  transform: rotate(var(--logo-rotate));
  transform-origin: center;
  will-change: transform;
}

.slh-logo-one { --logo-rotate: -13deg; top: -8%; left: -1%; }
.slh-logo-two { --logo-rotate: 11deg; top: -5%; right: 0; }
.slh-logo-three { --logo-rotate: 7deg; bottom: -13%; left: 1%; }
.slh-logo-four { --logo-rotate: -9deg; right: 0; bottom: -15%; }
.slh-logo-five { --logo-rotate: 15deg; top: 37%; left: 10%; width: clamp(150px, 17vw, 260px); opacity: 0.052; }
.slh-logo-six { --logo-rotate: -17deg; top: 34%; right: 10%; width: clamp(160px, 18vw, 280px); opacity: 0.052; }

.slh-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(76px, 10vw, 112px);
  padding-bottom: clamp(58px, 8vw, 88px);
  text-align: center;
}

.slh-hero h1 {
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(50px, 7.2vw, 84px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.slh-hero .slw-lead {
  margin-right: auto;
  margin-left: auto;
}

.slh-actions {
  margin-right: auto;
  margin-left: auto;
}

.slh-origin-line {
  max-width: 720px;
  margin: 32px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--slw-line);
  color: var(--slw-muted);
  font-size: 15px;
}

.slh-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.slh-section-heading h2 {
  max-width: 760px;
}

.slh-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--slw-line);
}

.slh-link-list a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--slw-line);
  color: var(--slw-black);
  padding: 16px 0;
  font-size: 18px;
  text-decoration: none;
}

.slh-link-list a:nth-child(odd) {
  border-right: 1px solid var(--slw-line);
  padding-right: 24px;
}

.slh-link-list a:nth-child(even) {
  padding-left: 24px;
}

.slh-link-list a:hover span:first-child,
.slh-link-list a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.slw-band-dark .slw-eyebrow {
  color: rgba(255, 255, 255, 0.52);
}

.slh-light-link {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

.slh-industry-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.slh-industry-links a {
  min-height: 66px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.82);
  padding: 14px 18px 14px 0;
  font-size: 17px;
  text-decoration: none;
}

.slh-industry-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.slh-process-cta {
  display: flex;
  width: fit-content;
  margin: 36px auto 0;
}

.slh-inline-link {
  display: inline-block;
  margin-top: 26px;
}

.slh-creator-band {
  padding: 58px 0;
  border-top: 1px solid var(--slw-line);
  border-bottom: 1px solid var(--slw-line);
}

.slh-creator-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.slh-creator-inner h2 {
  max-width: 760px;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.06;
}

.slh-creator-inner p:not(.slw-eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--slw-muted);
}

.slh-faq-list { border-top: 1px solid var(--slw-line); }
.slh-faq-list details { border-bottom: 1px solid var(--slw-line); }
.slh-faq-list summary {
  position: relative;
  padding: 22px 36px 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}
.slh-faq-list summary::-webkit-details-marker { display: none; }
.slh-faq-list summary::after {
  position: absolute;
  top: 21px;
  right: 4px;
  content: "+";
  font-size: 22px;
  font-weight: 400;
}
.slh-faq-list details[open] summary::after { content: "−"; }
.slh-faq-list p { margin: -4px 36px 22px 0; color: var(--slw-muted); }

.slh-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 760px) {
  .slh-logo-field { inset: -8% -36%; }
  .slh-logo-float { width: clamp(220px, 74vw, 340px); opacity: 0.065; filter: blur(3px); }
  .slh-logo-one { top: 0; left: -8%; }
  .slh-logo-two { top: 5%; right: -9%; }
  .slh-logo-three { bottom: -4%; left: -10%; }
  .slh-logo-four { right: -10%; bottom: -5%; }
  .slh-logo-five,
  .slh-logo-six { display: none; }

  body { font-size: 16px; padding-bottom: 70px; }
  .slw-shell { padding-right: 20px; padding-left: 20px; }
  .slw-header { padding: 10px 20px; }
  .slw-header-link { font-size: 13px; }
  .slw-hero-inner { padding-top: 58px; padding-bottom: 48px; }
  .slw-hero h1 { font-size: 42px; line-height: 1.03; }
  .slw-lead { font-size: 17px; }
  .slw-actions { align-items: center; gap: 15px; }
  .slw-actions .slw-button,
  .slw-band > .slw-shell > .slw-button,
  .slw-final .slw-button { width: min(100%, 360px); }
  .slw-text-link { align-self: center; }
  .slw-work { padding: 12px 0 14px; }
  .slw-work-frame { width: 100%; }
  .slw-work > p { padding: 0 20px; }
  .slw-band { padding: 52px 0; }
  .slw-band h2, .slw-final h2 { font-size: 32px; line-height: 1.08; }
  .slw-split, .slw-offer-grid, .slw-process-list, .slw-experience-grid { grid-template-columns: 1fr; }
  .slw-split { gap: 28px; }
  .slw-reading-copy, .slw-narrow-copy > p:not(.slw-eyebrow) { font-size: 16px; }
  .slw-experience-grid { gap: 10px; margin-top: 30px; }
  .slw-experience-grid figure { aspect-ratio: 16 / 10; }
  .slw-offer-grid { gap: 34px; margin-top: 34px; }
  .slw-process-list { gap: 0; }
  .slw-process-list li { padding: 18px 0; border-bottom: 1px solid var(--slw-line); }
  .slw-process-list h3 { margin-top: 8px; }
  .slw-map { margin-right: -20px; margin-left: -20px; border-right: 0; border-left: 0; }
  .slw-map-labels text { display: none; }
  .slw-map-routes path { stroke-width: 5; }
  .slw-map-pins circle { r: 8px; }
  .slw-map-cities { line-height: 1.7; }
  .slw-final { padding: 58px 0; }
  .slw-footer { padding: 22px 20px; }
  .slw-mobile-cta {
    position: fixed;
    z-index: 40;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  }

  .slh-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 16px;
    padding: 9px 16px 0;
  }

  .slh-header-cta {
    min-height: 44px;
    font-size: 13px;
  }

  .slh-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    border-top: 1px solid var(--slw-line);
    padding: 10px 0 11px;
    scrollbar-width: none;
  }

  .slh-nav::-webkit-scrollbar { display: none; }
  .slh-nav a { flex: 0 0 auto; font-size: 12px; }
  .slh-hero-inner { padding-top: 54px; padding-bottom: 48px; }
  .slh-hero h1 { font-size: 43px; line-height: 1.02; }
  .slh-origin-line { margin-top: 26px; padding-top: 20px; font-size: 14px; }
  .slh-section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .slh-link-list { grid-template-columns: 1fr; margin-top: 30px; }
  .slh-link-list a:nth-child(odd),
  .slh-link-list a:nth-child(even) { border-right: 0; padding: 14px 0; }
  .slh-industry-links { grid-template-columns: 1fr; margin-top: 30px; }
  .slh-industry-links a { min-height: 56px; }
  .slh-creator-inner { grid-template-columns: 1fr; gap: 26px; }
  .slh-creator-inner h2 { font-size: 30px; }
  .slh-creator-inner .slw-button { width: min(100%, 360px); }
  .slh-faq-list { margin-top: 10px; }
  .slh-footer { align-items: flex-start; flex-direction: column; }
  .slh-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .slh-logo-float { will-change: auto; }
  html { scroll-behavior: auto; }
  .slw-button,
  .slw-button span[aria-hidden="true"] { transition: none; }
}
