* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 17px; scroll-behavior: smooth; }
body {
  font-family: 'Karla', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  background: #FDF8F5;
  -webkit-font-smoothing: antialiased;
}
html, body { overflow-x: hidden; }

:root {
  --mind: #595ebb; --heart: #ff667a; --body: #fe957c; --soul: #9da5fe;
  --cream: #FDF8F5; --white: #fff; --black: #000;
  --mind-light: #8b92d6; --heart-light: #ff99aa; --body-light: #ffc4b0; --soul-light: #c5caff;
}

h1, h2, h3, h4 { font-family: 'Karla', sans-serif; font-weight: 700; line-height: 1.15; color: #000; text-wrap: balance; orphans: 4; widows: 4; }
p, li, span, a, blockquote { text-wrap: balance; orphans: 4; widows: 4; }
a { color: var(--mind); text-decoration: none; transition: all .2s; }
a:hover { opacity: .8; }
.ai-text { font-weight: 200; }
.container { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
pre, code, kbd, samp { overflow-wrap: break-word; word-break: break-word; }

header { padding: 1.5rem 0; background: transparent; position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
header .container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; }
.logo { max-width: 200px; height: auto; }
.nav-right { display: flex; align-items: center; gap: 1.5rem; }
.nav-link { font-family: 'Karla', sans-serif; font-weight: 300; font-size: .875rem; color: #000; text-decoration: none; padding: .5rem 0; }
.nav-link:hover { text-decoration: underline; }
.nav-item-group { display: flex; flex-direction: column; align-items: flex-start; gap: .15rem; position: relative; }
.nav-item-group.has-dropdown { cursor: pointer; }
.nav-dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; padding: .5rem 0; min-width: 280px; z-index: 200; border-radius: 16px; }
.nav-item-group.has-dropdown:hover .nav-dropdown { display: block; }
.nav-dropdown a { display: block; padding: .5rem 1.25rem; font-family: 'Karla', sans-serif; font-weight: 700; font-size: .8125rem; color: #000; text-decoration: none; }
.nav-dropdown a.nav-sub { font-weight: 300; font-size: .75rem; padding: .25rem 1.25rem .25rem 2rem; }
.nav-dropdown a:hover { color: #ff667a; opacity: 1; }
.burger-menu { display: none; flex-direction: column; justify-content: space-between; width: 28px; height: 20px; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 101; }
.burger-menu span { display: block; width: 100%; height: 2px; background: #000; transition: all .2s; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2rem; font-family: 'Karla', sans-serif; font-weight: 300; font-size: 1rem; text-decoration: none; border-radius: 999px; transition: all .3s; cursor: pointer; border: none; }
.btn-primary { background: var(--mind); color: #fff; }
.btn-primary:hover { opacity: .85; }
.btn-black { background: #000; color: #fff; }
.btn-black:hover { opacity: .8; }
.btn-nav { padding: .625rem 1.25rem; font-size: .875rem; }
.btn-large { padding: 1.125rem 2.25rem; font-size: 1.0625rem; }
@media (max-width: 768px) {
  .burger-menu { display: flex; }
  .nav-right { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: var(--white); flex-direction: column; align-items: flex-start; padding: 5rem 2rem 2rem; gap: 1.5rem; transition: right .3s ease; z-index: 100; }
  .nav-right.open { right: 0; }
  .nav-item-group { width: 100%; }
  .nav-dropdown { position: static; padding: 0; min-width: 0; display: none; }
  .nav-item-group.has-dropdown.open-mobile .nav-dropdown { display: block; }
  .nav-dropdown a { padding: .375rem 0 .375rem 1rem; font-size: .8125rem; }
  .btn-nav { width: 100%; text-align: center; }
}

.sh { position: absolute; z-index: 0; display: block; pointer-events: none; }
.bigtri {
  position: absolute; z-index: 0; pointer-events: none;
  background: url('/mixof4.jpg') center/cover;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.ink { position: absolute; z-index: 1; background: #16161a; pointer-events: none; }
.ink.i1 { width: 46px; height: 38px; border-radius: 71% 29% 56% 44% / 47% 38% 62% 53%; transform: rotate(18deg); }
.ink.i2 { width: 30px; height: 24px; border-radius: 38% 62% 47% 53% / 65% 32% 68% 35%; transform: rotate(-22deg); }
.ink.i3 { width: 38px; height: 31px; border-radius: 55% 45% 71% 29% / 38% 65% 35% 62%; transform: rotate(40deg); }
.ink.i4 { width: 74px; height: 60px; border-radius: 62% 38% 55% 45% / 50% 60% 40% 50%; transform: rotate(-8deg); }
.ink.i5 { width: 56px; height: 46px; border-radius: 44% 56% 63% 37% / 58% 42% 58% 42%; transform: rotate(26deg); }

.hero {
  padding: calc(6rem + 80px) 0 4rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.hero.lang-heart { background: linear-gradient(180deg, var(--heart-light) 0%, var(--heart-light) 28%, var(--cream) 88%); }
.hero.lang-body { background: linear-gradient(180deg, var(--body-light) 0%, var(--body-light) 28%, var(--cream) 88%); }
.hero.lang-soul { background: linear-gradient(180deg, var(--soul-light) 0%, var(--soul-light) 28%, var(--cream) 88%); }
.hero.lang-mind { background: linear-gradient(180deg, var(--mind-light) 0%, var(--mind-light) 28%, var(--cream) 88%); }
.hero-circle {
  position: absolute; border-radius: 50%;
  background-size: cover; background-position: center;
  pointer-events: none; z-index: 0;
}
.hero .container { position: relative; z-index: 2; max-width: 1100px; }
.hero-content { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; text-align: center; }
.hero-lockups { display: flex; justify-content: center; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.model-pill {
  display: inline-flex; align-items: center; gap: .55rem;
  background: #000; color: #fff;
  font-family: 'Karla', sans-serif; font-weight: 700;
  font-size: .9375rem; letter-spacing: .04em;
  padding: .55rem 1.15rem .55rem 1rem;
  border-radius: 999px;
}
.model-pill svg { display: block; flex-shrink: 0; }
.hero h1 { color: #000; font-size: clamp(2.75rem, 6.5vw, 4.5rem); letter-spacing: -1px; margin-bottom: 1.5rem; }
.hero .lead { color: #000; font-size: 1.125rem; line-height: 1.7; margin: 0 auto 1.25rem; max-width: 1000px; }
.hero .meta { font-size: .9375rem; color: #000; }
.hero-video { margin: 2rem auto 0; max-width: 860px; width: 100%; }
.videoframe { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; border-radius: 16px; overflow: hidden; background: #000; }
.videoframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.intro-section { padding: 1rem 0 4rem; background: var(--cream); }
.intro-card {
  background: var(--body); color: #000; border-radius: 16px; padding: 2rem 2.25rem;
  max-width: 760px; margin: 0 auto;
}
.intro-card-label {
  display: inline-block; font-weight: 700; font-size: .6875rem;
  padding: .25rem .75rem; border-radius: 999px; margin-bottom: 1rem;
  background: #FDF8F5; color: #000;
}
.intro-card h3 { font-size: 1.75rem; margin-bottom: .75rem; color: #000; }
.intro-card p { font-size: 1.0625rem; line-height: 1.7; margin-bottom: .9rem; color: #000; }
.intro-card p:last-child { margin-bottom: 0; }
.intro-card a { color: #000; text-decoration: underline; text-underline-offset: 3px; }
.intro-card.lang-mind { background: var(--mind); color: #fff; }
.intro-card.lang-mind h3,
.intro-card.lang-mind p,
.intro-card.lang-mind a { color: #fff; }

.family-band { padding: 0 0 4rem; background: var(--cream); }
.family-band h2 { text-align: center; margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3rem); }
.family-band .subtitle { text-align: center; max-width: 1000px; margin: 0 auto 2rem; }
.family-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 980px; margin: 0 auto; }
.family-card {
  display: block; border-radius: 16px; padding: 1.5rem 1.4rem; text-decoration: none; color: inherit;
}
.family-card h3 { font-size: 1.5rem; margin: .35rem 0 .4rem; }
.family-card p { font-size: 1rem; line-height: 1.55; margin: 0; }
.family-card.c-here { background: var(--body); color: #000; }
.family-card.c-live { background: var(--mind); color: #fff; }
.family-card.c-soon { background: var(--soul); color: #000; }
.family-card.c-here h3, .family-card.c-here p, .family-card.c-soon h3, .family-card.c-soon p { color: #000; }
.family-card.c-live h3, .family-card.c-live p { color: #fff; }
.family-kicker { font-weight: 700; font-size: .6875rem; }

.cards-section { padding: 5.5rem 0; position: relative; overflow: hidden; }
.cards-section.adds { background: var(--white); }
.cards-section.holds { background: var(--cream); }
.cards-section .container { position: relative; z-index: 1; max-width: 1100px; }
.cards-section h2 { text-align: center; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.cards-kicker { text-align: center; max-width: 1000px; margin: 0 auto 2.75rem; font-size: 1.125rem; }
.cards-section::before, .cards-section::after {
  content: ''; position: absolute; border-radius: 50%;
  background-size: cover; background-position: center;
  pointer-events: none; z-index: 0;
}
.cards-section.adds::before {
  width: 260px; height: 260px; top: 50%; left: -130px; transform: translateY(-50%);
  background-image: url('/textures/texture_heart.jpg');
}
.cards-section.adds::after {
  width: 200px; height: 200px; top: 50%; right: -100px; transform: translateY(-50%);
  background-image: url('/textures/texture_soul.jpg');
}
.cards-section.holds::before {
  width: 240px; height: 240px; top: 50%; left: -120px; transform: translateY(-50%);
  background-image: url('/textures/texture_mind.jpg');
}
.cards-section.holds::after {
  width: 180px; height: 180px; top: 50%; right: -90px; transform: translateY(-50%);
  background-image: url('/textures/texture_body.jpg');
}

.flip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.flip {
  border: none; border-radius: 16px; padding: 2rem 1.85rem 1.85rem;
  min-height: 220px; display: flex; flex-direction: column; gap: .65rem;
}
.flip-kicker {
  font-weight: 700; font-size: .6875rem; align-self: flex-start;
}
.flip h3 { font-size: 1.75rem; line-height: 1.2; }
.flip p { font-size: 1.02rem; line-height: 1.65; margin: 0; }
.flip.c-soul { background: var(--soul); color: #000; }
.flip.c-heart { background: var(--heart); color: #000; }
.flip.c-body { background: var(--body); color: #000; }
.flip.c-mind { background: var(--mind); color: #fff; }
.flip.c-soul h3, .flip.c-heart h3, .flip.c-body h3,
.flip.c-soul p, .flip.c-heart p, .flip.c-body p,
.flip.c-soul .flip-kicker, .flip.c-heart .flip-kicker, .flip.c-body .flip-kicker { color: #000; }
.flip.c-mind h3, .flip.c-mind p, .flip.c-mind .flip-kicker { color: #fff; }

.tags-section { padding: 3rem 0 2rem; background: var(--cream); }
.tags-section h2 {
  font-size: 1rem; font-weight: 700;
  text-align: center; margin-bottom: 1.5rem;
}
.tags-row { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; max-width: 980px; margin: 0 auto; }
.tag-btn {
  font-family: 'Karla', sans-serif; font-weight: 700; font-size: .875rem;
  padding: .625rem 1.25rem; border-radius: 999px; background: var(--white);
  color: #000; border: none; cursor: pointer; transition: all .2s;
}
.tag-btn:hover { background: var(--soul); color: #000; }
.tag-btn.active { background: #000; color: #fff; }
.tag-btn[data-tag="getting-started"].active { background: var(--soul); color: #000; }
.tag-btn[data-tag="the-files"].active { background: var(--heart); color: #fff; }
.tag-btn[data-tag="setup"].active { background: var(--body); color: #000; }
.tag-btn[data-tag="the-course"].active { background: var(--mind); color: #fff; }
.tag-btn[data-tag="owning-it"].active { background: var(--heart); color: #fff; }

.qa-section { padding: 1rem 0 6rem; background: var(--cream); }
.qa-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.25rem; }
.qa-item { background: var(--white); border-radius: 16px; overflow: hidden; }
.qa-item.hidden { display: none; }
.qa-summary {
  list-style: none; cursor: pointer; padding: 1.75rem 2.25rem;
  display: flex; flex-direction: column; gap: .25rem; position: relative; user-select: none;
}
.qa-summary::-webkit-details-marker, .qa-summary::marker { display: none; }
.qa-summary .qa-tag-pill { margin-bottom: .5rem; align-self: flex-start; }
.qa-summary .qa-question { margin-bottom: 0; padding-right: 2.5rem; }
.qa-toggle { position: absolute; top: 1.75rem; right: 2rem; width: 18px; height: 18px; }
.qa-toggle::before, .qa-toggle::after {
  content: ''; position: absolute; background: #000; border-radius: 999px; top: 50%; left: 50%;
}
.qa-toggle::before { width: 18px; height: 2px; transform: translate(-50%, -50%); }
.qa-toggle::after { width: 2px; height: 18px; transform: translate(-50%, -50%); transition: transform .25s; }
.qa-item[open] .qa-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.qa-item[open] .qa-summary { padding-bottom: .5rem; }
.qa-item .qa-answer { padding: 0 2.25rem 1.75rem; }
.qa-tag-pill {
  display: inline-block; font-weight: 700; font-size: .6875rem;
  padding: .25rem .75rem; border-radius: 999px;
}
.qa-tag-pill.tag-getting-started { background: var(--soul); color: #000; }
.qa-tag-pill.tag-the-files { background: var(--heart); color: #fff; }
.qa-tag-pill.tag-setup { background: var(--body); color: #000; }
.qa-tag-pill.tag-the-course { background: var(--mind); color: #fff; }
.qa-tag-pill.tag-owning-it { background: var(--heart); color: #fff; }
.qa-question { font-weight: 700; font-size: 1.875rem; line-height: 1.25; color: #000; }
.qa-answer { font-weight: 300; font-size: 1.0625rem; line-height: 1.7; color: #000; }
.qa-answer p { margin-bottom: .9rem; }
.qa-answer p:last-child { margin-bottom: 0; }
.qa-quote { border-radius: 16px; padding: 1.5rem 1.75rem; margin: 1.25rem 0; }
.qa-quote p { font-size: 1rem; line-height: 1.65; margin-bottom: .9rem; }
.qa-quote p:last-child { margin-bottom: 0; }
.qa-quote.quote-soul { background: var(--soul); color: #000; }
.term-block {
  background: #000; color: #fff; border-radius: 16px; padding: 1.25rem 1.5rem;
  margin: 1.25rem 0; font-size: .9375rem; line-height: 1.7;
  overflow-wrap: break-word; word-break: break-word;
}
.term-block code { font-family: 'Karla', sans-serif; font-weight: 700; color: #fff; }

.closing-cta { text-align: center; padding: 5rem 0; background: var(--cream); position: relative; overflow: hidden; }
.closing-cta::before {
  content: ''; position: absolute; width: 280px; height: 280px;
  background-image: url('/textures/texture_soul.jpg'); background-size: cover;
  border-radius: 50%; top: 50%; left: -100px; transform: translateY(-50%); pointer-events: none;
}
.closing-cta .container { position: relative; z-index: 1; }
.closing-cta h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.closing-cta p { font-size: 1.125rem; margin-bottom: 2rem; max-width: 1000px; margin-left: auto; margin-right: auto; }
.cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

@media (max-width: 768px) {
  .hero { padding: calc(5rem + 60px) 0 3.5rem; min-height: auto; }
  .sh, .bigtri, .ink { display: none; }
  .hero-circle { width: 120px !important; height: 120px !important; }
  .qa-summary { padding: 1.25rem 1.5rem; }
  .qa-toggle { right: 1.25rem; top: 1.25rem; }
  .qa-item .qa-answer { padding: 0 1.5rem 1.25rem; }
  .hero h1 { font-size: 2.5rem; }
  .qa-question { font-size: 1.5rem; }
  .intro-card { padding: 1.5rem; }
  .flip-grid, .family-grid { grid-template-columns: 1fr; }
  .cards-section::before, .cards-section::after { display: none; }
  .term-block { white-space: pre-wrap; }
}
