/* Readable type and flexible columns, including tablet widths. */
.hero h1 { line-height: .95; }
.section-head h2 { line-height: .95; }
.eyebrow, .label, .section-head p, .case p, .profile-grid span { font-size: .875rem; }
.case span, .edition { font-size: .8125rem; }
.case > *, .profile-grid > *, footer > * { min-width: 0; }
.hero-bottom p { min-width: 0; }
section[id] { scroll-margin-top: 1.5rem; }

@media (max-width: 1024px) {
  .nav { padding: 1.25rem 5vw; }
  .hero { padding: 9rem 5vw 4rem; }
  .hero-bottom { margin-left: 25%; gap: 1.5rem; }
  .work, .profile { padding: 5rem 5vw; }
  .profile-grid { gap: 2rem; grid-template-columns: 1.5fr 1fr 1fr; }
  footer { padding: 4rem 5vw; }
}

@media (max-width: 700px) {
  .nav { position: relative; padding: 1rem 1.25rem; gap: .5rem 1rem; flex-wrap: wrap; }
  .monogram { min-height: 44px; display: flex; align-items: center; }
  .nav nav { gap: .25rem .75rem; flex-wrap: wrap; font-size: .875rem; letter-spacing: 0; text-transform: none; }
  .nav nav a:not(.contact) { display: inline-flex; }
  .nav nav a { min-height: 44px; align-items: center; display: inline-flex; }
  .nav .contact { padding: .5rem .75rem; }
  .hero { min-height: auto; padding: 3rem 1.25rem 3.5rem; }
  .eyebrow { max-width: 28ch; line-height: 1.6; letter-spacing: .1em; }
  .eyebrow span { width: 22px; margin-right: 8px; }
  .hero h1 { font-size: clamp(2.75rem, 12.5vw, 5.5rem); line-height: 1.02; letter-spacing: -.035em; margin: 2rem 0; }
  .hero-bottom { margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 1rem; align-items: center; }
  .hero-bottom p { font-size: 1rem; line-height: 1.7; margin: 0; }
  .round-link { width: 48px; height: 48px; }
  .target { width: 75vw; height: 75vw; top: 5rem; right: -40vw; opacity: .5; pointer-events: none; }
  .edition { position: static; writing-mode: horizontal-tb; display: block; margin-top: 2rem; letter-spacing: .12em; }
  .work, .profile { padding: 3.5rem 1.25rem; }
  .section-head { margin-bottom: 2rem; }
  .section-head h2 { width: auto; font-size: clamp(2.75rem, 12vw, 4.5rem); line-height: 1; margin-top: 1.25rem; }
  .case { grid-template-columns: 2rem minmax(0, 1fr); align-items: start; gap: .75rem; padding: 1.75rem 0; }
  .case-no { padding-top: .875rem; }
  .case h3 { font-size: clamp(2rem, 9vw, 3.25rem); line-height: 1.15; overflow-wrap: anywhere; }
  .case p { line-height: 1.5; letter-spacing: .07em; }
  .case span { display: block; font-size: .9375rem; line-height: 1.6; letter-spacing: 0; text-transform: none; color: #595b52; }
  .case b { display: none; }
  .case:hover { padding-left: 0; }
  .profile blockquote { font-size: clamp(2rem, 8.5vw, 3.5rem); line-height: 1.15; margin: 2.5rem 0; }
  .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem 1rem; padding-top: 1.75rem; }
  .profile-grid > p { grid-column: 1 / -1; font-size: 1.375rem; line-height: 1.55; margin: 0; }
  .profile-grid div p { font-size: 1rem; line-height: 1.7; overflow-wrap: anywhere; }
  .profile-grid span { letter-spacing: .06em; }
  footer { padding: 3rem 1.25rem max(1.5rem, env(safe-area-inset-bottom)); gap: .75rem; }
  footer a { font-size: clamp(2rem, 9.5vw, 4rem); line-height: 1.2; gap: .5rem; letter-spacing: -.035em; }
  footer a span { font-size: .7em; flex-shrink: 0; }
  footer small { font-size: .8125rem; line-height: 1.6; }
  footer > div { margin-bottom: 1.5rem; }
  .intro-line { width: calc(100% - 2.5rem); }
  .intro-line strong { font-size: clamp(2rem, 12vw, 4.5rem); line-height: 1.1; }
  .intro-second strong { font-size: clamp(2rem, 11.5vw, 4.5rem); }
  .skip { min-height: 44px; bottom: max(1.25rem, env(safe-area-inset-bottom)); right: 1.25rem; }
}

@media (max-width: 374px) {
  .nav nav { width: auto; margin-left: auto; }
  .profile-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (hover: none) {
  .case:hover { padding-left: 0; color: inherit; }
  .round-link:hover { transform: none; }
}
