:root {
  color-scheme: dark;
  --ink: #f8f4ff;
  --muted: #bcb3cd;
  --subtle: #8f86a5;
  --background: #11101d;
  --panel: #1c192d;
  --panel-soft: #24203a;
  --line: #4b4168;
  --violet: #bd8df2;
  --violet-soft: #8f68ca;
  --pink: #eb9aba;
  --green: #79d09c;
  --display: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; border-bottom: 1px solid rgba(145, 124, 187, .25); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 22px; font-weight: 750; letter-spacing: -.03em; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #090b35; box-shadow: 0 10px 30px rgba(91, 52, 146, .28); }
.brand-mark svg { width: 34px; height: 34px; fill: none; stroke: #b28cf2; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.brand-mark .brand-accent { fill: #a66fe5; stroke: none; }
.brand-mark circle:last-child { fill: var(--pink); stroke: none; }
.header-link, .text-link { color: var(--muted); font-size: 14px; text-decoration: none; }
.header-link:hover, .text-link:hover, .footer-links a:hover { color: var(--ink); }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 70px; align-items: center; min-height: 690px; padding: 92px 0 110px; }
.eyebrow { margin: 0 0 18px; color: var(--violet); font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 620px; margin-bottom: 26px; font-size: clamp(62px, 9vw, 112px); line-height: .9; }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.hero-lede { max-width: 520px; margin-bottom: 34px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #a979e4, #c99bed); color: #171326; box-shadow: 0 14px 34px rgba(155, 107, 221, .2); }
.button-secondary { border: 1px solid var(--violet); color: #e6d5ff; }
.button-secondary:hover { background: rgba(189, 141, 242, .12); }
.hero-art { position: relative; min-height: 490px; overflow: hidden; border: 1px solid rgba(137, 111, 181, .48); border-radius: 40px; background: radial-gradient(circle at 50% 35%, rgba(100, 67, 157, .34), transparent 47%), linear-gradient(145deg, #241e3b, #151326 70%); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 30px 80px rgba(0,0,0,.22); }
.orbit { position: absolute; border: 1px solid rgba(193, 145, 243, .32); border-radius: 50%; transform: rotate(-21deg); }
.orbit-one { width: 450px; height: 190px; left: -30px; top: 130px; }
.orbit-two { width: 500px; height: 230px; left: -10px; top: 104px; border-color: rgba(235, 154, 186, .2); }
.northie-spark { position: absolute; color: var(--violet); font-size: 25px; text-shadow: 0 0 20px rgba(189, 141, 242, .75); }
.spark-one { top: 74px; right: 80px; }.spark-two { bottom: 82px; left: 70px; font-size: 16px; color: var(--pink); }
.compass-card { position: absolute; left: 50%; top: 50%; width: 220px; min-height: 214px; padding: 30px 26px; border: 1px solid rgba(206, 164, 250, .82); border-radius: 30px; background: linear-gradient(155deg, rgba(51, 39, 78, .96), rgba(22, 18, 38, .98)); box-shadow: 0 18px 60px rgba(0,0,0,.36); transform: translate(-50%, -50%) rotate(-4deg); }
.compass-card::before { content: "N"; display: grid; width: 54px; height: 54px; margin-bottom: 22px; place-items: center; border: 1px solid var(--violet); border-radius: 50%; color: var(--pink); font-family: var(--display); font-size: 27px; }
.compass-card-label { display: block; margin-bottom: 8px; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.compass-card strong { display: block; font-family: var(--display); font-size: 26px; font-weight: 500; line-height: 1.05; }
.compass-arrow { position: absolute; right: 22px; bottom: 22px; color: var(--pink); font-size: 22px; }
.rhythm-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(154, 135, 193, .55); border-radius: 17px; background: rgba(28, 25, 45, .86); color: var(--muted); font-size: 12px; box-shadow: 0 12px 34px rgba(0,0,0,.22); }
.rhythm-card strong { margin-left: 10px; color: var(--ink); font-size: 16px; }.rhythm-card-top { top: 48px; left: 32px; }.rhythm-card-bottom { right: 28px; bottom: 42px; }.card-dot { width: 8px; height: 8px; border-radius: 50%; }.card-dot.green { background: var(--green); }.card-dot.pink { background: var(--pink); }
.principle { max-width: 730px; padding: 76px 0 130px; }.principle h2, .section-heading h2, .closing-card h2 { margin-bottom: 20px; font-size: clamp(40px, 6vw, 72px); line-height: .98; }.principle p:last-child { max-width: 540px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.features { padding: 45px 0 120px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }.section-heading h2 { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.feature-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); }.feature-card-wide { grid-column: span 2; background: linear-gradient(135deg, #2c2446, #1c192d); }.feature-icon { display: grid; width: 46px; height: 46px; margin-bottom: 30px; place-items: center; border-radius: 15px; background: #40355e; color: var(--violet); font-size: 22px; }.feature-card h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.03em; }.feature-card p { max-width: 560px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.closing-card { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 90px; padding: 42px; border: 1px solid rgba(189, 141, 242, .48); border-radius: 30px; background: radial-gradient(circle at 78% 0%, rgba(189, 141, 242, .18), transparent 38%), var(--panel-soft); }.closing-card h2 { font-size: clamp(38px, 5vw, 60px); }.closing-card p:last-child { max-width: 560px; margin-bottom: 0; color: var(--muted); line-height: 1.6; }
.site-footer { display: flex; justify-content: space-between; padding: 22px 0 34px; border-top: 1px solid rgba(145, 124, 187, .25); color: var(--subtle); font-size: 12px; }.footer-links { display: flex; gap: 18px; }.footer-links a { text-decoration: none; }
@media (max-width: 760px) { .page-shell { width: min(100% - 32px, 560px); }.site-header { padding: 20px 0; }.header-link { display: none; }.hero { display: block; min-height: auto; padding: 72px 0 88px; }.hero-copy { margin-bottom: 50px; } h1 { font-size: clamp(58px, 17vw, 90px); }.hero-lede { font-size: 17px; }.hero-art { min-height: 400px; }.compass-card { transform: translate(-50%, -50%) rotate(-3deg) scale(.9); }.rhythm-card { font-size: 11px; }.rhythm-card-top { left: 18px; }.rhythm-card-bottom { right: 14px; }.principle { padding: 60px 0 90px; }.features { padding-bottom: 88px; }.section-heading { display: block; }.section-heading h2 { margin-bottom: 35px; }.feature-grid { grid-template-columns: 1fr; }.feature-card-wide { grid-column: auto; }.closing-card { display: block; margin-bottom: 65px; padding: 28px; }.closing-card .button { margin-top: 26px; }.site-footer { font-size: 11px; } }
