/* Phone-specific composition. Desktop keeps its original layout. */
.mobile-dock { display: none; }
@media (max-width: 760px) {
  html { scroll-padding-top: 24px; scroll-padding-bottom: 110px; }
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  .wrap { width: calc(100% - 40px); }
  .header { padding-block: 15px; min-height: 76px; }
  .brand { font-size: .75rem; gap: 12px; }
  .monogram { font-size: 2.4rem; }
  .header nav { display: none; }
  .hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; padding-block: 25px 32px; }
  .hero-copy { display: contents; }
  .hero .eyebrow { order: 0; font-size: .75rem; letter-spacing: .08em; line-height: 1.5; margin: 0 0 14px; max-width: 100%; }
  .hero h1 { order: 1; font-size: clamp(3.1rem, 12.7vw, 5.4rem); line-height: 1.02; letter-spacing: -.015em; overflow-wrap: anywhere; }
  .hero h1 span { padding: 0 9px 4px 3px; margin-left: -3px; }
  .hero-photo { order: 2; margin-top: 24px; display: block; min-height: 0; }
  .hero-photo > img { width: 100%; height: auto; aspect-ratio: 1.12; object-fit: cover; object-position: 50% 32%; }
  .photo-caption { padding: 13px 15px; font-size: .75rem; line-height: 1.45; }
  .photo-number { font-size: .75rem; }
  .hero .intro { order: 3; margin-top: 23px; font-size: 1rem; line-height: 1.65; }
  .hero .button { order: 4; margin-top: 20px; }
  .hero .location { order: 5; text-align: center; margin-top: 18px; font-size: .75rem; letter-spacing: .055em; }
  .button { width: 100%; min-height: 54px; padding: 14px 18px; gap: 14px; font-size: 1rem; }
  .button:hover { transform: none; }
  .discipline-bar { padding-block: 16px; }
  .discipline-bar > .wrap { font-size: 1.125rem; gap: 9px; letter-spacing: .025em; flex-wrap: wrap; }
  .section { padding-block: 46px; }
  .eyebrow { font-size: .75rem; line-height: 1.5; letter-spacing: .075em; margin-bottom: 16px; }
  h2 { font-size: clamp(2.35rem, 9.3vw, 3.7rem); line-height: 1.06; overflow-wrap: anywhere; }
  h3 { font-size: 1.35rem; }
  .services { border-top: 0; margin-top: 28px; gap: 14px; }
  .services article { padding: 23px 21px; border: 1px solid var(--line); border-left: 3px solid var(--lime); background: #eeeee5; }
  .index { position: static; margin-bottom: 13px; font-size: .875rem; line-height: 1; }
  .services h3 { margin-bottom: 12px; }
  .services p { line-height: 1.65; }
  .services .tag { font-size: .75rem; margin-top: 19px; }
  .practice { display: flex; flex-direction: column; gap: 27px; padding-block: 0 46px; }
  .practice > figure { width: 100%; }
  .practice > figure img { width: 100%; aspect-ratio: 4 / 5; max-height: none; object-fit: contain; }
  figcaption { font-size: .75rem; letter-spacing: .04em; line-height: 1.5; padding-top: 10px; }
  .practice-copy { padding: 0; min-width: 0; width: 100%; }
  .practice-copy > p:not(.eyebrow) { margin-top: 18px; max-width: none; }
  .jump-photo { width: 100%; max-width: none; margin: 26px 0 0; }
  .jump-photo img { aspect-ratio: 4 / 5; object-fit: contain; }
  .about { padding-block: 46px 34px; }
  .about > .wrap { gap: 28px; grid-template-columns: minmax(0, 1fr); }
  .about-intro > p:last-child { margin-top: 20px; font-size: 1rem; }
  .credential { padding-block: 21px; }
  .small-label { font-size: .75rem; }
  .credential h3 { font-size: 1.25rem; line-height: 1.35; }
  .credential p { font-size: 1rem; }
  .achievements { gap: 0; padding-top: 8px; }
  .achievements > div { padding: 21px 0; gap: 16px; border-bottom: 1px solid #4b4f40; }
  .achievements > div:last-child { border-bottom: 0; }
  .achievements strong { font-size: clamp(1.65rem, 7vw, 2.3rem); flex: 1; }
  .achievements span { font-size: .875rem; max-width: 145px; flex: 1; line-height: 1.5; }
  .contact { padding-block: 46px 36px; gap: 21px; grid-template-columns: minmax(0, 1fr); }
  .contact h2 { font-size: clamp(3.5rem, 13vw, 5rem); }
  .contact > div > p:not(.eyebrow) { margin-top: 18px; }
  .contact-details > a, .contact-details > p { font-size: 1rem; padding-block: 18px; }
  .contact-details span { font-size: .75rem; }
  footer { padding-block: 23px; font-size: .75rem; }
  .mobile-dock { display: grid; grid-template-columns: 1fr .85fr 1.4fr; align-items: stretch; gap: 5px; position: fixed; z-index: 20; bottom: 0; left: 0; width: 100%; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -4px 18px #1c1e190a; }
  .mobile-dock > a:not(.nav-contact) { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 6px; font-size: .875rem; line-height: 1.35; font-weight: 500; color: var(--ink); }
  .mobile-dock .dock-contact { background: var(--lime); gap: 14px; }
  .mobile-dock a:active { background: #e2e3d7; }
  .mobile-dock .dock-contact:active { background: #c0dd4d; }
  main a, footer a { scroll-margin-bottom: 110px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .photo-number { display: none; }
  .services article { padding: 20px 17px; }
  .mobile-dock { padding-left: 10px; padding-right: 10px; }
  .mobile-dock .dock-contact { gap: 8px; }
}
@media print {
  .mobile-dock { display: none; }
  body { padding-bottom: 0; }
}
