*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ink: #0f0e0d;--cream: #f6f2eb;--gold: #c9a84c;--gold-light: #f0dfa0;--rust: #b84c2b;--sage: #3b5e45;--muted: #7a7060;--white: #ffffff;--card: #faf8f4;--border: rgba(15,14,13,.11);--navy: #2b3a52;--serif: "Playfair Display", Georgia, serif;--sans: "DM Sans", sans-serif}body{font-family:var(--sans);background:var(--cream);color:var(--ink);line-height:1.6;font-size:16px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.announce{background:var(--navy);color:var(--white);text-align:center;padding:.6rem 2rem;font-size:.82rem;letter-spacing:.02em}.announce a{color:var(--gold-light);text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:64px;max-width:1400px;margin:0 auto}.logo{font-family:var(--serif);font-size:1.35rem;font-weight:700;color:var(--ink)}.nav-links ul{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:500;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--ink)}.header-right{display:flex;align-items:center;gap:1rem}.nav-login{font-size:.85rem;color:var(--muted);background:none;border:none;cursor:pointer;font-family:var(--sans)}.nav-cta{background:var(--ink);color:var(--cream);border:none;padding:.55rem 1.25rem;font-family:var(--sans);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-block}.nav-cta:hover{background:var(--gold);color:var(--ink)}.cart-icon{position:relative;display:flex;align-items:center;color:var(--ink)}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--gold);color:var(--ink);font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn-primary{background:var(--ink);color:var(--cream);padding:.85rem 2rem;border:none;font-family:var(--sans);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-block}.btn-primary:hover{background:var(--gold);color:var(--ink)}.btn-ghost{background:transparent;color:var(--ink);padding:.85rem 2rem;border:1.5px solid var(--border);font-family:var(--sans);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-block}.btn-ghost:hover{border-color:var(--ink)}.section-label{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:block}.section-heading{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;margin-bottom:1rem;max-width:680px;line-height:1.2}.section-sub{font-size:.95rem;color:var(--muted);max-width:580px;margin-bottom:3rem;line-height:1.75}.hero{min-height:88vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem;position:relative;overflow:hidden;max-width:1400px;margin:0 auto}.hero:before{content:"";position:absolute;right:-80px;top:-80px;width:500px;height:500px;background:radial-gradient(circle,var(--gold-light) 0%,transparent 70%);opacity:.45;pointer-events:none}.hero-eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}.hero h1{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:700;line-height:1.12;margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:var(--rust)}.hero-sub{font-size:1rem;color:var(--muted);max-width:460px;margin-bottom:1.5rem;line-height:1.75}.hero-proof{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.proof-stars{color:var(--gold);font-size:.9rem;letter-spacing:.05em}.proof-text{font-size:.82rem;color:var(--muted)}.proof-text strong{color:var(--ink)}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-trust{font-size:.78rem;color:var(--muted);display:flex;gap:1.25rem;flex-wrap:wrap}.hero-trust span{display:flex;align-items:center;gap:.35rem}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-card-stack{position:relative;width:320px;height:380px}.hcard{position:absolute;border-radius:12px;width:260px;padding:1.5rem;font-size:.85rem}.hcard-1{background:var(--ink);color:var(--cream);top:0;left:40px;z-index:3;box-shadow:0 20px 60px #0000002e}.hcard-2{background:var(--white);color:var(--ink);top:100px;left:0;z-index:2;border:1px solid var(--border);box-shadow:0 8px 32px #00000014}.hcard-3{background:var(--gold-light);color:var(--ink);top:200px;left:60px;z-index:1;box-shadow:0 4px 16px #0000000f}.hcard-label{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:.6;margin-bottom:.5rem}.hcard-title{font-family:var(--serif);font-size:1rem;font-weight:600;margin-bottom:.4rem}.hcard-meta{opacity:.65;font-size:.8rem}.hcard-tag{display:inline-block;font-size:.7rem;background:var(--gold);color:var(--ink);padding:2px 8px;border-radius:20px;margin-top:.5rem}.trust-bar{background:var(--ink);color:var(--cream);padding:1.1rem 4rem;display:flex;gap:2.5rem;align-items:center;overflow-x:auto;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.82rem;white-space:nowrap;opacity:.8}.how-section{padding:5rem 4rem;background:var(--white);border-bottom:1px solid var(--border)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.steps:before{content:"";position:absolute;top:28px;left:calc(16.66% + 1rem);right:calc(16.66% + 1rem);height:2px;background:var(--gold-light);z-index:0}.step{padding-right:2rem;position:relative;z-index:1}.step-num{width:56px;height:56px;border-radius:50%;background:var(--ink);color:var(--cream);font-family:var(--serif);font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.step h3{font-family:var(--serif);font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.step p{font-size:.875rem;color:var(--muted);line-height:1.65}.features-section{padding:5rem 4rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--card);border:1px solid var(--border);padding:2rem}.feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:1rem;background:var(--gold-light)}.feature-card h3{font-family:var(--serif);font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:var(--muted);line-height:1.65}.sample-section{padding:5rem 4rem;background:var(--white);border-top:1px solid var(--border)}.sample-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.sample-text h2{font-family:var(--serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;margin-bottom:1rem;line-height:1.25}.sample-text p{font-size:.95rem;color:var(--muted);line-height:1.75;margin-bottom:1.5rem}.sample-preview{background:var(--card);border:1px solid var(--border);padding:2rem}.sample-preview-label{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.sample-lesson{display:flex;align-items:flex-start;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.sample-lesson:last-child{border-bottom:none}.lesson-icon{width:36px;height:36px;background:var(--gold-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem}.lesson-title{font-size:.875rem;font-weight:500;margin-bottom:.2rem}.lesson-meta{font-size:.78rem;color:var(--muted)}.lesson-free{font-size:.7rem;background:#e4f0e8;color:var(--sage);padding:2px 8px;font-weight:500;margin-left:.5rem}.categories-strip{padding:3rem 4rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cats{display:flex;gap:.75rem;flex-wrap:wrap}.cat-pill{padding:.5rem 1.25rem;border:1.5px solid var(--border);border-radius:50px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;background:transparent}.cat-pill:hover{background:var(--ink);color:var(--cream);border-color:var(--ink)}.testi-section{padding:5rem 4rem;background:var(--navy);color:var(--cream)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.tcard{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:1.75rem}.tcard-stars{color:var(--gold);margin-bottom:.75rem;font-size:.85rem}.tcard-quote{font-size:.9rem;line-height:1.7;opacity:.85;margin-bottom:1rem}.tcard-author{font-size:.8rem;opacity:.5}.email-section{padding:5rem 4rem;text-align:center;border-top:1px solid var(--border)}.email-section h2{font-family:var(--serif);font-size:2rem;font-weight:700;margin-bottom:.75rem}.email-section p{color:var(--muted);font-size:.95rem;margin-bottom:2rem}.email-row{display:flex;max-width:440px;margin:0 auto}.email-row input{flex:1;padding:.85rem 1rem;border:1.5px solid var(--border);border-right:none;background:var(--white);font-family:var(--sans);font-size:.875rem;outline:none}.email-row button{padding:.85rem 1.5rem;background:var(--ink);color:var(--cream);border:none;font-family:var(--sans);font-size:.875rem;font-weight:500;cursor:pointer}.email-row button:hover{background:var(--gold);color:var(--ink)}.form-success{color:var(--sage);font-size:.875rem;margin-top:1rem}.pricing-hero{text-align:center;padding:4rem 4rem 2rem}.pricing-hero h1{font-family:var(--serif);font-size:2.4rem;font-weight:700;margin-bottom:.75rem}.pricing-hero p{color:var(--muted);max-width:480px;margin:0 auto 2rem;font-size:.95rem}.ptoggle{display:inline-flex;background:var(--white);border:1px solid var(--border);padding:.3rem}.ptog{padding:.4rem 1.25rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;background:transparent;font-family:var(--sans)}.ptog.active{background:var(--ink);color:var(--cream)}.save-badge{font-size:.7rem;background:var(--gold-light);color:#7a5c10;padding:2px 8px;font-weight:600}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2.5rem 4rem;max-width:1100px;margin:0 auto}.plan{background:var(--white);border:1px solid var(--border);padding:2rem;position:relative}.plan.featured{background:var(--ink);color:var(--cream);border-color:var(--ink);transform:scale(1.03)}.plan-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--ink);font-size:.7rem;font-weight:600;padding:4px 14px;letter-spacing:.05em;white-space:nowrap}.plan-name{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:.6;margin-bottom:.5rem}.plan-price{font-family:var(--serif);font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.plan-price sup{font-size:1.2rem;vertical-align:top;margin-top:.6rem}.plan-price sub{font-size:.9rem;font-weight:400;opacity:.6}.plan-desc{font-size:.875rem;opacity:.65;margin-bottom:1.5rem;line-height:1.6}.plan-features{list-style:none;margin-bottom:2rem}.plan-features li{font-size:.875rem;padding:.45rem 0;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:.5rem}.plan.featured .plan-features li{border-bottom-color:#ffffff14}.plan-features li:before{content:"\2713";font-weight:700;color:var(--gold);flex-shrink:0}.plan-cta{width:100%;padding:.85rem;font-family:var(--sans);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;display:block;text-align:center}.plan:not(.featured) .plan-cta{background:var(--ink);color:var(--cream)}.plan:not(.featured) .plan-cta:hover{background:var(--gold);color:var(--ink)}.plan.featured .plan-cta{background:var(--gold);color:var(--ink)}.compare-wrap{padding:0 4rem 4rem;max-width:1100px;margin:0 auto}.compare-wrap h3{font-family:var(--serif);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.compare-table{width:100%;border-collapse:collapse;font-size:.875rem}.compare-table th{padding:.85rem 1rem;text-align:center;font-weight:500;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:2px solid var(--border)}.compare-table th:first-child{text-align:left}.compare-table th.highlight{color:var(--ink);background:var(--gold-light)}.compare-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid var(--border);color:var(--muted)}.compare-table td:first-child{text-align:left;color:var(--ink)}.compare-table td.highlight{background:#c9a84c12}.compare-table .check{color:var(--sage)}.compare-table .cross{color:#ccc}.pricing-note{text-align:center;padding:0 2rem 3rem;font-size:.82rem;color:var(--muted)}.about-hero{padding:5rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1400px;margin:0 auto}.about-hero h1{font-family:var(--serif);font-size:2.4rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.about-hero p{color:var(--muted);line-height:1.75;margin-bottom:1rem}.stat-row{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.stat-num{font-family:var(--serif);font-size:2rem;font-weight:700}.stat-lbl{font-size:.8rem;color:var(--muted);margin-top:.25rem}.about-vis{background:var(--card);border:1px solid var(--border);padding:2.5rem}.about-vis-title{font-family:var(--serif);font-size:1rem;font-weight:600;margin-bottom:1rem}.av-row{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.av-label{font-size:.8rem;color:var(--muted);width:110px;flex-shrink:0}.av-bar-wrap{flex:1;height:8px;background:var(--border);overflow:hidden}.av-bar{height:100%;background:var(--gold)}.av-pct{font-size:.8rem;font-weight:500;width:36px;text-align:right}.mission-section{padding:5rem 4rem;background:var(--white);border-top:1px solid var(--border)}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.mission-card{padding:2rem;background:var(--card);border:1px solid var(--border)}.mission-num{font-family:var(--serif);font-size:3rem;font-weight:700;color:var(--gold-light);line-height:1;margin-bottom:1rem}.mission-card h3{font-family:var(--serif);font-size:1.05rem;margin-bottom:.5rem}.mission-card p{font-size:.875rem;color:var(--muted);line-height:1.65}footer{background:var(--ink);color:var(--cream);padding:3rem 4rem 2rem}.ftop{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.fbrand h3{font-family:var(--serif);font-size:1.2rem;margin-bottom:.75rem}.fbrand p{font-size:.85rem;opacity:.55;line-height:1.7;max-width:260px}.fcol h4{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-bottom:1rem}.fcol ul{list-style:none}.fcol li{margin-bottom:.5rem}.fcol a{font-size:.875rem;opacity:.65;text-decoration:none;transition:opacity .2s;color:var(--cream)}.fcol a:hover{opacity:1}.fbot{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.fbot p{font-size:.8rem;opacity:.4}.flegal{display:flex;gap:1.5rem}.flegal a{font-size:.8rem;opacity:.4;color:var(--cream)}@media(max-width:1024px){.hero,.about-hero{grid-template-columns:1fr}.features-grid,.courses-grid,.plans-grid,.testi-grid,.mission-grid,.ftop{grid-template-columns:1fr 1fr}.hero,.how-section,.features-section,.sample-section,.testi-section,.email-section,.categories-strip{padding-left:2rem;padding-right:2rem}.plan.featured{transform:none}.steps:before{display:none}}@media(max-width:640px){.features-grid,.courses-grid,.plans-grid,.testi-grid,.mission-grid,.ftop,.steps,.sample-grid{grid-template-columns:1fr}.nav-links,.hero-card-stack{display:none}.trust-bar{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
