/* ===== Stratagem One — nova / burst rays + spoke sections ===== */
:root {
  --navy:        #004898;
  --navy-mid:    #0A5CB0;
  --navy-ink:    #06101C;
  --navy-deep:   #0A182C;
  --magenta:     #C00078;
  --magenta-hot: #E21890;
  --paper:       #F6F2F5;
  --mist:        #EFE8EE;
  --white:       #FFFFFF;
  --line:        #E0D6DC;
  --line-dark:   #2A3D58;
  --text:        #12151C;
  --muted:       #5A5460;
  --text-inv:    #F7F4F8;
  --muted-inv:   #D8CDD6;
  --radius:      18px;
  --maxw:        1120px;
  --ease:        cubic-bezier(.22, .61, .36, 1);
  --header-h:    72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Mulish", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .brand-name, .spoke-idx, .quote-mark, .hub-name, .aside-list span {
  font-family: "Yeseva One", Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
  font-weight: 400;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--magenta); color: var(--white);
  padding: 10px 16px; border-radius: 0 0 8px 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

.kicker, .eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--magenta);
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: 1px solid transparent; cursor: pointer;
  transition: background .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.btn-primary {
  background: var(--magenta); color: var(--white);
  box-shadow: 0 10px 28px -12px rgba(192, 0, 120, .55);
}
.btn-ghost {
  background: transparent; color: var(--text-inv); border-color: var(--line-dark);
}

/* ===== Header (dark band, near-white text) ===== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(6, 16, 28, .42);
  backdrop-filter: saturate(140%) blur(10px);
  transition: background .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(6, 16, 28, .92);
  border-bottom-color: var(--line-dark);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}
.brand-name {
  font-size: 20px;
  color: var(--text-inv);
}
.brand-name em {
  font-style: normal;
  color: #F4B4D8;
  margin-left: 3px;
}

.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  font-size: 15px; color: var(--muted-inv); font-weight: 600;
  transition: color .2s var(--ease);
}
.nav .nav-cta {
  color: var(--text-inv); border: 1px solid var(--line-dark);
  padding: 8px 18px; border-radius: 999px;
}

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 10px;
  z-index: 110; flex: 0 0 auto;
}
.nav-toggle span {
  width: 24px; height: 2px; background: var(--text-inv); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero nova ===== */
.hero {
  position: relative;
  min-height: 100svh;
  background: var(--navy-ink);
  color: var(--text-inv);
  padding: calc(var(--header-h) + 28px) 0 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.nova {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  overflow: hidden;
}
.nova-stage {
  position: absolute;
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.stage-a { width: min(160vw, 1200px); height: min(160vw, 1200px); }
.stage-b { width: min(110vw, 820px); height: min(110vw, 820px); }
.burst { width: 100%; height: 100%; display: block; }
.burst-a { animation: spin 96s linear infinite; }
.burst-b { animation: spin-rev 140s linear infinite; opacity: .9; }
.nova-halo {
  position: absolute;
  left: 50%; top: 46%;
  width: 280px; height: 280px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192,0,120,.28) 0%, rgba(0,72,152,.16) 42%, transparent 70%);
  animation: pulse 5.5s ease-in-out infinite;
}
.core-pulse { animation: pulse 5.5s ease-in-out infinite; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-rev { to { transform: rotate(-360deg); } }
@keyframes pulse {
  0%, 100% { opacity: .7; }
  50% { opacity: 1; }
}

.hero-inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.hero .eyebrow { color: #F4B4D8; }
.hero-mark {
  width: 88px; height: 88px;
  margin: 8px auto 22px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 3px rgba(255,255,255,.12), 0 18px 40px -16px rgba(192,0,120,.55);
  background: #fff;
}
.hero-mark img { width: 100%; height: 100%; object-fit: cover; }
.hero h1 {
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  color: var(--text-inv);
  margin: 0 0 18px;
}
.hero h1 em {
  font-style: italic;
  color: #F4B4D8;
}
.hero-sub {
  color: var(--muted-inv);
  font-size: 1.08rem;
  max-width: 560px;
  margin: 0 auto 28px;
}
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== Bands ===== */
.band { position: relative; padding: 88px 0; }
.band-paper { background: var(--paper); color: var(--text); }
.band-mist { background: var(--mist); color: var(--text); }
.band-ink {
  background: var(--navy-ink);
  color: var(--text-inv);
}
.band-ink .kicker { color: #F4B4D8; }
.band-ink h2 { color: var(--text-inv); }

.section-head { max-width: 640px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2, .about-copy h2, .faq-head h2, .contact-copy h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  margin: 0 0 12px;
}
.lede { color: var(--muted); }

/* ===== About ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 48px;
  align-items: start;
}
.about-copy p + p { margin-top: 14px; }
.about-copy p { color: var(--muted); font-size: 1.05rem; }
.about-aside {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: 0 18px 40px -28px rgba(6,16,28,.25);
}
.aside-label {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 700; color: var(--navy); margin-bottom: 16px;
}
.aside-list { list-style: none; margin: 0; padding: 0; }
.aside-list li {
  display: flex; gap: 14px; align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}
.aside-list li:last-child { border-bottom: 0; }
.aside-list span { color: var(--magenta); font-size: 1.05rem; }
.aside-meta { margin-top: 18px; color: var(--muted); font-size: .92rem; }

/* ===== Spoke orbit ===== */
.spokes-band { padding-bottom: 96px; }
.spoke-orbit {
  position: relative;
  width: min(920px, 100%);
  aspect-ratio: 1;
  margin: 8px auto 0;
}
.spoke-lines {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}
.hub {
  position: absolute;
  left: 50%; top: 50%;
  width: 228px;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 28px 22px 26px;
  box-shadow: 0 22px 48px -24px rgba(6,16,28,.35);
}
.hub img {
  width: 72px; height: 72px; border-radius: 50%;
  margin: 0 auto 10px;
  box-shadow: 0 0 0 1px var(--line);
}
.hub-name { font-size: 1.15rem; margin-bottom: 6px; }
.hub-line { color: var(--muted); font-size: .88rem; line-height: 1.4; }

.spoke-slot {
  position: absolute;
  left: 50%; top: 50%;
  width: 248px;
  margin-left: -124px;
  margin-top: -78px;
  transform: rotate(var(--a)) translateY(-310px) rotate(calc(-1 * var(--a)));
  z-index: 1;
}
.spoke-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 36px -26px rgba(6,16,28,.3);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.spoke-idx {
  display: block;
  color: var(--magenta);
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.spoke-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.spoke-card p { color: var(--muted); font-size: .92rem; line-height: 1.5; }
.s1 .spoke-card, .s3 .spoke-card, .s5 .spoke-card { border-top: 3px solid var(--magenta); }
.s2 .spoke-card, .s4 .spoke-card, .s6 .spoke-card { border-top: 3px solid var(--navy); }

/* ===== Quote (dark band, near-white) ===== */
.quote { text-align: center; padding: 96px 0; }
.quote-inner { max-width: 760px; }
.quote-mark {
  display: block;
  font-size: 4.5rem;
  line-height: .7;
  color: #F4B4D8;
  margin-bottom: 12px;
}
.quote blockquote {
  margin: 0;
  font-family: "Yeseva One", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.35;
  color: var(--text-inv);
}
.quote-attr {
  margin-top: 22px;
  color: var(--muted-inv);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

/* ===== FAQ ===== */
.faq-wrap {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 40px;
  align-items: start;
}
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.faq-item.open { border-color: var(--magenta); }
.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; cursor: pointer; text-align: left;
  padding: 18px 20px;
  font-family: inherit; font-size: 1.02rem; font-weight: 700;
  color: var(--text);
}
.faq-ico { position: relative; flex: 0 0 auto; width: 16px; height: 16px; }
.faq-ico::before, .faq-ico::after {
  content: ""; position: absolute; background: var(--magenta); border-radius: 1px;
  transition: transform .25s var(--ease), opacity .25s var(--ease);
}
.faq-ico::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq-ico::after { top: 0; left: 7px; width: 2px; height: 16px; }
.faq-item.open .faq-ico::after { transform: scaleY(0); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 280px; }
.faq-a p { color: var(--muted); margin: 0; padding: 0 20px 18px; font-size: .98rem; }

/* ===== Contact (dark band) ===== */
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-copy p { color: var(--muted-inv); margin: 0 0 18px; }
.contact-email {
  display: inline-block;
  color: var(--text-inv);
  font-family: "Yeseva One", Georgia, serif;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  border-bottom: 2px solid var(--magenta);
  padding-bottom: 4px;
  margin-bottom: 18px;
}
.contact-addr { color: var(--muted-inv); font-size: .98rem; }

.contact-form {
  background: var(--navy-deep);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 26px;
  display: grid; gap: 14px;
}
.field { display: grid; gap: 6px; }
.field label {
  font-size: 13px; font-weight: 700; color: var(--text-inv);
  letter-spacing: .04em;
}
.field input, .field textarea {
  width: 100%;
  font-family: inherit; font-size: 15px;
  color: var(--text-inv);
  background: #102238;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  padding: 12px 14px;
  outline: none;
}
.field input::placeholder, .field textarea::placeholder { color: #A89AA6; }
.field input:focus, .field textarea:focus {
  border-color: var(--magenta);
  box-shadow: 0 0 0 3px rgba(192,0,120,.25);
}
.contact-form .btn-primary { justify-self: start; margin-top: 4px; }

/* ===== Footer (dark) ===== */
.site-footer {
  background: #040B14;
  color: var(--muted-inv);
  padding: 36px 0 28px;
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 30px; flex-wrap: wrap;
  padding-bottom: 28px; border-bottom: 1px solid var(--line-dark);
}
.footer-tag { color: var(--muted-inv); margin: 12px 0 0; font-size: .95rem; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { color: var(--muted-inv); font-size: 15px; font-weight: 600; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  color: var(--muted-inv); font-size: 14px; padding-top: 20px;
}

/* ===== Reveal ===== */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .burst-a, .burst-b, .nova-halo, .core-pulse { animation: none; }
}

/* Hover AFTER .reveal.in so lift is not overwritten */
@media (hover: hover) and (pointer: fine) {
  .btn { transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
  .btn-primary:hover {
    transform: translateY(-2px);
    background: var(--magenta-hot);
    box-shadow: 0 16px 32px -12px rgba(192,0,120,.7);
  }
  .btn-ghost:hover {
    transform: translateY(-2px);
    border-color: #F4B4D8;
    color: #fff;
  }
  .nav a:hover { color: var(--white); }
  .nav .nav-cta:hover { border-color: #F4B4D8; color: var(--white); }

  .spoke-card.reveal.in:hover,
  .spoke-card:hover {
    transform: translateY(-6px);
    border-color: var(--magenta);
    box-shadow: 0 22px 40px -22px rgba(192,0,120,.35);
  }
  .about-aside.reveal.in:hover,
  .about-aside:hover {
    transform: translateY(-4px);
    border-color: var(--navy);
  }
  .faq-item:hover { border-color: var(--magenta); box-shadow: 0 12px 28px -20px rgba(6,16,28,.35); }
  .faq-q:hover { color: var(--magenta); }
  .contact-email:hover { border-bottom-color: #F4B4D8; }
  .contact-form.reveal.in:hover,
  .contact-form:hover { border-color: #F4B4D8; }
  .footer-nav a:hover { color: var(--white); }
}

@media (hover: none) {
  .nav a { color: var(--text-inv); }
  .hero-sub, .contact-copy p, .contact-addr, .quote-attr { color: var(--text-inv); }
  .faq-q { color: var(--text); }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .about-grid,
  .faq-wrap,
  .contact-inner { grid-template-columns: 1fr; }
  .faq-head { position: static; }
  .spoke-orbit {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: min(560px, 100%);
    padding: 0 24px;
  }
  .spoke-lines { display: none; }
  .hub, .spoke-slot {
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
  }
  .hub {
    border-radius: 16px;
    width: 100%;
    padding: 22px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "img name" "img line";
    column-gap: 14px;
    text-align: left;
    align-items: center;
  }
  .hub img { grid-area: img; margin: 0; }
  .hub-name { grid-area: name; margin: 0; }
  .hub-line { grid-area: line; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; gap: 4px; align-items: stretch;
    background: rgba(6, 16, 28, .98);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line-dark);
    padding: 16px 24px 24px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s var(--ease), opacity .3s var(--ease);
  }
  .nav.open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .nav a {
    color: var(--text-inv);
    padding: 12px 4px;
    font-size: 1.05rem;
  }
  .nav .nav-cta {
    text-align: center;
    margin-top: 8px;
  }
  .hero { min-height: 0; padding: calc(var(--header-h) + 36px) 0 56px; }
  .hero h1 { font-size: 2rem; }
  .band { padding: 64px 0; }
  .quote { padding: 72px 0; }
  .spoke-orbit { padding: 0; }
}

@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-mark { width: 72px; height: 72px; }
  .spoke-card { padding: 16px; }
  .contact-form { padding: 18px; }
  .footer-inner, .footer-bottom { flex-direction: column; gap: 12px; }
}
