/* Phone layout: natural document flow, comfortable touch targets, safe-area support. */
@media(max-width:700px){
  html{scroll-padding-top:85px}
  .header{position:sticky;top:0;z-index:20;height:70px;margin:0;padding:0 5%;background:#111110ed;backdrop-filter:blur(14px);gap:16px;border-bottom:1px solid var(--line)}
  .header .logo{font-size:24px;letter-spacing:-1.5px}.header-note{display:none}
  nav{gap:12px;font-size:12px}nav>a{min-height:44px;display:flex;align-items:center}nav a span{align-self:center}.contact-link{padding:9px 13px;white-space:nowrap}
  .hero{min-height:0;padding:25px 5% 28px;display:flex;flex-direction:column;overflow:hidden}
  .hero-top{font-size:8px;letter-spacing:1px}.hero-top>span:last-child{display:none}
  .hero h1{font-size:clamp(39px,9.2vw,64px);letter-spacing:-2.5px;line-height:1.12;margin:30px 0 0}
  .hero-hint{display:none}
  .sculpture{position:relative;inset:auto;width:100%;height:clamp(250px,75vw,390px);margin:4px 0 16px;flex-shrink:0}
  .sculpture canvas{filter:none;touch-action:pan-y}.sculpture .art-label{left:0;right:auto;bottom:14px;font-size:8px;letter-spacing:1px}
  .motion-toggle{right:0;bottom:0;width:44px;height:44px;font-size:14px}
  .scene-controls{position:static;width:100%;max-width:none;padding:18px;border:1px solid #35382a;border-radius:16px;background:#1c1e1566;margin:0 0 24px}
  .scene-controls>p{font-size:9px;margin-bottom:12px}.finish-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.finish-picker button{padding:10px 5px;min-height:44px;font-size:12px}
  .explosion-label{margin-top:16px;font-size:10px}.scene-controls input{height:32px;margin:6px 0;touch-action:pan-y}.scene-controls #reset-scene{min-height:44px;padding:8px 0;font-size:11px}
  .hero-bottom{position:static;display:flex;flex-direction:row;align-items:center;gap:18px;flex-wrap:wrap}.hero-bottom p{font-size:13px;line-height:1.6}.round-link{font-size:9px;gap:12px;min-height:44px}.round-link b{height:44px;width:44px}.edition{display:none}
  .chapter-strip{padding:16px 5%;font-size:8px;letter-spacing:1px}.chapter-strip>span:nth-child(2){display:none}
  .section{margin:0 5%;padding:38px 0}.section-heading{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:20px}h2{font-size:34px;letter-spacing:-1.5px}.eyebrow{font-size:10px}
  .filters{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.filters button{font-size:12px;padding:11px 5px;min-height:44px;white-space:nowrap}
  .sample-note{font-size:8px;line-height:1.6;margin-bottom:18px}
  .project-grid{grid-template-columns:minmax(0,1fr);gap:30px}.work .project-grid{row-gap:30px}.project:last-child:nth-child(odd){grid-column:auto}
  .project-art,.project:last-child:nth-child(odd) .project-art{aspect-ratio:1.28;border-radius:12px}.project-art>.work-number{top:13px;left:13px}
  .project-art>.media-badge{left:13px;bottom:13px;max-width:calc(100% - 80px);font-size:9px}.project-art>.project-arrow{right:13px;bottom:13px;width:44px;height:44px}
  .project-caption{flex-direction:column;align-items:flex-start;gap:7px;padding:14px 2px 0}.project-caption h3{font-size:21px;letter-spacing:-.5px}.project-caption>span{font-size:9px;letter-spacing:.7px;line-height:1.6}
  .about{grid-template-columns:1fr;gap:25px}.about h2{font-size:34px}.about-copy p{font-size:18px}.about-copy .muted{font-size:15px}.services{gap:8px;margin-top:22px}.services span{font-size:12px}
  .contact{padding:28px 22px;margin:12px 5% 0;border-radius:16px}.contact h2{font-size:clamp(38px,9vw,58px);letter-spacing:-2px}.contact-star{display:none}.contact-bottom{align-items:stretch;flex-direction:column;gap:24px}.contact-bottom p{font-size:14px}.contact-bottom button{min-height:52px;width:100%;font-size:15px;display:flex;justify-content:space-between}
  footer{padding:28px 5% max(28px,env(safe-area-inset-bottom));gap:20px;flex-wrap:wrap}footer>a{display:flex;align-items:center;min-height:44px}footer>span{width:100%;order:3;font-size:9px}
  #project-dialog{width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;padding:16px 5% max(30px,env(safe-area-inset-bottom));border:0;border-radius:0;overscroll-behavior:contain;box-sizing:border-box}
  .dialog-close{position:sticky;top:0;display:block;margin:0 0 12px auto;width:44px;height:44px;border:1px solid #454a37;border-radius:50%;background:#1d1e18;right:auto;z-index:10}
  #project-dialog h2{font-size:36px;letter-spacing:-1.5px;overflow-wrap:anywhere}#project-dialog p{font-size:16px;line-height:1.65}#dialog-media{margin-top:24px}#dialog-media video{max-height:60dvh;border-radius:8px}#dialog-media figure{margin:24px 0}#dialog-media img{border-radius:6px}
  .pdf-link{min-height:48px;display:inline-flex;align-items:center;font-size:14px}.project-navigation{gap:10px;padding-top:20px;margin-top:24px}.project-navigation button{min-height:48px;font-size:12px;padding:10px 14px}.dialog-done{min-height:48px;width:100%;font-size:14px}
}
@media(max-width:360px){nav{gap:7px;font-size:11px}.header .logo{font-size:22px}.contact-link{padding:8px 10px}.hero h1{letter-spacing:-2px}.project-navigation button{padding:10px;font-size:11px}}
@media(pointer:coarse){.project-art,.project:hover .real-project img{transform:none!important}.project:hover .real-project:after{opacity:0}.project:hover .project-arrow{transform:none}.project:active{opacity:.88}.reveal{opacity:1;transform:none;transition:none}}
@media(max-width:700px){
 .hero-top{order:1}.hero h1{order:2}.hero-bottom{order:3;margin:22px 0 10px}.sculpture{order:4}.scene-controls{order:5;margin-bottom:0}
 .hero-bottom .round-link{font-size:11px;font-weight:600}.hero-bottom p{font-size:14px}.hero-bottom{gap:12px}
 .header{height:calc(70px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);padding-left:max(5%,env(safe-area-inset-left));padding-right:max(5%,env(safe-area-inset-right))}
 nav>a{min-width:44px;justify-content:center}nav{gap:8px}.filters{gap:8px}
 .project-caption>span{font-size:11px;color:#adafa3}.sample-note{font-size:10px;color:#a5a898}.eyebrow{font-size:11px;color:#a5a898}
 .scene-controls>p,.explosion-label{font-size:11px;color:#afb4a1}.sculpture .art-label{color:#a5a898;font-size:10px}
 #project-dialog{padding-top:max(16px,env(safe-area-inset-top));padding-left:max(5%,env(safe-area-inset-left));padding-right:max(5%,env(safe-area-inset-right))}
 .scene-controls input{height:44px}.hero .scene-controls #reset-scene{font-size:12px}
}
@media(max-width:360px){.header{gap:8px}nav{gap:8px}.contact-link{padding:8px}.hero h1{font-size:38px}}
