:root {
  --background: oklch(0.16 0.025 285);
  --foreground: oklch(0.97 0.01 90);
  --surface: oklch(0.19 0.028 285);
  --surface-elevated: oklch(0.23 0.035 285);
  --muted-foreground: oklch(0.72 0.02 90);
  --border: oklch(1 0 0 / 8%);
  --gold: oklch(0.82 0.13 85);
  --mint: oklch(0.82 0.14 175);
  --purple: oklch(0.62 0.19 295);
  --purple-glow: oklch(0.72 0.18 305);
  --gold-gradient: linear-gradient(135deg, oklch(0.86 0.12 88), oklch(0.78 0.14 78));
  --hero-gradient:
    radial-gradient(120% 80% at 85% 10%, oklch(0.5 0.18 295 / 0.45), transparent 55%),
    radial-gradient(80% 60% at 5% 90%, oklch(0.55 0.12 85 / 0.18), transparent 60%),
    linear-gradient(180deg, oklch(0.14 0.025 285), oklch(0.18 0.03 285));
  --shadow-card: 0 1px 0 oklch(1 0 0 / 0.04) inset, 0 20px 40px -24px oklch(0 0 0 / 0.6);
  --shadow-gold: 0 20px 60px -20px oklch(0.7 0.15 85 / 0.45);
  --shadow-purple: 0 20px 60px -20px oklch(0.5 0.2 295 / 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11";
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: var(--hero-gradient);
  opacity: 0.18;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.logo-type {
  margin: 0;
  font-family: Fraunces, "Cormorant Garamond", Georgia, serif;
  font-feature-settings: "ss01";
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

.container {
  position: relative;
  width: min(calc(100% - 48px), 1152px);
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 48px), 768px);
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
}

.header-inner {
  width: min(calc(100% - 48px), 1152px);
  margin: 0 auto;
  padding: 16px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 20px;
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 999px;
  background: oklch(0.16 0.025 285 / 0.6);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(24px);
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo-mark {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.logo-mark::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: oklch(0.82 0.13 85 / 0.25);
  filter: blur(16px);
  opacity: 0.45;
  transition: opacity 0.4s ease;
}

.logo:hover .logo-mark::before {
  opacity: 1;
}

.logo-mark img {
  position: relative;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px oklch(0.82 0.13 85 / 0.35));
  transition: transform 0.4s ease;
}

.logo:hover .logo-mark img {
  transform: scale(1.05);
}

.logo-type {
  margin-left: 12px;
  font-size: 1.25rem;
}

.logo-type span,
.gold {
  color: var(--gold);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--foreground);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 36px;
  padding: 0 16px;
  font-size: 0.875rem;
}

.button-large {
  min-height: 48px;
  padding: 0 28px;
  font-size: 1rem;
}

.button-gold {
  background-image: var(--gold-gradient);
  color: var(--background);
  box-shadow: var(--shadow-gold);
}

.button-gold:hover {
  opacity: 0.9;
}

.button-outline {
  border-color: oklch(1 0 0 / 0.07);
  background: oklch(0.19 0.028 285 / 0.4);
  color: var(--foreground);
  backdrop-filter: blur(12px);
}

.button-outline:hover {
  background: var(--surface);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 192px 0 144px;
  text-align: center;
}

.hero-image,
.hero-scrim,
.hero-gradient,
.grain {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.hero-scrim {
  background: radial-gradient(ellipse at center, rgb(0 0 0 / 0.55), rgb(0 0 0 / 0.75) 45%, var(--background) 95%);
}

.hero-gradient {
  background-image: var(--hero-gradient);
  opacity: 0.6;
}

.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(oklch(1 0 0 / 0.025) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  opacity: 0.6;
}

.hero-content {
  max-width: 1024px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid oklch(1 0 0 / 0.07);
  border-radius: 999px;
  background: oklch(0.19 0.028 285 / 0.6);
  color: var(--muted-foreground);
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: none;
  backdrop-filter: blur(12px);
}

.eyebrow-pill span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--mint);
  animation: pulse 1.8s ease-in-out infinite;
}

.hero h1 {
  margin-top: 28px;
  font-size: clamp(3rem, 7vw, 4.5rem);
  line-height: 1.05;
}

.hero h1 span,
.gold-text,
.stats strong,
.cta h2 span {
  background-image: var(--gold-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 672px;
  margin: 24px auto 0;
  color: var(--muted-foreground);
  font-size: 1.125rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.arts-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 32px;
  margin-top: 64px;
  color: oklch(0.72 0.02 90 / 0.7);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.arts-list i {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: oklch(0.72 0.02 90 / 0.4);
}

.section-divider {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, var(--purple), var(--mint));
  opacity: 0.6;
}

.section {
  position: relative;
  padding: 128px 0;
}

.section-intro {
  max-width: 672px;
}

.section-intro h2,
.split-heading h2,
.centered h2,
.cta h2 {
  margin-top: 12px;
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.15;
}

.section-intro h2 span:not(.gold-text) {
  color: var(--muted-foreground);
}

.section-intro > p:last-child,
.cta p {
  margin-top: 16px;
  color: var(--muted-foreground);
  line-height: 1.7;
}

.mint {
  color: var(--mint);
}

.purple {
  color: var(--purple-glow);
}

.pillar-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.feature-card,
.quote-card {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 24px;
  background: oklch(0.19 0.028 285 / 0.6);
  padding: 28px;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
}

.feature-card {
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -96px;
  width: 192px;
  height: 192px;
  border-radius: 999px;
  background: oklch(0.62 0.19 295 / 0.1);
  filter: blur(48px);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  border-color: oklch(1 0 0 / 0.12);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-head strong {
  color: oklch(0.72 0.02 90 / 0.4);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 500;
}

.icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 12px;
  background: oklch(0.16 0.025 285 / 0.4);
}

.icon svg {
  width: 20px;
  height: 20px;
}

.flip-x {
  transform: scaleX(-1);
}

.gold-icon {
  color: var(--gold);
}

.purple-icon {
  color: var(--purple-glow);
}

.mint-icon {
  color: var(--mint);
}

.feature-card h3 {
  position: relative;
  margin-top: 24px;
  font-size: 1.25rem;
}

.feature-card p,
.quote-card small,
.quote-card figcaption span,
.person-copy span {
  color: var(--muted-foreground);
  line-height: 1.7;
}

.feature-card p {
  position: relative;
  margin-top: 12px;
  font-size: 0.875rem;
}

.stat-band {
  position: relative;
  padding: 40px 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 24px;
  background: oklch(0.19 0.028 285 / 0.4);
  backdrop-filter: blur(12px);
}

.stats div {
  padding: 28px 24px;
  text-align: center;
}

.stats div + div {
  border-left: 1px solid oklch(1 0 0 / 0.06);
}

.stats strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 500;
}

.stats span {
  display: block;
  margin-top: 4px;
  color: var(--muted-foreground);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.split-heading > div:first-child {
  max-width: 672px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  white-space: nowrap;
}

.rating span {
  color: var(--gold);
  letter-spacing: 0.05em;
}

.quote-mark {
  color: oklch(0.72 0.18 305 / 0.7);
  font-family: Fraunces, Georgia, serif;
  font-size: 2.6rem;
  line-height: 0.7;
}

blockquote {
  margin: 18px 0 0;
  color: oklch(0.97 0.01 90 / 0.9);
  line-height: 1.7;
}

figcaption {
  display: grid;
  gap: 2px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid oklch(1 0 0 / 0.06);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.person-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  overflow: hidden;
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 32px;
  background: oklch(0.19 0.028 285 / 0.6);
  box-shadow: var(--shadow-card);
}

.person-image {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.person-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, oklch(0.16 0.025 285 / 0.8), transparent, oklch(0.62 0.19 295 / 0.2));
  mix-blend-mode: multiply;
}

.person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.person-card:hover .person-image img {
  transform: scale(1.05);
}

.person-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.person-copy p {
  color: var(--mint);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.person-copy h3 {
  margin-top: 8px;
  font-size: 1.5rem;
}

.person-copy span {
  margin-top: 12px;
  font-size: 0.875rem;
}

.centered {
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 48px;
}

details {
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 12px;
  background: oklch(0.19 0.028 285 / 0.6);
  padding: 0 20px;
  backdrop-filter: blur(12px);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.25rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  padding-bottom: 20px;
  color: var(--muted-foreground);
  line-height: 1.7;
}

.cta-wrap {
  width: min(calc(100% - 48px), 1024px);
}

.cta {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 32px;
  background: oklch(0.19 0.028 285 / 0.8);
  padding: 64px;
  box-shadow: var(--shadow-purple);
}

.cta-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(48px);
}

.purple-glow {
  top: -128px;
  right: -128px;
  background: oklch(0.62 0.19 295 / 0.3);
}

.gold-glow {
  bottom: -128px;
  left: -128px;
  background: oklch(0.82 0.13 85 / 0.15);
}

.cta-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.cta .button {
  margin-top: 32px;
}

.cta-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 12px;
  background: oklch(0.16 0.025 285 / 0.4);
  padding: 16px 20px;
  font-size: 0.875rem;
}

.cta-list span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: oklch(0.82 0.13 85 / 0.15);
  color: var(--gold);
}

.footer {
  position: relative;
  border-top: 1px solid oklch(1 0 0 / 0.06);
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer p {
  color: var(--muted-foreground);
  font-size: 0.75rem;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding: 160px 0 112px;
  }

  .pillar-grid,
  .testimonial-grid,
  .team-grid,
  .cta-content {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats div + div {
    border-left: 0;
  }

  .stats div:nth-child(even) {
    border-left: 1px solid oklch(1 0 0 / 0.06);
  }

  .stats div:nth-child(n + 3) {
    border-top: 1px solid oklch(1 0 0 / 0.06);
  }

  .split-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .person-card {
    grid-template-columns: 1fr;
  }

  .person-image {
    aspect-ratio: 1;
  }
}

@media (max-width: 560px) {
  .container,
  .narrow,
  .header-inner,
  .cta-wrap {
    width: min(calc(100% - 32px), 1152px);
  }

  .nav {
    padding: 10px 12px;
  }

  .logo-type {
    display: none;
  }

  .button-small {
    padding: 0 14px;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section-intro h2,
  .split-heading h2,
  .centered h2,
  .cta h2 {
    font-size: 2.25rem;
  }

  .section {
    padding: 96px 0;
  }

  .arts-list {
    gap: 14px 20px;
  }

  .arts-list i {
    display: none;
  }

  .cta {
    padding: 40px 24px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
