@font-face {
  font-family: "Jost";
  src: url("assets/fonts/Jost-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("assets/fonts/Jost-Italic-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --canvas: #121110;
  --panel: #191713;
  --surface: #201D18;
  --ink: #FAF8F2;
  --muted: #D2CDC4;
  --faint: #ADA69C;
  --line: rgba(250,248,242,.2);
  --line-soft: rgba(250,248,242,.11);
  --amber: #F59A23;
  --amber-soft: #FFC169;
  --amber-wash: rgba(245,154,35,.13);
  --sans: "Jost", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --max: 1180px;
}

html { scroll-behavior: smooth; }
body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url("assets/bg/bg1-hero.jpg") center / cover no-repeat;
  opacity: .05;
  pointer-events: none;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: rgba(251,176,64,.35); }
:focus-visible { outline: 1px solid var(--amber); outline-offset: 3px; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .03;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
}

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: -.03em;
}
h1 {
  max-width: 880px;
  font-size: clamp(46px, 7vw, 100px);
  line-height: .98;
}
h2 {
  max-width: 780px;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.04;
}
.lead, .section-copy {
  color: var(--muted);
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.65;
}
.kicker {
  display: none;
}
.body-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.body-copy + .body-copy { margin-top: 18px; }
.body-copy strong { color: var(--ink); font-weight: 500; }
.text-link {
  color: var(--amber);
  font-size: 14px;
  font-weight: 500;
}
.text-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 12px clamp(16px, 3vw, 34px);
  background: rgba(18,17,16,.82);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 26px;
}
.nav-logo img { height: 44px; width: auto; }
.nav-center,
.nav-actions {
  display: flex;
  align-items: center;
}
.nav-center {
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}
.nav-actions {
  justify-content: flex-end;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}
.nav-actions a[href*="instagram.com"]:not(.pill-link) {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--muted);
  font-size: 0;
  transition: color .2s ease;
}
.nav-actions a[href*="instagram.com"]:not(.pill-link):hover {
  color: var(--ink);
}
.nav-actions a[href*="instagram.com"]:not(.pill-link)::before {
  content: "";
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' x2='17.51' y1='6.5' y2='6.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' x2='17.51' y1='6.5' y2='6.5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.nav-center a,
.nav-actions a { transition: color .2s ease; }
.nav-center a:hover,
.nav-actions a:hover { color: var(--ink); }
.nav-center a[aria-current="page"] {
  color: var(--ink);
  box-shadow: 0 2px 0 var(--amber);
}
.mobile-menu a[aria-current="page"] { color: var(--amber); }
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 254px;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .28s cubic-bezier(.16,1,.3,1), transform .28s cubic-bezier(.16,1,.3,1);
}
.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-dropdown a {
  display: block;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.2;
}
.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] {
  background: rgba(242,240,234,.05);
  color: var(--ink);
}
.nav-dropdown a[aria-current="page"] { color: var(--amber); }
.nav-item-services .nav-dropdown,
.nav-item-industries .nav-dropdown {
  width: min(520px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
}
.pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  background: var(--amber);
  color: #17120B;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .01em;
  white-space: nowrap;
}
.pill-link:hover { background: #FFB34F; color: #17120B; }
.menu-toggle {
  display: none;
  justify-self: end;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 4px auto;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease;
}
.menu-toggle.is-open span:first-child { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-5.5px) rotate(-45deg); }
.mobile-menu {
  position: fixed;
  top: 70px;
  left: 16px;
  right: 16px;
  z-index: 35;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px) scale(.985);
  transform-origin: top center;
  transition: opacity .28s ease, transform .34s cubic-bezier(.16,1,.3,1), visibility 0s linear .34s;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}
.mobile-menu a {
  padding: 12px;
  color: var(--ink);
  font-weight: 500;
}
.mobile-menu a:hover { background: rgba(242,240,234,.05); }
.mobile-disclosure { display: grid; gap: 3px; }
.mobile-disclosure-toggle {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  text-align: left;
}
.mobile-disclosure-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--faint);
  border-bottom: 1.5px solid var(--faint);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}
.mobile-disclosure.is-open .mobile-disclosure-toggle,
.mobile-disclosure-toggle:hover { background: rgba(242,240,234,.05); }
.mobile-disclosure.is-open .mobile-disclosure-toggle::after {
  transform: rotate(225deg) translate(-2px, -2px);
}
.mobile-disclosure-toggle[aria-current="page"] { color: var(--amber); }
.mobile-submenu {
  display: grid;
  gap: 2px;
  max-height: 0;
  padding: 0 0 0 12px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: max-height .42s cubic-bezier(.16,1,.3,1), opacity .25s ease, transform .34s cubic-bezier(.16,1,.3,1), padding .34s ease, visibility 0s linear .42s;
}
.mobile-disclosure.is-open .mobile-submenu {
  max-height: 560px;
  padding-bottom: 8px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.mobile-submenu a {
  padding: 9px 12px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 400;
}

.wrap { width: min(100%, var(--max)); margin: 0 auto; }
.section { padding: clamp(64px, 7.5vw, 104px) 24px; }
.dark { background: transparent; color: var(--ink); }
.paper {
  background: var(--panel);
  color: var(--ink);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.paper + .paper { border-top: 0; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(250px, .58fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  margin-bottom: clamp(30px, 4vw, 48px);
}
.section-head-centered {
  display: block;
  text-align: center;
}
.section-head-centered h2 { margin-inline: auto; }

.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
}
.btn-primary { background: var(--amber); color: #17120B; }
.btn-primary:hover { background: #FFB34F; }
.btn-lg {
  min-height: 56px;
  padding: 15px 30px;
  font-size: 16px;
}
.btn-secondary {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.btn-secondary:hover { border-color: rgba(242,240,234,.32); }
.btn:active, .pill-link:active { transform: scale(.98); }
.btn, .pill-link, .custom-select-trigger { transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }

.hero {
  min-height: 92svh;
  padding: 130px 24px 38px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
  background: #050504;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18,17,16,.92), rgba(18,17,16,.62) 55%, rgba(18,17,16,.9));
  pointer-events: none;
}
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero {
  --home-logo-strip-height: 176px;
  min-height: calc(100svh - var(--home-logo-strip-height));
  padding-bottom: 30px;
}
.home-hero h1 {
  max-width: none;
  font-size: clamp(52px, 6.15vw, 82px);
  line-height: 1.1;
  letter-spacing: -.042em;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}
.home-hero-title-line {
  display: block;
  white-space: nowrap;
}
.home-hero + .logo-strip {
  height: var(--home-logo-strip-height, 188px);
  min-height: var(--home-logo-strip-height, 188px);
  padding: 0;
  display: grid;
  align-content: center;
}
.home-hero + .logo-strip .kicker { margin-bottom: 16px; }
.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-bottom: clamp(26px, 5vw, 56px);
}
.hero .lead { max-width: 560px; margin: 24px 0 30px; }

.hero-stage {
  position: relative;
  height: calc(100svh + 38vh);
}
body.intro-seen .hero-stage { height: 100svh; }
.hero-stage-sticky {
  position: sticky;
  top: 0;
  height: 100svh !important;
  min-height: 100svh !important;
}
.hero-stage-intro-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 28px);
  padding: 24px;
  text-align: center;
  pointer-events: none;
  opacity: calc(1 - var(--intro-progress, 1));
}
.hero-stage-logo { width: clamp(220px, 30vw, 460px); height: auto; }
.hero-stage-hint {
  position: absolute;
  bottom: clamp(28px, 5vw, 54px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-stage-hint-arrow {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  animation: heroStageBounce 1.8s ease-in-out infinite;
}
@keyframes heroStageBounce {
  0%, 100% { transform: rotate(45deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(3px, 3px); }
}
.hero-stage .hero-content { opacity: var(--intro-progress, 1); }
body.home .site-nav {
  --nav-bg-opacity: calc(var(--intro-progress, 1) * .82);
  --nav-blur: calc(var(--intro-progress, 1) * 14);
  --nav-border-opacity: calc(var(--intro-progress, 1) * .11);
  background: rgba(18,17,16, var(--nav-bg-opacity));
  backdrop-filter: blur(calc(var(--nav-blur) * 1px));
  -webkit-backdrop-filter: blur(calc(var(--nav-blur) * 1px));
  border-bottom-color: rgba(250,248,242, var(--nav-border-opacity));
}
body.home .site-nav .nav-logo,
body.home .site-nav .nav-actions {
  opacity: var(--intro-progress, 1);
}
@media (prefers-reduced-motion: reduce) {
  .hero-stage-hint-arrow { animation: none; }
}

.logo-strip {
  padding: 34px 0;
  background: #F3F0E8;
  color: #171512;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}
.logo-strip .kicker {
  display: block;
  width: min(100%, var(--max));
  padding: 0 24px;
  margin: 0 auto 28px;
  color: #4B463E;
  text-align: center;
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.ticker-wrap { overflow: hidden; }
.ticker-track {
  display: flex;
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
  width: max-content;
  animation: ticker 46s linear infinite;
  will-change: transform;
  background: #F3F0E8;
}
.logo-mark {
  width: 166px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}
.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  mix-blend-mode: multiply;
  opacity: 1;
}
.logo-fallback {
  color: var(--faint);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  text-align: center;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.service-disclosures {
  width: min(100%, 920px);
  margin: 0 auto;
}
.service-disclosure { border: 0; }
.service-disclosure button {
  width: 100%;
  padding: 19px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  cursor: pointer;
  text-align: left;
  font-size: clamp(23px, 3vw, 36px);
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -.025em;
  transition: color .25s ease, padding-left .25s ease;
}
.service-disclosure button:hover,
.service-disclosure button[aria-expanded="true"] { color: var(--amber); padding-left: 0; }
.service-disclosure button:focus-visible {
  outline: 0;
  box-shadow: inset 3px 0 var(--amber);
}
.service-disclosure button span:last-child {
  flex: 0 0 auto;
  color: var(--amber);
  font-size: 27px;
  font-weight: 400;
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.service-disclosure button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.service-detail {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .42s cubic-bezier(.16,1,.3,1), opacity .25s ease;
}
.service-detail > div { min-height: 0; overflow: hidden; }
.service-disclosure.is-open .service-detail { grid-template-rows: 1fr; opacity: 1; }
.service-detail p {
  max-width: 58ch;
  padding: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.service-detail .text-link { display: inline-block; margin: 0 0 22px; }

.home-intro-band {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(18,17,16,.9), rgba(18,17,16,.72) 55%, rgba(18,17,16,.9)),
    url("assets/bg/bg1-hero.jpg") center / cover no-repeat;
  color: var(--ink);
}
.home-services-section {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(80px, 10vw, 136px);
}
.home-services-intro {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.home-services-intro h2 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(36px, 4.9vw, 64px);
  line-height: 1.02;
  text-wrap: balance;
}
.home-services-cta { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.services-cta-link {
  display: inline-block;
  color: var(--ink);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 600;
  letter-spacing: -.02em;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.services-cta-link:hover { color: var(--amber); border-color: var(--amber); }
.home-system-section { padding-bottom: clamp(76px, 9vw, 124px); }
.home-portfolio-section { border-top: 1px solid var(--line-soft); }
.home-system-copy {
  max-width: 640px;
  margin: 0 auto clamp(38px, 5vw, 62px);
  text-align: center;
}
.home-system-copy h2 { margin: 0 auto; }

.page-hero {
  --page-image: url("assets/bts/IMG_3279.jpg");
  min-height: 68svh;
  padding: 130px 24px 58px;
  display: grid;
  align-items: end;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(18,17,16,.94), rgba(18,17,16,.7) 55%, rgba(18,17,16,.92)),
    var(--page-image) center / cover no-repeat;
}
.page-hero .lead { max-width: 620px; margin-top: 22px; }
.listing-index-section {
  min-height: 100svh;
  padding-top: clamp(138px, 15vw, 190px);
  padding-bottom: clamp(82px, 10vw, 138px);
}
.listing-index-title {
  margin-bottom: clamp(58px, 8vw, 106px);
  font-size: clamp(52px, 8.4vw, 110px);
  line-height: .92;
  letter-spacing: -.045em;
}
.compact-detail {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(72px, 10vw, 132px);
}
.page-hero.compact-top {
  min-height: auto;
  padding-top: clamp(126px, 16vh, 164px);
  padding-bottom: clamp(56px, 7vw, 88px);
}
.page-hero.compact-top .compact-detail-copy { color: var(--ink); }
.compact-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(36px, 7vw, 100px);
  align-items: end;
}
.compact-detail-copy {
  max-width: 21ch;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.compact-detail-label {
  display: block;
  margin-bottom: clamp(14px, 1.8vw, 22px);
  color: var(--amber);
  font-family: var(--sans);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.compact-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  padding-bottom: 4px;
}
.compact-detail-actions .text-link { white-space: nowrap; }
.compact-detail-media .video-frame { margin-top: clamp(48px, 7vw, 88px); }
.service-detail-section { padding-top: clamp(60px, 7vw, 96px); }
.service-plain-intro {
  max-width: 640px;
  margin: 0 0 clamp(32px, 4vw, 48px);
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.service-plain-intro .text-link { display: inline-block; margin-top: 8px; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail-row {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(24px, 3vw, 32px) 0;
  border-bottom: 1px solid var(--line);
}
.service-detail-row h3 {
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.service-detail-row p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 60ch;
}
.service-close-cta { text-align: center; padding: clamp(48px, 6vw, 72px) 0; }
.service-close-cta p {
  margin: 0 auto 20px;
  max-width: 46ch;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}
.industry-narrative { padding-top: clamp(56px, 7vw, 92px); padding-bottom: clamp(56px, 7vw, 92px); }
.industry-narrative-inner { max-width: 760px; }
.industry-narrative h2 {
  max-width: 22ch;
  margin-bottom: clamp(22px, 3vw, 34px);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.02em;
}
.industry-narrative .body-copy { max-width: 68ch; }
.industry-narrative-tight { padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(48px, 6vw, 72px); }
.industry-outcomes {
  display: grid;
  gap: 2px;
  max-width: 640px;
}
.industry-outcome {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}
.industry-outcome::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  background: var(--amber);
}
.compare-section { padding-top: clamp(64px, 8vw, 100px); padding-bottom: clamp(64px, 8vw, 100px); }
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
}
.compare-col-label {
  margin-bottom: clamp(16px, 2vw, 24px);
  color: var(--faint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.compare-fix .compare-col-label { color: var(--amber); }
.compare-list { display: grid; gap: 2px; }
.compare-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}
.compare-item strong { color: var(--ink); font-weight: 600; }
.compare-mark {
  flex: 0 0 auto;
  width: 18px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.55;
}
.compare-problem .compare-mark { color: var(--faint); }
.compare-fix .compare-mark { color: var(--amber); }
.industry-cross-links {
  text-align: center;
  padding: clamp(48px, 6vw, 76px) 0;
}
.industry-cross-links p {
  max-width: 44ch;
  margin: 0 auto 22px;
  color: var(--muted);
  font-size: clamp(17px, 1.9vw, 21px);
}
.industry-cross-links-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 26px;
}
.intro-copy {
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.1;
  letter-spacing: -.025em;
  font-weight: 550;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 20px);
  counter-reset: tile-step;
}
.tile {
  position: relative;
  min-height: 240px;
  padding: 60px 26px 26px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, var(--amber-wash), transparent 44%), var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  transition: border-color .2s ease;
}
.tile:hover { border-color: rgba(245,154,35,.58); }
.paper .tile { background: var(--surface); }
.tile::before {
  counter-increment: tile-step;
  content: "0" counter(tile-step);
  position: absolute;
  top: 22px;
  left: 26px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
}
.tile h3 {
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.08;
}
.tile p, .tile li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.tile ul {
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.subnav-strip {
  display: none;
  padding: 12px 24px;
  background: var(--panel);
  border-bottom: 1px solid var(--line-soft);
}
.subnav-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 28px);
}
.subnav-strip a {
  position: relative;
  flex: 0 0 auto;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .15s ease, border-color .15s ease;
}
.subnav-strip a:hover { color: var(--ink); }
.subnav-strip a[aria-current="page"] {
  color: var(--ink);
  border-bottom-color: var(--amber);
}

.about-hero { min-height: 64svh; }
.about-hero-plain {
  background: var(--canvas);
  border-bottom: 0;
  min-height: auto;
  padding-top: clamp(140px, 20vh, 180px);
  padding-bottom: clamp(40px, 5vw, 64px);
}
.about-define {
  color: var(--amber);
  font-size: clamp(14px, 1.6vw, 17px);
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: 18px;
}
.about-define span {
  color: var(--faint);
  font-style: italic;
  font-weight: 450;
  letter-spacing: .06em;
}
.about-narrative-section {
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(88px, 11vw, 148px);
}
.about-narrative {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}
.about-narrative-text { max-width: 720px; }
.about-narrative-text > h2 {
  max-width: 14ch;
  margin-bottom: clamp(30px, 4vw, 46px);
  font-size: clamp(36px, 4.7vw, 62px);
  line-height: 1.02;
  text-wrap: balance;
}
.about-narrative-body p {
  max-width: 62ch;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.72;
}
.about-narrative-body strong { color: var(--ink); font-weight: 600; }
.about-narrative-body h3 {
  max-width: 22ch;
  margin: clamp(48px, 6vw, 72px) 0 22px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.about-narrative-body .about-narrative-pull {
  max-width: 30ch;
  margin: clamp(30px, 4vw, 44px) 0;
  padding-left: 22px;
  border-left: 3px solid var(--amber);
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 550;
  line-height: 1.38;
  letter-spacing: -.015em;
}
.about-narrative-link { display: inline-block; margin-top: 14px; }
.about-narrative-photos {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-narrative-photo {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--surface);
}
.about-narrative-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9);
  transition: transform .7s cubic-bezier(.16,1,.3,1), filter .4s ease;
}
.about-narrative-photo:hover img { transform: scale(1.025); filter: saturate(1); }
.milestones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 20px);
  margin-top: clamp(44px, 6vw, 72px);
}
.milestone {
  padding: clamp(24px, 3.4vw, 40px) clamp(12px, 2vw, 24px);
  border: 1px solid var(--line);
  background: var(--surface);
  text-align: center;
}
.milestone strong {
  display: block;
  color: var(--amber);
  font-size: clamp(52px, 7.4vw, 104px);
  font-weight: 650;
  line-height: .9;
  letter-spacing: -.04em;
}
.milestone span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(12px, 1.4vw, 15px);
  font-weight: 500;
  line-height: 1.35;
}
.milestone-after {
  max-width: 680px;
  margin: clamp(36px, 5vw, 56px) auto 0;
  text-align: center;
  color: var(--muted);
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.65;
}
.milestone-after strong { color: var(--ink); font-weight: 500; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 16px);
}
.svc {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  transition: border-color .2s ease;
}
.svc:hover,
.svc:focus-visible { border-color: rgba(242,240,234,.3); }
.svc-wide { grid-column: 1 / -1; }
.svc-num {
  color: var(--faint);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
}
.svc h3 {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.12;
}
.svc p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.svc-arrow {
  color: var(--amber);
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease;
}
.svc:hover .svc-arrow { transform: translateX(5px); }
.svc-grid + .milestone-after { margin-top: clamp(40px, 5.4vw, 64px); }
.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 20px);
}
.photo-strip img {
  width: 100%;
  height: clamp(220px, 26vw, 380px);
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(.85);
}
.who-copy {
  max-width: 720px;
  margin: clamp(30px, 4vw, 46px) auto 0;
  text-align: center;
  font-size: clamp(16px, 1.7vw, 18px);
}
.bg-band {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(18,17,16,.9), rgba(18,17,16,.72) 55%, rgba(18,17,16,.9)),
    url("assets/bg/bg1-hero.jpg") center / cover no-repeat;
  color: var(--ink);
}
.team-band {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
  padding: clamp(16px, 3vw, 36px) 0;
}
.team-band h2 {
  margin-inline: auto;
  font-size: clamp(38px, 5.2vw, 68px);
}
.team-band .lead {
  max-width: 680px;
  margin: 22px auto 0;
}
.team-loc {
  margin: 0 auto clamp(22px, 3vw, 34px);
  color: var(--ink);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 500;
}
.team-loc span { color: var(--amber); font-style: italic; font-weight: 500; }

.side-rail {
  position: fixed;
  left: clamp(16px, 2vw, 40px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 212px;
  max-height: 74vh;
  overflow-y: auto;
  display: none;
  scrollbar-width: none;
  transition: opacity .3s ease, margin-left .3s ease;
}
.side-rail::-webkit-scrollbar { display: none; }
.side-rail h4 {
  color: var(--faint);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-left: 12px;
}
.side-rail a {
  display: block;
  padding: 7px 12px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3;
  transition: color .2s ease, background .15s ease;
}
.side-rail a:hover {
  color: var(--ink);
  background: rgba(242,240,234,.05);
}
.side-rail a[aria-current="page"] {
  color: var(--amber);
  background: var(--amber-wash);
}
@media (min-width: 1200px) {
  .side-rail { display: block; }
  body.has-side-rail main > section { padding-left: 296px; }
  body.has-side-rail .subnav-strip { display: none; }
}

.industry-index { border-top: 0; }
.industry-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 3vw, 36px) clamp(10px, 1.6vw, 22px);
  border-bottom: 0;
  transition: background .2s ease, padding-left .25s ease;
}
.industry-row:hover,
.industry-row:focus-visible { background: var(--amber-wash); }
.industry-num {
  display: none;
}
.industry-name {
  max-width: none;
  font-size: clamp(26px, 3.8vw, 46px);
  line-height: 1.04;
  transition: color .2s ease;
}
.industry-row p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  max-width: 62ch;
}
.industry-arrow {
  color: var(--amber);
  font-size: 26px;
  line-height: 1;
  transition: transform .2s ease;
}
.industry-row:hover .industry-name { color: var(--amber); }
.industry-row:hover .industry-arrow { transform: translateX(7px); }
.industry-row:hover { padding-left: clamp(20px, 2.4vw, 34px); }

body.has-side-rail .tile-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 64px) 0;
}
body.has-side-rail .tile-grid .tile {
  grid-column: 1 / span 9;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 6vw, 82px);
}
body.has-side-rail .tile-grid .tile:nth-child(2) { grid-column: 4 / span 9; }
body.has-side-rail .tile-grid .tile:nth-child(3) { grid-column: 2 / span 9; }
body.has-side-rail .tile-grid .tile::before { display: none; }
body.has-side-rail .tile-grid .tile h3 { font-size: clamp(28px, 3.4vw, 44px); }
body.has-side-rail .tile-grid .tile p,
body.has-side-rail .tile-grid .tile li { font-size: 16px; }

.work-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 16px;
}
.work-links { margin-top: 20px; }
.portfolio-note {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  background: var(--surface);
  text-align: center;
}
.portfolio-notice {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}
.portfolio-note h2 {
  margin-inline: auto;
  font-size: clamp(32px, 4.6vw, 56px);
}
.portfolio-note p {
  max-width: 640px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.65;
}
.portfolio-note .btn-row {
  justify-content: center;
  margin-top: 26px;
}
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
}
.video-frame-wide {
  aspect-ratio: 16 / 9;
  max-width: 860px;
  margin: 0 auto;
}
.video-frame-vertical { aspect-ratio: 9 / 16; }
.video-frame-portrait { aspect-ratio: 4 / 5; }
.video-frame-square { aspect-ratio: 1 / 1; }
.video-frame-wide { aspect-ratio: 16 / 9; }
.image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}
.image-frame-portrait { aspect-ratio: 4 / 5; }
.image-frame-vertical { aspect-ratio: 9 / 16; }
.image-frame-square { aspect-ratio: 1 / 1; }
.image-frame-wide { aspect-ratio: 16 / 9; }
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
.work-title {
  margin-top: 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.work-type {
  margin-top: 3px;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.35;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 16px;
  row-gap: 34px;
}
.portfolio-item,
.showcase-card { min-width: 0; }
.portfolio-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 5vw, 64px);
}
.portfolio-more-wrap [hidden] { display: none; }
.portfolio-filter-menu {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2.4vw, 28px);
  margin-bottom: clamp(44px, 5.4vw, 68px);
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-label {
  color: var(--faint);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.custom-select {
  position: relative;
  min-width: 240px;
}
.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.custom-select-trigger:hover { border-color: rgba(250,248,242,.3); }
.custom-select-trigger:focus-visible { outline: 1px solid var(--amber); outline-offset: 2px; }
.custom-select-trigger::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--faint);
  border-bottom: 1.5px solid var(--faint);
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform .2s ease;
}
.custom-select.is-open .custom-select-trigger::after { transform: rotate(225deg) translate(-1px, -1px); }
.custom-select-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  max-height: 320px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .22s cubic-bezier(.16,1,.3,1), transform .22s cubic-bezier(.16,1,.3,1);
  z-index: 20;
}
.custom-select.is-open .custom-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.custom-select-option {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.custom-select-option:hover { background: rgba(242,240,234,.05); color: var(--ink); }
.custom-select-option.is-active { color: var(--amber); }
.portfolio-item[hidden] { display: none; }
.portfolio-empty {
  padding: clamp(64px, 9vw, 120px) 0;
  color: var(--muted);
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.15;
}
.portfolio-empty[hidden] { display: none; }
.portfolio-slot .slot-frame {
  aspect-ratio: 9 / 16;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  border: 1px dashed rgba(242,240,234,.22);
  background: transparent;
  text-align: center;
}
.portfolio-slot .slot-frame img {
  width: 34px;
  height: auto;
  opacity: .9;
}
.portfolio-slot .slot-frame p {
  color: var(--muted);
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  max-width: 16ch;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.tag {
  padding: 4px 10px;
  border: 1px solid rgba(251,176,64,.3);
  color: var(--amber-soft);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.proof-section { padding-top: clamp(56px, 7vw, 88px); padding-bottom: clamp(56px, 7vw, 88px); }
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.proof-strip .image-frame { aspect-ratio: 4 / 5; }
.proof-strip-wide { grid-template-columns: repeat(3, 1fr); }
.proof-caption {
  margin-top: 10px;
  color: var(--faint);
  font-size: 13px;
}
.selected-work-section {
  padding-top: clamp(64px, 8vw, 104px);
  padding-bottom: clamp(64px, 8vw, 104px);
}
.selected-work-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  margin-bottom: clamp(34px, 5vw, 64px);
}
.selected-work-heading h2 { max-width: 700px; }
.selected-work-heading p {
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
}
.selected-work-heading strong { color: var(--ink); font-weight: 600; }
.work-group + .work-group {
  margin-top: clamp(64px, 9vw, 112px);
  padding-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--line-soft);
}
.work-group-head {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(18px, 4vw, 64px);
  margin-bottom: 26px;
}
.work-group-head h3 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}
.work-group-head p {
  max-width: 650px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.work-group-head strong { color: var(--ink); }
.showcase-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 14px;
  row-gap: 32px;
}
.showcase-card[hidden] { display: none; }
.showcase-more { margin-top: 28px; }
.work-subgroup + .work-subgroup {
  margin-top: clamp(36px, 5vw, 56px);
  padding-top: clamp(24px, 3vw, 36px);
  border-top: 1px solid var(--line-soft);
}
.work-subgroup-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.work-subgroup-head h4 {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}
.work-subgroup-head p {
  max-width: 560px;
  color: var(--faint);
  font-size: 14px;
  line-height: 1.5;
}
.work-reserved-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.work-reserved-slot {
  min-height: 150px;
  display: grid;
  align-content: end;
  padding: 22px;
  border: 1px dashed rgba(250,248,242,.22);
  color: var(--faint);
  font-size: 13px;
  line-height: 1.45;
}
.work-reserved-slot strong {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 16px;
}
.ig-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ig-band p { color: var(--muted); font-size: 16px; line-height: 1.55; }

.portfolio-hero {
  min-height: 68svh;
  padding: 130px 24px 58px;
  display: grid;
  align-items: end;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(18,17,16,.94), rgba(18,17,16,.72) 55%, rgba(18,17,16,.92)),
    url("assets/bts/Upside Brand-03707.JPG") center / cover no-repeat;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 26px;
}
.testimonial {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.testimonial img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  background: var(--surface);
  filter: saturate(.85);
}
.quote {
  color: var(--ink);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 450;
  margin-bottom: 14px;
}
.name { font-size: 14.5px; font-weight: 600; }
.role { margin-top: 3px; color: var(--faint); font-size: 13px; line-height: 1.35; }

.booking { background: transparent; }
.booking-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 48px);
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  min-width: 0;
}
.booking-grid > div:first-child {
  width: 100%;
  min-width: 0;
  max-width: 720px;
  margin: 0 auto;
}
.booking-grid .kicker { text-align: center; }
.contact-booking { padding-top: clamp(130px, 16vh, 170px); }
.cal-shell {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}
#my-cal-inline-shooter-s-touch-creative-discovery-call {
  width: 100%;
  min-height: 560px;
  height: auto;
}
.booking-faq {
  width: 100%;
  min-width: 0;
  max-width: 720px;
  margin: 34px auto 0;
  text-align: left;
  border-top: 1px solid var(--line);
}
.faq-item { width: 100%; min-width: 0; border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  min-width: 0;
  cursor: pointer;
  padding: 18px 0;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: var(--ink);
  font-size: 16.5px;
  font-weight: 500;
  text-align: left;
  transition: color .25s ease, padding-left .3s cubic-bezier(.16,1,.3,1);
}
.faq-question:hover,
.faq-question[aria-expanded="true"] { color: var(--amber); padding-left: 8px; }
.faq-question::after {
  content: "+";
  color: var(--faint);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transition: transform .34s cubic-bezier(.16,1,.3,1), color .25s ease;
}
.faq-question[aria-expanded="true"]::after { color: var(--amber); transform: rotate(45deg); }
.faq-question:focus-visible { outline: 0; box-shadow: inset 3px 0 var(--amber); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .42s cubic-bezier(.16,1,.3,1), opacity .26s ease;
}
.faq-answer > div { min-height: 0; overflow: hidden; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; opacity: 1; }
.faq-answer p {
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.process-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
}
.flow-step {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.paper .flow-step { background: var(--surface); }
.flow-step span {
  color: var(--faint);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
}
.flow-step h3 {
  max-width: 9ch;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.05;
}
.flow-step p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}
.flow-arrow {
  display: grid;
  place-items: center;
  color: var(--faint);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-10px);
}
.sales-flow { grid-template-columns: 1fr auto 1fr auto 1fr; }
@media (min-width: 901px) {
  .flow-arrow {
    font-size: 0;
    min-width: 44px;
    transform: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='16' viewBox='0 0 44 16'%3E%3Cpath d='M2 8 H38' fill='none' stroke='%23736E65' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M32 2.5 L38 8 L32 13.5' fill='none' stroke='%23736E65' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 44px 16px no-repeat;
  }
}
.service-cta-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
}
.section-action .btn-row { justify-content: flex-start; }

.case-hero { --page-image: url("assets/bts/Final_358.JPEG"); }
.case-grid {
  display: grid;
  grid-template-columns: .68fr 1fr;
  gap: clamp(28px, 5vw, 64px);
}
.case-meta {
  display: grid;
  gap: 16px;
  align-content: start;
}
.case-meta div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.case-meta strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.case-meta span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.case-copy h2 {
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.08;
  margin-bottom: 18px;
}
.case-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.case-copy p + h2 { margin-top: 44px; }
.case-copy p + p { margin-top: 18px; }
.notice {
  padding: 18px 20px;
  border-left: 2px solid var(--amber);
  background: var(--amber-wash);
  color: var(--amber-soft);
  font-size: 15px;
  line-height: 1.6;
}

footer {
  padding: 0 24px 36px;
  color: var(--faint);
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
footer > img { height: 48px; margin: 0 auto 12px; opacity: .92; }
footer a:hover { color: var(--ink); }
.footer-nav {
  padding: 58px 24px 42px;
  border-top: 1px solid var(--line-soft);
  margin-bottom: 36px;
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 32px 24px;
  text-align: left;
}
.footer-col h4 {
  color: var(--faint);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  padding: 5px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  transition: color .15s ease;
}
.footer-col a:hover { color: var(--ink); }
.footer-col-brand p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  max-width: 26ch;
}
.footer-col-brand img { height: 44px; margin: 0 0 4px; }

@media (max-width: 900px) {
  .footer-nav .wrap { grid-template-columns: repeat(2, 1fr); }
  .footer-col-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .footer-nav .wrap { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .footer-nav { padding: 44px 16px 32px; }
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--reveal-index, 0) * 70ms);
}
.reveal.in { opacity: 1; transform: none; }

.tile-grid .reveal:nth-child(1) { --reveal-index: 0; }
.tile-grid .reveal:nth-child(2) { --reveal-index: 1; }
.tile-grid .reveal:nth-child(3) { --reveal-index: 2; }
.service-disclosures .reveal:nth-child(1) { --reveal-index: 0; }
.service-disclosures .reveal:nth-child(2) { --reveal-index: 1; }
.service-disclosures .reveal:nth-child(3) { --reveal-index: 2; }
.service-disclosures .reveal:nth-child(4) { --reveal-index: 3; }
.service-disclosures .reveal:nth-child(5) { --reveal-index: 4; }
.service-disclosures .reveal:nth-child(6) { --reveal-index: 5; }
.testimonial-grid .reveal:nth-child(1) { --reveal-index: 0; }
.testimonial-grid .reveal:nth-child(2) { --reveal-index: 1; }
.testimonial-grid .reveal:nth-child(3) { --reveal-index: 2; }
.testimonial-grid .reveal:nth-child(4) { --reveal-index: 3; }
.testimonial-grid .reveal:nth-child(5) { --reveal-index: 4; }
.testimonial-grid .reveal:nth-child(6) { --reveal-index: 5; }
.work-preview .reveal:nth-child(1) { --reveal-index: 0; }
.work-preview .reveal:nth-child(2) { --reveal-index: 1; }
.work-preview .reveal:nth-child(3) { --reveal-index: 2; }
.industry-index .reveal:nth-child(3n+1) { --reveal-index: 0; }
.industry-index .reveal:nth-child(3n+2) { --reveal-index: 1; }
.industry-index .reveal:nth-child(3n) { --reveal-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ticker-track { animation: none; }
  .btn, .pill-link, .svc, .subnav-strip a, .industry-arrow, .svc-arrow, .tile { transition: none; }
}

@media (max-width: 900px) {
  .nav-inner { grid-template-columns: 1fr auto; }
  .nav-center,
  .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .section-head, .booking-grid, .case-grid, .compact-detail-grid, .about-narrative, .service-detail-row, .compare-grid { grid-template-columns: 1fr; }
  .compare-grid { gap: 40px; }
  .compare-fix { padding-top: 8px; border-top: 1px solid var(--line-soft); }
  .service-detail-row { gap: 8px; }
  .compact-detail-actions { justify-content: flex-start; }
  .about-narrative-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .process-flow, .sales-flow { grid-template-columns: 1fr; }
  .industry-row { grid-template-columns: 1fr auto; gap: 14px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-wide { grid-column: auto; }
  .photo-strip img { height: clamp(180px, 24vw, 260px); }
  .flow-step { min-height: 200px; }
  .flow-arrow { transform: rotate(90deg); min-height: 24px; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .selected-work-heading, .work-group-head { grid-template-columns: 1fr; }
  .proof-strip, .proof-strip-wide { grid-template-columns: repeat(2, 1fr); }
  body.has-side-rail .tile-grid { grid-template-columns: 1fr; gap: 42px; }
  body.has-side-rail .tile-grid .tile,
  body.has-side-rail .tile-grid .tile:nth-child(2),
  body.has-side-rail .tile-grid .tile:nth-child(3) {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .site-nav { padding: 10px 16px; }
  .nav-logo img { height: 38px; }
  .hero { min-height: 100svh; padding: 100px 16px 40px; }
  .home-hero { min-height: calc(100svh - 152px); padding-bottom: 18px; }
  .home-hero h1 { letter-spacing: -.032em; }
  .home-hero + .logo-strip { height: 152px; min-height: 152px; }
  .home-hero + .logo-strip .kicker { margin-bottom: 14px; font-size: 17px; }
  .page-hero, .portfolio-hero { min-height: auto; padding: 100px 16px 44px; }
  .listing-index-section { padding: 110px 16px 72px; }
  .listing-index-title { margin-bottom: 42px; }
  .about-hero { min-height: auto; display: grid; align-items: end; padding-bottom: 64px; }
  .milestone strong { font-size: 46px; }
  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip img { height: 230px; }
  .section { padding: 52px 16px; }
  .about-narrative-section { padding: 56px 16px 72px; }
  .work-preview, .tile-grid { grid-template-columns: 1fr; gap: 16px; }
  .portfolio-grid, .showcase-grid { gap: 28px 16px; }
  .portfolio-grid > .portfolio-item,
  .showcase-grid > .showcase-card {
    flex: 0 0 100% !important;
    width: 100%;
  }
  .work-subgroup-head { display: block; }
  .work-subgroup-head p { margin-top: 7px; }
  .work-reserved-slots { grid-template-columns: 1fr; }
  .portfolio-filter-menu { gap: 20px; margin-bottom: 40px; }
  .custom-select { min-width: 0; width: 100%; }
  .tile { min-height: 200px; }
  .work-title { font-size: 13px; }
  .work-type { font-size: 11px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 4px; }
  .testimonial { grid-template-columns: 58px 1fr; gap: 14px; padding: 18px 0; }
  .testimonial img { width: 58px; height: 58px; }
  .quote { font-size: 16px; }
  #my-cal-inline-shooter-s-touch-creative-discovery-call { min-height: 520px; }
  .home-hero-title-line { white-space: normal; }
  .logo-mark { width: 136px; height: 64px; }
  .service-disclosure button { padding: 17px 0; font-size: 23px; }
  .about-narrative-photos { grid-template-columns: 1fr; }
  .about-narrative-photo:nth-child(2) { display: none; }
  .about-narrative-photo:nth-child(3) { display: none; }
}
