
:root {
  --bg: #06060a;
  --bg-soft: #101018;
  --panel: rgba(255,255,255,0.05);
  --panel-strong: rgba(255,255,255,0.08);
  --text: #f5f3ff;
  --muted: #c7c2da;
  --line: rgba(210,45,125,.28);
  --primary: #d22d7d;
  --primary-2: #ef6aaa;
  --shadow: 0 24px 60px rgba(0,0,0,.45);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: #050507;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(5,5,9,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; min-height: 94px; }
.brand { display: flex; align-items: center; gap: 0.9rem; min-width: 0; flex: 0 0 auto; }
.brand img { width: 78px; height: 78px; object-fit: contain; }
.brand-logo-only { padding: .35rem 0; }
.brand strong { display: block; font-size: 1.05rem; }
.brand span { display: block; color: var(--muted); font-size: .9rem; }
.site-nav { display: flex; gap: .2rem; flex-wrap: nowrap; justify-content: flex-end; align-items: center; margin-left: auto; white-space: nowrap; }
.site-nav a {
  padding: .72rem .78rem; border-radius: 999px; color: var(--muted); font-weight: 600; font-size: .89rem; letter-spacing: .01em;
}
.site-nav a:hover, .site-nav a.active { background: rgba(141,77,255,.14); color: var(--text); }
.menu-toggle {
  display: none; border: 1px solid var(--line); color: var(--text); background: transparent; border-radius: 999px; padding: .8rem 1rem; font-weight: 700;
}
.hero, .page-hero { padding: 4.4rem 0 2.4rem; }
.hero-home { padding-top: 3.5rem; }
.hero-grid, .split-grid, .contact-grid, .story-layout { display: grid; gap: 2rem; align-items: center; }
.hero-grid, .split-grid, .contact-grid { grid-template-columns: 1.15fr .85fr; }
.story-layout { grid-template-columns: 1.15fr .75fr; align-items: start; }
.reverse-mobile > :first-child { order: unset; }
.eyebrow {
  display: inline-flex; padding: .45rem .8rem; border-radius: 999px;
  background: rgba(141,77,255,.14); color: #ddccff; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: .75rem;
}
h1, h2, h3, h4 { line-height: 1.1; margin: 0 0 1rem; }
h1 { font-size: clamp(2.2rem, 4vw, 4.2rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.02em; }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.hero-copy p { font-size: 1.06rem; max-width: 62ch; }
.hero-actions, .chip-row, .stat-row, .link-list { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-actions { margin-top: 1.5rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.25rem; border-radius: 999px; font-weight: 800; transition: .2s transform ease, .2s background ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: white; box-shadow: 0 14px 28px rgba(141,77,255,.25); }
.btn-secondary { background: rgba(255,255,255,.04); border-color: var(--line); }
.stat-row { margin-top: 1.5rem; }
.stat-card, .feature-card, .card, .side-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.stat-card { padding: 1rem 1.1rem; min-width: 180px; }
.stat-card strong { display: block; margin-bottom: .3rem; }
.stat-card span { color: var(--muted); font-size: .92rem; }
.framed-media, .media-card img, .side-panel img, .profile-card img { border-radius: calc(var(--radius) - 4px); }
.framed-media { padding: .8rem; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 30px; }
.framed-media img { width: 100%; }
.section { padding: 2.5rem 0; }
.section-dark { padding: 2.8rem 0; background: rgba(255,255,255,.01); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.cards-3, .cards-2, .competitors-grid { display: grid; gap: 1.3rem; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.feature-card, .card { padding: 1.5rem; }
.media-card { overflow: hidden; padding: 0; }
.card-body { padding: 1.3rem 1.4rem 1.5rem; }
.chip { padding: .6rem .9rem; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); color: #efe8ff; font-weight: 600; }
.text-link { color: #dcc7ff; font-weight: 700; }
.link-list a { display: inline-flex; padding: .9rem 1rem; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.link-list a:hover { background: rgba(141,77,255,.14); }
.compact-hero { padding-bottom: 1.2rem; }
.profile-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 1rem;
  overflow: hidden;
}
.profile-card img { width: 100%; height: auto; min-height: 0; max-height: 520px; object-fit: cover; }
.detail-list { display: grid; gap: 1rem; margin: 0; }
.detail-list div { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.detail-list div:last-child { border-bottom: 0; padding-bottom: 0; }
.detail-list dt { font-weight: 800; margin-bottom: .35rem; color: #ead8ff; }
.detail-list dd { margin: 0; color: var(--muted); }
.story-text { font-size: 1.02rem; }
.side-panel { overflow: hidden; }
.side-panel-body { padding: 1.3rem; }
.clean-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.contact-card, .contact-form { height: 100%; }
.field-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.field-grid .full { grid-column: 1 / -1; }
label span { display: block; margin-bottom: .45rem; font-weight: 700; }
input, textarea {
  width: 100%; border-radius: 14px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: var(--text); padding: .95rem 1rem; font: inherit;
}
input:focus, textarea:focus { outline: 2px solid rgba(180,140,255,.35); border-color: rgba(180,140,255,.5); }
.form-note { margin-top: 1rem; min-height: 1.3rem; }
.site-footer { margin-top: 3rem; padding: 2.5rem 0 1rem; border-top: 1px solid rgba(255,255,255,.06); background: rgba(0,0,0,.18); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 1.5rem; }
.footer-brand { display: flex; gap: 1rem; align-items: flex-start; }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; }
.site-footer h4 { margin-bottom: .8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.site-footer li, .site-footer p, .footer-bottom { color: var(--muted); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; margin-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.06); }
.section-end-center { display: flex; justify-content: center; padding-top: 1.2rem; }
@media (max-width: 1080px) {
  .site-nav { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% - .2rem); background: rgba(8,7,14,.98); border: 1px solid rgba(255,255,255,.08); border-radius: 22px; padding: .8rem; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { border-radius: 14px; }
  .menu-toggle { display: inline-flex; }
  .nav-wrap { position: relative; }
  .hero-grid, .split-grid, .contact-grid, .story-layout, .footer-grid, .cards-3, .cards-2, .competitors-grid, .profile-card { grid-template-columns: 1fr; }

}
@media (max-width: 720px) {
  .hero, .page-hero { padding-top: 4.5rem; }
  .field-grid { grid-template-columns: 1fr; }
  .stat-card { width: 100%; }
  .profile-card { padding: .8rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .container { width: min(calc(100% - 1.2rem), var(--max)); }
}

.cards-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:1.3rem; }
.neutral-eyebrow { background: rgba(255,255,255,.04); color: var(--text); border:1px solid rgba(255,255,255,.08); }
.compact-card .card-body { display:flex; flex-direction:column; gap:.35rem; }
.photo-caption { margin-bottom:.25rem; color: var(--text); font-weight:600; }
.inline-link { color: #f0b7d4; text-decoration: underline; }
.redirect-card { max-width: 720px; margin: 4rem auto; text-align:center; }
.site-nav a:hover, .site-nav a.active { background: rgba(210,45,125,.14); color: var(--text); }
.link-list a:hover { background: rgba(210,45,125,.12); }
.feature-card h3, .contact-card h2, .contact-form h2 { color: var(--text); }
.history-section { padding-top: 1rem; }
.story-text p + p { margin-top: .85rem; }
@media (max-width: 1180px) { .cards-4 { grid-template-columns: repeat(2, 1fr); } .site-nav a { padding:.68rem .62rem; font-size:.84rem; } }
@media (max-width: 720px) { .cards-4 { grid-template-columns:1fr; } .brand img { width:62px; height:62px; } .nav-wrap { min-height:78px; } .site-nav { top: calc(100% - .15rem); } h1 { font-size: clamp(1.95rem, 8vw, 2.6rem); } h2 { font-size: clamp(1.45rem, 6vw, 2rem); } p { font-size:.98rem; } .btn { width:100%; } .hero-actions { flex-direction:column; align-items:stretch; } }

.hero-copy > .eyebrow{margin-bottom:.6rem;}
.story-text p:first-child{margin-top:0;}
.history-section{padding-top:.35rem;}
.profile-card > div{display:flex;flex-direction:column;justify-content:center;}
.profile-card h2{margin-bottom:.55rem;}
.profile-card p{margin-bottom:0;}
.clean-list li:last-child{margin-bottom:1rem;}
.competition-links{display:grid;gap:1rem;}
.competition-links a{display:block;}
@media (max-width: 720px) { .hero, .page-hero { padding-top: 3.4rem; padding-bottom: 2rem; } .hero-home{padding-top:2.6rem;} .hero-copy > .eyebrow{margin-bottom:.45rem;} .profile-card img{min-height:190px;} }


.profile-card > div{padding:.15rem .15rem .25rem;}
@media (max-width: 720px) { .profile-card img{max-height:none;} }
