/* ============================================================
   Weiss Services — V1 · Editorial Build Sheet
   Asymmetric · Editorial · Architectural-monograph
   Pushed hard. Safe enough for Weiss; clearly elevated.
   ============================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0B0B0C;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; background: transparent; border: 0; cursor: pointer; color: inherit; }

:root {
  --blue: #1F8FD1;
  --blue-deep: #0F4C73;
  --ink: #0B0B0C;
  --graphite: #2A2D30;
  --slate: #6B7076;
  --silver: #D4D7DB;
  --paper: #F6F7F9;
  --white: #FFFFFF;
  --accent: #E15A2C;
  --pad-x: 64px;
  --rule: 1px solid rgba(11,11,12,0.08);
}

/* Top scroll-progress bar */
.progress-bar {
  position: fixed; top: 0; left: 0; right: 0;
  height: 2px;
  background: transparent;
  z-index: 200;
  pointer-events: none;
}
.progress-bar::before {
  content: '';
  display: block;
  height: 100%;
  width: var(--p, 0%);
  background: var(--blue);
  transition: width 0.05s linear;
}

/* ============================
   NAV
   ============================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 0 var(--pad-x);
  height: 110px;
  background: rgba(255,255,255,0.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: var(--rule);
}
.nav.is-transparent {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
}
/* ── Top-left brand lockup: logo + divider + signature, treated as one unit ── */
.nav-brand { display: inline-flex; align-items: center; gap: 26px; }
.nav-logo { display: inline-flex; align-items: center; height: 66px; flex-shrink: 0; }
.nav-logo img { height: 100%; width: auto; transition: filter 0.3s ease; }
.nav.is-transparent .nav-logo img { filter: brightness(0) invert(1); }

.nav-divider {
  width: 2px; height: 56px;
  background: rgba(11,11,12,0.18);
  transition: background 0.3s ease, height 0.3s ease;
}
.nav.is-transparent .nav-divider { background: rgba(255,255,255,0.38); }

.nav-marker {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 7px;
  line-height: 1.04;
  text-align: left;
}
.nav-marker-line {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 0.3s ease;
}
.nav-marker-sub {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: var(--blue);
  transition: color 0.3s ease;
}
.nav.is-transparent .nav-marker-line { color: #fff; }
.nav.is-transparent .nav-marker-sub { color: #5BB6E8; }

/* Sticky simplification — tighten the lockup slightly once the solid nav engages */
.nav:not(.is-transparent) { height: 92px; }
.nav:not(.is-transparent) .nav-logo { height: 54px; }
.nav:not(.is-transparent) .nav-divider { height: 46px; }
.nav:not(.is-transparent) .nav-marker-line { font-size: 18px; }
.nav:not(.is-transparent) .nav-marker-sub { font-size: 11.5px; }

.nav-links { display: flex; gap: 32px; align-items: center; justify-self: end; }
.nav-links a:not(.nav-cta) {
  font-size: 11px; font-weight: 600; letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--graphite);
  transition: color 0.25s ease;
}
.nav.is-transparent .nav-links a:not(.nav-cta) { color: rgba(255,255,255,0.78); }
.nav-links a:not(.nav-cta):hover { color: var(--blue); }
.nav-links a.is-active:not(.nav-cta) { color: var(--ink); }
.nav.is-transparent .nav-links a.is-active:not(.nav-cta) { color: var(--white); }

.nav-cta {
  display: inline-flex; align-items: center;
  background: var(--ink);
  color: var(--white) !important;
  padding: 12px 22px;
  font-size: 11px; font-weight: 600; letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: background 0.25s ease;
}
.nav-cta:hover { background: var(--blue); }
.nav.is-transparent .nav-cta { background: var(--white); color: var(--ink) !important; }
.nav.is-transparent .nav-cta:hover { background: var(--blue); color: var(--white) !important; }

/* ============================
   TYPOGRAPHY
   ============================ */
.display-mega { font-size: 112px; font-weight: 700; line-height: 0.95; letter-spacing: -3.5px; }
.display-xl   { font-size: 88px;  font-weight: 700; line-height: 1.02; letter-spacing: -2.5px; }
.display-l    { font-size: 64px;  font-weight: 700; line-height: 1.06; letter-spacing: -1.5px; }
.display-m    { font-size: 44px;  font-weight: 600; line-height: 1.12; letter-spacing: -0.8px; }
.body-l       { font-size: 19px;  line-height: 1.55; color: var(--graphite); font-weight: 400; }
.body         { font-size: 15px;  line-height: 1.6;  color: var(--slate); }

.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex; align-items: center; gap: 14px;
}
.eyebrow::before {
  content: ''; width: 42px; height: 2px; background: currentColor;
}
.eyebrow.solo::before { display: none; }
.eyebrow.light { color: rgba(255,255,255,0.85); }

/* Vertical metadata strip — site signature element */
.vert-strip {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-size: 10px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  display: flex; align-items: center; gap: 14px;
  z-index: 4;
}
.vert-strip::after {
  content: '';
  width: 64px; height: 1px;
  background: rgba(255,255,255,0.4);
}

/* ============================
   HERO — split editorial layout
   ============================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 42% 1fr;
  align-items: stretch;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.hero-text {
  position: relative;
  padding: 188px 56px 88px 88px;
  display: flex; flex-direction: column; justify-content: center;
  z-index: 2;
}
.hero-text .eyebrow.light { margin-bottom: 36px; }
.hero-text h1 {
  margin-bottom: 32px;
  letter-spacing: -3px;
}
.hero-text h1 .em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}
.hero-text .body-l {
  color: rgba(255,255,255,0.78);
  max-width: 46ch;
  margin-bottom: 44px;
}
.hero-actions {
  display: flex; align-items: center; gap: 32px;
}
.hero-brand {
  font-size: 13px; font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.4px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,0.3);
}

.hero-photo {
  position: relative;
  overflow: hidden;
}
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 20s linear;
}
.hero.is-loaded .hero-photo img { transform: scale(1.0); }
/* Side gradient bleed back into the text column for cohesion */
.hero-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(11,11,12,0.6) 0%,
    rgba(11,11,12,0.15) 18%,
    rgba(11,11,12,0) 50%);
  z-index: 1;
}

/* Hero meta corner — drafting-titleblock */
.hero-meta {
  position: absolute;
  bottom: 40px;
  right: 56px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px 32px;
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  text-align: right;
}
.hero-meta .k { color: rgba(255,255,255,0.45); font-weight: 600; }
.hero-meta .v { color: rgba(255,255,255,0.92); }
.hero-meta::before {
  content: '';
  position: absolute;
  top: -16px; right: 0;
  width: 60px; height: 2px;
  background: var(--blue);
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 17px 30px;
  font-size: 12px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--white); color: var(--ink); transform: translateY(-2px); }
.btn-outline { border: 1px solid rgba(255,255,255,0.5); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--ink); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--blue); }
.btn-arrow { transition: transform 0.25s ease; }
.btn:hover .btn-arrow { transform: translateX(6px); }

/* ============================
   APPROACH — editorial typographic moment
   ============================ */
.approach {
  position: relative;
  padding: 168px var(--pad-x) 168px;
  background: var(--white);
  overflow: hidden;
}
.approach-num {
  position: absolute;
  top: 100px;
  right: var(--pad-x);
  font-size: 280px;
  font-weight: 800;
  line-height: 1;
  color: rgba(31,143,209,0.06);
  letter-spacing: -10px;
  user-select: none;
  pointer-events: none;
}
.approach-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  max-width: 1320px;
  margin: 0 auto;
}
.approach-left .eyebrow { margin-bottom: 24px; }
.approach-left .section-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--slate);
  margin-bottom: 80px;
}
.approach-right h2 {
  margin-bottom: 40px;
  max-width: 18ch;
}
.approach-right h2 .accent {
  background: linear-gradient(transparent 70%, rgba(31,143,209,0.18) 70%);
}
.approach-right p { margin-bottom: 24px; max-width: 56ch; }
.approach-right p:last-child { margin-bottom: 0; }

/* Diagonal divider between sections */
.diag-rule {
  position: relative;
  height: 1px;
  background: transparent;
  overflow: visible;
}
.diag-rule::before {
  content: '';
  position: absolute;
  left: 10%; right: 10%;
  top: 0;
  height: 1px;
  background: var(--ink);
  transform: rotate(-0.5deg);
  transform-origin: center;
  opacity: 0.12;
}

/* ============================
   SELECTED WORK — Asymmetric editorial
   ============================ */
.work {
  position: relative;
  padding: 140px 0 168px;
  background: var(--white);
}
.work-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 48px;
  padding: 0 var(--pad-x);
  margin-bottom: 88px;
}
.work-header .left .eyebrow { margin-bottom: 28px; }
.work-header .left h2 { max-width: 14ch; }
.work-header .meta {
  font-size: 11px; font-weight: 600; letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--slate);
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}
.work-header .right {
  display: flex; flex-direction: column; align-items: flex-end; gap: 24px;
  padding-bottom: 6px;
}
.work-header .right p { max-width: 36ch; text-align: right; }
.work-header .view-all {
  font-size: 12px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}
.work-header .view-all:hover { color: var(--blue); border-bottom-color: var(--blue); }

/* Project entries — each row a different layout */
.proj { padding: 0 var(--pad-x); margin-bottom: 96px; }
.proj-num {
  font-size: 12px; font-weight: 700; letter-spacing: 3px;
  color: var(--blue);
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 16px;
}
.proj-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(11,11,12,0.1);
}
.proj-num span { color: var(--slate); }

.proj-title {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.proj-title h3 {
  font-size: 38px; font-weight: 700; line-height: 1.1; letter-spacing: -0.8px;
}
.proj-title .meta {
  display: flex; gap: 24px;
  font-size: 11px; font-weight: 600; letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--slate);
}
.proj-title .meta strong { color: var(--ink); font-weight: 700; }
.proj-caption {
  font-size: 16px;
  color: var(--graphite);
  font-style: italic;
  font-weight: 300;
  max-width: 50ch;
  margin-top: -8px;
  margin-bottom: 36px;
}

/* Asymmetric layouts */
.layout-a { /* 1 large + 2 stacked small */
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4px;
  margin-bottom: 0;
}
.layout-a .stack { display: grid; grid-template-rows: 1fr 1fr; gap: 4px; }
.layout-a .stack img { height: 100%; }
.layout-a > .img-wrap, .layout-a .stack > .img-wrap {
  position: relative; overflow: hidden; background: var(--ink);
}
.layout-a > .img-wrap { height: 620px; }
.layout-a .stack > .img-wrap { height: 308px; }

.layout-b { /* offset: small 30% + big 70% with bleed */
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4px;
}
.layout-b > .img-wrap {
  position: relative; overflow: hidden; background: var(--ink);
  height: 540px;
}

.layout-c { /* hero left + portrait tall right */
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 4px;
}
.layout-c > .img-wrap {
  position: relative; overflow: hidden; background: var(--ink);
  height: 560px;
}

.layout-d { /* 3 panels mixed proportions */
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 4px;
}
.layout-d > .img-wrap {
  position: relative; overflow: hidden; background: var(--ink);
  height: 440px;
}

.img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 1.4s cubic-bezier(.22,.61,.36,1);
}
.img-wrap:hover img { transform: scale(1.07); }
/* Keep top-of-frame signage (e.g. Framebridge storefront) visible at rest and during the hover zoom */
.img-wrap img.focal-top { object-position: 50% 12%; transform-origin: 50% 12%; }

/* Corner-tick crop marks — drawing language */
.img-wrap.ticks::before,
.img-wrap.ticks::after,
.img-wrap.ticks > .tick-bl,
.img-wrap.ticks > .tick-br {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.img-wrap.ticks::before { top: 14px; left: 14px; border-top: 1.5px solid var(--blue); border-left: 1.5px solid var(--blue); }
.img-wrap.ticks::after { top: 14px; right: 14px; border-top: 1.5px solid var(--blue); border-right: 1.5px solid var(--blue); }
.img-wrap.ticks .tick-bl { bottom: 14px; left: 14px; border-bottom: 1.5px solid var(--blue); border-left: 1.5px solid var(--blue); }
.img-wrap.ticks .tick-br { bottom: 14px; right: 14px; border-bottom: 1.5px solid var(--blue); border-right: 1.5px solid var(--blue); }
.img-wrap.ticks:hover::before,
.img-wrap.ticks:hover::after,
.img-wrap.ticks:hover .tick-bl,
.img-wrap.ticks:hover .tick-br { opacity: 1; }

/* Tile caption overlay (used on the smaller cards) */
.img-cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 22px;
  z-index: 2;
  color: var(--white);
  background: linear-gradient(180deg, transparent 0%, rgba(11,11,12,0.78) 100%);
}
.img-cap h4 {
  font-size: 14px; font-weight: 700; letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.img-cap span {
  font-size: 10px; letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* Photo treatment: darken weaker photos (MW) */
.tone-down img {
  filter: brightness(0.78) contrast(1.05) saturate(0.85);
}
.tone-down:hover img { filter: brightness(0.85) contrast(1.05) saturate(0.9); }

/* ============================
   PULL-QUOTE — editorial moment
   ============================ */
.pullquote {
  background: var(--paper);
  padding: 140px var(--pad-x);
  position: relative;
  overflow: hidden;
}
.pullquote-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 48px;
  align-items: start;
}
.pullquote-mark {
  font-size: 120px;
  font-weight: 700;
  color: var(--blue);
  line-height: 0.8;
  font-family: 'Inter', serif;
}
.pullquote-text {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.8px;
  color: var(--ink);
}
.pullquote-text .em {
  font-style: italic;
  font-weight: 400;
  color: var(--blue);
}
.pullquote-attrib {
  margin-top: 36px;
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--slate);
  display: flex; align-items: center; gap: 16px;
}
.pullquote-attrib::before {
  content: '';
  width: 40px; height: 2px; background: var(--blue);
}

/* ============================
   WEISS DIFFERENCE — Editorial Playbook
   Major brand moment. Four expandable chapters.
   ============================ */
.diff {
  background: var(--ink);
  color: var(--white);
  padding: 168px 0 0;
  overflow: hidden;
  position: relative;
}
.diff::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue) 40%, var(--blue) 60%, transparent);
}
.diff-header {
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  margin-bottom: 96px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.diff-header .eyebrow { margin-bottom: 28px; color: var(--blue); }
.diff-header .eyebrow::before { background: var(--blue); }
.diff-header .section-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 60px;
}
.diff-header h2 { color: var(--white); margin-bottom: 0; max-width: 22ch; }
.diff-header h2 .em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}
.diff-header .intro {
  font-size: 18px; line-height: 1.65;
  color: rgba(255,255,255,0.78);
  font-weight: 300;
  max-width: 56ch;
}
.diff-header .intro p + p { margin-top: 16px; }

.diff-chapters {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.diff-chapter {
  display: grid;
  grid-template-columns: 80px 100px 1fr 1fr 60px;
  align-items: center;
  gap: 32px;
  padding: 36px var(--pad-x);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  cursor: pointer;
  transition: background 0.4s ease;
  position: relative;
}
.diff-chapter:hover { background: rgba(31,143,209,0.04); }
.diff-chapter .ch-num {
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  color: var(--blue);
}
.diff-chapter .ch-icon {
  width: 56px; height: 56px;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 300;
  color: rgba(255,255,255,0.85);
  transition: border-color 0.35s ease, color 0.35s ease, background 0.35s ease;
}
.diff-chapter:hover .ch-icon {
  border-color: var(--blue);
  color: var(--blue);
}
.diff-chapter.is-open .ch-icon {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.diff-chapter .ch-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--white);
}
.diff-chapter .ch-summary {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.65);
}
.diff-chapter .ch-toggle {
  font-size: 28px;
  font-weight: 200;
  color: rgba(255,255,255,0.5);
  text-align: right;
  transition: transform 0.35s ease, color 0.35s ease;
}
.diff-chapter:hover .ch-toggle { color: var(--blue); }
.diff-chapter.is-open .ch-toggle {
  transform: rotate(45deg);
  color: var(--blue);
}

.diff-detail {
  display: grid;
  grid-template-columns: 80px 100px 1fr;
  gap: 32px;
  padding: 0 var(--pad-x) 48px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  background: rgba(31,143,209,0.04);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s ease, padding 0.55s ease;
}
.diff-chapter.is-open + .diff-detail {
  max-height: 400px;
  padding: 8px var(--pad-x) 48px;
}
.diff-detail-content {
  grid-column: 3 / -1;
  max-width: 720px;
}
.diff-detail-content p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}
.diff-detail-content .tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  padding-bottom: 4px;
}
.diff-cta {
  padding: 88px var(--pad-x) 140px;
  text-align: center;
}
.diff-cta-line {
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.2px;
  margin-bottom: 28px;
  max-width: 38ch;
}
.diff-cta .btn-primary {
  background: var(--white);
  color: var(--ink);
}
.diff-cta .btn-primary:hover { background: var(--blue); color: var(--white); }

/* ============================
   CAPABILITIES (service rows) — clean, scan-friendly
   ============================ */
.cap {
  padding: 168px var(--pad-x);
  background: var(--white);
}
.cap-header {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.cap-header .eyebrow { margin-bottom: 24px; }
.cap-header h2 { max-width: 16ch; }
.cap-rows {
  max-width: 1480px;
  margin: 0 auto;
}
.cap-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 80px;
  gap: 56px;
  align-items: center;
  padding: 56px 0;
  border-top: 1px solid rgba(11,11,12,0.12);
  cursor: pointer;
  transition: padding 0.35s ease, background 0.35s ease;
}
.cap-row:last-child { border-bottom: 1px solid rgba(11,11,12,0.12); }
.cap-row:hover { padding-left: 16px; padding-right: 16px; background: var(--paper); }
.cap-row .cap-name {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: var(--ink);
}
.cap-row .cap-desc {
  font-size: 17px;
  color: var(--slate);
  line-height: 1.55;
  max-width: 52ch;
}
.cap-row .cap-arrow {
  font-size: 28px;
  color: var(--silver);
  text-align: right;
  transition: transform 0.35s ease, color 0.35s ease;
}
.cap-row:hover .cap-arrow { color: var(--blue); transform: translateX(10px); }
.cap-row:hover .cap-name { color: var(--blue-deep); }

/* ============================
   FINAL CTA — layered photo + offset text
   ============================ */
.final-cta {
  position: relative;
  background: var(--ink);
  color: var(--white);
  padding: 168px var(--pad-x);
  overflow: hidden;
}
.final-cta-bg {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  filter: brightness(0.6);
}
.final-cta-bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.08);
}
.final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(11,11,12,0.6) 0%,
    rgba(11,11,12,0.4) 50%,
    rgba(11,11,12,0.85) 100%);
}
.final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.final-cta .eyebrow { color: var(--blue); margin-bottom: 28px; }
.final-cta h2 {
  color: var(--white);
  margin-bottom: 32px;
  max-width: 22ch;
  margin-left: auto; margin-right: auto;
}
.final-cta .sub {
  color: rgba(255,255,255,0.82);
  margin-bottom: 48px;
  max-width: 64ch;
  margin-left: auto; margin-right: auto;
}

/* ============================
   FOOTER
   ============================ */
.footer {
  background: #050505;
  color: var(--white);
  padding: 88px var(--pad-x) 36px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
  max-width: 1480px;
  margin-left: auto; margin-right: auto;
}
.footer-brand img {
  height: 44px; width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.footer-brand p {
  font-size: 13px;
  font-style: italic;
  color: rgba(255,255,255,0.65);
  max-width: 30ch;
  margin-bottom: 16px;
}
.footer-brand .signoff {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue);
}
.footer-col .label {
  color: var(--blue);
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
  transition: color 0.25s ease;
}
.footer-col a:hover { color: var(--white); }
.footer-bot {
  display: flex; justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 12px; color: var(--slate);
  max-width: 1480px;
  margin-left: auto; margin-right: auto;
}

/* ============================
   SUB-PAGE HEAD (page hero for /v1/ sub-pages)
   ============================ */
.page-head {
  position: relative;
  padding: 200px var(--pad-x) 88px;
  background: var(--white);
  overflow: hidden;
}
.page-head-num {
  position: absolute;
  top: 120px;
  right: var(--pad-x);
  font-size: 280px;
  font-weight: 800;
  line-height: 1;
  color: rgba(31,143,209,0.06);
  letter-spacing: -10px;
  user-select: none;
  pointer-events: none;
}
.page-head-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: end;
}
.page-head .eyebrow { margin-bottom: 24px; }
.page-head .section-num {
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  color: var(--slate);
}
.page-head h1 {
  margin-bottom: 28px;
  max-width: 22ch;
}
.page-head h1 .em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}
.page-head .body-l { max-width: 56ch; }

.page-strip {
  width: 100%;
  height: 480px;
  overflow: hidden;
  background: var(--ink);
  position: relative;
}
.page-strip img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s ease-out;
}
.page-strip:hover img { transform: scale(1.05); }

/* ============================
   CONTACT PAGE — split + form
   ============================ */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: calc(100vh - 76px);
  margin-top: 76px;
}
.contact-photo {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.contact-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.contact-photo .vert-strip {
  position: absolute;
  top: 50%; left: 24px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  display: flex; align-items: center; gap: 14px;
  z-index: 2;
}
.contact-photo .vert-strip::after {
  content: ''; width: 60px; height: 1px; background: rgba(255,255,255,0.5);
}
.contact-photo .photo-label {
  position: absolute;
  bottom: 36px; left: 36px;
  z-index: 3;
  color: var(--white);
}
.contact-photo .photo-label h3 {
  font-size: 22px; font-weight: 700; letter-spacing: 1.4px;
  text-transform: uppercase;
}
.contact-photo .photo-label span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.contact-form-wrap {
  padding: 120px 80px 80px 80px;
}
.contact-form-wrap .eyebrow { margin-bottom: 24px; }
.contact-form-wrap h1 { margin-bottom: 28px; max-width: 14ch; }
.contact-form-wrap .body-l {
  margin-bottom: 48px;
  max-width: 50ch;
}
.contact-form { max-width: 640px; }
.form-group { margin-bottom: 28px; }
.form-group label {
  display: block;
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--silver);
  background: transparent;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s ease;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--blue); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--silver); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-thanks {
  margin-top: 28px;
  padding: 16px 20px;
  background: rgba(31,143,209,0.08);
  border-left: 3px solid var(--blue);
  color: var(--blue-deep);
  font-size: 14px;
}

/* About page narrative blocks */
.narrative {
  padding: 168px var(--pad-x);
  background: var(--paper);
}
.narrative-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
}
.narrative .eyebrow { margin-bottom: 16px; }
.narrative h2 { margin-bottom: 32px; }
.narrative .body-l { margin-bottom: 20px; }

/* About — identity split (photo left + copy right) */
.identity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
}
.identity-photo {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: var(--ink);
}
.identity-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 8s linear;
}
.identity:hover .identity-photo img { transform: scale(1.06); }
.identity-photo .photo-caption {
  position: absolute;
  bottom: 28px; left: 32px;
  z-index: 2;
  color: var(--white);
  font-size: 11px; font-weight: 600; letter-spacing: 1.8px;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 14px;
}
.identity-photo .photo-caption::before {
  content: ''; width: 36px; height: 1px; background: rgba(255,255,255,0.55);
}
.identity-photo .photo-caption span { color: rgba(255,255,255,0.65); }
.identity-text {
  padding: 96px 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.identity-text .eyebrow { margin-bottom: 24px; }
.identity-text h2 { margin-bottom: 32px; max-width: 22ch; }
.identity-text h2 .em { font-style: italic; font-weight: 300; color: var(--blue); }
.identity-text .body-l { max-width: 50ch; }
.identity-text .body-l + .body-l { margin-top: 18px; }

/* About — approach as editorial 2-column body */
.approach-spread {
  padding: 168px var(--pad-x);
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.approach-spread-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}
.approach-spread .eyebrow { margin-bottom: 24px; }
.approach-spread h2 {
  margin-bottom: 64px;
  max-width: 22ch;
}
.approach-spread h2 .em {
  background: linear-gradient(transparent 70%, rgba(31,143,209,0.18) 70%);
}
.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.approach-grid p { max-width: 46ch; }

/* About — selected clients strip */
.clients {
  background: var(--ink);
  color: var(--white);
  padding: 96px var(--pad-x);
  text-align: center;
}
.clients .eyebrow { color: var(--blue); margin-bottom: 36px; justify-content: center; display: inline-flex; }
.clients-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 56px;
  margin-bottom: 24px;
  max-width: 1200px;
  margin-left: auto; margin-right: auto;
}
.clients-list span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.86);
  white-space: nowrap;
}
.clients-list span + span::before {
  content: '·';
  display: inline-block;
  margin-right: 56px;
  margin-left: -28px;
  color: rgba(255,255,255,0.3);
  position: relative;
  top: -2px;
}
.clients .caption {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.4px;
}

/* About — proof grid (condensed Difference summary) */
.proof {
  padding: 168px var(--pad-x);
  background: var(--paper);
}
.proof-header {
  max-width: 1280px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: end;
}
.proof-header .eyebrow { margin-bottom: 24px; }
.proof-header h2 { max-width: 20ch; }
.proof-header h2 .em { font-style: italic; font-weight: 300; color: var(--blue); }
.proof-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  background: var(--silver);
}
.proof-card {
  background: var(--white);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.proof-card .pnum {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: var(--blue);
}
.proof-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.proof-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--slate);
}

/* Practice frame (placeholder for future office image) */
.practice-frame {
  padding: 0;
  background: var(--ink);
  color: var(--white);
}
.practice-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  min-height: 480px;
}
.practice-photo {
  position: relative;
  overflow: hidden;
  background: #111;
}
.practice-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.practice-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,11,12,0.5) 0%, rgba(11,11,12,0.15) 100%);
}
.practice-text {
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.practice-text .eyebrow { color: var(--blue); margin-bottom: 24px; }
.practice-text h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.practice-text p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  max-width: 42ch;
}

/* ============================
   WEISS DIFFERENCE — Major Brand Moment
   Cards-always-visible variant. The reason-to-call section.
   ============================ */
.diff--major {
  background: var(--ink);
  color: var(--white);
  padding: 168px 0 0;
  position: relative;
  overflow: hidden;
}
.diff--major::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue) 40%, var(--blue) 60%, transparent);
}
.diff--major::after {
  content: 'WHY CALL WEISS';
  position: absolute;
  top: 80px; left: 50%;
  transform: translateX(-50%);
  font-size: 220px;
  font-weight: 900;
  color: rgba(255,255,255,0.04);
  letter-spacing: -6px;
  line-height: 0.9;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.diff--major .diff-top {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad-x);
  max-width: 1480px;
  margin: 0 auto 96px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 96px;
  align-items: end;
}
.diff--major .diff-top .eyebrow {
  color: var(--blue);
  margin-bottom: 32px;
}
.diff--major .diff-top .eyebrow::before { background: var(--blue); }
.diff--major .diff-top h2 {
  color: var(--white);
  max-width: 16ch;
  letter-spacing: -2px;
}
.diff--major .diff-top h2 .em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}
.diff--major .diff-top .intro p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 52ch;
}
.diff--major .diff-top .intro p + p { margin-top: 18px; }

/* Section break - "why call weiss" label */
.diff--major .diff-break {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad-x);
  max-width: 1480px;
  margin: 0 auto 48px;
  display: flex; align-items: center; gap: 24px;
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue);
}
.diff--major .diff-break::before,
.diff--major .diff-break::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.18);
}

/* 2x2 card grid - always visible */
.diff--major .diff-cards {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad-x);
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
}
.diff--major .d-card {
  background: var(--ink);
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transition: background 0.35s ease;
}
.diff--major .d-card:hover { background: #14171A; }
.diff--major .d-card .dnum {
  font-size: 88px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 0.9;
  color: var(--blue);
}
.diff--major .d-card h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.4px;
  color: var(--white);
  max-width: 26ch;
}
.diff--major .d-card p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.74);
  max-width: 42ch;
}

/* CTA tail (close-out) */
.diff--major .diff-foot {
  position: relative;
  z-index: 2;
  padding: 88px var(--pad-x) 140px;
  text-align: center;
}
.diff--major .diff-foot-line {
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.2px;
  margin-bottom: 32px;
  max-width: 42ch;
}
.diff--major .diff-foot .btn {
  background: var(--white);
  color: var(--ink);
}
.diff--major .diff-foot .btn:hover { background: var(--blue); color: var(--white); }

/* Tone-down repositioned Approach — supporting, not primary */
.approach--support {
  padding: 140px var(--pad-x);
  background: var(--paper);
  position: relative;
}
.approach--support .approach-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.approach--support .approach-left .eyebrow { margin-bottom: 24px; }
.approach--support .approach-right h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -1.2px;
  margin-bottom: 32px;
  max-width: 20ch;
}
.approach--support .approach-right h2 .accent {
  background: linear-gradient(transparent 72%, rgba(31,143,209,0.2) 72%);
}
.approach--support .approach-right p { margin-bottom: 18px; max-width: 56ch; }
.approach--support .approach-right p:last-child { margin-bottom: 0; }
/* Subtle small numeral for supporting flavor */
.approach--support::before {
  content: '02';
  position: absolute;
  top: 90px;
  right: 64px;
  font-size: 180px;
  font-weight: 800;
  color: rgba(31,143,209,0.05);
  letter-spacing: -6px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

/* About — Origin / Founded 2021 credibility moment */
.origin {
  position: relative;
  background: var(--ink);
  color: var(--white);
  padding: 168px 0;
  overflow: hidden;
}
.origin::before {
  content: '2021';
  position: absolute;
  bottom: -60px;
  right: -20px;
  font-size: 380px;
  font-weight: 900;
  color: rgba(31,143,209,0.07);
  letter-spacing: -12px;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
}
.origin-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 96px;
  align-items: start;
}
.origin .badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border: 1px solid rgba(31,143,209,0.4);
  background: rgba(31,143,209,0.06);
  margin-bottom: 32px;
}
.origin .badge .year {
  font-size: 28px; font-weight: 800; letter-spacing: 1px;
  color: var(--blue);
}
.origin .badge .lbl {
  font-size: 11px; font-weight: 700; letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.origin .eyebrow {
  color: var(--blue);
  margin-bottom: 18px;
}
.origin .eyebrow::before { background: var(--blue); }
.origin h2 {
  color: var(--white);
  margin-bottom: 36px;
  max-width: 22ch;
}
.origin h2 .em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}
.origin p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  max-width: 56ch;
}
.origin p + p { margin-top: 18px; }

/* ============================================================
   BRAND STAMP — "Excellence thru Experience" signature system
   Recurring premium label that reinforces credibility + trust.
   ============================================================ */

/* Hero brand seal — thin-line framed badge between subhead and CTA */
.hero-stamp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  align-self: flex-start;
  margin-bottom: 40px;
  padding: 20px 32px 22px;
  position: relative;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.02);
}
/* Blue corner ticks — gives the seal a designed, "brand mark" feel */
.hero-stamp::before, .hero-stamp::after {
  content: '';
  position: absolute;
  width: 12px; height: 12px;
  border: 1.5px solid var(--blue);
}
.hero-stamp::before {
  top: -1px; left: -1px;
  border-right: 0; border-bottom: 0;
}
.hero-stamp::after {
  bottom: -1px; right: -1px;
  border-left: 0; border-top: 0;
}
.hero-stamp .phrase {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}
.hero-stamp .sep {
  width: 40px;
  height: 2px;
  background: var(--blue);
  display: inline-block;
}
.hero-stamp .meta {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

/* Brand bridge — full-section brand moment.
   Used between Hero and Difference, and as the About origin treatment. */
.brand-bridge {
  background: var(--white);
  padding: 88px var(--pad-x);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(11,11,12,0.06);
  border-bottom: 1px solid rgba(11,11,12,0.06);
}
.brand-bridge::before {
  content: 'WEISS';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 280px;
  font-weight: 900;
  color: rgba(31,143,209,0.05);
  letter-spacing: -10px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  line-height: 0.8;
}
.brand-bridge-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 720px;
  margin: 0 auto;
}
.brand-bridge .brand-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 2px;
}
.brand-bridge .brand-eyebrow::before,
.brand-bridge .brand-eyebrow::after {
  content: '';
  width: 28px; height: 1.5px;
  background: var(--blue);
}
.brand-bridge .phrase {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: var(--ink);
}
.brand-bridge .rule {
  width: 72px;
  height: 2px;
  background: var(--blue);
}
.brand-bridge .meta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--slate);
}
.brand-bridge .lead {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: var(--graphite);
  letter-spacing: 0.2px;
  max-width: 52ch;
  line-height: 1.6;
  margin-top: 6px;
}

/* Dark variant — for About origin section / dark surfaces */
.brand-bridge--dark {
  background: var(--ink);
  border-color: rgba(255,255,255,0.06);
  padding: 120px var(--pad-x);
}
.brand-bridge--dark::before {
  color: rgba(255,255,255,0.045);
}
.brand-bridge--dark .phrase {
  color: var(--white);
}
.brand-bridge--dark .meta {
  color: rgba(255,255,255,0.55);
}
.brand-bridge--dark .lead {
  color: rgba(255,255,255,0.78);
  font-size: 18px;
}
.brand-bridge--dark .rule {
  background: var(--blue);
}

/* About variant — wider, gets a body paragraph beneath */
.brand-bridge--origin .brand-bridge-inner { max-width: 880px; }
.brand-bridge--origin .body {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  max-width: 64ch;
  margin-top: 12px;
}
.brand-bridge--origin .body + .body { margin-top: 18px; }

/* Page stamp — light brand line near top of /work, /services */
.page-stamp {
  background: var(--paper);
  border-top: 1px solid rgba(11,11,12,0.06);
  border-bottom: 1px solid rgba(11,11,12,0.06);
  padding: 38px var(--pad-x);
  text-align: center;
}
.page-stamp .phrase {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.page-stamp .phrase::before,
.page-stamp .phrase::after {
  content: '';
  width: 48px;
  height: 1.5px;
  background: var(--blue);
}
.page-stamp .meta {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: var(--slate);
  font-weight: 400;
  letter-spacing: 0.2px;
  font-style: italic;
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

/* Footer brand prominence — bigger signoff lockup under logo */
.footer-brand .signoff {
  display: block;
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  color: var(--blue);
}
.footer-brand .signoff::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background: var(--blue);
  vertical-align: middle;
  margin-right: 12px;
}
.footer-brand .founded {
  display: block;
  margin-bottom: 18px;
  padding-left: 44px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (max-width: 1100px) {
  .brand-bridge { padding: 56px 40px; }
  .brand-bridge::before { font-size: 140px; }
  .brand-bridge .phrase { font-size: 22px; letter-spacing: 5px; }
  .brand-bridge--dark { padding: 80px 40px; }

  .page-stamp { padding: 28px 40px; }
  .page-stamp .phrase { font-size: 12px; letter-spacing: 3.6px; }
  .page-stamp .phrase::before,
  .page-stamp .phrase::after { width: 32px; }

  .brand-bridge .phrase { font-size: 26px; }
  .hero-stamp { padding: 16px 24px 18px; }
  .hero-stamp .phrase { font-size: 13px; letter-spacing: 3px; }

  .footer-brand .signoff { font-size: 14px; letter-spacing: 2.8px; }
}
@media (max-width: 600px) {
  .brand-bridge .phrase { font-size: 19px; letter-spacing: 3px; }
  .brand-bridge .lead { font-size: 14px; }
  .page-stamp .phrase { font-size: 11px; letter-spacing: 2.8px; }
  .page-stamp .phrase::before,
  .page-stamp .phrase::after { width: 24px; }
  .hero-stamp .phrase { font-size: 12px; letter-spacing: 2.4px; }
  .hero-stamp .meta { font-size: 9px; }
}

/* Tone-treatment for MW (editorial darkened) */
.proj-card-tone img,
.img-wrap.tone-blue img {
  filter: brightness(0.86) saturate(0.85);
  transition: filter 0.6s ease, transform 1.4s cubic-bezier(.22,.61,.36,1);
}
.proj-card-tone:hover img,
.img-wrap.tone-blue:hover img {
  filter: brightness(0.95) saturate(0.95);
}

/* ============================
   MOTION
   ============================ */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s cubic-bezier(.22,.61,.36,1),
              transform 0.85s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in.d1 { transition-delay: 0.08s; }
.fade-in.d2 { transition-delay: 0.16s; }
.fade-in.d3 { transition-delay: 0.24s; }
.fade-in.d4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; transition: none; }
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1100px) {
  :root { --pad-x: 40px; }
  .display-mega { font-size: 72px; letter-spacing: -2px; }
  .display-xl   { font-size: 60px; letter-spacing: -1.6px; }
  .display-l    { font-size: 44px; letter-spacing: -1px; }
  .display-m    { font-size: 32px; }
  .hero { grid-template-columns: 1fr; min-height: 92vh; }
  .hero-text { padding: 132px 40px 48px; }
  .hero-photo { min-height: 380px; }
  .nav-marker, .nav-divider { display: none; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav, .nav:not(.is-transparent) { height: 80px; }
  .nav-logo, .nav:not(.is-transparent) .nav-logo { height: 46px; }

  .approach-inner { grid-template-columns: 1fr; gap: 32px; }
  .approach-num { font-size: 180px; }

  .work-header { grid-template-columns: 1fr; gap: 24px; }
  .work-header .meta { justify-self: start; }
  .work-header .right { align-items: flex-start; }
  .work-header .right p { text-align: left; }

  .layout-a, .layout-b, .layout-c, .layout-d { grid-template-columns: 1fr; }
  .layout-a > .img-wrap, .layout-a .stack > .img-wrap,
  .layout-b > .img-wrap, .layout-c > .img-wrap, .layout-d > .img-wrap { height: 320px; }
  .layout-a .stack { grid-template-rows: auto auto; }

  .pullquote-inner { grid-template-columns: 1fr; gap: 24px; }
  .pullquote-mark { font-size: 80px; }
  .pullquote-text { font-size: 28px; }

  .diff-header { grid-template-columns: 1fr; gap: 32px; }
  .diff-chapter { grid-template-columns: 60px 1fr 40px; gap: 20px; padding: 28px 40px; }
  .diff-chapter .ch-icon { display: none; }
  .diff-chapter .ch-summary { grid-column: 2 / -1; margin-top: 8px; }
  .diff-chapter .ch-title { font-size: 22px; }
  .diff-detail { grid-template-columns: 60px 1fr; padding: 0 40px; }
  .diff-chapter.is-open + .diff-detail { padding: 0 40px 32px; max-height: 600px; }
  .diff-detail-content { grid-column: 2 / -1; }

  .cap-header { grid-template-columns: 1fr; gap: 24px; }
  .cap-row { grid-template-columns: 1fr 60px; gap: 16px; padding: 36px 0; }
  .cap-row .cap-desc { grid-column: 1 / -2; margin-top: 6px; font-size: 15px; }
  .cap-row .cap-name { font-size: 32px; }

  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }

  .page-head { padding: 140px 40px 64px; }
  .page-head-num { font-size: 180px; }
  .page-head-inner { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .page-strip { height: 320px; }

  .contact-split { grid-template-columns: 1fr; }
  .contact-photo { height: 360px; }
  .contact-photo .vert-strip { display: none; }
  .contact-form-wrap { padding: 64px 40px; }

  .narrative { padding: 100px 40px; }
  .narrative-inner { grid-template-columns: 1fr; gap: 24px; }

  .identity { grid-template-columns: 1fr; }
  .identity-photo { min-height: 320px; }
  .identity-text { padding: 64px 40px; }

  .approach-spread { padding: 100px 40px; }
  .approach-grid { grid-template-columns: 1fr; gap: 24px; }

  .clients { padding: 64px 40px; }
  .clients-list { gap: 12px 32px; }
  .clients-list span + span::before { margin-right: 32px; margin-left: -16px; }

  .proof { padding: 100px 40px; }
  .proof-header { grid-template-columns: 1fr; gap: 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { padding: 36px 32px; }

  .practice-inner { grid-template-columns: 1fr; }
  .practice-photo { min-height: 280px; }
  .practice-text { padding: 56px 40px; }

  .diff--major { padding: 100px 0 0; }
  .diff--major::after { font-size: 120px; top: 56px; }
  .diff--major .diff-top { grid-template-columns: 1fr; gap: 32px; margin-bottom: 64px; padding: 0 40px; }
  .diff--major .diff-break { padding: 0 40px; }
  .diff--major .diff-cards { grid-template-columns: 1fr; padding: 0 40px; }
  .diff--major .d-card { padding: 48px 36px; gap: 18px; }
  .diff--major .d-card .dnum { font-size: 64px; }
  .diff--major .d-card h3 { font-size: 22px; }
  .diff--major .diff-foot { padding: 64px 40px 100px; }

  .approach--support { padding: 100px 40px; }
  .approach--support .approach-inner { grid-template-columns: 1fr; gap: 32px; }
  .approach--support .approach-right h2 { font-size: 38px; }
  .approach--support::before { font-size: 120px; right: 32px; top: 60px; }

  .origin { padding: 100px 0; }
  .origin::before { font-size: 180px; }
  .origin-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 40px; }
  .origin h2 { font-size: 44px; }
}

@media (max-width: 600px) {
  :root { --pad-x: 24px; }
  .display-mega { font-size: 48px; letter-spacing: -1px; }
  .display-xl   { font-size: 38px; letter-spacing: -0.8px; }
  .display-l    { font-size: 30px; letter-spacing: -0.5px; }
  .nav { height: 60px; }
  .nav-logo { height: 34px; }
  .nav:not(.is-transparent) { height: 56px; }
  .nav:not(.is-transparent) .nav-logo { height: 30px; }

  .hero-text { padding: 104px 24px 40px; }
  .hero-meta { display: none; }

  .approach, .work, .cap, .final-cta { padding-top: 88px; padding-bottom: 88px; }
  .pullquote { padding: 72px 24px; }
  .diff { padding-top: 88px; }
  .diff-cta { padding: 56px 24px 88px; }

  .proj { padding: 0 24px; margin-bottom: 56px; }
  .proj-title h3 { font-size: 28px; }
  .proj-title .meta { gap: 12px; font-size: 10px; }

  .pullquote-text { font-size: 22px; }
  .diff-cta-line { font-size: 18px; }

  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bot { flex-direction: column; gap: 8px; }

  .page-head { padding: 110px 24px 48px; }
  .page-head-num { font-size: 120px; }
  .page-strip { height: 240px; }
  .contact-form-wrap { padding: 48px 24px; }
}

/* ===== Launch-prep additions (Careers form, email-first contact, portfolio CTA) ===== */
.form-group select {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--silver);
  background: transparent;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.25s ease;
}
.form-group select:focus { border-color: var(--blue); }
.form-group label .optional {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  color: var(--slate);
}
.contact-direct {
  margin: 4px 0 8px;
  font-size: 15px;
  color: var(--slate);
}
.contact-direct a {
  color: var(--blue-deep);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--silver);
}
.contact-direct a:hover { color: var(--blue); border-color: var(--blue); }

/* Portfolio — "request more examples" band (subtle, useful, not a heavy sales form) */
.more-examples {
  padding: 96px var(--pad-x);
  border-top: var(--rule);
  background: var(--paper);
  text-align: center;
}
.more-examples-inner { max-width: 640px; margin: 0 auto; }
.more-examples .eyebrow {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--blue);
}
.more-examples h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  color: var(--ink);
}
.more-examples p {
  max-width: 52ch;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--slate);
}

/* ============================
   BRANDS — client / brand portfolio grid
   ============================ */
.brands {
  background: var(--paper);
  padding: 112px var(--pad-x) 132px;
}
.brands-inner { max-width: 1320px; margin: 0 auto; }
.brands-kicker {
  text-align: center;
  font-size: 11px; font-weight: 700; letter-spacing: 2.8px; text-transform: uppercase;
  color: var(--blue);
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-bottom: 20px;
}
.brands-kicker::before, .brands-kicker::after {
  content: ''; width: 30px; height: 1.5px; background: var(--blue); opacity: 0.5;
}
.brands-lead {
  text-align: center;
  max-width: 60ch; margin: 0 auto 60px;
  font-size: 17px; font-weight: 300; line-height: 1.65; color: var(--graphite);
}
.brand-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.brand-tile {
  flex: 0 1 calc(25% - 22px);
  min-width: 208px;
  height: 148px;
  background: var(--white);
  border: 1px solid rgba(11,11,12,0.07);
  display: flex; align-items: center; justify-content: center;
  padding: 26px 30px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.brand-tile img {
  max-width: 78%; max-height: 44px;
  width: auto; height: auto; object-fit: contain;
}
.brand-tile--tall img { max-height: 84px; max-width: 62%; }   /* stacked lockup (34 Commercial) */
.brand-tile--span2 { flex-basis: calc(50% - 22px); }          /* ultra-wide wordmark (Men's Wearhouse) */
.brand-tile--span2 img { max-width: 84%; max-height: 34px; }
.brand-tile--boost { padding: 18px 14px; }                    /* marks that render small at the default cap */
.brand-tile--boost img { width: 92%; max-width: 92%; height: auto; max-height: 64px; object-fit: contain; }
.brands-note {
  text-align: center;
  margin-top: 48px;
  font-size: 12px; font-weight: 300; font-style: italic;
  letter-spacing: 0.3px; color: var(--slate);
}
@media (hover: hover) {
  .brand-tile img { filter: grayscale(100%); opacity: 0.72; transition: filter .35s ease, opacity .35s ease; }
  .brand-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(11,11,12,0.10); border-color: rgba(11,11,12,0.13); }
  .brand-tile:hover img { filter: none; opacity: 1; }
}
@media (max-width: 1024px) {
  .brand-tile { flex-basis: calc(33.333% - 22px); }
  .brand-tile--span2 { flex-basis: calc(66.666% - 22px); }
}
@media (max-width: 720px) {
  .brands { padding: 72px 40px 88px; }
  .brand-grid { gap: 14px; }
  .brand-tile { flex-basis: calc(50% - 14px); min-width: 0; height: 116px; padding: 18px 20px; }
  .brand-tile img { max-height: 38px; max-width: 82%; }
  .brand-tile--tall img { max-height: 66px; }
  .brand-tile--span2 { flex-basis: 100%; }
  .brand-tile--span2 img { max-height: 30px; }
  .brand-tile--boost img { width: 92%; max-width: 92%; height: auto; max-height: 52px; object-fit: contain; }
  .brands-lead { font-size: 16px; margin-bottom: 40px; }
}

/* ============================
   HOMEPAGE LOGO TEASER — curated brand group (lighter than Brands grid)
   ============================ */
.logo-teaser {
  background: var(--paper);
  padding: 96px var(--pad-x);
  text-align: center;
}
.logo-teaser .eyebrow {
  color: var(--blue);
  display: inline-flex; justify-content: center;
  margin-bottom: 46px;
}
.logo-teaser .brand-grid { max-width: 1120px; margin: 0 auto; }
.logo-teaser .brand-tile {
  background: transparent;
  border: none;
  height: 118px;
  padding: 18px 26px;
}
@media (hover: hover) {
  .logo-teaser .brand-tile:hover { transform: none; box-shadow: none; border: none; }
  .logo-teaser .brand-tile:hover img { transform: translateY(-3px); }
}
.logo-teaser-link {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 44px;
  font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--blue);
}
.logo-teaser-link .btn-arrow { transition: transform 0.25s ease; }
.logo-teaser-link:hover .btn-arrow { transform: translateX(6px); }
@media (max-width: 720px) {
  .logo-teaser { padding: 64px 40px; }
  .logo-teaser .brand-tile { height: 96px; padding: 14px 18px; }
}

/* ============================
   MOBILE MENU (≤1100px)
   ============================ */
.nav-burger { display: none; }
.mobile-menu { display: none; }

@media (max-width: 1100px) {
  .nav { grid-template-columns: auto 1fr auto; }
  .nav-burger {
    display: inline-flex; flex-direction: column; justify-content: center; align-items: center;
    gap: 5px; width: 44px; height: 44px;
    margin-left: 16px; background: none; border: 0; cursor: pointer;
  }
  .nav-burger span {
    display: block; width: 24px; height: 2px;
    background: var(--ink);
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  }
  .nav.is-transparent:not(.is-solid) .nav-burger span { background: #fff; }
  .nav.menu-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
  .nav.menu-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .mobile-menu {
    display: flex; flex-direction: column;
    /* absolute (not fixed): the nav's backdrop-filter makes it the containing block */
    position: absolute; top: 100%; left: 0; right: 0;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    z-index: 99;
    background: var(--ink);
    padding: 40px 40px 48px;
    overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .nav.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: none; }
  .nav.menu-open { background: rgba(255,255,255,0.97); border-bottom: var(--rule); }
  .nav.menu-open .nav-logo img { filter: none; }
  .nav.menu-open .nav-burger span { background: var(--ink); }

  .mobile-menu a {
    color: rgba(255,255,255,0.85);
    font-size: 15px; font-weight: 600;
    letter-spacing: 3px; text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: color 0.25s ease;
  }
  .mobile-menu a:hover { color: var(--blue); }
  .mobile-menu a.is-active { color: #5BB6E8; }
  .mobile-menu .mobile-cta {
    margin-top: 32px; padding: 18px 24px;
    background: var(--white); color: var(--ink);
    text-align: center; border-bottom: 0;
    letter-spacing: 1.8px;
  }
  .mobile-menu .mobile-cta:hover,
  .mobile-menu .mobile-cta:active { background: var(--blue); color: var(--white); }
}

/* ============================
   CAREERS APPLICATION FORM
   ============================ */
.apply-note {
  margin-top: 14px;
  font-size: 14px;
  color: var(--slate);
}
.app {
  padding: 110px var(--pad-x) 120px;
  background: var(--white);
}
.app-inner { max-width: 1080px; margin: 0 auto; }
.app-inner .eyebrow { margin-bottom: 20px; }
.app-inner h2 { margin-bottom: 24px; }
.app-inner .body-l { max-width: 62ch; }
.app-eeo {
  margin-top: 20px;
  max-width: 78ch;
  font-size: 13px;
  line-height: 1.65;
  color: var(--slate);
}
.app-form { max-width: none; margin-top: 48px; }
.app-form .form-group { margin-bottom: 20px; }
.app-form .form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(11,11,12,0.14);
  background: var(--white);
  font: inherit; font-size: 15px;
  color: var(--ink);
}
.app-section-head {
  margin: 44px 0 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
  font-size: 13px; font-weight: 800;
  letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--ink);
}
.app-section-head .optional { font-weight: 600; letter-spacing: 1px; text-transform: none; color: var(--slate); }
.app-grid { display: grid; gap: 0 24px; }
.app-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.app-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.app-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.app-grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
.app-radio .app-radio-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.8px; text-transform: uppercase;
  color: var(--graphite);
  line-height: 1.5;
}
.app-radio .app-radio-opts { display: inline-flex; gap: 22px; align-items: center; padding: 8px 0; }
.app-radio .app-radio-opts label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; color: var(--ink); cursor: pointer;
}
.app-radio input[type="radio"] { accent-color: var(--blue); width: 16px; height: 16px; }
.app-edu-level, .app-employer { margin-bottom: 8px; }
.app-edu-name {
  display: block;
  margin: 18px 0 14px;
  font-size: 12px; font-weight: 800;
  letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--blue-deep);
}
.app-note { font-size: 13.5px; line-height: 1.7; color: var(--slate); max-width: 82ch; margin-bottom: 22px; }
.app-note a { color: var(--blue); }
.app-cert {
  max-height: 320px; overflow-y: auto;
  padding: 24px 26px;
  border: 1px solid rgba(11,11,12,0.14);
  background: var(--paper);
  margin-bottom: 22px;
}
.app-cert p { font-size: 13px; line-height: 1.7; color: var(--graphite); margin-bottom: 14px; }
.app-cert p:last-child { margin-bottom: 0; }
.app-check label {
  display: inline-flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: var(--ink); cursor: pointer; line-height: 1.5;
}
.app-check input[type="checkbox"] { accent-color: var(--blue); width: 17px; height: 17px; margin-top: 2px; }
.app-thanks {
  margin-top: 28px;
  padding: 22px 26px;
  background: var(--paper);
  border-left: 3px solid var(--blue);
}
.app-thanks p { font-size: 15.5px; color: var(--ink); line-height: 1.6; }

@media (max-width: 1100px) {
  .app { padding: 80px 40px 90px; }
  .app-grid.cols-4, .app-grid.cols-5 { grid-template-columns: 1fr 1fr; }
  .app-grid.cols-4 .form-group, .app-grid.cols-5 .form-group { grid-column: auto !important; }
}
@media (max-width: 600px) {
  .app { padding: 64px 24px 72px; }
  .app-grid.cols-2, .app-grid.cols-3, .app-grid.cols-4, .app-grid.cols-5 { grid-template-columns: 1fr; }
}
