:root {
  --ink: #eaf0ff;
  --muted: #aab6cf;
  --surface: #111b2e;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #ff7a59;
  --accent-2: #57d3c6;
  --bg: #08111f;
  --max: 72rem;
  --radius: 1.25rem;
  --shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 12% 8%, rgba(87, 211, 198, 0.14), transparent 28rem), radial-gradient(circle at 92% 24%, rgba(255, 122, 89, 0.12), transparent 26rem), var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  min-height: 100vh;
}
a { color: inherit; text-underline-offset: 0.22em; }
a:hover { color: white; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 4px; }
.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 100; padding: 0.7rem 1rem; background: white; color: #08111f; border-radius: 0.5rem; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(8, 17, 31, 0.88); backdrop-filter: blur(18px); }
.nav-shell { width: min(calc(100% - 2rem), var(--max)); min-height: 4.8rem; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; color: white; font-size: 0.94rem; font-weight: 800; letter-spacing: 0.04em; text-decoration: none; }
.brand-mark { width: 2.25rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: 0.75rem 0.75rem 0.75rem 0.25rem; background: linear-gradient(135deg, var(--accent), #ffb36b); color: #1d1320; box-shadow: 0 0.5rem 1.5rem rgba(255, 122, 89, 0.24); }
.site-nav { display: flex; align-items: center; gap: 0.25rem; }
.site-nav a { padding: 0.6rem 0.75rem; color: var(--muted); font-size: 0.92rem; font-weight: 650; text-decoration: none; border-radius: 0.65rem; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: white; background: rgba(255, 255, 255, 0.07); }
.menu-button { display: none; padding: 0.55rem 0.8rem; border: 1px solid var(--line); border-radius: 0.65rem; background: var(--surface); cursor: pointer; }
main { overflow: hidden; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.hero { padding: clamp(5rem, 10vw, 8rem) 0 4rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--accent-2); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { max-width: 13ch; margin-bottom: 1.35rem; font-size: clamp(2.8rem, 7vw, 5.8rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { margin-bottom: 0.6rem; font-size: 1.25rem; }
.lede { max-width: 44rem; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: 0.75rem 1.1rem; border: 1px solid var(--line); border-radius: 0.8rem; background: var(--surface); color: white; font-weight: 780; text-decoration: none; }
.button.primary { border-color: transparent; background: var(--accent); color: #1b1220; }
.button:hover { transform: translateY(-2px); box-shadow: 0 0.75rem 1.8rem rgba(0, 0, 0, 0.2); }
.hero-art { position: relative; min-height: 21rem; display: grid; place-items: center; }
.orbit { position: absolute; width: min(100%, 22rem); aspect-ratio: 1; border: 1px solid rgba(87, 211, 198, 0.28); border-radius: 50%; }
.orbit::before, .orbit::after { content: ''; position: absolute; border-radius: 50%; }
.orbit::before { width: 1.1rem; aspect-ratio: 1; top: 12%; left: 12%; background: var(--accent-2); box-shadow: 0 0 2rem var(--accent-2); }
.orbit::after { width: 0.75rem; aspect-ratio: 1; right: 4%; bottom: 28%; background: var(--accent); box-shadow: 0 0 2rem var(--accent); }
.studio-tile { position: relative; width: 12rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 3rem 3rem 3rem 1rem; background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)); box-shadow: var(--shadow); font-size: 4.5rem; font-weight: 900; }
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.section.compact { padding-top: 2rem; }
.section-head { max-width: 44rem; margin-bottom: 2rem; }
.section-head p { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { min-height: 100%; padding: clamp(1.35rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(22, 35, 58, 0.95), rgba(13, 24, 42, 0.95)); box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12); }
.card p, .muted { color: var(--muted); }
.card-link { display: inline-block; margin-top: 0.5rem; color: var(--accent-2); font-weight: 800; text-decoration: none; }
.tag { display: inline-flex; margin-bottom: 1rem; padding: 0.28rem 0.6rem; color: var(--accent-2); background: rgba(87, 211, 198, 0.1); border: 1px solid rgba(87, 211, 198, 0.22); border-radius: 999px; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.tag.product { color: #ffc0ad; background: rgba(255, 122, 89, 0.1); border-color: rgba(255, 122, 89, 0.22); }
.notice { padding: 1rem 1.15rem; border-left: 3px solid var(--accent-2); background: rgba(87, 211, 198, 0.07); color: var(--muted); }
.prose { max-width: 50rem; }
.prose h2 { margin-top: 2.6rem; font-size: 1.7rem; }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: var(--muted); }
.prose a { color: var(--accent-2); }
.prose strong { color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.3rem; }
.meta { margin-top: -0.5rem; color: var(--muted); font-size: 0.92rem; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
.contact-list a { color: var(--accent-2); }
.site-footer { margin-top: 4rem; border-top: 1px solid var(--line); }
.footer-shell { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 2.5rem 0; display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.footer-brand { max-width: 24rem; }
.footer-brand p { color: var(--muted); font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 0.7rem 1rem; }
.footer-links a { color: var(--muted); font-size: 0.9rem; text-decoration: none; }
@media (max-width: 760px) {
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 0.75rem 1rem 1rem; flex-direction: column; align-items: stretch; background: #08111f; border-bottom: 1px solid var(--line); }
  .site-nav[data-open='true'] { display: flex; }
  .site-nav a { padding: 0.75rem; }
  .hero-grid, .grid, .grid.two { grid-template-columns: 1fr; }
  .hero-art { min-height: 17rem; }
  .orbit { width: 17rem; }
  .studio-tile { width: 9.5rem; font-size: 3.5rem; }
  .footer-shell { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
