.hero-section{min-height:100vh;position:relative}.hero-section>.wp-block-cover{min-height:100vh}.hero-section .wp-block-cover__inner-container{padding-top:9rem;padding-bottom:1rem}.hero-columns{align-items:center;min-height:calc(100vh - 13rem)}.hero-text-lockup:before{content:"";background:var(--wp--preset--color--secondary);width:48px;height:2px;margin-bottom:1.25rem;display:block}.hero-heading{color:var(--wp--preset--color--foreground);letter-spacing:-.02em;margin-bottom:1.25rem;font-weight:600}.hero-body{color:var(--wp--preset--color--text-secondary);margin-bottom:2rem;line-height:1.75}.crane-sway{margin:0 -3rem 0 0}.crane-sway img{object-fit:contain;object-position:top;width:auto;max-height:75vh;margin-left:auto;animation:6s ease-in-out infinite crane-flow}.hero-section>.wp-block-cover:after{content:"";background:linear-gradient(to bottom, transparent, var(--wp--preset--color--background));pointer-events:none;z-index:2;height:80px;position:absolute;bottom:0;left:0;right:0}@keyframes crane-flow{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(8px)rotate(.5deg)}50%{transform:translate(0)rotate(0)}75%{transform:translate(-8px)rotate(-.5deg)}}.hero-section .wp-block-cover__inner-container{opacity:0;animation:.8s ease-out .2s forwards heroFadeIn}@keyframes heroFadeIn{to{opacity:1}}.intro-section{text-align:center}.intro-section p{line-height:1.8}.quiz-section h2{margin-bottom:1rem}.quiz-section h2+p{margin-bottom:2rem}.quiz-preview h3{margin-bottom:1rem}.quiz-option p{margin:0}.quiz-section{background:linear-gradient(135deg,rgba(250,246,240,.95),rgba(212,175,55,.04))}.quiz-preview{background:var(--wp--preset--color--background);border:1px solid rgba(212,175,55,.2);border-radius:8px;padding:2rem}.quiz-preview>.wp-block-group+.wp-block-group{margin-top:.5rem}.quiz-option{background:var(--wp--preset--color--white);cursor:pointer;border:2px solid transparent;border-radius:4px;align-items:center;gap:1rem;padding:1rem;transition:all .4s ease-in-out;display:flex}.quiz-option:before{content:"";border:2px solid var(--wp--preset--color--secondary);border-radius:50%;width:20px;min-width:20px;height:20px;transition:all .4s ease-in-out}.quiz-option:hover{border-color:var(--wp--preset--color--secondary);background:rgba(212,175,55,.08)}.quiz-option:hover:before{background:var(--wp--preset--color--secondary)}.quiz-option.is-selected{border-color:var(--wp--preset--color--secondary);background:rgba(212,175,55,.08)}.quiz-option.is-selected:before{background:var(--wp--preset--color--secondary);box-shadow:inset 0 0 0 3px var(--wp--preset--color--white)}.quiz-option:focus-visible{outline:2px solid var(--wp--preset--color--primary);outline-offset:2px}.quiz-step{transition:opacity .4s,transform .4s}.quiz-step.is-exiting{opacity:0;transform:translateY(-8px)}.quiz-step.is-entering{opacity:0;transform:translateY(8px)}.quiz-progress{font-family:var(--wp--preset--font-family--body);font-size:var(--wp--preset--font-size--small);letter-spacing:.08em;text-transform:uppercase;color:var(--wp--preset--color--secondary);margin-bottom:.75rem;font-weight:600;animation:.4s quizFadeIn}@keyframes quizFadeIn{0%{opacity:0}to{opacity:1}}.quiz-result{border-top:3px solid var(--wp--preset--color--secondary);padding-top:1.5rem}.quiz-result__intro{font-size:var(--wp--preset--font-size--small);color:var(--wp--preset--color--text-secondary);margin-bottom:.5rem}.quiz-result__title{font-family:var(--wp--preset--font-family--heading);font-size:var(--wp--preset--font-size--x-large);margin-bottom:.5rem}.quiz-result__desc{margin-bottom:1.5rem}.quiz-result__cta{border:2px solid var(--wp--preset--color--secondary);color:var(--wp--preset--color--primary);background:0 0;border-radius:4px;padding:.65rem 1.5rem;font-weight:600;text-decoration:none;transition:all .4s ease-in-out;display:inline-block}.quiz-result__cta:hover{background-color:var(--wp--preset--color--secondary);color:var(--wp--preset--color--white);transform:translateY(-2px)}.quiz-restart{font-size:var(--wp--preset--font-size--small);color:var(--wp--preset--color--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none}.quiz-restart:hover{color:var(--wp--preset--color--foreground);text-decoration:underline}.programs-section h2{margin-bottom:2rem}.programs-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.program-card{background:var(--wp--preset--color--white);border:1px solid transparent;border-radius:8px;padding:0;transition:all .4s ease-in-out;overflow:hidden;box-shadow:0 2px 12px rgba(61,50,41,.08)}.program-card:hover{border-color:var(--wp--preset--color--secondary);transform:translateY(-4px);box-shadow:0 8px 24px rgba(61,50,41,.12)}.program-card__image{margin:0}.program-card__image img{object-fit:cover;object-position:center;width:100%;height:280px}.program-card__content{padding:2rem}.program-card h3{margin-top:0}.program-card a{font-weight:600;text-decoration:none}.program-card a:hover{text-decoration:underline}.story-photo img{border:3px solid var(--wp--preset--color--secondary);border-radius:8px}.story-section .wp-block-columns{align-items:center;gap:3rem}.story-section .wp-block-pullquote{border:none;margin-top:1rem;margin-bottom:1.5rem;padding:0}.story-section .wp-block-pullquote+p{margin-bottom:1.5rem}.story-section .wp-block-pullquote blockquote{margin:0}.story-section .wp-block-pullquote p{font-family:var(--wp--preset--font-family--heading);font-style:italic;font-size:var(--wp--preset--font-size--large);color:var(--wp--preset--color--foreground);line-height:1.6}@media (max-width:1024px) and (min-width:783px){.hero-columns{gap:1.5rem}.crane-sway{margin-right:0}.intro-section,.quiz-section,.programs-section,.story-section{padding-left:1.5rem!important;padding-right:1.5rem!important}}@media (max-width:782px){.hero-columns{flex-direction:column;min-height:auto}.hero-section,.hero-section>.wp-block-cover{min-height:auto}.hero-section .wp-block-cover__inner-container{padding-top:7rem}.crane-sway{margin-right:0}.crane-sway img{max-width:220px;max-height:none;margin:0 auto}.quiz-section .wp-block-columns,.story-section .wp-block-columns{flex-direction:column}.quiz-section .wp-block-column,.story-section .wp-block-column{flex-basis:100%!important}.intro-section,.quiz-section,.programs-section,.story-section{padding-left:1rem!important;padding-right:1rem!important}.programs-grid{grid-template-columns:1fr}.quiz-preview{padding:1.25rem}}