.mobile-sections { display: none; }
@media (max-width: 760px) {
  .page-shell { width: 100%; max-width: 620px; padding: 0 18px max(20px, env(safe-area-inset-bottom)); }
  .site-header { padding: 30px 0 20px; gap: 15px; margin: 0; }
  .brand-mark { width: 10px; height: 54px; margin-top: 1px; }
  .site-header h1 { font-size: 30px; }
  .site-description { font-size: 14px; margin-top: 6px; }
  .mobile-sections { display: flex; gap: 8px; padding: 0 0 20px; }
  .mobile-sections a { display: flex; align-items: center; justify-content: center; min-height: 44px; flex: 1; border: 1px solid #362f291b; border-radius: 7px; color: var(--moss); text-decoration: none; font-size: 14px; background: #f4f0e666; }
  .content-column { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .tools-panel, .toys-panel { padding: 20px 15px; }
  .section-title { font-size: 23px; }
  .tools-panel > .section-title { margin-bottom: 16px; }
  .featured-project { grid-template-columns: minmax(92px, .85fr) minmax(0, 1fr); gap: 14px; padding: 12px; align-items: center; }
  .project-image { aspect-ratio: 1 / 1.24; }
  .project-details { display: block; }
  .project-details h3 { font-size: 24px; }
  .project-alias { font-size: 11px; }
  .project-description { font-size: 14px; margin: 16px 0 12px; }
  .primary-button { width: 100%; min-height: 46px; font-size: 14px; padding: 10px; gap: 10px; }
  .primary-button .icon { width: 20px; height: 20px; }
  .toys-panel { gap: 16px; }
  .secondary-tool { gap:12px;padding:16px 12px;min-height:108px; }.tool-monogram { flex-basis:36px;height:48px;font-size:20px; }.secondary-tool-copy strong { font-size:22px; }.secondary-tool-copy small { font-size:10px; }.secondary-tool-copy>span { font-size:12px; }.secondary-tool>.arrow { width:19px; }
  .toys-description { font-size: 13px; margin-top: 6px; }
  .toy-entries { gap: 8px; }
  .toy-entry { min-height: 82px; gap: 12px; padding: 14px 10px; }
  .toy-entry strong { font-size: 17px; }
  .toy-entry small { font-size: 12px; margin-top: 3px; }
  .toy-number { flex-basis: 30px; font-size: 16px; }
  .toy-entry > .icon { width: 19px; }
  .site-footer { margin-top: 20px; }
  .daylight::before { left: -29rem; bottom: -23rem; opacity: .75; }
}
@media (max-width: 360px) {
  .page-shell { padding-inline: 12px; }
  .tools-panel, .toys-panel { padding: 18px 12px; }
  .project-details h3 { font-size: 21px; }
  .featured-project { padding: 10px; gap: 10px; }
  .project-description { font-size: 13px; }
  .toy-entry { gap: 9px; padding-inline: 8px; }
}
