/* Mobile-first hero, 2026-09-07.
   Typography stays live HTML; the original generated work scene is one asset.
   No fixed text heights / nowrap: enlarged text may wrap and expand naturally. */
.site-header .header-inner {
  min-height: 0;
  padding-block: 0.875rem;
  gap: 0;
}
.site-header .brand { gap: 0.25rem; }
.site-header .brand-name {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
.site-header .brand-tagline {
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.5;
}
.hero.hero--office {
  padding: 1.25rem 0 2rem;
  overflow: visible;
  background: #ffffff;
}
.hero--office .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
#main-content .hero--office .hero-audience {
  margin: 0 0 0.625rem;
  padding: 0;
  color: #333333;
  background: none;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.015em;
}
.hero--office #hero-title {
  margin: 0 0 1.125rem;
  color: #222222;
  font-size: clamp(1.8rem, 8.55vw, 2.8rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.045em;
  text-wrap: initial;
  word-break: normal;
}
.hero-title-line { display: block; }
.hero-title-accent {
  background: linear-gradient(transparent 76%, #ffb27f 76%, #ffb27f 96%, transparent 96%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.hero--office .hero-scene { margin: 0 0 1rem; }
.hero-scene img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.8;
  object-fit: cover;
  object-position: 50% 55%;
  border-radius: 0.5rem;
}
.hero-scene figcaption {
  margin-top: 0.25rem;
  color: #555555;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
}
#main-content .hero--office .hero-lead {
  margin: 0 0 1rem;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.hero--office .hero-lead > span { display: block; }
.hero--office .hero-consultation {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.875rem 0.75rem;
  gap: 0.5rem;
  color: #ffffff;
  background: var(--button-bg);
  border: 2px solid transparent;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}
#main-content .hero--office .button-note {
  margin: 0.625rem 0 0;
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.mobile-action[hidden] { display: none; }
@media (hover: hover) and (pointer: fine) {
  .hero--office .hero-consultation:hover {
    background: var(--button-hover);
    transform: none;
  }
}
@media (prefers-contrast: more) {
  .hero--office .hero-consultation { border-color: currentColor; }
}

/* Integrated mobile artwork; equivalent text remains available to assistive technology. */
.site-header--integrated,
.hero-copy-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
}
.hero.hero--integrated { padding: 0 0 1.5rem; }
.hero-art { margin: 0; }
.hero-art img { display: block; width: 100%; height: auto; }
.hero-art figcaption {
  margin: 0.25rem 1.25rem 0.5rem;
  color: #555;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
}
.hero--integrated .hero-action { margin-top: 0.5rem; }

/* Keep the integrated artwork, with large, editable supporting copy below it. */
.hero-art-visual { aspect-ratio: 1024 / 1050; overflow: hidden; }
.hero-art-visual img { max-width: none; }
.hero-reasons {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  width: min(calc(100% - 2rem), 37rem);
  margin: 0.875rem auto 1.5rem;
  padding: 0;
  list-style: none;
}
#main-content .hero-reasons li {
  padding-left: 0.75rem;
  border-left: 3px solid var(--accent);
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
}
#main-content .hero-reasons strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
}
.hero-reasons span { display: block; }
