:root{--olive:#6F7D5C;--olive-light:#8B9979;--deep-olive:#2F3A2F;--copper:#C48A5A;--copper-deep:#A87246;--cream:#F5F1E8;--sand:#E6DDCF;--sand-light:#EDE6D6;--gold:#D1A85C;--serif:var(--font-playfair),Georgia,serif;--soft-serif:var(--font-cormorant),Georgia,serif;--sans:var(--font-inter),-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--deep-olive);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(47,58,47,.025) 1px,transparent 0);background-size:24px 24px;pointer-events:none;z-index:0}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(245,241,232,.85);border-bottom:1px solid rgba(230,221,207,.5)}.nav-inner{justify-content:space-between;padding:1.25rem 3rem;max-width:1280px;margin:0 auto}.logo-mark,.nav-inner{display:flex;align-items:center}.logo-mark{gap:.75rem;text-decoration:none;color:var(--deep-olive)}.logo-mark img{width:56px;height:56px;object-fit:contain;transition:transform .4s ease}.logo-mark:hover img{transform:rotate(-3deg) scale(1.05)}.logo-mark .wordmark{font-family:var(--serif);font-size:.9rem;letter-spacing:.05em;line-height:1.1;color:var(--deep-olive)}.logo-mark .wordmark .accent{color:var(--copper)}nav ul{list-style:none;display:flex;gap:1.75rem;align-items:center}nav a{font-family:var(--sans);font-size:.875rem;font-weight:500;color:var(--deep-olive);text-decoration:none;letter-spacing:.02em;position:relative;padding:.25rem 0;transition:color .2s ease}nav a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--copper);transition:width .3s ease}nav a:hover{color:var(--copper)}nav a.active:after,nav a:hover:after{width:100%}.signin-btn{font-family:var(--sans);font-size:.85rem;font-weight:500;color:var(--deep-olive)!important;background:transparent;border:1px solid var(--olive);padding:.5rem 1.1rem;border-radius:999px;text-decoration:none;transition:all .25s ease}.signin-btn:hover{background:var(--olive);color:var(--cream)!important}.signin-btn:after{display:none}.nav-desktop{display:none!important}.nav-hamburger{display:flex!important;background:transparent;border:none;cursor:pointer;padding:0;width:32px;height:32px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--deep-olive);border-radius:1px;transition:transform .3s ease,opacity .3s ease}.nav-hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu{display:block!important;position:absolute;top:100%;left:0;right:0;background:rgba(245,241,232,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--sand);overflow:hidden;max-height:0;transition:max-height .4s ease}.nav-mobile-menu.open{max-height:600px}.nav-mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:0;padding:.25rem 1.5rem 1.5rem}.nav-mobile-menu li{border-bottom:1px solid rgba(230,221,207,.6)}.nav-mobile-menu li.mobile-signin{border-bottom:none;margin-top:1rem;text-align:center}.nav-mobile-menu a{display:block;padding:1rem 0;font-family:var(--sans);font-size:1rem;font-weight:500;color:var(--deep-olive);text-decoration:none;letter-spacing:.02em}.nav-mobile-menu a:after{display:none}.nav-mobile-menu a.active{color:var(--copper)}.nav-mobile-menu .signin-btn{display:inline-flex;width:auto;padding:.7rem 1.5rem}.eyebrow{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--copper);margin-bottom:1.25rem;display:inline-block}.eyebrow.olive{color:var(--olive)}.eyebrow.olive:after,.eyebrow.olive:before{background:var(--olive)!important}.eyebrow:after,.eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--copper);vertical-align:middle;margin:0 .75rem}.eyebrow.no-after:after,.eyebrow.no-before:before{display:none}h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:500;color:var(--deep-olive)}h1 em,h2 em,h3 em{font-style:italic;color:var(--copper)}.btn-primary{font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);background:var(--copper);border:none;padding:1.05rem 2.25rem;border-radius:999px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:background .25s ease,box-shadow .25s ease,transform .2s ease}.btn-primary:after{content:"→";margin-left:.6rem;display:inline-block;transition:transform .25s ease}.btn-primary:hover{background:var(--copper-deep);box-shadow:0 12px 28px -10px rgba(196,138,90,.55)}.btn-primary:hover:after{transform:translateX(5px)}.btn-primary:active{transform:translateY(1px)}.btn-secondary{font-family:var(--sans);font-size:.95rem;font-weight:500;color:var(--deep-olive);text-decoration:none;border-bottom:1px solid var(--olive);padding-bottom:2px;transition:color .2s ease,border-color .2s ease,padding-bottom .2s ease}.btn-secondary:hover{color:var(--copper);border-color:var(--copper);padding-bottom:4px}.btn-copper-on-dark{font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--deep-olive);background:var(--copper);border:none;padding:1.05rem 2.25rem;border-radius:999px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:background .25s ease,box-shadow .25s ease}.btn-copper-on-dark:after{content:"→";margin-left:.6rem;transition:transform .25s ease}.btn-copper-on-dark:hover{background:var(--cream);box-shadow:0 12px 28px -10px rgba(245,241,232,.4)}.btn-copper-on-dark:hover:after{transform:translateX(5px)}.page-hero{max-width:820px;margin:0 auto;padding:4rem 2rem 2rem;text-align:center;position:relative;z-index:1}.page-hero h1{font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.1;margin-bottom:1.5rem}.page-hero p{font-family:var(--soft-serif);font-style:italic;font-size:1.3rem;color:var(--olive);line-height:1.5;max-width:620px;margin:0 auto}.hero{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:5rem 3rem 6rem;display:grid;grid-template-columns:1.3fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-content{position:relative;z-index:2}.hero-eyebrow{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--olive);margin-bottom:1.5rem;display:inline-block}.hero-eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--olive);vertical-align:middle;margin-right:.75rem}.hero h1{font-size:clamp(2.6rem,5vw,4.2rem);line-height:1.05;margin-bottom:1.75rem}.hero h1 .line{display:block}.hero h1 .line-2{font-style:italic;color:var(--copper)}.hero h1 .line-3,.hero-lede{color:var(--olive);font-style:italic}.hero-lede{font-family:var(--soft-serif);font-size:1.35rem;line-height:1.55;margin-bottom:2.5rem;max-width:540px}.hero-cta{gap:2rem;flex-wrap:wrap}.hero-cta,.hero-visual{display:flex;align-items:center}.hero-visual{position:relative;justify-content:center}.hero-logo{width:100%;max-width:460px;height:auto;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 25px 40px rgba(47,58,47,.12))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-leaf{position:absolute;opacity:.18;pointer-events:none;transition:transform 1s ease}.hero-leaf-1{top:-20px;left:-60px;width:140px;transform:rotate(-25deg)}.hero-leaf-2{bottom:-40px;right:-40px;width:120px;transform:rotate(35deg)}.hero:hover .hero-leaf-1{transform:rotate(-20deg) translateY(-8px)}.hero:hover .hero-leaf-2{transform:rotate(40deg) translateY(-6px)}section.band{position:relative;z-index:1;padding:5rem 3rem;max-width:1280px;margin:0 auto}.section-head{text-align:center;margin-bottom:4rem;max-width:720px;margin-left:auto;margin-right:auto}.section-eyebrow{font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--copper);margin-bottom:1rem;display:inline-block}.section-eyebrow:after,.section-eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--copper);vertical-align:middle;margin:0 .75rem}h2{font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.15;margin-bottom:1rem}.section-sub{font-family:var(--soft-serif);font-style:italic;font-size:1.2rem;color:var(--olive);line-height:1.5}.audiences{background:linear-gradient(180deg,transparent,rgba(230,221,207,.3))}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.audience-card{background:rgba(255,255,255,.6);border:1px solid var(--sand);border-radius:8px;padding:2.5rem 2rem;text-decoration:none;color:inherit;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;width:100%;height:100%}.audience-grid>.reveal{display:flex}.audience-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(196,138,90,.08),transparent 50%);opacity:0;transition:opacity .4s ease}.audience-card:hover{transform:translateY(-6px);border-color:var(--olive);box-shadow:0 30px 50px -25px rgba(47,58,47,.25)}.audience-card:hover:before{opacity:1}.audience-icon{width:56px;height:56px;margin-bottom:1.5rem;color:var(--olive);transition:transform .5s ease,color .3s ease}.audience-card:hover .audience-icon{color:var(--copper);transform:rotate(-6deg) scale(1.05)}.audience-card h3{font-size:1.65rem;margin-bottom:.75rem}.audience-card p{font-family:var(--sans);font-size:.98rem;color:var(--deep-olive);line-height:1.65;margin-bottom:1.5rem;opacity:.85}.audience-card .arrow-link{font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--copper);display:inline-flex;align-items:center;transition:gap .25s ease;gap:.5rem}.audience-card:hover .arrow-link{gap:.85rem}.product-grid-home{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.product-card-home{background:rgba(255,255,255,.5);border:1px solid var(--sand);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease;text-decoration:none;color:inherit}.product-card-home:hover{transform:translateY(-4px);box-shadow:0 25px 40px -20px rgba(47,58,47,.2)}.product-thumb-home{aspect-ratio:4/3;background:linear-gradient(135deg,var(--sand-light) 0,var(--sand) 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-thumb-home svg{width:50%;height:50%;color:var(--olive);opacity:.7;transition:transform .6s ease}.product-card-home:hover .product-thumb-home svg{transform:scale(1.08) rotate(-2deg)}.product-thumb-home .badge{position:absolute;top:.75rem;left:.75rem;font-family:var(--sans);font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);background:var(--olive);padding:.3rem .7rem;border-radius:999px}.product-thumb-home .badge.soon{background:var(--copper)}.product-body-home{padding:1.5rem 1.25rem 1.75rem;display:flex;flex-direction:column;flex:1 1}.product-category-home{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--olive);margin-bottom:.5rem}.product-body-home h4{font-size:1.15rem;line-height:1.2;margin-bottom:.75rem}.product-body-home p{font-family:var(--sans);font-size:.88rem;color:var(--deep-olive);line-height:1.55;opacity:.8;margin-bottom:1rem;flex:1 1}.product-cta-home{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--copper);display:inline-flex;align-items:center;gap:.4rem;transition:gap .25s ease}.product-card-home:hover .product-cta-home{gap:.7rem}.browse-all{text-align:center;margin-top:3rem}.coaching{background:var(--deep-olive);margin:4rem 0;position:relative;overflow:hidden}.coaching:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(245,241,232,.04) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.coaching-inner{max-width:1100px;margin:0 auto;padding:5rem 3rem;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.coaching-visual{position:relative;text-align:center}.coaching-number{font-family:var(--serif);font-style:italic;font-weight:500;color:var(--copper);font-size:clamp(6rem,12vw,10rem);line-height:.9;margin-bottom:.5rem}.coaching-number-label{font-family:var(--sans);font-size:.85rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--sand);opacity:.8}.coaching-content .section-eyebrow{color:var(--copper)}.coaching-content .section-eyebrow:after,.coaching-content .section-eyebrow:before{background:var(--copper)}.coaching-content h2{color:var(--cream)}.coaching-content h2 em{color:var(--copper)}.coaching-content p{font-family:var(--sans);font-size:1.05rem;color:var(--sand);line-height:1.7;margin-bottom:2rem;max-width:540px}.coaching-content p strong{color:var(--cream);font-weight:500}.testimonial-home{text-align:center}.testimonial-quote-wrap{max-width:820px;margin:0 auto;position:relative;padding:0 3rem}.quote-mark{font-family:var(--serif);font-size:8rem;line-height:.6;color:var(--copper);opacity:.25;position:absolute;top:-1rem;left:0;font-style:italic}.testimonial-text{font-family:var(--soft-serif);font-style:italic;font-size:clamp(1.3rem,2.2vw,1.65rem);line-height:1.5;color:var(--deep-olive);margin-bottom:2rem}.testimonial-attribution{font-family:var(--sans);font-size:.85rem;font-weight:500;letter-spacing:.1em;color:var(--olive)}.testimonial-attribution strong{color:var(--deep-olive);font-weight:600;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;display:block;margin-bottom:.25rem}.testimonial-divider{width:40px;height:1px;background:var(--copper);margin:2.5rem auto 0}.cta-strip{background:var(--sand-light);text-align:center;padding:5rem 3rem;position:relative;z-index:1;overflow:hidden}.cta-strip-inner{max-width:720px;margin:0 auto;position:relative;z-index:2}.cta-strip h2{margin-bottom:1.5rem}.cta-strip h2.cta-h2-compact{font-size:clamp(1.3rem,2.2vw,1.75rem);font-style:normal;color:var(--deep-olive);white-space:nowrap}@media (max-width:600px){.cta-strip h2.cta-h2-compact{white-space:normal;font-size:1.2rem}}.cta-strip p{font-family:var(--soft-serif);font-style:italic;font-size:1.3rem;color:var(--olive);line-height:1.5;margin-bottom:2rem}.cta-branch{position:absolute;opacity:.12;pointer-events:none}.cta-branch-1{top:-20px;left:5%;width:200px;transform:rotate(-15deg)}.cta-branch-2{bottom:-30px;right:5%;width:180px;transform:rotate(20deg)}.site-footer{background:var(--deep-olive);color:var(--sand);position:relative;z-index:1;padding:4rem 3rem 2rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(245,241,232,.1)}.footer-brand .logo-mark{color:var(--cream);margin-bottom:1rem}.footer-brand .logo-mark .wordmark{color:var(--cream)}.footer-brand .logo-mark .wordmark .accent{color:var(--copper)}.footer-tagline{font-family:var(--soft-serif);font-style:italic;font-size:1rem;line-height:1.5;color:var(--sand);opacity:.85;max-width:280px}.footer-col h5{font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-family:var(--sans);font-size:.9rem;color:var(--sand);text-decoration:none;transition:color .2s ease;opacity:.85}.footer-col a:hover{color:var(--copper);opacity:1}.newsletter p{font-family:var(--sans);font-size:.88rem;line-height:1.55;color:var(--sand);opacity:.8;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem;background:rgba(245,241,232,.08);border:1px solid rgba(245,241,232,.15);border-radius:999px;padding:.35rem .35rem .35rem 1.1rem;transition:border-color .25s ease}.newsletter-form:focus-within{border-color:var(--copper)}.newsletter-form input{flex:1 1;background:transparent;border:none;color:var(--cream);font-family:var(--sans);font-size:.88rem;outline:none}.newsletter-form input::placeholder{color:var(--sand);opacity:.5}.newsletter-form button{background:var(--copper);border:none;color:var(--cream);font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;transition:background .25s ease}.newsletter-form button:hover{background:var(--copper-deep)}.newsletter-form button:disabled{opacity:.6;cursor:not-allowed}.newsletter-msg{font-family:var(--sans);font-size:.8rem;color:var(--sand);opacity:.9;margin-top:.6rem;min-height:1.2em}.newsletter-msg.success{color:var(--copper)}.newsletter-msg.error{color:#d99}.footer-bottom{max-width:1280px;margin:2rem auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-family:var(--sans);font-size:.78rem;color:var(--sand);opacity:.7;letter-spacing:.05em}.footer-social{display:flex;gap:.75rem}.footer-social a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(245,241,232,.2);border-radius:999px;color:var(--sand);transition:all .25s ease;opacity:.85}.footer-social a:hover{background:var(--copper);color:var(--cream);border-color:var(--copper);opacity:1;transform:translateY(-2px)}.footer-social svg{width:13px;height:13px;fill:currentColor}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1080px){.product-grid-home{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:900px){.nav-inner{padding:1rem 1.5rem}.hero{grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem 4rem;text-align:center}.hero-lede{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.hero-visual{order:-1}.hero-logo{max-width:280px}section.band{padding:4rem 1.5rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.coaching-inner{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.5rem;text-align:center}.coaching-content p{margin-left:auto;margin-right:auto}.testimonial-quote-wrap{padding:0 1rem}.quote-mark{font-size:5rem;left:-.5rem}.cta-strip{padding:4rem 1.5rem}.site-footer{padding:3rem 1.5rem 2rem}}@media (max-width:600px){.footer-inner{gap:2rem}.footer-inner,.product-grid-home{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.about-hero{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:4rem 3rem 5rem;display:grid;grid-template-columns:1fr .85fr;grid-gap:4rem;gap:4rem;align-items:center}.about-hero .hero-text{position:relative;z-index:2}.about-hero h1{font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.05;margin-bottom:1.75rem}.about-hero h1 .copper{color:var(--copper);font-style:italic}.about-hero .hero-lede{font-size:1.4rem;color:var(--olive);line-height:1.55;margin-bottom:2rem;max-width:540px}.about-hero .hero-lede,.signature{font-family:var(--soft-serif);font-style:italic}.signature{font-size:1.1rem;color:var(--deep-olive)}.signature strong{font-family:var(--serif);font-weight:500;font-style:normal;font-size:1rem;letter-spacing:.05em;color:var(--copper);display:block;margin-top:.5rem}.hero-portrait{position:relative;display:flex;align-items:center;justify-content:center}.portrait-frame{position:relative;width:100%;max-width:440px}.portrait-frame:before{content:"";position:absolute;inset:-20px -20px 20px 20px;background:var(--sand-light);border-radius:6px;z-index:0;transition:transform .6s ease}.portrait-frame:hover:before{transform:translate(-6px,-6px)}.portrait-frame img{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:4px;filter:contrast(1.05) sepia(.04);transition:transform .6s ease}.portrait-frame:hover img{transform:translate(3px,3px)}.story{background:rgba(230,221,207,.25);position:relative;z-index:1;padding:5rem 3rem}.story-inner{max-width:720px;margin:0 auto}.story-section-eyebrow{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--copper);text-align:center;margin-bottom:1rem;display:block}.story-heading{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(1.8rem,3vw,2.4rem);text-align:center;color:var(--deep-olive);line-height:1.2;margin-bottom:3rem}.story p{font-family:var(--sans);font-size:1.08rem;line-height:1.85;color:var(--deep-olive);margin-bottom:1.5rem}.story p strong{font-weight:500;color:var(--deep-olive)}.story .opener{font-family:var(--soft-serif);font-style:italic;font-size:1.4rem;line-height:1.55;color:var(--olive);margin-bottom:2rem}.story .opener:first-letter{font-family:var(--serif);font-style:normal;font-size:3.5rem;font-weight:500;float:left;line-height:1;margin:.1em .15em 0 0;color:var(--copper)}.pull-quote{margin:3.5rem -2rem;padding:2.5rem 3rem;text-align:center;position:relative;border-top:1px solid var(--sand);border-bottom:1px solid var(--sand)}.pull-quote:before{content:'"';font-size:4rem;color:var(--copper);opacity:.4;position:absolute;top:-.5rem;left:50%;transform:translateX(-50%);line-height:1}.pull-quote p,.pull-quote:before{font-family:var(--serif);font-style:italic}.pull-quote p{font-weight:500;font-size:clamp(1.4rem,2.5vw,1.85rem);line-height:1.4;color:var(--deep-olive);margin:1.5rem 0 0}.pull-quote p em{color:var(--copper);font-style:italic}.credentials{padding:5rem 3rem;position:relative;z-index:1;max-width:1100px;margin:0 auto}.credentials-head{text-align:center;max-width:640px;margin:0 auto 4rem}.credentials-head h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:1rem;line-height:1.2}.credentials-head p{font-family:var(--soft-serif);font-style:italic;font-size:1.2rem;color:var(--olive);line-height:1.5}.credentials-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;border-top:1px solid var(--sand);border-bottom:1px solid var(--sand)}.credential{padding:2.5rem 1.5rem;text-align:center;border-left:1px solid var(--sand);transition:background .3s ease}.credential:first-child{border-left:none}.credential:hover{background:rgba(230,221,207,.4)}.credential-mark{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--copper);margin-bottom:.75rem}.credential-headline{font-family:var(--serif);font-weight:500;font-size:1.5rem;color:var(--deep-olive);line-height:1.2;margin-bottom:.5rem}.credential-detail{font-family:var(--sans);font-size:.92rem;color:var(--olive);line-height:1.5}.credential.years .credential-headline{font-family:var(--serif);font-style:italic;font-size:3.2rem;color:var(--copper);line-height:.95;margin-bottom:.25rem}.approach{background:var(--deep-olive);color:var(--cream);padding:5rem 3rem;position:relative;z-index:1;overflow:hidden}.approach:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(245,241,232,.04) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.approach-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.approach-head{text-align:center;margin-bottom:4rem}.approach-head .eyebrow{color:var(--copper)}.approach-head .eyebrow:before{background:var(--copper)}.approach-head h2{font-size:clamp(2rem,3.5vw,2.8rem);color:var(--cream);line-height:1.15;margin-bottom:1rem}.approach-head h2 em{color:var(--copper)}.approach-head p{font-family:var(--soft-serif);font-style:italic;font-size:1.2rem;color:var(--sand);line-height:1.5;max-width:620px;margin:0 auto}.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;margin-top:1rem}.approach-card{padding:0 .5rem;transition:transform .4s ease}.approach-card:hover{transform:translateY(-4px)}.approach-number{font-family:var(--serif);font-style:italic;font-size:2rem;color:var(--copper);line-height:1;margin-bottom:1rem;opacity:.7}.approach-card h3{font-size:1.45rem;color:var(--cream);margin-bottom:.75rem;line-height:1.2}.approach-card p{font-family:var(--sans);font-size:.98rem;color:var(--sand);line-height:1.7;opacity:.9}.here-for{padding:5rem 3rem;max-width:1100px;margin:0 auto;position:relative;z-index:1;text-align:center}.here-for h2{font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.2;margin-bottom:1.5rem}.here-for h2,.here-for-lede{max-width:720px;margin-left:auto;margin-right:auto}.here-for-lede{font-family:var(--soft-serif);font-style:italic;font-size:1.25rem;color:var(--olive);line-height:1.55;margin-bottom:3rem}.audience-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.audience-link{font-family:var(--sans);font-size:.95rem;font-weight:500;color:var(--deep-olive);text-decoration:none;border:1px solid var(--olive);padding:.85rem 1.75rem;border-radius:999px;transition:all .25s ease;display:inline-flex;align-items:center;gap:.5rem}.audience-link:hover{background:var(--olive);color:var(--cream);transform:translateY(-2px);box-shadow:0 10px 24px -10px rgba(111,125,92,.4)}.audience-link:hover .arrow{transform:translateX(3px)}.audience-link .arrow{transition:transform .25s ease}.closing{background:var(--sand-light);padding:5rem 3rem;text-align:center;position:relative;z-index:1;overflow:hidden}.closing-inner{max-width:640px;margin:0 auto;position:relative;z-index:2}.closing-quote{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.35;color:var(--deep-olive);margin-bottom:2rem}.closing-quote em{color:var(--copper);font-style:italic}.closing-branch{position:absolute;opacity:.12;pointer-events:none}.closing-branch-1{top:-20px;right:5%;width:180px;transform:rotate(15deg)}.closing-branch-2{bottom:-20px;left:5%;width:160px;transform:rotate(-20deg)}.filter-bar{max-width:1200px;margin:3rem auto 0;padding:0 2rem;position:relative;z-index:1}.filter-tabs{display:flex;justify-content:center;gap:0;flex-wrap:wrap;border-bottom:1px solid var(--sand)}.filter-tab{font-family:var(--sans);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--olive);background:transparent;border:none;padding:1rem 1.4rem;cursor:pointer;position:relative;transition:color .25s ease}.filter-tab:after{content:"";position:absolute;left:50%;bottom:-1px;width:0;height:2px;background:var(--copper);transform:translateX(-50%);transition:width .3s ease}.filter-tab.active,.filter-tab:hover{color:var(--copper)}.filter-tab.active:after{width:60%}.filter-count{font-family:var(--sans);font-size:.7rem;color:var(--olive);opacity:.6;margin-left:.3rem}.products{max-width:1200px;margin:3.5rem auto 0;padding:0 2rem 5rem;position:relative;z-index:1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{background:rgba(255,255,255,.55);border:1px solid var(--sand);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease,opacity .3s ease;text-decoration:none;color:inherit}.product-card.hidden{display:none}.product-card:hover{transform:translateY(-5px);box-shadow:0 30px 50px -25px rgba(47,58,47,.22)}.product-thumb{aspect-ratio:5/3;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-thumb.tone-olive{background:linear-gradient(135deg,#8B9979,#6F7D5C)}.product-thumb.tone-copper{background:linear-gradient(135deg,#D1A07A,#C48A5A)}.product-thumb.tone-sand{background:linear-gradient(135deg,#EDE6D6,#E6DDCF)}.product-thumb.tone-deep{background:linear-gradient(135deg,#4A5848,#2F3A2F)}.product-thumb.tone-gold{background:linear-gradient(135deg,#DDB874,#D1A85C)}.product-thumb svg{width:38%;height:38%;color:rgba(245,241,232,.7);transition:transform .6s ease,color .3s ease}.product-thumb.tone-sand svg{color:rgba(47,58,47,.4)}.product-card:hover .product-thumb svg{transform:scale(1.1) rotate(-3deg);color:rgba(245,241,232,.95)}.product-card:hover .product-thumb.tone-sand svg{color:rgba(47,58,47,.7)}.status-badge{position:absolute;top:.85rem;left:.85rem;font-family:var(--sans);font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:.32rem .7rem;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-badge.live{background:rgba(196,138,90,.9);color:var(--cream)}.status-badge.coming{background:rgba(47,58,47,.7);color:var(--cream)}.status-badge.available{background:rgba(245,241,232,.85);color:var(--deep-olive)}.status-badge.application{background:rgba(209,168,92,.9);color:var(--deep-olive)}.status-badge.free{background:rgba(111,125,92,.9);color:var(--cream)}.product-body{padding:1.5rem 1.4rem;display:flex;flex-direction:column;flex:1 1}.product-category{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--olive);margin-bottom:.55rem}.product-body h3{font-size:1.25rem;line-height:1.2;margin-bottom:.75rem}.product-body p{font-family:var(--sans);font-size:.92rem;color:var(--deep-olive);line-height:1.6;opacity:.85;margin-bottom:1.25rem;flex:1 1}.product-cta{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.4rem;transition:gap .25s ease,color .25s ease;align-self:flex-start}.product-cta.live{color:var(--copper)}.product-cta.disabled{color:var(--olive);opacity:.7;cursor:not-allowed}.product-cta.application{color:var(--copper-deep)}.product-card:hover .product-cta{gap:.7rem}.guarantee{background:var(--sand-light);padding:3rem 2rem;text-align:center;position:relative;z-index:1}.guarantee-inner{max-width:720px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.guarantee-icon{width:56px;height:56px;color:var(--copper);flex-shrink:0}.guarantee-text{text-align:left;flex:1 1;min-width:280px}.guarantee-text h3{font-family:var(--serif);font-style:italic;font-weight:500;font-size:1.5rem;color:var(--deep-olive);margin-bottom:.5rem;line-height:1.2}.guarantee-text p{font-family:var(--sans);font-size:.95rem;color:var(--olive);line-height:1.55}.series-intro{background:rgba(230,221,207,.3);padding:4rem 3rem;margin:3rem 0 0;position:relative;z-index:1}.series-intro-inner{max-width:880px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;grid-gap:3rem;gap:3rem;align-items:center}.series-symbol{display:flex;justify-content:center}.series-symbol svg{width:180px;height:180px;color:var(--olive)}.series-text h2{font-size:2rem;line-height:1.2;margin-bottom:1.25rem}.series-text p{font-family:var(--sans);font-size:1.02rem;line-height:1.75;color:var(--deep-olive);opacity:.9;margin-bottom:1rem}.books-section{max-width:1200px;margin:4rem auto 0;padding:0 2rem;position:relative;z-index:1}.section-title{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(1.6rem,2.8vw,2rem);text-align:center;color:var(--deep-olive);margin-bottom:3rem}.books-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:5rem}.book-card{background:rgba(255,255,255,.6);border:1px solid var(--sand);border-radius:8px;overflow:hidden;display:grid;grid-template-columns:200px 1fr;transition:transform .4s ease,box-shadow .4s ease;text-decoration:none;color:inherit}.book-card:hover{transform:translateY(-4px);box-shadow:0 30px 55px -25px rgba(47,58,47,.22)}.book-cover{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:2/3}.book-cover.tone-olive{background:linear-gradient(135deg,#8B9979,#6F7D5C)}.book-cover.tone-copper{background:linear-gradient(135deg,#D1A07A,#C48A5A)}.book-cover.tone-sand{background:linear-gradient(135deg,#EDE6D6,#E6DDCF)}.book-cover.tone-deep{background:linear-gradient(135deg,#4A5848,#2F3A2F)}.book-cover.tone-gold{background:linear-gradient(135deg,#DDB874,#D1A85C)}.book-cover:before{content:"";position:absolute;top:0;left:0;width:14px;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.15),transparent);pointer-events:none}.book-cover-art{width:70%;height:auto;color:rgba(245,241,232,.85);z-index:1;transition:transform .6s ease}.book-cover.tone-sand .book-cover-art{color:rgba(47,58,47,.5)}.book-card:hover .book-cover-art{transform:scale(1.08) rotate(-2deg)}.book-cover-title{position:absolute;bottom:1rem;left:1.5rem;right:1rem;font-family:var(--serif);font-weight:500;font-size:.78rem;line-height:1.2;color:rgba(245,241,232,.95);text-transform:uppercase;letter-spacing:.08em;z-index:2}.book-cover.tone-sand .book-cover-title{color:rgba(47,58,47,.85)}.book-status{position:absolute;top:1rem;right:1rem;font-family:var(--sans);font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .65rem;border-radius:999px;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.book-status.available{background:rgba(245,241,232,.95);color:var(--deep-olive)}.book-status.coming{background:rgba(47,58,47,.7);color:var(--cream)}.book-body{padding:1.75rem 1.75rem 1.75rem 1.5rem;display:flex;flex-direction:column}.book-meta{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:.85rem}.book-tag{font-family:var(--sans);font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--olive);padding:.25rem .6rem;border:1px solid var(--sand);border-radius:999px}.book-tag.audience{background:var(--sand-light);border-color:transparent}.book-body h3{font-size:1.3rem;line-height:1.2;margin-bottom:.85rem}.book-description{font-family:var(--sans);font-size:.93rem;color:var(--deep-olive);line-height:1.65;opacity:.88;margin-bottom:1.25rem;flex:1 1}.book-cta{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.4rem;transition:gap .25s ease;align-self:flex-start}.book-cta.live{color:var(--copper)}.book-cta.coming,.book-cta.notify{color:var(--olive)}.book-cta.coming{opacity:.7}.book-card:hover .book-cta{gap:.7rem}.scholarship-hero{max-width:960px;margin:0 auto;padding:5rem 2rem 3rem;text-align:center;position:relative;z-index:1}.scholarship-hero:before{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:320px;height:320px;background:radial-gradient(circle,rgba(196,138,90,.12) 0,transparent 70%);pointer-events:none;z-index:-1}.scholarship-hero h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.08;margin-bottom:1.75rem;max-width:760px;margin-left:auto;margin-right:auto}.scholarship-hero h1 em{color:var(--copper);font-style:italic}.scholarship-hero .lede{font-family:var(--soft-serif);font-style:italic;font-size:1.4rem;color:var(--olive);line-height:1.55;max-width:640px;margin:0 auto 2.5rem}.mission{background:rgba(230,221,207,.3);padding:5rem 3rem;position:relative;z-index:1}.mission-inner{max-width:760px;margin:0 auto;text-align:center}.mission h2{font-size:clamp(2rem,3.5vw,2.6rem);line-height:1.2;margin-bottom:1.75rem}.mission p{font-family:var(--sans);font-size:1.08rem;line-height:1.85;color:var(--deep-olive);margin-bottom:1.25rem}.who-what{max-width:1100px;margin:5rem auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;position:relative;z-index:1}.info-card{background:rgba(255,255,255,.6);border:1px solid var(--sand);border-radius:8px;padding:2.5rem 2.25rem;transition:transform .35s ease,box-shadow .35s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 30px 50px -25px rgba(47,58,47,.2)}.info-icon{width:48px;height:48px;color:var(--copper);margin-bottom:1.25rem}.info-card h3{font-size:1.65rem;margin-bottom:1rem;line-height:1.2}.info-card p{font-family:var(--sans);font-size:.98rem;color:var(--deep-olive);line-height:1.7;margin-bottom:1.25rem;opacity:.9}.info-card ul{list-style:none;padding:0}.info-card ul li{font-family:var(--sans);font-size:.96rem;color:var(--deep-olive);line-height:1.55;padding-left:1.5rem;position:relative;margin-bottom:.85rem}.info-card ul li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;border-radius:999px;background:var(--copper)}.info-card ul li strong{font-weight:600;color:var(--deep-olive)}.how-it-works{background:var(--deep-olive);padding:5rem 3rem;position:relative;z-index:1;overflow:hidden}.how-it-works:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(245,241,232,.04) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.how-it-works-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.how-it-works-head{text-align:center;margin-bottom:4rem}.how-it-works-head h2{font-size:clamp(2rem,3.5vw,2.6rem);color:var(--cream);line-height:1.2;margin-bottom:1rem}.how-it-works-head h2 em{color:var(--copper)}.how-it-works-head p{font-family:var(--soft-serif);font-style:italic;font-size:1.2rem;color:var(--sand);line-height:1.5;max-width:580px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}.step{text-align:center;padding:0 .5rem}.step-number{font-family:var(--serif);font-style:italic;font-size:3.5rem;color:var(--copper);line-height:.9;margin-bottom:1rem;opacity:.75}.step h3{font-size:1.4rem;color:var(--cream);margin-bottom:.75rem;line-height:1.2}.step p{font-family:var(--sans);font-size:.96rem;color:var(--sand);line-height:1.7;opacity:.9}.how-it-works-cta{text-align:center}.for-counselors{max-width:880px;margin:5rem auto;padding:0 2rem;position:relative;z-index:1}.counselor-callout{background:var(--sand-light);border-left:4px solid var(--copper);border-radius:0 8px 8px 0;padding:2.5rem}.counselor-callout .tag{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:1rem;display:inline-block}.counselor-callout h3{font-size:1.55rem;margin-bottom:1rem;line-height:1.25}.counselor-callout p{font-family:var(--sans);font-size:1rem;color:var(--deep-olive);line-height:1.7;margin-bottom:1rem}.counselor-callout p:last-of-type{margin-bottom:1.5rem}.counselor-link{font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--copper);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:gap .25s ease}.counselor-link:hover{gap:.7rem}.testimonials-grid{max-width:820px;margin:4rem auto 0;padding:0 2rem 6rem;position:relative;z-index:1}.testimonial-card{background:rgba(255,255,255,.55);border:1px solid var(--sand);border-radius:8px;padding:3rem 3rem 2.5rem;margin-bottom:1.75rem;position:relative;transition:opacity .4s ease,transform .4s ease,box-shadow .4s ease}.testimonial-card.hidden{display:none}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 25px 45px -25px rgba(47,58,47,.2)}.testimonial-card:before{content:'"';position:absolute;top:.5rem;left:1.5rem;font-family:var(--serif);font-style:italic;font-size:5rem;color:var(--copper);opacity:.25;line-height:1}.testimonial-tag{display:inline-block;font-family:var(--sans);font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--copper);background:var(--sand-light);padding:.3rem .75rem;border-radius:999px;margin-bottom:1.25rem}.testimonial-body{font-family:var(--sans);font-size:1.02rem;line-height:1.8;color:var(--deep-olive);margin-bottom:1.75rem}.testimonial-body strong{font-weight:500;color:var(--copper)}.testimonial-card .testimonial-attribution{display:block;padding-top:1.5rem;border-top:1px solid var(--sand);line-height:1.3}.attribution-name{font-family:var(--serif);font-weight:500;font-size:1.05rem;color:var(--deep-olive);margin-bottom:.2rem}.attribution-role{font-family:var(--sans);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--olive)}.empty-state{text-align:center;padding:4rem 2rem;color:var(--olive);font-family:var(--soft-serif);font-style:italic;font-size:1.2rem}.contact-hero{position:relative;z-index:1;max-width:720px;margin:4rem auto 3rem;padding:0 2rem;text-align:center}.contact-hero h1{font-size:clamp(3rem,6vw,4.5rem);line-height:1.05;margin-bottom:1.75rem}.contact-hero h1 em{font-style:italic}.contact-hero h1 .copper{color:var(--copper)}.reassurance-block{max-width:600px;margin:0 auto}.reassurance-block p{font-family:var(--soft-serif);font-size:1.3rem;font-style:italic;color:var(--olive);line-height:1.5;margin-bottom:.5rem}.reassurance-block .promise{color:var(--deep-olive);margin-top:1rem;font-size:1.2rem}.form-wrap{position:relative;z-index:1;max-width:1040px;margin:0 auto 4rem;padding:0 2rem}.form-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}form.contact-form{background:rgba(255,255,255,.55);border:1px solid var(--sand);border-radius:6px;padding:2.75rem 2.5rem;box-shadow:0 1px 0 rgba(47,58,47,.04),0 30px 60px -30px rgba(47,58,47,.15)}.contact-form .row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.contact-form .field{display:flex;flex-direction:column;margin-bottom:1.5rem}.contact-form label{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--olive);margin-bottom:.5rem}.contact-form label .optional{font-weight:400;text-transform:none;letter-spacing:0;color:var(--olive);opacity:.6;margin-left:.4rem;font-size:.78rem}.contact-form input,.contact-form select,.contact-form textarea{font-family:var(--sans);font-size:1rem;color:var(--deep-olive);background:var(--cream);border:1px solid var(--sand);border-radius:4px;padding:.85rem 1rem;width:100%;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--olive);opacity:.45;font-style:italic}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--olive);background:#FBFAF5;box-shadow:0 0 0 3px rgba(111,125,92,.12)}.contact-form textarea{min-height:140px;resize:vertical;font-family:var(--sans)}.contact-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236F7D5C' stroke-width='1.5' d='M1 1.5 L6 6.5 L11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.submit-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.reassurance{font-family:var(--soft-serif);font-style:italic;font-size:.95rem;color:var(--olive)}.contact-form button[type=submit]{font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);background:var(--copper);border:none;padding:1rem 2.25rem;border-radius:999px;cursor:pointer;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;position:relative;overflow:hidden}.contact-form button[type=submit]:after{content:"→";margin-left:.6rem;display:inline-block;transition:transform .25s ease}.contact-form button[type=submit]:hover{background:var(--copper-deep);box-shadow:0 10px 24px -10px rgba(196,138,90,.55)}.contact-form button[type=submit]:hover:after{transform:translateX(4px)}.contact-form button[type=submit]:active{transform:translateY(1px)}.contact-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.form-status{margin-top:1rem;font-family:var(--sans);font-size:.9rem;padding:.75rem 1rem;border-radius:4px}.form-status.success{background:rgba(111,125,92,.1);color:var(--deep-olive);border:1px solid var(--olive)}.form-status.error{background:rgba(217,153,153,.1);color:#8b3a3a;border:1px solid #c97676}.counselor-card{background:var(--sand-light);border:1px solid var(--sand);border-radius:6px;padding:2rem 1.75rem;position:relative;transition:transform .4s ease,box-shadow .4s ease}.counselor-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px -20px rgba(47,58,47,.18)}.counselor-card .tag{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--copper);display:inline-block;margin-bottom:1rem}.counselor-card .tag:before{content:"";display:inline-block;width:22px;height:1px;background:var(--copper);vertical-align:middle;margin-right:.6rem}.counselor-card h3{font-size:1.45rem;line-height:1.2;margin-bottom:1rem}.counselor-card p{font-family:var(--sans);font-size:.95rem;line-height:1.65;color:var(--deep-olive);margin-bottom:.9rem}.counselor-card p:last-child{margin-bottom:0}.counselor-card .signoff{font-family:var(--soft-serif);font-style:italic;font-size:1.05rem;color:var(--olive);margin-top:1.25rem}.contact-social-row{position:relative;z-index:1;max-width:640px;margin:0 auto 4rem;padding:2rem 2rem 0;text-align:center;border-top:1px solid var(--sand)}.contact-social-row p{font-family:var(--soft-serif);font-style:italic;font-size:1.05rem;color:var(--olive);margin-bottom:1.25rem}.contact-social-icons{display:flex;justify-content:center;gap:1.25rem}.contact-social-icons a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--sand);border-radius:999px;color:var(--olive);transition:all .25s ease;background:rgba(255,255,255,.4)}.contact-social-icons a:hover{background:var(--olive);color:var(--cream);border-color:var(--olive);transform:translateY(-2px)}.contact-social-icons svg{width:16px;height:16px;fill:currentColor}@media (max-width:900px){.about-hero{grid-template-columns:1fr;gap:3rem;padding:2.5rem 1.5rem 4rem;text-align:center}.about-hero .hero-lede{margin-left:auto;margin-right:auto}.hero-portrait{order:-1}.portrait-frame{max-width:320px}.story{padding:4rem 1.5rem}.pull-quote{margin:3rem -1rem;padding:2rem 1.5rem}.credentials{padding:4rem 1.5rem}.credentials-grid{grid-template-columns:1fr}.credential{border-left:none;border-top:1px solid var(--sand)}.credential:first-child{border-top:none}.approach{padding:4rem 1.5rem}.approach-grid{grid-template-columns:1fr;gap:2rem}.closing,.here-for{padding:4rem 1.5rem}.products{padding:0 1.25rem 4rem}.filter-tab{padding:.85rem .9rem;font-size:.75rem}.filter-count{display:none}.series-intro{padding:3rem 1.5rem}.series-intro-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.series-symbol svg{width:140px;height:140px}.books-section{padding:0 1.25rem}.books-grid{grid-template-columns:1fr;gap:1.5rem}.book-card{grid-template-columns:130px 1fr}.book-body{padding:1.25rem 1.25rem 1.25rem 1rem}.scholarship-hero{padding:3rem 1.5rem 2rem}.mission{padding:4rem 1.5rem}.who-what{grid-template-columns:1fr;gap:1.5rem;padding:0 1.25rem}.info-card{padding:2rem 1.5rem}.how-it-works{padding:4rem 1.5rem}.steps-grid{grid-template-columns:1fr;gap:2.5rem}.for-counselors{padding:0 1.25rem}.counselor-callout{padding:2rem 1.5rem}.testimonials-grid{padding:0 1.25rem 4rem}.testimonial-card{padding:2rem 1.75rem 1.75rem}.contact-hero{margin:2rem auto;padding:0 1.5rem}form.contact-form{padding:1.75rem 1.25rem}.contact-form .row{grid-template-columns:1fr;gap:0}.submit-row{flex-direction:column;align-items:stretch}.reassurance{text-align:center;order:2}.contact-form button[type=submit]{width:100%;order:1}.form-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:600px){.book-card{grid-template-columns:1fr}.book-cover{aspect-ratio:16/9}.guarantee-text{text-align:center}.product-grid{grid-template-columns:1fr}.filter-tabs{gap:.25rem}.filter-tab{padding:.75rem;font-size:.72rem}.audience-links{flex-direction:column;align-items:stretch;padding:0 2rem}}.foundation-hero{max-width:820px;margin:0 auto;padding:4rem 2rem 3rem;text-align:center;position:relative;z-index:1}.foundation-hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.1;color:var(--deep-olive);margin-bottom:1.5rem}.foundation-hero h1 em{font-style:italic;color:var(--copper)}.foundation-hero .lede{font-family:var(--soft-serif);font-style:italic;font-size:1.3rem;color:var(--olive);line-height:1.55;max-width:640px;margin:0 auto 2.5rem}.foundation-hero-cta{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.download-link{font-family:var(--sans);font-size:.9rem;font-weight:500;letter-spacing:.02em}.hero-meta{font-family:var(--sans);font-size:.85rem;color:var(--olive);letter-spacing:.04em;margin-top:.5rem}.foundation-schedule{max-width:920px;margin:3rem auto 0;padding:0 2rem 4rem;position:relative;z-index:1}.schedule-head{text-align:center;margin-bottom:3.5rem}.schedule-head h2{font-size:clamp(2rem,3.5vw,2.6rem);line-height:1.2;margin-top:1rem}.phase-list{display:flex;flex-direction:column;gap:2.5rem}.phase{background:rgba(255,255,255,.45);border:1px solid var(--sand);border-radius:8px;padding:2.25rem 2.25rem 1.5rem}.phase.phase-bonus{background:var(--sand-light)}.phase-header{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--sand)}.phase-header h3{font-family:var(--serif);font-weight:500;font-size:1.5rem;color:var(--deep-olive);margin-bottom:.5rem;line-height:1.2;letter-spacing:.01em}.phase-header p{font-family:var(--soft-serif);font-style:italic;font-size:1.05rem;color:var(--olive);line-height:1.55}.lesson-list{list-style:none;padding:0;margin:0}.lesson-row{display:grid;grid-template-columns:50px 130px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:baseline;padding:.85rem 0;border-bottom:1px solid rgba(230,221,207,.5);transition:background .2s ease}.lesson-row:last-child{border-bottom:none}.lesson-row:hover{background:rgba(255,255,255,.4)}.lesson-code{font-family:var(--serif);font-style:italic;font-size:1.05rem;font-weight:500;color:var(--copper)}.lesson-date{font-family:var(--sans);font-size:.85rem;color:var(--olive);letter-spacing:.02em}.lesson-title{font-family:var(--sans);font-size:1rem;font-weight:500;color:var(--deep-olive);line-height:1.4}.follow-along{background:var(--deep-olive);padding:5rem 3rem;position:relative;z-index:1;overflow:hidden}.follow-along:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(245,241,232,.04) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.follow-along-inner{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:1}.follow-along .section-eyebrow{color:var(--copper)}.follow-along .section-eyebrow:after,.follow-along .section-eyebrow:before{background:var(--copper)}.follow-along h2{font-family:var(--serif);font-weight:500;font-size:clamp(1.8rem,3vw,2.4rem);color:var(--cream);line-height:1.2;margin:1rem 0}.follow-along h2 em{color:var(--copper);font-style:italic}.follow-along p{font-family:var(--soft-serif);font-style:italic;font-size:1.2rem;color:var(--sand);line-height:1.5;margin-bottom:2rem}.follow-buttons{display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:wrap}.follow-button{font-family:var(--sans);font-size:.95rem;font-weight:500;color:var(--cream);text-decoration:none;border-bottom:1px solid var(--sand);padding-bottom:2px;transition:color .2s ease,border-color .2s ease,padding-bottom .2s ease;display:inline-flex;align-items:center;gap:.4rem}.follow-button:hover{color:var(--copper);border-color:var(--copper);padding-bottom:4px}.follow-button span{transition:transform .25s ease}.follow-button:hover span{transform:translateX(3px)}.weekly-email{background:var(--sand-light);padding:5rem 3rem;position:relative;z-index:1;overflow:hidden}.weekly-email-inner{max-width:620px;margin:0 auto;text-align:center;position:relative;z-index:1}.weekly-email h2{font-family:var(--serif);font-weight:500;font-size:clamp(1.3rem,2.6vw,1.7rem);color:var(--deep-olive);line-height:1.2;margin:1rem 0}.weekly-email h2 em{color:var(--copper);font-style:italic}.weekly-email p{font-family:var(--soft-serif);font-style:italic;font-size:1.15rem;color:var(--olive);line-height:1.55;margin-bottom:2rem}.inline-newsletter-form{display:flex;gap:.5rem;background:rgba(255,255,255,.7);border:1px solid var(--sand);border-radius:999px;padding:.35rem .35rem .35rem 1.25rem;transition:border-color .25s ease,background .25s ease;max-width:480px;margin:0 auto}.inline-newsletter-form:focus-within{border-color:var(--copper);background:rgba(255,255,255,.95)}.inline-newsletter-form input{flex:1 1;background:transparent;border:none;color:var(--deep-olive);font-family:var(--sans);font-size:.95rem;outline:none}.inline-newsletter-form input::placeholder{color:var(--olive);opacity:.55}.inline-newsletter-form button{background:var(--copper);border:none;color:var(--cream);font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.7rem 1.3rem;border-radius:999px;cursor:pointer;transition:background .25s ease;white-space:nowrap}.inline-newsletter-form button:hover{background:var(--copper-deep)}.inline-newsletter-form button:disabled{opacity:.6;cursor:not-allowed}.inline-newsletter-msg{font-family:var(--sans);font-size:.9rem;margin-top:1rem;min-height:1.2em;color:var(--olive)}.inline-newsletter-msg.success{color:var(--copper);font-weight:500}.inline-newsletter-msg.error{color:#8b3a3a}@media (max-width:700px){.foundation-hero{padding:2.5rem 1.5rem 2rem}.foundation-hero-cta{gap:1rem}.foundation-schedule{padding:0 1rem 3rem}.phase{padding:1.5rem 1.25rem 1rem}.lesson-row{grid-template-columns:auto 1fr;gap:.5rem 1rem;grid-template-areas:"code date" "title title";padding:1rem 0}.lesson-code{grid-area:code}.lesson-date{grid-area:date}.lesson-title{grid-area:title}.weekly-email{padding:4rem 1.5rem}.inline-newsletter-form{flex-direction:column;gap:.75rem;padding:.6rem;border-radius:16px}.inline-newsletter-form input{padding:.5rem .75rem}.inline-newsletter-form button{width:100%;padding:.9rem}.follow-along{padding:4rem 1.5rem}.follow-buttons{flex-direction:column;gap:1.25rem}}.resources-disclaimer-wrap{max-width:820px;margin:2rem auto 0;padding:0 2rem;position:relative;z-index:1}.resources-disclaimer{background:var(--sand-light);border-left:4px solid var(--olive);border-radius:0 6px 6px 0;padding:1.5rem 1.75rem}.resources-disclaimer p{font-family:var(--sans);font-size:.95rem;line-height:1.7;color:var(--deep-olive);margin-bottom:.75rem}.resources-disclaimer p:last-child{margin-bottom:0}.resources-disclaimer strong{font-weight:600}.resources-disclaimer .emphasis{font-family:var(--soft-serif);font-style:italic;font-size:1.05rem;color:var(--deep-olive);padding-top:.5rem;border-top:1px solid rgba(111,125,92,.2)}.crisis-callout-wrap{max-width:820px;margin:2.5rem auto 0;padding:0 2rem;position:relative;z-index:1}.crisis-callout{background:linear-gradient(135deg,#F2E4D1 0,var(--sand-light) 100%);border:1px solid var(--copper);border-radius:8px;padding:2rem 2rem 1.75rem;position:relative;box-shadow:0 8px 28px -16px rgba(196,138,90,.4)}.crisis-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.crisis-header svg{width:42px;height:42px;color:var(--copper-deep);flex-shrink:0}.crisis-header h2{font-family:var(--serif);font-weight:500;font-size:clamp(1.4rem,2.5vw,1.65rem);color:var(--deep-olive);line-height:1.2;margin:0}.crisis-intro{font-family:var(--soft-serif);font-style:italic;font-size:1.05rem;color:var(--copper-deep);margin:0 0 1.25rem}.crisis-list{list-style:none;padding:0;margin:0}.crisis-list li{font-family:var(--sans);font-size:1rem;line-height:1.65;color:var(--deep-olive);padding:.7rem 0;border-bottom:1px solid rgba(196,138,90,.25)}.crisis-list li:last-child{border-bottom:none}.crisis-list li strong{font-weight:600}.crisis-list a{color:var(--copper-deep);text-decoration:none;border-bottom:1px solid var(--copper);transition:color .2s ease}.crisis-list a:hover{color:var(--deep-olive)}.crisis-list li.emergency{margin-top:.5rem;text-align:center;font-family:var(--serif);font-style:italic;color:var(--copper-deep)}.resources-grid-wrap{max-width:820px;margin:3rem auto 0;padding:0 2rem;position:relative;z-index:1}.resources-grid{display:flex;flex-direction:column;gap:2.25rem}.resource-section{background:rgba(255,255,255,.45);border:1px solid var(--sand);border-radius:8px;padding:1.75rem 1.75rem 1.5rem}.resource-section-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--sand)}.resource-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--sand-light);color:var(--copper);border-radius:999px;flex-shrink:0}.resource-icon svg{width:28px;height:28px}.resource-section h2{font-family:var(--serif);font-weight:500;font-size:1.4rem;color:var(--deep-olive);line-height:1.3;margin:0}.resource-intro{font-family:var(--soft-serif);font-style:italic;font-size:1.05rem;color:var(--olive);line-height:1.55;margin:0 0 1.25rem}.resource-list{list-style:none;padding:0;margin:0}.resource-list>li{font-family:var(--sans);font-size:.98rem;line-height:1.7;color:var(--deep-olive);padding:.75rem 0 .75rem 1.5rem;border-bottom:1px solid rgba(230,221,207,.5);position:relative}.resource-list>li:last-child{border-bottom:none}.resource-list>li:before{content:"";position:absolute;left:0;top:1.15rem;width:6px;height:6px;border-radius:999px;background:var(--copper)}.resource-list strong{font-weight:600;color:var(--deep-olive)}.resource-list a{color:var(--copper);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.resource-list a:hover{color:var(--copper-deep);border-color:var(--copper)}.resource-list em{font-family:var(--soft-serif);font-style:italic;color:var(--olive)}.resource-sublist{list-style:none;padding:.65rem 0 0;margin:0}.resource-sublist li{padding:.4rem 0 .4rem 1.25rem;position:relative;font-size:.95rem}.resource-sublist li:before{content:"→";position:absolute;left:0;top:.4rem;color:var(--copper);font-weight:600}.last-reviewed{max-width:820px;margin:3.5rem auto 5rem;padding:1.5rem 2rem 0;text-align:center;border-top:1px solid var(--sand);position:relative;z-index:1}.last-reviewed p{font-family:var(--sans);font-size:.88rem;color:var(--olive);line-height:1.55;margin:0;opacity:.85}.last-reviewed em{font-style:italic}@media (max-width:700px){.crisis-callout-wrap,.last-reviewed,.resources-disclaimer-wrap,.resources-grid-wrap{padding:0 1.25rem}.resources-disclaimer{padding:1.25rem}.crisis-callout,.resource-section{padding:1.5rem 1.25rem 1.25rem}.crisis-header{gap:.75rem}.crisis-header svg{width:36px;height:36px}.resource-section-head{gap:.75rem}.resource-icon{width:44px;height:44px}.resource-icon svg{width:24px;height:24px}.resource-section h2{font-size:1.2rem}.last-reviewed{margin:2.5rem auto 3rem;padding:1.25rem 1.25rem 0}}.product-container{max-width:1100px;margin:0 auto;padding:0 2rem}.product-narrow{max-width:720px;margin:0 auto;padding:0 2rem}.product-section-heading{font-family:var(--serif);font-weight:500;font-size:clamp(2rem,3.5vw,2.6rem);line-height:1.2;color:var(--deep-olive);text-align:center;margin:0 0 2.5rem}.product-section-heading em{font-style:italic;color:var(--copper)}.product-hero{padding:4rem 0 3rem;position:relative;z-index:1}.product-hero-inner{max-width:820px;margin:0 auto;padding:0 2rem;text-align:center}.product-eyebrow{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--copper);margin:0 0 1rem}.product-hero-title{font-family:var(--serif);font-weight:500;font-size:clamp(2.4rem,5vw,3.75rem);line-height:1.05;color:var(--deep-olive);margin:0 0 1.5rem}.product-hero-sub{font-family:var(--soft-serif);font-style:italic;font-size:1.3rem;color:var(--olive);line-height:1.55;max-width:640px;margin:0 auto 2.5rem}.product-vsl{margin:0 auto 2.5rem;max-width:720px}.product-vsl-frame{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;background:var(--deep-olive);box-shadow:0 30px 60px -25px rgba(47,58,47,.35)}.product-vsl-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.product-vsl-caption{font-family:var(--soft-serif);font-style:italic;font-size:.98rem;color:var(--olive);text-align:center;margin:1rem 0 0}.product-hero-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem}.product-hero-price{font-family:var(--sans);font-size:.9rem;color:var(--olive);margin:0;letter-spacing:.05em}.product-problem{padding:4rem 0;background:var(--sand-light);position:relative;z-index:1}.product-problem h2{font-family:var(--serif);font-weight:500;font-size:clamp(1.8rem,3vw,2.4rem);margin:0 0 1.5rem;line-height:1.2}.product-problem h2,.product-problem p{color:var(--deep-olive);text-align:center}.product-problem p{font-family:var(--sans);font-size:1.05rem;line-height:1.75;margin:0 0 1.25rem}.product-problem p:last-child{font-family:var(--soft-serif);font-style:italic;font-size:1.2rem;color:var(--olive);margin-bottom:0}.product-foryou{padding:5rem 0;position:relative;z-index:1}.product-foryou-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem}.product-foryou-card{background:rgba(255,255,255,.55);border:1px solid var(--sand);border-radius:8px;padding:1.75rem 1.25rem 1.5rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.product-foryou-card:hover{transform:translateY(-3px);box-shadow:0 24px 40px -20px rgba(47,58,47,.15)}.product-foryou-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;color:var(--copper);background:var(--sand-light);border-radius:999px;margin-bottom:1rem}.product-foryou-icon svg{width:24px;height:24px}.product-foryou-card h3{font-family:var(--serif);font-weight:500;font-size:1.05rem;line-height:1.25;color:var(--deep-olive);margin:0 0 .6rem}.product-foryou-card p{font-family:var(--sans);font-size:.92rem;color:var(--deep-olive);line-height:1.6;margin:0}.product-included{padding:5rem 0;background:rgba(230,221,207,.3);position:relative;z-index:1}.product-included-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.product-included-item{background:rgba(255,255,255,.6);border:1px solid var(--sand);border-radius:6px;padding:1.5rem 1.75rem}.product-included-item h3{font-family:var(--serif);font-weight:500;font-style:italic;font-size:1.3rem;color:var(--copper);margin:0 0 .5rem;line-height:1.2}.product-included-item p{font-family:var(--sans);font-size:.98rem;color:var(--deep-olive);line-height:1.65;margin:0}.product-meet{padding:5rem 0;position:relative;z-index:1}.product-meet-inner{max-width:1000px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:320px 1fr;grid-gap:3rem;gap:3rem;align-items:start}.product-meet-portrait{display:flex;justify-content:center}.product-meet-frame{position:relative;width:100%;max-width:300px}.product-meet-frame:before{content:"";position:absolute;inset:-16px -16px 16px 16px;background:var(--sand-light);border-radius:6px;z-index:0}.product-meet-frame img{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:4px;filter:contrast(1.05) sepia(.04)}.product-meet-body h2{font-family:var(--serif);font-weight:500;font-size:clamp(1.8rem,3vw,2.4rem);color:var(--deep-olive);margin:0 0 1.25rem;line-height:1.2}.product-meet-body p{font-family:var(--sans);font-size:1rem;color:var(--deep-olive);line-height:1.7;margin:0 0 1rem}.product-testimonials{padding:5rem 0;background:var(--sand-light);position:relative;z-index:1}.product-testimonials .product-section-heading{font-size:clamp(1.7rem,2.8vw,2.2rem)}.product-testimonials-list{display:flex;flex-direction:column;gap:1.5rem;max-width:820px;margin:0 auto}.product-testimonial{background:rgba(255,255,255,.65);border:1px solid var(--sand);border-radius:8px;padding:2rem 2rem 1.5rem;margin:0;position:relative}.product-testimonial:before{content:'"';position:absolute;top:.25rem;left:1rem;font-family:var(--serif);font-style:italic;font-size:4.5rem;color:var(--copper);opacity:.2;line-height:1}.product-testimonial-body{font-family:var(--sans);font-size:1rem;color:var(--deep-olive);line-height:1.75;margin:0 0 1.25rem}.product-testimonial-attrib{padding-top:.6rem;border-top:1px solid var(--sand)}.product-testimonial-name{font-family:var(--serif);font-weight:600;font-size:1.05rem;color:var(--copper);display:block;margin-bottom:.15rem}.product-testimonial-role{font-family:var(--sans);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--deep-olive);opacity:.7}.product-colleges{padding:5rem 0;position:relative;z-index:1}.product-colleges-sub{font-family:var(--soft-serif);font-style:italic;font-size:1.15rem;color:var(--olive);text-align:center;max-width:720px;margin:-1.5rem auto 2.5rem;line-height:1.55}.product-colleges-grid{list-style:none;padding:0;margin:0 auto;max-width:960px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem 1.25rem;gap:1.5rem 1.25rem}.product-colleges-grid li{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;padding:1rem .5rem;border-radius:8px;transition:background .25s ease,transform .25s ease}.product-colleges-grid li:hover{background:rgba(255,255,255,.55);transform:translateY(-2px)}.product-colleges-grid img{width:100%;max-width:140px;height:80px;object-fit:contain;display:block}.product-college-name{font-family:var(--sans);font-size:.82rem;font-weight:500;color:var(--olive);letter-spacing:.02em;text-align:center;line-height:1.3}.product-valuestack{padding:5rem 0;background:var(--deep-olive);color:var(--cream);position:relative;z-index:1;overflow:hidden}.product-valuestack:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(245,241,232,.05) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.product-valuestack .product-container{position:relative;z-index:1;max-width:720px}.product-valuestack-head{text-align:center;margin-bottom:2.5rem}.product-valuestack-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(2rem,3.5vw,2.6rem);color:var(--cream);margin:0 0 .5rem;line-height:1.2}.product-valuestack-subheadline{font-family:var(--soft-serif);font-style:italic;font-size:1.15rem;color:var(--sand);margin:0}.product-valuestack-list{list-style:none;padding:0;margin:0 0 1.5rem;border-top:1px solid rgba(245,241,232,.15)}.product-valuestack-list li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem .25rem;border-bottom:1px solid rgba(245,241,232,.15);font-family:var(--sans);color:var(--cream)}.product-valuestack-label{font-size:1rem}.product-valuestack-value{font-family:var(--serif);font-style:italic;font-size:1rem;color:var(--copper);white-space:nowrap}.product-valuestack-total{padding:1.5rem .25rem;border-bottom:1px solid rgba(245,241,232,.15);font-family:var(--sans);font-size:1.15rem;color:var(--cream)}.product-valuestack-total p{margin:.35rem 0;display:flex;justify-content:space-between;gap:1rem}.product-valuestack-price{color:var(--copper);font-size:1.3rem}.product-valuestack-support{font-family:var(--sans);font-size:.98rem;color:var(--sand);line-height:1.75;margin:1.25rem 0}.product-inline-cta{text-align:center;margin-top:2rem}.product-guarantee{padding:5rem 0;position:relative;z-index:1}.product-guarantee-inner{max-width:900px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:200px 1fr;grid-gap:3rem;gap:3rem;align-items:center}.product-guarantee-seal{display:flex;justify-content:center}.product-guarantee-seal svg{width:180px;height:180px;color:var(--copper)}.product-guarantee-body h2{font-family:var(--serif);font-weight:500;font-style:italic;font-size:clamp(1.6rem,2.6vw,2rem);color:var(--deep-olive);margin:0 0 1rem;line-height:1.2}.product-guarantee-body p{font-family:var(--sans);font-size:1rem;color:var(--deep-olive);line-height:1.7;margin:0 0 1rem}.product-guarantee-body p:last-child{font-family:var(--soft-serif);font-style:italic;color:var(--olive);margin-bottom:0}.product-faq{padding:5rem 0;background:var(--sand-light);position:relative;z-index:1}.product-faq-list{max-width:720px;margin:0 auto;border-top:1px solid var(--sand)}.product-faq-item{border-bottom:1px solid var(--sand);padding:1.25rem 0}.product-faq-item summary{font-family:var(--serif);font-weight:500;font-size:1.15rem;color:var(--deep-olive);cursor:pointer;list-style:none;padding-right:2rem;position:relative;line-height:1.35}.product-faq-item summary::-webkit-details-marker{display:none}.product-faq-item summary:after{content:"+";position:absolute;top:50%;right:0;transform:translateY(-50%);font-family:var(--serif);font-size:1.4rem;color:var(--copper);transition:transform .25s ease}.product-faq-item[open] summary:after{content:"−"}.product-faq-item p{font-family:var(--sans);font-size:.98rem;color:var(--deep-olive);line-height:1.75;margin:.85rem 0 0;padding-right:2rem}.product-final-cta{padding:5rem 0;background:var(--deep-olive);color:var(--cream);text-align:center;position:relative;z-index:1;overflow:hidden}.product-final-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(245,241,232,.05) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.product-final-cta-inner{max-width:720px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.product-final-cta h2{font-family:var(--serif);font-weight:500;font-size:clamp(2rem,3.5vw,2.6rem);color:var(--cream);line-height:1.2;margin:0 0 1rem}.product-final-cta-sub{font-family:var(--soft-serif);font-style:italic;font-size:1.25rem;color:var(--sand);margin:0 0 1.5rem;line-height:1.5}.product-final-cta-body{font-family:var(--sans);font-size:1.02rem;color:var(--sand);line-height:1.7;margin:0 0 2rem}.product-final-cta .btn-primary{background:var(--copper)}.product-final-cta .btn-primary:hover{background:var(--cream);color:var(--deep-olive)}@media (max-width:900px){.product-foryou-grid{grid-template-columns:repeat(2,1fr)}.product-meet-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.product-meet-portrait{justify-content:center}.product-meet-body h2{text-align:center}.product-guarantee-inner{grid-template-columns:1fr;gap:1.5rem;text-align:center}.product-guarantee-seal svg{width:140px;height:140px}.product-colleges-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.product-hero{padding:3rem 0 2rem}.product-colleges,.product-faq,.product-final-cta,.product-foryou,.product-guarantee,.product-included,.product-meet,.product-problem,.product-testimonials,.product-valuestack{padding:3.5rem 0}.product-foryou-grid{grid-template-columns:1fr}.product-colleges-grid{grid-template-columns:repeat(2,1fr)}.product-colleges-grid li{font-size:.95rem;padding:.85rem .5rem}.product-testimonial{padding:1.5rem 1.25rem 1.25rem}.product-included-item{padding:1.25rem}.product-valuestack-list li,.product-valuestack-total p{flex-direction:column;align-items:flex-start;gap:.25rem}}