* { box-sizing: border-box; }
:root { color-scheme: light; --ink: #252525; --muted: #737373; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.6; letter-spacing: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid #82755e; outline-offset: 6px; border-radius: 2px; }
.page { width: 100%; max-width: 480px; margin: 0; padding: 32px 24px; }
header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 47px; }
.wordmark { display: block; width: 150px; max-width: 100%; }
.wordmark img { display: block; width: 100%; height: auto; }
nav { display: flex; gap: 20px; color: var(--muted); font-size: 13px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; }
h1, h2 { margin: 0 0 24px; font-size: inherit; line-height: 1.6; letter-spacing: 0; font-weight: 400; }
p { margin: 0 0 16px; font-weight: 400; }
section + section { margin-top: 35px; }
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 16px; row-gap: 22px; list-style: none; max-width: 296px; margin: 25px 0 0; padding: 0; }
.app-grid li { min-width: 0; }
.app { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; margin: 0; font-size: 11px; line-height: 1.5; color: var(--muted); }
.app img { display: block; width: min(100%, 88px); height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 23%; transform: rotate(-5deg); transition: transform 180ms ease-out; }
.app-grid li:nth-child(2n) img { transform: rotate(5deg); }
.app-grid li:nth-child(3n) img { transform: rotate(-3deg); }
.services { margin: 21px 0 0; }
.services div { display: flex; justify-content: space-between; gap: 16px; padding: 3px 0; }
.services dt { flex-shrink: 0; }
.services dd { margin: 0; color: var(--muted); text-align: right; }
.contact-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; text-decoration: underline; text-decoration-color: #c4c4c4; text-underline-offset: 5px; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 48px; color: var(--muted); font-size: 11px; }
.skip-link { position: absolute; top: 8px; left: 12px; background: white; padding: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
@media (min-width: 480px) { header { flex-wrap: nowrap; margin-bottom: 50px; } .wordmark { width: 160px; } .app-grid { row-gap: 24px; } }
@media (min-width: 640px) { .page { padding: 40px; } }
@media (min-width: 601px) { body { font-size: 14px; } }
@media (hover: hover) { a:hover { color: #000; } a.app:hover img { transform: translateY(-4px) rotate(0deg) scale(1.045); } nav a:hover { text-decoration: underline; text-underline-offset: 4px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .app img { transition: none; } }
