/* Quiet structure makes room for the work and a few intentional interactions. */
.hero { padding-top: 140px; padding-bottom: 90px; min-height: auto; }
.hero-copy .eyebrow { display: block; margin-bottom: 12px; letter-spacing: .12em; }
.hero-copy .name { font-size: clamp(1.5rem,2.5vw,2.4rem); }
.hero-copy .hero-intro { max-width: 49ch; margin-top: 24px; }
.hero-morph-control { margin: 6px 0 0; }
.hero .hero-actions { margin-top: 26px; }
.hero-morph { line-height: 1.02; }
.reveal, .reveal .section-title, .reveal .motion-feature__title, .split-word__inner { opacity: 1; transform: none; filter: none; clip-path: none; }
.reveal.visible .section-title, .reveal.visible .motion-feature__title, .reveal.visible .split-word__inner { animation: none; }
.site-nav { transform: none !important; }
.site-nav::after { animation: none; }
.work-item__arrow, .archive-item__arrow { display: inline-block; }
.about-copy .about-detail, .contact-label, .contact-note, .contact-process > span, .timeline-note, .email-kicker { color: var(--dark); opacity: 1; }
@media(max-width:720px) {
  .hero { padding-top: 110px; padding-bottom: 56px; }
  .hero-inner { gap: 32px; }
  .hero-copy .eyebrow { font-size: .65rem; letter-spacing: .08em; margin-bottom: 8px; }
  .hero-title { font-size: clamp(2.65rem,12.5vw,4rem); letter-spacing: -.06em; }
  .hero-copy .hero-intro { font-size: .95rem; line-height: 1.7; margin-top: 18px; }
  .hero-copy .hero-actions { gap: 10px; }
  .hero-copy .button { font-size: .78rem; padding: 13px 17px; }
  .hero-visual { min-height: 0; }
  .hero-visual::before, .hero-visual::after { display: none; }
  .reel-frame { transform: none; }
  .section { padding-block: 60px; }
  .section-header .section-tag, .service-index, .service-list, .portrait-badge { display: none; }
  .section-header { margin-bottom: 28px; }
  .service-card { min-height: 0; padding: 22px; }
  .service-card h3 { margin: 0 0 14px; }
  .service-card p { margin: 0; }
  .about-collage { grid-template-columns: minmax(0,1fr); width: min(100%,320px); margin-inline: auto; }
  .about-collage .collage-card:nth-child(n+2) { display: none; }
  .about-collage .collage-card:first-child { transform: rotate(-2deg); }
  .about-photo-controls { grid-column: 1; }
  .tools-line { font-size: .8rem; }
  .project-hero { padding-bottom: 42px; }
  .project-chapters { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; border-radius: 12px; scrollbar-width: thin; }
  .project-chapters a { flex: 0 0 auto; min-height: 44px; }
  .project-page .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .project-page .section-heading .eyebrow { margin: 0; }
  .related-strip__card { flex-basis: 72vw; }
  .project-page .case-section { padding-bottom: 56px; }
}
@media(prefers-reduced-motion:reduce) { .work-item__arrow, .archive-item__arrow { transition: none; } }

.hero-copy .eyebrow { background: transparent; }
main:focus { outline: none; }

/* White difference blending inverts against the actual pixels beneath the cursor,
   including dark sections, buttons and images, rather than the viewport theme. */
body.has-custom-cursor .cursor { border-color:#fff; background:transparent; mix-blend-mode:difference; opacity:1; }
body.has-custom-cursor .cursor-dot { background:#fff; mix-blend-mode:difference; opacity:1; }
body.has-custom-cursor .cursor-label { background:var(--dark); color:var(--paper); border:1px solid var(--paper); }
