:root { --hmc-red: #e5252a; --hmc-black: #000; --hmc-white: #fff; --page-gutter: clamp(22px, 3.90625vw, 110px); --ease-out: cubic-bezier(.16, 1, .3, 1); color-scheme: dark; font-synthesis: none; }
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--hmc-black); color: var(--hmc-white); scroll-behavior: smooth; scroll-padding-top: 24px; }
body { min-width: 320px; margin: 0; background: var(--hmc-black); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--hmc-red); outline-offset: 6px; }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 100; padding: 12px 18px; background: var(--hmc-red); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: flex-start; gap: clamp(40px, 5.78vw, 140px); margin: 0 var(--page-gutter); padding-top: clamp(28px, 2.60417vw, 70px); }
.brand { display: block; flex-shrink: 0; width: clamp(130px, 10.9375vw, 280px); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(28px, 2.86458vw, 70px); margin-left: auto; padding-top: 1.3vw; }
.nav-link, .consultation-link { font-size: clamp(14px, 1.04167vw, 24px); line-height: 1.5; white-space: nowrap; }
.nav-link { transition: color 180ms ease; }
.nav-link:hover, .nav-link:focus-visible { color: var(--hmc-red); }
.consultation-link { margin-top: .95vw; padding-bottom: 10px; color: var(--hmc-red); border-bottom: 1px solid var(--hmc-red); }
.hero-stage { padding: clamp(44px, 3.48958vw, 90px) calc(var(--page-gutter) + .26vw) 0; }
.hero-intro { padding-bottom: clamp(42px, 4.6875vw, 126px); }
.brand-statement, .brand-statement-secondary { margin: 0; max-width: none; font-size: clamp(27px, 2.5vw, 64px); font-weight: 250; line-height: 1.5; letter-spacing: 0; }
.brand-statement { min-height: 12.13542vw; }
.brand-statement-secondary { letter-spacing: -.025em; margin-top: clamp(24px, 1.71875vw, 44px); color: #fff; white-space: pre-line; }
.case-directory { display: grid; grid-template-columns: minmax(0, 240fr) minmax(0, 1462fr); align-items: start; gap: 2.13542vw; margin: 0 var(--page-gutter); padding: clamp(40px, 3.85417vw, 100px) 0 70px; border-top: 1px solid var(--hmc-red); scroll-margin-top: 0; }
.industry-sidebar { position: sticky; top: 36px; padding-top: .88542vw; }
.industry-index { display: flex; flex-direction: column; align-items: flex-start; }
.industry-sidebar h2 { width: 100%; margin: 0 0 12px; }
.industry-filter { position: relative; display: block; padding: 0; border: 0; background: none; color: #fff; font-size: clamp(24px, 2.5vw, 62px); font-weight: 250; line-height: 1.5; white-space: nowrap; cursor: pointer; transition: color 200ms ease; }
.industry-filter--all { color: var(--hmc-red); font-weight: 600; line-height: .9; }
.industry-filter:hover, .industry-filter.is-active:not(.industry-filter--all) { color: var(--hmc-red); }
.industry-filter:disabled { cursor: default; }
.industry-filter small, .directory-meta { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.case-directory__content { min-width: 0; }
.project-layer { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2.34375vw 2.03125vw; align-items: start; }
.directory-end { margin: 54px 0 0; color: #999; font-size: 12px; }
.home-footer { display: flex; justify-content: space-between; gap: 24px; margin: 0 var(--page-gutter); padding: 30px 0; border-top: 1px solid #272727; color: #888; font-size: 11px; line-height: 1.8; }
.home-footer a { color: #ccc; white-space: nowrap; }
.case-cursor { position: fixed; top: 0; left: 0; z-index: 90; display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; background: var(--hmc-red); color: #fff; font-size: 11px; pointer-events: none; opacity: 0; transform: translate3d(calc(var(--cursor-x, -120px) - 50%), calc(var(--cursor-y, -120px) - 50%), 0) scale(var(--cursor-scale, .65)); transition: opacity 160ms ease; }
.case-cursor.is-visible { opacity: 1; --cursor-scale: 1; }
.case-cursor.is-pressed { --cursor-scale: .85; }
@media (max-width: 1100px) {
  .site-header { gap: 36px; }
  .case-directory { grid-template-columns: 180px minmax(0, 1fr); gap: 28px; }
  .project-layer { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
  .industry-filter { font-size: 27px; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 16px; }
  .site-header { flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 22px; }
  .brand { width: 104px; }
  .site-nav { gap: 20px; padding-top: 0; }
  .nav-link { font-size: 12px; }
  .consultation-link { margin: 6px 0 0 auto; padding-bottom: 5px; font-size: 12px; }
  .hero-stage { padding: 40px var(--page-gutter) 0; }
  .hero-intro { padding-bottom: 36px; }
  .brand-statement { min-height: 0; font-size: clamp(24px, 5.5vw, 34px); line-height: 1.5; }
  .brand-statement-secondary { letter-spacing: 0; margin-top: 24px; font-size: clamp(16px, 3.5vw, 24px); line-height: 1.5; }
  .case-directory { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 32px; }
  .industry-sidebar { position: static; padding: 0; }
  .industry-index { flex-direction: row; flex-wrap: wrap; gap: 6px 14px; align-items: baseline; }
  .industry-sidebar h2 { margin: 0 0 10px; }
  .industry-filter { font-size: 16px; line-height: 1.5; }
  .industry-filter--all { font-size: 28px; line-height: 1.2; }
  .project-layer { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; }
  .home-footer { align-items: start; font-size: 9px; }
  .home-footer > span { max-width: 210px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }  }
