:root {
  --bg: #0a0a0f;
  --panel: #12121c;
  --cream: #faf6f1;
  --stone: #e9e2d6;
  --ink: #1a1a2e;
  --muted-dark: #8a8a9a;
  --muted-light: #6b6b7d;
  --coral: #ff6b5b;
  --coral-deep: #e2533f;
  --gold: #f4c34a;
  --radius: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--coral-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
em.serif { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 0.85rem 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(10,10,15,0.55);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.nav.light {
  background: rgba(250,246,241,0.9);
  border-bottom: 1px solid var(--stone);
}
.nav.light .nav-links a { color: var(--ink); }
.nav.light .nav-links a:hover { color: var(--coral-deep); }
.nav.light .brand-text { color: var(--ink); }
.brand {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none;
}
.brand img {
  height: 42px;
  width: auto;
  display: block;
}
.brand-text {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.01em;
}
.nav-links { display: flex; gap: 1.5rem; align-items: center; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: #e8e8ee; font-size: 0.95rem; font-weight: 500; text-decoration: none; }
.nav-links a:hover { color: var(--coral); }
.nav-links .cta {
  padding: 0.55rem 1.15rem;
  border: 1px solid var(--coral);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-links .cta:hover { background: var(--coral); color: #0a0a0f !important; text-decoration: none; }
.nav.light .nav-links .cta { color: var(--ink); }
.nav.light .nav-links .cta:hover { color: #0a0a0f !important; }
.nav-toggle {
  display: none;
  background: transparent; border: 0;
  color: inherit; font-size: 1.4rem; cursor: pointer;
}
.nav.light .nav-toggle { color: var(--ink); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.95rem 1.65rem; border-radius: 999px;
  font-weight: 600; font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer; font-family: inherit;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary {
  background: var(--coral); color: #0a0a0f;
  box-shadow: 0 10px 28px rgba(255,107,91,0.4);
}
.btn-primary:hover { background: #ff836f; color: #0a0a0f; }
.btn-ghost-dark { border-color: rgba(255,255,255,0.22); color: #f5f3ef; }
.btn-ghost-dark:hover { border-color: #fff; color: #fff; }
.btn-ghost-light { border-color: var(--ink); color: var(--ink); }
.btn-ghost-light:hover { background: var(--ink); color: var(--cream); }

/* ---------- HERO (dark cinematic) ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid; place-items: center;
  padding: 7rem 1.5rem 4rem;
  background: var(--bg);
  color: #f5f3ef;
  overflow: hidden;
}
.hero.slim { min-height: auto; padding: 9rem 1.5rem 5rem; }
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 75% 30%, rgba(255,107,91,0.28), transparent 55%),
    radial-gradient(700px 500px at 15% 80%, rgba(244,195,74,0.14), transparent 55%),
    radial-gradient(1000px 700px at 50% 110%, rgba(120,60,255,0.16), transparent 60%);
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 50%, #000 30%, transparent 80%);
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem; align-items: center;
  max-width: var(--max); width: 100%;
}
.hero.slim .hero-inner { grid-template-columns: 1fr; max-width: 900px; text-align: left; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted-dark);
  margin-bottom: 1.75rem;
}
.hero-eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--coral);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,107,91,0.7); }
  70% { box-shadow: 0 0 0 12px rgba(255,107,91,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,107,91,0); }
}
.hero h1 {
  font-size: clamp(2.75rem, 7.5vw, 6.25rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 700;
}
.hero.slim h1 { font-size: clamp(2.25rem, 5.5vw, 4.25rem); }
.hero h1 em {
  font-family: "Instrument Serif", serif;
  font-style: italic; font-weight: 400;
  background: linear-gradient(180deg, var(--coral), var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-tag {
  font-size: 1.15rem; color: var(--muted-dark);
  max-width: 56ch; margin: 1.75rem 0 2.25rem;
}
.subtitle {
  font-size: 1rem;
  color: #f5f3ef;
  max-width: 52ch;
  margin: 1.25rem 0 0;
  font-weight: 600;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-portrait {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 22px;
  overflow: hidden;
  transform: rotate(2.5deg);
  box-shadow: 0 40px 80px rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; }
.hero-portrait::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10,10,15,0.75));
}
.hero-portrait .cap {
  position: absolute; bottom: 1rem; left: 1.25rem; right: 1.25rem;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 1.05rem; color: #fff; z-index: 2;
}

/* ---------- MARQUEE ---------- */
.marquee {
  background: var(--bg);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden; padding: 1.1rem 0;
}
.marquee-track {
  display: flex; gap: 3rem; white-space: nowrap;
  animation: scroll 32s linear infinite;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 1.6rem;
  color: var(--muted-dark);
}
.marquee-track span::before { content: "✦"; margin-right: 3rem; color: var(--coral); }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-eyebrow .pulse,
  .marquee-track {
    animation: none;
  }
}

/* ---------- LIGHT SECTIONS ---------- */
section.light { padding: 6rem 0; background: var(--cream); }
section.light.alt { background: #fff; border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.section-head { max-width: 720px; margin-bottom: 3rem; }
.section-head .kicker {
  font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--coral-deep); font-weight: 700; margin-bottom: 1rem;
  display: inline-block;
}
.section-head h2 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 1rem;
  font-weight: 700;
}
.section-head h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--coral-deep); }
.section-head p { color: var(--muted-light); font-size: 1.08rem; margin: 0; }

/* Cards */
.cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.cards.cards-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 1100px) {
  .cards.cards-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .cards.cards-5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .cards.cards-5 { grid-template-columns: 1fr; }
}
.cards.cards-5 .card { padding: 1.5rem 1.25rem; }
.cards.cards-5 .card h3 { font-size: 1.15rem; }
.cards.cards-5 .card p { font-size: 0.9rem; }
.card {
  background: #fff;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 2rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--coral);
  box-shadow: 0 20px 40px rgba(26,26,46,0.08);
}
.card .n {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 2.25rem;
  color: var(--coral);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.card h3 {
  font-size: 1.35rem; margin: 0 0 0.75rem;
  letter-spacing: -0.01em; line-height: 1.15;
}
.card p { margin: 0 0 0.75rem; color: var(--muted-light); font-size: 0.98rem; }
.card p:last-child { margin: 0; }

/* Prose */
.prose { max-width: 760px; }
.prose h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  letter-spacing: -0.01em;
  margin: 2.5rem 0 1rem;
  line-height: 1.15;
}
.prose h2:first-child { margin-top: 0; }
.prose h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--coral-deep); }
.prose p { font-size: 1.05rem; margin: 0 0 1.25rem; }
.prose ul { margin: 0 0 1.5rem; padding-left: 1.25rem; color: var(--muted-light); }
.prose li { margin: 0.45rem 0; }

.kit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 2rem;
  align-items: start;
}
.kit-panel {
  background: #fff;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.kit-panel h3 { margin: 0 0 0.75rem; font-size: 1.15rem; }
.kit-panel p { color: var(--muted-light); margin: 0 0 1rem; }
.kit-panel p:last-child { margin-bottom: 0; }
.intro-script {
  border-left: 4px solid var(--coral);
  padding-left: 1.25rem;
  color: var(--ink);
  font-family: "Instrument Serif", serif;
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.4;
}
@media (max-width: 860px) {
  .kit-grid { grid-template-columns: 1fr; }
}

/* About portrait */
.about-portrait {
  float: right;
  width: 280px; max-width: 40%;
  margin: 0 0 1.5rem 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--stone);
  box-shadow: 0 20px 40px rgba(26,26,46,0.1);
}
@media (max-width: 640px) {
  .about-portrait { float: none; width: 100%; max-width: 100%; margin: 0 0 1.5rem; }
}

/* Stats */
.stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem; margin-top: 3rem;
  padding-top: 3rem; border-top: 1px solid var(--stone);
}
.stat-num {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 3rem; color: var(--coral); line-height: 1;
}
.stat-label { color: var(--muted-light); font-size: 0.9rem; margin-top: 0.5rem; }

/* ---------- PULL QUOTE ---------- */
.pull {
  background: var(--bg); color: #f5f3ef;
  padding: 7rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pull::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 50% 50%, rgba(255,107,91,0.22), transparent 65%);
}
.pull blockquote {
  position: relative;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.2;
  max-width: 22ch;
  margin: 0 auto;
}
.pull blockquote span { color: var(--coral); }
.pull cite {
  display: block; margin-top: 2rem;
  font-style: normal;
  font-size: 0.8rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--muted-dark);
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background: var(--ink);
  color: var(--cream);
  border-radius: 28px;
  padding: 4rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; inset: auto -20% -40% auto;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,107,91,0.45), transparent 70%);
}
.cta-band h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  letter-spacing: -0.01em; line-height: 1.1;
  margin: 0 0 1rem;
  position: relative;
}
.cta-band h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--coral); }
.cta-band p { color: #cfcfda; max-width: 540px; margin: 0 auto 2rem; position: relative; }

/* ---------- CONTACT FORM ---------- */
.form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.form-embed {
  background: #fff; border: 1px solid var(--stone);
  border-radius: var(--radius); padding: 1rem; min-height: 640px;
}
.form-embed iframe { width: 100%; border: 0; min-height: 620px; }
.contact-info h3 { margin-top: 2rem; font-size: 1.15rem; }
.contact-info ul { list-style: none; padding: 0; margin: 0; }
.contact-info li { padding: 0.4rem 0; color: var(--muted-light); }

/* ---------- FOOTER ---------- */
footer.site-footer {
  background: var(--bg); color: #cfcfda;
  padding: 3rem 1.5rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem; margin-bottom: 2rem;
}
.site-footer h4 { color: #fff; margin: 0 0 0.75rem; font-size: 0.95rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { padding: 0.3rem 0; }
.site-footer a { color: #cfcfda; text-decoration: none; }
.site-footer a:hover { color: var(--coral); }
.footer-bottom {
  max-width: var(--max); margin: 0 auto;
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: 0.85rem; color: var(--muted-dark);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px) {
  .hero { min-height: auto; padding: 6rem 1.5rem 4rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-portrait { max-width: 360px; margin: 0 auto; transform: rotate(2deg); }
  .form-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 1rem;
    background: rgba(10,10,15,0.95);
    padding: 1.25rem 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .nav-links.open { display: flex; }
  .nav.light .nav-links { background: var(--cream); border-bottom-color: var(--stone); }
  .brand img { height: 36px; }
}
