/*
  Modernous integrated-site additions
  Extends the original homepage and Studio visual systems with the
  Interior Design, Staging, Work, Prop House, Journal, and inquiry journeys.
*/

/* ---------- Shared refinements ---------- */
html { scroll-padding-top: 92px; }
body { min-width: 320px; }
main, section, article, div, form, fieldset, nav { min-width: 0; }
img { height: auto; }
.display,
.section-title,
.profile-name,
.person-name,
.footer-line,
.work-item h2,
.offer-card h3,
.route-grid h2,
.journal-grid h3 { overflow-wrap: break-word; text-wrap: balance; }
p, li, a, span, small { overflow-wrap: break-word; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 0; }

.reveal.visible,
.reveal.in,
.reveal.immediate { opacity: 1; transform: none; }

.site-header.header-light { color: var(--ink); }
.site-header.header-light.scrolled { color: var(--ink); }
.site-header.header-light .brand-mark { color: var(--orange); }
.nav a.active::after,
.nav a[aria-current="page"]::after { right: 0; }
.mobile-menu a[aria-current="page"] { color: #fff; }

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}
.button-group .button { margin: 0; }
.button-paper { background: var(--paper-2); color: var(--ink); border-color: var(--paper-2); }
.button-paper:hover, .button-paper:focus-visible { background: #fff; border-color: #fff; color: var(--ink); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 7px;
  border-bottom: 2px solid currentColor;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.text-link::after { content: "↗"; font-size: 17px; }
.text-link:hover,
.text-link:focus-visible { color: var(--orange); }
.practice-line {
  margin: 28px 0 0;
  padding-top: 17px;
  border-top: 1px solid currentColor;
  max-width: 690px;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 108px);
}
.section-head .lede { max-width: 700px; }
.two-col-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 74px);
  margin-top: clamp(38px, 5vw, 70px);
  padding-top: 23px;
  border-top: 1px solid var(--ink);
}
.two-col-copy p {
  margin: 0;
  max-width: 540px;
  font-size: clamp(17px, 1.65vw, 23px);
  line-height: 1.42;
}
.intro-split-grid {
  display: grid;
  grid-template-columns: minmax(160px, .36fr) minmax(0, 1fr);
  gap: clamp(42px, 9vw, 140px);
  align-items: start;
}
.intro-split .section-title,
.staging-intro .section-title { max-width: 1020px; }

/* ---------- Unified footer / practice architecture ---------- */
.site-footer {
  background: var(--ink) !important;
  color: #fff !important;
  padding: clamp(72px, 9vw, 128px) var(--pad) 28px !important;
}
.site-footer .footer-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr) !important;
  gap: clamp(54px, 8vw, 112px) !important;
  align-items: start !important;
  padding-bottom: clamp(56px, 7vw, 88px) !important;
  border-bottom: 1px solid var(--white-line) !important;
}
.site-footer .footer-line {
  color: #fff;
  font-size: clamp(46px, 6vw, 90px) !important;
}
.footer-practices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 790px;
  margin-top: clamp(38px, 5vw, 66px);
  border-top: 1px solid var(--white-line);
  border-left: 1px solid var(--white-line);
}
.footer-practices a {
  min-height: 132px;
  padding: 18px;
  border-right: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  transition: background .2s ease, color .2s ease;
}
/* Footer practices follow the quarter-circle model, not a fill swap. */
.footer-practices strong {
  font-family: var(--display);
  font-size: clamp(25px, 2.7vw, 40px);
  line-height: .9;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.footer-practices span {
  font-size: 9px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .74;
}
.site-footer .footer-nav {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 30px !important;
  align-content: start;
}
.site-footer .footer-nav a {
  border-top: 1px solid var(--white-line) !important;
  padding: 14px 0 !important;
  color: #fff;
  font-size: 11px !important;
  line-height: 1.4 !important;
  letter-spacing: .11em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.site-footer .footer-nav a:hover,
.site-footer .footer-nav a:focus-visible { color: var(--orange); text-decoration: none; }
.site-footer .footer-bottom {
  border-top: 0 !important;
  padding-top: 24px !important;
  color: #fff;
  opacity: .68;
}

/* ---------- Homepage: staging and Prop House chapters ---------- */
.home-staging {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  min-height: min(900px, 92svh);
  background: var(--orange);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.home-staging-image { min-height: 660px; overflow: hidden; }
.home-staging-image img { width: 100%; height: 100%; object-fit: cover; }
.home-staging-copy {
  padding: clamp(74px, 9vw, 132px) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-staging-copy .section-title {
  max-width: 760px;
  font-size: clamp(40px, 4.8vw, 74px);
}
.home-staging-copy .lede {
  margin-top: 34px;
  max-width: 680px;
  font-size: clamp(19px, 2vw, 29px);
}
.prop-home { background: var(--paper-2); }
.prop-home-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 8vw, 116px);
  align-items: center;
}
.prop-home-image {
  position: relative;
  aspect-ratio: .82;
  overflow: hidden;
  box-shadow: 30px 30px 0 var(--orange);
}
.prop-home-image img { height: 100%; object-fit: cover; }
.prop-home .lede { margin-top: 34px; }

/* ---------- Shared photographic inner heroes ---------- */
.inner-hero,
.page-hero,
.staging-hero {
  min-height: 74svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.inner-hero-media,
.page-hero-art,
.staging-hero-image,
.inner-hero-shade,
.page-hero-shade,
.staging-hero-shade { position: absolute; inset: 0; }
.inner-hero-media img,
.page-hero-art img,
.staging-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.inner-hero-media img { object-position: center; }
.page-hero-art img { object-position: center 56%; }
.staging-hero-image img { object-position: center 85%; }
.inner-hero-shade,
.page-hero-shade,
.staging-hero-shade {
  background:
    linear-gradient(90deg, rgba(15,15,14,.91) 0%, rgba(15,15,14,.66) 48%, rgba(15,15,14,.18) 80%),
    linear-gradient(0deg, rgba(15,15,14,.6), transparent 46%);
}
.inner-hero-grid,
.page-hero-grid,
.staging-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(140px, 16vh, 195px) var(--pad) 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(220px, .42fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
}
.inner-hero .display,
.page-hero .display,
.staging-hero .display { max-width: 1050px; }
.inner-hero .display span,
.page-hero .display span { color: var(--orange); }
.inner-hero-sub,
.page-hero-sub,
.staging-hero-sub {
  margin: 32px 0 0;
  max-width: 690px;
  font-size: clamp(19px, 2.1vw, 30px);
  line-height: 1.22;
  letter-spacing: -.02em;
}
.inner-hero-note,
.page-hero-note,
.staging-hero-note {
  max-width: 320px;
  padding-top: 21px;
  border-top: 1px solid var(--white-line);
  font-size: 14px;
  line-height: 1.52;
}
.inner-hero-note strong,
.page-hero-note strong,
.staging-hero-note strong {
  display: block;
  margin-bottom: 9px;
  color: var(--orange);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

/* ---------- Interior Design ---------- */
.offers { background: var(--paper-2); }
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.offer-card {
  min-height: 520px;
  padding: clamp(27px, 3.5vw, 48px);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.offer-card::after {
  content: "";
  position: absolute;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -105px;
  bottom: -105px;
  background: var(--orange);
  transition: right .3s ease, bottom .3s ease;
}
.offer-card:nth-child(2)::after { background: var(--blue); }
.offer-card:nth-child(3)::after { background: var(--blue); }
.offer-card:nth-child(4)::after { background: var(--green); }
.offer-card:hover::after { right: -70px; bottom: -70px; }
.offer-card > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.offer-card h3 {
  margin: clamp(42px, 6vw, 80px) 0 20px;
  max-width: 520px;
  font-family: var(--display);
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: .87;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.offer-card p { margin: 0; max-width: 570px; font-size: 17px; }
.offer-card ul {
  margin: 29px 0 34px;
  padding: 20px 0 0 18px;
  border-top: 1px solid var(--line);
  width: 100%;
  font-size: 14px;
  line-height: 1.65;
}
.offer-card .text-link { margin-top: auto; position: relative; z-index: 2; }
.fit { background: var(--orange); }
.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.fit-grid article {
  min-height: 280px;
  padding: 25px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.fit-grid article > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.fit-grid h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.fit-grid p { margin: auto 0 0; max-width: 310px; font-size: 15px; }
.selected-work { background: var(--paper); }
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 38px);
}
.project-grid article { min-width: 0; }
.project-grid img {
  aspect-ratio: 1.14;
  object-fit: cover;
  margin-bottom: 18px;
  filter: saturate(.92);
  transition: transform .45s ease, filter .3s ease;
}
.project-grid article:hover img { transform: translateY(-7px); filter: saturate(1); }
.project-grid span {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.project-grid h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 58px);
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.process-dark { background: var(--ink); color: #fff; }
.process-dark .section-head { border-color: var(--white-line); }
.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.step-grid article {
  min-height: 350px;
  padding: clamp(23px, 3vw, 38px);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  position: relative;
  overflow: hidden;
}
.step-grid article::after {
  content: "";
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -68px;
  bottom: -68px;
  background: var(--orange);
}
.step-grid article:nth-child(2)::after { background: var(--blue); }
.step-grid article:nth-child(3)::after { background: var(--blue); }
.step-grid article:nth-child(4)::after { background: var(--orange); }
.step-grid article:nth-child(5)::after { background: var(--orange); }
.step-grid article > span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.step-grid h3 {
  margin: auto 0 18px;
  max-width: 310px;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 58px);
  line-height: .87;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.step-grid p { margin: 0; max-width: 310px; font-size: 15px; }
.cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 13vw, 190px) var(--pad);
  background: var(--blue);
  color: #fff;
}
.cta-band::after {
  content: "";
  position: absolute;
  width: min(50vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  right: -22vw;
  top: -20vw;
  background: var(--orange);
}
.cta-band .shell { position: relative; z-index: 2; }
.cta-band .section-title { max-width: 1040px; }
.cta-band .lede { margin-top: 30px; max-width: 720px; }

/* ---------- Work catalog ---------- */
.work-filter-bar {
  position: sticky;
  z-index: 40;
  top: 71px;
  padding: 14px var(--pad);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: rgba(242,240,232,.96);
  backdrop-filter: blur(14px);
}
.work-filter-bar .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-buttons button {
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.filter-buttons button:hover,
.filter-buttons button:focus-visible,
.filter-buttons button.is-active { background: var(--ink); color: #fff; }
.work-filter-bar [data-work-count] {
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.work-catalog { padding: clamp(56px, 7vw, 100px) var(--pad) clamp(90px, 12vw, 180px); }
.work-catalog .work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 6vw, 94px) clamp(20px, 3vw, 48px);
}
.work-item[hidden] { display: none !important; }
.work-item { min-width: 0; }
.work-item img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  background: var(--paper-2);
  filter: saturate(.9);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
.work-item:nth-child(3n+2) img { aspect-ratio: 1 / 1.06; }
.work-item:hover img { transform: translateY(-8px); filter: saturate(1); }
.work-item > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid var(--ink);
}
.work-item span {
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink);
}
.work-item h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4.1vw, 58px);
  line-height: .87;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.work-item p {
  margin: 6px 0 0;
  max-width: 220px;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .09em;
  text-align: right;
  text-transform: uppercase;
}
.work-item small {
  grid-column: 1 / -1;
  display: block;
  max-width: 590px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.45;
}
.route-band { background: var(--orange); }
.route-band > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: clamp(46px, 8vw, 120px);
  align-items: end;
}
.route-band .lede { max-width: 650px; }

/* ---------- Staging ---------- */
.staging-intro { background: var(--paper); }
.staging-difference {
  padding: 0 var(--pad) clamp(24px, 3vw, 48px);
  background: var(--paper);
}
.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(40px, 5vw, 80px);
  border-top: 2px solid var(--ink);
  padding-top: clamp(40px, 5vw, 60px);
}
.difference-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.difference-grid article > span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  color: var(--orange);
}
.difference-grid h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.1vw, 62px);
  line-height: .86;
  letter-spacing: -.048em;
  text-transform: uppercase;
}
.difference-grid p { margin: 0; max-width: 340px; font-size: 16px; }
.staging-services { background: var(--ink); color: #fff; padding: clamp(32px, 4vw, 64px) var(--pad); }
.staging-service-grid {
  display: grid;
  gap: clamp(35px, 6vw, 60px);
}
.staging-service-grid article {
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1.5fr);
  gap: clamp(20px, 4vw, 45px);
  align-items: center;
}
.staging-service-grid article:nth-child(even) {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .5fr);
}
.staging-service-grid article:nth-child(even) > img {
  order: 2;
}
.staging-service-grid img {
  aspect-ratio: 1.35;
  object-fit: cover;
  filter: saturate(.88);
  width: 100%;
}
.staging-service-grid article > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.staging-service-grid article:nth-child(even) > div {
  align-items: flex-end;
  text-align: right;
}
.staging-service-grid article > div > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--orange);
}
.staging-service-grid h3 {
  margin: 10px 0 8px;
  font-family: var(--display);
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: .86;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.staging-service-grid p { margin: 0; font-size: 16px; }
.staging-service-grid ul {
  width: 100%;
  margin: 12px 0 16px;
  padding: 12px 0 0 18px;
  border-top: 1px solid var(--white-line);
  font-size: 13px;
  line-height: 1.65;
}
.staging-service-grid article:nth-child(even) ul {
  padding-right: 18px;
  padding-left: 0;
  direction: rtl;
}
.staging-service-grid .text-link { margin-top: auto; }
.fast-proof { background: var(--orange); padding: clamp(45px, 6vw, 78px) var(--pad); }
.fast-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}
.fast-proof strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(60px, 9vw, 132px);
  line-height: .72;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.fast-proof p {
  margin: 0;
  max-width: 720px;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -.03em;
}
.fast-proof small { display: block; margin-top: 17px; font-size: 12px; line-height: 1.5; }
.staging-stories { background: var(--paper-2); }
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
}
.story-grid article { min-width: 0; }
.story-grid img { aspect-ratio: .86; object-fit: cover; }
.story-grid article:nth-child(2) img { aspect-ratio: 1.1; }
.story-grid span {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
}
.story-grid h3 {
  margin: 12px 0 14px;
  font-family: var(--display);
  font-size: clamp(35px, 4.4vw, 62px);
  line-height: .87;
  letter-spacing: -.048em;
  text-transform: uppercase;
}
.story-grid p { margin: 0; max-width: 410px; font-size: 15px; }
.industry-proof { padding: 0 var(--pad) clamp(84px, 10vw, 148px); background: var(--blue); color: #fff; }
.industry-proof .eyebrow { color: #fff; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 8vw, 100px);
}
.stat-grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.stat-grid strong {
  font-family: var(--display);
  font-size: clamp(60px, 8vw, 112px);
  line-height: .72;
  letter-spacing: -.075em;
  color: var(--orange);
}
.stat-grid p { margin: 0; max-width: 340px; font-size: 17px; }
.source-note {
  margin: 23px 0 0;
  max-width: 900px;
  font-size: 11px;
  line-height: 1.55;
  opacity: .74;
}
.source-note a { text-decoration: underline; text-underline-offset: 4px; }
.audience { background: var(--paper); }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.audience-grid article {
  min-height: 500px;
  padding: clamp(28px, 4.3vw, 60px);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.audience-grid article:first-child { background: var(--orange); }
.audience-grid h3 {
  margin: 44px 0 20px;
  max-width: 580px;
  font-family: var(--display);
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: .86;
  letter-spacing: -.052em;
  text-transform: uppercase;
}
.audience-grid p { margin: 0; max-width: 540px; font-size: 18px; }
.audience-grid ul {
  width: 100%;
  margin: 28px 0 36px;
  padding: 20px 0 0 18px;
  border-top: 1px solid var(--ink);
  font-size: 14px;
  line-height: 1.7;
}
.audience-grid .button { margin-top: auto; }
.staging-process { background: var(--paper-2); }
.step-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.step-grid.five article { min-height: 390px; padding: 24px; }
.step-grid.five h3 { font-size: clamp(29px, 3.4vw, 50px); }
.staging-team { background: var(--paper); }
.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  margin-bottom: 36px;
}
.staff-grid article { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.staff-grid img { aspect-ratio: 1 / 1.03; object-fit: cover; filter: saturate(.88); }
.staff-grid h3 {
  margin: 27px 25px 8px;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .86;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.staff-grid span {
  display: block;
  margin: 0 25px 21px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
}
.staff-grid p { margin: 0; padding: 22px 25px 29px; border-top: 1px solid var(--ink); font-size: 15px; }
.press-band { padding: clamp(86px, 11vw, 158px) var(--pad); background: var(--orange); }
.press-band-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: start;
}
.press-band-grid > div:last-child { border-top: 1px solid var(--ink); }
.press-band-grid > div:last-child a {
  display: grid;
  grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ink);
  transition: padding-left .2s ease;
}
.press-band-grid > div:last-child a:hover { padding-left: 14px; }
.press-band-grid strong { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.press-band-grid span { font-size: clamp(17px, 1.8vw, 24px); }
.prop-cross { background: var(--paper-2); }
.prop-cross-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: center;
}
.prop-cross-grid > img { aspect-ratio: .83; height: 100%; object-fit: cover; }
.prop-cross-grid .lede { margin-top: 31px; }
.staging-contact { background: var(--paper); }
.staging-form .field { grid-template-columns: 180px minmax(0, 1fr); }

/* ---------- Prop House ---------- */
.prop-hero {
  padding: clamp(115px, 11vw, 150px) var(--pad) clamp(55px, 6vw, 95px);
  background: var(--orange);
  color: var(--ink);
  overflow: hidden;
}
.prop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .72fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: start;
}
.prop-hero .display { max-width: 820px; font-size: clamp(42px, 5vw, 78px); }
.prop-hero-sub {
  margin: 31px 0 0;
  max-width: 650px;
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.3;
  letter-spacing: -.015em;
}
.prop-hero-image {
  position: relative;
  aspect-ratio: .74;
}
.prop-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.prop-inventory { padding: 0 var(--pad) clamp(90px, 12vw, 175px); background: var(--paper); }
.inventory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.inventory-grid article {
  min-height: 280px;
  padding: 25px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.inventory-grid article:nth-child(2) { background: var(--orange); }
.inventory-grid article:nth-child(3) { background: var(--paper-2); }
.inventory-grid article:nth-child(4) { background: var(--blue); color: #fff; }
.inventory-grid span { font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.inventory-grid h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: .86;
  letter-spacing: -.048em;
  text-transform: uppercase;
}
.inventory-grid p { margin: -8px 0 0; font-size: 15px; }
.prop-process { background: var(--ink); color: #fff; }
.prop-contact { background: var(--paper); }

/* ---------- Route / Start a Project ---------- */
.route-hero {
  padding: clamp(140px, 15vw, 210px) var(--pad) clamp(70px, 8vw, 120px);
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
}
.route-hero .display { max-width: 1100px; }
.route-sub {
  margin: 36px 0 0;
  max-width: 690px;
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.3;
  letter-spacing: -.015em;
}
.route-cards { padding: 0 var(--pad) clamp(90px, 12vw, 170px); background: var(--paper); }
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--ink);
}
.route-grid > a {
  min-height: 540px;
  padding: clamp(26px, 3.5vw, 48px);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: background .22s ease, color .22s ease;
}
.route-grid > a:first-child { border-top: 9px solid var(--orange); }
.route-grid > a:nth-child(2) { border-top: 9px solid var(--orange); }
.route-grid > a:nth-child(3) { border-top: 9px solid var(--orange); }
/* Hover feedback is the quarter-circle alone — no full-card inversion. */
.route-grid span { font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.route-grid h2 {
  margin: clamp(65px, 8vw, 100px) 0 22px;
  font-family: var(--display);
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: .82;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.route-grid p { margin: 0; max-width: 420px; font-size: 17px; }
.route-grid b { margin-top: auto; padding-top: 28px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.design-inquiry { background: var(--paper-2); }

/* ---------- Journal ---------- */
.journal-hero {
  padding: clamp(115px, 11vw, 150px) var(--pad) clamp(55px, 6vw, 95px);
  background: var(--orange);
  border-bottom: 1px solid var(--ink);
}
.journal-hero .display { max-width: 1250px; font-size: clamp(48px, 6.5vw, 100px); }
.journal-sub {
  margin: 37px 0 0 auto;
  max-width: 720px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.journal-feature { background: var(--paper); }
.journal-feature-grid {
  display: grid;
  grid-template-columns: minmax(300px, .84fr) minmax(0, 1.16fr);
  gap: clamp(45px, 8vw, 120px);
  align-items: center;
}
.journal-feature-grid > img { aspect-ratio: .84; height: 100%; object-fit: cover; }
.journal-feature .lede { margin-top: 30px; font-size: clamp(19px, 2vw, 29px); }
.draft-note {
  margin: 32px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--ink);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.journal-list { background: var(--paper-2); }
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 44px);
}
.journal-grid img { aspect-ratio: 1 / .88; object-fit: cover; }
.journal-grid span {
  display: block;
  margin-top: 19px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
}
.journal-grid h3 {
  margin: 13px 0 15px;
  font-family: var(--display);
  font-size: clamp(34px, 4.1vw, 59px);
  line-height: .87;
  letter-spacing: -.048em;
  text-transform: uppercase;
}
.journal-grid p { margin: 0; font-size: 15px; }
.subscribe-band { padding: clamp(78px, 10vw, 145px) var(--pad); background: var(--blue); color: #fff; }
.subscribe-band > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(45px, 8vw, 120px);
  align-items: end;
}
.subscribe-band form { border-top: 1px solid rgba(255,255,255,.55); padding-top: 20px; }
.subscribe-band label {
  display: block;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.subscribe-band form > div { display: flex; align-items: stretch; }
.subscribe-band input {
  min-width: 0;
  flex: 1;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 15px;
  font: inherit;
  font-size: 18px;
}
.subscribe-band input::placeholder { color: rgba(255,255,255,.62); }
.subscribe-band .button { min-width: 150px; color: #fff; }
.subscribe-band .button:hover { background: #fff; color: var(--ink); }

/* ---------- Studio additions ---------- */
.practice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
}
.practice-tags span {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.page-studio #people { scroll-margin-top: 95px; }

/* ---------- Forms and file inputs ---------- */
.project-form input[type="file"] { font-size: 14px; }
.project-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  border: 1px solid var(--ink);
  background: transparent;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.project-form input[type="file"]::file-selector-button:hover { background: var(--ink); color: #fff; }
.form-status:not([hidden]) {
  padding: 16px;
  border: 1px solid var(--ink);
  background: var(--orange);
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .site-footer .footer-top { grid-template-columns: 1fr !important; }
  .site-footer .footer-nav { max-width: 760px; }
  .home-staging { grid-template-columns: 1fr 1fr; }
  .step-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .step-grid.five article:nth-child(n+4) { min-height: 320px; }
  .difference-grid,
  .fit-grid,
  .inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .staging-service-grid article { grid-template-columns: 1fr; }
  .staging-service-grid article:nth-child(even) { grid-template-columns: 1fr; }
  .staging-service-grid article:nth-child(even) > img { order: 0; }
  .staging-service-grid article:nth-child(even) > div { align-items: flex-start; text-align: left; }
  .staging-service-grid article:nth-child(even) ul { padding-right: 0; padding-left: 18px; direction: ltr; }
  .staging-service-grid img { height: auto; aspect-ratio: 1.4; }
  .route-grid h2 { font-size: clamp(44px, 6vw, 78px); }
}

@media (max-width: 1000px) {
  .section-head,
  .intro-split-grid,
  .route-band > .shell,
  .press-band-grid,
  .fast-proof-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; }
  .two-col-copy { max-width: 900px; }
  .inner-hero-grid,
  .page-hero-grid,
  .staging-hero-grid { grid-template-columns: 1fr; }
  .inner-hero-note,
  .page-hero-note,
  .staging-hero-note { display: none; }
  .home-staging { grid-template-columns: 1fr; min-height: 0; }
  .home-staging-image { min-height: 58svh; }
  .prop-home-grid,
  .prop-cross-grid,
  .prop-hero-grid,
  .journal-feature-grid { grid-template-columns: 1fr; }
  .prop-home-image,
  .prop-hero-image { max-width: 640px; }
  .offer-grid,
  .audience-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 440px; }
  .project-grid,
  .story-grid,
  .staff-grid,
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid article:last-child,
  .story-grid article:last-child,
  .staff-grid article:last-child,
  .journal-grid article:last-child { grid-column: 1 / -1; }
  .project-grid article:last-child img,
  .story-grid article:last-child img,
  .staff-grid article:last-child img,
  .journal-grid article:last-child img { aspect-ratio: 1.7 / 1; }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .staging-service-grid img { aspect-ratio: 1.4; }
  .stat-grid { grid-template-columns: 1fr; gap: 50px; }
  .press-band-grid > div:last-child { margin-top: 10px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-grid > a { min-height: 400px; }
  .subscribe-band > .shell { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr !important; }
  .contact-copy { position: static !important; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .display { font-size: clamp(38px, 11.5vw, 58px) !important; line-height: .88; }
  .section-title { font-size: clamp(31px, 9.6vw, 48px) !important; }
  .lede { font-size: clamp(19px, 5.5vw, 27px); }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .button-group { align-items: stretch; }
  .button-group .button { width: 100%; }
  .button-group .text-link { margin-top: 4px; }
  .two-col-copy { grid-template-columns: 1fr; gap: 24px; }
  .site-footer .footer-top { gap: 50px !important; }
  .footer-practices { grid-template-columns: 1fr; }
  .footer-practices a { min-height: 104px; }
  .site-footer .footer-nav { grid-template-columns: 1fr !important; }
  .home-staging-image { min-height: 52svh; }
  .home-staging-copy { padding: 72px var(--pad); }
  .prop-home-image,
  .inner-hero,
  .page-hero,
  .staging-hero { min-height: 90svh; }
  .inner-hero-grid,
  .page-hero-grid,
  .staging-hero-grid { padding-top: 150px; padding-bottom: 30px; }
  .inner-hero-shade,
  .page-hero-shade,
  .staging-hero-shade { background: linear-gradient(90deg, rgba(15,15,14,.9), rgba(15,15,14,.48)), linear-gradient(0deg, rgba(15,15,14,.7), transparent 55%); }
  .offer-grid,
  .difference-grid,
  .fit-grid,
  .inventory-grid,
  .project-grid,
  .story-grid,
  .staff-grid,
  .journal-grid,
  .stat-grid,
  .step-grid,
  .step-grid.five { grid-template-columns: 1fr; }
  .offer-card { min-height: 420px; }
  .fit-grid article,
  .inventory-grid article { min-height: 270px; }
  .project-grid article:last-child,
  .story-grid article:last-child,
  .staff-grid article:last-child,
  .journal-grid article:last-child { grid-column: auto; }
  .project-grid article:last-child img,
  .story-grid article:last-child img,
  .staff-grid article:last-child img,
  .journal-grid article:last-child img { aspect-ratio: 1.1; }
  .step-grid article,
  .step-grid.five article,
  .step-grid.five article:nth-child(n+4) { min-height: 300px; }
  .work-filter-bar { top: 70px; padding: 10px var(--pad); }
  .work-filter-bar .shell { align-items: flex-start; flex-direction: column; gap: 10px; }
  .filter-buttons { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .filter-buttons button { width: 100%; padding: 10px 8px; }
  .work-catalog .work-grid { grid-template-columns: 1fr; }
  .work-item:nth-child(3n+2) img,
  .work-item img { aspect-ratio: 1.22; }
  .work-item > div { grid-template-columns: 1fr; }
  .work-item p { text-align: left; max-width: none; }
  .fast-proof strong { font-size: clamp(70px, 24vw, 110px); }
  .staging-service-grid img { aspect-ratio: 1.25; }
  .audience-grid article { min-height: 440px; }
  .press-band-grid > div:last-child a { grid-template-columns: 1fr; gap: 6px; }
  .staging-form .field,
  .field { grid-template-columns: 1fr !important; gap: 10px; }
  .field label { padding-top: 0; }
  .form-footer { flex-direction: column; align-items: stretch; }
  .form-footer .button { width: 100%; }
  .prop-hero { padding-top: 145px; }
  .route-hero,
  .journal-hero { padding-top: 150px; }
  .route-grid > a { min-height: 360px; }
  .route-grid h2 { margin-top: 50px; }
  .journal-sub { margin-left: 0; }
  .subscribe-band form > div { flex-direction: column; }
  .subscribe-band input { border-right: 1px solid #fff; border-bottom: 0; }
  .subscribe-band .button { width: 100%; }
}

@media (max-width: 430px) {
  .display { font-size: clamp(33px, 11vw, 48px) !important; letter-spacing: -.04em; }
  .section-title { font-size: clamp(38px, 12vw, 55px) !important; }
  .brand { min-width: 150px; }
  .button { min-width: 0; width: 100%; }
  .filter-buttons { grid-template-columns: 1fr; }
  .footer-practices strong { font-size: 30px; }
  .home-staging-copy .section-title { font-size: 38px !important; }
  .inner-hero-sub,
  .page-hero-sub,
  .staging-hero-sub,
  .prop-hero-sub,
  .route-sub,
  .journal-sub { font-size: 20px; }
  .offer-card h3,
  .difference-grid h3,
  .fit-grid h3,
  .inventory-grid h3,
  .story-grid h3,
  .journal-grid h3,
  .staff-grid h3,
  .step-grid h3 { font-size: 38px; }
  .work-item h2 { font-size: 43px; }
  .staging-service-grid h3 { font-size: 30px; }
  .audience-grid h3 { font-size: 48px; }
  .route-grid h2 { font-size: 55px; }
  .field input,
  .field select,
  .field textarea { font-size: 18px; }
}

/* ---------- Project case-study templates ---------- */
.case-hero {
  min-height: 74svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.case-hero-image,
.case-hero-shade { position: absolute; inset: 0; }
.case-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.case-hero-shade {
  background:
    linear-gradient(90deg, rgba(15,15,14,.89), rgba(15,15,14,.5) 55%, rgba(15,15,14,.12)),
    linear-gradient(0deg, rgba(15,15,14,.68), transparent 52%);
}
.case-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(140px, 16vh, 195px) var(--pad) 45px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: end;
}
.case-hero .display { max-width: 1060px; }
.case-hero-sub {
  margin: 32px 0 0;
  max-width: 720px;
  font-size: clamp(20px, 2.4vw, 35px);
  line-height: 1.17;
  letter-spacing: -.025em;
}
.case-hero .text-link { color: #fff; white-space: nowrap; }
.case-facts { padding: 0 var(--pad); background: var(--orange); }
.case-facts > .shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--ink);
}
.case-facts article {
  min-height: 145px;
  padding: 20px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
.case-facts span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.case-facts strong {
  font-family: var(--display);
  font-size: clamp(26px, 3.1vw, 45px);
  line-height: .88;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.case-intro { background: var(--paper); }
.case-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: start;
}
.case-lede {
  margin: 0;
  font-size: clamp(25px, 3.2vw, 46px);
  line-height: 1.1;
  letter-spacing: -.033em;
}
.case-intro-grid > div:last-child > p:not(.case-lede):not(.draft-note) {
  margin: 36px 0 0;
  max-width: 710px;
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.45;
}
.case-gallery { padding: 0 var(--pad) clamp(88px, 11vw, 165px); background: var(--paper); }
.case-gallery > .shell {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(18px, 2.5vw, 36px);
  align-items: start;
}
.case-gallery figure { margin: 0; }
.case-gallery figure:first-child { grid-row: span 2; }
.case-gallery img { width: 100%; aspect-ratio: 1.12; object-fit: cover; }
.case-gallery figure:first-child img { aspect-ratio: .78; }
.case-gallery figcaption {
  margin-top: 9px;
  font-size: 9px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  opacity: .58;
}
.case-decisions { background: var(--paper-2); }
.case-quote { padding: clamp(90px, 12vw, 175px) var(--pad); background: var(--blue); color: #fff; }
.case-quote blockquote {
  margin: clamp(38px, 6vw, 80px) 0 0;
  max-width: 1180px;
  font-family: var(--display);
  font-size: clamp(38px, 5.2vw, 78px);
  line-height: .9;
  letter-spacing: -.052em;
  text-transform: uppercase;
}
.case-next { background: var(--orange); }
.case-next .section-title { max-width: 1060px; }
.case-next .button { margin-top: 38px; }
.work-case-link {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .case-intro-grid { grid-template-columns: 1fr; }
  .case-facts > .shell { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .case-hero { min-height: 88svh; }
  .case-hero-grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 30px; }
  .case-hero .text-link { justify-self: start; }
  .case-facts > .shell { grid-template-columns: 1fr; }
  .case-facts article { min-height: 116px; }
  .case-gallery > .shell { grid-template-columns: 1fr; }
  .case-gallery figure:first-child { grid-row: auto; }
  .case-gallery figure:first-child img,
  .case-gallery img { aspect-ratio: 1.05; }
  .case-quote blockquote { font-size: clamp(38px, 12vw, 63px); }
}

/* Break long heading words only as a last resort, never eagerly. */
h1, h2, h3 { overflow-wrap: break-word; hyphens: manual; }
.section-head .section-title { font-size: clamp(34px, 4.2vw, 64px); }

/* Official Modernous logo, recomposed as a horizontal header lockup
   (mark left, wordmark right) from the approved stacked art. */
.brand { min-width: 0; gap: 10px; }
.brand-logo-mark { display: block; height: 46px; width: auto; transition: height .3s ease; }
.brand-logo-word { display: block; height: 16px; width: auto; margin-bottom: 3px; transition: height .3s ease; }
.site-header.scrolled .brand-logo-mark { height: 38px; }
.site-header.scrolled .brand-logo-word { height: 14px; }
@media (max-width: 760px) {
  .brand-logo-mark { height: 40px; }
  .brand-logo-word { height: 14px; }
}

/* Support staff portraits (photos pulled from the current modernous.com about page). */
.support-row { grid-template-columns: 76px minmax(130px, .75fr) minmax(190px, 1fr) auto; }
.support-photo { display: block; width: 76px; height: 76px; border-radius: 50%; overflow: hidden; background: var(--line, #ddd8cc); }
.support-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 760px) {
  .support-row { grid-template-columns: 1fr; }
  .support-photo { width: 92px; height: 92px; margin-bottom: 10px; }
  .support-photo-empty { display: none; }
}

/* Brand typography: Oxygen (display) + Karla (body). Oxygen is wider than the
   condensed placeholder face the headings were tuned for, so relax tracking. */
.display { letter-spacing: -.045em; }
.section-title { letter-spacing: -.03em; }

/* Long single-word pet names need a wider track at Oxygen's width. */
.support-row { grid-template-columns: 76px minmax(200px, 1fr) minmax(150px, .85fr) auto; }
.support-row strong { font-size: clamp(26px, 2.7vw, 38px); }
.support-photo-empty { background: transparent; }

/* Wordmark variants: light letters over dark hero photography, standard
   ink/orange letters once the header gains its light backdrop. */
.brand-logo-word.word-light { display: none; }
.site-header.scrolled .word-dark,
.site-header.header-light .word-dark { display: none; }
.site-header.scrolled .word-light,
.site-header.header-light .word-light { display: block; }


/* ---------- Staging FAQ ---------- */
.faq-section { background: var(--paper); }
.faq-section.alt { background: var(--paper-2); }
.faq-shell {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: start;
}
.faq-head { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 24px 0;
  font-family: var(--display);
  font-size: clamp(19px, 1.9vw, 26px);
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.15;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: none; font-size: 27px; line-height: 1; color: var(--orange); transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0 0 28px; max-width: 660px; font-size: 16px; line-height: 1.55; }
@media (max-width: 1000px) {
  .faq-shell { grid-template-columns: 1fr; }
  .faq-head { position: static; }
}

.faq-pointer { margin: 20px 0 0; font-size: 15px; }
.faq-pointer .text-link { font-weight: 800; }

/* ---------- Word-fit type caps ----------
   Card headings must hold their longest word ("photography",
   "architecture", "collaborative") without a mid-word break.
   Sized per column density; mobile single-column keeps its own scale. */
@media (min-width: 761px) {
  .journal-grid h3, .story-grid h3, .staff-grid h3, .project-grid h3 { font-size: clamp(26px, 2.9vw, 42px); }
  .fit-grid h3, .inventory-grid h3, .difference-grid h3, .step-grid h3,
  .collaboration-step h3, .value h3 { font-size: clamp(24px, 2.6vw, 38px); }
  .step-grid.five h3 { font-size: clamp(21px, 2.2vw, 32px); }
  .work-item h2 { font-size: clamp(30px, 3.4vw, 50px); }
}

/* ---------- Display-type overflow safety net ----------
   Oxygen runs wider than the condensed face this layout was drawn for.
   Every display-type element must (1) never overlap a neighboring cell:
   wrap, hyphenate as a last resort, and respect its grid track; and
   (2) be sized so its longest realistic word fits its column. */
.display, .section-title, .profile-name, .person-name, .footer-line,
.fact strong, .credential strong, .support-row strong, .proof-item strong,
.stat-grid strong, .case-facts strong, .fast-proof strong,
.footer-practices strong, .press-quote, .case-quote blockquote,
.project-title, .service-name, .team-name, .step h3, .ecosystem-card h3,
.offer-card h3, .fit-grid h3, .project-grid h3, .step-grid h3, .work-item h2,
.difference-grid h3, .staging-service-grid h3, .story-grid h3,
.audience-grid h3, .staff-grid h3, .inventory-grid h3, .route-grid h2,
.journal-grid h3, .collaboration-step h3, .value h3, .faq-item summary {
  overflow-wrap: break-word;
  hyphens: manual;
  min-width: 0;
  text-wrap: balance;
}

/* Narrow-cell display text sized to hold words like "Nationwide". */
@media (min-width: 761px) {
  .fact strong, .credential strong, .step h3 { font-size: clamp(26px, 2.6vw, 38px); }
  .proof-item strong { font-size: clamp(26px, 3vw, 44px); }
  .ecosystem-card h3 { font-size: clamp(28px, 3.4vw, 50px); }
  .case-facts strong { font-size: clamp(24px, 2.5vw, 36px); }
}

/* Split-column heroes: display type sized so headlines hold 2-3 lines,
   never a five-line stack with a one-word orphan. */
.inner-hero .display,
.page-hero .display,
.staging-hero .display,
.case-hero .display,
.studio-hero-copy .display { font-size: clamp(38px, 4.6vw, 68px); letter-spacing: -.04em; }

/* ---------- Support staff: photo-forward pet cards ---------- */
.pet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 34px); }
.pet-card { margin: 0; }
.pet-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pet-card figcaption { padding: 13px 0 0; display: grid; gap: 5px; }
.pet-card h3 { margin: 0; font-family: var(--display); font-size: clamp(22px, 2.1vw, 30px); font-weight: 700; line-height: .95; letter-spacing: -.02em; text-transform: uppercase; }
.pet-role { font-size: 13px; }
.pet-style { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .68; }
.pet-card-text { display: flex; }
.pet-card-text > div { flex: 1; aspect-ratio: 1; background: var(--orange); border: 1px solid var(--ink); padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; }
.pet-note { font-size: 13px; font-style: italic; margin-bottom: auto; }
@media (max-width: 560px) { .pet-grid { grid-template-columns: 1fr; } }

/* Chromium skips text-wrap: balance when a block contains <br/>. Heading
   segments after a forced break become their own balanced block instead. */
.display br + span { display: block; text-wrap: balance; }

/* Slow hero drift on page load (RD-style), honoring reduced-motion. */
@media (prefers-reduced-motion: no-preference) {
  @keyframes hero-drift-bg { from { transform: scale(1.07); } to { transform: scale(1.015); } }
  @keyframes hero-drift-img { from { transform: scale(1.06); } to { transform: scale(1); } }
  .hero-media { animation: hero-drift-bg 3.2s cubic-bezier(.22, .61, .36, 1) both; }
  .inner-hero-media img,
  .page-hero-art img,
  .staging-hero-image img,
  .case-hero-media img,
  .prop-hero-image img { animation: hero-drift-img 3.2s cubic-bezier(.22, .61, .36, 1) both; }
}
.prop-hero-image { overflow: hidden; }

.quote-cite { margin: 26px 0 0; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Overlay menu: a regular menu list, not display type. */
.mobile-menu nav { max-width: 620px; }
.mobile-menu a {
  font-family: var(--body) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
  padding: 19px 0 !important;
  text-transform: uppercase;
}

/* ---------- Prop House gallery ---------- */
.prop-gallery { background: var(--paper); }
.prop-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 26px);
}
.prop-gallery-grid figure { margin: 0; }
.prop-gallery-grid img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.prop-gallery-grid figure:first-child { grid-row: span 2; }
.prop-gallery-grid figure:first-child img { aspect-ratio: auto; height: 100%; }
@media (max-width: 760px) {
  .prop-gallery-grid { grid-template-columns: 1fr 1fr; }
  .prop-gallery-grid figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .prop-gallery-grid figure:first-child img { aspect-ratio: 4 / 3; }
}


/* ---------- Journal articles ---------- */
.article-hero { padding: clamp(130px, 14vw, 190px) var(--pad) clamp(50px, 6vw, 84px); background: var(--paper); border-bottom: 1px solid var(--ink); }
.article-hero .display { max-width: 1020px; }
.article-meta { margin: 26px 0 0; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-body { padding: clamp(56px, 7vw, 100px) var(--pad) clamp(80px, 9vw, 130px); background: var(--paper); }
.article-body > * { max-width: 740px; margin-left: auto; margin-right: auto; }
.article-body p { margin: 0 0 26px; font-size: 17px; line-height: 1.65; }
.article-body h2 { margin: 46px auto 18px; font-family: var(--display); font-size: clamp(24px, 2.4vw, 34px); font-weight: 700; line-height: 1.05; letter-spacing: -.015em; text-transform: uppercase; }
.article-links { display: flex; flex-wrap: wrap; gap: 10px 28px; border-top: 1px solid var(--ink); padding-top: 26px; margin-top: 46px; }
.journal-grid .text-link { margin-top: 14px; }
.journal-feature-grid .text-link { margin-top: 22px; }

/* Orange-on-orange: primary buttons need ink fill on the orange heroes. */
.prop-hero .button-primary,
.journal-hero .button-primary { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.prop-hero .button-primary:hover,
.prop-hero .button-primary:focus-visible { background: var(--paper); border-color: var(--paper); color: var(--ink); }

/* Orange heroes get the same two-tone headline rhythm as the dark heroes. */
.journal-hero .accent-light,
.prop-hero .accent-light { color: #fff; }

/* Start a Project: compact photographic hero so the three routes crest the fold. */
.route-hero-photo { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-bottom: 0; padding: clamp(110px, 11vw, 150px) var(--pad) clamp(40px, 4.5vw, 64px); }
.route-hero-media { position: absolute; inset: 0; }
.route-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.route-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 15, 14, .88) 0%, rgba(15, 15, 14, .6) 52%, rgba(15, 15, 14, .22) 85%); }
.route-hero-photo .shell { position: relative; z-index: 2; }
.route-hero-photo .route-sub { margin-top: 24px; }
@media (prefers-reduced-motion: no-preference) {
  .route-hero-media img { animation: hero-drift-img 3.2s cubic-bezier(.22, .61, .36, 1) both; }
}
.route-cards { padding-top: clamp(40px, 4.5vw, 64px); }
.route-grid > a { min-height: 400px; }
.route-grid h2 { margin-top: clamp(40px, 5vw, 64px); }

/* Prop hero: text reads from the top of the section; the tall image must not drag it down. */
.prop-hero-grid > .reveal.immediate:first-child { padding-top: clamp(6px, 1.5vw, 26px); }
.prop-hero-image { max-width: 520px; justify-self: end; }

/* ---------- Full-bleed photographic heroes (prop house, journal) ---------- */
.photo-hero { position: relative; overflow: hidden; min-height: 74svh; display: grid; align-items: end; background: var(--ink); color: #fff; }
.photo-hero-media { position: absolute; inset: 0; }
.photo-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.photo-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .9) 0%, rgba(15, 15, 14, .6) 50%, rgba(15, 15, 14, .16) 82%),
    linear-gradient(0deg, rgba(15, 15, 14, .58), transparent 46%);
}
.photo-hero-grid { position: relative; z-index: 2; width: 100%; padding: clamp(130px, 15vh, 185px) var(--pad) 46px; }
.photo-hero .display { max-width: 1000px; font-size: clamp(38px, 4.6vw, 68px); letter-spacing: -.04em; }
.photo-hero-sub { margin: 24px 0 0; max-width: 640px; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.45; }

/* Studio hero: full-bleed drifting photo behind the copy. */
.studio-hero-media { position: absolute; inset: 0; }
.studio-hero-media img { width: 100%; height: 100%; object-fit: cover; }

@media (prefers-reduced-motion: no-preference) {
  .photo-hero-media img,
  .studio-hero-media img { animation: hero-drift-img 3.2s cubic-bezier(.22, .61, .36, 1) both; }
}

.photo-hero .accent { color: var(--orange); }

/* Hamburger opens a compact anchored dropdown, not a page takeover. */
.mobile-menu {
  inset: auto;
  top: 88px;
  right: var(--pad);
  width: min(320px, calc(100vw - 2 * var(--pad)));
  padding: 6px 24px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 0 20px 44px rgba(15, 15, 14, .22);
}
.site-header.scrolled ~ .mobile-menu,
.menu-open .mobile-menu { top: 88px; }
.mobile-menu a { border-top-color: var(--line) !important; padding: 16px 0 !important; font-size: 15px !important; }
.mobile-menu a:first-child { border-top: 0 !important; }
.mobile-menu a:last-child { border-bottom: 0 !important; }

/* Mobile: headlines span nearly the full frame, so hero scrims must be
   heavier or same-hue photo areas swallow the orange accent text. */
@media (max-width: 760px) {
  .hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(13, 13, 12, .38); }
  .inner-hero-shade,
  .page-hero-shade,
  .staging-hero-shade,
  .photo-hero-shade,
  .case-hero-shade { background: linear-gradient(0deg, rgba(15, 15, 14, .82) 0%, rgba(15, 15, 14, .52) 55%, rgba(15, 15, 14, .38) 100%); }
  .studio-hero .hero-shade { background: linear-gradient(0deg, rgba(23, 23, 22, .88), rgba(23, 23, 22, .5)); }

  /* Press band: tidy two-column roll call instead of a ragged wrap. */
  .marquee-track { display: grid; grid-template-columns: repeat(2, auto); justify-content: center; column-gap: 40px; row-gap: 12px; font-size: 13px; }
  .marquee-track span::after { content: "" !important; margin-left: 0 !important; }
}


/* ---------- Modernous Concierge widget ---------- */
#mc-root { position: fixed; z-index: 200; right: clamp(14px, 2.5vw, 28px); bottom: clamp(14px, 2.5vw, 28px); font-family: var(--body); }
#mc-launch { display: inline-flex; align-items: center; gap: 9px; padding: 14px 20px; border: 1px solid var(--ink); background: var(--orange); color: var(--ink); font-family: var(--body); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; box-shadow: 0 14px 34px rgba(15, 15, 14, .3); transition: transform .15s ease; }
#mc-launch:hover { transform: translateY(-2px); }
#mc-launch span { font-size: 16px; line-height: 1; }
#mc-panel { position: fixed; right: clamp(14px, 2.5vw, 28px); bottom: clamp(76px, 10vh, 96px); width: min(400px, calc(100vw - 28px)); height: min(580px, calc(100vh - 120px)); display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--ink); box-shadow: 0 28px 64px rgba(15, 15, 14, .3); }
#mc-panel header { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; background: var(--ink); color: #fff; }
#mc-panel header strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
#mc-staff-badge { margin-left: 8px; padding: 2px 7px; background: var(--orange); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mc-head-actions { display: flex; gap: 6px; align-items: center; }
#mc-staff-btn { border: 1px solid rgba(255, 255, 255, .4); background: transparent; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 9px; cursor: pointer; }
#mc-min { border: 1px solid rgba(255, 255, 255, .55); background: transparent; color: #fff; font-size: 18px; font-weight: 700; line-height: 1; cursor: pointer; width: 32px; height: 30px; display: inline-flex; align-items: center; justify-content: center; }
#mc-min:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
#mc-log { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.mc-msg { max-width: 88%; padding: 10px 13px; font-size: 14px; line-height: 1.5; }
.mc-msg.user { align-self: flex-end; background: var(--ink); color: #fff; }
.mc-msg.bot { align-self: flex-start; background: var(--paper-2); border: 1px solid var(--line); }
.mc-msg.bot a { text-decoration: underline; font-weight: 700; }
.mc-msg.bot ul, .mc-msg.bot ol { margin: 6px 0; padding-left: 18px; }
.mc-gap { height: 7px; }
.mc-spin { display: inline-block; animation: mc-rot 1.6s linear infinite; margin-right: 6px; color: var(--orange); }
@keyframes mc-rot { to { transform: rotate(360deg); } }
.mc-ob1 { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; vertical-align: middle; margin-right: 10px; border: 1px solid var(--line); }
#mc-chips { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 16px 8px; }
.mc-chip { border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; padding: 7px 11px; cursor: pointer; }
.mc-chip:hover { background: var(--orange); }
#mc-form { display: flex; border-top: 1px solid var(--ink); }
#mc-input { flex: 1; border: 0; background: #fff; padding: 13px 14px; font: inherit; font-size: 14px; }
#mc-input:focus { outline: 2px solid var(--orange); outline-offset: -2px; }
#mc-form button { border: 0; background: var(--orange); color: var(--ink); width: 52px; font-size: 19px; cursor: pointer; }
.mc-lead { width: 88%; }
.mc-lead-title { font-weight: 900; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; color: var(--ink); }
.mc-lead-row { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; padding: 3px 0; border-bottom: 1px solid var(--line); }
.mc-lead-row span { opacity: .65; text-transform: capitalize; }
.mc-lead-details { margin-top: 8px; font-size: 13px; opacity: .85; }
.mc-lead-actions { display: flex; gap: 8px; margin-top: 12px; }
.mc-lead-actions button { border: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 9px 12px; cursor: pointer; }
.mc-send-lead { background: var(--orange); color: var(--ink); }
.mc-edit-lead { background: transparent; color: var(--ink); }
@media (max-width: 560px) {
  #mc-panel { right: 10px; left: 10px; width: auto; bottom: 74px; height: min(560px, calc(100vh - 100px)); }
}

/* Staff Google sign-in overlay */
#mc-gsi { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; background: rgba(15, 15, 14, .55); }
.mc-gsi-box { background: var(--paper); border: 1px solid var(--ink); padding: 26px; width: min(360px, calc(100vw - 40px)); display: grid; gap: 16px; justify-items: center; text-align: center; }
.mc-gsi-box p { margin: 0; font-size: 14px; }
.mc-gsi-cancel { border: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 8px 14px; cursor: pointer; }

.work-archive { background: var(--paper-2); }
.archive-list { margin: 0; max-width: 900px; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.9; }

/* Feedback round: staging form cue, studio link band, work as launchpad. */
.staging-form-cue { background: var(--orange); }
.form-cue { display: grid; grid-template-columns: minmax(0, 1.3fr) auto; gap: clamp(30px, 5vw, 80px); align-items: center; }
.form-cue .lede { margin-top: 20px; max-width: 640px; }
.form-cue .button { justify-self: end; }
.studio-link-band { background: var(--paper-2); }
.studio-link-band .button { margin-top: 10px; }
.work-routes { padding: clamp(56px, 7vw, 100px) var(--pad) 0; background: var(--paper); }
.work-routes .route-grid > a { min-height: 340px; }
.work-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 44px); }
.work-case-grid .work-item { margin: 0; }
@media (max-width: 900px) {
  .form-cue { grid-template-columns: 1fr; }
  .form-cue .button { justify-self: start; }
  .work-case-grid { grid-template-columns: 1fr; }
}

/* hidden attribute must beat the flex display — panel starts minimized. */
#mc-panel[hidden] { display: none !important; }

/* Case-study cards: clean 3-up grid, immune to the old work-grid spans. */
.work-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 44px); }
.case-card { margin: 0; display: flex; flex-direction: column; }
.case-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.case-card > div { padding-top: 14px; display: grid; gap: 8px; }
.case-card span { font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; color: var(--ink); opacity: .7; }
.case-card h2 { margin: 0; font-family: var(--display); font-size: clamp(24px, 2.2vw, 32px); font-weight: 700; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.case-card p { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }
.case-card small { font-size: 14px; line-height: 1.5; }
.case-card .text-link { margin-top: 6px; }
@media (max-width: 900px) { .work-case-grid { grid-template-columns: 1fr; } }

/* ---------- Consolidated type scale (client: too many font sizes).
   Five tiers govern every display element site-wide. ---------- */
:root {
  --t-hero: clamp(44px, 6.5vw, 92px);
  --t-title: clamp(32px, 4.2vw, 60px);
  --t-card: clamp(22px, 2vw, 30px);
  --t-num: clamp(44px, 5vw, 76px);
  --t-lede: clamp(17px, 1.7vw, 21px);
}
.display { font-size: var(--t-hero) !important; }
.section-title, .footer-line, .case-quote blockquote, .profile-name { font-size: var(--t-title) !important; }
.route-grid h2 { font-size: clamp(30px, 3vw, 46px) !important; }
.offer-card h3, .collaboration-step h3, .person-name, .value h3,
.journal-grid h3, .case-card h2, .fit-grid h3, .step-grid h3,
.audience-grid h3, .inventory-grid h3, .pet-card h3, .leader-card h3,
.faq-item summary, .footer-practices strong { font-size: var(--t-card) !important; }
.stat-grid article strong { font-size: var(--t-num) !important; }
.lede, .route-sub, .journal-sub, .photo-hero-sub, .prop-hero-sub,
.studio-hero-sub { font-size: var(--t-lede) !important; line-height: 1.45; }

/* Leadership bios on Interior Design */
.leaders-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); }
.leader-card img { width: 100%; max-width: 420px; aspect-ratio: 1; object-fit: cover; }
.leader-card h3 { margin: 18px 0 4px; font-family: var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.leader-role { display: block; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.leader-card p { margin: 0; max-width: 560px; font-size: 16px; line-height: 1.6; }
@media (max-width: 860px) { .leaders-grid { grid-template-columns: 1fr; } }
.case-card > a { display: block; }
.catalog-link-line { margin: 18px 0 0; font-size: 15px; }

.archive-list a:not(.text-link) { text-decoration: underline; text-underline-offset: 3px; }
.archive-list .text-link { display: inline-block; margin-top: 16px; }

/* Dark sections: the ex-blue (now charcoal) circles vanished against ink —
   alternate with paper there so the quarter-circles read again. */
.process-dark .step-grid article:nth-child(2)::after,
.process-dark .step-grid article:nth-child(3)::after,
.prop-process .step-grid article:nth-child(2)::after,
.prop-process .step-grid article:nth-child(3)::after { background: var(--paper); opacity: .85; }

/* Two design leads side by side. */

/* Quarter-circle corner motif on every selection module, matching the
   process steps: orange / charcoal / tomato following each card accent. */
.route-grid > a, .offer-card, .fit-grid article, .inventory-grid article {
  position: relative;
  overflow: hidden;
}
.route-grid > a::after, .offer-card::after, .fit-grid article::after, .inventory-grid article::after {
  content: "";
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -68px;
  bottom: -68px;
  background: var(--orange);
  transition: right .25s ease, bottom .25s ease;
  pointer-events: none;
}
.route-grid > a:nth-child(2)::after { background: var(--blue); }
.route-grid > a:nth-child(3)::after { background: var(--green); }
.offer-card:nth-child(2)::after, .fit-grid article:nth-child(2)::after, .inventory-grid article:nth-child(2)::after { background: var(--blue); }
.fit-grid article:nth-child(4)::after, .inventory-grid article:nth-child(4)::after { background: var(--blue); }
.route-grid > a:hover::after, .route-grid > a:focus-visible::after,
.offer-card:hover::after, .fit-grid article:hover::after, .inventory-grid article:hover::after { right: -35px; bottom: -35px; }

/* One quarter-circle language everywhere: process steps and audience
   cards animate on hover exactly like the selection cards. */
.step-grid article::after { transition: right .25s ease, bottom .25s ease; }
.step-grid article:hover::after { right: -35px; bottom: -35px; }
.audience-grid article { position: relative; overflow: hidden; }
.audience-grid article::after {
  content: "";
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -68px;
  bottom: -68px;
  background: var(--paper);
  transition: right .25s ease, bottom .25s ease;
  pointer-events: none;
}
.audience-grid article:nth-child(2)::after { background: var(--blue); }
.audience-grid article:hover::after { right: -35px; bottom: -35px; }

/* Circle colors must contrast each card's own background.
   Fit section is orange: alternate charcoal and paper circles. */
.fit-grid article::after { background: var(--blue); }
.fit-grid article:nth-child(2)::after { background: var(--paper); }
.fit-grid article:nth-child(3)::after { background: var(--green); }
.fit-grid article:nth-child(4)::after { background: var(--paper); }
/* Inventory: card 2 is orange (charcoal circle ok); card 4 is charcoal — orange circle. */
.inventory-grid article:nth-child(3)::after { background: var(--green); }
.inventory-grid article:nth-child(4)::after { background: var(--orange); }

/* Footer practice cards: quarter circles on ink — orange, paper, tomato. */
.footer-practices a { position: relative; overflow: hidden; }
.footer-practices a::after {
  content: "";
  position: absolute;
  width: 76px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -52px;
  bottom: -52px;
  background: var(--orange);
  transition: right .25s ease, bottom .25s ease;
  pointer-events: none;
}
.footer-practices a:nth-child(2)::after { background: var(--paper); }
.footer-practices a:nth-child(3)::after { background: var(--green); }
.footer-practices a:hover::after,
.footer-practices a:focus-visible::after { right: -26px; bottom: -26px; }

/* Brand text color: the logo grey (#5E5C60). Deep charcoal remains only
   as dark surfaces and rules; text on those is white. */
body { color: #5E5C60; }
.site-header.scrolled,
.site-header.header-light { color: #5E5C60; }

/* Official horizontal lockup as the header brand. */
.brand-logo-word { height: 40px !important; margin-bottom: 0 !important; }
.site-header.scrolled .brand-logo-word { height: 34px !important; }
@media (max-width: 760px) { .brand-logo-word { height: 32px !important; } }

#mc-clear { border: 1px solid rgba(255, 255, 255, .55); background: transparent; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; line-height: 1; cursor: pointer; height: 30px; padding: 0 10px; display: inline-flex; align-items: center; }
#mc-clear:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
#mc-feedback { border: 1px solid rgba(255, 255, 255, .55); background: transparent; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; line-height: 1; cursor: pointer; height: 30px; padding: 0 10px; display: inline-flex; align-items: center; margin-right: 6px; }
#mc-feedback:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
#mc-feedback[hidden] { display: none; } /* the ID rule above would otherwise beat [hidden] and show the button to non-staff */
.mc-fb-text { width: 100%; box-sizing: border-box; margin: 8px 0 6px; padding: 8px; border: 1px solid var(--ink); font: inherit; font-size: 13px; }
.mc-fb-actions button { border: 1px solid var(--ink); background: var(--paper); padding: 6px 10px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; margin-right: 6px; }
.mc-fb-actions .mc-fb-send { background: var(--orange); }
.mc-fb-err { color: #b0442c; font-size: 12px; }

/* WCAG 2.1 AA contrast fixes (axe audit): grey text may never sit on
   orange, and accent numerals must be ink on cream. */
.marquee-track { color: var(--ink); }
.fit .section-head .eyebrow,
.fit .section-head h2,
.fit .section-head .lede,
.fit .lede a,
.fit-grid article,
.fit-grid h3,
.fit-grid article > span { color: var(--ink); }
.stat-grid article strong { color: var(--ink); }
.form-note { color: var(--ink); opacity: 1; }
.staging-form-cue .eyebrow, .staging-form-cue h2, .staging-form-cue .lede { color: var(--ink); }

/* Contrast, round two: the proof band returns to deep charcoal (it had
   inherited the retired blue slot), numerals go orange-on-dark, and the
   orange press band + audience cards read in ink. */
.industry-proof { background: var(--ink); }
.stat-grid article strong { color: var(--orange); }
.press-band .eyebrow,
.press-band h2,
.press-band-grid a,
.press-band-grid strong,
.press-band-grid span,
.press-band .source-note { color: var(--ink); }
.audience-grid article { color: var(--ink); }

#mc-note { margin: 0; padding: 7px 14px 10px; font-size: 11px; color: var(--ink); opacity: .82; background: var(--paper); }
#mc-note a { text-decoration: underline; }
.page-policy .article-body h2 { margin-top: 40px; }

.article-body h2 { width: 100%; text-align: left; }

/* HARD RULE (client directive): grey text never sits on an orange
   surface — everything on orange reads in dark charcoal ink. This block
   covers every orange container, including ones on template pages. */
.fit, .press-band, .route-band, .fast-proof, .case-facts, .case-next,
.subscribe-band, .staging-form-cue,
.inventory-grid article:nth-child(2),
.audience-grid article:first-child,
.pet-card-text > div { color: var(--ink); }
.fit .eyebrow, .fit h2, .fit h3, .fit .lede, .fit p, .fit span, .fit a,
.press-band .eyebrow, .press-band h2, .press-band strong, .press-band span, .press-band a,
.route-band .eyebrow, .route-band h2, .route-band p, .route-band a,
.fast-proof strong, .fast-proof p, .fast-proof .eyebrow,
.case-facts .eyebrow, .case-facts h3, .case-facts p, .case-facts span, .case-facts strong,
.case-next .eyebrow, .case-next h2, .case-next a, .case-next .lede,
.subscribe-band .eyebrow, .subscribe-band h2, .subscribe-band label,
.staging-form-cue .eyebrow, .staging-form-cue h2, .staging-form-cue .lede,
.inventory-grid article:nth-child(2) h3, .inventory-grid article:nth-child(2) p,
.inventory-grid article:nth-child(2) span,
.audience-grid article:first-child .eyebrow { color: var(--ink); }

/* Ink-on-orange, continued: the orange surfaces defined in site.css and
   studio.css (missed in the first sweep) — homepage press section,
   ticker wrapper, and the studio values band. */
.press, .press .eyebrow, .press h2, .press .lede, .press p, .press a,
.marquee,
.values, .values .eyebrow, .values h3, .values p { color: var(--ink); }

/* Ink-on-orange, final pass: the remaining orange containers. */
.home-staging, .home-staging .eyebrow, .home-staging h2, .home-staging .lede,
.home-staging p, .home-staging a, .home-staging strong, .home-staging span,
.prop-hero, .journal-hero,
.form-status:not([hidden]) { color: var(--ink); }

.skip-link { color: var(--ink); }

/* Real publication marks in their original colors, on cream chips so
   every mark (including Atomic Ranch's orange) reads against the band. */
.press-logo { display: flex; align-items: center; justify-content: center; background: var(--paper); border: 0 !important; padding: 16px 20px; }
.press-logo img { height: 26px; width: auto; display: block; }
.press-logo:nth-child(3) img { height: 34px; }

.press-logo img[alt="Modernism Week"] { height: 18px; }

/* Homepage proof tiles join the quarter-circle selection language. */
.proof-item { position: relative; overflow: hidden; }
.proof-item::after {
  content: "";
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -68px;
  bottom: -68px;
  background: var(--orange);
  transition: right .25s ease, bottom .25s ease;
  pointer-events: none;
}
.proof-item:nth-child(2)::after { background: var(--blue); }
.proof-item:nth-child(3)::after { background: var(--green); }
.proof-item:hover::after { right: -35px; bottom: -35px; }



/* Studio fact tiles: the last selection-style grid joins the motif. */
.fact { position: relative; overflow: hidden; }
.fact::after {
  content: "";
  position: absolute;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -60px;
  bottom: -60px;
  background: var(--orange);
  transition: right .25s ease, bottom .25s ease;
  pointer-events: none;
}
.fact:nth-child(2)::after,
.fact:nth-child(3)::after { background: var(--blue); }
.fact:hover::after { right: -30px; bottom: -30px; }
