/* Mobile art direction: compact masthead, touch-friendly navigation and work browsing. */
@media (max-width:760px) {
  html { scroll-padding-top:84px; }
  .site-header { position:sticky;top:0;background:rgba(255,255,255,.97);border-color:#efedf3; }
  .navigation { height:66px;gap:14px; }
  .wordmark { font-size:27px; }
  .nav-cta { min-height:40px;border-radius:6px;padding:9px 14px; }
  .menu-toggle { min-width:44px;min-height:44px;justify-content:center;font-size:12px; }
  .menu-toggle>span { font-size:16px; }
  .mobile-menu { padding:12px 24px 20px;border-radius:0 0 14px 14px;box-shadow:0 16px 22px #2922330a; }
  .mobile-menu a { min-height:48px;font-size:16px;border-bottom:1px solid var(--line); }
  .mobile-menu a:last-child { border-bottom:0; }
  .mobile-menu a[aria-current=page] { color:var(--accent); }
  /* Put the artwork inside the masthead rhythm instead of after the introduction. */
  .hero:has(.studio-illustration) { display:grid;grid-template-columns:1fr;gap:0;padding:30px 0 34px;text-align:center; }
  .hero-copy { display:contents; }
  .hero-copy>.eyebrow { grid-row:1;justify-content:center;font-size:9px;letter-spacing:.14em;margin:0; }
  .hero-copy .tiny-line { width:17px; }
  .hero .studio-illustration { grid-row:2;max-width:235px;width:64%;margin:10px auto 5px; }
  .hero-copy>h1 { grid-row:3;font-size:clamp(33px,9.8vw,46px);line-height:1.09;letter-spacing:-.055em;margin:0 auto; }
  .hero-copy>.hero-description { grid-row:4;font-size:14px;line-height:1.75;max-width:365px;margin:18px auto 0;padding-inline:5px; }
  .hero-copy>.hero-actions { grid-row:5;display:grid;grid-template-columns:1.2fr 1fr;gap:12px;width:100%;max-width:375px;margin:24px auto 0; }
  .hero-actions .button { min-height:48px;font-size:13px;gap:18px;padding:12px 16px;border-radius:6px; }
  .hero-copy .hero-actions .text-link { min-height:48px;justify-content:center;border:1px solid var(--line);border-radius:6px;background:#fff;font-size:13px;gap:16px; }
  .expertise-strip>.container { padding-block:15px;gap:0; }
  .expertise-strip>.container>span { display:none; }
  .expertise-strip .container>div { width:100%;justify-content:space-around;gap:0;font-size:11px; }
  .expertise-strip .container>div span+span:before { display:none; }
  .section { padding-block:43px; }
  .section-heading { align-items:flex-end;flex-wrap:nowrap;gap:15px;margin-bottom:23px; }
  .section-heading .eyebrow { font-size:9px;letter-spacing:.13em;margin-bottom:11px; }
  .section-heading h2 { font-size:28px;line-height:1.16; }
  #work .section-heading h2 { max-width:205px; }
  .section-heading>.text-link { font-size:11px;min-height:44px;gap:8px; }
  .mobile-work-hint { display:block;font-size:10px;letter-spacing:.02em;color:#82798f;margin:-8px 0 16px; }
  /* Native swipe works without JavaScript and preserves the screenshot buttons. */
  .featured-three { display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:87%;gap:17px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding:0 20px 18px 0;margin-right:-20px;scrollbar-width:thin;scrollbar-color:#c9bfdc transparent; }
  .featured-three .work-card { scroll-snap-align:start;min-width:0; }
  .featured-three .work-visual { height:295px;border-radius:9px;padding:24px 13px 0;gap:13px; }
  .featured-three .work-visual.pair img { width:139px;max-width:47%; }
  .featured-three .work-visual:not(.pair) img { width:150px; }
  .featured-three .work-meta { margin-top:16px;align-items:center;gap:8px; }
  .featured-three .work-meta h3 { font-size:20px; }
  .featured-three .work-meta>span { font-size:10px; }
  .featured-three .work-description { font-size:12px;line-height:1.75;margin-top:9px; }
  .featured-three .text-link { min-height:44px;margin-top:7px;font-size:12px; }
  .open-image { width:38px;height:38px;bottom:12px;right:12px; }
  #services .section-heading { display:block; }
  #services .section-heading>p { max-width:310px;margin-top:17px;font-size:13px; }
  .service-row { padding-block:23px;column-gap:12px; }
  .service-row h3 { font-size:22px; }
  .service-tools { line-height:1.9; }
  .process-grid { gap:0; }
  .process-grid article { position:relative;border:0;border-left:1px solid #dcd4e9;margin-left:5px;padding:0 0 29px 23px; }
  .process-grid article:before { content:'';position:absolute;left:-4px;top:7px;width:7px;height:7px;border-radius:50%;background:#aa98c8;box-shadow:0 0 0 4px #faf9fc; }
  .process-grid article:last-child { padding-bottom:0;border-left-color:transparent; }
  .process-grid h3 { font-size:21px; }
  .process-grid p { font-size:13px; }
  .contact-strip { padding-block:38px; }
  .contact-strip-inner { gap:21px; }
  .contact-strip h2 { font-size:30px; }
  .contact-strip .button { width:100%;min-height:48px;border-radius:6px;justify-content:space-between; }
  .site-footer { padding-top:33px; }
  .footer-top { display:grid;grid-template-columns:1fr;gap:22px; }
  .footer-top nav { justify-content:space-between;gap:20px;border-block:1px solid var(--line);padding-block:5px; }
  .footer-top nav a { display:inline-flex;align-items:center;min-height:44px; }
  .footer-email { padding:0;min-height:32px;font-size:13px; }
  .footer-bottom { margin-top:19px;border-top:0;padding-top:0; }
  .page-heading { padding-block:37px 29px; }
  .page-heading h1 { font-size:clamp(33px,9.5vw,43px); }
  .page-heading>p:last-child { font-size:13px;margin-top:19px; }
  .app-grid .work-visual { height:325px; }
  .app-grid .text-link { min-height:44px; }
  .other-projects { margin-top:39px; }
  .app-hero { padding-top:26px;gap:24px; }
  .app-hero h1 { font-size:38px; }
  .app-hero-art { height:365px;padding-top:23px; }
  .app-hero-art img { width:170px; }
  .app-hero .hero-actions .button { width:100%; }
  .app-hero .hero-actions { margin-top:22px; }
  .back-link { display:inline-flex;align-items:center;min-height:35px;margin-bottom:21px; }
  .app-intro>p:last-child { font-size:17px; }
  .app-screens figure { flex-basis:205px; }
  .contact-page { padding-block:36px 45px;gap:27px; }
  .contact-intro h1 { font-size:40px; }
  .contact-detail { margin-top:19px; }
  .contact-detail>span { margin-bottom:5px; }
  .contact-detail>a { font-size:16px; }
  .contact-form-wrap { padding-top:28px; }
  .contact-form-wrap h2 { font-size:24px; }
  input,textarea,select { font-size:16px;min-height:48px; }
  label { font-size:13px; }
  .contact-form-wrap .button { width:100%;justify-content:space-between; }
  .form-note { font-size:12px; }
  .image-dialog { width:calc(100% - 20px);padding:16px;border-radius:13px; }
  .dialog-toolbar { gap:12px;margin-bottom:18px; }
  .dialog-toolbar h2 { font-size:19px;line-height:1.3; }
  .dialog-close { min-height:44px;flex-shrink:0; }
  .dialog-images { scroll-snap-type:x mandatory; }
  .dialog-images img { scroll-snap-align:center; }
  .dialog-explore { display:flex;min-height:48px; }
}
@media (min-width:761px) { .mobile-work-hint { display:none; } }
@media (min-width:550px) and (max-width:760px) {
  .hero .studio-illustration { max-width:245px; }
  .hero-copy>h1 { font-size:46px; }
  .featured-three { grid-auto-columns:62%; }
}
@media (max-width:350px) {
  .hero-copy>h1 { font-size:33px; }
  .hero .studio-illustration { max-width:195px; }
  .hero-copy>.hero-description { font-size:13px; }
  .hero-copy>.hero-actions { gap:9px;grid-template-columns:1.25fr 1fr; }
  .hero-actions .button { padding-inline:10px;font-size:12px;gap:8px; }
  .hero-copy .hero-actions .text-link { font-size:12px;gap:8px; }
  #work .section-heading h2 { font-size:25px;max-width:175px; }
  .featured-three { grid-auto-columns:90%; }
  .featured-three .work-meta { flex-wrap:wrap; }
  .featured-three .work-visual { height:265px; }
}
@media(max-width:760px){.wordmark{gap:7px}.wordmark .brand-mark{width:27px;height:27px}.navigation{gap:10px}}
@media(max-width:360px){.navigation .wordmark{font-size:24px;gap:5px}.navigation .brand-mark{width:25px;height:25px}.navigation .nav-cta{padding-inline:12px}.navigation .nav-cta>span{display:none}.navigation .menu-toggle{gap:5px}}
