:root {
  --pink: #e90070;
  --pink-dark: #af004e;
  --pink-soft: #fff0f7;
  --gold: #d8aa3f;
  --gold-light: #f5dc9c;
  --black: #111014;
  --ink: #242127;
  --muted: #6f6871;
  --line: #e8e2e5;
  --white: #fff;
  --cream: #fffaf3;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(32, 18, 27, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--black); color: white; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.prototype-bar { height: 30px; background: var(--black); color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 0 clamp(20px, 5vw, 72px); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.prototype-bar span:first-child { color: var(--gold-light); font-weight: 700; }

.site-header { height: 86px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(232,226,229,.8); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--pink); color: white; border-radius: 50% 50% 50% 12%; font-family: "Playfair Display", serif; font-weight: 700; box-shadow: inset -5px -5px 0 rgba(0,0,0,.08); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Playfair Display", serif; font-size: 19px; line-height: 1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--pink); transition: .2s ease; }
nav a:hover::after, nav a[aria-current="page"]::after { right: 0; }
.nav-cta { background: var(--pink); color: white; padding: 12px 18px; border-radius: 999px; box-shadow: 0 8px 22px rgba(233,0,112,.22); }
.nav-cta:hover { background: var(--pink-dark); }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; width: 24px; background: var(--black); margin: 6px 0; }

main { min-height: 75vh; }
.page { animation: pageIn .35s ease both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(8px); } }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--pink-dark); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Playfair Display", serif; color: var(--black); }
h1 { font-size: clamp(45px, 6.4vw, 88px); line-height: .96; letter-spacing: -.04em; max-width: 920px; margin-bottom: 24px; }
h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -.025em; }
h3 { font-size: 25px; }
.accent { color: var(--pink); font-style: italic; }
.lead { font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 700px; line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { border: 1px solid transparent; background: var(--pink); color: white; display: inline-flex; gap: 10px; justify-content: center; align-items: center; padding: 15px 22px; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(233,0,112,.23); }
.btn.secondary { background: white; color: var(--black); border-color: var(--line); }
.btn.dark { background: var(--black); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--pink-dark); font-weight: 700; text-decoration: none; border: 0; background: none; padding: 0; cursor: pointer; }
.text-link:hover { gap: 11px; }

.hero { min-height: calc(100vh - 116px); padding: clamp(64px, 8vw, 120px) clamp(20px, 8vw, 120px) 70px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 7vw; align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; }
.hero-art { min-height: 520px; position: relative; }
.art-card { position: absolute; border-radius: 40px; overflow: hidden; }
.art-card.main { inset: 0 8% 10% 0; background: linear-gradient(155deg, #ff9dc9 0%, var(--pink) 43%, #9e0049 100%); box-shadow: var(--shadow); }
.art-card.main::before { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; top: 12%; left: 16%; box-shadow: 0 0 0 48px rgba(255,255,255,.07), 0 0 0 98px rgba(255,255,255,.04); }
.art-card.main::after { content: "U"; position: absolute; right: -6px; bottom: -70px; font-family: "Playfair Display", serif; font-size: 340px; color: rgba(255,255,255,.17); }
.art-quote { position: absolute; left: -8%; bottom: 0; width: min(330px, 82%); background: white; padding: 28px; border-radius: 24px; box-shadow: var(--shadow); z-index: 2; }
.art-quote strong { font-family: "Playfair Display", serif; font-size: 22px; display: block; margin-bottom: 10px; }
.art-quote span { color: var(--muted); font-size: 14px; }
.spark { position: absolute; top: -20px; right: 2%; width: 98px; height: 98px; display: grid; place-items: center; background: var(--gold); color: var(--black); border-radius: 50%; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-align: center; transform: rotate(8deg); z-index: 2; }

.pathways { background: var(--cream); padding: clamp(70px, 9vw, 120px) clamp(20px, 8vw, 120px); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin: 0; max-width: 760px; }
.section-heading p { max-width: 430px; color: var(--muted); line-height: 1.6; margin: 0; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.path-card { min-height: 390px; border-radius: var(--radius); padding: clamp(30px, 4vw, 54px); text-decoration: none; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s ease; }
.path-card:hover { transform: translateY(-6px); }
.path-card.personal { background: var(--pink); color: white; }
.path-card.business { background: var(--black); color: white; }
.path-card h3 { color: white; font-size: clamp(34px, 4vw, 54px); margin-bottom: 14px; }
.path-card p { max-width: 520px; opacity: .8; font-size: 17px; line-height: 1.5; }
.path-card .path-num { position: absolute; top: 28px; left: 34px; font-size: 12px; letter-spacing: .12em; }
.path-card .circle-arrow { width: 52px; height: 52px; position: absolute; top: 25px; right: 28px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; font-size: 22px; }
.path-card::after { content: ""; position: absolute; width: 290px; height: 290px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: -90px; bottom: -120px; }

.finder { padding: clamp(80px, 9vw, 125px) clamp(20px, 8vw, 120px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.finder-intro { position: sticky; top: 140px; }
.finder-intro p { color: var(--muted); line-height: 1.6; }
.quiz { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(25px, 4vw, 48px); box-shadow: 0 18px 60px rgba(50,30,43,.07); }
.quiz-progress { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.quiz h3 { font-size: clamp(28px, 3vw, 40px); }
.choice-grid { display: grid; gap: 12px; }
.choice { text-align: left; border: 1px solid var(--line); background: white; padding: 18px 20px; border-radius: 14px; cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.choice:hover { border-color: var(--pink); background: var(--pink-soft); }
.quiz-result { background: var(--cream); border-radius: 18px; padding: 25px; }
.quiz-result .result-label { color: var(--pink-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }

.page-hero { padding: clamp(70px, 9vw, 120px) clamp(20px, 8vw, 120px); background: var(--cream); position: relative; overflow: hidden; }
.page-hero.dark { background: var(--black); color: white; }
.page-hero.dark h1, .page-hero.dark h2 { color: white; }
.page-hero.dark .lead { color: #c7bec4; }
.page-hero::after { content: ""; position: absolute; right: -110px; top: -140px; width: 430px; height: 430px; border: 1px solid rgba(233,0,112,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(233,0,112,.035); }
.breadcrumb { display: flex; gap: 8px; color: var(--muted); font-size: 13px; margin-bottom: 52px; }
.breadcrumb a { text-decoration: none; }

.service-section { padding: clamp(70px, 8vw, 110px) clamp(20px, 8vw, 120px); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3vw, 42px); position: relative; display: flex; flex-direction: column; min-height: 300px; }
.service-card.featured { border-color: var(--pink); background: var(--pink-soft); }
.service-card .tag { align-self: flex-start; color: var(--pink-dark); background: white; border: 1px solid #f6bbd7; border-radius: 999px; padding: 7px 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 26px; }
.service-card h3 { font-size: clamp(26px, 2.7vw, 36px); margin-bottom: 12px; }
.service-card p { color: var(--muted); line-height: 1.6; }
.service-card ul { padding-left: 18px; color: var(--muted); line-height: 1.9; }
.service-card .card-footer { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.service-card .price { font-size: 14px; color: var(--muted); }
.service-card .price strong { display: block; color: var(--black); font-size: 25px; font-family: "Playfair Display", serif; }
.service-icon { width: 46px; height: 46px; background: var(--black); color: white; border-radius: 15px; display: grid; place-items: center; margin-bottom: 24px; font-size: 20px; }

.band { margin: 0 clamp(20px, 5vw, 72px) clamp(70px, 9vw, 120px); padding: clamp(45px, 6vw, 80px); border-radius: 30px; background: var(--pink); color: white; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.band h2 { color: white; margin-bottom: 10px; }
.band p { max-width: 680px; opacity: .85; margin: 0; font-size: 18px; }
.band .btn { background: white; color: var(--pink-dark); }

.detail-hero { padding: clamp(70px, 8vw, 110px) clamp(20px, 8vw, 120px); display: grid; grid-template-columns: 1fr .8fr; gap: 7vw; align-items: center; }
.detail-panel { background: var(--black); color: white; border-radius: 30px; padding: clamp(30px, 5vw, 60px); box-shadow: var(--shadow); }
.detail-panel h3 { color: white; font-size: 34px; }
.detail-panel li { margin: 14px 0; color: #ded7dc; }
.detail-panel .micro { color: var(--gold-light); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.book-cover { height: 250px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: linear-gradient(150deg, var(--pink), #710030); }
.book-cover.gold { background: linear-gradient(150deg, #e1b345, #82610d); }
.book-cover.dark { background: linear-gradient(150deg, #353037, #09080a); }
.book-cover span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.book-cover strong { font-family: "Playfair Display", serif; font-size: 28px; line-height: 1.04; max-width: 230px; }
.resource-body { padding: 25px; }
.resource-body p { color: var(--muted); line-height: 1.5; }

.enroll-layout { padding: clamp(70px, 8vw, 110px) clamp(20px, 8vw, 120px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; }
.filter-panel { background: var(--cream); border-radius: var(--radius); padding: 32px; align-self: start; position: sticky; top: 140px; }
.filter-panel button { width: 100%; text-align: left; display: flex; justify-content: space-between; border: 0; background: transparent; border-bottom: 1px solid var(--line); padding: 16px 4px; cursor: pointer; font-weight: 600; }
.filter-panel button.active { color: var(--pink); }
.enroll-list { display: grid; gap: 18px; }
.enroll-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; }
.enroll-item h3 { margin-bottom: 8px; }
.enroll-item p { color: var(--muted); margin-bottom: 0; }
.enroll-item .meta { color: var(--pink-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 9px; }

.about-grid { padding: clamp(70px, 8vw, 110px) clamp(20px, 8vw, 120px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: start; }
.portrait-art { min-height: 560px; background: linear-gradient(145deg, #ff91c5, var(--pink)); border-radius: 220px 220px 28px 28px; position: relative; overflow: hidden; }
.portrait-art::before { content: "A"; position: absolute; font-family: "Playfair Display", serif; color: rgba(255,255,255,.23); font-size: 520px; line-height: 1; left: 50%; top: 52%; transform: translate(-50%,-50%); }
.portrait-art::after { content: "Founder • Transformational Coach • Project Leader"; position: absolute; left: 25px; right: 25px; bottom: 25px; padding: 18px; border-radius: 15px; color: white; background: rgba(17,16,20,.75); backdrop-filter: blur(8px); text-align: center; font-size: 12px; letter-spacing: .07em; }
.story p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.values { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin-top: 34px; }
.value { background: var(--cream); border-radius: 15px; padding: 20px; }
.value strong { display: block; color: var(--pink-dark); margin-bottom: 6px; }

.contact-grid { padding: clamp(70px, 8vw, 110px) clamp(20px, 8vw, 120px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.contact-copy p { color: var(--muted); line-height: 1.7; }
form { display: grid; gap: 17px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { font-size: 13px; font-weight: 700; display: grid; gap: 7px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; color: var(--ink); background: white; }
textarea { min-height: 130px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(233,0,112,.14); border-color: var(--pink); }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; }

.site-footer { background: var(--black); color: white; padding: 70px clamp(20px, 7vw, 100px) 35px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 55px; }
.footer-brand strong { color: white; }
.footer-brand small { color: #9f969c; }
.site-footer p { max-width: 460px; color: #aaa1a7; line-height: 1.6; margin-top: 20px; }
.site-footer h2 { color: white; font-family: "DM Sans", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.site-footer > div > a:not(.brand) { display: block; color: #bbb2b8; text-decoration: none; margin: 13px 0; font-size: 14px; }
.site-footer > div > a:hover { color: white; }
.footer-note { grid-column: 1 / -1; border-top: 1px solid #302c31; padding-top: 25px; display: flex; justify-content: space-between; color: #867d83; font-size: 12px; }

dialog { width: min(560px, calc(100% - 32px)); border: 0; border-radius: 25px; padding: 0; box-shadow: 0 30px 100px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(17,16,20,.62); backdrop-filter: blur(5px); }
#dialog-content { padding: 44px; }
#dialog-content h2 { font-size: 38px; margin-bottom: 12px; }
#dialog-content p { color: var(--muted); line-height: 1.6; }
.dialog-close { position: absolute; top: 12px; right: 14px; border: 0; background: #f5f1f3; width: 36px; height: 36px; border-radius: 50%; font-size: 24px; cursor: pointer; }
.dialog-actions { display: grid; gap: 10px; margin-top: 24px; }
.dialog-actions .btn { width: 100%; }
#toast { position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 25px); background: var(--black); color: white; border-radius: 999px; padding: 14px 20px; opacity: 0; pointer-events: none; transition: .25s ease; z-index: 100; box-shadow: var(--shadow); font-size: 14px; }
#toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 920px) {
  .site-header { height: 74px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; left: 16px; right: 16px; top: 68px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: 8px 4px; }
  .nav-cta { text-align: center; padding: 13px; }
  .hero, .finder, .detail-hero, .enroll-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 75px; }
  .hero-art { min-height: 430px; width: min(540px, 100%); margin: auto; }
  .finder-intro, .filter-panel { position: static; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .prototype-bar { justify-content: center; }
  .prototype-bar span:last-child { display: none; }
  h1 { font-size: 48px; }
  .hero { min-height: auto; }
  .hero-art { min-height: 360px; }
  .art-quote { left: 0; }
  .path-grid, .service-grid, .resource-grid, .values, .field-row { grid-template-columns: 1fr; }
  .path-card { min-height: 340px; }
  .band { grid-template-columns: 1fr; margin-inline: 16px; }
  .band .btn { width: 100%; }
  .enroll-item { grid-template-columns: 1fr; }
  .enroll-item .btn { width: 100%; }
  .portrait-art { min-height: 460px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div:first-child { grid-column: auto; }
  .footer-note { grid-column: 1; display: grid; gap: 8px; }
  #dialog-content { padding: 38px 24px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
