
body {
  font-family: var(--font-body);
}
.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}
.hero {
  padding: 84px 0 56px;
}

.home-page {
  padding-bottom: 28px;
}
.home-page .section__header {
  display: grid;
  gap: 8px;
}
.home-page--editorial-index .hero__grid,
.home-page--magazine-cover .hero__grid,
.home-page--newsroom-led .hero__grid,
.home-page--side-rail .hero__grid {
  grid-template-columns: 0.9fr 1.1fr;
}
.home-page--proof-led .hero__grid,
.home-page--service-board .hero__grid,
.home-page--consultant-ledger .hero__grid,
.home-page--compact-professional .hero__grid {
  grid-template-columns: 1fr 0.72fr;
}
.home-page--image-first .hero__main,
.home-page--retail-window .hero__main,
.home-page--hospitality-front .hero__main,
.home-page--fitness-drive .hero__main {
  order: 2;
}
.home-page--image-first .hero__visual,
.home-page--retail-window .hero__visual,
.home-page--hospitality-front .hero__visual,
.home-page--fitness-drive .hero__visual {
  order: 1;
}
.home-page--stacked-story .hero__grid,
.home-page--calm-grid .hero__grid {
  grid-template-columns: 1fr;
}
.home-page--stacked-story .hero__visual,
.home-page--calm-grid .hero__visual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-page--bold-stripe .hero,
.home-page--local-office .hero,
.home-page--contact-led .hero {
  padding-bottom: 34px;
}
.home-page--portfolio-led .home-services .grid-three,
.home-page--service-board .home-services .grid-three,
.home-page--retail-window .home-services .grid-three {
  grid-template-columns: 1.25fr 1fr 1fr;
}
.home-page--proof-led .home-proof {
  padding-top: 20px;
}
.home-page--compact-professional .hero {
  padding: 56px 0 34px;
}
.home-page--compact-professional .hero__main {
  padding: 30px;
}
.content-page {
  padding-bottom: 30px;
}
.subhero {
  padding: 58px 0 24px;
}
.subhero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}
.subhero__copy {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: 34px;
  border-radius: 12px;
  text-align: left;
}
.subhero__copy h1 {
  max-width: 15ch;
}
.subhero__aside {
  display: grid;
  gap: 16px;
}
.subhero__media {
  min-height: 360px;
}
.content-page--studio-ledger .subhero__grid,
.content-page--proof-first .subhero__grid,
.content-page--feature-rail .subhero__grid,
.content-page--timeline-led .subhero__grid,
.content-page--fitness-plan .subhero__grid {
  grid-template-columns: 0.88fr 1.12fr;
}
.content-page--service-index .subhero__grid,
.content-page--directory .subhero__grid,
.content-page--retail-board .subhero__grid {
  grid-template-columns: 1.25fr 0.75fr;
}
.content-page--magazine .subhero__grid,
.content-page--image-stack .subhero__grid,
.content-page--hospitality-menu .subhero__grid,
.content-page--newsroom .subhero__grid {
  grid-template-columns: 0.78fr 1.22fr;
}
.content-page--quiet-grid .subhero__copy,
.content-page--consulting .subhero__copy,
.content-page--legal-clean .subhero__copy {
  min-height: 300px;
}
.content-page--bold-bands .section:nth-of-type(even),
.content-page--local-guide .section:nth-of-type(even),
.content-page--contact-forward .section:nth-of-type(even) {
  padding: 44px 0;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 30px;
  align-items: stretch;
}
.home-page--classic-showcase .hero__grid,
.home-page--local-office .hero__grid,
.home-page--portfolio-led .hero__grid {
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 520px;
}
.hero__grid > *,
.subhero__grid > *,
.grid-three > *,
.grid-two > *,
.service-grid > *,
.case-grid > *,
.metrics-band > *,
.split-feature > *,
.contact-shell > *,
.site-footer__grid > * {
  min-width: 0;
}
.hero__main,
.panel {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero__main {
  position: relative;
  overflow: hidden;
  padding: 40px;
}
.hero__visual {
  display: grid;
  gap: 18px;
}
.hero__visual-card {
  overflow: hidden;
}
.hero__visual-card img {
  width: 100%;
  border-radius: 18px;
}
.hero__support {
  display: grid;
  gap: 16px;
}
.hero__support .panel {
  min-height: 0;
}
.section {
  padding: 28px 0 20px;
}
.section--spacious {
  padding: 52px 0 28px;
}
.section__header {
  margin-bottom: 20px;
}
.section__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}
.copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.stack {
  display: grid;
  gap: 18px;
}
.grid-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.service-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-grid--stacked {
  grid-template-columns: 1fr;
}
.copy-block {
  padding: 4px 0;
}
.copy-block p {
  max-width: 68ch;
}
.metrics-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.shell.metrics-band {
  margin: 28px auto 0;
}
.split-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
}
.gallery-strip {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 18px;
  margin-top: 28px;
}
.gallery-strip__item {
  overflow: hidden;
  border-radius: 18px;
  min-height: 260px;
}
.gallery-strip__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ── Photo-background hero ──────────────────────────────────────── */
.hero--photo-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 560px;
  display: flex;
  align-items: stretch;
}
.hero__overlay {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 84px 0 56px;
  background: linear-gradient(135deg, rgba(10,15,30,0.68) 0%, rgba(10,15,30,0.32) 100%);
}
.hero__overlay--dark {
  background: linear-gradient(135deg, rgba(5,10,20,0.82) 0%, rgba(5,10,20,0.52) 100%);
}
.hero__overlay--gradient {
  background: linear-gradient(135deg, rgba(var(--accent-rgb,40,80,60),0.78) 0%, rgba(10,15,30,0.38) 100%);
}
.hero__center {
  text-align: center;
  display: grid;
  place-items: center;
  gap: 4px;
}
.hero__center h1 {
  max-width: 12ch;
}
.hero__center--light h1,
.hero__center--light .kicker,
.hero__center--light .lead {
  color: #fff;
}
.hero__center--narrow {
  max-width: 640px;
}
.kicker--light {
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.14);
}
.hero__headline--light,
h1.hero__headline--light {
  color: #fff;
}
.lead--light {
  color: rgba(255,255,255,0.84);
}
.headline--xl {
  font-size: clamp(46px, 8vw, 82px);
}
.btn--outline-light {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  background: transparent;
}
.btn--outline-light:hover {
  background: rgba(255,255,255,0.12);
}
/* ── Split hero (image fills one half) ──────────────────────────── */
.hero--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  min-height: 520px;
}
.hero__photo-half {
  overflow: hidden;
}
.hero__photo-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__content-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px 56px 40px;
}
.hero__content-half h1 {
  font-size: clamp(42px, 4.2vw, 60px);
  max-width: 13ch;
}
.home-page--feature-grid-steps .hero--split,
.home-page--video-thumbnail-hero .hero--split {
  min-height: 0;
}
.home-page--feature-grid-steps .hero__content-half,
.home-page--video-thumbnail-hero .hero__content-half {
  padding-block: 44px;
}
.home-page--feature-grid-steps .hero__photo-half {
  max-height: 620px;
}
.hero--split-left .hero__photo-half { order: 1; }
.hero--split-left .hero__content-half { order: 2; }
/* ── Feature image band (full-width image strip) ────────────────── */
.feature-image-band {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.feature-image-band__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ── Service-feature cards (service-board layout) ───────────────── */
.service-feature-grid {
  gap: 20px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}
.service-feature-card {
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(15,23,42,0.14);
}
.service-feature-card__img {
  height: 200px;
  overflow: hidden;
}
.service-feature-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-feature-card__img--gradient {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
}
.window-card__img--gradient {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  min-height: 200px;
}
.service-feature-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.btn--sm {
  padding: 10px 14px;
  font-size: 13px;
  min-height: 38px;
}
/* ── Window cards (retail-window layout) ────────────────────────── */
.window-grid { margin-top: 8px; }
.window-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(15,23,42,0.10);
  transition: transform .28s ease, box-shadow .28s ease;
}
.window-card:hover { transform: translateY(-6px); }
.window-card__img {
  height: 220px;
  overflow: hidden;
}
.window-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.window-card__info {
  padding: 18px 20px 20px;
}
/* ── Side-rail layout ───────────────────────────────────────────── */
.side-rail-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  min-height: 80vh;
}
.side-rail__sidebar {
  padding: 52px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.side-rail__main {
  padding: 40px 32px 28px;
}
.side-rail__main .media-card--wide {
  width: 100%;
  height: 320px;
  margin-bottom: 24px;
}
.sidebar-brand { display: grid; gap: 12px; }
.sidebar-metrics { display: grid; gap: 10px; }
.sidebar-contact { font-size: 14px; margin: 0; }
.btn--block { width: 100%; text-align: center; }
/* ── Newsroom layout ────────────────────────────────────────────── */
.news-ticker {
  padding: 12px 0;
  overflow: hidden;
}
.news-ticker__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
.news-ticker__label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  flex-shrink: 0;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 28px;
  align-items: start;
  padding: 36px 0;
}
.editorial-grid__lead { display: grid; gap: 14px; }
.editorial-grid__sidebar { display: grid; gap: 18px; }
.news-brief { padding: 12px 0; border-top: 1px solid var(--border); }
.news-brief h4 { margin: 0 0 6px; font-size: 15px; }
.news-brief p { margin: 0; font-size: 13px; color: var(--muted); }
/* ── Stacked story rows ─────────────────────────────────────────── */
.story-stack { display: grid; gap: 48px; padding: 40px 0; }
.story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.story-row--flip .story-row__img { order: 2; }
.story-row--flip .story-row__text { order: 1; }
.story-row__img {
  border-radius: 18px;
  overflow: hidden;
  height: 300px;
}
.story-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-row__text { display: grid; gap: 14px; }
/* ── Calm 2×2 grid ──────────────────────────────────────────────── */
.grid-two-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.calm-cell { border-radius: 18px; overflow: hidden; }
.calm-cell--img { min-height: 260px; }
.calm-cell--img img { width: 100%; height: 100%; object-fit: cover; }
.calm-cell--text {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
/* ── Service menu / ledger lists ────────────────────────────────── */
.service-menu, .service-ledger { display: grid; gap: 0; }
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.list-item:last-child { border-bottom: 0; }
.list-item strong { font-size: 16px; font-weight: 700; }
.list-item span { font-size: 14px; color: var(--muted); max-width: 55ch; text-align: right; }
/* ── Contact-led layout ─────────────────────────────────────────── */
.hero__split-contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}
.contact-cta-box {
  border-radius: 20px;
  padding: 28px;
  display: grid;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(15,23,42,0.10);
}
.contact-cta-box__phone { font-size: 22px; font-weight: 800; margin: 0; }
.contact-cta-box__email { font-size: 14px; margin: 0; color: var(--muted); }
/* ── Local office layout ────────────────────────────────────────── */
.local-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 16px 0;
  font-size: 14px;
}
.local-contact__item { color: var(--muted); }
/* ── Proof-first band ───────────────────────────────────────────── */
.proof-hero-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.metric-hero {
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}
.metric-hero strong {
  display: block;
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 6px;
}
/* ── Compact / dense hero ───────────────────────────────────────── */
.hero__dense-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 24px;
  align-items: center;
}
.hero__proof-stack { display: grid; gap: 12px; }
.metric-inline {
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.metric-inline strong { font-size: 22px; font-weight: 800; }
.metric-inline span { font-size: 13px; color: var(--muted); }
.compact-service-list { display: grid; gap: 0; }
/* ── Stat overlay (fitness-drive) ───────────────────────────────── */
.stat-band {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.stat-overlay {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 12px;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
}
.stat-overlay strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
}
.stat-overlay span { font-size: 12px; opacity: .8; }
/* ── Testimonial card ───────────────────────────────────────────── */
.testimonial-card { display: grid; gap: 12px; }
.testimonial-card .quote { font-style: italic; margin: 0; font-size: 16px; line-height: 1.7; }
.testimonial-card footer { display: grid; gap: 2px; }
.testimonial-card footer strong { font-size: 14px; }
.testimonial-card footer span { font-size: 12px; color: var(--muted); }
/* ── heading inverted (bold-stripe) ────────────────────────────── */
.heading--inverted { color: #fff; }
.card--inverted { background: rgba(255,255,255,0.10); color: #fff; }
.card--inverted p { color: rgba(255,255,255,0.80); }
.stripe-section--accent { padding: 56px 0; }
/* ── Hero compact ───────────────────────────────────────────────── */
.hero--compact { padding: 60px 0 40px; }
/* ── Full-width image (image-first) ─────────────────────────────── */
.hero-image-fullwidth {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.hero-image-fullwidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--below-image { padding: 56px 0 40px; }
/* ── Media card portrait / size variants (aspect-ratio in components CSS) ── */
.timeline {
  display: grid;
  gap: 14px;
}
.contact-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}
.contact-shell--reverse {
  grid-template-columns: .9fr 1.1fr;
}
.page-sidebar-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.page-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}
.page-sidebar > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}
.content-page--portfolio-ledger .case-card,
.content-page--services-index .timeline__item {
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  box-shadow: none;
}
.case-grid--featured .case-card:first-child {
  grid-column: span 2;
}
.site-footer {
  margin-top: 40px;
  padding: 36px 0 56px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}
.template-hero-bg {
  isolation: isolate;
  align-items: center;
}
.template-hero-bg .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(6,12,20,.78), rgba(6,12,20,.36));
}
.template-hero-bg .hero-content {
  padding: 92px 0;
}
.template-centered-hero {
  padding: 72px 0 0;
}
.hero-decoration,
.hero-wide-photo {
  width: min(980px, calc(100% - 32px));
  height: 300px;
  margin: 34px auto 0;
  overflow: hidden;
  border-radius: 8px;
}
.hero-decoration img,
.hero-wide-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proofs-top,
.proofs-wide {
  padding: 28px 0;
}
.gallery-pair img,
.gallery-grid img,
.footer-gallery img,
.fullwidth-gallery img,
.proof-after-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.gallery-pair {
  min-height: 320px;
}
.template-compact-hero {
  padding: 42px 0;
}
.compact-hero__inner {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 22px;
  align-items: center;
}
.compact-hero__inner img,
.service-icon-card img,
.hero-logo-photo,
.hero-icon img,
.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
}
.service-icon-card {
  display: grid;
  gap: 14px;
}
.service-image-card {
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  box-shadow: 0 8px 28px rgba(15,23,42,.12);
}
.service-image-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.service-image-card div {
  padding: 22px;
}
.editorial-paper {
  padding: 62px 0;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.editorial-paper h1 {
  max-width: 18ch;
  margin-inline: auto;
}
.two-columns,
.three-cols {
  display: grid;
  gap: 24px;
  text-align: left;
  line-height: 1.8;
}
.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.three-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.numbered-services,
.steps,
.accordion-services,
.horizontal-services,
.service-list {
  padding: 44px 0;
}
.numbered-services__item,
.step__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.numbered-services__item > span,
.step__item > span {
  font-size: 28px;
  font-weight: 800;
}
.step__item {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px;
}
.fullwidth-hero-stack {
  position: relative;
  min-height: 560px;
}
.hero-image-full {
  height: 560px;
}
.hero-image-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-text-overlay {
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  color: #fff;
}
.home-page--sidebar-contact,
.home-page--contact-sidebar-cta {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.home-page--contact-sidebar-cta {
  grid-template-columns: minmax(0, 1fr) 340px;
  padding-top: 40px;
}
.template-sidebar,
.contact-sidebar {
  padding: 28px;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  align-content: start;
}
.template-sidebar img,
.contact-sidebar img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}
.sidebar-hero {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 28px;
  align-items: center;
}
.sidebar-hero img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}
.simple-hero,
.text-only-hero {
  padding: 90px 0 58px;
  background-size: cover;
  background-position: center;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  padding: 36px 0;
}
.gallery-grid img {
  height: 300px;
}
.gallery-grid img:first-child,
.gallery-grid img:last-child {
  height: 380px;
}
.horizontal-services .list-item {
  border-top: 1px solid var(--border);
  border-bottom: 0;
}
.dark-hero {
  min-height: 620px;
  padding: 86px max(32px, calc((100vw - 1120px) / 2));
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: end;
  position: relative;
  isolation: isolate;
}
.dark-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5,10,18,.72);
  z-index: -1;
}
.hero-proofs {
  display: grid;
  gap: 14px;
}
.video-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 560px;
  overflow: hidden;
}
.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-placeholder span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.88);
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}
.mosaic-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 16px;
}
.mosaic-item {
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  padding: 24px;
}
.mosaic-item span {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0,0,0,.45);
}
.testimonial-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.proof-stat-layout {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 28px;
  align-items: center;
}
.progress-list {
  display: grid;
  gap: 16px;
}
.progress-stat {
  display: grid;
  gap: 8px;
  font-weight: 800;
  overflow: hidden;
}
.progress-stat::after {
  content: "";
  height: 10px;
  border-radius: 999px;
  background: var(--surface);
  overflow: hidden;
}
.progress-stat i {
  display: block;
  height: 10px;
  margin-top: -18px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--accent);
}
.footer-gallery,
.fullwidth-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.fullwidth-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-gallery img,
.fullwidth-gallery img {
  height: 320px;
  border-radius: 0;
}
.template-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 36px auto 0;
  padding: 28px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 24px;
  align-items: center;
}
.template-footer img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 920px) {
  .hero__grid,
  .home-page--editorial-index .hero__grid,
  .home-page--magazine-cover .hero__grid,
  .home-page--newsroom-led .hero__grid,
  .home-page--side-rail .hero__grid,
  .home-page--proof-led .hero__grid,
  .home-page--service-board .hero__grid,
  .home-page--consultant-ledger .hero__grid,
  .home-page--compact-professional .hero__grid,
  .copy,
  .site-footer__grid,
  .grid-three,
  .grid-two,
  .subhero__grid,
  .service-grid,
  .case-grid,
  .metrics-band,
  .split-feature,
  .gallery-strip,
  .contact-shell {
    grid-template-columns: 1fr;
  }
  .page-sidebar-layout,
  .contact-shell--reverse {
    grid-template-columns: 1fr;
  }
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero__main {
    padding: 28px;
  }
  .home-page--image-first .hero__main,
  .home-page--retail-window .hero__main,
  .home-page--hospitality-front .hero__main,
  .home-page--fitness-drive .hero__main,
  .home-page--image-first .hero__visual,
  .home-page--retail-window .hero__visual,
  .home-page--hospitality-front .hero__visual,
  .home-page--fitness-drive .hero__visual {
    order: initial;
  }
  .home-page--stacked-story .hero__visual,
  .home-page--calm-grid .hero__visual,
  .home-page--portfolio-led .home-services .grid-three,
  .home-page--service-board .home-services .grid-three,
  .home-page--retail-window .home-services .grid-three,
  .home-page--contact-led .home-cta .cta-banner,
  .home-page--hospitality-front .home-cta .cta-banner,
  .home-page--retail-window .home-cta .cta-banner {
    grid-template-columns: 1fr;
  }
  .subhero {
    padding-top: 34px;
  }
  .subhero__copy,
  .subhero__media,
  .subhero__media img {
    min-height: 260px;
  }
  .subhero__copy {
    padding: 24px;
  }
  /* new layout responsive */
  .hero--split,
  .side-rail-layout,
  .editorial-grid,
  .story-row,
  .grid-two-two,
  .hero__split-contact,
  .hero__dense-grid,
  .proof-hero-band,
  .service-feature-grid,
  .compact-hero__inner,
  .two-columns,
  .three-cols,
  .home-page--sidebar-contact,
  .home-page--contact-sidebar-cta,
  .sidebar-hero,
  .gallery-grid,
  .dark-hero,
  .mosaic-grid,
  .testimonial-card-grid,
  .proof-stat-layout,
  .template-footer,
  .footer-gallery,
  .fullwidth-gallery {
    grid-template-columns: 1fr !important;
  }
  .hero--split { min-height: auto; }
  .hero__photo-half { height: 280px; }
  .hero__content-half { padding: 36px 24px; }
  .feature-image-band { height: 220px; }
  .hero-image-fullwidth { height: 260px; }
  .story-row--flip .story-row__img,
  .story-row--flip .story-row__text { order: initial; }
  .side-rail__sidebar { padding: 36px 20px 0; }
  .list-item { flex-direction: column; align-items: flex-start; gap: 4px; }
  .list-item span { text-align: left; }
}
