:root{color-scheme:light dark;--bg:#10151c;--panel:#18212c;--text:#f4f7fb;--muted:#b9c4d0;--accent:#f4b942;--link:#8ecbff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--link)}header,main,footer{max-width:1100px;margin:auto;padding:1.25rem}header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-lockup{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.brand-icon{width:44px;height:44px;object-fit:contain;flex:none}.brand-copy{display:flex;flex-direction:column;justify-content:center;line-height:1.12}.brand-name{font-size:1.35rem;font-weight:800;color:var(--text)}.brand-tagline{font-size:.72rem;color:var(--muted);margin-top:.12rem;white-space:nowrap}nav{display:flex;flex-wrap:wrap;gap:1rem}.hero{display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:center;padding-top:4rem;padding-bottom:4rem}.hero-art{width:100%;max-height:420px;object-fit:contain;object-position:center}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1.05;margin:.2rem 0}.hero p{font-size:1.25rem;color:var(--muted)}.button{display:inline-block;background:var(--accent);color:#17120a;padding:.7rem 1rem;border-radius:.5rem;text-decoration:none;font-weight:700;margin:.25rem}.panel{background:var(--panel);padding:1.5rem;border-radius:.8rem;margin:1rem 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.eyebrow{color:var(--accent);font-weight:700;letter-spacing:.08em;text-transform:uppercase}footer{border-top:1px solid #33404d;color:var(--muted);margin-top:2rem}@media(max-width:750px){.hero{grid-template-columns:1fr}header{align-items:center;flex-direction:row}.brand-tagline{font-size:.68rem}nav{justify-content:flex-end}@media(max-width:560px){header{align-items:flex-start;flex-direction:column;gap:.75rem}nav{justify-content:flex-start}}}

.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1.05;
}

/* Final compact brand-lockup overrides. */
.brand-lockup{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}
.brand-icon{width:44px;height:44px;object-fit:contain;flex:none}
.brand-copy{display:flex;flex-direction:column;justify-content:center;line-height:1.12}
.brand-name{color:#fff;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}
.brand-tagline{margin-top:.12rem;color:rgba(255,255,255,.72);font-size:.72rem;font-weight:500;white-space:nowrap}
@media(max-width:750px){header{align-items:center;flex-direction:row}.brand-tagline{font-size:.68rem}}
@media(max-width:560px){header{align-items:flex-start;flex-direction:column;gap:.75rem}.brand-tagline{font-size:.66rem}nav{justify-content:flex-start}}

.brand-name {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.brand-tagline {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (max-width: 560px) {
  .brand-tagline {
    display: none;
  }

  .brand-name {
    font-size: 1.15rem;
  }
}
