:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { display: grid; grid-template-columns: minmax(0, 1fr) min(42vw, calc((100svh - 40px) * 2500 / 4444)); align-items: center; gap: 48px; margin: 0; min-height: 100svh; padding: 20px 24px; }
.artwork { width: 100%; aspect-ratio: 2500 / 4444; overflow: hidden; background: #005aff; }
.artwork img { display: block; width: 100%; height: 100%; object-fit: contain; }
main { display: grid; place-items: center; min-width: 0; padding: 48px 0; }
.identity { width: min(100%, 560px); padding: 24px 12px; text-align: center; }
.mark { display: block; width: 32px; height: 32px; margin: 0 auto 24px; image-rendering: pixelated; }
h1 { margin: 0; font-size: clamp(3.25rem, 5.5vw, 5.5rem); line-height: 1.08; letter-spacing: -0.055em; font-weight: 500; }
p { margin: 0; }
.tagline { margin-top: 20px; font-size: clamp(1.125rem, 1.8vw, 1.375rem); line-height: 1.5; letter-spacing: -0.02em; }
.services { margin-top: 10px; font-size: 1rem; line-height: 1.6; color: #626262; }
.contact { display: inline-flex; align-items: center; min-height: 44px; margin-top: 24px; padding: 4px 8px; font-size: 1rem; color: #2455ff; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.contact:hover { text-decoration-thickness: 2px; }
.contact:focus-visible { outline: 2px solid #2455ff; outline-offset: 4px; }
@media (max-width: 680px) {
  body { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 20px; }
  .artwork { width: min(100%, 460px); justify-self: center; }
  main { min-height: 52svh; padding: 44px 0 24px; }
  .identity { padding: 12px 0; }
  h1 { font-size: clamp(3.25rem, 12vw, 4rem); }
  .tagline { max-width: 18em; margin-left: auto; margin-right: auto; }
  .services { max-width: 18em; margin-left: auto; margin-right: auto; }
}
