:root{--bm-cream:#fff9f0;--bm-cream-dark:#f5ede0;--bm-coral:#ff6b6b;--bm-coral-dark:#e85555;--bm-coral-light:#ffe5e5;--bm-sage:#7cb384;--bm-sage-dark:#5a9a63;--bm-sage-light:#e8f5e9;--bm-navy:#2d3a4a;--bm-navy-light:#4a5568;--bm-gold:#ffb347;--bm-gold-light:#fff3e0;--bm-purple:#9b7ed9;--bm-purple-light:#ede7f6;--bm-shadow:0 4px 20px #2d3a4a1a;--bm-shadow-lg:0 8px 40px #2d3a4a26;--bm-radius:16px;--bm-radius-lg:24px;--bm-radius-full:50px}.bm-curriculum-page{background:var(--bm-cream);color:var(--bm-navy);min-height:100vh;font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.bm-nav{box-shadow:var(--bm-shadow);z-index:1000;background:#fff;position:fixed;top:0;left:0;right:0}.bm-nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.bm-logo{color:var(--bm-navy);align-items:center;gap:.5rem;font-size:1.25rem;text-decoration:none;display:flex}.bm-logo-icon{font-size:1.5rem}.bm-logo-text strong{color:var(--bm-coral)}.bm-nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.bm-nav-toggle span{background:var(--bm-navy);border-radius:2px;width:24px;height:3px}.bm-nav-links{align-items:center;gap:1.5rem;display:flex}.bm-nav-links a{color:var(--bm-navy);font-weight:600;text-decoration:none}.bm-btn{border-radius:var(--bm-radius-full);padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .2s}.bm-btn-primary{background:var(--bm-sage);color:#fff}.bm-btn-primary:hover{background:var(--bm-sage-dark)}.curriculum-hero{background:linear-gradient(135deg,var(--bm-sage),var(--bm-sage-dark));color:#fff;text-align:center;padding:11rem 2rem 4rem}.curriculum-hero-content{max-width:900px;margin:0 auto}.curriculum-hero .hero-badge{border-radius:var(--bm-radius-full);background:#fff3;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-block}.curriculum-hero h1{margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.curriculum-hero>.curriculum-hero-content>p{opacity:.95;max-width:700px;margin:0 auto 2.5rem;font-size:1.25rem}.hero-stats-row{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.hero-stat{text-align:center}.hero-stat .stat-value{font-size:2.5rem;font-weight:900;line-height:1;display:block}.hero-stat .stat-label{opacity:.85;margin-top:.25rem;font-size:.9rem}.section-label{background:var(--bm-coral-light);color:var(--bm-coral);border-radius:var(--bm-radius-full);margin-bottom:1rem;padding:.375rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.design-section{background:#fff;padding:5rem 2rem}.design-container{max-width:1200px;margin:0 auto}.design-header{text-align:center;max-width:700px;margin:0 auto 3rem}.design-header h2{color:var(--bm-navy);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.design-header p{color:var(--bm-navy-light);font-size:1.1rem}.design-principles{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.principle-card{background:var(--bm-cream);border-radius:var(--bm-radius-lg);padding:2rem;transition:transform .3s,box-shadow .3s}.principle-card:hover{box-shadow:var(--bm-shadow);transform:translateY(-5px)}.principle-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.principle-card h3{color:var(--bm-navy);margin-bottom:.75rem;font-size:1.25rem}.principle-card p{color:var(--bm-navy-light);font-size:.95rem;line-height:1.6}.grades-section{background:var(--bm-cream);padding:5rem 2rem}.grades-container{max-width:1200px;margin:0 auto}.grades-header{text-align:center;max-width:600px;margin:0 auto 3rem}.grades-header h2{color:var(--bm-navy);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.grades-header p{color:var(--bm-navy-light);font-size:1.1rem}.grades-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.grade-card-link{color:inherit;text-decoration:none;display:block}.grade-card{border-radius:var(--bm-radius-lg);box-shadow:var(--bm-shadow);border-top:5px solid var(--grade-color,var(--bm-coral));background:#fff;flex-direction:column;height:100%;padding:1.75rem;transition:transform .3s,box-shadow .3s;display:flex}.grade-card:hover{box-shadow:var(--bm-shadow-lg);transform:translateY(-8px)}.grade-card .grade-badge{background:linear-gradient(135deg,var(--grade-color,var(--bm-coral)),color-mix(in srgb,var(--grade-color,var(--bm-coral))70%,black));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:1.25rem;font-weight:900;display:flex}.grade-card h3{color:var(--bm-navy);margin-bottom:.25rem;font-size:1.25rem}.grade-card .grade-age{color:var(--grade-color,var(--bm-coral));margin-bottom:.75rem;font-size:.85rem;font-weight:600}.grade-card .grade-description{color:var(--bm-navy-light);flex-grow:1;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.grade-subjects{flex-wrap:wrap;gap:.375rem;margin-bottom:1rem;display:flex}.subject-tag{background:var(--bm-cream);border-radius:var(--bm-radius-full);color:var(--bm-navy-light);padding:.25rem .625rem;font-size:.7rem;font-weight:600}.subject-tag.more{background:var(--grade-color,var(--bm-coral));color:#fff}.grade-stats{border-top:1px solid var(--bm-cream-dark);gap:1.5rem;margin-bottom:1rem;padding-top:1rem;display:flex}.grade-stat strong{color:var(--grade-color,var(--bm-coral));font-size:1.25rem;display:block}.grade-stat span{color:var(--bm-navy-light);font-size:.75rem}.grade-cta{color:var(--grade-color,var(--bm-coral));margin-top:auto;font-size:.9rem;font-weight:700}.subjects-section{background:#fff;padding:5rem 2rem}.subjects-container{max-width:1200px;margin:0 auto}.subjects-header{text-align:center;max-width:600px;margin:0 auto 3rem}.subjects-header h2{color:var(--bm-navy);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.subjects-header p{color:var(--bm-navy-light);font-size:1.1rem}.subjects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.subject-info-card{background:var(--bm-cream);border-radius:var(--bm-radius);padding:1.5rem;transition:transform .3s}.subject-info-card:hover{transform:translateY(-3px)}.subject-info-card .subject-icon{margin-bottom:.75rem;font-size:2rem;display:block}.subject-info-card h3{color:var(--bm-navy);margin-bottom:.5rem;font-size:1.1rem}.subject-info-card p{color:var(--bm-navy-light);font-size:.9rem;line-height:1.5}.bible-approach-section{background:linear-gradient(135deg,var(--bm-purple-light),var(--bm-cream));padding:5rem 2rem}.bible-approach-container{grid-template-columns:1fr 300px;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.bible-approach-content h2{color:var(--bm-navy);margin-bottom:1rem;font-size:2rem;font-weight:800}.bible-approach-content>p{color:var(--bm-navy-light);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.bible-features{gap:1rem;margin-bottom:1.5rem;display:grid}.bible-feature{border-radius:var(--bm-radius);border-left:4px solid var(--bm-purple);background:#fff;padding:1.25rem}.bible-feature strong{color:var(--bm-purple);margin-bottom:.25rem;display:block}.bible-feature p{color:var(--bm-navy-light);margin:0;font-size:.9rem}.bible-note{color:var(--bm-navy-light);font-style:italic}.spiral-diagram{width:250px;height:250px;margin:0 auto;position:relative}.spiral-year{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex;position:absolute}.spiral-year:first-child{top:0}.spiral-year:nth-child(2){top:35%;right:-20px}.spiral-year:nth-child(3){bottom:0}.spiral-grade{background:var(--bm-purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.25rem;font-size:1.1rem;font-weight:900;display:flex}.spiral-label{color:var(--bm-navy-light);font-size:.75rem;font-weight:600}.spiral-center{text-align:center;width:100px;height:100px;color:var(--bm-purple);box-shadow:var(--bm-shadow);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quick-start-section{background:var(--bm-navy);color:#fff;text-align:center;padding:4rem 2rem}.quick-start-container{max-width:800px;margin:0 auto}.quick-start-container h2{margin-bottom:.75rem;font-size:2rem}.quick-start-container>p{opacity:.9;margin-bottom:2rem}.quick-start-grades{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.quick-grade-btn{background:var(--btn-color,var(--bm-coral));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1rem;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.quick-grade-btn:hover{transform:scale(1.1);box-shadow:0 4px 20px #ffffff4d}.bm-support-banner{max-width:900px;margin:2rem auto;padding:0 2rem}.bm-support-content{background:linear-gradient(135deg,var(--bm-sage),var(--bm-sage-dark));border-radius:var(--bm-radius);color:#fff;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.bm-support-icon{font-size:3rem}.bm-support-content strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.bm-support-content p{opacity:.9;margin:0}.bm-support-content .bm-btn{color:var(--bm-sage-dark);white-space:nowrap;background:#fff;margin-left:auto}.bm-footer{background:var(--bm-navy);color:#fff;text-align:center;padding:3rem 2rem}.bm-footer-brand{margin-bottom:1rem;font-size:1.5rem}.bm-footer-brand .bm-logo,.bm-footer-brand .bm-logo-text{color:#fff}.bm-footer-brand .bm-logo-text span{color:var(--bm-coral)}.bm-footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.bm-footer-links a{color:#fffc;text-decoration:none}.bm-footer-links a:hover{color:#fff}.bm-footer-copyright p{opacity:.8;margin:.5rem 0}.bm-footer-tagline{font-size:.9rem}.bm-footer-attribution{border-top:1px solid #fff3;margin-top:1rem;padding-top:1rem;font-size:.85rem}.bm-footer-attribution a{color:var(--bm-gold)}.bm-curriculum-header,.bm-grade-header{text-align:center;color:#fff;padding:7rem 2rem 3rem;position:relative}.bm-curriculum-header{background:linear-gradient(135deg,var(--subject-color,var(--bm-purple)),color-mix(in srgb,var(--subject-color,var(--bm-purple))80%,black))}.bm-grade-header{background:linear-gradient(135deg,var(--bm-coral),var(--bm-coral-dark))}.bm-header-icon{margin-bottom:1rem;font-size:4rem}.bm-curriculum-header h1,.bm-grade-header h1{margin:0 0 .5rem;font-size:2.5rem}.bm-grade-badge{background:#fff3;border-radius:30px;padding:.5rem 1.5rem;font-weight:600;display:inline-block}.bm-header-brand{opacity:.7;font-size:.85rem;position:absolute;bottom:1rem;right:2rem}.bm-breadcrumbs{max-width:1000px;margin:0 auto;padding:1rem 2rem;font-size:.9rem}.bm-breadcrumbs a{color:var(--bm-navy-light);text-decoration:none}.bm-breadcrumbs a:hover{color:var(--bm-coral)}.bm-separator{color:#ccc;margin:0 .5rem}.bm-current{color:var(--subject-color,var(--bm-coral));font-weight:600}.bm-curriculum-description{text-align:center;max-width:800px;color:var(--bm-navy-light);margin:2rem auto;padding:0 2rem;font-size:1.1rem}.bm-goals-section{border-radius:var(--bm-radius);max-width:800px;box-shadow:var(--bm-shadow);background:#fff;margin:0 auto 2rem;padding:1.5rem 2rem}.bm-goals-section h3{color:var(--subject-color,var(--bm-coral));margin-bottom:1rem}.bm-goals-section ul{margin:0;padding:0;list-style:none}.bm-goals-section li{padding:.5rem 0 .5rem 1.75rem;position:relative}.bm-goals-section li:before{content:"✓";color:var(--subject-color,var(--bm-coral));font-weight:700;position:absolute;left:0}.bm-goals-attribution{text-align:right;color:var(--bm-navy-light);margin-top:1rem;font-size:.8rem;font-style:italic}.bm-weeks-nav{flex-wrap:wrap;align-items:center;gap:.5rem;max-width:1000px;margin:0 auto 1rem;padding:0 2rem;display:flex}.bm-nav-label{color:var(--bm-navy-light);margin-right:.5rem;font-weight:600}.bm-weeks-nav a{color:var(--bm-navy);background:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #00000014}.bm-weeks-nav a:hover{background:var(--subject-color,var(--bm-coral));color:#fff}.bm-weeks-container{max-width:1000px;margin:0 auto;padding:0 2rem 4rem}.bm-week-block{border-radius:var(--bm-radius);box-shadow:var(--bm-shadow);background:#fff;margin-bottom:1rem;overflow:hidden}.bm-week-header{background:linear-gradient(135deg,color-mix(in srgb,var(--subject-color,var(--bm-coral))15%,white),white);border:none;border-left:5px solid var(--subject-color,var(--bm-coral));cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:inherit;transition:background .2s;display:flex}.bm-week-info{flex:1}.bm-week-number{color:var(--subject-color,var(--bm-coral));text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:800;display:block}.bm-week-theme{color:var(--bm-navy);margin-top:.25rem;font-size:1.1rem;font-weight:600;display:block}.bm-week-verse{color:var(--bm-navy-light);background:#fff;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.bm-week-toggle{color:var(--subject-color,var(--bm-coral));font-size:.9rem}.bm-week-lessons{background:#fafafa;padding:.5rem 1rem 1rem}.bm-lesson-item{color:var(--bm-navy);background:#fff;border-left:4px solid #0000;border-radius:12px;align-items:center;gap:1rem;margin:.5rem 0;padding:1rem 1.25rem;text-decoration:none;transition:all .2s;display:flex}.bm-lesson-item:hover{border-left-color:var(--subject-color,var(--bm-coral));transform:translate(4px);box-shadow:0 4px 15px #0000001a}.bm-lesson-day{color:var(--subject-color,var(--bm-coral));min-width:55px;font-size:.85rem;font-weight:800}.bm-lesson-content{flex:1}.bm-lesson-title{margin-bottom:.25rem;font-size:1rem;font-weight:700}.bm-lesson-topic{color:var(--bm-navy-light);font-size:.9rem}.bm-lesson-scripture,.bm-lesson-skill{border-radius:12px;margin-top:.5rem;margin-right:.5rem;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.bm-lesson-scripture{background:color-mix(in srgb,var(--subject-color,var(--bm-coral))15%,white);color:var(--subject-color,var(--bm-coral))}.bm-lesson-skill{color:var(--bm-navy-light);background:#f0f0f0}.bm-lesson-arrow{color:var(--subject-color,var(--bm-coral));opacity:0;font-size:1.25rem;transition:opacity .2s}.bm-lesson-item:hover .bm-lesson-arrow{opacity:1}.bm-attribution{background:var(--bm-navy);color:#fff9;text-align:center;padding:.5rem;font-size:.75rem;position:fixed;bottom:0;left:0;right:0}.subject-hero{color:#fff;text-align:center;padding:11rem 2rem 4rem}.subject-hero-content{max-width:800px;margin:0 auto}.subject-icon-large{margin-bottom:1rem;font-size:4rem}.subject-hero h1{font-family:var(--bm-font-display);margin-bottom:1rem;font-size:2.75rem;font-weight:700}.subject-hero>.subject-hero-content>p{opacity:.95;max-width:600px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.6}.subject-stats{justify-content:center;gap:3rem;display:flex}.subject-stat{text-align:center}.subject-stat .stat-value{font-size:2rem;font-weight:900;display:block}.subject-stat .stat-label{opacity:.9;font-size:.85rem}.goals-section{max-width:900px;margin:0 auto;padding:0 2rem}.goals-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.goal-card{background:var(--bm-cream);border-radius:var(--bm-radius-lg);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.goal-number{background:var(--bm-sage);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.goal-card p{color:var(--bm-navy);margin:0;font-size:.95rem;line-height:1.5}.scope-section{max-width:900px;margin:0 auto;padding:0 2rem}.weeks-container{flex-direction:column;gap:.75rem;display:flex}.week-block{border-radius:var(--bm-radius-lg);box-shadow:var(--bm-shadow-sm);background:#fff;overflow:hidden}.week-block[open]{box-shadow:var(--bm-shadow)}.week-header{cursor:pointer;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background .2s;display:flex}.week-header:hover{background:var(--bm-cream)}.week-number{background:var(--bm-sage);color:#fff;border-radius:var(--bm-radius-full);flex-shrink:0;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.week-theme{color:var(--bm-navy);flex:1;min-width:150px;font-weight:600}.week-brand{color:var(--bm-navy-light);opacity:.5;margin-left:auto;font-size:.7rem;font-weight:400}.bm-copy-mark{clip:rect(0,0,0,0);white-space:nowrap;-webkit-user-select:text;user-select:text;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.week-content,.day-item{position:relative}.week-verse,.week-skill,.week-song{color:var(--bm-navy-light);background:var(--bm-cream);border-radius:var(--bm-radius);padding:.25rem .75rem;font-size:.8rem}.week-content{border-top:1px solid var(--bm-cream-dark);padding:0 1.5rem 1.5rem}.week-verse-full{background:var(--bm-gold-light);border-radius:var(--bm-radius);margin-top:1rem;margin-bottom:1rem;padding:1rem 1.25rem}.verse-label,.materials-label{color:var(--bm-navy);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.week-verse-full p{color:var(--bm-navy);margin:0 0 .5rem;font-style:italic;line-height:1.5}.week-verse-full cite{color:var(--bm-navy-light);font-size:.85rem;font-style:normal}.week-materials{margin-top:1rem;margin-bottom:1rem}.week-materials ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.week-materials li{background:var(--bm-cream);border-radius:var(--bm-radius);color:var(--bm-navy);padding:.25rem .75rem;font-size:.85rem}.week-days{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.day-item{background:var(--bm-cream);border-radius:var(--bm-radius);gap:1rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.day-item:hover{box-shadow:var(--bm-shadow-sm);transform:translate(4px)}.day-number{background:var(--bm-navy);color:#fff;border-radius:var(--bm-radius);flex-shrink:0;height:fit-content;padding:.375rem .75rem;font-size:.75rem;font-weight:700}.day-content h4{color:var(--bm-navy);margin:0 0 .25rem;font-size:1rem}.day-content p{color:var(--bm-navy-light);margin:0 0 .5rem;font-size:.9rem;line-height:1.4}.day-scripture,.day-skill,.day-activity{border-radius:var(--bm-radius);margin-right:.5rem;padding:.2rem .5rem;font-size:.75rem;display:inline-block}.day-scripture{background:var(--bm-gold-light);color:var(--bm-navy)}.day-skill{background:var(--bm-sage-light);color:var(--bm-sage-dark)}.day-activity{background:var(--bm-coral-light);color:var(--bm-coral-dark)}.subject-cta{text-align:center;max-width:600px;margin:0 auto;padding:0 2rem}.subject-cta h2{font-family:var(--bm-font-display);color:#fff;margin-bottom:.75rem;font-size:2rem}.subject-cta p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{border-radius:var(--bm-radius-full);cursor:pointer;border:none;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{color:var(--bm-sage);background:#fff}.btn-primary:hover{background:var(--bm-cream);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffff80;padding:.75rem 1.5rem}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.grade-hero{color:#fff;text-align:center;padding:11rem 2rem 4rem}.grade-hero-content{max-width:800px;margin:0 auto}.breadcrumb{opacity:.9;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.breadcrumb a{color:#fff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{opacity:.7}.grade-badge{border-radius:var(--bm-radius-full);background:#fff3;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.grade-hero h1{font-family:var(--bm-font-display);margin-bottom:1rem;font-size:3rem;font-weight:700}.grade-hero>.grade-hero-content>p{opacity:.95;max-width:600px;margin:0 auto 2rem;font-size:1.2rem}.grade-stats{justify-content:center;gap:3rem;display:flex}.grade-stat{text-align:center}.grade-stat .stat-value{font-size:2rem;font-weight:900;display:block}.grade-stat .stat-label{opacity:.9;font-size:.85rem}.grade-subjects-section{max-width:1000px;margin:0 auto;padding:0 2rem}.grade-subjects-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.grade-subject-card{background:var(--bm-cream);border-radius:var(--bm-radius-lg);color:inherit;border:2px solid #0000;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.grade-subject-card:hover{box-shadow:var(--bm-shadow);border-color:var(--bm-sage);transform:translateY(-4px)}.grade-subject-card .subject-icon{flex-shrink:0;font-size:2.5rem}.grade-subject-card .subject-content h3{color:var(--bm-navy);margin-bottom:.5rem;font-size:1.15rem}.grade-subject-card .subject-content p{color:var(--bm-navy-light);margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.subject-meta{color:var(--bm-sage);justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.subject-arrow{font-size:1.25rem;transition:transform .2s}.grade-subject-card:hover .subject-arrow{transform:translate(4px)}.sample-week-section{max-width:800px;margin:0 auto;padding:0 2rem}.sample-schedule{border-radius:var(--bm-radius-lg);box-shadow:var(--bm-shadow-sm);background:#fff;padding:2rem}.schedule-note{background:var(--bm-gold-light);border-radius:var(--bm-radius);margin-bottom:1.5rem;padding:1rem 1.25rem}.schedule-note p{color:var(--bm-navy);margin:0;font-size:.95rem}.schedule-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.schedule-item{text-align:center;background:var(--bm-cream);border-radius:var(--bm-radius);flex-direction:column;align-items:center;padding:1rem;display:flex}.schedule-icon{margin-bottom:.5rem;font-size:1.75rem}.schedule-name{color:var(--bm-navy);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.schedule-duration{color:var(--bm-navy-light);font-size:.75rem}.grade-cta{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.grade-cta h2{font-family:var(--bm-font-display);color:#fff;margin-bottom:.75rem;font-size:2rem}.grade-cta p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.cta-subjects{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cta-subject-btn{border-radius:var(--bm-radius-full);color:#fff;background:#ffffff26;border:2px solid #ffffff4d;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.cta-subject-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.graduation-section{max-width:700px;margin:0 auto;padding:0 2rem}.graduation-content{text-align:center}.graduation-icon{margin-bottom:1rem;font-size:4rem;display:block}.graduation-content h2{font-family:var(--bm-font-display);color:var(--bm-navy);margin-bottom:1rem;font-size:2rem}.graduation-content>p:first-of-type{color:var(--bm-navy-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.graduation-verse{color:var(--bm-navy);font-size:1.05rem;font-style:italic}.graduation-verse strong{margin-top:.5rem;font-style:normal;display:block}.section--coral-light{background:#fff5f3}@media (max-width:1024px){.design-principles,.grades-grid{grid-template-columns:repeat(2,1fr)}.bible-approach-container{grid-template-columns:1fr}.bible-approach-visual{order:-1}.grade-subjects-grid{grid-template-columns:1fr}.schedule-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.bm-nav-toggle{display:flex}.bm-nav-links{box-shadow:var(--bm-shadow);background:#fff;flex-direction:column;padding:1rem 2rem;display:none;position:absolute;top:100%;left:0;right:0}.bm-nav-links.open{display:flex}.curriculum-hero{padding:10rem 1.5rem 3rem}.curriculum-hero h1{font-size:2rem}.hero-stats-row{gap:1.5rem}.hero-stat .stat-value{font-size:1.75rem}.design-principles,.grades-grid,.subjects-grid{grid-template-columns:1fr}.bm-support-content{text-align:center;flex-direction:column}.bm-support-content .bm-btn{margin-top:1rem;margin-left:0}.quick-start-grades{gap:.5rem}.quick-grade-btn{width:50px;height:50px;font-size:.85rem}.bm-curriculum-header,.bm-grade-header{padding:6rem 1rem 2rem}.bm-curriculum-header h1,.bm-grade-header h1{font-size:1.75rem}.bm-week-header{flex-direction:column;align-items:flex-start}.bm-week-verse{margin-top:.75rem}.bm-lesson-item{flex-direction:column;align-items:flex-start}.bm-lesson-arrow{display:none}.bm-footer-links{flex-direction:column;gap:1rem}.grade-hero{padding:10rem 1.5rem 3rem}.grade-hero h1{font-size:2rem}.grade-stats{gap:1.5rem}.grade-stat .stat-value{font-size:1.5rem}.schedule-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.cta-subjects{gap:.5rem}.cta-subject-btn{padding:.6rem 1rem;font-size:.8rem}.graduation-content h2{font-size:1.5rem}.subject-hero{padding:10rem 1.5rem 3rem}.subject-hero h1{font-size:2rem}.subject-icon-large{font-size:3rem}.subject-stats{gap:1.5rem}.goals-grid{grid-template-columns:1fr}.week-header{flex-wrap:wrap;gap:.5rem}.week-theme{order:2;width:100%}.week-verse,.week-skill,.week-song{order:3}.day-item{flex-direction:column;gap:.5rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}@media (max-width:480px){.hero-stats-row{flex-direction:column;gap:1rem}.spiral-diagram{transform:scale(.8)}.grade-stats{flex-direction:column;gap:1rem}.schedule-grid{grid-template-columns:1fr 1fr}.breadcrumb{font-size:.8rem}.subject-stats{flex-direction:column;gap:1rem}.week-header{padding:.75rem 1rem}.week-content{padding:0 1rem 1rem}.week-brand{display:none}}@media print{.bm-copy-mark{color:#999;text-align:center;padding:.25rem 0;font-size:8pt;display:block;clip:auto!important;white-space:normal!important;width:auto!important;height:auto!important;position:static!important;left:auto!important;overflow:visible!important}.week-brand{opacity:1!important;display:inline!important}}
