.timeline-section[data-astro-cid-jbc4ngxx]{padding-top:4rem;padding-bottom:5rem}.timeline-header[data-astro-cid-jbc4ngxx]{text-align:center;margin-bottom:4rem}.timeline-header[data-astro-cid-jbc4ngxx] .section-title{color:var(--color-primary)}.timeline-header[data-astro-cid-jbc4ngxx] .section-lead{margin-inline:auto}.timeline-track-wrapper[data-astro-cid-jbc4ngxx]{max-width:800px;margin:0 auto 4rem;padding:0 1rem}.timeline-track[data-astro-cid-jbc4ngxx]{position:relative;padding:2.5rem 0 1rem}.timeline-line[data-astro-cid-jbc4ngxx]{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;height:2px;background:var(--border-soft);z-index:1}.timeline-points[data-astro-cid-jbc4ngxx]{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.timeline-point[data-astro-cid-jbc4ngxx]{background:transparent;border:none;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;transform:translateY(-50%);top:50%;outline:none}.timeline-year[data-astro-cid-jbc4ngxx]{position:absolute;top:-2.2rem;font-weight:700;font-size:1.1rem;color:var(--text-500);letter-spacing:.05em;transition:color .3s,transform .3s}.timeline-dot[data-astro-cid-jbc4ngxx]{width:16px;height:16px;background:var(--border-soft);border-radius:50%;box-shadow:0 0 0 4px var(--color-bg);transition:background .3s,transform .3s,box-shadow .3s}.timeline-point[data-astro-cid-jbc4ngxx]:hover .timeline-year[data-astro-cid-jbc4ngxx],.timeline-point[data-astro-cid-jbc4ngxx].active .timeline-year[data-astro-cid-jbc4ngxx]{color:var(--color-primary);transform:translateY(-3px)}.timeline-point[data-astro-cid-jbc4ngxx].active .timeline-dot[data-astro-cid-jbc4ngxx]{background:var(--color-accent);box-shadow:0 0 0 6px var(--color-bg),0 0 0 8px var(--color-accent);transform:scale(1.1)}.timeline-point[data-astro-cid-jbc4ngxx]:focus-visible .timeline-dot[data-astro-cid-jbc4ngxx]{outline:2px solid var(--color-primary);outline-offset:4px}.timeline-panels[data-astro-cid-jbc4ngxx]{position:relative;max-width:900px;margin:0 auto;min-height:400px}.timeline-panel[data-astro-cid-jbc4ngxx]{display:none;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;animation:fade-in-panel .5s cubic-bezier(.2,.8,.2,1) forwards}.timeline-panel[data-astro-cid-jbc4ngxx].active{display:grid}@keyframes fade-in-panel{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.timeline-panel__image[data-astro-cid-jbc4ngxx]{aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000040}.timeline-panel__image[data-astro-cid-jbc4ngxx] img[data-astro-cid-jbc4ngxx]{width:100%;height:100%;object-fit:cover}.timeline-panel__content[data-astro-cid-jbc4ngxx] h3[data-astro-cid-jbc4ngxx]{margin:0 0 1rem;font-family:Manrope,sans-serif;font-size:clamp(1.5rem,3vw,2rem);color:var(--color-primary);line-height:1.15}.timeline-panel__content[data-astro-cid-jbc4ngxx] p[data-astro-cid-jbc4ngxx]{font-size:1.05rem;color:var(--text-700);line-height:1.65;margin:0}@media(max-width:860px){.timeline-panel[data-astro-cid-jbc4ngxx]{grid-template-columns:1fr;gap:1.5rem}.timeline-panels[data-astro-cid-jbc4ngxx]{min-height:auto}.timeline-header[data-astro-cid-jbc4ngxx]{margin-bottom:2.5rem}.timeline-track-wrapper[data-astro-cid-jbc4ngxx]{margin-bottom:3rem}}.faq-container[data-astro-cid-hqz3ghsx]{display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;align-items:start;padding-top:3rem}@media(max-width:960px){.faq-container[data-astro-cid-hqz3ghsx]{grid-template-columns:1fr}}.faq-list[data-astro-cid-hqz3ghsx]{display:flex;flex-direction:column;gap:1rem}.faq-item[data-astro-cid-hqz3ghsx]{background:#fff;border:none;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 6px #0000001a}.faq-item[data-astro-cid-hqz3ghsx][open]{box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.faq-item[data-astro-cid-hqz3ghsx][open] .faq-icon[data-astro-cid-hqz3ghsx]{transform:rotate(45deg);color:var(--color-primary)}.faq-question[data-astro-cid-hqz3ghsx]{display:flex;justify-content:space-between;align-items:center;padding:1.35rem 1.5rem;font-weight:600;font-size:1.05rem;color:var(--color-primary);cursor:pointer;list-style:none;user-select:none;transition:background .2s ease,opacity .2s ease}.faq-question[data-astro-cid-hqz3ghsx]::-webkit-details-marker{display:none}.faq-question[data-astro-cid-hqz3ghsx]:hover{background:#f8f9fa}.faq-item[data-astro-cid-hqz3ghsx][open] .faq-question[data-astro-cid-hqz3ghsx]:hover{background:transparent}.faq-icon[data-astro-cid-hqz3ghsx]{font-size:1.6rem;color:var(--color-accent);transition:transform .3s cubic-bezier(.2,.8,.2,1),color .3s;line-height:1;font-weight:300;margin-left:1rem}.faq-answer[data-astro-cid-hqz3ghsx]{padding:0 1.5rem 1.4rem;color:var(--text-700);line-height:1.65;animation:fade-down-faq .35s cubic-bezier(.2,.8,.2,1) forwards}@keyframes fade-down-faq{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.testimonials-section[data-astro-cid-3mek2l3j]{padding:6rem 0}.testimonials-grid[data-astro-cid-3mek2l3j]{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.badge[data-astro-cid-3mek2l3j]{display:inline-block;color:var(--color-accent);font-weight:700;font-size:.85rem;letter-spacing:.1em;margin-bottom:1rem}.testimonials-intro[data-astro-cid-3mek2l3j] h2[data-astro-cid-3mek2l3j]{font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);color:#fff;line-height:1.1;letter-spacing:-.03em;margin:0 0 1.25rem}.lead-text[data-astro-cid-3mek2l3j]{color:#ffffffd9;font-size:1.05rem;line-height:1.65;margin-bottom:2.5rem}.satisfaction-row[data-astro-cid-3mek2l3j]{display:flex;align-items:center;gap:1.5rem}.avatars[data-astro-cid-3mek2l3j]{display:flex}.avatar-sm[data-astro-cid-3mek2l3j]{width:48px;height:48px;border-radius:50%;margin-left:-12px;border:3px solid transparent;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#475569;font-size:.9rem;box-shadow:0 0 0 2px #ffffff1a}.avatar-sm[data-astro-cid-3mek2l3j]:first-child{margin-left:0;background:#cbd5e1}.avatar-sm[data-astro-cid-3mek2l3j].bg-blue{background:#bae6fd;color:#0284c7}.avatar-sm[data-astro-cid-3mek2l3j].bg-dark{background:#334155;color:#f8fafc}.avatar-sm[data-astro-cid-3mek2l3j].add-icon{background:var(--color-accent);color:#fff;font-size:1.2rem}.satisfaction-text[data-astro-cid-3mek2l3j]{display:flex;flex-direction:column;justify-content:center}.satisfaction-text[data-astro-cid-3mek2l3j] .highlight-blue[data-astro-cid-3mek2l3j]{color:var(--color-accent);font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:700}.satisfaction-text[data-astro-cid-3mek2l3j] span[data-astro-cid-3mek2l3j]{color:#ffffffb3;font-size:.85rem;line-height:1.3;margin-top:.15rem;font-weight:600}.testimonials-slider-wrapper[data-astro-cid-3mek2l3j]{position:relative;display:flex;align-items:center;width:100%}.testimonials-slider[data-astro-cid-3mek2l3j].card{position:relative;background:#fff;border-radius:4px;box-shadow:0 30px 60px #0000000f;overflow:hidden;width:100%;border:none;padding:0}.slider-top-border[data-astro-cid-3mek2l3j]{position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-accent);z-index:2}.slider-track[data-astro-cid-3mek2l3j]{display:flex;transition:transform .5s cubic-bezier(.25,1,.5,1)}.slide[data-astro-cid-3mek2l3j]{flex:0 0 100%;padding:4rem 3.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.stars[data-astro-cid-3mek2l3j]{display:flex;gap:.25rem;margin-bottom:2rem;justify-content:center}.stars[data-astro-cid-3mek2l3j] .star[data-astro-cid-3mek2l3j]{width:18px;height:18px;color:#334155}.quote[data-astro-cid-3mek2l3j]{font-size:1.125rem;line-height:1.8;color:#475569;margin:0 0 2.5rem;font-weight:500}.author-block[data-astro-cid-3mek2l3j]{display:flex;align-items:center;gap:1rem;text-align:left}.avatar-lg[data-astro-cid-3mek2l3j]{width:56px;height:56px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#475569;font-size:1.1rem}.avatar-lg[data-astro-cid-3mek2l3j].bg-image-mock{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.author-info[data-astro-cid-3mek2l3j]{display:flex;flex-direction:column}.author-info[data-astro-cid-3mek2l3j] strong[data-astro-cid-3mek2l3j]{font-size:1.05rem;color:var(--color-primary);font-weight:700;margin-bottom:.2rem}.author-info[data-astro-cid-3mek2l3j] span[data-astro-cid-3mek2l3j]{color:var(--color-accent);font-size:.85rem;font-weight:600}.slider-arrow[data-astro-cid-3mek2l3j]{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:none;box-shadow:0 10px 25px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#475569;transition:all .2s ease}.slider-arrow[data-astro-cid-3mek2l3j]:hover{color:var(--color-accent);transform:translateY(-50%) scale(1.05)}.slider-arrow[data-astro-cid-3mek2l3j] svg[data-astro-cid-3mek2l3j]{width:20px;height:20px}.slider-arrow[data-astro-cid-3mek2l3j].prev{left:-24px}.slider-arrow[data-astro-cid-3mek2l3j].next{right:-24px}@media(max-width:960px){.testimonials-grid[data-astro-cid-3mek2l3j]{grid-template-columns:1fr}.testimonials-intro[data-astro-cid-3mek2l3j]{text-align:center}.satisfaction-row[data-astro-cid-3mek2l3j]{justify-content:center}.slider-arrow[data-astro-cid-3mek2l3j].prev{left:-10px}.slider-arrow[data-astro-cid-3mek2l3j].next{right:-10px}.slide[data-astro-cid-3mek2l3j]{padding:3rem 2rem}}.practice-section[data-astro-cid-zhe6yam7]{background:var(--color-bg);padding-block:clamp(4rem,7vw,6.5rem)}.practice-grid[data-astro-cid-zhe6yam7]{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.practice-kicker[data-astro-cid-zhe6yam7]{margin:0 0 .75rem;color:var(--color-accent);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.practice-copy[data-astro-cid-zhe6yam7] h2[data-astro-cid-zhe6yam7]{margin:0 0 1.4rem;font-family:Montserrat,sans-serif;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:850;line-height:1.15;color:var(--color-primary-deep);max-width:22ch}.practice-lead[data-astro-cid-zhe6yam7]{margin:0 0 1.1rem;color:var(--text-900);font-size:1.08rem;font-weight:500;line-height:1.7}.practice-text[data-astro-cid-zhe6yam7]{margin:0 0 1.8rem;color:var(--text-700);font-size:.98rem;line-height:1.7}.practice-quote[data-astro-cid-zhe6yam7]{margin:0;padding:1.1rem 0 1.1rem 1.4rem;border-left:3px solid var(--color-accent);color:var(--color-primary-deep);font-family:Montserrat,sans-serif;font-size:1.12rem;font-weight:700;line-height:1.5;font-style:normal}.practice-panel[data-astro-cid-zhe6yam7]{display:grid;border-radius:var(--radius-card);background:#fff;border:1px solid var(--border-soft);box-shadow:var(--shadow-card);overflow:hidden}.practice-row[data-astro-cid-zhe6yam7]{position:relative;display:grid;grid-template-columns:8.5rem auto 1fr;align-items:center;gap:1.1rem;padding:1.25rem 1.6rem;border-bottom:1px solid var(--border-soft);transition:background var(--transition);opacity:0;transform:translate(14px)}.practice-row[data-astro-cid-zhe6yam7][data-reveal].is-revealed{animation:practice-row-in .6s ease forwards}@keyframes practice-row-in{to{opacity:1;transform:translate(0)}}.practice-row[data-astro-cid-zhe6yam7]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-accent);transform:scaleY(0);transform-origin:top;transition:transform .3s ease}.practice-row[data-astro-cid-zhe6yam7]:hover{background:var(--color-bg-soft)}.practice-row[data-astro-cid-zhe6yam7]:hover:before{transform:scaleY(1)}.practice-row[data-astro-cid-zhe6yam7]:last-child{border-bottom:none}.practice-row__label[data-astro-cid-zhe6yam7]{font-size:.82rem;font-weight:700;color:var(--text-500);line-height:1.35}.practice-row__value[data-astro-cid-zhe6yam7]{font-family:Montserrat,sans-serif;font-size:clamp(1.3rem,2vw,1.55rem);font-weight:850;color:var(--color-accent);white-space:nowrap}.practice-row__desc[data-astro-cid-zhe6yam7]{color:var(--text-700);font-size:.86rem;line-height:1.5}.workshop-section[data-astro-cid-zhe6yam7]{padding-block:clamp(4.5rem,8vw,7.5rem)}.workshop-grid[data-astro-cid-zhe6yam7]{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2.5rem,4vw,4rem);align-items:center}.workshop-collage[data-astro-cid-zhe6yam7]{position:relative;aspect-ratio:4 / 5}.workshop-collage__main[data-astro-cid-zhe6yam7]{position:absolute;inset:0 8% 12% 0;width:92%;height:88%;object-fit:cover;border-radius:var(--radius-card);box-shadow:0 24px 50px #00000059;border:1px solid rgba(255,255,255,.1)}.workshop-collage__accent[data-astro-cid-zhe6yam7]{position:absolute;left:0;bottom:0;width:62%;aspect-ratio:16 / 9;object-fit:cover;border-radius:12px;border:4px solid var(--color-primary-deep);box-shadow:0 18px 36px #0006}.workshop-kicker[data-astro-cid-zhe6yam7]{display:inline-block;color:#38bdf8;font-size:.8rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem}.workshop-body[data-astro-cid-zhe6yam7] h2[data-astro-cid-zhe6yam7]{font-family:Montserrat,sans-serif;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:850;line-height:1.15;color:#fff;margin:0 0 1.1rem;max-width:20ch}.workshop-lead[data-astro-cid-zhe6yam7]{color:#e2eef8d9;font-size:1.02rem;line-height:1.7;margin:0 0 2.2rem;max-width:42rem}.equipment-board[data-astro-cid-zhe6yam7]{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.14)}.board-item[data-astro-cid-zhe6yam7]{display:grid;grid-template-columns:3rem 1fr;gap:1.1rem;padding:1.15rem 0;border-bottom:1px solid rgba(255,255,255,.12);transition:transform var(--transition);opacity:0;transform:translateY(10px)}.board-item[data-astro-cid-zhe6yam7][data-reveal].is-revealed{animation:board-item-in .55s ease forwards}@keyframes board-item-in{to{opacity:1;transform:translateY(0)}}.board-item[data-astro-cid-zhe6yam7]:hover{transform:translate(6px)}.board-item[data-astro-cid-zhe6yam7]:last-child{border-bottom:none}.board-item__index[data-astro-cid-zhe6yam7]{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:850;color:#38bdf8;line-height:1.6}.board-item__body[data-astro-cid-zhe6yam7] h3[data-astro-cid-zhe6yam7]{margin:0 0 .3rem;font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:800;color:#fff}.board-item__body[data-astro-cid-zhe6yam7] p[data-astro-cid-zhe6yam7]{margin:0;color:#dcebf8c7;font-size:.9rem;line-height:1.55}.responsibility-section[data-astro-cid-zhe6yam7]{background:var(--color-bg);padding-block:clamp(4.5rem,7vw,7rem)}.responsibility-header[data-astro-cid-zhe6yam7]{max-width:46rem;margin-bottom:clamp(2.5rem,4vw,3.5rem)}.responsibility-kicker[data-astro-cid-zhe6yam7]{margin:0 0 .65rem;color:var(--color-accent);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.responsibility-header[data-astro-cid-zhe6yam7] h2[data-astro-cid-zhe6yam7]{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:850;line-height:1.18;color:var(--color-primary-deep)}.responsibility-rows[data-astro-cid-zhe6yam7]{border-top:1px solid var(--border-soft)}.resp-row[data-astro-cid-zhe6yam7]{position:relative;display:grid;grid-template-columns:4.5rem 16rem 1fr;gap:clamp(1.25rem,3vw,2.75rem);align-items:baseline;padding:clamp(1.8rem,3vw,2.4rem) 0;padding-left:1.5rem;border-bottom:1px solid var(--border-soft);transition:padding-left var(--transition)}.resp-row[data-astro-cid-zhe6yam7]:hover{padding-left:2.1rem}.resp-row__accent[data-astro-cid-zhe6yam7]{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-accent);transform:scaleY(0);transform-origin:top;transition:transform .35s ease}.resp-row[data-astro-cid-zhe6yam7]:hover .resp-row__accent[data-astro-cid-zhe6yam7]{transform:scaleY(1)}.resp-row__num[data-astro-cid-zhe6yam7]{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:850;color:rgb(var(--color-primary-rgb) / .25);line-height:1}.resp-row[data-astro-cid-zhe6yam7]:hover .resp-row__num[data-astro-cid-zhe6yam7]{color:var(--color-accent)}.resp-row__thesis[data-astro-cid-zhe6yam7]{margin:0;font-family:Montserrat,sans-serif;font-size:1.28rem;font-weight:800;color:var(--color-primary-deep);line-height:1.3}.resp-row__text[data-astro-cid-zhe6yam7]{margin:0;color:var(--text-700);font-size:.98rem;line-height:1.7;max-width:46rem}.standards-bar-section[data-astro-cid-zhe6yam7]{padding-block:1.75rem;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.standards-bar[data-astro-cid-zhe6yam7]{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1.5rem,3vw,3rem)}.standards-bar__kicker[data-astro-cid-zhe6yam7]{flex-shrink:0;color:#38bdf8;font-size:.74rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;padding-right:clamp(1.5rem,3vw,3rem);border-right:1px solid rgba(255,255,255,.16)}.standards-bar__item[data-astro-cid-zhe6yam7]{display:flex;flex-direction:column;gap:.2rem}.standards-bar__label[data-astro-cid-zhe6yam7]{font-size:.74rem;color:#dcebf8a6;font-weight:600}.standards-bar__value[data-astro-cid-zhe6yam7]{font-size:.92rem;font-weight:800;color:#fff;white-space:nowrap}.reach-section[data-astro-cid-zhe6yam7]{background:var(--color-bg);padding-block:clamp(4.5rem,7vw,7rem)}.reach-header[data-astro-cid-zhe6yam7]{max-width:44rem;margin-bottom:clamp(2.75rem,4vw,3.75rem)}.reach-kicker[data-astro-cid-zhe6yam7]{margin:0 0 .65rem;color:var(--color-accent);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.reach-header[data-astro-cid-zhe6yam7] h2[data-astro-cid-zhe6yam7]{margin:0 0 .9rem;font-family:Montserrat,sans-serif;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:850;line-height:1.18;color:var(--color-primary-deep)}.reach-lead[data-astro-cid-zhe6yam7]{margin:0;color:var(--text-700);font-size:1.02rem;line-height:1.7}.reach-flow[data-astro-cid-zhe6yam7]{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.reach-flow[data-astro-cid-zhe6yam7]:before{content:"";position:absolute;top:1.1rem;left:calc(100% / 6);right:calc(100% / 6);height:2px;background:repeating-linear-gradient(90deg,rgb(var(--color-primary-rgb) / .25) 0,rgb(var(--color-primary-rgb) / .25) 8px,transparent 8px,transparent 16px);z-index:0}.reach-stage[data-astro-cid-zhe6yam7]{position:relative;z-index:1;opacity:0;transform:translateY(18px)}.reach-stage[data-astro-cid-zhe6yam7][data-reveal].is-revealed{animation:reach-stage-in .6s ease forwards}@keyframes reach-stage-in{to{opacity:1;transform:translateY(0)}}.reach-stage__marker[data-astro-cid-zhe6yam7]{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:999px;background:var(--color-accent);color:#fff;font-family:Montserrat,sans-serif;font-weight:850;font-size:.95rem;margin-bottom:1.1rem;box-shadow:0 8px 18px rgb(var(--color-accent-rgb) / .3)}.reach-stage[data-astro-cid-zhe6yam7] h3[data-astro-cid-zhe6yam7]{margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:800;color:var(--color-primary-deep)}.reach-stage[data-astro-cid-zhe6yam7] p[data-astro-cid-zhe6yam7]{margin:0;color:var(--text-700);font-size:.92rem;line-height:1.6;max-width:20rem}.bridge-section[data-astro-cid-zhe6yam7]{padding-top:clamp(3rem,5vw,4.5rem);padding-bottom:0;background:var(--color-bg)}.bridge-text[data-astro-cid-zhe6yam7]{max-width:42rem;margin:0;padding-bottom:clamp(1.5rem,3vw,2rem);color:var(--text-500);font-size:.98rem;font-style:italic;line-height:1.6;border-bottom:1px solid var(--border-soft)}@media(max-width:1040px){.practice-grid[data-astro-cid-zhe6yam7],.workshop-grid[data-astro-cid-zhe6yam7]{grid-template-columns:1fr}.workshop-collage[data-astro-cid-zhe6yam7]{aspect-ratio:16 / 10;margin-bottom:.5rem}.resp-row[data-astro-cid-zhe6yam7]{grid-template-columns:3.5rem 1fr}.resp-row__thesis[data-astro-cid-zhe6yam7]{grid-column:2}.resp-row__text[data-astro-cid-zhe6yam7]{grid-column:2;margin-top:.5rem}}@media(max-width:760px){.reach-flow[data-astro-cid-zhe6yam7]{grid-template-columns:1fr;gap:2rem}.reach-flow[data-astro-cid-zhe6yam7]:before{top:0;bottom:0;left:1.1rem;right:auto;width:2px;height:auto;background:repeating-linear-gradient(180deg,rgb(var(--color-primary-rgb) / .25) 0,rgb(var(--color-primary-rgb) / .25) 8px,transparent 8px,transparent 16px)}.reach-stage[data-astro-cid-zhe6yam7]{padding-left:3.2rem}.reach-stage__marker[data-astro-cid-zhe6yam7]{position:absolute;left:0;top:0;margin-bottom:0}.practice-row[data-astro-cid-zhe6yam7]{grid-template-columns:1fr;gap:.35rem}.standards-bar__kicker[data-astro-cid-zhe6yam7]{border-right:none;padding-right:0;width:100%;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:.75rem}}@media(prefers-reduced-motion:reduce){.practice-row[data-astro-cid-zhe6yam7],.board-item[data-astro-cid-zhe6yam7],.reach-stage[data-astro-cid-zhe6yam7]{opacity:1;transform:none;animation:none!important}}
