.m-hero {
  padding: 7rem 0 4rem;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(196, 168, 154, 0.08), transparent),
    #161412;
  color: #f3efe9;
  border-bottom: 1px solid rgba(243, 239, 233, 0.1);
}

.m-hero .breadcrumb a { color: rgba(243, 239, 233, 0.45); }
.m-hero .breadcrumb a:hover { color: #f3efe9; }
.m-hero .breadcrumb { color: rgba(243, 239, 233, 0.35); }

.m-hero .eyebrow {
  color: #c4a89a;
  letter-spacing: 0.22em;
}

.m-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}

.m-hero .lead { color: rgba(243, 239, 233, 0.58); }

body:has(.m-hero) {
  background: #0f0e0d;
  color: #f3efe9;
}

body:has(.m-hero) .site-header {
  background: rgba(15, 14, 13, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(243, 239, 233, 0.08);
}

body:has(.m-hero) .brand,
body:has(.m-hero) .site-nav a.is-active { color: #f3efe9; }

body:has(.m-hero) .site-nav a { color: rgba(243, 239, 233, 0.5); }

body:has(.m-hero) .site-footer {
  background: #161412;
  border-top: 1px solid rgba(243, 239, 233, 0.1);
  color: rgba(243, 239, 233, 0.5);
}

body:has(.m-hero) .site-footer a { color: #f3efe9; }

.marquee {
  overflow: hidden;
  border-block: 1px solid rgba(243, 239, 233, 0.1);
  background: #1e1b18;
  padding: 0.75rem 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: m-marquee 32s linear infinite;
}

.marquee-track span {
  padding-right: 3rem;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(243, 239, 233, 0.35);
  white-space: nowrap;
}

@keyframes m-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.m-about {
  padding: 4.5rem 0;
  background: #161412;
  border-bottom: 1px solid rgba(243, 239, 233, 0.1);
}

.m-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
}

.m-about .eyebrow { color: #c4a89a; letter-spacing: 0.22em; }

.m-about h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 400;
  color: #f3efe9;
}

.m-about .lead { color: rgba(243, 239, 233, 0.58); }

body:has(.m-hero) .subprojects {
  background: #0f0e0d;
  padding-top: 4rem;
}

body:has(.m-hero) .section-head h2,
body:has(.m-hero) .project-card-body h3 { color: #f3efe9; }

body:has(.m-hero) .project-card {
  background: #1e1b18;
  border-color: rgba(243, 239, 233, 0.1);
}

body:has(.m-hero) .project-card-body p { color: rgba(243, 239, 233, 0.55); }

body:has(.m-hero) .project-tag { color: #c4a89a; }

.project-card-catalog .project-card-media {
  background: #0c0b0a;
  aspect-ratio: 4 / 3;
}

.project-card-catalog .project-card-media.has-glass {
  background: #f7f5f2;
}

.project-card-catalog .project-card-media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}

@media (max-width: 720px) {
  .m-about-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}
