/* ============================================================
   WEBSITE BULLDOZER — pages.css
   Subpage layer: industries directory + locations.
   Loads on top of styles.css; homepage never loads this file.
============================================================ */

main { display: block; }

/* ---------- hazard-stripe divider (brand element) ----------
   Stripes live on an oversized ::before so the crawl animates
   transform (cheap) instead of background-position (pins renderer). */
.hazard {
  position: relative;
  height: 14px;
  border-top: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  overflow: hidden;
}
.hazard::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: -62.23px;
  width: calc(100% + 62.23px);
  background: repeating-linear-gradient(
    -45deg,
    #FFCD00 0 22px,
    #0a0a0a 22px 44px
  );
  will-change: transform;
}

/* ---------- subpage hero ---------- */
.phero {
  position: relative;
  padding: 150px 24px 84px;
  background:
    radial-gradient(900px 480px at 78% -10%, rgba(255,205,0,0.13), transparent 60%),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    #0a0a0a;
  background-size: auto, 56px 56px, 56px 56px, auto;
  overflow: hidden;
}
.phero__wrap { max-width: 1100px; margin: 0 auto; position: relative; }
.crumb {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #6b6b6b;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.crumb a { color: #c7c2b8; transition: color .15s ease; }
.crumb a:hover { color: #FFCD00; }
.crumb span { color: #FFCD00; }
.phero h1 {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(38px, 6.2vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #f4f1ea;
}
.phero h1 .yel { color: #FFCD00; display: block; }
.phero__sub {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
  color: #c7c2b8;
}
.phero__sub strong { color: #f4f1ea; }
.phero__cta { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- market read band ---------- */
.read {
  background: #f4f1ea;
  color: #0a0a0a;
  padding: 84px 24px;
}
.read__wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 260px 1fr; gap: 48px; }
.read__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0a0a0a;
}
.read__label::before { content: "// "; color: #b8960a; }
.read__body p {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.7;
  color: #2a2a2a;
}
.read__body p + p { margin-top: 20px; }
.read__body strong { color: #0a0a0a; }
@media (max-width: 820px) { .read__wrap { grid-template-columns: 1fr; gap: 20px; } }

/* ---------- sins (what's broken) — dark section ---------- */
.sins { background: #0a0a0a; padding: 92px 24px; }
.sins__wrap { max-width: 1100px; margin: 0 auto; }
.sins__eyebrow, .musts__eyebrow, .where__eyebrow, .faq__eyebrow, .dir__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFCD00;
  margin-bottom: 18px;
}
.sins h2, .musts h2, .where h2, .faq h2 {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  text-transform: uppercase;
  color: #f4f1ea;
  margin-bottom: 14px;
}
.sins__lede, .musts__lede {
  max-width: 720px;
  color: #c7c2b8;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 52px;
}
.sins__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.sins__item {
  padding: 34px 28px 34px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
}
.sins__item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); padding-right: 40px; }
.sins__item:nth-child(even) { padding-left: 40px; }
.sins__num {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 30px;
  color: transparent;
  -webkit-text-stroke: 1.5px #FFCD00;
}
.sins__item h3 { font-size: 18px; font-weight: 800; color: #f4f1ea; margin-bottom: 8px; }
.sins__item p { font-size: 15px; line-height: 1.6; color: #9a958c; }
@media (max-width: 820px) {
  .sins__list { grid-template-columns: 1fr; }
  .sins__item:nth-child(odd) { border-right: 0; padding-right: 0; }
  .sins__item:nth-child(even) { padding-left: 0; }
}

/* ---------- musts (what the new site does) — chalk section ---------- */
.musts { background: #f4f1ea; color: #0a0a0a; padding: 92px 24px; }
.musts__wrap { max-width: 1100px; margin: 0 auto; }
.musts__eyebrow { color: #0a0a0a; }
.musts__eyebrow::before { content: "// "; color: #b8960a; }
.musts h2 { color: #0a0a0a; }
.musts__lede { color: #4a4a4a; }
.musts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid #0a0a0a; }
.musts__cell {
  padding: 30px 26px;
  border-right: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  background: #f4f1ea;
  transition: background .15s ease;
}
.musts__cell:nth-child(3n) { border-right: 0; }
.musts__cell:nth-last-child(-n+3) { border-bottom: 0; }
.musts__cell:hover { background: #FFCD00; }
.musts__cell h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 8px; letter-spacing: 0.01em; }
.musts__cell p { font-size: 14.5px; line-height: 1.6; color: #3a3a3a; }
@media (max-width: 900px) {
  .musts__grid { grid-template-columns: 1fr; }
  .musts__cell { border-right: 0 !important; border-bottom: 2px solid #0a0a0a !important; }
  .musts__cell:last-child { border-bottom: 0 !important; }
}

/* ---------- where (cross-links) ---------- */
.where { background: #111; padding: 84px 24px; border-top: 1px solid rgba(255,255,255,0.07); }
.where__wrap { max-width: 1100px; margin: 0 auto; }
.where__lede { color: #9a958c; font-size: 16px; max-width: 700px; margin-bottom: 36px; line-height: 1.65; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13.5px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #c7c2b8;
  transition: all .15s ease;
}
.chips a:hover { border-color: #FFCD00; color: #FFCD00; transform: translateY(-2px); }
.chips a b { color: #FFCD00; font-weight: 700; }
.chips a:hover b { color: inherit; }
.where__group { margin-bottom: 36px; }
.where__group:last-child { margin-bottom: 0; }
.where__gname {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f4f1ea;
  margin-bottom: 14px;
}

/* ---------- FAQ ---------- */
.faq { background: #0a0a0a; padding: 92px 24px; }
.faq__wrap { max-width: 860px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.faq details:first-of-type { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 36px; }
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 4px;
  font-size: 17.5px;
  font-weight: 700;
  color: #f4f1ea;
  transition: color .15s ease;
}
.faq summary:hover { color: #FFCD00; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 22px;
  color: #FFCD00;
  flex: 0 0 auto;
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 4px 26px; font-size: 15.5px; line-height: 1.7; color: #9a958c; max-width: 740px; }

/* ---------- directory index (industries / locations) ---------- */
.dir { background: #0a0a0a; padding: 64px 24px 92px; }
.dir__wrap { max-width: 1100px; margin: 0 auto; }
.dir__group { margin-top: 64px; }
.dir__gname {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFCD00;
  margin-bottom: 8px;
}
.dir__gname::before { content: "// "; color: #6b6b6b; }
.dir__rows { border-top: 1px solid rgba(255,255,255,0.12); }
.dir__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 24px;
  padding: 22px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: background .15s ease, padding-left .2s ease;
}
.dir__row:hover { background: rgba(255,205,0,0.06); padding-left: 18px; }
.dir__row:hover .dir__name { color: #FFCD00; }
.dir__row:hover .dir__arrow { color: #FFCD00; transform: translateX(6px); }
.dir__name {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(20px, 2.6vw, 30px);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #f4f1ea;
  transition: color .15s ease;
}
.dir__name small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #9a958c;
  margin-top: 6px;
  max-width: 640px;
  line-height: 1.5;
}
.dir__arrow {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 22px;
  color: #6b6b6b;
  transition: color .15s ease, transform .2s ease;
}
.dir__tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #6b6b6b;
  letter-spacing: 0.08em;
}

/* region mega-row (locations index) */
.dir__region {
  margin-top: 72px;
  padding-top: 28px;
  border-top: 3px solid #FFCD00;
}
.dir__regionname {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px #f4f1ea;
  line-height: 1;
  transition: color .2s ease;
}
a:hover .dir__regionname, .dir__regionhead:hover .dir__regionname { color: #FFCD00; -webkit-text-stroke: 1.5px #FFCD00; }
.dir__regionsub { color: #9a958c; font-size: 15.5px; margin: 14px 0 26px; max-width: 680px; line-height: 1.6; }

/* ---------- process strip (condensed 7-day) ---------- */
.strip { background: #FFCD00; color: #0a0a0a; padding: 76px 24px; }
.strip__wrap { max-width: 1100px; margin: 0 auto; }
.strip h2 {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(26px, 3.6vw, 42px);
  text-transform: uppercase;
  line-height: 1.08;
  margin-bottom: 44px;
}
.strip__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: #0a0a0a; border: 2px solid #0a0a0a; }
.strip__cell { background: #FFCD00; padding: 26px 22px; }
.strip__d { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 10px; }
.strip__cell h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 8px; }
.strip__cell p { font-size: 14px; line-height: 1.55; color: #2a2a2a; }
.strip__cta { margin-top: 36px; }
.strip .btn--dark { background: #0a0a0a; color: #FFCD00; padding: 16px 28px; border-radius: 4px; font-weight: 800; display: inline-block; transition: transform .15s ease; }
.strip .btn--dark:hover { transform: translateY(-2px); }
@media (max-width: 900px) { .strip__row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .strip__row { grid-template-columns: 1fr; } }

/* ---------- local facts ---------- */
.facts { background: #111; padding: 84px 24px; border-top: 1px solid rgba(255,255,255,0.07); }
.facts__wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.facts__cell { border-left: 3px solid #FFCD00; padding-left: 22px; }
.facts__cell h3 { font-size: 16.5px; font-weight: 800; color: #f4f1ea; margin-bottom: 10px; }
.facts__cell p { font-size: 14.5px; line-height: 1.65; color: #9a958c; }
@media (max-width: 820px) { .facts__wrap { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- homepage directory teasers (loaded via styles.css too) ---------- */

/* fade-up reuse for subpages */
.fade-up { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   INDUSTRY VIBE LAYER — cinematic AI-image hero + themed mock
============================================================ */

/* ---------- image hero (industry pages) ---------- */
.phero--img {
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  padding: 170px 24px 84px;
}
.phero__media {
  position: absolute;
  left: 0; right: 0;
  top: -14%;
  height: 128%;
  background-size: cover;
  background-position: center 38%;
  will-change: transform;
  animation: heroSettle 1.6s cubic-bezier(.2,.7,.3,1) both;
}
@keyframes heroSettle {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.phero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,10,.62) 0%, rgba(10,10,10,.16) 34%, rgba(10,10,10,.34) 64%, #0a0a0a 100%),
    linear-gradient(100deg, rgba(10,10,10,.72) 0%, rgba(10,10,10,.30) 55%, rgba(10,10,10,.06) 100%);
}
.phero--img .phero__wrap { width: 100%; max-width: 1100px; }
.phero--img h1 { text-shadow: 0 4px 30px rgba(0,0,0,.55); }
.phero--img .phero__sub { text-shadow: 0 2px 18px rgba(0,0,0,.6); }
@media (max-width: 700px) {
  .phero--img { min-height: 64vh; padding-top: 140px; }
  .phero__media { background-position: center; }
}

/* ---------- THE VIBE — themed concept mock ---------- */
.vibe {
  position: relative;
  padding: 100px 24px 108px;
  background:
    radial-gradient(1100px 540px at 12% -5%, color-mix(in srgb, var(--vx) 10%, transparent), transparent 62%),
    #0d0d0d;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.vibe__wrap { max-width: 1200px; margin: 0 auto; }
.vibe__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--vx);
  margin-bottom: 18px;
}
.vibe h2 {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  text-transform: uppercase;
  color: #f4f1ea;
  margin-bottom: 14px;
}
.vibe__lede {
  max-width: 780px;
  color: #c7c2b8;
  font-size: 17px;
  line-height: 1.65;
}
.vibe__stage {
  display: grid;
  grid-template-columns: 1.65fr 0.95fr;
  gap: 52px;
  margin-top: 60px;
  align-items: start;
}

/* browser frame */
.vibe__browser {
  border-radius: 12px;
  overflow: hidden;
  background: var(--vx-bg);
  box-shadow:
    0 40px 90px -24px rgba(0,0,0,.75),
    0 0 0 1px rgba(255,255,255,.09),
    0 0 90px -30px color-mix(in srgb, var(--vx) 55%, transparent);
}
.vibe__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: #0c0c0c;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.vibe__chrome span { width: 11px; height: 11px; border-radius: 50%; }
.vibe__chrome span:nth-child(1) { background: #ff5f57; }
.vibe__chrome span:nth-child(2) { background: #febc2e; }
.vibe__chrome span:nth-child(3) { background: #28c840; }
.vibe__chrome div {
  flex: 1;
  margin-left: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #7c7c7c;
  background: rgba(255,255,255,.05);
  border-radius: 5px;
  padding: 5px 12px;
}

/* screen — trade & dining get the full-bleed image */
.vibe__screen {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  background-image:
    linear-gradient(100deg,
      color-mix(in srgb, var(--vx-bg) 90%, transparent) 6%,
      color-mix(in srgb, var(--vx-bg) 40%, transparent) 56%,
      color-mix(in srgb, var(--vx-bg) 10%, transparent) 100%),
    var(--vx-img);
  background-size: cover;
  background-position: center;
}
.vibe__browser--dining .vibe__screen {
  background-image:
    linear-gradient(180deg, rgba(8,6,4,.42) 0%, rgba(8,6,4,.30) 45%, rgba(8,6,4,.78) 100%),
    var(--vx-img);
}

/* mock nav */
.vibe__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 26px;
}
.vibe__nav b { color: var(--vx-paper); letter-spacing: .04em; }
.vibe__nav--center { justify-content: center; }
.vibe__navcta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 8px 14px;
  background: var(--vx);
  color: #0a0a0a;
  border-radius: 4px;
  white-space: nowrap;
}
.vibe__navcta--pill { border-radius: 999px; color: #fff; }
.vibe__navtag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: .14em;
  color: color-mix(in srgb, var(--vx-paper) 55%, transparent);
}

/* mock hero copy */
.vibe__hero {
  padding: 30px 26px 38px;
  max-width: 78%;
  margin-top: auto;
}
.vibe__hero--center {
  margin: auto;
  text-align: center;
  max-width: 86%;
  padding: 20px 26px;
}
.vibe__eb {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--vx);
  margin-bottom: 14px;
}
.vibe__h {
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1.06;
  color: var(--vx-paper);
}
.vibe__font-display .vibe__h { font-family: 'Archivo Black', Impact, sans-serif; text-transform: uppercase; letter-spacing: .005em; }
.vibe__font-serif .vibe__h { font-family: 'Fraunces', Georgia, serif; font-weight: 550; letter-spacing: -0.01em; }
.vibe__font-serif .vibe__nav b, .vibe__font-serif .vibe__brand { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 17px; }
.vibe__font-display .vibe__nav b { font-family: 'Archivo Black', Impact, sans-serif; font-size: 13px; text-transform: uppercase; }
.vibe__font-sans .vibe__h { font-family: 'Inter', sans-serif; font-weight: 800; letter-spacing: -0.025em; }
.vibe__font-sans .vibe__nav b { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 15px; }
.vibe__sub {
  margin-top: 12px;
  font-size: 13.5px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--vx-paper) 78%, transparent);
}
.vibe__btns { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.vibe__hero--center .vibe__btns { justify-content: center; }
.vibe__b1, .vibe__b2 {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .03em;
  padding: 11px 18px;
  border-radius: 4px;
  white-space: nowrap;
}
.vibe__b1 { background: var(--vx); color: #0a0a0a; }
.vibe__b2 { border: 1.5px solid color-mix(in srgb, var(--vx-paper) 45%, transparent); color: var(--vx-paper); }
.vibe__b1--pill, .vibe__b2--pill { border-radius: 999px; }
.vibe__b1--pill { color: #fff; }

/* mock proof strip */
.vibe__strip {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 15px 26px;
  border-top: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.38);
}
.vibe__strip span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--vx);
}
.vibe__strip--center { justify-content: center; }
.vibe__strip--bare { border-top: 1px solid color-mix(in srgb, var(--vx-paper) 18%, transparent); background: transparent; padding: 16px 0 0; margin-top: 26px; }

/* serif split variant */
.vibe__screen--split {
  background-image: none;
  background-color: var(--vx-bg);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 470px;
}
.vibe__split-txt { padding: 34px 30px 30px; display: flex; flex-direction: column; }
.vibe__brand { color: var(--vx-paper); margin-bottom: 26px; }
.vibe__split-txt .vibe__h { font-size: clamp(20px, 2.4vw, 32px); }
.vibe__split-img {
  background-image: var(--vx-img);
  background-size: cover;
  background-position: center;
  border-left: 3px solid var(--vx);
}

/* clinic variant (light) */
.vibe__screen--clinic {
  background-image: none;
  background-color: var(--vx-bg);
}
.vibe__screen--clinic .vibe__nav { border-bottom: 1px solid rgba(0,0,0,.08); }
.vibe__screen--clinic .vibe__nav b { color: var(--vx-ink, #1c2b33); }
.vibe__clinic {
  flex: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  padding: 34px 28px;
  align-items: center;
}
.vibe__screen--clinic .vibe__h { color: var(--vx-ink, #1c2b33); }
.vibe__screen--clinic .vibe__sub { color: color-mix(in srgb, var(--vx-ink, #1c2b33) 72%, transparent); }
.vibe__screen--clinic .vibe__b2 { border-color: color-mix(in srgb, var(--vx-ink, #1c2b33) 30%, transparent); color: var(--vx-ink, #1c2b33); }
.vibe__clinic-img {
  background-image: var(--vx-img);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  aspect-ratio: 4 / 3.2;
  box-shadow: 0 18px 50px -16px rgba(0,0,0,.35);
}
.vibe__strip--light {
  border-top: 1px solid rgba(0,0,0,.08);
  background: transparent;
}

/* industrial variant */
.vibe__screen--ind { background-image: none; background-color: var(--vx-bg); }
.vibe__ind {
  flex: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 30px;
  padding: 34px 28px;
  align-items: center;
}
.vibe__ind-img {
  background-image: var(--vx-img);
  background-size: cover;
  background-position: center;
  min-height: 250px;
  border-left: 3px solid var(--vx);
}
.vibe__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
}
.vibe__stats div { padding: 18px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.vibe__stats div:last-child { border-right: 0; }
.vibe__stats b {
  display: block;
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(17px, 1.8vw, 24px);
  color: var(--vx);
}
.vibe__stats span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: .16em;
  color: color-mix(in srgb, var(--vx-paper) 55%, transparent);
}

/* caption + notes rail */
.vibe__caption {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  line-height: 1.6;
  color: #6b6b6b;
  margin-top: 18px;
}
.vibe__pal { margin-bottom: 30px; }
.vibe__pal-chips { display: flex; gap: 8px; }
.vibe__pal-chips span {
  width: 46px; height: 46px;
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.vibe__pal-words {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9a958c;
  margin-top: 12px;
}
.vibe__note { border-left: 3px solid var(--vx); padding-left: 18px; margin-top: 28px; }
.vibe__note h3 { font-size: 16px; font-weight: 800; color: #f4f1ea; margin-bottom: 7px; }
.vibe__note p { font-size: 14px; line-height: 1.62; color: #9a958c; }

@media (max-width: 1020px) {
  .vibe__stage { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 700px) {
  .vibe { padding: 72px 18px 80px; }
  .vibe__screen { min-height: 400px; }
  .vibe__hero { max-width: 100%; }
  .vibe__screen--split { grid-template-columns: 1fr; }
  .vibe__split-img { min-height: 190px; border-left: 0; border-top: 3px solid var(--vx); order: -1; }
  .vibe__clinic, .vibe__ind { grid-template-columns: 1fr; }
  .vibe__stats { grid-template-columns: 1fr; }
  .vibe__stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
}

/* ---------- industries poster wall ---------- */
.wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 14px;
}
.wall__tile {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}
.wall__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(.78) brightness(.82);
  transform: scale(1.001);
  transition: transform .65s cubic-bezier(.2,.7,.3,1), filter .4s ease;
}
.wall__tile:hover .wall__img { transform: scale(1.07); filter: saturate(1.05) brightness(1); }
.wall__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.10) 30%, rgba(10,10,10,.55) 68%, rgba(10,10,10,.92) 100%);
}
.wall__tile::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: var(--tile-acc, #FFCD00);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s cubic-bezier(.2,.7,.3,1);
  z-index: 3;
}
.wall__tile:hover::before { transform: scaleX(1); }
.wall__txt { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; }
.wall__name {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: clamp(18px, 1.7vw, 23px);
  text-transform: uppercase;
  color: #f4f1ea;
  text-shadow: 0 2px 14px rgba(0,0,0,.6);
}
.wall__tease {
  font-size: 12.5px;
  line-height: 1.5;
  color: #c7c2b8;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition: max-height .4s ease, opacity .35s ease, transform .35s ease;
}
.wall__tile:hover .wall__tease { max-height: 70px; opacity: 1; transform: translateY(0); margin-top: 6px; }
.wall__go {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--tile-acc, #FFCD00);
  margin-top: 8px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .35s ease .05s, transform .35s ease .05s;
}
.wall__tile:hover .wall__go { opacity: 1; transform: translateY(0); }
@media (max-width: 1000px) { .wall { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .wall { grid-template-columns: 1fr; }
  .wall__tease { max-height: 70px; opacity: 1; transform: none; margin-top: 6px; }
  .wall__go { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .phero__media { animation: none; }
  .wall__img, .wall__tile::before, .wall__tease, .wall__go { transition: none; }
}
