*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--cream:#fff;--blush:#e9ddb8;--rose:#9b667b;--rose-bg:#f0e9ed;--sage:#a8af68;--lavender:#aa93a8;--dark:#0c0c0c;--mid:#6b5260;--border:#ddd5c8;--white:#fff;--serif:"Didot","Playfair Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--script:"Dancing Script",cursive;--max:1160px;--gap:clamp(1.5rem,4vw,3rem)}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--dark);line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--serif);line-height:1.15}h1{font-size:clamp(3rem,5vw,5.5rem)}h1,h2{font-weight:700}h2{font-size:clamp(1.9rem,3.8vw,3rem)}h3{font-size:clamp(1.15rem,2vw,1.5rem);font-weight:700}p{font-size:clamp(.95rem,1.4vw,1.05rem);color:var(--mid);line-height:1.75}.underline-accent{position:relative;display:inline-block}.underline-accent:after{content:"";position:absolute;left:0;bottom:-.45rem;width:2.5rem;height:2px;background:var(--rose)}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 var(--gap)}.section{padding:clamp(4.5rem,9vw,8rem) 0;background:var(--white)}.section--dark{background:var(--dark);color:var(--white)}.section--dark p{color:hsla(0,0%,100%,.55)}.section--blush{background:var(--blush)}.section--white{background:var(--white)}.section--rose{background:var(--rose-bg)}.eyebrow{display:inline-block;font-family:var(--sans);font-size:.68rem;margin-bottom:1rem}.eyebrow,.section-label{font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--rose)}.section-label{font-size:.65rem;margin-bottom:.6rem}.num-list{list-style:none;margin-top:1.75rem}.num-list li{display:grid;grid-template-columns:2.5rem 1fr;grid-gap:.75rem;gap:.75rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:baseline}.num-list li:last-child{border-bottom:none}.num-list__n{font-family:var(--serif);font-weight:700;font-size:1.1rem;color:var(--rose);padding-top:.05em}blockquote{border-left:3px solid var(--rose);padding:1.25rem 1.5rem;margin:1.75rem 0;background:var(--rose-bg)}blockquote p{font-family:var(--serif);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;color:var(--dark);line-height:1.5;font-style:normal}.callout{background:var(--rose-bg);border:1px solid #c9b0bc;padding:1.5rem 1.75rem;margin:1.75rem 0}.callout p,.signature{color:var(--dark)}.signature{font-family:var(--script);font-size:2.2rem;margin-top:1.5rem;display:block}.tag-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.25rem}.tag{font-size:.65rem;letter-spacing:.14em;border:1px solid var(--rose);color:var(--rose);padding:.28rem .8rem;border-radius:2rem}.btn,.tag{font-weight:600;text-transform:uppercase}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-size:.82rem;letter-spacing:.07em;padding:.9rem 1.8rem;border-radius:2px;cursor:pointer;transition:all .2s ease;border:1.5px solid transparent}.btn--primary{background:var(--dark);color:var(--white)}.btn--primary:hover{background:#2a2527}.btn--outline{background:transparent;color:var(--dark);border-color:var(--dark)}.btn--outline:hover{background:var(--dark);color:var(--white)}.btn--rose{background:var(--rose);color:var(--white)}.btn--rose:hover{background:#7d5061}.btn--outline-white{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.4)}.btn--outline-white:hover{border-color:var(--white)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:1px solid var(--border)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:2rem}.nav__logo img{height:42px;width:auto}.nav__logo-text{font-family:var(--serif);font-size:1.15rem;font-weight:700;color:var(--dark);letter-spacing:.01em;display:block;white-space:nowrap}.nav__links{display:flex;align-items:center;gap:clamp(.6rem,1.8vw,1.6rem);list-style:none}.nav__links a{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);transition:color .2s}.nav__links a:hover{color:var(--dark)}.nav__cta{margin-left:.5rem}.nav__cta a{color:var(--white);white-space:nowrap}.nav__burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}.nav__burger span{display:block;width:22px;height:1.5px;background:var(--dark);border-radius:1px}.hero{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:calc(100vh - 68px);min-height:calc(100vh - 68px)}.hero__photo{position:relative;overflow:hidden}.hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center 8%}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem) clamp(2.5rem,5vw,5rem);background:var(--cream)}.hero__greeting{font-size:.95rem;margin-bottom:.8rem}.hero__title{margin-bottom:1.5rem}.hero__subtitle{font-size:clamp(.95rem,1.5vw,1.1rem);color:var(--mid);max-width:440px;margin-bottom:2.5rem;line-height:1.75}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.offers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:0;gap:0;border:1px solid var(--border);overflow:hidden}.offer-card{background:var(--white);padding:2.5rem 2rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .2s;position:relative}.offer-card:before{content:"";position:absolute;top:0;left:2rem;right:2rem;height:2px;background:var(--rose);opacity:0;transition:opacity .2s}.offer-card:hover{background:var(--blush)}.offer-card:hover:before{opacity:1}.offer-card__icon{font-size:1.4rem;margin-bottom:1.25rem}.offer-card__title{font-family:var(--serif);font-size:1.2rem;font-weight:700;margin-bottom:.6rem}.offer-card__desc{font-size:.88rem;color:var(--mid);margin-bottom:1.5rem;line-height:1.65}.offer-card__link{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}.offer-card__link:hover{gap:.7rem}.ways-list{list-style:none;border-top:1px solid var(--border);margin-top:2.5rem}.ways-item{display:grid;grid-template-columns:3rem 1fr auto;grid-gap:2rem;gap:2rem;align-items:center;padding:2.25rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:padding .2s,background .2s,margin .2s}.ways-item:hover{padding-left:1.25rem;padding-right:1.25rem;margin:0 -1.25rem;background:var(--blush)}.ways-item__num{display:flex;align-items:center;justify-content:center;color:var(--rose);flex-shrink:0;width:38px}.ways-item__num svg{width:38px;height:38px;flex-shrink:0}.ways-item__tag{display:block;font-size:.63rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--rose);margin-bottom:.4rem}.ways-item__title{font-family:var(--serif);font-size:clamp(1.15rem,2vw,1.45rem);font-weight:700;line-height:1.2;margin-bottom:.35rem}.ways-item__desc{font-size:.88rem;color:var(--mid);line-height:1.65;max-width:52ch}.ways-item__arrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--white);background:var(--rose);border:1.5px solid var(--rose);padding:.55rem 1.1rem;border-radius:3px;flex-shrink:0;white-space:nowrap;transition:background .2s,border-color .2s}.ways-item:hover .ways-item__arrow{background:var(--mid);border-color:var(--mid)}.ways-item__next-date{display:inline-block;margin-top:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--white);background:var(--rose);padding:.25rem .7rem;border-radius:2rem}@media (max-width:600px){.ways-item{grid-template-columns:2.5rem 1fr}.ways-item__arrow{display:none}}.about__grid,.intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,7rem);gap:clamp(3rem,6vw,7rem);align-items:center}.about__photo,.intro__photo{position:relative}.about__photo img,.intro__photo img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top}.about__photo:before,.intro__photo:before{content:"";position:absolute;top:-14px;left:-14px;right:14px;bottom:14px;border:1.5px solid var(--rose);z-index:-1}.about__credentials{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.5rem 0 2rem}.cred-badge{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--rose-bg);color:var(--rose);padding:.3rem .8rem;border-radius:2rem}.intro__text h2{margin-bottom:1.25rem}.intro__text p{margin-bottom:1.1rem}.intro__sig{font-family:var(--script);font-size:2rem;margin:1.5rem 0 .2rem}.intro__creds{font-size:.65rem;font-weight:700;letter-spacing:.15em}.stats-bar__inner{grid-gap:0;gap:0;border-top:1px solid hsla(0,0%,100%,.06)}.stat-item{padding:2.25rem 1.5rem;border-right:1px solid hsla(0,0%,100%,.06)}.stat-item:last-child{border-right:none}.stat-item__num{font-size:clamp(1.8rem,3.5vw,2.8rem);margin-bottom:.45rem}.stat-item__label{font-size:.65rem;font-weight:600;letter-spacing:.14em;color:hsla(0,0%,100%,.38)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5px;gap:1.5px;background:var(--border);margin-top:3rem}.testi{background:var(--white);padding:2.25rem;display:flex;flex-direction:column}.testi__stars{color:var(--rose);font-size:.8rem;letter-spacing:.1em;margin-bottom:1.25rem}.testi__quote{font-family:var(--serif);font-size:1rem;font-style:italic;line-height:1.75;flex:1 1;margin-bottom:1.75rem;color:var(--dark)}.testi__rule{height:1px;background:var(--border);margin-bottom:1rem}.testi__author{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose)}.testi__role{font-size:.75rem;color:var(--mid);margin-top:.2rem}.podcast-strip{grid-template-columns:auto 1fr auto;grid-gap:2.5rem;gap:2.5rem}.podcast-strip__title{font-size:1.35rem;margin-bottom:.25rem}.podcast-strip__sub{font-size:.82rem;color:hsla(0,0%,100%,.45);line-height:1.6}.email-cta,.email-section{text-align:center;max-width:580px;margin:0 auto}.email-cta h2,.email-section h2{margin:.5rem 0 1rem}.email-cta p,.email-section p{margin-bottom:2.5rem}.page-hero{background:var(--blush);padding:clamp(4rem,8vw,7rem) 0 clamp(3rem,6vw,5rem);border-bottom:1px solid var(--border)}.page-hero h1{margin-bottom:.75rem}.page-hero p{max-width:520px;margin-top:.75rem}.footer{background:var(--dark);padding:3.5rem 0 2rem}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:2.5rem;border-bottom:1px solid hsla(0,0%,100%,.07)}.footer__logo{font-family:var(--serif);font-size:1.35rem;color:var(--white);font-weight:700}.footer__nav{display:flex;gap:1.5rem;list-style:none;flex-wrap:wrap}.footer__nav a{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.4);transition:color .2s}.footer__nav a:hover{color:hsla(0,0%,100%,.85)}.footer__social{display:flex;justify-content:center;gap:1.25rem;padding:1.75rem 0 0}.footer__social-link{color:hsla(0,0%,100%,.35);transition:color .2s;display:flex;align-items:center}.footer__social-link:hover{color:var(--rose)}.footer__copy{text-align:center;font-size:.7rem;padding-top:1.5rem;color:hsla(0,0%,100%,.25);letter-spacing:.06em;text-transform:uppercase}body{background:var(--dark)}.hero{border-radius:0 0 2.5rem 2.5rem}.overlap-section{position:-webkit-sticky;position:sticky;top:68px;border-radius:2.5rem 2.5rem 0 0;overflow:hidden;box-shadow:0 -14px 60px rgba(0,0,0,.25);transform-origin:top center;transition:transform .4s cubic-bezier(.22,.61,.36,1)}.hero__photo,.overlap-section{will-change:transform}@media (max-width:768px){.overlap-section{border-radius:1.5rem 1.5rem 0 0;top:68px}}@media (max-width:1200px){.hero__title{font-size:clamp(2rem,4.2vw,3.2rem)}}@media (max-width:960px){.hero{grid-template-columns:1fr;min-height:auto}.hero__photo{height:60vw;max-height:520px}.hero__title{font-size:clamp(2rem,6.5vw,3.5rem)}.about__grid,.intro{grid-template-columns:1fr}.about__photo,.intro__photo{max-width:420px}.stats-bar__inner{grid-template-columns:repeat(2,1fr)}.testi-grid{grid-template-columns:1fr;gap:1px}.podcast-strip{grid-template-columns:auto 1fr}.podcast-strip__cta{grid-column:1/-1}.nav__links{display:none}.nav__links.open{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--border);padding:1.5rem var(--gap);gap:1.25rem;z-index:99}.nav__links.open a{font-size:.9rem}.nav__cta{display:none}.nav__burger{display:flex}}@media (max-width:600px){.stats-bar__inner{grid-template-columns:repeat(2,1fr)}.footer__inner{flex-direction:column;align-items:flex-start}}.overlap-section{border-radius:0!important}.about-hero{display:grid;grid-template-columns:1fr 1fr;min-height:88vh}.about-hero__text{background:var(--dark);display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) clamp(2.5rem,5vw,6rem)}.about-hero__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:1.25rem}.about-hero__text h1{color:var(--white);font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.1;margin-bottom:1.5rem}.about-hero__text p{color:hsla(0,0%,100%,.6);font-size:clamp(1rem,1.4vw,1.1rem);line-height:1.75;max-width:42ch;margin-bottom:2rem}.about-hero__creds{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.about-hero__photo{overflow:hidden;position:relative}.about-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.story-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,7rem);gap:clamp(3rem,6vw,7rem);align-items:center}.story-grid__photo{position:relative}.story-grid__photo img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;display:block}.story-grid__photo:after{content:"";position:absolute;bottom:-14px;right:-14px;width:60%;height:60%;border:1.5px solid var(--rose);z-index:-1}.story-grid__text p{font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem;color:var(--dark)}.story-grid__sig{font-family:var(--serif);font-style:italic;font-size:1.5rem;color:var(--rose);margin-top:1.75rem}.photo-mosaic{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:auto auto;grid-gap:.75rem;gap:.75rem;margin-top:3rem}.photo-mosaic__item{overflow:hidden}.photo-mosaic__item--tall{grid-row:span 2}.photo-mosaic__item img{width:100%;height:100%;object-fit:cover;display:block}.photo-mosaic__item--tall img{aspect-ratio:3/4}.photo-mosaic__item:not(.photo-mosaic__item--tall) img{aspect-ratio:4/3}.fast-facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border);margin-top:3rem}.fast-fact{padding:1.75rem 1.5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.fast-fact__label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:.5rem}.fast-fact__value{font-family:var(--serif);font-size:1.05rem;line-height:1.4;color:var(--dark)}#timeline-sec .timeline{margin-top:1rem}#timeline-sec .timeline-item{margin-bottom:1.1rem}.timeline{max-width:680px;margin:3.5rem auto 0;padding-left:160px}.timeline:before{left:140px}.timeline-item{position:relative;margin-bottom:2.75rem}.timeline-item:before{content:"";position:absolute;left:-28px;top:6px;width:13px;height:13px;border-radius:50%;background:var(--rose);border:2.5px solid var(--white);box-shadow:0 0 0 1.5px var(--rose)}.timeline-year{position:absolute;left:-152px;top:0;width:110px;text-align:right;font-family:var(--serif);font-size:1.05rem;font-weight:700;color:var(--rose);line-height:1.4}.timeline-item h4{font-size:1rem;font-weight:600;margin-bottom:.3rem;color:var(--dark)}.timeline-item p{font-size:.9rem;color:var(--mid);line-height:1.65}.creds-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.cred-card{padding:2rem;border-left:3px solid var(--rose);background:var(--white)}.cred-card__title{font-family:var(--serif);font-size:1.4rem;color:var(--rose);font-weight:700;margin-bottom:.5rem}.cred-card__full{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mid);margin-bottom:.6rem}.cred-card p{font-size:.9rem;line-height:1.65}@media (max-width:900px){.about-hero{grid-template-columns:1fr;min-height:auto}.about-hero__photo{aspect-ratio:16/9}.about-hero__photo img{object-position:center 20%}.story-grid{grid-template-columns:1fr}.story-grid__photo:after{display:none}.photo-mosaic{grid-template-columns:1fr 1fr}.photo-mosaic__item--tall{grid-row:span 1}.photo-mosaic__item--tall img{aspect-ratio:4/3}.creds-grid,.fast-facts{grid-template-columns:repeat(2,1fr)}.timeline{padding-left:100px}.timeline:before{left:80px}.timeline-year{left:-92px;width:68px;font-size:.9rem}.timeline-item:before{left:-28px}}@media (max-width:560px){.creds-grid,.fast-facts,.photo-mosaic{grid-template-columns:1fr}.timeline{padding-left:0}.timeline:before{display:none}.timeline-year{position:static;text-align:left;margin-bottom:.25rem}.timeline-item:before{display:none}}.app-hero{background:var(--dark);padding:clamp(5rem,10vw,9rem) 0;text-align:center}.app-hero h1{color:var(--white);margin:.75rem 0 1.25rem}.app-hero p{color:#aa93a8;max-width:520px;margin:0 auto 2.5rem}.app-badge{display:inline-block;background:var(--rose);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;border-radius:2rem;margin-bottom:1rem}.app-store-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.app-store-btn{display:inline-flex;align-items:center;gap:.6rem;background:hsla(0,0%,100%,.08);color:var(--white);border:1px solid hsla(0,0%,100%,.2);padding:.8rem 1.5rem;border-radius:3px;font-size:.9rem;font-weight:600;transition:background .2s}.app-store-btn:hover{background:hsla(0,0%,100%,.15)}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-item{padding:2rem;border:1px solid var(--border);background:var(--white)}.feature-item__icon{font-size:1.75rem;margin-bottom:1rem}.feature-item h3{font-size:1.1rem;margin-bottom:.5rem}.feature-item p{font-size:.9rem}.post-hero{background:var(--dark);padding:5rem 0 0}.post-hero__meta{text-align:center;padding-bottom:2.5rem}.post-hero__cat{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem}.post-hero__title{font-family:var(--serif);font-size:clamp(1.8rem,4vw,3rem);color:var(--white);line-height:1.2;margin-bottom:1rem;max-width:780px;margin-left:auto;margin-right:auto}.post-hero__date{font-size:.85rem;color:hsla(0,0%,100%,.55)}.post-hero__img{display:block;width:100%;max-height:480px;object-fit:cover;margin-top:2.5rem}.post-body{max-width:740px;margin:0 auto;padding:3.5rem 1.5rem 5rem}.post-body h1,.post-body h2,.post-body h3,.post-body h4{font-family:var(--serif);line-height:1.3;margin:2rem 0 .75rem;color:var(--dark)}.post-body h1{font-size:clamp(1.6rem,3vw,2.2rem)}.post-body h2{font-size:clamp(1.3rem,2.5vw,1.8rem)}.post-body h3{font-size:1.25rem}.post-body p{line-height:1.8;margin-bottom:1.25rem;color:#2a2a2a}.post-body ol,.post-body ul{padding-left:1.5rem;margin-bottom:1.25rem}.post-body li{line-height:1.75;margin-bottom:.4rem}.post-body a{color:var(--rose);text-decoration:underline}.post-body a:hover{color:var(--mid)}.post-body blockquote{border-left:3px solid var(--rose);margin:2rem 0;padding:1rem 1.5rem;background:var(--rose-bg);font-style:italic;border-radius:0 .5rem .5rem 0}.post-body blockquote p{margin-bottom:0}.post-img{display:block;max-width:100%;height:auto;margin:2rem auto;border-radius:.5rem}.post-divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.post-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--mid);text-decoration:none;margin-bottom:2.5rem;padding:.5rem 0}.post-back:hover{color:var(--dark)}.post-body strong{font-weight:600}.post-body em{font-style:italic}.post-body table{width:100%;border-collapse:collapse;margin:1.5rem 0}.post-body td,.post-body th{padding:.65rem 1rem;border:1px solid var(--border);font-size:.9rem}.post-body th{background:var(--rose-bg);font-weight:600}.blog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:0}.blog-card{background:var(--white);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s;text-decoration:none;color:inherit}.blog-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08)}.blog-card__img{object-fit:cover}.blog-card__img,.blog-card__img--placeholder{width:100%;aspect-ratio:16/9;background:var(--blush)}.blog-card__body{padding:1.75rem;flex:1 1;display:flex;flex-direction:column}.blog-card__cat{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);margin-bottom:.6rem}.blog-card__title{font-family:var(--serif);font-size:1.1rem;line-height:1.35;margin-bottom:.75rem}.blog-card__excerpt{font-size:.9rem;color:var(--mid);flex:1 1;margin-bottom:1.25rem}.blog-card__meta{font-size:.75rem;color:var(--mid);font-weight:500}.category-filter{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.cat-btn{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.4rem 1rem;border-radius:2rem;border:1px solid var(--border);background:var(--white);cursor:pointer;transition:all .2s;color:var(--mid)}.cat-btn.active,.cat-btn:hover{background:var(--dark);color:var(--white);border-color:var(--dark)}.post-count{font-size:.85rem;color:var(--mid);margin-bottom:1.5rem}.post-count strong{color:var(--dark)}.courses-hero{background:var(--dark);padding:clamp(5rem,10vw,9rem) 0}.courses-hero .container{max-width:760px}.courses-hero .eyebrow{color:var(--rose)}.courses-hero h1{color:var(--white);margin-bottom:.75rem;margin-top:.5rem}.courses-hero p{color:hsla(0,0%,100%,.6);max-width:520px;margin-top:.75rem}.courses-nav{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.courses-nav a{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.5);border:1px solid hsla(0,0%,100%,.15);padding:.4rem .9rem;border-radius:2px;transition:color .2s,border-color .2s;text-decoration:none}.courses-nav a:hover{color:var(--white);border-color:hsla(0,0%,100%,.4)}.feat-row{display:grid;grid-template-columns:1fr 1fr;min-height:clamp(520px,62vh,720px)}.feat-row__photo{overflow:hidden}.feat-row__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.feat-row__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,5.5rem) clamp(2.5rem,5vw,5rem);background:var(--white)}.feat-row--rev .feat-row__photo{order:2}.feat-row--rev .feat-row__content{order:1}.feat-row--blush .feat-row__content{background:var(--blush)}.feat-row--dark .feat-row__content{background:var(--dark)}.feat-row__content h2{margin-top:.6rem}.feat-row__content p{color:var(--mid);margin-top:1rem;line-height:1.75;max-width:460px}.feat-row__content p+p{margin-top:.75rem;font-size:.88rem}.feat-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.feat-price{font-family:var(--serif);font-size:1.1rem;font-weight:700;color:var(--dark)}.feat-row--dark .feat-row__content .eyebrow{color:var(--rose)}.feat-row--dark .feat-row__content h2{color:var(--white)}.feat-row--dark .feat-row__content p{color:hsla(0,0%,100%,.6)}.feat-row--dark .feat-price{color:hsla(0,0%,100%,.5)}.vip-checks{list-style:none;margin:1.5rem 0 2rem;display:flex;flex-direction:column;gap:.6rem}.vip-checks li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;color:hsla(0,0%,100%,.65);line-height:1.5}.vip-checks li:before{content:"✓";color:var(--rose);font-weight:700;flex-shrink:0;margin-top:.05rem}.pp-mini-cards{display:flex;flex-direction:column;gap:.85rem;margin-top:2rem}.pp-mini-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--border);padding:1.1rem 1.4rem;transition:border-color .2s,box-shadow .2s}.pp-mini-card:hover{border-color:var(--rose);box-shadow:0 4px 20px rgba(0,0,0,.06)}.pp-mini-card__left{flex:1 1}.pp-mini-card__tag{font-size:.62rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--rose);margin-bottom:.3rem}.pp-mini-card__title{font-family:var(--serif);font-size:1rem;color:var(--dark)}.freebies__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}.freebie-card{background:var(--white);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column}.freebie-mockup-wrap{background:linear-gradient(175deg,#c9b97c,#b5a45e);padding:2rem 1.25rem 0;display:flex;justify-content:center;align-items:flex-end}.freebie-card__img{width:82%;display:block;flex-shrink:0;transition:transform .35s ease,box-shadow .35s ease;box-shadow:2px 0 0 rgba(255,253,248,.95),4px 0 0 hsla(37,39%,94%,.85),6px 0 0 hsla(38,28%,89%,.65),8px 0 0 hsla(37,21%,84%,.45),6px 10px 22px rgba(0,0,0,.28),10px 18px 44px rgba(0,0,0,.14)}.freebie-card:hover .freebie-card__img{transform:translateY(-7px) rotate(-.6deg);box-shadow:2px 0 0 rgba(255,253,248,.95),4px 0 0 hsla(37,39%,94%,.85),6px 0 0 hsla(38,28%,89%,.65),8px 0 0 hsla(37,21%,84%,.45),8px 16px 32px rgba(0,0,0,.32),14px 26px 58px rgba(0,0,0,.18)}.freebie-card__content{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1;padding:1.25rem 1.4rem 1.5rem;background:var(--white);color:var(--dark)}.freebie-card__title{font-family:var(--serif);font-size:1rem;line-height:1.3;margin-bottom:.5rem;color:var(--dark)}.freebie-card__desc{font-size:.82rem;color:var(--mid);line-height:1.65;flex:1 1;margin-bottom:1.25rem}.freebie-card__content .btn{align-self:center;margin-top:auto}.section-intro{max-width:680px;margin:0 auto}.feat-list{list-style:none;margin:1.25rem 0 1.5rem;display:flex;flex-direction:column;gap:.55rem}.feat-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--mid);line-height:1.55}.feat-list li:before{content:"✓";color:var(--rose);font-weight:700;flex-shrink:0;margin-top:.05rem}.feat-note{font-size:.83rem;font-style:italic;color:var(--rose);margin-top:.75rem}@media (max-width:900px){.feat-row{grid-template-columns:1fr;height:auto}.feat-row--rev .feat-row__content,.feat-row--rev .feat-row__photo{order:0}.feat-row__photo{height:55vw;max-height:420px}.freebies__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.freebies__grid{grid-template-columns:1fr 1fr;gap:1rem}}.pathways-hero{background:var(--dark);padding:clamp(5rem,10vw,9rem) 0 clamp(4rem,8vw,7rem)}.pathways-hero .eyebrow{color:var(--rose)}.pathways-hero h1{color:var(--white);margin:.5rem 0 1.25rem;max-width:680px}.pathways-hero p{color:hsla(0,0%,100%,.6);max-width:560px;line-height:1.8}.pathways-hero__note{margin-top:2rem;padding:1.1rem 1.4rem;background:rgba(155,102,123,.15);border-left:3px solid var(--rose);font-size:.87rem;color:hsla(0,0%,100%,.55);max-width:560px;line-height:1.7}.glance-bar{background:var(--rose);padding:0}.glance-bar__inner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.2)}.glance-item{background:var(--rose);padding:2rem 1.75rem;text-align:center}.glance-item__num{font-family:var(--serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:var(--white);line-height:1;margin-bottom:.4rem}.glance-item__label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.75)}.section-intro{max-width:660px;margin:0 auto 3.5rem;text-align:center}.section-intro p{color:var(--mid);margin-top:.75rem;line-height:1.8}.pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.pathway-card{border:1.5px solid var(--border);padding:2rem 1.75rem 2.25rem;position:relative;display:flex;flex-direction:column}.pathway-card--featured{border-color:var(--rose);background:var(--rose-bg)}.pathway-card__badge{position:absolute;top:-12px;left:1.75rem;background:var(--rose);color:var(--white);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .75rem}.pathway-card__num{font-family:var(--serif);font-size:3rem;font-weight:700;color:var(--border);line-height:1;margin-bottom:1rem}.pathway-card--featured .pathway-card__num{color:var(--rose);opacity:.4}.pathway-card h3{font-size:1.15rem;margin-bottom:.6rem;color:var(--dark)}.pathway-card>p{font-size:.9rem;color:var(--mid);line-height:1.7;flex:1 1}.pathway-card__reqs{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}.pathway-card__reqs li{display:flex;gap:.65rem;font-size:.85rem;color:var(--mid);line-height:1.5}.pathway-card__reqs li:before{content:"→";color:var(--rose);font-weight:700;flex-shrink:0}.pathway-card--featured .pathway-card__reqs li{color:#5a3a4a}.req-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}.req-block{padding:2rem;background:var(--blush);border:1px solid var(--border)}.req-block h3{font-size:1.1rem;margin-bottom:.5rem}.req-block__sub{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:1.25rem}.req-block ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.req-block ul li{font-size:.88rem;color:var(--mid);display:flex;gap:.6rem;line-height:1.5}.req-block ul li:before{content:"·";color:var(--rose);font-weight:700;flex-shrink:0}.req-block--full{grid-column:1/-1}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.6rem;gap:.6rem;margin-top:1.25rem}.subject-tag{background:var(--white);padding:.55rem .9rem;font-size:.83rem;color:var(--mid)}.exam-grid,.subject-tag{border:1px solid var(--border)}.exam-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--border);margin-top:3rem}.exam-stat{background:var(--white);padding:2rem 1.5rem;text-align:center}.exam-stat__num{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--dark);line-height:1;margin-bottom:.5rem}.exam-stat__label{font-size:.75rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--mid)}.margaret-note{background:var(--dark);color:var(--white);padding:clamp(3.5rem,7vw,6rem) 0}.margaret-note__inner{max-width:680px}.margaret-note h2{color:var(--white);margin-bottom:1.5rem}.margaret-note p{color:hsla(0,0%,100%,.65);line-height:1.85;margin-bottom:1.25rem}.margaret-note__sig{font-family:var(--serif);font-style:italic;font-size:1.5rem;color:var(--rose);margin-top:2rem}.margaret-note__creds{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.35);margin-top:.25rem}.timeline{list-style:none;margin-top:3rem;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1.5px;background:var(--border)}.timeline li{position:relative;padding:0 0 2.25rem 1.5rem}.timeline li:before{content:"";position:absolute;left:-5px;top:8px;width:11px;height:11px;border-radius:50%;background:var(--rose);border:2px solid var(--white);box-shadow:0 0 0 1.5px var(--rose)}.timeline li:last-child{padding-bottom:0}.timeline__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);margin-bottom:.3rem}.timeline h4{font-family:var(--serif);font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}.timeline p{font-size:.88rem;color:var(--mid);line-height:1.65}.cta-band{background:var(--rose-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:clamp(3rem,6vw,5rem) 0;text-align:center}.cta-band h2{margin:.5rem 0 1rem}.cta-band p{color:var(--mid);max-width:520px;margin:0 auto 2rem;line-height:1.75}.cta-band__btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:960px){.pathway-grid{grid-template-columns:1fr;gap:2rem}.pathway-card--featured{margin-top:.5rem}.req-grid{grid-template-columns:1fr}.req-block--full{grid-column:auto}.exam-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.glance-bar__inner{grid-template-columns:1fr}.exam-grid{grid-template-columns:1fr 1fr}}.hero__greeting{font-family:var(--sans);font-size:clamp(.9rem,1.5vw,1rem);color:var(--mid);margin-bottom:.75rem;letter-spacing:.02em}.hero__greeting,.hero__title em{font-weight:400;font-style:italic}.stats-bar{background:var(--dark);padding:2.5rem 0}.stats-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.08)}.stat-item{background:var(--dark);padding:2rem 1.5rem;text-align:center}.stat-item__num{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);line-height:1;margin-bottom:.4rem}.stat-item__label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,7rem);gap:clamp(3rem,6vw,7rem);align-items:center}.intro__photo{position:relative}.intro__photo img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top}.intro__photo:before{content:"";position:absolute;top:-16px;left:-16px;right:16px;bottom:16px;border:1.5px solid var(--rose);z-index:-1}.intro__text h2{margin-bottom:1.5rem}.intro__text p{margin-bottom:1.25rem;line-height:1.8}.intro__sig{font-family:var(--serif);font-style:italic;font-size:1.6rem;color:var(--dark);margin:1.75rem 0 .25rem}.intro__creds{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--rose);font-weight:600}.offers__header{text-align:center;max-width:560px;margin:0 auto 3.5rem}.offers__header h2{margin-top:.5rem}.testimonials{text-align:center}.testimonials__label{margin-bottom:3.5rem}.podcast-strip{display:grid;grid-template-columns:clamp(220px,28vw,340px) 1fr;grid-gap:clamp(2.5rem,5vw,5rem);gap:clamp(2.5rem,5vw,5rem);align-items:center}.podcast-strip__cover{align-self:center;flex-shrink:0}.podcast-strip__cover img{display:block;width:clamp(220px,28vw,340px);height:clamp(220px,28vw,340px);object-fit:cover;box-shadow:0 24px 60px rgba(0,0,0,.5)}.podcast-strip__title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);color:var(--white);font-weight:700;line-height:1.1;margin-bottom:.75rem}.podcast-strip__sub{font-size:clamp(.9rem,1.4vw,1.05rem);color:hsla(0,0%,100%,.6);line-height:1.7;max-width:46ch;margin-bottom:2rem}.podcast-strip__platforms{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.podcast-strip__platform-btn{display:inline-flex;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.75);border:1px solid hsla(0,0%,100%,.15);padding:.5rem 1rem;border-radius:3px;font-size:.78rem;font-weight:600;letter-spacing:.04em;transition:background .2s,color .2s}.podcast-strip__platform-btn:hover{background:hsla(0,0%,100%,.16);color:var(--white)}.email-section{text-align:center;max-width:600px;margin:0 auto}.email-section h2{margin:.5rem 0 1rem}.email-section p{margin-bottom:2.5rem}@media (max-width:900px){.stats-bar__inner{grid-template-columns:repeat(2,1fr)}.intro{grid-template-columns:1fr}.intro__photo{max-width:400px}.podcast-strip,.testi-grid{grid-template-columns:1fr}.podcast-strip__cover{max-width:260px}}@media (max-width:500px){.stats-bar__inner{grid-template-columns:repeat(2,1fr)}}.mentorship-hero{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.mentorship-hero__photo{overflow:hidden}.mentorship-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.mentorship-hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem) clamp(2.5rem,5vw,5rem);background:var(--dark);color:var(--white)}.mentorship-hero__content h1{color:var(--white);margin-bottom:1.25rem}.mentorship-hero__content p{color:#aa93a8;max-width:440px;margin-bottom:2rem}.free-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--rose);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;border-radius:2px;margin-bottom:1.25rem}.what-to-expect__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.expect-item{padding:2rem;background:var(--white);border:1px solid var(--border)}.expect-item__num{font-family:var(--serif);font-size:2.5rem;color:var(--rose);font-weight:700;line-height:1;margin-bottom:1rem}.expect-item h3{font-size:1.1rem;margin-bottom:.5rem}.expect-item p{font-size:.9rem}.sessions-list{margin-top:2rem;border:1px solid var(--border);overflow:hidden}.session-row{display:grid;grid-template-columns:64px 1fr auto;align-items:center;grid-gap:1.5rem;gap:1.5rem;padding:1.1rem 1.75rem;border-bottom:1px solid var(--border);background:var(--white);transition:background .2s}.session-row:last-child{border-bottom:none}.session-row:hover{background:#faf9f7}.session-date{text-align:center;line-height:1}.session-date__month{display:block;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);margin-bottom:.25rem}.session-date__day{display:block;font-family:var(--serif);font-size:1.9rem;font-weight:700;color:var(--dark)}.session-info__title{font-weight:600;font-size:.95rem;color:var(--dark);margin-bottom:.2rem}.session-info__time{font-size:.82rem;color:var(--mid)}.session-row .btn{white-space:nowrap;font-size:.8rem;padding:.5rem 1rem}.free-display{font-family:var(--serif);font-size:clamp(4.5rem,12vw,8rem);font-weight:700;color:var(--rose);line-height:1;margin:.75rem 0 1rem;letter-spacing:-.02em}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.testimonial{background:var(--white);border:1px solid var(--border);padding:2rem}.testimonial__quote{font-family:var(--serif);font-size:1.05rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial__author{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--rose)}.who-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,7rem);gap:clamp(3rem,6vw,7rem);align-items:center}.who-grid__photo{overflow:hidden}.who-grid__photo img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:30% top;display:block}.who-grid__text h2{margin-bottom:1.25rem}.who-grid__text p{line-height:1.8;margin-bottom:1.5rem}.who-list{list-style:none;flex-direction:column}.who-list,.who-list li{display:flex;gap:.75rem}.who-list li{align-items:center;font-size:.95rem;color:hsla(0,0%,100%,.75)}.who-list li:before{content:"→";color:var(--rose);font-weight:700;flex-shrink:0}.recordings-card{display:flex;align-items:center;gap:2.5rem;max-width:700px;margin:2.5rem auto 0;background:var(--white);border:1px solid var(--border);padding:2.5rem 3rem}.recordings-card__icon{font-size:3rem;flex-shrink:0;line-height:1}.recordings-card h3{font-size:1.25rem;margin-bottom:.4rem}.recordings-card p{font-size:.9rem;color:var(--mid);margin-bottom:1.25rem}@media (max-width:768px){.mentorship-hero{grid-template-columns:1fr}.mentorship-hero__photo{height:50vw;max-height:360px}.session-row{grid-template-columns:56px 1fr;gap:1rem;padding:1rem}.session-row .btn{display:none}.who-grid{grid-template-columns:1fr}.who-grid__photo img{aspect-ratio:16/9;object-position:center 20%}.recordings-card{flex-direction:column;gap:1.25rem;padding:2rem;text-align:center}}.ep-hero{background:var(--dark);padding:4.5rem 0 3.5rem;text-align:center}.ep-hero__label{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem}.ep-hero__title{font-family:var(--serif);font-size:clamp(1.6rem,4vw,2.8rem);color:var(--white);line-height:1.25;max-width:800px;margin:0 auto 1rem}.ep-hero__meta{font-size:.85rem;color:hsla(0,0%,100%,.5)}.ep-body{max-width:740px;margin:0 auto;padding:3rem 1.5rem 5rem}.ep-platforms{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.ep-platforms a{font-size:.78rem;font-weight:600;padding:.45rem 1rem;border:1px solid var(--border);border-radius:2rem;text-decoration:none;color:var(--mid);transition:all .2s}.ep-platforms a:hover{background:var(--dark);color:var(--white);border-color:var(--dark)}.ep-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--mid);text-decoration:none;margin-bottom:2rem}.ep-back:hover{color:var(--dark)}.ep-shownotes h2,.ep-shownotes h3{font-family:var(--serif);margin:1.75rem 0 .75rem;line-height:1.3}.ep-shownotes h2{font-size:1.4rem}.ep-shownotes h3{font-size:1.15rem}.ep-shownotes p{line-height:1.8;margin-bottom:1.2rem;color:#2a2a2a}.ep-shownotes ol,.ep-shownotes ul{padding-left:1.5rem;margin-bottom:1.2rem}.ep-shownotes li{line-height:1.75;margin-bottom:.35rem}.ep-shownotes a{color:var(--rose)}.ep-shownotes strong{font-weight:600}.episodes__grid{display:flex;flex-direction:column}.episode-row{display:grid;grid-template-columns:56px 1fr auto;align-items:center;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:background .15s}.episode-row:last-child{border-bottom:none}.episode-row:hover{background:var(--cream)}.episode-num{font-family:var(--serif);font-size:1.4rem;color:var(--rose);text-align:center;font-weight:700}.episode-title{font-weight:600;font-size:1rem;margin-bottom:.25rem}.episode-meta{font-size:.8rem;color:var(--mid)}.episode-arrow{color:var(--mid);font-size:1.1rem}@media (max-width:600px){.episode-row{grid-template-columns:40px 1fr auto;gap:1rem;padding:1.25rem 1rem}}.speaking-hero{display:grid;grid-template-columns:1fr 1fr;min-height:75vh}.speaking-hero__photo{overflow:hidden}.speaking-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.speaking-hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem) clamp(2.5rem,5vw,5rem);background:var(--dark);color:var(--white)}.speaking-hero__content h1{color:var(--white);margin-bottom:1.25rem}.speaking-hero__content p{color:hsla(0,0%,100%,.65);max-width:440px;margin-bottom:2rem}.booking-box{max-width:600px;margin:3rem auto 0;background:var(--white);border:2px solid var(--dark);padding:3rem;text-align:center}.booking-box h3{margin-bottom:1rem}.booking-box p{margin-bottom:2rem}@media (max-width:768px){.speaking-hero{grid-template-columns:1fr}.speaking-hero__photo{height:60vw;max-height:400px}}